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.

gl.php 1.4KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared with you" => "Compartido con vostede",
  4. "Shared with others" => "Compartido con outros",
  5. "Shared by link" => "Compartido por ligazón",
  6. "No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.",
  7. "You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.",
  8. "You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.",
  9. "Shared by {owner}" => "Compartido por {owner}",
  10. "Shared by" => "Compartido por",
  11. "This share is password-protected" => "Esta compartición está protexida con contrasinal",
  12. "The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
  13. "Password" => "Contrasinal",
  14. "Name" => "Nome",
  15. "Share time" => "Compartir o tempo",
  16. "Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.",
  17. "Reasons might be:" => "As razóns poderían ser:",
  18. "the item was removed" => "o elemento foi retirado",
  19. "the link expired" => "a ligazón caducou",
  20. "sharing is disabled" => "foi desactivada a compartición",
  21. "For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
  22. "Download" => "Descargar",
  23. "Download %s" => "Descargar %s",
  24. "Direct link" => "Ligazón directa"
  25. );
  26. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";