summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/vi.js')
-rw-r--r--plugins/liststyle/lang/vi.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/vi.js b/plugins/liststyle/lang/vi.js
new file mode 100644
index 0000000..ae3ec06
--- /dev/null
+++ b/plugins/liststyle/lang/vi.js
@@ -0,0 +1,25 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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.'
+});