egroupware/phpgwapi/js/tiny_mce/plugins/searchreplace/langs/vi.js

22 lines
910 B
JavaScript
Raw Normal View History

2006-08-21 21:26:21 +02:00
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
tinyMCE.addToLang('',{
searchreplace_search_desc : 'Tìm',
searchreplace_searchnext_desc : 'Tìm tiếp',
searchreplace_replace_desc : 'Tìm/Thay thế',
searchreplace_notfound : 'Hoàn thành tìm kiếm. Không tìm thấy.',
searchreplace_search_title : 'Tìm',
searchreplace_replace_title : 'Tìm/Thay thế',
searchreplace_allreplaced : 'Đã thay thế hết.',
searchreplace_findwhat : 'Tìm gì',
searchreplace_replacewith : 'Thay thế bằng',
searchreplace_direction : 'Hướng',
searchreplace_up : 'Lên',
searchreplace_down : 'Xuống',
searchreplace_case : 'Phân biệt chữ hoa chữ thường',
searchreplace_findnext : 'Tìm tiếp',
searchreplace_replace : 'Thay thế',
searchreplace_replaceall : 'Thay tất cả',
searchreplace_cancel : 'Hủy bỏ'
});