]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/find/lang/vi.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / vi.js
CommitLineData
7adcb81e
IB
1/*\r
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'find', 'vi', {\r
6 find: 'Tìm kiếm',\r
7 findOptions: 'Tìm tùy chọn',\r
8 findWhat: 'Tìm chuỗi:',\r
9 matchCase: 'Phân biệt chữ hoa/thường',\r
10 matchCyclic: 'Giống một phần',\r
11 matchWord: 'Giống toàn bộ từ',\r
12 notFoundMsg: 'Không tìm thấy chuỗi cần tìm.',\r
13 replace: 'Thay thế',\r
14 replaceAll: 'Thay thế tất cả',\r
15 replaceSuccessMsg: '%1 vị trí đã được thay thế.',\r
16 replaceWith: 'Thay bằng:',\r
17 title: 'Tìm kiếm và thay thế'\r
18} );\r