1<?php 2/** 3 * Japanese language file for the "New Page Dialog" plugin 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author smeghead <smeghead[at]users.sourceforge.jp> 7 */ 8 9/* buttons */ 10$lang['btn_create_new_page'] = '新しいページの作成'; 11$lang['btn_create_page'] = 'ページの作成'; 12$lang['btn_new_folder'] = '新しいフォルダ'; 13$lang['btn_ok'] = 'OK'; 14 15/* dialogs */ 16$lang['dlg_confirm_page_name'] = '新しいページを作成します。よろしいですか? \nページ名:\n'; 17$lang['dlg_new_folder'] = '新しいフォルダ名を入力してください。:'; 18 19/* misc */ 20$lang['msc_page_title'] = 'ページタイトル'; 21