Blame view

sources/apps/user_webdavauth/l10n/nn_NO.php 547 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "WebDAV Authentication" => "WebDAV-autentisering",
6d9380f96   Cédric Dupont   Update sources OC...
4
  "Save" => "Lagra",
31b7f2792   Kload   Upgrade to ownclo...
5
6
7
  "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." => "Innloggingsinformasjon blir sendt til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige."
  );
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";