- Timestamp:
- Sep 9, 2009, 2:27:45 PM (15 years ago)
- Location:
- branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-ja.po
r374 r380 8 8 "Project-Id-Version: XPressME Plugin\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2009-0 8-24 20:14+0900\n"11 "PO-Revision-Date: 2009-0 8-24 20:26+0900\n"10 "POT-Creation-Date: 2009-09-09 14:00+0900\n" 11 "PO-Revision-Date: 2009-09-09 14:00+0900\n" 12 12 "Last-Translator: toemon <info@toemon.com>\n" 13 13 "Language-Team: toemon <info@toemon.com>\n" … … 18 18 "X-Poedit-Country: JAPAN\n" 19 19 "X-Poedit-KeywordsList: __;_e;_c\n" 20 "X-Poedit-Basepath: C:\\XPressME_Project\\SVN\\ trunk\\xpressme_integration_kit\\wp-content\\plugins\\xpressme\n"20 "X-Poedit-Basepath: C:\\XPressME_Project\\SVN\\branches\\Ver2.1\\xpressme_integration_kit\\wp-content\\plugins\\xpressme\n" 21 21 "Plural-Forms: nplurals=1; plural=0;\n" 22 22 "X-Poedit-SourceCharset: utf-8\n" … … 40 40 41 41 #: xpressme.php:38 42 msgid "to XOOPSAdmin"43 msgstr " XOOPS管理へ"42 msgid "to Modules Admin" 43 msgstr "モジュール管理へ" 44 44 45 45 #: xpressme.php:138 … … 151 151 msgstr "現在、<a href=\"%s\">version check API</a>からのレスポンスがありません。 申し訳ありませんが、しばらく後で確認してください。" 152 152 153 #: xpressme.php: 398153 #: xpressme.php:424 154 154 #, php-format 155 155 msgid "XPressME Integration Kit Version %1$s is available! <a href=\"%2$s\">Please update now</a>." 156 156 msgstr "XPressME Integration Kit Version %1$s が利用可能です ! <a href=\"%2$s\">アップデートしてください</a>。" 157 157 158 #: xpressme.php:4 00158 #: xpressme.php:426 159 159 #, php-format 160 160 msgid "XPressME Integration Kit Version %1$s is available! Please notify the site administrator." -
branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
r374 r380 36 36 // if (function_exists('wp_remote_get')) 37 37 add_submenu_page(__FILE__, __('Upgrade', 'xpressme'), __('Upgrade', 'xpressme'), 8, 'upgrade_page', 'upgrade_page'); 38 add_submenu_page(__FILE__, __('to XOOPS Admin', 'xpressme'), __('to XOOPSAdmin', 'xpressme'), 8, 'redirect_xoops_admin', 'redirect_xoops_admin');38 add_submenu_page(__FILE__, __('to Modules Admin', 'xpressme'), __('to Modules Admin', 'xpressme'), 8, 'redirect_xoops_admin', 'redirect_xoops_admin'); 39 39 } 40 40 add_action('admin_menu', 'my_plugin_menu');
Note: See TracChangeset
for help on using the changeset viewer.