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.

eo.php 788B

1234567891011121314151617
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Kunhavigita de {owner}",
  4. "Shared by" => "Kunhavigita de",
  5. "This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto",
  6. "Password" => "Pasvorto",
  7. "Name" => "Nomo",
  8. "Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
  9. "Reasons might be:" => "Kialoj povas esti:",
  10. "the item was removed" => "la ero foriĝis",
  11. "the link expired" => "la ligilo eksvalidiĝis",
  12. "sharing is disabled" => "kunhavigo malkapablas",
  13. "For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
  14. "Download" => "Elŝuti",
  15. "Direct link" => "Direkta ligilo"
  16. );
  17. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";