summaryrefslogtreecommitdiff
path: root/plugins/find/lang/vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/vi.js')
-rw-r--r--plugins/find/lang/vi.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/vi.js b/plugins/find/lang/vi.js
new file mode 100644
index 0000000..8d4b148
--- /dev/null
+++ b/plugins/find/lang/vi.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'vi', {
+ find: 'Tìm kiếm',
+ findOptions: 'Tìm tùy chọn',
+ findWhat: 'Tìm chuỗi:',
+ matchCase: 'Phân biệt chữ hoa/thường',
+ matchCyclic: 'Giống một phần',
+ matchWord: 'Giống toàn bộ từ',
+ notFoundMsg: 'Không tìm thấy chuỗi cần tìm.',
+ replace: 'Thay thế',
+ replaceAll: 'Thay thế tất cả',
+ replaceSuccessMsg: '%1 vị trí đã được thay thế.',
+ replaceWith: 'Thay bằng:',
+ title: 'Tìm kiếm và thay thế'
+});