diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
commit | 9a4d2871eb902538bdc832177a82a7a50309ba55 (patch) | |
tree | eee6631b36c6cbb353ff415bfc4ef3e6d76e3f60 /apps/user_webdavauth/l10n/nl.php | |
parent | 010732019a941148e51de4095b78219766bb5df0 (diff) | |
download | nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.tar.gz nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/nl.php')
-rw-r--r-- | apps/user_webdavauth/l10n/nl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/nl.php b/apps/user_webdavauth/l10n/nl.php index 22608cf2ec6..8b015bf7ae6 100644 --- a/apps/user_webdavauth/l10n/nl.php +++ b/apps/user_webdavauth/l10n/nl.php @@ -3,6 +3,6 @@ $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV authenticatie", "Address:" => "Adres:", "Save" => "Bewaren", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "De ingloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert de HTTP statuscodes 401 en 403 als invalide inloggegevens, en alle andere terugkoppelingen als valide inloggegevens." +"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |