aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/l10n/ar.js4
-rw-r--r--apps/dav/l10n/ar.json4
-rw-r--r--apps/dav/l10n/sv.js2
-rw-r--r--apps/dav/l10n/sv.json2
-rw-r--r--apps/dav/lib/DAV/ViewOnlyPlugin.php1
5 files changed, 9 insertions, 4 deletions
diff --git a/apps/dav/l10n/ar.js b/apps/dav/l10n/ar.js
index 5ad459672c2..79a6bde6cea 100644
--- a/apps/dav/l10n/ar.js
+++ b/apps/dav/l10n/ar.js
@@ -240,7 +240,7 @@ OC.L10N.register(
"Out of office replacement (optional)" : "البديل لمن هو خارج المكتب (إختياري)",
"Name of the replacement" : "اسم البديل",
"No results." : "لا نتائج",
- "Start typing." : "إبدإٍ الطباعة.",
+ "Start typing." : "أبدا الكتابة",
"Short absence status" : "حالة الغياب القصير",
"Long absence Message" : "رسالة الغياب الطويل",
"Save" : "حفظ",
@@ -282,7 +282,7 @@ OC.L10N.register(
"Are you accepting the invitation?" : "هل تقبل الدعوة؟",
"Tentative" : "مبدئي",
"Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ",
- "To-dos" : "قائمة الواجبات",
+ "To-dos" : "قائمة المهام",
"Time:" : "الوقت:",
"Invalid chunk name" : "اسم كتلة chunk غير صحيح",
"Could not rename part file assembled from chunks" : "تعذّرت إعادة تسمية ملف جزئي مُجمّعٍ من كُتلٍ chunks",
diff --git a/apps/dav/l10n/ar.json b/apps/dav/l10n/ar.json
index 65b6fb9aa74..3b8e353b73f 100644
--- a/apps/dav/l10n/ar.json
+++ b/apps/dav/l10n/ar.json
@@ -238,7 +238,7 @@
"Out of office replacement (optional)" : "البديل لمن هو خارج المكتب (إختياري)",
"Name of the replacement" : "اسم البديل",
"No results." : "لا نتائج",
- "Start typing." : "إبدإٍ الطباعة.",
+ "Start typing." : "أبدا الكتابة",
"Short absence status" : "حالة الغياب القصير",
"Long absence Message" : "رسالة الغياب الطويل",
"Save" : "حفظ",
@@ -280,7 +280,7 @@
"Are you accepting the invitation?" : "هل تقبل الدعوة؟",
"Tentative" : "مبدئي",
"Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ",
- "To-dos" : "قائمة الواجبات",
+ "To-dos" : "قائمة المهام",
"Time:" : "الوقت:",
"Invalid chunk name" : "اسم كتلة chunk غير صحيح",
"Could not rename part file assembled from chunks" : "تعذّرت إعادة تسمية ملف جزئي مُجمّعٍ من كُتلٍ chunks",
diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js
index ffd6672026d..1e101423cfd 100644
--- a/apps/dav/l10n/sv.js
+++ b/apps/dav/l10n/sv.js
@@ -117,10 +117,12 @@ OC.L10N.register(
"Second" : "Andra",
"Third" : "Tredje",
"Fourth" : "Fjärde",
+ "Fifty" : "Femtio",
"Last" : "Sista",
"Second Last" : "Näst sist",
"Third Last" : "Tredje sist",
"Fourth Last" : "Fjärde sist",
+ "Fifty Last" : "Senaste femtio",
"Contacts" : "Kontakter",
"{actor} created address book {addressbook}" : "{actor} skapade adressboken {addressbook}",
"You created address book {addressbook}" : "Du skapade adressboken {addressbook}",
diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json
index 980d59bea27..5a34426042c 100644
--- a/apps/dav/l10n/sv.json
+++ b/apps/dav/l10n/sv.json
@@ -115,10 +115,12 @@
"Second" : "Andra",
"Third" : "Tredje",
"Fourth" : "Fjärde",
+ "Fifty" : "Femtio",
"Last" : "Sista",
"Second Last" : "Näst sist",
"Third Last" : "Tredje sist",
"Fourth Last" : "Fjärde sist",
+ "Fifty Last" : "Senaste femtio",
"Contacts" : "Kontakter",
"{actor} created address book {addressbook}" : "{actor} skapade adressboken {addressbook}",
"You created address book {addressbook}" : "Du skapade adressboken {addressbook}",
diff --git a/apps/dav/lib/DAV/ViewOnlyPlugin.php b/apps/dav/lib/DAV/ViewOnlyPlugin.php
index d53a74923fe..4c3b49a45b0 100644
--- a/apps/dav/lib/DAV/ViewOnlyPlugin.php
+++ b/apps/dav/lib/DAV/ViewOnlyPlugin.php
@@ -44,6 +44,7 @@ class ViewOnlyPlugin extends ServerPlugin {
//Sabre\DAV\CorePlugin::httpGet
$this->server->on('method:GET', [$this, 'checkViewOnly'], 90);
$this->server->on('method:COPY', [$this, 'checkViewOnly'], 90);
+ $this->server->on('method:MOVE', [$this, 'checkViewOnly'], 90);
}
/**