You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_AR.php 603B

1234567
  1. <?php
  2. $TRANSLATIONS = array(
  3. "WebDAV Authentication" => "Autenticación de WebDAV",
  4. "Address: " => "Dirección:",
  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."
  6. );
  7. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";