Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

ca.php 912B

12345678910111213141516171819
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Compartits per {owner}",
  4. "Shared by" => "Compartit per",
  5. "This share is password-protected" => "Aquest compartit està protegit amb contrasenya",
  6. "The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
  7. "Password" => "Contrasenya",
  8. "Name" => "Nom",
  9. "Sorry, this link doesn’t seem to work anymore." => "Aquest enllaç sembla que no funciona.",
  10. "Reasons might be:" => "Les raons podrien ser:",
  11. "the item was removed" => "l'element ha estat eliminat",
  12. "the link expired" => "l'enllaç ha vençut",
  13. "sharing is disabled" => "s'ha desactivat la compartició",
  14. "For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.",
  15. "Download" => "Baixa",
  16. "Download %s" => "Baixa %s",
  17. "Direct link" => "Enllaç directe"
  18. );
  19. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";