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.

pt_PT.php 599B

1234567
  1. <?php
  2. $TRANSLATIONS = array(
  3. "WebDAV Authentication" => "Autenticação WebDAV",
  4. "Address: " => "Endereço:",
  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." => "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas."
  6. );
  7. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";