diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
commit | ab090d5277a836667d71e09d1ac5288de85a5434 (patch) | |
tree | 3c2fa3ef21ed24a0efabb2c1985ae6a4e0508b9b /lib/l10n/hu_HU.php | |
parent | efa0478d2d6c78639d5839c9014f25dac1f11d98 (diff) | |
download | nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.tar.gz nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/hu_HU.php')
-rw-r--r-- | lib/l10n/hu_HU.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/l10n/hu_HU.php b/lib/l10n/hu_HU.php new file mode 100644 index 00000000000..eb074b79c61 --- /dev/null +++ b/lib/l10n/hu_HU.php @@ -0,0 +1,25 @@ +<?php $TRANSLATIONS = array( +"Help" => "Súgó", +"Personal" => "Személyes", +"Settings" => "Beállítások", +"Users" => "Felhasználók", +"Apps" => "Alkalmazások", +"Admin" => "Admin", +"ZIP download is turned off." => "ZIP-letöltés letiltva", +"Files need to be downloaded one by one." => "A file-okat egyenként kell letölteni", +"Back to Files" => "Vissza a File-okhoz", +"Selected files too large to generate zip file." => "Túl nagy file-ok a zip-generáláshoz", +"Application is not enabled" => "Az alkalmazás nincs engedélyezve", +"Authentication error" => "Hitelesítési hiba", +"Token expired. Please reload page." => "A token lejárt. Frissítsd az oldalt.", +"seconds ago" => "másodperccel ezelőtt", +"1 minute ago" => "1 perccel ezelőtt", +"%d minutes ago" => "%d perccel ezelőtt", +"today" => "ma", +"yesterday" => "tegnap", +"%d days ago" => "%d évvel ezelőtt", +"last month" => "múlt hónapban", +"months ago" => "hónappal ezelőtt", +"last year" => "tavaly", +"years ago" => "évvel ezelőtt" +); |