aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/vi.js')
-rw-r--r--sources/plugins/find/lang/vi.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/vi.js b/sources/plugins/find/lang/vi.js
new file mode 100644
index 00000000..3a6d522b
--- /dev/null
+++ b/sources/plugins/find/lang/vi.js
@@ -0,0 +1,18 @@
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( 'find', 'vi', {
6 find: 'Tìm kiếm',
7 findOptions: 'Tìm tùy chọn',
8 findWhat: 'Tìm chuỗi:',
9 matchCase: 'Phân biệt chữ hoa/thường',
10 matchCyclic: 'Giống một phần',
11 matchWord: 'Giống toàn bộ từ',
12 notFoundMsg: 'Không tìm thấy chuỗi cần tìm.',
13 replace: 'Thay thế',
14 replaceAll: 'Thay thế tất cả',
15 replaceSuccessMsg: '%1 vị trí đã được thay thế.',
16 replaceWith: 'Thay bằng:',
17 title: 'Tìm kiếm và thay thế'
18} );