Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hu_HU.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 741e86952d9d34e6f2489c44e0bcfbdfaf4b6ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Üdvözötljük a %s-ben.",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Személyre szóló webszolgáltatások. Az Ön állományai, címjegyzékei, naptára és sok más egyéb, minden egy helyen.",
"Get the apps to sync your files" => "Töltse le az állományok szinkronizációjához szükséges programokat",
"Desktop client" => "Asztali kliens",
"Android app" => "Android applikáció",
"iOS app" => "IOS applikáció",
"Connect your desktop apps to %s" => "Csatlakoztassa az asztali alkalmazást a %s-hez",
"Connect your Calendar" => "Kapcsolódás a naptárhoz",
"Connect your Contacts" => "Kapcsolódás a címjegyzékekhez",
"Documentation" => "Dokumentáció",
"Access files via WebDAV" => "Az állományok elérése WebDAV-protokoll segítségével",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "További információ található <a target=\"_blank\" href=\"%s\">a dokumentációban</a> és a program <a target=\"_blank\" href=\"http://owncloud.org\">honlapján</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Ha tetszik az ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud egy nagyszerű szoftver, hogy szinkronizálja és megossza fáljait, képeit, zenéit. \n\t\tIngyenesen letölthető innen http://owncloud.org\">\n\t\takkor ajánlja a barátainak</a>\n\tés <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">hirdessétek.</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";