6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
|
|
// I18N constants
|
||
|
|
// LANG: "ja", ENCODING: UTF-8
|
||
|
|
{
|
||
|
|
"Insert special character": "特殊文字を挿入",
|
||
|
|
"Cancel": "中止"
|
||
|
|
};
|