aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/about/lang/vi.js')
-rw-r--r--sources/plugins/about/lang/vi.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/about/lang/vi.js b/sources/plugins/about/lang/vi.js
new file mode 100644
index 00000000..a72559d4
--- /dev/null
+++ b/sources/plugins/about/lang/vi.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'vi', {
6 copy: 'Bản quyền © $1. Giữ toàn quyền.',
7 dlgTitle: 'Thông tin về CKEditor',
8 help: 'Kiểm tra $1 để được giúp đỡ.',
9 moreInfo: 'Vui lòng ghé thăm trang web của chúng tôi để có thông tin về giấy phép:',
10 title: 'Thông tin về CKEditor',
11 userGuide: 'Hướng dẫn sử dụng CKEditor'
12} );