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

vi.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10ae025594fa61f91d365f64aae784e22e0e47a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "polls",
    {
    "Participants" : "Người tham gia",
    "Deleted" : "Đã xóa",
    "Group" : "N",
    "Comments" : "Các bình luận",
    "Cancel" : "Hủy bỏ",
    "Apply" : "Áp dụng",
    "Title" : "Tên",
    "Owner" : "Chủ",
    "Created" : "Đã tạo",
    "never" : "không thay đổi",
    "Details" : "Thông tin",
    "Configuration" : "Cấu hình",
    "Shares" : "Chia sẻ",
    "Saved" : "Đã lưu",
    "Description" : "Mô tả",
    "Expiration date" : "Ngày kết thúc",
    "Unknown user" : "Người dùng không tồn tại",
    "Public access" : "Truy cập công khai"
},
"nplurals=1; plural=0;");