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

oc.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1e930ba805d0b2861871f717095ea0e2c00a535 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.",
    "Updated channel" : "Canal mes a jorn",
    "Update channel:" : "Canal de mesa a jorn :",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Podètz a tot moment metre a jorn cap a una version mai recenta o un canal experimental. Pasmens, poiretz pas jamai tornar a un canal mai estable."
},
"nplurals=2; plural=(n > 1);");