mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
12 lines
319 B
JavaScript
Executable File
12 lines
319 B
JavaScript
Executable File
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
|
|
|
tinyMCE.addToLang('flash',{
|
|
title : 'Thêm/sửa phim flash',
|
|
desc : 'Thêm/sửa phim flash',
|
|
file : 'File flash (.swf)',
|
|
size : 'Kích thước',
|
|
list : 'File flash',
|
|
props : 'Thuộc tính flash',
|
|
general : 'Chung'
|
|
});
|