Blame view

sources/apps/user_webdavauth/l10n/en_GB.php 593 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "WebDAV Authentication" => "WebDAV Authentication",
6d9380f96   Cédric Dupont   Update sources OC...
4
5
  "Address:" => "Address:",
  "Save" => "Save",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
  "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);";