nextcloud/apps/updatenotification/l10n/hu_HU.js

18 lines
1.0 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-06-10 08:55:19 +03:00
"Update notifications" : "Frissítési értesítés",
2016-02-16 16:49:12 +03:00
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
2016-09-10 03:09:19 +03:00
"Channel updated" : "Csatorna frissítve",
"Nextcloud core" : "Nextcloud mag",
2016-06-10 08:55:19 +03:00
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
2016-03-09 09:55:42 +03:00
"A new version is available: %s" : "Új verzió érhető el: %s",
2016-09-10 03:09:19 +03:00
"Download now" : "Letöltés most",
2016-03-09 09:55:42 +03:00
"Your version is up to date." : "Verzió frissítve.",
"Checked on %s" : "Ellenőrizve: %s",
2016-03-05 09:56:08 +03:00
"Update channel:" : "Frissítési csatorna:",
2016-09-10 03:09:19 +03:00
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Mindig frissíthetsz az újabb verzióra vagy kísérleti csatornára, de visszafelé sosem frissíthetsz egy jóval stabilabb verzióra.",
"Updater" : "Frissítéskezelő"
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");