10 lines
644 B
JavaScript
10 lines
644 B
JavaScript
OC.L10N.register(
|
|
"updatenotification",
|
|
{
|
|
"{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.",
|
|
"Updater" : "Päivitysohjelma",
|
|
"For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Tietoturvasyistä ownCloudin sisäänrakennettu päivitysohjelma käyttää erillisiä tunnistamistietoja. Siirry päivitysohjelman sivulle napsauttamalla seuraavaa painiketta.",
|
|
"Open updater" : "Avaa päivitysohjelma"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|