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

oc.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd891a0c3a39d56abe57b00ddff3a7f618435729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Etiquetas",
    "%s (invisible)" : "%s (invisible)",
    "No files in here" : "Pas cap de fichièr aicí",
    "No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr",
    "Name" : "Nom",
    "Size" : "Talha",
    "Modified" : "Modificat"
},
"nplurals=2; plural=(n > 1);");