Blame view

sources/apps/user_webdavauth/l10n/nb_NO.php 613 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
  "WebDAV Authentication" => "WebDAV-autentisering",
  "Address:" => "Adresse:",
  "Save" => "Lagre",
  "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." => "Brukerens påloggingsinformasjon vil bli sendt til denne adressen. Denne utvidelsen sjekker svaret og vil tolke HTTP-statuskodene 401 og 403 som ugyldig bruker eller passord, og alle andre svar tolkes som gyldig påloggings."
03e52840d   Kload   Init
7
  );
31b7f2792   Kload   Upgrade to ownclo...
8
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";