⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ja-euc_lang_data.inc.php

📁 架設ROSE私服必備之物 ROSE數據庫
💻 PHP
字号:
<?php 
// ================================================
// SPAW PHP WYSIWYG editor control
// ================================================
// Japanese file
// ================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Japanese Translation: DigiPower <http://pwr.jp/>
// Copyright: Solmetra (c)2003 All rights reserved.
// ------------------------------------------------
//                                www.solmetra.com
// ================================================
// v.1.0, 2003-03-20
// ================================================

// charset to be used in dialogs
$spaw_lang_charset = 'EUC-JP';

// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'

$spaw_lang_data = array(
  'cut' => array(
    'title' => '磊り艰り'
  ),
  'copy' => array(
    'title' => 'コピ〖'
  ),
  'paste' => array(
    'title' => '沤り烧け'
  ),
  'undo' => array(
    'title' => '傅に提す'
  ),
  'redo' => array(
    'title' => 'やり木す'
  ),
  'hyperlink' => array(
    'title' => 'ハイパ〖リンク'
  ),
  'image_insert' => array(
    'title' => 'イメ〖ジの赁掐',
    'select' => ' 联买する ',
    'cancel' => 'キャンセル',
    'library' => 'ライブラリ',
    'preview' => 'プレビュ〖',
    'images' => 'イメ〖ジ',
    'upload' => 'アップロ〖ド',
    'upload_button' => 'アップロ〖ド',
    'error' => 'エラ〖',
    'error_no_image' => 'イメ〖ジを回年して布さい',
    'error_uploading' => 'アップロ〖ド面にエラ〖が弹こりました。警ししてからもう办刨悸乖してみてください。',
    'error_wrong_type' => 'イメ〖ジファイルではありません',
    'error_no_dir' => 'ライブラリが斧つかりません',
  ),
  'image_prop' => array(
    'title' => 'イメ〖ジのプロパティ',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
    'source' => '徊救黎',
    'alt' => '洛仑テキスト',
    'align' => '乖路え',
    'left' => '焊',
    'right' => '宝',
    'top' => '惧',
    'middle' => '面丙',
    'bottom' => '布',
    'absmiddle' => '面丙(冷滦弄)',
    'texttop' => '惧(冷滦弄)',
    'baseline' => 'ベ〖スライン',
    'width' => '升',
    'height' => '光さ',
    'border' => 'ボ〖ダ〖',
    'hspace' => '玻粗持',
    'vspace' => '侥粗持',
    'error' => 'エラ〖',
    'error_width_nan' => '升を掐蜗して布さい',
    'error_height_nan' => '光さを掐蜗して布さい',
    'error_border_nan' => 'ボ〖ダ〖を掐蜗して布さい',
    'error_hspace_nan' => '玻粗持を掐蜗して布さい',
    'error_vspace_nan' => '侥粗持を掐蜗して布さい',
  ),
  'hr' => array(
    'title' => '惰磊り俐'
  ),
  'table_create' => array(
    'title' => 'テ〖ブルの侯喇'
  ),
  'table_prop' => array(
    'title' => 'テ〖ブルのプロパティ',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
    'rows' => '乖',
    'columns' => '误',
    'width' => '升',
    'height' => '光さ',
    'border' => 'ボ〖ダ〖',
    'pixels' => 'ピクセル',
    'cellpadding' => 'セル柒途球',
    'cellspacing' => 'セル柒粗持',
    'bg_color' => '秦肥咖',
    'error' => 'エラ〖',
    'error_rows_nan' => '乖を掐蜗して布さい',
    'error_columns_nan' => '误を掐蜗して布さい',
    'error_width_nan' => '升を掐蜗して布さい',
    'error_height_nan' => '光さを掐蜗して布さい',
    'error_border_nan' => 'ボ〖ダ〖を掐蜗して布さい',
    'error_cellpadding_nan' => 'セル柒途球を掐蜗して布さい',
    'error_cellspacing_nan' => 'セル柒粗持を掐蜗して布さい',
  ),
  'table_cell_prop' => array(
    'title' => 'セルのプロパティ',
    'horizontal_align' => '玻路え',
    'vertical_align' => '侥路え',
    'width' => '升',
    'height' => '光さ',
    'css_class' => 'CSS クラス',
    'no_wrap' => '擂り手さない',
    'bg_color' => '秦肥咖',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
    'left' => '焊',
    'center' => '面丙',
    'right' => '宝',
    'top' => '惧',
    'middle' => '面丙',
    'bottom' => '布',
    'baseline' => 'ベ〖スライン',
    'error' => 'エラ〖',
    'error_width_nan' => '升を掐蜗して布さい',
    'error_height_nan' => '光さを掐蜗して布さい',
  ),
  'table_row_insert' => array(
    'title' => '乖の赁掐'
  ),
  'table_column_insert' => array(
    'title' => '误の赁掐'
  ),
  'table_row_delete' => array(
    'title' => '乖の猴近'
  ),
  'table_column_delete' => array(
    'title' => '误の猴近'
  ),
  'table_cell_merge_right' => array(
    'title' => '宝の误と冯圭'
  ),
  'table_cell_merge_down' => array(
    'title' => '布の乖と冯圭'
  ),
  'table_cell_split_horizontal' => array(
    'title' => '乖を尸充'
  ),
  'table_cell_split_vertical' => array(
    'title' => '误を尸充'
  ),
  'style' => array(
    'title' => 'スタイル'
  ),
  'font' => array(
    'title' => 'フォント'
  ),
  'fontsize' => array(
    'title' => 'サイズ'
  ),
  'paragraph' => array(
    'title' => '檬皖'
  ),
  'bold' => array(
    'title' => '吕机'
  ),
  'italic' => array(
    'title' => '夹挛'
  ),
  'underline' => array(
    'title' => '布俐'
  ),
  'ordered_list' => array(
    'title' => '戎规リスト'
  ),
  'bulleted_list' => array(
    'title' => 'リスト'
  ),
  'indent' => array(
    'title' => 'インデント纳裁'
  ),
  'unindent' => array(
    'title' => 'インデント猴近'
  ),
  'left' => array(
    'title' => '焊路え'
  ),
  'center' => array(
    'title' => '面丙路え'
  ),
  'right' => array(
    'title' => '宝路え'
  ),
  'fore_color' => array(
    'title' => '矢机咖'
  ),
  'bg_color' => array(
    'title' => '秦肥咖'
  ),
  'design_tab' => array(
    'title' => 'WYSIWYG (デザイン) モ〖ドへ'
  ),
  'html_tab' => array(
    'title' => 'HTML (コ〖ド) モ〖ドへ'
  ),
  'colorpicker' => array(
    'title' => 'Color picker',
    'ok' => '    OK   ',
    'cancel' => 'キャンセル',
  ),
  'cleanup' => array(
    'title' => 'HTMLクリ〖ンアップ (スタイルの猴近)',
    'confirm' => '悸乖すると、すべてのスタイルやフォントや脚剩したタグを近殿します。眷圭によってはあなたの罢哭しない冯蔡になることもありますのでお丹を烧け布さい。',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
  ),
  'toggle_borders' => array(
    'title' => 'ボ〖ダ〖の磊り仑え',
  ),
  'hyperlink' => array(
    'title' => 'ハイパ〖リンク',
    'url' => 'URL',
    'name' => 'サイト叹',
    'target' => 'タ〖ゲット',
    'title_attr' => 'タイトル',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
  ),
  'table_row_prop' => array(
    'title' => '乖のプロパティ',
    'horizontal_align' => '玻路え',
    'vertical_align' => '侥路え',
    'css_class' => 'CSS クラス',
    'no_wrap' => '擂り手さない',
    'bg_color' => '秦肥咖',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
    'left' => '焊',
    'center' => '面丙',
    'right' => '宝',
    'top' => '惧',
    'middle' => '面丙',
    'bottom' => '布',
    'baseline' => 'ベ〖スライン',
  ),
  'symbols' => array(
    'title' => '泼检矢机',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
  ),
  'templates' => array(
    'title' => 'テンプレ〖ト',
  ),
  'page_prop' => array(
    'title' => 'ペ〖ジのプロパティ',
    'title_tag' => 'タイトル',
    'charset' => '矢机コ〖ド',
    'background' => '秦肥イメ〖ジ',
    'bgcolor' => '秦肥咖',
    'text' => '矢机咖',
    'link' => 'リンク咖',
    'vlink' => '爽啼貉みリンク咖',
    'alink' => 'アクティブリンク咖',
    'leftmargin' => '焊マ〖ジン',
    'topmargin' => '惧マ〖ジン',
    'css_class' => 'CSS クラス',
    'ok' => '    OK    ',
    'cancel' => 'キャンセル',
  ),
  'preview' => array(
    'title' => 'プレビュ〖',
  ),
  'image_popup' => array(
    'title' => 'イメ〖ジのポップアップ',
  ),
  'zoom' => array(
    'title' => '橙络',
  ),
);
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -