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

id.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80c7a98373df43049a38f19b90a707ae3147e3ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "polls",
    {
    "Deleted" : "Dihapus",
    "Group" : "Grup",
    "Comments" : "Komentar",
    "Delete comment" : "Hapus komentar",
    "Cancel" : "Membatalkan",
    "Apply" : "Terapkan",
    "Title" : "Judul",
    "Owner" : "Owner",
    "Created" : "Dibuat",
    "never" : "tidak pernah.",
    "Details" : "Detil",
    "Configuration" : "Konfigurasi",
    "Shares" : "Dibagikan",
    "Description" : "Deskrisi",
    "Expiration date" : "Tanggal kadaluarsa",
    "Unknown user" : "Pengguna tidak dikenal",
    "OK" : "OK"
},
"nplurals=1; plural=0;");