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

nl.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81eb5beddc5c05531e885dd87270e4377f71c3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Tags",
    "No files in here" : "Hier geen bestanden",
    "No entries found in this folder" : "Niets gevonden in deze map",
    "Name" : "Naam",
    "Size" : "Grootte",
    "Modified" : "Aangepast"
},
"nplurals=2; plural=(n != 1);");