You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nl.php 596B

1234567
  1. <?php
  2. $TRANSLATIONS = array(
  3. "WebDAV Authentication" => "WebDAV authenticatie",
  4. "Address: " => "Adres:",
  5. "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."
  6. );
  7. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";