Blame view

sources/apps/user_webdavauth/l10n/et_EE.php 598 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "WebDAV Authentication" => "WebDAV autentimine",
6d9380f96   Cédric Dupont   Update sources OC...
4
5
  "Address:" => "Aadress:",
  "Save" => "Salvesta",
31b7f2792   Kload   Upgrade to ownclo...
6
  "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 saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks."
03e52840d   Kload   Init
7
  );
31b7f2792   Kload   Upgrade to ownclo...
8
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";