21 lines
710 B
JavaScript
21 lines
710 B
JavaScript
// I18N constants
|
|
// LANG: "ja", ENCODING: UTF-8
|
|
// This string is for auto detection of multi-encoding editor : 国際化文字検出用文字列
|
|
{
|
|
"Insert/edit horizontal rule": "水平線の挿入/修正",
|
|
"Horizontal Rule": "水平線",
|
|
"Layout": "レイアウト",
|
|
"Width:": "幅:",
|
|
"percent": "パーセント",
|
|
"pixels": "ピクセル",
|
|
"Height:": "高さ:",
|
|
"Alignment:": "行揃え:",
|
|
"Left": "左",
|
|
"Center": "中央",
|
|
"Right": "右",
|
|
"Style": "スタイル",
|
|
"Color:": "色:",
|
|
"No shading": "影付けなし",
|
|
"Note:": "備考",
|
|
"To select an existing horizontal rule, a double-click may be needed.":"既存の水平線を選択するにはDoubleClickが必要。"
|
|
}; |