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.

hu_HU.php 948B

123456789101112131415161718
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Megosztotta: {owner}",
  4. "Shared by" => "Megosztotta Önnel",
  5. "This share is password-protected" => "Ez egy jelszóval védett megosztás",
  6. "The password is wrong. Try again." => "A megadott jelszó nem megfelelő. Próbálja újra!",
  7. "Password" => "Jelszó",
  8. "Name" => "Név",
  9. "Sorry, this link doesn’t seem to work anymore." => "Sajnos úgy tűnik, ez a link már nem működik.",
  10. "Reasons might be:" => "Ennek az oka a következő lehet:",
  11. "the item was removed" => "az állományt időközben eltávolították",
  12. "the link expired" => "lejárt a link érvényességi ideje",
  13. "sharing is disabled" => "letiltásra került a megosztás",
  14. "For more info, please ask the person who sent this link." => "További információért forduljon ahhoz, aki ezt a linket küldte Önnek!",
  15. "Download" => "Letöltés",
  16. "Direct link" => "Közvetlen link"
  17. );
  18. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";