Blame view

sources/apps/user_webdavauth/l10n/es_AR.php 594 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "WebDAV Authentication" => "Autenticación de WebDAV",
6d9380f96   Cédric Dupont   Update sources OC...
4
  "Save" => "Guardar",
31b7f2792   Kload   Upgrade to ownclo...
5
  "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." => "Las credenciales del usuario serán enviadas a esta dirección. Este plug-in verificará la respuesta e interpretará los códigos de estado HTTP 401 y 403 como credenciales inválidas y cualquier otra respuesta como válida."
03e52840d   Kload   Init
6
  );
31b7f2792   Kload   Upgrade to ownclo...
7
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";