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

vi.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4feb4712e4c09543f623f3fee4fc81d3de321478 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_texteditor",
    {
    "Saved" : "Đã lưu",
    "An error occurred!" : "Có một lỗi đã xảy ra!",
    "Edit" : "Chỉnh sửa",
    "Saving…" : "Đang lưu...",
    "Insufficient permissions" : "Không đủ quyền"
},
"nplurals=1; plural=0;");