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

vi.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02477572d66257b9b66a5fbbff78698a356a176f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Vui lòng nhập url hợp lệ - họ phải bắt đầu với http: //, https: // hoặc /",
    "External sites saved." : "Đã lưu trang web bên ngoài.",
    "External Sites" : "URL bên ngoài",
    "Name" : "Tên",
    "URL" : "URL",
    "Remove site" : "Xóa URL",
    "Add" : "Địa chỉ"
},
"nplurals=1; plural=0;");