mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
12 lines
260 B
JavaScript
Executable File
12 lines
260 B
JavaScript
Executable File
// Japanese euc variables
|
|
|
|
tinyMCE.addToLang('flash',{
|
|
title : '挿入・編集フラッシュ',
|
|
desc : '挿入・編集フラッシュ',
|
|
file : 'フラッシュ (.swf)',
|
|
size : 'サイズ',
|
|
list : 'フラッシュのファイル',
|
|
props : 'フラッシュのプロパティ',
|
|
general : '一般'
|
|
});
|