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

ms_MY.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23b9e6f5fb4ccc29abd7f172f7c981f8df79278a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "polls",
    {
    "Cancel" : "Batal",
    "OK" : "OK",
    "Week" : "Minggu",
    "Back" : "Kembali",
    "Group" : "Group",
    "Title" : "Judul",
    "Settings" : "Tetapan",
    "Owner" : "Owner",
    "never" : "jangan",
    "Shares" : "Kongsi",
    "Description" : "Keterangan",
    "No" : "No",
    "Yes" : "Yes",
    "Deleted" : "Dipadam",
    "Day" : "Hari",
    "Month" : "Bulan"
},
"nplurals=1; plural=0;");