diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/hu_HU.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/hu_HU.js')
-rw-r--r-- | apps/files_sharing/l10n/hu_HU.js | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/hu_HU.js b/apps/files_sharing/l10n/hu_HU.js new file mode 100644 index 00000000000..488ad61bab2 --- /dev/null +++ b/apps/files_sharing/l10n/hu_HU.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "A kiszolgálók közötti megosztás nincs engedélyezve ezen a kiszolgálón", + "The mountpoint name contains invalid characters." : "A csatlakozási pont neve érvénytelen karaktereket tartalmaz ", + "Invalid or untrusted SSL certificate" : "Érvénytelen vagy nem megbízható az SSL tanúsítvány", + "Couldn't add remote share" : "A távoli megosztás nem hozható létre", + "Shared with you" : "Velem osztották meg", + "Shared with others" : "Én osztottam meg másokkal", + "Shared by link" : "Linkkel osztottam meg", + "No files have been shared with you yet." : "Még nem osztottak meg Önnel semmit.", + "You haven't shared any files yet." : "Még nem osztott meg másokkal semmit", + "You haven't shared any files by link yet." : "Még nem osztott meg link segítségével semmit.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Használatba kívánja venni a {name} távoli megosztást, amit a {owner}@{remote} címről kapott?", + "Remote share" : "Távoli megosztás", + "Remote share password" : "Jelszó a távoli megosztáshoz", + "Cancel" : "Mégsem", + "Add remote share" : "Távoli megosztás létrehozása", + "No ownCloud installation found at {remote}" : "Nem található ownCloud telepítés ezen a címen {remote}", + "Invalid ownCloud url" : "Érvénytelen ownCloud webcím", + "Shared by" : "Megosztotta Önnel", + "This share is password-protected" : "Ez egy jelszóval védett megosztás", + "The password is wrong. Try again." : "A megadott jelszó nem megfelelő. Próbálja újra!", + "Password" : "Jelszó", + "Name" : "Név", + "Share time" : "A megosztás időpontja", + "Sorry, this link doesn’t 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!", + "Add to your ownCloud" : "Adjuk hozzá a saját ownCloudunkhoz", + "Download" : "Letöltés", + "Download %s" : "%s letöltése", + "Direct link" : "Közvetlen link", + "Remote Shares" : "Távoli megosztások", + "Allow other instances to mount public links shared from this server" : "Engedélyezzük más ownCloud telepítéseknek, hogy becsatolják ennek a kiszolgálónak a nyilvános linkkel megadott megosztásait", + "Allow users to mount public link shares" : "Engedélyezzük, hogy felhasználóink becsatolják más kiszolgálók nyilvános, linkkel megadott megosztásait" +}, +"nplurals=2; plural=(n != 1);"); |