nextcloud/apps/files_sharing/l10n/hu_HU.php

20 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "A megadott jelszó nem megfelelő. Próbálja újra!",
"Password" => "Jelszó",
"Submit" => "Elküld",
"Sorry, this link doesnt seem to work anymore." => "Sajnos úgy tűnik, ez a link már nem működik.",
"Reasons might be:" => "Ennek az oka a következő lehet:",
"the item was removed" => "az állományt időközben eltávolították",
"the link expired" => "lejárt a link érvényességi ideje",
"sharing is disabled" => "letiltásra került a megosztás",
"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!",
"%s shared the folder %s with you" => "%s megosztotta Önnel ezt a mappát: %s",
"%s shared the file %s with you" => "%s megosztotta Önnel ezt az állományt: %s",
"Download" => "Letöltés",
"Upload" => "Feltöltés",
"Cancel upload" => "A feltöltés megszakítása",
"No preview available for" => "Nem áll rendelkezésre előnézet ehhez: "
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";