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

ia.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ae952f8c9b2e93fb89e4fa17e4a15269064e138 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "files_trashbin",
    {
    "Error" : "Error",
    "Name" : "Nomine",
    "Delete" : "Deler"
},
"nplurals=2; plural=(n != 1);");