Blame view

sources/apps/user_webdavauth/l10n/sv.php 573 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "WebDAV Authentication" => "WebDAV Autentisering",
31b7f2792   Kload   Upgrade to ownclo...
4
5
  "Address: " => "Adress: ",
  "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." => "ownCloud kommer skicka användaruppgifterna till denna URL. Denna plugin kontrollerar svaret och tolkar HTTP-statuskoderna 401 och 403 som felaktiga uppgifter, och alla andra svar som giltiga uppgifter."
03e52840d   Kload   Init
6
  );
31b7f2792   Kload   Upgrade to ownclo...
7
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";