User:Was a bee/vector.js/ja.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
//<source lang="javascript">

if (typeof (HotCat) != 'undefined') {

  HotCat.messages.commit           = '保存';
  HotCat.messages.ok               = 'OK';
  HotCat.messages.cancel           = 'キャンセル';
  HotCat.messages.multi_error      = 'サーバーからページテキストの取得に失敗したため変更内容を保存できませんでした。ご不便をおかけして申し訳ありません。';

  HotCat.tooltips.change = 'このカテゴリを変更';
  HotCat.tooltips.remove = 'このカテゴリを除去';
  HotCat.tooltips.add = '新しいカテゴリを追加';
  HotCat.tooltips.restore = '変更を元に戻す';
  HotCat.tooltips.undo = '変更を元に戻す';
  HotCat.tooltips.down = '下位カテゴリを表示';
  HotCat.tooltips.up = '上位カテゴリを表示';

  HotCat.multi_tooltip = '複数のカテゴリを一気に編集';
   
  HotCat.engine_names.searchindex = '検索インデックス';
  HotCat.engine_names.pagelist    = 'ページリスト'; 
  HotCat.engine_names.combined    = '併用検索';
  HotCat.engine_names.subcat      = '下位カテゴリ';
  HotCat.engine_names.parentcat   = '上位カテゴリ';

  //test
  HotCat.engine_names_tooltips.searchindex = '大文字小文字を区別せず検索します。作成後すぐのカテゴリは表示されません';
  HotCat.engine_names_tooltips.pagelist    = 'アルファベットの大文字小文字を区別して検索します。作成後すぐのカテゴリも表示されます'; 
  HotCat.engine_names_tooltips.combined    = '上の二つの検索結果を同時に表示します';
  HotCat.engine_names_tooltips.subcat      = 'このカテゴリの下位カテゴリを表示します';
  HotCat.engine_names_tooltips.parentcat   = 'このカテゴリの上位カテゴリを表示します';
}

//</source>