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