mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
23 lines
668 B
JavaScript
Executable File
23 lines
668 B
JavaScript
Executable File
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
|
|
|
tinyMCE.addToLang('emotions',{
|
|
title : 'Thêm biểu cảm',
|
|
desc : 'Biểu cảm',
|
|
cool : 'Tuyệt',
|
|
cry : 'Khóc',
|
|
embarassed : 'Bối rối',
|
|
foot_in_mouth : 'Chân trong miệng',
|
|
frown : 'Cau mày',
|
|
innocent : 'Ngây thơ',
|
|
kiss : 'Hôn',
|
|
laughing : 'Cười',
|
|
money_mouth : 'Ngậm tiền',
|
|
sealed : 'Dán miệng',
|
|
smile : 'Mỉm cười',
|
|
surprised : 'Ngạc nhiên',
|
|
tongue_out : 'Thè lưỡi',
|
|
undecided : 'Chưa quyết định',
|
|
wink : 'Nháy mắt',
|
|
yell : 'La hét'
|
|
});
|