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

sc.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c969da37b307ee12549a57b20342e25aee987ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "richdocuments",
    {
    "File is too big" : "S'archìviu est tropu mannu",
    "Invalid file provided" : "S'archìviu frunidu no est vàlidu",
    "Failed to save settings" : "No at fatu a sarvare is informatziones",
    "Description" : "Descritzione",
    "Error" : "Errore",
    "Cancel" : "Annulla",
    "Save" : "Sarva",
    "Details" : "Detàllios",
    "Create" : "Crea"
},
"nplurals=2; plural=(n != 1);");