Blame view

sources/apps/user_webdavauth/l10n/hu_HU.php 607 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "WebDAV Authentication" => "WebDAV hitelesítés",
31b7f2792   Kload   Upgrade to ownclo...
4
5
  "Address: " => "Címek:",
  "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." => "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz."
03e52840d   Kload   Init
6
  );
31b7f2792   Kload   Upgrade to ownclo...
7
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";