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

te.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bb1c6de72dc249818d355010b395b28c04907dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "lib",
    {
    "today" : "ఈరోజు",
    "yesterday" : "నిన్న",
    "last month" : "పోయిన నెల",
    "last year" : "పోయిన సంవత్సరం",
    "seconds ago" : "క్షణాల క్రితం",
    "Help" : "సహాయం",
    "Personal" : "వ్యక్తిగతం",
    "Users" : "వాడుకరులు"
},
"nplurals=2; plural=(n != 1);");