Changeset 32 for trunk/wp-content/plugins/xpressme
- Timestamp:
- Dec 17, 2008, 12:18:56 PM (16 years ago)
- Location:
- trunk/wp-content/plugins/xpressme
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/language/xpressme-ja.po
r28 r32 3 3 "Project-Id-Version: fckeditor for xpress\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2008-12-1 5 17:50+0900\n"5 "PO-Revision-Date: 2008-12-17 09:50+0900\n" 6 6 "Last-Translator: toemon <toychee@toemon.com>\n" 7 7 "Language-Team: \n" … … 15 15 "X-Poedit-SearchPath-0: .\n" 16 16 17 #: xpressme_class.php:2 017 #: xpressme_class.php:25 18 18 msgid "XPressME Settings" 19 19 msgstr "XPressME設定" 20 20 21 #: xpressme_class.php:73 22 #: xpressme_class.php:118 23 #: xpressme_class.php:123 21 #: xpressme_class.php:42 22 #: xpressme_class.php:81 23 msgid "to Old Post" 24 msgstr "前の投稿へ" 25 26 #: xpressme_class.php:43 27 #: xpressme_class.php:83 28 msgid "to Newer Post" 29 msgstr "次の投稿へ" 30 31 #: xpressme_class.php:88 32 #: xpressme_class.php:148 33 #: xpressme_class.php:153 24 34 msgid "YES" 25 35 msgstr "はい" 26 36 27 #: xpressme_class.php: 7428 #: xpressme_class.php:1 1929 #: xpressme_class.php:1 2437 #: xpressme_class.php:89 38 #: xpressme_class.php:149 39 #: xpressme_class.php:154 30 40 msgid "NO" 31 41 msgstr "いいえ" 32 42 33 #: xpressme_class.php:1 0843 #: xpressme_class.php:138 34 44 msgid "XPressME Configuration Page" 35 45 msgstr "XPressMEの設定ページ" 36 46 37 #: xpressme_class.php:1 1247 #: xpressme_class.php:142 38 48 msgid "Media Upload Base Path" 39 49 msgstr "メディアアップロードのベースパス設定" 40 50 41 #: xpressme_class.php:1 1351 #: xpressme_class.php:143 42 52 msgid "Use XOOPS UPLOAD PATH" 43 53 msgstr "XOOPSのアップロードパスを使用する。" 44 54 45 #: xpressme_class.php:1 1455 #: xpressme_class.php:144 46 56 msgid "USE WordPress BASE_PATH" 47 57 msgstr "WordPressのベースパスを使用する。" 48 58 49 #: xpressme_class.php:1 1759 #: xpressme_class.php:147 50 60 msgid "Thema Sidebar Display" 51 61 msgstr "テーマ表示時にサイドバー表示する。" 52 62 53 #: xpressme_class.php:1 2263 #: xpressme_class.php:152 54 64 msgid "The change tracking of the post is preserved" 55 65 msgstr "投稿の変更履歴を有効にする。" 56 66 57 #: xpressme_class.php:131 67 #: xpressme_class.php:157 68 msgid "Select Display name of PostNavi Link" 69 msgstr "投稿記事リンクナビのタイトル設定" 70 71 #: xpressme_class.php:158 72 msgid "Title of post" 73 msgstr "投稿記事のタイトルを表示" 74 75 #: xpressme_class.php:159 76 msgid "Next and Previous" 77 msgstr "[次の投稿へ]、[前の投稿]へを表示" 78 79 #: xpressme_class.php:162 80 msgid "Adjustment of Navi link display position" 81 msgstr "投稿記事ナビリンクの表示位置設定" 82 83 #: xpressme_class.php:163 84 msgid "'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right" 85 msgstr "古い記事へのリンクを左に、より新しい記事へのリンクを右に表示" 86 87 #: xpressme_class.php:164 88 msgid "'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right" 89 msgstr "より新しい記事へのリンクを左に、古い記事へのリンクを右に表示" 90 91 #: xpressme_class.php:167 92 msgid "Display Title of Old Post Link" 93 msgstr "古い記事へのリンクタイトルを設定" 94 95 #: xpressme_class.php:170 96 msgid "Display Title of Newer Post Link" 97 msgstr "より新しい記事へのリンクタイトルを設定" 98 99 #: xpressme_class.php:178 58 100 msgid "Update Config" 59 101 msgstr "更新" 60 102 61 #: xpressme_class.php:1 32103 #: xpressme_class.php:179 62 104 msgid "Preset Config" 63 105 msgstr "プリセット" -
trunk/wp-content/plugins/xpressme/xpressme.php
r28 r32 17 17 remove_action( 'pre_post_update', 'wp_save_post_revision' ); // Not Save Post Revision 18 18 } 19 19 //require_once('../include/custom_functions.php'); 20 require_once dirname( __FILE__ ).'/include/custom_functions.php' ; 20 21 ?> -
trunk/wp-content/plugins/xpressme/xpressme_class.php
r28 r32 8 8 var $is_theme_sidebar_disp; 9 9 var $is_save_post_revision; 10 var $is_postnavi_title_disp; 11 var $is_left_postnavi_old; 12 var $old_post_link_text; 13 var $newer_post_link_text; 14 10 15 //constructor 11 16 function XPressME_Class() … … 33 38 $this->is_theme_sidebar_disp = true; 34 39 $this->is_save_post_revision = true; 40 $this->is_postnavi_title_disp = true; 41 $this->is_left_postnavi_old = true; 42 $this->old_post_link_text = __('to Old Post'); 43 $this->newer_post_link_text = __('to Newer Post'); 35 44 } 36 45 … … 53 62 $write_options = array ( 54 63 'is_use_xoops_upload_path' => $this->is_use_xoops_upload_path , 55 'is_theme_sidebar_disp' => $this->is_theme_sidebar_disp 64 'is_theme_sidebar_disp' => $this->is_theme_sidebar_disp , 65 'is_save_post_revision' => $this->is_save_post_revision , 66 'is_postnavi_title_disp' => $this->is_postnavi_title_disp , 67 'is_left_postnavi_old' => $this->is_left_postnavi_old , 68 'old_post_link_text' => $this->old_post_link_text , 69 'newer_post_link_text' => $this->newer_post_link_text 56 70 ); 57 71 if ($mode == 'add_new') { … … 67 81 $this->is_theme_sidebar_disp = stripslashes(trim($_POST['ch_is_theme_sidebar_disp'])); 68 82 $this->is_save_post_revision = stripslashes(trim($_POST['ch_is_save_post_revision'])); 83 $this->is_postnavi_title_disp = stripslashes(trim($_POST['ch_is_postnavi_title_disp'])); 84 $this->is_left_postnavi_old = stripslashes(trim($_POST['ch_is_left_postnavi_old'])); 85 $this->old_post_link_text = stripslashes($_POST['ch_old_post_link_text']); 86 if(empty($this->old_post_link_text)) $this->old_post_link_text = __('to Old Post'); 87 $this->newer_post_link_text = stripslashes($_POST['ch_newer_post_link_text']); 88 if(empty($this->newer_post_link_text)) $this->newer_post_link_text = __('to Newer Post'); 89 69 90 } 70 91 71 92 function yes_no_radio_option($option_name,$option_desc,$yes = '',$no= ''){ 72 if (empty( $yes )) $yes = __('YES','xpressme') ; 73 if (empty( $no )) $no = __('NO','xpressme') ; 74 $value = $this->{$option_name}; 75 $ans_name = 'ch_' . $option_name; 76 77 $form = "<tr>\n"; 78 $form .= '<th><label for="images_to_link">' . $option_desc . "</label></th>\n"; 79 $form .= "<td>\n"; 80 if ($value){ 81 $form .= "<label><input type='radio' name='". $ans_name . "' value='1' checked='checked' />" . $yes ."</label><br />\n"; 82 $form .= "<label><input type='radio' name='". $ans_name . "' value='0' />". $no . "</label>\n"; 83 }else{ 84 $form .= "<label><input type='radio' name='". $ans_name . "' value='1' />" . $yes . "</label><br />\n"; 85 $form .= "<label><input type='radio' name='". $ans_name . "' value='0' checked='checked' />". $no ."</label>\n"; 86 } 87 $form .= "</td>\n"; 88 $form .= "</tr><tr>\n"; 89 90 return $form; 91 92 } 93 if (empty( $yes )) $yes = __('YES','xpressme') ; 94 if (empty( $no )) $no = __('NO','xpressme') ; 95 $value = $this->{$option_name}; 96 $ans_name = 'ch_' . $option_name; 97 98 $form = "<tr>\n"; 99 $form .= '<th><label for="images_to_link">' . $option_desc . "</label></th>\n"; 100 $form .= "<td>\n"; 101 if ($value){ 102 $form .= "<label><input type='radio' name='". $ans_name . "' value='1' checked='checked' />" . $yes ."</label><br />\n"; 103 $form .= "<label><input type='radio' name='". $ans_name . "' value='0' />". $no . "</label>\n"; 104 }else{ 105 $form .= "<label><input type='radio' name='". $ans_name . "' value='1' />" . $yes . "</label><br />\n"; 106 $form .= "<label><input type='radio' name='". $ans_name . "' value='0' checked='checked' />". $no ."</label>\n"; 107 } 108 $form .= "</td>\n"; 109 $form .= "</tr><tr>\n"; 110 111 return $form; 112 113 } 114 115 function text_option($option_name,$option_desc){ 116 $value = $this->{$option_name}; 117 $ans_name = 'ch_' . $option_name; 118 119 $form = "<tr>\n"; 120 $form .= '<th><label for="images_to_link">' . $option_desc . "</label></th>\n"; 121 $form .= "<td>\n"; 122 $form .= '<label> <input name="'. $ans_name . '" type="text" size="25" maxlength="50" value="' . $value . '" /></label>'."\n"; 123 $form .= "</td>\n"; 124 $form .= "</tr><tr>\n"; 125 126 return $form; 127 128 } 93 129 94 130 function option_page() … … 123 159 __('NO','xpressme') 124 160 ); 161 echo $this->yes_no_radio_option('is_postnavi_title_disp', 162 __('Select Display name of PostNavi Link','xpressme'), 163 __('Title of post','xpressme'), 164 __('Next and Previous','xpressme') 165 ); 166 echo $this->yes_no_radio_option('is_left_postnavi_old', 167 __('Adjustment of Navi link display position','xpressme'), 168 __("'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right",'xpressme'), 169 __("'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right",'xpressme') 170 ); 171 echo $this->text_option('old_post_link_text', 172 __('Display Title of Old Post Link','xpressme') 173 ); 174 echo $this->text_option('newer_post_link_text', 175 __('Display Title of Newer Post Link','xpressme') 176 ); 177 125 178 126 179 // $this->is_use_xoops_upload_path_html();
Note: See TracChangeset
for help on using the changeset viewer.