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

ia.js « l10n « encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27932deb15ec2c2b9937db224aab1fa638cf25d7 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "encryption",
    {
    "The share will expire on %s." : "Le compartir expirara le %s.",
    "Cheers!" : "Acclamationes!"
},
"nplurals=2; plural=(n != 1);");