Welcome to mirror list, hosted at ThFree Co, Russian Federation.

is.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d2cf902382fb6b4e29680762c3b8a6b2605085d (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra.",
    "Updater" : "Uppfærslustýring",
    "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Af öryggisástæðum notar innbyggða uppfærslustýringin í ownCloud viðbótar-auðkennisupplýsingar. Til að skoða síðu uppfærslustýringarinnar skaltu smella á eftirfarandi hnapp.",
    "Open updater" : "Opna uppfærslustýringu"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");