diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index a0d508f0af..9ad9f96257 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -1,8 +1,23 @@ OC.L10N.register( "comments", { + "Type in a new comment..." : "Escriu en un nou comentari...", + "Delete comment" : "Esborrar comentari", + "Post" : "Publica", "Cancel" : "Cancel·la", + "Edit comment" : "Editar comentari", + "[Deleted user]" : "[usuari Esborrat]", + "Comments" : "Comentaris", + "No other comments available" : "No hi han altres comentaris disponibles", + "More comments..." : "Més comentaris", "Save" : "Desa", - "Comment" : "Comentari" + "Allowed characters {count} of {max}" : "caracters Permessos {count} de {max}", + "{count} unread comments" : "{count} comentaris no llegits", + "Comment" : "Comentari", + "Comments for files (always listed in stream)" : "Comentaris per arxius (sempre llistat en corrent)", + "You commented" : "Has comentat", + "%1$s commented" : "%1$s comentat", + "You commented on %2$s" : "Has comentat a %2$s", + "%1$s commented on %2$s" : "%1$s ha comentat a %2$s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ca.json b/apps/comments/l10n/ca.json index 2bfdc24610..f6df3abce3 100644 --- a/apps/comments/l10n/ca.json +++ b/apps/comments/l10n/ca.json @@ -1,6 +1,21 @@ { "translations": { + "Type in a new comment..." : "Escriu en un nou comentari...", + "Delete comment" : "Esborrar comentari", + "Post" : "Publica", "Cancel" : "Cancel·la", + "Edit comment" : "Editar comentari", + "[Deleted user]" : "[usuari Esborrat]", + "Comments" : "Comentaris", + "No other comments available" : "No hi han altres comentaris disponibles", + "More comments..." : "Més comentaris", "Save" : "Desa", - "Comment" : "Comentari" + "Allowed characters {count} of {max}" : "caracters Permessos {count} de {max}", + "{count} unread comments" : "{count} comentaris no llegits", + "Comment" : "Comentari", + "Comments for files (always listed in stream)" : "Comentaris per arxius (sempre llistat en corrent)", + "You commented" : "Has comentat", + "%1$s commented" : "%1$s comentat", + "You commented on %2$s" : "Has comentat a %2$s", + "%1$s commented on %2$s" : "%1$s ha comentat a %2$s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/oc.js b/apps/comments/l10n/oc.js index 7311b7fd7a..94b99dfa36 100644 --- a/apps/comments/l10n/oc.js +++ b/apps/comments/l10n/oc.js @@ -1,8 +1,23 @@ OC.L10N.register( "comments", { + "Type in a new comment..." : "Escriure un comentari novèl...", + "Delete comment" : "Suprimir lo comentari", + "Post" : "Mandar", "Cancel" : "Anullar", + "Edit comment" : "Modificar lo comentari", + "[Deleted user]" : "[Utilizaire suprimit]", + "Comments" : "Comentaris", + "No other comments available" : "Pas cap d'autre comentari", + "More comments..." : "Mai de comentaris...", "Save" : "Enregistrar", - "Comment" : "Comentar" + "Allowed characters {count} of {max}" : "{count} sus {max} caractèrs autorizats", + "{count} unread comments" : "{count} comentaris pas legits", + "Comment" : "Comentar", + "Comments for files (always listed in stream)" : "Comentaris pels fichièrs (totjorn listats dins lo flux)", + "You commented" : "Avètz comentat", + "%1$s commented" : "%1$s a comentat", + "You commented on %2$s" : "Avètz comentat %2$s", + "%1$s commented on %2$s" : "%1$s a comentat %2$s" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/oc.json b/apps/comments/l10n/oc.json index 21f0098bf3..229d863ffc 100644 --- a/apps/comments/l10n/oc.json +++ b/apps/comments/l10n/oc.json @@ -1,6 +1,21 @@ { "translations": { + "Type in a new comment..." : "Escriure un comentari novèl...", + "Delete comment" : "Suprimir lo comentari", + "Post" : "Mandar", "Cancel" : "Anullar", + "Edit comment" : "Modificar lo comentari", + "[Deleted user]" : "[Utilizaire suprimit]", + "Comments" : "Comentaris", + "No other comments available" : "Pas cap d'autre comentari", + "More comments..." : "Mai de comentaris...", "Save" : "Enregistrar", - "Comment" : "Comentar" + "Allowed characters {count} of {max}" : "{count} sus {max} caractèrs autorizats", + "{count} unread comments" : "{count} comentaris pas legits", + "Comment" : "Comentar", + "Comments for files (always listed in stream)" : "Comentaris pels fichièrs (totjorn listats dins lo flux)", + "You commented" : "Avètz comentat", + "%1$s commented" : "%1$s a comentat", + "You commented on %2$s" : "Avètz comentat %2$s", + "%1$s commented on %2$s" : "%1$s a comentat %2$s" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/ar.js b/apps/federatedfilesharing/l10n/ar.js index 451663a7b6..799c279a41 100644 --- a/apps/federatedfilesharing/l10n/ar.js +++ b/apps/federatedfilesharing/l10n/ar.js @@ -1,6 +1,7 @@ OC.L10N.register( "federatedfilesharing", { - "Invalid Federated Cloud ID" : "معرّف السحابة المتحدة غير صالح" + "Invalid Federated Cloud ID" : "معرّف السحابة المتحدة غير صالح", + "Accept" : "قبول" }, "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/federatedfilesharing/l10n/ar.json b/apps/federatedfilesharing/l10n/ar.json index 630ab95f64..2b2cb7401b 100644 --- a/apps/federatedfilesharing/l10n/ar.json +++ b/apps/federatedfilesharing/l10n/ar.json @@ -1,4 +1,5 @@ { "translations": { - "Invalid Federated Cloud ID" : "معرّف السحابة المتحدة غير صالح" + "Invalid Federated Cloud ID" : "معرّف السحابة المتحدة غير صالح", + "Accept" : "قبول" },"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/federatedfilesharing/l10n/oc.js b/apps/federatedfilesharing/l10n/oc.js index d491a9eb1b..fa9cb75d40 100644 --- a/apps/federatedfilesharing/l10n/oc.js +++ b/apps/federatedfilesharing/l10n/oc.js @@ -1,8 +1,10 @@ OC.L10N.register( "federatedfilesharing", { + "Federated sharing" : "Federated sharing", "Invalid Federated Cloud ID" : "ID Federated Cloud incorrècte", "Sharing %s failed, because this item is already shared with %s" : "Lo partiment de %s a fracassat perque aqueste objècte es ja partejat amb %s", + "File is already shared with %s" : "Lo fichièr es ja partejat amb %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Lo partiment de %s a fracassat : impossible de trobar %s. Benlèu que lo servidor es momentanèament injonhable.", "Accept" : "Acceptar", "Decline" : "Refusar", @@ -17,6 +19,6 @@ OC.L10N.register( "Share it:" : "Partejar :", "Add to your website" : "Apondre a vòstre site web", "Share with me via ownCloud" : "Partejatz amb ieu via ownCloud", - "HTML Code:" : "Còde HTML :" + "HTML Code:" : "Còdi HTML :" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/federatedfilesharing/l10n/oc.json b/apps/federatedfilesharing/l10n/oc.json index 8047f9fc5b..452df9dfbc 100644 --- a/apps/federatedfilesharing/l10n/oc.json +++ b/apps/federatedfilesharing/l10n/oc.json @@ -1,6 +1,8 @@ { "translations": { + "Federated sharing" : "Federated sharing", "Invalid Federated Cloud ID" : "ID Federated Cloud incorrècte", "Sharing %s failed, because this item is already shared with %s" : "Lo partiment de %s a fracassat perque aqueste objècte es ja partejat amb %s", + "File is already shared with %s" : "Lo fichièr es ja partejat amb %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Lo partiment de %s a fracassat : impossible de trobar %s. Benlèu que lo servidor es momentanèament injonhable.", "Accept" : "Acceptar", "Decline" : "Refusar", @@ -15,6 +17,6 @@ "Share it:" : "Partejar :", "Add to your website" : "Apondre a vòstre site web", "Share with me via ownCloud" : "Partejatz amb ieu via ownCloud", - "HTML Code:" : "Còde HTML :" + "HTML Code:" : "Còdi HTML :" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/federation/l10n/ar.js b/apps/federation/l10n/ar.js new file mode 100644 index 0000000000..ab3d48c985 --- /dev/null +++ b/apps/federation/l10n/ar.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "تمت إضافة الخادم إلى قائمة مضيفات ownCloud الموثوق بها", + "Server is already in the list of trusted servers." : "الخادم موجود بالفعل في قائمة مضيفات ownCloud الموثوق بها", + "No ownCloud server found" : "لم يتم العثور على خادم ownCloud", + "Could not add server" : "تعذَّرت إضافة خادم", + "Federation" : "الاتحاد", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "يتيح لك اتحاد مضيفات ownCloud الاتصال بخادمات ownCloud الأخرى الموثوق بها لتبادل دليل المستخدمين. على سبيل المثال ، يتيح الاتحاد خدمة الإكمال التلقائي للمستخدمين الخارجيين لتمكين المشاركة في الاتحاد.", + "Add server automatically once a federated share was created successfully" : "أضف الخادم تلقائياً حال نجاح إنشاء حصة في الاتحاد", + "Trusted ownCloud Servers" : "خادمات ownCloud الموثوق بها", + "+ Add ownCloud server" : "+ أضف خادم ownCloud", + "ownCloud Server" : "خادم ownCloud" +}, +"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/federation/l10n/ar.json b/apps/federation/l10n/ar.json new file mode 100644 index 0000000000..dc62c5d54f --- /dev/null +++ b/apps/federation/l10n/ar.json @@ -0,0 +1,13 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "تمت إضافة الخادم إلى قائمة مضيفات ownCloud الموثوق بها", + "Server is already in the list of trusted servers." : "الخادم موجود بالفعل في قائمة مضيفات ownCloud الموثوق بها", + "No ownCloud server found" : "لم يتم العثور على خادم ownCloud", + "Could not add server" : "تعذَّرت إضافة خادم", + "Federation" : "الاتحاد", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "يتيح لك اتحاد مضيفات ownCloud الاتصال بخادمات ownCloud الأخرى الموثوق بها لتبادل دليل المستخدمين. على سبيل المثال ، يتيح الاتحاد خدمة الإكمال التلقائي للمستخدمين الخارجيين لتمكين المشاركة في الاتحاد.", + "Add server automatically once a federated share was created successfully" : "أضف الخادم تلقائياً حال نجاح إنشاء حصة في الاتحاد", + "Trusted ownCloud Servers" : "خادمات ownCloud الموثوق بها", + "+ Add ownCloud server" : "+ أضف خادم ownCloud", + "ownCloud Server" : "خادم ownCloud" +},"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.js b/apps/files/l10n/ar.js index ae180fca23..c6de04b886 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -30,6 +30,7 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "لا يوجد مساحة تخزين كافية، انت تقوم برفع {size1} ولكن المساحه المتوفره هي {size2}.", "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم", "Uploading..." : "ترفيع...", + "..." : "...", "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.", "Actions" : "* تطبيقات.\n* أنشطة.", "Download" : "تحميل", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 257aa4f1bb..3e035b9657 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -28,6 +28,7 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "لا يوجد مساحة تخزين كافية، انت تقوم برفع {size1} ولكن المساحه المتوفره هي {size2}.", "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم", "Uploading..." : "ترفيع...", + "..." : "...", "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.", "Actions" : "* تطبيقات.\n* أنشطة.", "Download" : "تحميل", diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js index 3299e21d29..97a5c5b7c8 100644 --- a/apps/files/l10n/cs_CZ.js +++ b/apps/files/l10n/cs_CZ.js @@ -21,6 +21,7 @@ OC.L10N.register( "Invalid directory." : "Neplatný adresář", "Files" : "Soubory", "All files" : "Všechny soubory", + "File could not be found" : "Soubor nelze nalézt", "Home" : "Domů", "Close" : "Zavřít", "Favorites" : "Oblíbené", diff --git a/apps/files/l10n/cs_CZ.json b/apps/files/l10n/cs_CZ.json index 5e138e2259..e504862e0d 100644 --- a/apps/files/l10n/cs_CZ.json +++ b/apps/files/l10n/cs_CZ.json @@ -19,6 +19,7 @@ "Invalid directory." : "Neplatný adresář", "Files" : "Soubory", "All files" : "Všechny soubory", + "File could not be found" : "Soubor nelze nalézt", "Home" : "Domů", "Close" : "Zavřít", "Favorites" : "Oblíbené", diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index ca13a127ad..bf0b9b5450 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -21,6 +21,7 @@ OC.L10N.register( "Invalid directory." : "Directorio inválido.", "Files" : "Archivos", "All files" : "Todos los archivos", + "File could not be found" : "El archivo no se ha encontrado", "Home" : "Particular", "Close" : "Cerrar", "Favorites" : "Favoritos", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index fd70a4da0e..d623ed90c9 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -19,6 +19,7 @@ "Invalid directory." : "Directorio inválido.", "Files" : "Archivos", "All files" : "Todos los archivos", + "File could not be found" : "El archivo no se ha encontrado", "Home" : "Particular", "Close" : "Cerrar", "Favorites" : "Favoritos", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 1121536e71..4696c49e99 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -21,6 +21,7 @@ OC.L10N.register( "Invalid directory." : "Неверный каталог.", "Files" : "Файлы", "All files" : "Все файлы", + "File could not be found" : "Файл не может быть найден", "Home" : "Главная", "Close" : "Закрыть", "Favorites" : "Избранное", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 41162bf5c9..49b7814c6a 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -19,6 +19,7 @@ "Invalid directory." : "Неверный каталог.", "Files" : "Файлы", "All files" : "Все файлы", + "File could not be found" : "Файл не может быть найден", "Home" : "Главная", "Close" : "Закрыть", "Favorites" : "Избранное", diff --git a/apps/updatenotification/l10n/ar.js b/apps/updatenotification/l10n/ar.js index 3052bb4a6e..6e5bc4f060 100644 --- a/apps/updatenotification/l10n/ar.js +++ b/apps/updatenotification/l10n/ar.js @@ -1,6 +1,16 @@ OC.L10N.register( "updatenotification", { - "Updater" : "برنامج التحديث" + "Update notifications" : "إشعارات التحديث", + "{version} is available. Get more information on how to update." : "{version} متوفر. أحصل على معلومات كيفية التحديث.", + "Updated channel" : "قناة محدَّثة.", + "ownCloud core" : "نواة ownCloud", + "Update for %1$s to version %2$s is available." : "التحديث من النسخة %1$s إلى %2$s متوفر.", + "Updater" : "برنامج التحديث", + "A new version is available: %s" : "توجد نسخة جديدة: %s", + "Open updater" : "فتح المحدِّث", + "Your version is up to date." : "النسخة لديك هي الأحدث.", + "Update channel:" : "قناة التحديث:", + "Notify members of the following groups about available updates:" : "إشعار أعضاء المجموعات التالية بتوفر التحديثات:" }, "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/updatenotification/l10n/ar.json b/apps/updatenotification/l10n/ar.json index e6b0f28e87..a7be834fc2 100644 --- a/apps/updatenotification/l10n/ar.json +++ b/apps/updatenotification/l10n/ar.json @@ -1,4 +1,14 @@ { "translations": { - "Updater" : "برنامج التحديث" + "Update notifications" : "إشعارات التحديث", + "{version} is available. Get more information on how to update." : "{version} متوفر. أحصل على معلومات كيفية التحديث.", + "Updated channel" : "قناة محدَّثة.", + "ownCloud core" : "نواة ownCloud", + "Update for %1$s to version %2$s is available." : "التحديث من النسخة %1$s إلى %2$s متوفر.", + "Updater" : "برنامج التحديث", + "A new version is available: %s" : "توجد نسخة جديدة: %s", + "Open updater" : "فتح المحدِّث", + "Your version is up to date." : "النسخة لديك هي الأحدث.", + "Update channel:" : "قناة التحديث:", + "Notify members of the following groups about available updates:" : "إشعار أعضاء المجموعات التالية بتوفر التحديثات:" },"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/updatenotification/l10n/sl.js b/apps/updatenotification/l10n/sl.js index 8efd2561d1..12ba787e5e 100644 --- a/apps/updatenotification/l10n/sl.js +++ b/apps/updatenotification/l10n/sl.js @@ -1,7 +1,7 @@ OC.L10N.register( "updatenotification", { - "Update notifications" : "Posodobite obvestila", + "Update notifications" : "Posodobi obvestila", "{version} is available. Get more information on how to update." : "Na voljo je nova različica {version}. Na voljo je več podrobnosti o nadgradnji.", "Updated channel" : "Posodobljen kanal", "Update for %1$s to version %2$s is available." : "Posodobitev %1$s na različico %2$s je na voljo.", diff --git a/apps/updatenotification/l10n/sl.json b/apps/updatenotification/l10n/sl.json index 2cda20b2a8..ecc0e3519d 100644 --- a/apps/updatenotification/l10n/sl.json +++ b/apps/updatenotification/l10n/sl.json @@ -1,5 +1,5 @@ { "translations": { - "Update notifications" : "Posodobite obvestila", + "Update notifications" : "Posodobi obvestila", "{version} is available. Get more information on how to update." : "Na voljo je nova različica {version}. Na voljo je več podrobnosti o nadgradnji.", "Updated channel" : "Posodobljen kanal", "Update for %1$s to version %2$s is available." : "Posodobitev %1$s na različico %2$s je na voljo.", diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index c83b7f2522..e887b3c1c7 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -298,6 +298,7 @@ OC.L10N.register( "Thank you for your patience." : "Děkujeme za vaši trpělivost.", "Two-step verification" : "Dvoufázové ověření", "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Bylo zapnuto vylepšené zabezpečení pro tento účet. Přihlašte se za použití druhého faktoru.", + "Cancel login" : "Zrušit přihlášení", "Please authenticate using the selected factor." : "Přihlašte se za použití vybraného faktoru.", "An error occured while verifying the token" : "Chyba při ověřování tokenu", "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index f54d903fd5..81c9866260 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -296,6 +296,7 @@ "Thank you for your patience." : "Děkujeme za vaši trpělivost.", "Two-step verification" : "Dvoufázové ověření", "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Bylo zapnuto vylepšené zabezpečení pro tento účet. Přihlašte se za použití druhého faktoru.", + "Cancel login" : "Zrušit přihlášení", "Please authenticate using the selected factor." : "Přihlašte se za použití vybraného faktoru.", "An error occured while verifying the token" : "Chyba při ověřování tokenu", "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", diff --git a/core/l10n/es.js b/core/l10n/es.js index ae5471b3db..917f73b308 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -298,6 +298,7 @@ OC.L10N.register( "Thank you for your patience." : "Gracias por su paciencia.", "Two-step verification" : "Verificación en dos pasos", "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada se ha habilitado para tu cuenta. Por favor, autenticar utilizando un segundo factor.", + "Cancel login" : "Cancelar inicio de sesión", "Please authenticate using the selected factor." : "Por favor, autenticar utilizando el factor seleccionado.", "An error occured while verifying the token" : "Ocurrió un error mientras se verificaba el \"token\".", "You are accessing the server from an untrusted domain." : "Está accediendo al servidor desde un dominio inseguro.", diff --git a/core/l10n/es.json b/core/l10n/es.json index fc8e2cafbd..d37b77e07a 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -296,6 +296,7 @@ "Thank you for your patience." : "Gracias por su paciencia.", "Two-step verification" : "Verificación en dos pasos", "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada se ha habilitado para tu cuenta. Por favor, autenticar utilizando un segundo factor.", + "Cancel login" : "Cancelar inicio de sesión", "Please authenticate using the selected factor." : "Por favor, autenticar utilizando el factor seleccionado.", "An error occured while verifying the token" : "Ocurrió un error mientras se verificaba el \"token\".", "You are accessing the server from an untrusted domain." : "Está accediendo al servidor desde un dominio inseguro.", diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index 5c6ba6afa2..e8e861af3c 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -102,7 +102,7 @@ OC.L10N.register( "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.", "Cannot increase permissions of %s" : "Ni mogoče povečati dovoljen %s", - "Files can't be shared with delete permissions" : "Datoteke, ki imajo nastavljene pravice za izbris, ni mogoče dati v souporabo", + "Files can't be shared with delete permissions" : "Souporaba datotek z nastavljenim dovoljenjem za brisanje, ni mogoča", "Files can't be shared with create permissions" : "Datoteke, ki imajo nastavljene pravice za ustvarjanje, ni mogoče dati v souporabo.", "Expiration date is in the past" : "Datum preteka je že mimo!", "Cannot set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnosti.", @@ -143,7 +143,7 @@ OC.L10N.register( "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 setting \"%s\" is not set to \"%s\"." : "Nastavitev PHP \"%s\" ni nastavljena na \"%s\".", - "To fix this issue update your libxml2 version and restart your web server." : "Za rešitev težave posodobite libxml2 in ponovno zaženite spletni strežnik.", + "To fix this issue update your libxml2 version and restart your web server." : "Za rešitev te težave je treba posodobiti knjižnico libxml2 in nato ponovno zagnati spletni strežnik.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.", "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.", @@ -156,9 +156,9 @@ OC.L10N.register( "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\".", - "Storage unauthorized. %s" : "Shramba ni avtorizirana. %s", + "Storage unauthorized. %s" : "Dostop do shrambe ni overjen. %s", "Storage incomplete configuration. %s" : "Nepopolna konfiguracija shrambe. %s", - "Storage connection error. %s" : "Napaka pri povezavi do shrambe. %s", + "Storage connection error. %s" : "Napaka povezave do shrambe. %s", "Storage not available" : "Shramba ni na voljo", "Storage connection timeout. %s" : "Povezava do shrambe je časovno potekla. %s" }, diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index 6877048f07..a05d62b1c3 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -100,7 +100,7 @@ "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.", "Cannot increase permissions of %s" : "Ni mogoče povečati dovoljen %s", - "Files can't be shared with delete permissions" : "Datoteke, ki imajo nastavljene pravice za izbris, ni mogoče dati v souporabo", + "Files can't be shared with delete permissions" : "Souporaba datotek z nastavljenim dovoljenjem za brisanje, ni mogoča", "Files can't be shared with create permissions" : "Datoteke, ki imajo nastavljene pravice za ustvarjanje, ni mogoče dati v souporabo.", "Expiration date is in the past" : "Datum preteka je že mimo!", "Cannot set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnosti.", @@ -141,7 +141,7 @@ "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 setting \"%s\" is not set to \"%s\"." : "Nastavitev PHP \"%s\" ni nastavljena na \"%s\".", - "To fix this issue update your libxml2 version and restart your web server." : "Za rešitev težave posodobite libxml2 in ponovno zaženite spletni strežnik.", + "To fix this issue update your libxml2 version and restart your web server." : "Za rešitev te težave je treba posodobiti knjižnico libxml2 in nato ponovno zagnati spletni strežnik.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.", "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.", @@ -154,9 +154,9 @@ "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\".", - "Storage unauthorized. %s" : "Shramba ni avtorizirana. %s", + "Storage unauthorized. %s" : "Dostop do shrambe ni overjen. %s", "Storage incomplete configuration. %s" : "Nepopolna konfiguracija shrambe. %s", - "Storage connection error. %s" : "Napaka pri povezavi do shrambe. %s", + "Storage connection error. %s" : "Napaka povezave do shrambe. %s", "Storage not available" : "Shramba ni na voljo", "Storage connection timeout. %s" : "Povezava do shrambe je časovno potekla. %s" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index 9bb182175b..708686d8ac 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Dokumentace:", "User documentation" : "Dokumentace uživatele", "Admin documentation" : "Dokumentace pro administrátory", + "Report a bug" : "Nahlásit chybu", "Show description …" : "Zobrazit popis ...", "Hide description …" : "Skrýt popis ...", "This app has an update available." : "Pro tuto aplikaci je dostupná aktualizace.", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index e1ac387c85..7d341e0499 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -221,6 +221,7 @@ "Documentation:" : "Dokumentace:", "User documentation" : "Dokumentace uživatele", "Admin documentation" : "Dokumentace pro administrátory", + "Report a bug" : "Nahlásit chybu", "Show description …" : "Zobrazit popis ...", "Hide description …" : "Skrýt popis ...", "This app has an update available." : "Pro tuto aplikaci je dostupná aktualizace.", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index aa04074abd..9c42f190e0 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Dokumentation:", "User documentation" : "Dokumentation für Benutzer", "Admin documentation" : "Dokumentation für Administratoren", + "Report a bug" : "Melde einen technischen Fehler", "Show description …" : "Beschreibung anzeigen…", "Hide description …" : "Beschreibung ausblenden…", "This app has an update available." : "Es ist eine Aktualisierung verfügbar.", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 6d738adf05..c8f55690af 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -221,6 +221,7 @@ "Documentation:" : "Dokumentation:", "User documentation" : "Dokumentation für Benutzer", "Admin documentation" : "Dokumentation für Administratoren", + "Report a bug" : "Melde einen technischen Fehler", "Show description …" : "Beschreibung anzeigen…", "Hide description …" : "Beschreibung ausblenden…", "This app has an update available." : "Es ist eine Aktualisierung verfügbar.", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index a0ef23388e..e5447564a4 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Dokumentation:", "User documentation" : "Dokumentation für Benutzer", "Admin documentation" : "Dokumentation für Administratoren", + "Report a bug" : "Melden Sie einen technischen Fehler", "Show description …" : "Beschreibung anzeigen…", "Hide description …" : "Beschreibung ausblenden…", "This app has an update available." : "Es ist eine Aktualisierung für diese Anwendung verfügbar.", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 49a81078f6..65a129eed7 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -221,6 +221,7 @@ "Documentation:" : "Dokumentation:", "User documentation" : "Dokumentation für Benutzer", "Admin documentation" : "Dokumentation für Administratoren", + "Report a bug" : "Melden Sie einen technischen Fehler", "Show description …" : "Beschreibung anzeigen…", "Hide description …" : "Beschreibung ausblenden…", "This app has an update available." : "Es ist eine Aktualisierung für diese Anwendung verfügbar.", diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index bf3bf387fa..5690b237ac 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Documentation:", "User documentation" : "User documentation", "Admin documentation" : "Admin documentation", + "Report a bug" : "Report a bug", "Show description …" : "Show description …", "Hide description …" : "Hide description …", "This app has an update available." : "This app has an update available.", diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index 9ab2f0e5a9..3fa88ef35e 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -221,6 +221,7 @@ "Documentation:" : "Documentation:", "User documentation" : "User documentation", "Admin documentation" : "Admin documentation", + "Report a bug" : "Report a bug", "Show description …" : "Show description …", "Hide description …" : "Hide description …", "This app has an update available." : "This app has an update available.", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 13f043bd19..e169a7a1b6 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Documentación:", "User documentation" : "Documentación de usuario", "Admin documentation" : "Documentación de administrador", + "Report a bug" : "Notificar un error", "Show description …" : "Mostrar descripción…", "Hide description …" : "Ocultar descripción…", "This app has an update available." : "Está app tiene una actualización pendiente.", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 4b93ba1076..3fb9252588 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -221,6 +221,7 @@ "Documentation:" : "Documentación:", "User documentation" : "Documentación de usuario", "Admin documentation" : "Documentación de administrador", + "Report a bug" : "Notificar un error", "Show description …" : "Mostrar descripción…", "Hide description …" : "Ocultar descripción…", "This app has an update available." : "Está app tiene una actualización pendiente.", diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js index d0fd79be6d..c05e237646 100644 --- a/settings/l10n/fi_FI.js +++ b/settings/l10n/fi_FI.js @@ -208,6 +208,8 @@ OC.L10N.register( "Documentation:" : "Ohjeistus:", "User documentation" : "Käyttäjädokumentaatio", "Admin documentation" : "Ylläpitäjän ohjeistus", + "Visit website" : "Käy verkkosivustolla", + "Report a bug" : "Ilmoita viasta", "Show description …" : "Näytä kuvaus…", "Hide description …" : "Piilota kuvaus…", "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json index 6b25d2608e..618e413f53 100644 --- a/settings/l10n/fi_FI.json +++ b/settings/l10n/fi_FI.json @@ -206,6 +206,8 @@ "Documentation:" : "Ohjeistus:", "User documentation" : "Käyttäjädokumentaatio", "Admin documentation" : "Ylläpitäjän ohjeistus", + "Visit website" : "Käy verkkosivustolla", + "Report a bug" : "Ilmoita viasta", "Show description …" : "Näytä kuvaus…", "Hide description …" : "Piilota kuvaus…", "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 462a591548..9313e18f48 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -218,6 +218,7 @@ OC.L10N.register( "Documentation:" : "Documentation :", "User documentation" : "Documentation utilisateur", "Admin documentation" : "Documentation administrateur", + "Report a bug" : "Signaler un bogue", "Show description …" : "Afficher la description...", "Hide description …" : "Masquer la description", "This app has an update available." : "Cette application a une mise à jour disponible.", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 4e7666f0a3..5531aeaf9d 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -216,6 +216,7 @@ "Documentation:" : "Documentation :", "User documentation" : "Documentation utilisateur", "Admin documentation" : "Documentation administrateur", + "Report a bug" : "Signaler un bogue", "Show description …" : "Afficher la description...", "Hide description …" : "Masquer la description", "This app has an update available." : "Cette application a une mise à jour disponible.", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 4d87ce0dd1..489309255d 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Documentazione:", "User documentation" : "Documentazione utente", "Admin documentation" : "Documentazione di amministrazione", + "Report a bug" : "Segnala un bug", "Show description …" : "Mostra descrizione...", "Hide description …" : "Nascondi descrizione...", "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 95c88e52a2..acdee58008 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -221,6 +221,7 @@ "Documentation:" : "Documentazione:", "User documentation" : "Documentazione utente", "Admin documentation" : "Documentazione di amministrazione", + "Report a bug" : "Segnala un bug", "Show description …" : "Mostra descrizione...", "Hide description …" : "Nascondi descrizione...", "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 072de749d4..2e138c4348 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -222,6 +222,7 @@ OC.L10N.register( "Documentation:" : "ドキュメント:", "User documentation" : "ユーザードキュメント", "Admin documentation" : "管理者ドキュメント", + "Report a bug" : "バグを報告", "Show description …" : "説明を表示 ...", "Hide description …" : "説明を隠す ...", "This app has an update available." : "このアプリでアップデートが利用できます.", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 707876fb74..310637d787 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -220,6 +220,7 @@ "Documentation:" : "ドキュメント:", "User documentation" : "ユーザードキュメント", "Admin documentation" : "管理者ドキュメント", + "Report a bug" : "バグを報告", "Show description …" : "説明を表示 ...", "Hide description …" : "説明を隠す ...", "This app has an update available." : "このアプリでアップデートが利用できます.", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 46ccd93bb0..6fe8d296b8 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -216,6 +216,7 @@ OC.L10N.register( "Documentation:" : "Documentatie:", "User documentation" : "Gebruikersdocumentatie", "Admin documentation" : "Beheerdocumentatie", + "Report a bug" : "Rapporteer een fout", "Show description …" : "Toon beschrijving ...", "Hide description …" : "Verberg beschrijving ...", "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 04e6364e90..56a765e7ef 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -214,6 +214,7 @@ "Documentation:" : "Documentatie:", "User documentation" : "Gebruikersdocumentatie", "Admin documentation" : "Beheerdocumentatie", + "Report a bug" : "Rapporteer een fout", "Show description …" : "Toon beschrijving ...", "Hide description …" : "Verberg beschrijving ...", "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.", diff --git a/settings/l10n/oc.js b/settings/l10n/oc.js index e753637756..a795f44806 100644 --- a/settings/l10n/oc.js +++ b/settings/l10n/oc.js @@ -199,6 +199,7 @@ OC.L10N.register( "Documentation:" : "Documentacion :", "User documentation" : "Documentacion utilizaire", "Admin documentation" : "Documentacion administrator", + "Report a bug" : "Raportar un bug", "Show description …" : "Afichar la descripcion...", "Hide description …" : "Amagar la descripcion...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicacion pòt pas èsser installada a causa d'aquelas dependéncias pas satisfachas :", diff --git a/settings/l10n/oc.json b/settings/l10n/oc.json index e403fc90bb..cdd0583f07 100644 --- a/settings/l10n/oc.json +++ b/settings/l10n/oc.json @@ -197,6 +197,7 @@ "Documentation:" : "Documentacion :", "User documentation" : "Documentacion utilizaire", "Admin documentation" : "Documentacion administrator", + "Report a bug" : "Raportar un bug", "Show description …" : "Afichar la descripcion...", "Hide description …" : "Amagar la descripcion...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicacion pòt pas èsser installada a causa d'aquelas dependéncias pas satisfachas :", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index 7f14e55219..79adbb0294 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -141,6 +141,7 @@ OC.L10N.register( "Developer documentation" : "Dokumentacja dewelopera", "Documentation:" : "Dokumentacja:", "User documentation" : "Dokumentacja użytkownika", + "Report a bug" : "Zgłoś błąd", "Show description …" : "Pokaż opis ...", "Hide description …" : "Ukryj opis ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ta aplikacja nie może być zainstalowana, ponieważ nie są spełnione następujące zależności:", diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index 6ab582825f..a4608e9cd2 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -139,6 +139,7 @@ "Developer documentation" : "Dokumentacja dewelopera", "Documentation:" : "Dokumentacja:", "User documentation" : "Dokumentacja użytkownika", + "Report a bug" : "Zgłoś błąd", "Show description …" : "Pokaż opis ...", "Hide description …" : "Ukryj opis ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ta aplikacja nie może być zainstalowana, ponieważ nie są spełnione następujące zależności:", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index 939a2d2688..1f015bb9f2 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -223,6 +223,8 @@ OC.L10N.register( "Documentation:" : "Documentação:", "User documentation" : "Documentação do usuário", "Admin documentation" : "Documentação para Administração", + "Visit website" : "Visitar website", + "Report a bug" : "Registrar um bug", "Show description …" : "Mostrar descrição ...", "Hide description …" : "Esconder descrição ...", "This app has an update available." : "Este aplicativo tem uma atualização disponível.", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 495cbd8cd3..9396d801f0 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -221,6 +221,8 @@ "Documentation:" : "Documentação:", "User documentation" : "Documentação do usuário", "Admin documentation" : "Documentação para Administração", + "Visit website" : "Visitar website", + "Report a bug" : "Registrar um bug", "Show description …" : "Mostrar descrição ...", "Hide description …" : "Esconder descrição ...", "This app has an update available." : "Este aplicativo tem uma atualização disponível.", diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index c444ad5083..2269cf1341 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Documentação:", "User documentation" : "Documentação de Utilizador", "Admin documentation" : "Documentação do Administrador", + "Report a bug" : "Reportar um erro", "Show description …" : "Mostrar descrição ...", "Hide description …" : "Esconder descrição ...", "This app has an update available." : "Esta aplicação tem uma atualização disponível.", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index ab0b38f7f0..74c8728f61 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -221,6 +221,7 @@ "Documentation:" : "Documentação:", "User documentation" : "Documentação de Utilizador", "Admin documentation" : "Documentação do Administrador", + "Report a bug" : "Reportar um erro", "Show description …" : "Mostrar descrição ...", "Hide description …" : "Esconder descrição ...", "This app has an update available." : "Esta aplicação tem uma atualização disponível.", diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js index 8afe595859..bf874df1b6 100644 --- a/settings/l10n/ro.js +++ b/settings/l10n/ro.js @@ -147,6 +147,7 @@ OC.L10N.register( "Documentation:" : "Documentație:", "User documentation" : "Documentație utilizator", "Admin documentation" : "Documentație pentru administrare", + "Report a bug" : "Raportează un defect", "Show description …" : "Arată descriere ...", "Hide description …" : "Ascunde descriere ...", "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json index 8682709a39..441dfef60c 100644 --- a/settings/l10n/ro.json +++ b/settings/l10n/ro.json @@ -145,6 +145,7 @@ "Documentation:" : "Documentație:", "User documentation" : "Documentație utilizator", "Admin documentation" : "Documentație pentru administrare", + "Report a bug" : "Raportează un defect", "Show description …" : "Arată descriere ...", "Hide description …" : "Ascunde descriere ...", "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index e05d3e3477..edc3f1f759 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -223,6 +223,8 @@ OC.L10N.register( "Documentation:" : "Документация:", "User documentation" : "Пользовательская документация", "Admin documentation" : "Документация для администратора", + "Visit website" : "Посетите веб-сайт", + "Report a bug" : "Сообщить об ошибке", "Show description …" : "Показать описание ...", "Hide description …" : "Скрыть описание ...", "This app has an update available." : "Для этого приложения доступно обновление.", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 27cc0dcf1f..76978fdbb1 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -221,6 +221,8 @@ "Documentation:" : "Документация:", "User documentation" : "Пользовательская документация", "Admin documentation" : "Документация для администратора", + "Visit website" : "Посетите веб-сайт", + "Report a bug" : "Сообщить об ошибке", "Show description …" : "Показать описание ...", "Hide description …" : "Скрыть описание ...", "This app has an update available." : "Для этого приложения доступно обновление.", diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 6d93fc4644..a875fc6437 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -190,6 +190,7 @@ OC.L10N.register( "Documentation:" : "Dokumentacija:", "User documentation" : "Uporabniška dokumentacija", "Admin documentation" : "Skrbniška dokumentacija", + "Report a bug" : "Pošlji poročilo o hrošču", "Show description …" : "Pokaži opis ...", "Hide description …" : "Skrij opis ...", "This app has an update available." : "Za program so na voljo posodobitve.", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index b7ac84811d..41a60f1f9d 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -188,6 +188,7 @@ "Documentation:" : "Dokumentacija:", "User documentation" : "Uporabniška dokumentacija", "Admin documentation" : "Skrbniška dokumentacija", + "Report a bug" : "Pošlji poročilo o hrošču", "Show description …" : "Pokaži opis ...", "Hide description …" : "Skrij opis ...", "This app has an update available." : "Za program so na voljo posodobitve.", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index 54cb92cd0d..67f0881efb 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -223,6 +223,7 @@ OC.L10N.register( "Documentation:" : "Dokumentim:", "User documentation" : "Dokumentim për përdoruesit", "Admin documentation" : "Dokumentim për përgjegjësit", + "Report a bug" : "Njoftoni një të metë", "Show description …" : "Shfaq përshkrim …", "Hide description …" : "Fshihe përshkrimin …", "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index 1a2edc2ced..1ad565b3ab 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -221,6 +221,7 @@ "Documentation:" : "Dokumentim:", "User documentation" : "Dokumentim për përdoruesit", "Admin documentation" : "Dokumentim për përgjegjësit", + "Report a bug" : "Njoftoni një të metë", "Show description …" : "Shfaq përshkrim …", "Hide description …" : "Fshihe përshkrimin …", "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.",