summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/en_GB.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/en_GB.php')
-rw-r--r--apps/user_webdavauth/l10n/en_GB.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/en_GB.php b/apps/user_webdavauth/l10n/en_GB.php
new file mode 100644
index 00000000000..c0982083377
--- /dev/null
+++ b/apps/user_webdavauth/l10n/en_GB.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV Authentication",
+"Address: " => "Address: ",
+"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials."
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";