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

sv.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99eea208f9e4fa6a9d9cea9ccdb41b3e29eea56b (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Taggar",
    "No files in here" : "Inga filer kunde hittas",
    "No entries found in this folder" : "nga Filer hittades i denna mapp",
    "Name" : "Namn",
    "Size" : "Storlek",
    "Modified" : "Ändrad"
},
"nplurals=2; plural=(n != 1);");