nextcloud/apps/updatenotification/l10n/hu_HU.js

15 lines
852 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
2016-05-10 10:30:51 +03:00
"Updated channel" : "Frissített csatorna",
2016-03-05 09:56:08 +03:00
"Updater" : "Frissítéskezelő",
2016-03-09 09:55:42 +03:00
"A new version is available: %s" : "Új verzió érhető el: %s",
"Open updater" : "Frissítő megnyitása",
"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-03-09 09:55:42 +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."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");