9 lines
304 B
JavaScript
9 lines
304 B
JavaScript
OC.L10N.register(
|
|
"updatenotification",
|
|
{
|
|
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
|
|
"Updater" : "Updater",
|
|
"Open updater" : "Updater öffnen"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|