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

ta.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d83d5c1845951df5bbed086238d784a2c8b8f2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "polls",
    {
    "Group" : "Group",
    "User" : "User",
    "Title" : "தலைப்பு",
    "Cancel" : "இரத்து செய்க",
    "Settings" : "அமைப்புகள்",
    "OK" : "சரி ",
    "Week" : "வாரம்",
    "never" : "ஒருபோதும்",
    "Owner" : "Owner",
    "Details" : "விவரங்கள்",
    "Configuration" : "தகவமைப்பு",
    "Description" : "விவரிப்பு",
    "No" : "No",
    "Yes" : "Yes",
    "Month" : "மாதம்"
},
"nplurals=2; plural=(n != 1);");