/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'liststyle', 'vi', {
armenian: 'Số theo kiểu Armenian',
bulletedTitle: 'Thuộc tính danh sách không thứ tự',
circle: 'Khuyên tròn',
decimal: 'Kiểu số (1, 2, 3 ...)',
decimalLeadingZero: 'Kiểu số (01, 02, 03...)',
disc: 'Hình đĩa',
georgian: 'Số theo kiểu Georgian (an, ban, gan...)',
lowerAlpha: 'Kiểu abc thường (a, b, c, d, e...)',
lowerGreek: 'Kiểu Hy Lạp (alpha, beta, gamma...)',
lowerRoman: 'Số La Mã kiểu thường (i, ii, iii, iv, v...)',
none: 'Không gì cả',
notset: '<không thiết lập>',
numberedTitle: 'Thuộc tính danh sách có thứ tự',
square: 'Hình vuông',
start: 'Bắt đầu',
type: 'Kiểu loại',
upperAlpha: 'Kiểu ABC HOA (A, B, C, D, E...)',
upperRoman: 'Số La Mã kiểu HOA (I, II, III, IV, V...)',
validateStartNumber: 'Số bắt đầu danh sách phải là một số nguyên.'
} );
|