Changeset 170980
- Timestamp:
- 11/06/2009 03:33:32 PM (16 years ago)
- Location:
- nitwpress/trunk
- Files:
-
- 6 edited
-
nitwpress.php (modified) (6 diffs)
-
nitwpress.swf (modified) (previous)
-
po/nitwpress-ja.mo (modified) (previous)
-
po/nitwpress-ja.po (modified) (6 diffs)
-
po/nitwpress.pot (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nitwpress/trunk/nitwpress.php
r158647 r170980 6 6 Author: sakuratan 7 7 Author URI: http://sakuratan.biz/ 8 Version: 0.9.2. 58 Version: 0.9.2.6 9 9 */ 10 10 … … 46 46 'interval' => 15, 47 47 'logo' => true, 48 'icon' => true, 48 49 'iconframe' => false, 49 50 'iconframecolor' => '#c0c0c0', … … 63 64 64 65 $options['logo'] = false; 66 $options['icon'] = false; 65 67 $options['iconframe'] = false; 66 68 $options['profile_background_tile'] = false; … … 70 72 if ( array_key_exists( $nkey, $newvars ) ) { 71 73 $newvalue = $newvars[$nkey]; 72 if ( ( $key == 'logo' || $key == 'icon frame' ||74 if ( ( $key == 'logo' || $key == 'icon' || $key == 'iconframe' || 73 75 $key == 'profile_background_tile' ) && $newvalue ) { 74 76 $options[$key] = true; … … 145 147 if ( !$options['logo'] ) { 146 148 $_flashvars['disablelogo'] = '1'; 149 } 150 151 if ( !$options['icon'] ) { 152 $_flashvars['disableicon'] = '1'; 147 153 } 148 154 … … 251 257 252 258 <p><?php _e( '(Use hash color code (e.g. #ffffff) or "auto" for these fields. HTML color name (e.g. white) is not acceptable. The widget will read default font and link colors from Twitter API if you choose "auto".)', 'nitwpress', 'nitwpress' ) ?></p> 253 <h3><?php _e( 'Frame for icon image', 'nitwpress' ) ?></h3> 259 260 <h3><?php _e( 'Icon', 'nitwpress' ) ?></h3> 261 262 <p><input type="checkbox" id="nitwpress_icon" name="nitwpress_icon" value="1" <?php if ( $options['icon'] ) { echo 'checked="checked"'; }?> /> 263 <label for="nitwpress_icon"><?php _e( 'Display your Twitter icon.', 'nitwpress' ) ?></label></p> 254 264 255 265 <p><input type="checkbox" id="nitwpress_iconframe_checkbox" name="nitwpress_iconframe" value="1" <?php if ( $options['iconframe'] ) { echo 'checked="checked"'; } ?> /> -
nitwpress/trunk/po/nitwpress-ja.po
r158607 r170980 9 9 "Project-Id-Version: NiTwPress\n" 10 10 "Report-Msgid-Bugs-To: http://wordpress.org/tag/nitwpress\n" 11 "POT-Creation-Date: 2009- 09-2823:49+0900\n"12 "PO -Revision-Date: 2009-09-29 00:10+0900\n"11 "POT-Creation-Date: 2009-11-06 23:49+0900\n" 12 "POT-Creation-Date: 2009-11-06 23:54+0900\n" 13 13 "Last-Translator: sakuratan <[email protected]>\n" 14 14 "Language-Team: \n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: nitwpress.php:2 1519 #: nitwpress.php:221 20 20 msgid "Twitter account" 21 21 msgstr "Twitter アカウント" 22 22 23 #: nitwpress.php:2 1823 #: nitwpress.php:224 24 24 msgid "Username:" 25 25 msgstr "ユーザー" 26 26 27 #: nitwpress.php:22 327 #: nitwpress.php:229 28 28 msgid "Password:" 29 29 msgstr "パスワード" 30 30 31 #: nitwpress.php:2 2831 #: nitwpress.php:234 32 32 msgid "Widget title" 33 33 msgstr "ウィジェットタイトル" 34 34 35 #: nitwpress.php:23 235 #: nitwpress.php:238 36 36 msgid "(The widget suppress the widget title when this field is empty.)" 37 37 msgstr "(省略するとウィジェットのタイトルは表示されません)" 38 38 39 #: nitwpress.php:2 3439 #: nitwpress.php:240 40 40 msgid "CSS for widget content" 41 41 msgstr "ウィジェットコンテントの CSS" 42 42 43 #: nitwpress.php:2 3743 #: nitwpress.php:243 44 44 msgid "" 45 45 "(The widget content area have "nitwpress_widget_content" class. " … … 49 49 "この項目を使用せずにスタイルを変更することもできます)" 50 50 51 #: nitwpress.php:2 3951 #: nitwpress.php:245 52 52 msgid "Font colors" 53 53 msgstr "フォントの色" 54 54 55 #: nitwpress.php:24 355 #: nitwpress.php:249 56 56 msgid "Color of comments:" 57 57 msgstr "コメント" 58 58 59 #: nitwpress.php:2 4759 #: nitwpress.php:253 60 60 msgid "Color of links:" 61 61 msgstr "リンク" 62 62 63 #: nitwpress.php:25 263 #: nitwpress.php:258 64 64 msgid "" 65 65 "(Use hash color code (e.g. #ffffff) or "auto" for these fields. " … … 70 70 ""auto" を指定した場合、Twitter API よりデフォルトの色を取得します)" 71 71 72 #: nitwpress.php:2 5373 msgid " Frame for icon image"74 msgstr "アイコン 画像の枠"72 #: nitwpress.php:260 73 msgid "Icon" 74 msgstr "アイコン" 75 75 76 #: nitwpress.php:256 76 #: nitwpress.php:263 77 msgid "Display your Twitter icon." 78 msgstr "アイコン画像を表示する" 79 80 #: nitwpress.php:266 77 81 msgid "Enable icon image frame." 78 82 msgstr "アイコン画像に枠を付ける" 79 83 80 #: nitwpress.php:2 5784 #: nitwpress.php:267 81 85 msgid "Color of icon frame:" 82 86 msgstr "枠の色" 83 87 84 #: nitwpress.php:2 5888 #: nitwpress.php:268 85 89 msgid "" 86 90 "(Use hash color code (e.g. #ffffff) for this field. HTML color name (e.g. " … … 89 93 "white などの HTML 色名は使用できません)" 90 94 91 #: nitwpress.php:2 6095 #: nitwpress.php:270 92 96 msgid "Background Image" 93 97 msgstr "背景画像" 94 98 95 #: nitwpress.php:2 6299 #: nitwpress.php:272 96 100 msgid "" 97 101 "Enter image URL if you want to use different background image from Twitter" 98 102 msgstr "Twitter とは異なる背景画像を使用する場合は、以下に画像ファイルの URL を入力してください" 99 103 100 #: nitwpress.php:2 66104 #: nitwpress.php:276 101 105 msgid "Tile background image" 102 106 msgstr "背景画像をタイル化する" 103 107 104 #: nitwpress.php:2 68108 #: nitwpress.php:278 105 109 msgid "Miscellaneous options" 106 110 msgstr "その他のオプション" 107 111 108 #: nitwpress.php:2 70112 #: nitwpress.php:280 109 113 msgid "Cache updating interval:" 110 114 msgstr "キャッシュ更新インターバル:" 111 115 112 #: nitwpress.php:2 70116 #: nitwpress.php:280 113 117 msgid "(minutes)" 114 118 msgstr "(分)" 115 119 116 #: nitwpress.php:2 73120 #: nitwpress.php:283 117 121 msgid "Display NiTwPress logo on Flash." 118 122 msgstr "二TwPress ロゴを Flash に表示する" 119 123 120 #: nitwpress.php:2 79124 #: nitwpress.php:289 121 125 #, php-format 122 126 msgid "" … … 126 130 "問題を解決してください。" 127 131 128 #: nitwpress.php:2 83132 #: nitwpress.php:293 129 133 msgid "Missing cURL module." 130 134 msgstr "cURL モジュールが必要です。" 131 135 132 #: nitwpress.php:3 23136 #: nitwpress.php:333 133 137 msgid "Schedule for NiTwPress plugins" 134 138 msgstr "" -
nitwpress/trunk/po/nitwpress.pot
r158607 r170980 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: http://wordpress.org/tag/nitwpress\n" 11 "POT-Creation-Date: 2009- 09-2823:49+0900\n"11 "POT-Creation-Date: 2009-11-06 23:49+0900\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: nitwpress.php:2 1519 #: nitwpress.php:221 20 20 msgid "Twitter account" 21 21 msgstr "" 22 22 23 #: nitwpress.php:2 1823 #: nitwpress.php:224 24 24 msgid "Username:" 25 25 msgstr "" 26 26 27 #: nitwpress.php:22 327 #: nitwpress.php:229 28 28 msgid "Password:" 29 29 msgstr "" 30 30 31 #: nitwpress.php:2 2831 #: nitwpress.php:234 32 32 msgid "Widget title" 33 33 msgstr "" 34 34 35 #: nitwpress.php:23 235 #: nitwpress.php:238 36 36 msgid "(The widget suppress the widget title when this field is empty.)" 37 37 msgstr "" 38 38 39 #: nitwpress.php:2 3439 #: nitwpress.php:240 40 40 msgid "CSS for widget content" 41 41 msgstr "" 42 42 43 #: nitwpress.php:2 3743 #: nitwpress.php:243 44 44 msgid "" 45 45 "(The widget content area have "nitwpress_widget_content" class. " … … 47 47 msgstr "" 48 48 49 #: nitwpress.php:2 3949 #: nitwpress.php:245 50 50 msgid "Font colors" 51 51 msgstr "" 52 52 53 #: nitwpress.php:24 353 #: nitwpress.php:249 54 54 msgid "Color of comments:" 55 55 msgstr "" 56 56 57 #: nitwpress.php:2 4757 #: nitwpress.php:253 58 58 msgid "Color of links:" 59 59 msgstr "" 60 60 61 #: nitwpress.php:25 261 #: nitwpress.php:258 62 62 msgid "" 63 63 "(Use hash color code (e.g. #ffffff) or "auto" for these fields. " … … 66 66 msgstr "" 67 67 68 #: nitwpress.php:2 5369 msgid " Frame for icon image"68 #: nitwpress.php:260 69 msgid "Icon" 70 70 msgstr "" 71 71 72 #: nitwpress.php:256 72 #: nitwpress.php:263 73 msgid "Display your Twitter icon." 74 msgstr "" 75 76 #: nitwpress.php:266 73 77 msgid "Enable icon image frame." 74 78 msgstr "" 75 79 76 #: nitwpress.php:2 5780 #: nitwpress.php:267 77 81 msgid "Color of icon frame:" 78 82 msgstr "" 79 83 80 #: nitwpress.php:2 5884 #: nitwpress.php:268 81 85 msgid "" 82 86 "(Use hash color code (e.g. #ffffff) for this field. HTML color name (e.g. " … … 84 88 msgstr "" 85 89 86 #: nitwpress.php:2 6090 #: nitwpress.php:270 87 91 msgid "Background Image" 88 92 msgstr "" 89 93 90 #: nitwpress.php:2 6294 #: nitwpress.php:272 91 95 msgid "" 92 96 "Enter image URL if you want to use different background image from Twitter" 93 97 msgstr "" 94 98 95 #: nitwpress.php:2 6699 #: nitwpress.php:276 96 100 msgid "Tile background image" 97 101 msgstr "" 98 102 99 #: nitwpress.php:2 68103 #: nitwpress.php:278 100 104 msgid "Miscellaneous options" 101 105 msgstr "" 102 106 103 #: nitwpress.php:2 70107 #: nitwpress.php:280 104 108 msgid "Cache updating interval:" 105 109 msgstr "" 106 110 107 #: nitwpress.php:2 70111 #: nitwpress.php:280 108 112 msgid "(minutes)" 109 113 msgstr "" 110 114 111 #: nitwpress.php:2 73115 #: nitwpress.php:283 112 116 msgid "Display NiTwPress logo on Flash." 113 117 msgstr "" 114 118 115 #: nitwpress.php:2 79119 #: nitwpress.php:289 116 120 #, php-format 117 121 msgid "" … … 120 124 msgstr "" 121 125 122 #: nitwpress.php:2 83126 #: nitwpress.php:293 123 127 msgid "Missing cURL module." 124 128 msgstr "" 125 129 126 #: nitwpress.php:3 23130 #: nitwpress.php:333 127 131 msgid "Schedule for NiTwPress plugins" 128 132 msgstr "" -
nitwpress/trunk/readme.txt
r158647 r170980 5 5 Requires at least: 2.7.0 6 6 Tested up to: 2.8.4 7 Stable tag: 0.9.2. 57 Stable tag: 0.9.2.6 8 8 9 9 A Twitter client widget. … … 22 22 23 23 == Changelog == 24 25 = 0.9.2.6 = 26 * `Display your Twitter icon' option added. 24 27 25 28 = 0.9.2.5 =
Note: See TracChangeset
for help on using the changeset viewer.