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

vi.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1477d53bd7718de315d0faeeeb150b26ce6e86cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"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"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";