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

ia.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c144fbd44f3d988a3d22272677e55cd32e1070d5 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Cancellar",
    "Password" : "Contrasigno",
    "Name" : "Nomine",
    "Download" : "Discargar"
},
"nplurals=2; plural=(n != 1);");