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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/comments/l10n/ca.js17
-rw-r--r--apps/comments/l10n/ca.json17
-rw-r--r--apps/comments/l10n/oc.js17
-rw-r--r--apps/comments/l10n/oc.json17
-rw-r--r--apps/federatedfilesharing/l10n/ar.js3
-rw-r--r--apps/federatedfilesharing/l10n/ar.json3
-rw-r--r--apps/federatedfilesharing/l10n/oc.js4
-rw-r--r--apps/federatedfilesharing/l10n/oc.json4
-rw-r--r--apps/federation/l10n/ar.js15
-rw-r--r--apps/federation/l10n/ar.json13
-rw-r--r--apps/files/l10n/ar.js1
-rw-r--r--apps/files/l10n/ar.json1
-rw-r--r--apps/files/l10n/cs_CZ.js1
-rw-r--r--apps/files/l10n/cs_CZ.json1
-rw-r--r--apps/files/l10n/es.js1
-rw-r--r--apps/files/l10n/es.json1
-rw-r--r--apps/files/l10n/ru.js1
-rw-r--r--apps/files/l10n/ru.json1
-rw-r--r--apps/updatenotification/l10n/ar.js12
-rw-r--r--apps/updatenotification/l10n/ar.json12
-rw-r--r--apps/updatenotification/l10n/sl.js2
-rw-r--r--apps/updatenotification/l10n/sl.json2
-rw-r--r--core/l10n/cs_CZ.js1
-rw-r--r--core/l10n/cs_CZ.json1
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
-rw-r--r--lib/l10n/sl.js8
-rw-r--r--lib/l10n/sl.json8
-rw-r--r--settings/l10n/cs_CZ.js1
-rw-r--r--settings/l10n/cs_CZ.json1
-rw-r--r--settings/l10n/de.js1
-rw-r--r--settings/l10n/de.json1
-rw-r--r--settings/l10n/de_DE.js1
-rw-r--r--settings/l10n/de_DE.json1
-rw-r--r--settings/l10n/en_GB.js1
-rw-r--r--settings/l10n/en_GB.json1
-rw-r--r--settings/l10n/es.js1
-rw-r--r--settings/l10n/es.json1
-rw-r--r--settings/l10n/fi_FI.js2
-rw-r--r--settings/l10n/fi_FI.json2
-rw-r--r--settings/l10n/fr.js1
-rw-r--r--settings/l10n/fr.json1
-rw-r--r--settings/l10n/it.js1
-rw-r--r--settings/l10n/it.json1
-rw-r--r--settings/l10n/ja.js1
-rw-r--r--settings/l10n/ja.json1
-rw-r--r--settings/l10n/nl.js1
-rw-r--r--settings/l10n/nl.json1
-rw-r--r--settings/l10n/oc.js1
-rw-r--r--settings/l10n/oc.json1
-rw-r--r--settings/l10n/pl.js1
-rw-r--r--settings/l10n/pl.json1
-rw-r--r--settings/l10n/pt_BR.js2
-rw-r--r--settings/l10n/pt_BR.json2
-rw-r--r--settings/l10n/pt_PT.js1
-rw-r--r--settings/l10n/pt_PT.json1
-rw-r--r--settings/l10n/ro.js1
-rw-r--r--settings/l10n/ro.json1
-rw-r--r--settings/l10n/ru.js2
-rw-r--r--settings/l10n/ru.json2
-rw-r--r--settings/l10n/sl.js1
-rw-r--r--settings/l10n/sl.json1
-rw-r--r--settings/l10n/sq.js1
-rw-r--r--settings/l10n/sq.json1
64 files changed, 188 insertions, 20 deletions
diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js
index a0d508f0afd..9ad9f962572 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",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> per arxius <em>(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 2bfdc24610b..f6df3abce3b 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",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> per arxius <em>(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 7311b7fd7a4..94b99dfa366 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",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> pels fichièrs <em>(totjorn listats dins lo flux)</em>",
+ "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 21f0098bf30..229d863ffc1 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",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> pels fichièrs <em>(totjorn listats dins lo flux)</em>",
+ "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 451663a7b6b..799c279a416 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 630ab95f64b..2b2cb7401b1 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 d491a9eb1b7..fa9cb75d400 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 8047f9fc5bc..452df9dfbc5 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 00000000000..ab3d48c9856
--- /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 00000000000..dc62c5d54f9
--- /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 ae180fca235..c6de04b886d 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 257aa4f1bb4..3e035b9657f 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 3299e21d293..97a5c5b7c84 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 5e138e22596..e504862e0d3 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 ca13a127ad7..bf0b9b54503 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 fd70a4da0e6..d623ed90c96 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 1121536e719..4696c49e99d 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 41162bf5c92..49b7814c6a3 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 3052bb4a6e3..6e5bc4f0608 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 e6b0f28e879..a7be834fc2a 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 8efd2561d12..12ba787e5e4 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 2cda20b2a88..ecc0e3519d4 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 c83b7f25225..e887b3c1c7c 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 f54d903fd5d..81c98662604 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 ae5471b3db0..917f73b3087 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 fc8e2cafbdb..d37b77e07a1 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 5c6ba6afa25..e8e861af3c4 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 6877048f079..a05d62b1c39 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 9bb182175b9..708686d8ac1 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 e1ac387c852..7d341e04991 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 aa04074abdb..9c42f190e05 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 6d738adf056..c8f55690af8 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 a0ef23388ee..e5447564a43 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 49a81078f66..65a129eed75 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 bf3bf387fa6..5690b237ace 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 9ab2f0e5a96..3fa88ef35e3 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 13f043bd193..e169a7a1b62 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 4b93ba10766..3fb92525887 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 d0fd79be6dd..c05e2376461 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 6b25d2608ea..618e413f533 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 462a5915485..9313e18f48f 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 4e7666f0a37..5531aeaf9d4 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 4d87ce0dd1b..489309255d6 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 95c88e52a2c..acdee58008e 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 072de749d44..2e138c4348f 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 707876fb743..310637d7873 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 46ccd93bb07..6fe8d296b82 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 04e6364e905..56a765e7efa 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 e753637756d..a795f448063 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 e403fc90bb5..cdd0583f073 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 7f14e552192..79adbb02948 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 6ab582825f7..a4608e9cd26 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 939a2d26887..1f015bb9f20 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 495cbd8cd3f..9396d801f07 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 c444ad5083a..2269cf13419 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 ab0b38f7f08..74c8728f617 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 8afe595859a..bf874df1b6d 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 8682709a39e..441dfef60cf 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 e05d3e34770..edc3f1f759b 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 27cc0dcf1f0..76978fdbb10 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 6d93fc46441..a875fc6437e 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 b7ac84811d7..41a60f1f9da 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 54cb92cd0d7..67f0881efbf 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 1a2edc2ced3..1ad565b3ab1 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.",