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: a6cc9939ede39bb8196335a8f44c0df328b856b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_texteditor",
    {
    "Insufficient permissions" : "Không đủ quyền",
    "Save" : "Lưu",
    "Search" : "Tìm kiếm",
    "Next" : "Kế tiếp",
    "Clear" : "Xóa",
    "Saving..." : "Đang lưu...",
    "An error occurred!" : "Có một lỗi đã xảy ra!",
    "There are unsaved changes in the text editor" : "Có những thay đổi bạn chưa lưu trong trình soạn thảo ",
    "There were unsaved changes, click here to go back" : "Thay đổi không được lưu, bấm vào đây để trở lại"
},
"nplurals=1; plural=0;");