18 lines
992 B
JavaScript
18 lines
992 B
JavaScript
// I18N constants
|
|
// LANG: "ja", ENCODING: UTF-8
|
|
// This string is for auto detection of multi-encoding editor : 国際化文字検出用文字列
|
|
{
|
|
"Insert GUIDO Music Notation": "GUIDO Music Notationの挿入",
|
|
"Guido code": "GUIDOコード",
|
|
"Options": "オプション",
|
|
"Format": "フォーマット",
|
|
"Image in applet": "アプレット画像",
|
|
"Zoom": "拡大率:",
|
|
"MIDI File": "MIDIファイル",
|
|
"Image Preview": "画像プレビュー",
|
|
"Source Code": "ソースコード",
|
|
"Preview": "表示",
|
|
"Add MIDI link to allow students to hear the music": "MIDIへのリンクを追加し、楽曲を聴かせてもよい",
|
|
"Add GUIDO Code in a textbox on the page": "ページ内のテキストボックスにGUIDOコードを追加",
|
|
"With Mozilla, the applet will not be visible in editor, but only in Web page after submitting.": "Mozillaではエディタ内にアプレットは表示されませんが、送信後のWebページ内では有効です。"
|
|
}; |