- Timestamp:
- Aug 23, 2010, 10:01:59 AM (14 years ago)
- Location:
- trunk/xpressme_integration_kit/wp-content/plugins/xpressme
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r638 r639 483 483 return ( strlen($str) - $start <= $length ) ? substr( $str, $start, $length ) : substr( $str, $start, $length - strlen($trimmarker) ) . $trimmarker; 484 484 } 485 }486 487 function icon_exists($str = '')488 {489 global $xpress_config;490 $root_path = $_SERVER['DOCUMENT_ROOT'];491 $root_pattern = str_replace(".","\.",$root_path);492 $root_pattern = '/'. str_replace("/","\/",$root_pattern) . '/';493 $host = str_replace(".","\.",$_SERVER['SERVER_NAME']);494 $pattern = "/https?:\/\/{$host}/";495 if (preg_match($pattern,$str)){496 $str = preg_replace($pattern,$root_path,$str);497 } else if (!preg_match($root_pattern,$str)){498 $str = $root_path.$str;499 }500 return file_exists($str);501 485 } 502 486 -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r583 r639 417 417 } 418 418 419 function icon_exists($str = '') 420 { 421 global $xpress_config; 422 if (empty($str)) return false; 423 $root_path = $_SERVER['DOCUMENT_ROOT']; 424 $root_pattern = str_replace(".","\.",$root_path); 425 $root_pattern = '/'. str_replace("/","\/",$root_pattern) . '/'; 426 $host = str_replace(".","\.",$_SERVER['SERVER_NAME']); 427 $pattern = "/https?:\/\/{$host}/"; 428 if (preg_match($pattern,$str)){ 429 $str = preg_replace($pattern,$root_path,$str); 430 } else if (!preg_match($root_pattern,$str)){ 431 $str = $root_path.$str; 432 } 433 return file_exists($str); 434 } 419 435 ?> -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-ja.po
r630 r639 8 8 "Project-Id-Version: XPressME Plugin\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-08- 17 13:01+0900\n"11 "PO-Revision-Date: 2010-08- 17 13:02+0900\n"10 "POT-Creation-Date: 2010-08-23 09:53+0900\n" 11 "PO-Revision-Date: 2010-08-23 09:54+0900\n" 12 12 "Last-Translator: toemon <info@toemon.com>\n" 13 13 "Language-Team: toemon <info@toemon.com>\n" … … 58 58 #: xpressme_class.php:470 59 59 #: xpressme_class.php:488 60 #: xpressme_class.php:6 4761 #: xpressme_class.php:6 5862 #: xpressme_class.php: 68260 #: xpressme_class.php:675 61 #: xpressme_class.php:686 62 #: xpressme_class.php:710 63 63 msgid "YES" 64 64 msgstr "はい" … … 71 71 #: xpressme_class.php:471 72 72 #: xpressme_class.php:489 73 #: xpressme_class.php:6 4874 #: xpressme_class.php:6 5975 #: xpressme_class.php: 68373 #: xpressme_class.php:676 74 #: xpressme_class.php:687 75 #: xpressme_class.php:711 76 76 msgid "NO" 77 77 msgstr "いいえ" … … 168 168 169 169 #: xpressme_class.php:535 170 #: xpressme_class.php: 594170 #: xpressme_class.php:610 171 171 msgid "Adjustment of Navi link display position" 172 172 msgstr "リンクの表示位置設定" … … 201 201 202 202 #: xpressme_class.php:569 203 #: xpressme_class.php:618 204 msgid "Left arrow image URL" 205 msgstr "左矢印イメージURL" 206 207 #: xpressme_class.php:576 208 #: xpressme_class.php:625 209 msgid "Right arrow image URL" 210 msgstr "右矢印イメージURL" 211 203 #: xpressme_class.php:634 204 msgid "Left arrow image src" 205 msgstr "左矢印イメージSRC" 206 207 #: xpressme_class.php:574 212 208 #: xpressme_class.php:589 209 #: xpressme_class.php:639 210 #: xpressme_class.php:652 211 msgid "Not Found" 212 msgstr "見つかりません" 213 214 #: xpressme_class.php:584 215 #: xpressme_class.php:647 216 msgid "Right arrow image src" 217 msgstr "右矢印イメージSRC" 218 219 #: xpressme_class.php:605 213 220 msgid "Posts List Page Navi Setting" 214 221 msgstr "ポストリストページナビの設定" 215 222 216 #: xpressme_class.php: 597223 #: xpressme_class.php:613 217 224 msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right" 218 225 msgstr "古いページへのリンクを左に、より新しいページへのリンクを右に表示" 219 226 220 #: xpressme_class.php: 598227 #: xpressme_class.php:614 221 228 msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right" 222 229 msgstr "より新しいページへのリンクを左に、古いページへのリンクを右に表示" 223 230 224 #: xpressme_class.php:6 04231 #: xpressme_class.php:620 225 232 msgid "Display Navi Title of Old Page Link" 226 233 msgstr "古いページへのナビタイトルを設定" 227 234 228 #: xpressme_class.php:6 11235 #: xpressme_class.php:627 229 236 msgid "Display Navi Title of Newer Page Link" 230 237 msgstr "より新しいページへのナビタイトルを設定" 231 238 232 #: xpressme_class.php:6 38239 #: xpressme_class.php:666 233 240 msgid "Dashboard feed Display Setting" 234 241 msgstr "ダッシュボード フィード表示設定" 235 242 236 #: xpressme_class.php:6 44243 #: xpressme_class.php:672 237 244 msgid "Display XPressMe Integration Kit Blog" 238 245 msgstr "XPressME Integration Kit ブログを表示する。" 239 246 240 #: xpressme_class.php:6 55247 #: xpressme_class.php:683 241 248 msgid "Display XPressMe Integration Kit Forum" 242 249 msgstr "XPressME Integration Kit フォーラムを表示する。" 243 250 244 #: xpressme_class.php: 673251 #: xpressme_class.php:701 245 252 msgid "Role Setting at Login" 246 253 msgstr "ログイン時の権限設定" 247 254 248 #: xpressme_class.php: 679255 #: xpressme_class.php:707 249 256 msgid "XOOPS administrators role is set as all blog administrators." 250 257 msgstr "XOOPSの管理者をすべてのブログの管理者に設定します。" 251 258 252 #: xpressme_class.php: 688259 #: xpressme_class.php:716 253 260 msgid "XOOPS Groupe" 254 261 msgstr "XOOPSグループ名" 255 262 256 #: xpressme_class.php: 688263 #: xpressme_class.php:716 257 264 msgid "WordPress Role" 258 265 msgstr "WordPressでの権限" 259 266 260 #: xpressme_class.php: 688267 #: xpressme_class.php:716 261 268 msgid "Role is set at each login" 262 269 msgstr "ログイン時、常に権限を更新する" 263 270 264 #: xpressme_class.php: 693271 #: xpressme_class.php:721 265 272 msgid "module cannot be read" 266 273 msgstr "モジュールアクセス権限なし" 267 274 268 #: xpressme_class.php:7 34269 #: xpressme_class.php:7 38270 #: xpressme_class.php:7 41275 #: xpressme_class.php:762 276 #: xpressme_class.php:766 277 #: xpressme_class.php:769 271 278 msgid "Default Role of WordPress" 272 279 msgstr "WordPressのデフォルト権限" 273 280 274 #: xpressme_class.php:7 35275 #: xpressme_class.php:7 39276 #: xpressme_class.php:7 42281 #: xpressme_class.php:763 282 #: xpressme_class.php:767 283 #: xpressme_class.php:770 277 284 msgid "Group User Doesn't Register" 278 285 msgstr "ユーザ登録しない" 279 286 280 #: xpressme_class.php:7 55287 #: xpressme_class.php:783 281 288 msgid "Only the Admin can set Group Role Setting" 282 289 msgstr "管理者だけがグループ権限を設定できます。" 283 290 284 #: xpressme_class.php: 777291 #: xpressme_class.php:805 285 292 msgid "WordPress MultiBlog cannot integrate the comments." 286 293 msgstr "WordPress マルチブログではコメント統合できません。" 287 294 288 #: xpressme_class.php: 779295 #: xpressme_class.php:807 289 296 msgid "Do Not Comment Integration." 290 297 msgstr "コメント統合しません。" 291 298 292 #: xpressme_class.php:8 14299 #: xpressme_class.php:842 293 300 msgid "Create New Forum" 294 301 msgstr "新規フォーラムを作成" 295 302 296 #: xpressme_class.php:8 26303 #: xpressme_class.php:854 297 304 msgid "Comment integration with D3Forum" 298 305 msgstr "D3Forumとのコメント統合" 299 306 300 #: xpressme_class.php:8 28307 #: xpressme_class.php:856 301 308 msgid "Select the forum of D3Forum that does the comment integration from the following lists." 302 309 msgstr "以下のリストからコメント統合をするD3Forumのフォーラムを選択してください。" 303 310 304 #: xpressme_class.php:8 33311 #: xpressme_class.php:861 305 312 msgid "Select the Type of display of D3Forum comment." 306 313 msgstr "D3Forumの表示タイプを選択" 307 314 308 #: xpressme_class.php:8 35309 #: xpressme_class.php:8 38315 #: xpressme_class.php:863 316 #: xpressme_class.php:866 310 317 msgid "Flat" 311 318 msgstr "フラット" 312 319 313 #: xpressme_class.php:8 36314 #: xpressme_class.php:8 39320 #: xpressme_class.php:864 321 #: xpressme_class.php:867 315 322 msgid "Threaded" 316 323 msgstr "スレッド" 317 324 318 #: xpressme_class.php:8 42325 #: xpressme_class.php:870 319 326 msgid "Select the order of display of D3Forum comment." 320 327 msgstr "D3Forumコメントの表示順を選択" 321 328 322 #: xpressme_class.php:8 44323 #: xpressme_class.php:8 47329 #: xpressme_class.php:872 330 #: xpressme_class.php:875 324 331 msgid "DESC" 325 332 msgstr "降順" 326 333 327 #: xpressme_class.php:8 45328 #: xpressme_class.php:8 48334 #: xpressme_class.php:873 335 #: xpressme_class.php:876 329 336 msgid "ASC" 330 337 msgstr "昇順" 331 338 332 #: xpressme_class.php:8 51339 #: xpressme_class.php:879 333 340 msgid "Number of displays of D3Forum comments." 334 341 msgstr "D3Forumのコメント表示数" 335 342 336 #: xpressme_class.php:8 54343 #: xpressme_class.php:882 337 344 msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. " 338 345 msgstr "WordPressコメントとD3Forumポスト間の一括転送(エクスポート・インポート)" 339 346 340 #: xpressme_class.php:8 55347 #: xpressme_class.php:883 341 348 msgid "Export to D3Forum" 342 349 msgstr "D3Forumへ一括エクスポート" 343 350 344 #: xpressme_class.php:8 56351 #: xpressme_class.php:884 345 352 msgid "Import from D3Forum" 346 353 msgstr "D3Forumから一括インポート" 347 354 348 #: xpressme_class.php:8 69355 #: xpressme_class.php:897 349 356 msgid "Contents Excerpt Setting" 350 357 msgstr "記事抜粋の設定" 351 358 352 #: xpressme_class.php: 874359 #: xpressme_class.php:902 353 360 msgid "Is the excerpt display done with the archive of contents?" 354 361 msgstr "記事のアーカイブで抜粋表示を行いますか?" 355 362 356 #: xpressme_class.php: 881363 #: xpressme_class.php:909 357 364 msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. " 358 365 msgstr "ASCII文字が含まれる比率が設定された値より大きい場合、ASCII文字コンテンツと判断します。" 359 366 360 #: xpressme_class.php: 888367 #: xpressme_class.php:916 361 368 msgid "Excerpt length of word for ASCII contents" 362 369 msgstr "ASCIIコンテンツの抜粋単語数" 363 370 364 #: xpressme_class.php: 895371 #: xpressme_class.php:923 365 372 msgid "Excerpt length of character for multibyte contents" 366 373 msgstr "マルチバイトコンテンツの抜粋文字数" 367 374 368 #: xpressme_class.php:9 02375 #: xpressme_class.php:930 369 376 msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)" 370 377 msgstr "抜粋されていないコンテンツを読むためのリンクに表示されるテキスト(空白の場合リンクを表示しません)" 371 378 372 #: xpressme_class.php:9 09379 #: xpressme_class.php:937 373 380 msgid "This text is displayed in the link that more tag (<!--more-->). " 374 381 msgstr "more タグ (<!--more-->)のリンクに表示されるテキスト" 375 382 376 #: xpressme_class.php:9 21383 #: xpressme_class.php:949 377 384 msgid "Display Mode Setting" 378 385 msgstr "表示モード設定" 379 386 380 #: xpressme_class.php:9 24387 #: xpressme_class.php:952 381 388 msgid "Select the XPressME Display Mode." 382 389 msgstr "XPressMEの表示モードの選択" 383 390 384 #: xpressme_class.php:9 29391 #: xpressme_class.php:957 385 392 msgid "Xoops Mode" 386 393 msgstr "XOOPSモード" 387 394 388 #: xpressme_class.php:9 33395 #: xpressme_class.php:961 389 396 msgid "WordPress Mode" 390 397 msgstr "WordPressモード" 391 398 392 #: xpressme_class.php:9 37399 #: xpressme_class.php:965 393 400 msgid "User select" 394 401 msgstr "ユーザによる選択" 395 402 396 #: xpressme_class.php:9 42403 #: xpressme_class.php:970 397 404 msgid "Select the theme used in the XOOPS Mode." 398 405 msgstr "XOOPSモードで使用するテーマを選択" 399 406 400 #: xpressme_class.php:9 47407 #: xpressme_class.php:975 401 408 msgid "Use WordPress Selected Themes" 402 409 msgstr "WordPressで選択したテーマを使う" 403 410 404 #: xpressme_class.php:9 65411 #: xpressme_class.php:993 405 412 msgid "Header Meta Option" 406 413 msgstr "ヘッダメタ オプション" 407 414 408 #: xpressme_class.php:9 70415 #: xpressme_class.php:998 409 416 msgid "Select the Header keyword." 410 417 msgstr "ヘッダで使用するキーワードの選択" 411 418 412 #: xpressme_class.php: 975419 #: xpressme_class.php:1003 413 420 msgid "Xoops KeyWord" 414 421 msgstr "XOOPSのキーワード" 415 422 416 #: xpressme_class.php: 978423 #: xpressme_class.php:1006 417 424 msgid "WordPress KeyWord" 418 425 msgstr "WordPressのキーワード" 419 426 420 #: xpressme_class.php: 981427 #: xpressme_class.php:1009 421 428 msgid "WordPress & Xoops KeyWord" 422 429 msgstr "WordPressjとXOOPSのキーワード" 423 430 424 #: xpressme_class.php: 987431 #: xpressme_class.php:1015 425 432 msgid "Select the Header Description." 426 433 msgstr "ヘッダで使用するディスクリプション(説明)の選択" 427 434 428 #: xpressme_class.php: 992435 #: xpressme_class.php:1020 429 436 msgid "Xoops Description" 430 437 msgstr "XOOPSのディスクリプション" 431 438 432 #: xpressme_class.php: 995439 #: xpressme_class.php:1023 433 440 msgid "WordPress Description" 434 441 msgstr "WordPressのディスクリプション" 435 442 436 #: xpressme_class.php: 998443 #: xpressme_class.php:1026 437 444 msgid "WordPress & Xoops Description" 438 445 msgstr "WordPressとXOOPSのディスクリプション" 439 446 440 #: xpressme_class.php:10 04447 #: xpressme_class.php:1032 441 448 msgid "Select the Header Robots Index." 442 449 msgstr "ヘッダで使用するロボットインデックスの選択" 443 450 444 #: xpressme_class.php:10 09451 #: xpressme_class.php:1037 445 452 msgid "Xoops Robots Index" 446 453 msgstr "XOOPSのロボットインデックス" 447 454 448 #: xpressme_class.php:10 12455 #: xpressme_class.php:1040 449 456 msgid "WordPress Robots Index" 450 457 msgstr "WordPressのロボットインデックス" 451 458 452 #: xpressme_class.php:10 58459 #: xpressme_class.php:1086 453 460 #, php-format 454 461 msgid "Unable to create directory %s. Is its parent directory writable by the server?" -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-ja_EUC.po
r630 r639 8 8 "Project-Id-Version: XPressME Plugin\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-08- 17 13:04+0900\n"11 "PO-Revision-Date: 2010-08- 17 13:05+0900\n"10 "POT-Creation-Date: 2010-08-23 09:56+0900\n" 11 "PO-Revision-Date: 2010-08-23 09:57+0900\n" 12 12 "Last-Translator: toemon <info@toemon.com>\n" 13 13 "Language-Team: toemon <info@toemon.com>\n" … … 58 58 #: xpressme_class.php:470 59 59 #: xpressme_class.php:488 60 #: xpressme_class.php:6 4761 #: xpressme_class.php:6 5862 #: xpressme_class.php: 68260 #: xpressme_class.php:675 61 #: xpressme_class.php:686 62 #: xpressme_class.php:710 63 63 msgid "YES" 64 64 msgstr "¤Ï¤¤" … … 71 71 #: xpressme_class.php:471 72 72 #: xpressme_class.php:489 73 #: xpressme_class.php:6 4874 #: xpressme_class.php:6 5975 #: xpressme_class.php: 68373 #: xpressme_class.php:676 74 #: xpressme_class.php:687 75 #: xpressme_class.php:711 76 76 msgid "NO" 77 77 msgstr "¤¤¤¤¤¨" … … 168 168 169 169 #: xpressme_class.php:535 170 #: xpressme_class.php: 594170 #: xpressme_class.php:610 171 171 msgid "Adjustment of Navi link display position" 172 172 msgstr "¥ê¥ó¥¯¤Îɽ¼¨°ÌÃÖÀßÄê" … … 201 201 202 202 #: xpressme_class.php:569 203 #: xpressme_class.php:618 204 msgid "Left arrow image URL" 205 msgstr "º¸Ìð°õ¥¤¥á¡¼¥¸URL" 206 207 #: xpressme_class.php:576 208 #: xpressme_class.php:625 209 msgid "Right arrow image URL" 210 msgstr "±¦Ìð°õ¥¤¥á¡¼¥¸URL" 211 203 #: xpressme_class.php:634 204 msgid "Left arrow image src" 205 msgstr "º¸Ìð°õ¥¤¥á¡¼¥¸SRC" 206 207 #: xpressme_class.php:574 212 208 #: xpressme_class.php:589 209 #: xpressme_class.php:639 210 #: xpressme_class.php:652 211 msgid "Not Found" 212 msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó" 213 214 #: xpressme_class.php:584 215 #: xpressme_class.php:647 216 msgid "Right arrow image src" 217 msgstr "±¦Ìð°õ¥¤¥á¡¼¥¸SRC" 218 219 #: xpressme_class.php:605 213 220 msgid "Posts List Page Navi Setting" 214 221 msgstr "¥Ý¥¹¥È¥ê¥¹¥È¥Ú¡¼¥¸¥Ê¥Ó¤ÎÀßÄê" 215 222 216 #: xpressme_class.php: 597223 #: xpressme_class.php:613 217 224 msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right" 218 225 msgstr "¸Å¤¤¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤òº¸¤Ë¡¢¤è¤ê¿·¤·¤¤¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤ò±¦¤Ëɽ¼¨" 219 226 220 #: xpressme_class.php: 598227 #: xpressme_class.php:614 221 228 msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right" 222 229 msgstr "¤è¤ê¿·¤·¤¤¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤òº¸¤Ë¡¢¸Å¤¤¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤ò±¦¤Ëɽ¼¨" 223 230 224 #: xpressme_class.php:6 04231 #: xpressme_class.php:620 225 232 msgid "Display Navi Title of Old Page Link" 226 233 msgstr "¸Å¤¤¥Ú¡¼¥¸¤Ø¤Î¥Ê¥Ó¥¿¥¤¥È¥ë¤òÀßÄê" 227 234 228 #: xpressme_class.php:6 11235 #: xpressme_class.php:627 229 236 msgid "Display Navi Title of Newer Page Link" 230 237 msgstr "¤è¤ê¿·¤·¤¤¥Ú¡¼¥¸¤Ø¤Î¥Ê¥Ó¥¿¥¤¥È¥ë¤òÀßÄê" 231 238 232 #: xpressme_class.php:6 38239 #: xpressme_class.php:666 233 240 msgid "Dashboard feed Display Setting" 234 241 msgstr "¥À¥Ã¥·¥å¥Ü¡¼¥É¡¡¥Õ¥£¡¼¥Éɽ¼¨ÀßÄê" 235 242 236 #: xpressme_class.php:6 44243 #: xpressme_class.php:672 237 244 msgid "Display XPressMe Integration Kit Blog" 238 245 msgstr "XPressME Integration Kit ¥Ö¥í¥°¤òɽ¼¨¤¹¤ë¡£" 239 246 240 #: xpressme_class.php:6 55247 #: xpressme_class.php:683 241 248 msgid "Display XPressMe Integration Kit Forum" 242 249 msgstr "XPressME Integration Kit ¥Õ¥©¡¼¥é¥à¤òɽ¼¨¤¹¤ë¡£" 243 250 244 #: xpressme_class.php: 673251 #: xpressme_class.php:701 245 252 msgid "Role Setting at Login" 246 253 msgstr "¥í¥°¥¤¥ó»þ¤Î¸¢¸ÂÀßÄê" 247 254 248 #: xpressme_class.php: 679255 #: xpressme_class.php:707 249 256 msgid "XOOPS administrators role is set as all blog administrators." 250 257 msgstr "XOOPS¤Î´ÉÍý¼Ô¤ò¤¹¤Ù¤Æ¤Î¥Ö¥í¥°¤Î´ÉÍý¼Ô¤ËÀßÄꤷ¤Þ¤¹¡£" 251 258 252 #: xpressme_class.php: 688259 #: xpressme_class.php:716 253 260 msgid "XOOPS Groupe" 254 261 msgstr "XOOPS¥°¥ë¡¼¥×̾" 255 262 256 #: xpressme_class.php: 688263 #: xpressme_class.php:716 257 264 msgid "WordPress Role" 258 265 msgstr "WordPress¤Ç¤Î¸¢¸Â" 259 266 260 #: xpressme_class.php: 688267 #: xpressme_class.php:716 261 268 msgid "Role is set at each login" 262 269 msgstr "¥í¥°¥¤¥ó»þ¡¢¾ï¤Ë¸¢¸Â¤ò¹¹¿·¤¹¤ë" 263 270 264 #: xpressme_class.php: 693271 #: xpressme_class.php:721 265 272 msgid "module cannot be read" 266 273 msgstr "¥â¥¸¥å¡¼¥ë¥¢¥¯¥»¥¹¸¢¸Â¤Ê¤·" 267 274 268 #: xpressme_class.php:7 34269 #: xpressme_class.php:7 38270 #: xpressme_class.php:7 41275 #: xpressme_class.php:762 276 #: xpressme_class.php:766 277 #: xpressme_class.php:769 271 278 msgid "Default Role of WordPress" 272 279 msgstr "WordPress¤Î¥Ç¥Õ¥©¥ë¥È¸¢¸Â" 273 280 274 #: xpressme_class.php:7 35275 #: xpressme_class.php:7 39276 #: xpressme_class.php:7 42281 #: xpressme_class.php:763 282 #: xpressme_class.php:767 283 #: xpressme_class.php:770 277 284 msgid "Group User Doesn't Register" 278 285 msgstr "¥æ¡¼¥¶ÅÐÏ¿¤·¤Ê¤¤" 279 286 280 #: xpressme_class.php:7 55287 #: xpressme_class.php:783 281 288 msgid "Only the Admin can set Group Role Setting" 282 289 msgstr "´ÉÍý¼Ô¤À¤±¤¬¥°¥ë¡¼¥×¸¢¸Â¤òÀßÄê¤Ç¤¤Þ¤¹¡£" 283 290 284 #: xpressme_class.php: 777291 #: xpressme_class.php:805 285 292 msgid "WordPress MultiBlog cannot integrate the comments." 286 293 msgstr "WordPress ¥Þ¥ë¥Á¥Ö¥í¥°¤Ç¤Ï¥³¥á¥ó¥ÈÅý¹ç¤Ç¤¤Þ¤»¤ó¡£" 287 294 288 #: xpressme_class.php: 779295 #: xpressme_class.php:807 289 296 msgid "Do Not Comment Integration." 290 297 msgstr "¥³¥á¥ó¥ÈÅý¹ç¤·¤Þ¤»¤ó¡£" 291 298 292 #: xpressme_class.php:8 14299 #: xpressme_class.php:842 293 300 msgid "Create New Forum" 294 301 msgstr "¿·µ¬¥Õ¥©¡¼¥é¥à¤òºîÀ®" 295 302 296 #: xpressme_class.php:8 26303 #: xpressme_class.php:854 297 304 msgid "Comment integration with D3Forum" 298 305 msgstr "D3Forum¤È¤Î¥³¥á¥ó¥ÈÅý¹ç" 299 306 300 #: xpressme_class.php:8 28307 #: xpressme_class.php:856 301 308 msgid "Select the forum of D3Forum that does the comment integration from the following lists." 302 309 msgstr "°Ê²¼¤Î¥ê¥¹¥È¤«¤é¥³¥á¥ó¥ÈÅý¹ç¤ò¤¹¤ëD3Forum¤Î¥Õ¥©¡¼¥é¥à¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£" 303 310 304 #: xpressme_class.php:8 33311 #: xpressme_class.php:861 305 312 msgid "Select the Type of display of D3Forum comment." 306 313 msgstr "D3Forum¤Îɽ¼¨¥¿¥¤¥×¤òÁªÂò" 307 314 308 #: xpressme_class.php:8 35309 #: xpressme_class.php:8 38315 #: xpressme_class.php:863 316 #: xpressme_class.php:866 310 317 msgid "Flat" 311 318 msgstr "¥Õ¥é¥Ã¥È" 312 319 313 #: xpressme_class.php:8 36314 #: xpressme_class.php:8 39320 #: xpressme_class.php:864 321 #: xpressme_class.php:867 315 322 msgid "Threaded" 316 323 msgstr "¥¹¥ì¥Ã¥É" 317 324 318 #: xpressme_class.php:8 42325 #: xpressme_class.php:870 319 326 msgid "Select the order of display of D3Forum comment." 320 327 msgstr "D3Forum¥³¥á¥ó¥È¤Îɽ¼¨½ç¤òÁªÂò" 321 328 322 #: xpressme_class.php:8 44323 #: xpressme_class.php:8 47329 #: xpressme_class.php:872 330 #: xpressme_class.php:875 324 331 msgid "DESC" 325 332 msgstr "¹ß½ç" 326 333 327 #: xpressme_class.php:8 45328 #: xpressme_class.php:8 48334 #: xpressme_class.php:873 335 #: xpressme_class.php:876 329 336 msgid "ASC" 330 337 msgstr "¾º½ç" 331 338 332 #: xpressme_class.php:8 51339 #: xpressme_class.php:879 333 340 msgid "Number of displays of D3Forum comments." 334 341 msgstr "D3Forum¤Î¥³¥á¥ó¥Èɽ¼¨¿ô" 335 342 336 #: xpressme_class.php:8 54343 #: xpressme_class.php:882 337 344 msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. " 338 345 msgstr "WordPress¥³¥á¥ó¥È¤ÈD3Forum¥Ý¥¹¥È´Ö¤Î°ì³çžÁ÷¡Ê¥¨¥¯¥¹¥Ý¡¼¥È¡¦¥¤¥ó¥Ý¡¼¥È¡Ë" 339 346 340 #: xpressme_class.php:8 55347 #: xpressme_class.php:883 341 348 msgid "Export to D3Forum" 342 349 msgstr "D3Forum¤Ø°ì³ç¥¨¥¯¥¹¥Ý¡¼¥È" 343 350 344 #: xpressme_class.php:8 56351 #: xpressme_class.php:884 345 352 msgid "Import from D3Forum" 346 353 msgstr "D3Forum¤«¤é°ì³ç¥¤¥ó¥Ý¡¼¥È" 347 354 348 #: xpressme_class.php:8 69355 #: xpressme_class.php:897 349 356 msgid "Contents Excerpt Setting" 350 357 msgstr "µ»öÈ´¿è¤ÎÀßÄê" 351 358 352 #: xpressme_class.php: 874359 #: xpressme_class.php:902 353 360 msgid "Is the excerpt display done with the archive of contents?" 354 361 msgstr "µ»ö¤Î¥¢¡¼¥«¥¤¥Ö¤ÇÈ´¿èɽ¼¨¤ò¹Ô¤¤¤Þ¤¹¤«¡©" 355 362 356 #: xpressme_class.php: 881363 #: xpressme_class.php:909 357 364 msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. " 358 365 msgstr "ASCIIʸ»ú¤¬´Þ¤Þ¤ì¤ëÈæΨ¤¬ÀßÄꤵ¤ì¤¿Ãͤè¤êÂ礤¤¾ì¹ç¡¢ASCIIʸ»ú¥³¥ó¥Æ¥ó¥Ä¤ÈȽÃǤ·¤Þ¤¹¡£" 359 366 360 #: xpressme_class.php: 888367 #: xpressme_class.php:916 361 368 msgid "Excerpt length of word for ASCII contents" 362 369 msgstr "ASCII¥³¥ó¥Æ¥ó¥Ä¤ÎÈ´¿èñ¸ì¿ô" 363 370 364 #: xpressme_class.php: 895371 #: xpressme_class.php:923 365 372 msgid "Excerpt length of character for multibyte contents" 366 373 msgstr "¥Þ¥ë¥Á¥Ð¥¤¥È¥³¥ó¥Æ¥ó¥Ä¤ÎÈ´¿èʸ»ú¿ô" 367 374 368 #: xpressme_class.php:9 02375 #: xpressme_class.php:930 369 376 msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)" 370 377 msgstr "È´¿è¤µ¤ì¤Æ¤¤¤Ê¤¤¥³¥ó¥Æ¥ó¥Ä¤òÆɤि¤á¤Î¥ê¥ó¥¯¤Ëɽ¼¨¤µ¤ì¤ë¥Æ¥¥¹¥È(¶õÇò¤Î¾ì¹ç¥ê¥ó¥¯¤òɽ¼¨¤·¤Þ¤»¤ó)" 371 378 372 #: xpressme_class.php:9 09379 #: xpressme_class.php:937 373 380 msgid "This text is displayed in the link that more tag (<!--more-->). " 374 381 msgstr "more ¥¿¥° (<!--more-->)¤Î¥ê¥ó¥¯¤Ëɽ¼¨¤µ¤ì¤ë¥Æ¥¥¹¥È" 375 382 376 #: xpressme_class.php:9 21383 #: xpressme_class.php:949 377 384 msgid "Display Mode Setting" 378 385 msgstr "ɽ¼¨¥â¡¼¥ÉÀßÄê" 379 386 380 #: xpressme_class.php:9 24387 #: xpressme_class.php:952 381 388 msgid "Select the XPressME Display Mode." 382 389 msgstr "XPressME¤Îɽ¼¨¥â¡¼¥É¤ÎÁªÂò" 383 390 384 #: xpressme_class.php:9 29391 #: xpressme_class.php:957 385 392 msgid "Xoops Mode" 386 393 msgstr "XOOPS¥â¡¼¥É" 387 394 388 #: xpressme_class.php:9 33395 #: xpressme_class.php:961 389 396 msgid "WordPress Mode" 390 397 msgstr "WordPress¥â¡¼¥É" 391 398 392 #: xpressme_class.php:9 37399 #: xpressme_class.php:965 393 400 msgid "User select" 394 401 msgstr "¥æ¡¼¥¶¤Ë¤è¤ëÁªÂò" 395 402 396 #: xpressme_class.php:9 42403 #: xpressme_class.php:970 397 404 msgid "Select the theme used in the XOOPS Mode." 398 405 msgstr "XOOPS¥â¡¼¥É¤Ç»ÈÍѤ¹¤ë¥Æ¡¼¥Þ¤òÁªÂò" 399 406 400 #: xpressme_class.php:9 47407 #: xpressme_class.php:975 401 408 msgid "Use WordPress Selected Themes" 402 409 msgstr "WordPress¤ÇÁªÂò¤·¤¿¥Æ¡¼¥Þ¤ò»È¤¦" 403 410 404 #: xpressme_class.php:9 65411 #: xpressme_class.php:993 405 412 msgid "Header Meta Option" 406 413 msgstr "¥Ø¥Ã¥À¥á¥¿¡¡¥ª¥×¥·¥ç¥ó" 407 414 408 #: xpressme_class.php:9 70415 #: xpressme_class.php:998 409 416 msgid "Select the Header keyword." 410 417 msgstr "¥Ø¥Ã¥À¤Ç»ÈÍѤ¹¤ë¥¡¼¥ï¡¼¥É¤ÎÁªÂò" 411 418 412 #: xpressme_class.php: 975419 #: xpressme_class.php:1003 413 420 msgid "Xoops KeyWord" 414 421 msgstr "XOOPS¤Î¥¡¼¥ï¡¼¥É" 415 422 416 #: xpressme_class.php: 978423 #: xpressme_class.php:1006 417 424 msgid "WordPress KeyWord" 418 425 msgstr "WordPress¤Î¥¡¼¥ï¡¼¥É" 419 426 420 #: xpressme_class.php: 981427 #: xpressme_class.php:1009 421 428 msgid "WordPress & Xoops KeyWord" 422 429 msgstr "WordPress£ê¤ÈXOOPS¤Î¥¡¼¥ï¡¼¥É" 423 430 424 #: xpressme_class.php: 987431 #: xpressme_class.php:1015 425 432 msgid "Select the Header Description." 426 433 msgstr "¥Ø¥Ã¥À¤Ç»ÈÍѤ¹¤ë¥Ç¥£¥¹¥¯¥ê¥×¥·¥ç¥ó¡ÊÀâÌÀ¡Ë¤ÎÁªÂò" 427 434 428 #: xpressme_class.php: 992435 #: xpressme_class.php:1020 429 436 msgid "Xoops Description" 430 437 msgstr "XOOPS¤Î¥Ç¥£¥¹¥¯¥ê¥×¥·¥ç¥ó" 431 438 432 #: xpressme_class.php: 995439 #: xpressme_class.php:1023 433 440 msgid "WordPress Description" 434 441 msgstr "WordPress¤Î¥Ç¥£¥¹¥¯¥ê¥×¥·¥ç¥ó" 435 442 436 #: xpressme_class.php: 998443 #: xpressme_class.php:1026 437 444 msgid "WordPress & Xoops Description" 438 445 msgstr "WordPress¤ÈXOOPS¤Î¥Ç¥£¥¹¥¯¥ê¥×¥·¥ç¥ó" 439 446 440 #: xpressme_class.php:10 04447 #: xpressme_class.php:1032 441 448 msgid "Select the Header Robots Index." 442 449 msgstr "¥Ø¥Ã¥À¤Ç»ÈÍѤ¹¤ë¥í¥Ü¥Ã¥È¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎÁªÂò" 443 450 444 #: xpressme_class.php:10 09451 #: xpressme_class.php:1037 445 452 msgid "Xoops Robots Index" 446 453 msgstr "XOOPS¤Î¥í¥Ü¥Ã¥È¥¤¥ó¥Ç¥Ã¥¯¥¹" 447 454 448 #: xpressme_class.php:10 12455 #: xpressme_class.php:1040 449 456 msgid "WordPress Robots Index" 450 457 msgstr "WordPress¤Î¥í¥Ü¥Ã¥È¥¤¥ó¥Ç¥Ã¥¯¥¹" 451 458 452 #: xpressme_class.php:10 58459 #: xpressme_class.php:1086 453 460 #, php-format 454 461 msgid "Unable to create directory %s. Is its parent directory writable by the server?" -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-ja_UTF.po
r630 r639 8 8 "Project-Id-Version: XPressME Plugin\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-08- 17 13:02+0900\n"11 "PO-Revision-Date: 2010-08- 17 13:03+0900\n"10 "POT-Creation-Date: 2010-08-23 09:55+0900\n" 11 "PO-Revision-Date: 2010-08-23 09:55+0900\n" 12 12 "Last-Translator: toemon <info@toemon.com>\n" 13 13 "Language-Team: toemon <info@toemon.com>\n" … … 58 58 #: xpressme_class.php:470 59 59 #: xpressme_class.php:488 60 #: xpressme_class.php:6 4761 #: xpressme_class.php:6 5862 #: xpressme_class.php: 68260 #: xpressme_class.php:675 61 #: xpressme_class.php:686 62 #: xpressme_class.php:710 63 63 msgid "YES" 64 64 msgstr "はい" … … 71 71 #: xpressme_class.php:471 72 72 #: xpressme_class.php:489 73 #: xpressme_class.php:6 4874 #: xpressme_class.php:6 5975 #: xpressme_class.php: 68373 #: xpressme_class.php:676 74 #: xpressme_class.php:687 75 #: xpressme_class.php:711 76 76 msgid "NO" 77 77 msgstr "いいえ" … … 168 168 169 169 #: xpressme_class.php:535 170 #: xpressme_class.php: 594170 #: xpressme_class.php:610 171 171 msgid "Adjustment of Navi link display position" 172 172 msgstr "リンクの表示位置設定" … … 201 201 202 202 #: xpressme_class.php:569 203 #: xpressme_class.php:618 204 msgid "Left arrow image URL" 205 msgstr "左矢印イメージURL" 206 207 #: xpressme_class.php:576 208 #: xpressme_class.php:625 209 msgid "Right arrow image URL" 210 msgstr "右矢印イメージURL" 211 203 #: xpressme_class.php:634 204 msgid "Left arrow image src" 205 msgstr "左矢印イメージSRC" 206 207 #: xpressme_class.php:574 212 208 #: xpressme_class.php:589 209 #: xpressme_class.php:639 210 #: xpressme_class.php:652 211 msgid "Not Found" 212 msgstr "見つかりません" 213 214 #: xpressme_class.php:584 215 #: xpressme_class.php:647 216 msgid "Right arrow image src" 217 msgstr "右矢印イメージSRC" 218 219 #: xpressme_class.php:605 213 220 msgid "Posts List Page Navi Setting" 214 221 msgstr "ポストリストページナビの設定" 215 222 216 #: xpressme_class.php: 597223 #: xpressme_class.php:613 217 224 msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right" 218 225 msgstr "古いページへのリンクを左に、より新しいページへのリンクを右に表示" 219 226 220 #: xpressme_class.php: 598227 #: xpressme_class.php:614 221 228 msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right" 222 229 msgstr "より新しいページへのリンクを左に、古いページへのリンクを右に表示" 223 230 224 #: xpressme_class.php:6 04231 #: xpressme_class.php:620 225 232 msgid "Display Navi Title of Old Page Link" 226 233 msgstr "古いページへのナビタイトルを設定" 227 234 228 #: xpressme_class.php:6 11235 #: xpressme_class.php:627 229 236 msgid "Display Navi Title of Newer Page Link" 230 237 msgstr "より新しいページへのナビタイトルを設定" 231 238 232 #: xpressme_class.php:6 38239 #: xpressme_class.php:666 233 240 msgid "Dashboard feed Display Setting" 234 241 msgstr "ダッシュボード フィード表示設定" 235 242 236 #: xpressme_class.php:6 44243 #: xpressme_class.php:672 237 244 msgid "Display XPressMe Integration Kit Blog" 238 245 msgstr "XPressME Integration Kit ブログを表示する。" 239 246 240 #: xpressme_class.php:6 55247 #: xpressme_class.php:683 241 248 msgid "Display XPressMe Integration Kit Forum" 242 249 msgstr "XPressME Integration Kit フォーラムを表示する。" 243 250 244 #: xpressme_class.php: 673251 #: xpressme_class.php:701 245 252 msgid "Role Setting at Login" 246 253 msgstr "ログイン時の権限設定" 247 254 248 #: xpressme_class.php: 679255 #: xpressme_class.php:707 249 256 msgid "XOOPS administrators role is set as all blog administrators." 250 257 msgstr "XOOPSの管理者をすべてのブログの管理者に設定します。" 251 258 252 #: xpressme_class.php: 688259 #: xpressme_class.php:716 253 260 msgid "XOOPS Groupe" 254 261 msgstr "XOOPSグループ名" 255 262 256 #: xpressme_class.php: 688263 #: xpressme_class.php:716 257 264 msgid "WordPress Role" 258 265 msgstr "WordPressでの権限" 259 266 260 #: xpressme_class.php: 688267 #: xpressme_class.php:716 261 268 msgid "Role is set at each login" 262 269 msgstr "ログイン時、常に権限を更新する" 263 270 264 #: xpressme_class.php: 693271 #: xpressme_class.php:721 265 272 msgid "module cannot be read" 266 273 msgstr "モジュールアクセス権限なし" 267 274 268 #: xpressme_class.php:7 34269 #: xpressme_class.php:7 38270 #: xpressme_class.php:7 41275 #: xpressme_class.php:762 276 #: xpressme_class.php:766 277 #: xpressme_class.php:769 271 278 msgid "Default Role of WordPress" 272 279 msgstr "WordPressのデフォルト権限" 273 280 274 #: xpressme_class.php:7 35275 #: xpressme_class.php:7 39276 #: xpressme_class.php:7 42281 #: xpressme_class.php:763 282 #: xpressme_class.php:767 283 #: xpressme_class.php:770 277 284 msgid "Group User Doesn't Register" 278 285 msgstr "ユーザ登録しない" 279 286 280 #: xpressme_class.php:7 55287 #: xpressme_class.php:783 281 288 msgid "Only the Admin can set Group Role Setting" 282 289 msgstr "管理者だけがグループ権限を設定できます。" 283 290 284 #: xpressme_class.php: 777291 #: xpressme_class.php:805 285 292 msgid "WordPress MultiBlog cannot integrate the comments." 286 293 msgstr "WordPress マルチブログではコメント統合できません。" 287 294 288 #: xpressme_class.php: 779295 #: xpressme_class.php:807 289 296 msgid "Do Not Comment Integration." 290 297 msgstr "コメント統合しません。" 291 298 292 #: xpressme_class.php:8 14299 #: xpressme_class.php:842 293 300 msgid "Create New Forum" 294 301 msgstr "新規フォーラムを作成" 295 302 296 #: xpressme_class.php:8 26303 #: xpressme_class.php:854 297 304 msgid "Comment integration with D3Forum" 298 305 msgstr "D3Forumとのコメント統合" 299 306 300 #: xpressme_class.php:8 28307 #: xpressme_class.php:856 301 308 msgid "Select the forum of D3Forum that does the comment integration from the following lists." 302 309 msgstr "以下のリストからコメント統合をするD3Forumのフォーラムを選択してください。" 303 310 304 #: xpressme_class.php:8 33311 #: xpressme_class.php:861 305 312 msgid "Select the Type of display of D3Forum comment." 306 313 msgstr "D3Forumの表示タイプを選択" 307 314 308 #: xpressme_class.php:8 35309 #: xpressme_class.php:8 38315 #: xpressme_class.php:863 316 #: xpressme_class.php:866 310 317 msgid "Flat" 311 318 msgstr "フラット" 312 319 313 #: xpressme_class.php:8 36314 #: xpressme_class.php:8 39320 #: xpressme_class.php:864 321 #: xpressme_class.php:867 315 322 msgid "Threaded" 316 323 msgstr "スレッド" 317 324 318 #: xpressme_class.php:8 42325 #: xpressme_class.php:870 319 326 msgid "Select the order of display of D3Forum comment." 320 327 msgstr "D3Forumコメントの表示順を選択" 321 328 322 #: xpressme_class.php:8 44323 #: xpressme_class.php:8 47329 #: xpressme_class.php:872 330 #: xpressme_class.php:875 324 331 msgid "DESC" 325 332 msgstr "降順" 326 333 327 #: xpressme_class.php:8 45328 #: xpressme_class.php:8 48334 #: xpressme_class.php:873 335 #: xpressme_class.php:876 329 336 msgid "ASC" 330 337 msgstr "昇順" 331 338 332 #: xpressme_class.php:8 51339 #: xpressme_class.php:879 333 340 msgid "Number of displays of D3Forum comments." 334 341 msgstr "D3Forumのコメント表示数" 335 342 336 #: xpressme_class.php:8 54343 #: xpressme_class.php:882 337 344 msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. " 338 345 msgstr "WordPressコメントとD3Forumポスト間の一括転送(エクスポート・インポート)" 339 346 340 #: xpressme_class.php:8 55347 #: xpressme_class.php:883 341 348 msgid "Export to D3Forum" 342 349 msgstr "D3Forumへ一括エクスポート" 343 350 344 #: xpressme_class.php:8 56351 #: xpressme_class.php:884 345 352 msgid "Import from D3Forum" 346 353 msgstr "D3Forumから一括インポート" 347 354 348 #: xpressme_class.php:8 69355 #: xpressme_class.php:897 349 356 msgid "Contents Excerpt Setting" 350 357 msgstr "記事抜粋の設定" 351 358 352 #: xpressme_class.php: 874359 #: xpressme_class.php:902 353 360 msgid "Is the excerpt display done with the archive of contents?" 354 361 msgstr "記事のアーカイブで抜粋表示を行いますか?" 355 362 356 #: xpressme_class.php: 881363 #: xpressme_class.php:909 357 364 msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. " 358 365 msgstr "ASCII文字が含まれる比率が設定された値より大きい場合、ASCII文字コンテンツと判断します。" 359 366 360 #: xpressme_class.php: 888367 #: xpressme_class.php:916 361 368 msgid "Excerpt length of word for ASCII contents" 362 369 msgstr "ASCIIコンテンツの抜粋単語数" 363 370 364 #: xpressme_class.php: 895371 #: xpressme_class.php:923 365 372 msgid "Excerpt length of character for multibyte contents" 366 373 msgstr "マルチバイトコンテンツの抜粋文字数" 367 374 368 #: xpressme_class.php:9 02375 #: xpressme_class.php:930 369 376 msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)" 370 377 msgstr "抜粋されていないコンテンツを読むためのリンクに表示されるテキスト(空白の場合リンクを表示しません)" 371 378 372 #: xpressme_class.php:9 09379 #: xpressme_class.php:937 373 380 msgid "This text is displayed in the link that more tag (<!--more-->). " 374 381 msgstr "more タグ (<!--more-->)のリンクに表示されるテキスト" 375 382 376 #: xpressme_class.php:9 21383 #: xpressme_class.php:949 377 384 msgid "Display Mode Setting" 378 385 msgstr "表示モード設定" 379 386 380 #: xpressme_class.php:9 24387 #: xpressme_class.php:952 381 388 msgid "Select the XPressME Display Mode." 382 389 msgstr "XPressMEの表示モードの選択" 383 390 384 #: xpressme_class.php:9 29391 #: xpressme_class.php:957 385 392 msgid "Xoops Mode" 386 393 msgstr "XOOPSモード" 387 394 388 #: xpressme_class.php:9 33395 #: xpressme_class.php:961 389 396 msgid "WordPress Mode" 390 397 msgstr "WordPressモード" 391 398 392 #: xpressme_class.php:9 37399 #: xpressme_class.php:965 393 400 msgid "User select" 394 401 msgstr "ユーザによる選択" 395 402 396 #: xpressme_class.php:9 42403 #: xpressme_class.php:970 397 404 msgid "Select the theme used in the XOOPS Mode." 398 405 msgstr "XOOPSモードで使用するテーマを選択" 399 406 400 #: xpressme_class.php:9 47407 #: xpressme_class.php:975 401 408 msgid "Use WordPress Selected Themes" 402 409 msgstr "WordPressで選択したテーマを使う" 403 410 404 #: xpressme_class.php:9 65411 #: xpressme_class.php:993 405 412 msgid "Header Meta Option" 406 413 msgstr "ヘッダメタ オプション" 407 414 408 #: xpressme_class.php:9 70415 #: xpressme_class.php:998 409 416 msgid "Select the Header keyword." 410 417 msgstr "ヘッダで使用するキーワードの選択" 411 418 412 #: xpressme_class.php: 975419 #: xpressme_class.php:1003 413 420 msgid "Xoops KeyWord" 414 421 msgstr "XOOPSのキーワード" 415 422 416 #: xpressme_class.php: 978423 #: xpressme_class.php:1006 417 424 msgid "WordPress KeyWord" 418 425 msgstr "WordPressのキーワード" 419 426 420 #: xpressme_class.php: 981427 #: xpressme_class.php:1009 421 428 msgid "WordPress & Xoops KeyWord" 422 429 msgstr "WordPressjとXOOPSのキーワード" 423 430 424 #: xpressme_class.php: 987431 #: xpressme_class.php:1015 425 432 msgid "Select the Header Description." 426 433 msgstr "ヘッダで使用するディスクリプション(説明)の選択" 427 434 428 #: xpressme_class.php: 992435 #: xpressme_class.php:1020 429 436 msgid "Xoops Description" 430 437 msgstr "XOOPSのディスクリプション" 431 438 432 #: xpressme_class.php: 995439 #: xpressme_class.php:1023 433 440 msgid "WordPress Description" 434 441 msgstr "WordPressのディスクリプション" 435 442 436 #: xpressme_class.php: 998443 #: xpressme_class.php:1026 437 444 msgid "WordPress & Xoops Description" 438 445 msgstr "WordPressとXOOPSのディスクリプション" 439 446 440 #: xpressme_class.php:10 04447 #: xpressme_class.php:1032 441 448 msgid "Select the Header Robots Index." 442 449 msgstr "ヘッダで使用するロボットインデックスの選択" 443 450 444 #: xpressme_class.php:10 09451 #: xpressme_class.php:1037 445 452 msgid "Xoops Robots Index" 446 453 msgstr "XOOPSのロボットインデックス" 447 454 448 #: xpressme_class.php:10 12455 #: xpressme_class.php:1040 449 456 msgid "WordPress Robots Index" 450 457 msgstr "WordPressのロボットインデックス" 451 458 452 #: xpressme_class.php:10 58459 #: xpressme_class.php:1086 453 460 #, php-format 454 461 msgid "Unable to create directory %s. Is its parent directory writable by the server?" -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-lang.pot
r630 r639 8 8 "Project-Id-Version: XPressME Plugin\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-08- 17 13:02+0900\n"10 "POT-Creation-Date: 2010-08-23 09:53+0900\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 52 52 #: xpressme_class.php:470 53 53 #: xpressme_class.php:488 54 #: xpressme_class.php:6 4755 #: xpressme_class.php:6 5856 #: xpressme_class.php: 68254 #: xpressme_class.php:675 55 #: xpressme_class.php:686 56 #: xpressme_class.php:710 57 57 msgid "YES" 58 58 msgstr "" … … 65 65 #: xpressme_class.php:471 66 66 #: xpressme_class.php:489 67 #: xpressme_class.php:6 4868 #: xpressme_class.php:6 5969 #: xpressme_class.php: 68367 #: xpressme_class.php:676 68 #: xpressme_class.php:687 69 #: xpressme_class.php:711 70 70 msgid "NO" 71 71 msgstr "" … … 162 162 163 163 #: xpressme_class.php:535 164 #: xpressme_class.php: 594164 #: xpressme_class.php:610 165 165 msgid "Adjustment of Navi link display position" 166 166 msgstr "" … … 195 195 196 196 #: xpressme_class.php:569 197 #: xpressme_class.php:618 198 msgid "Left arrow image URL" 199 msgstr "" 200 201 #: xpressme_class.php:576 202 #: xpressme_class.php:625 203 msgid "Right arrow image URL" 204 msgstr "" 205 197 #: xpressme_class.php:634 198 msgid "Left arrow image src" 199 msgstr "" 200 201 #: xpressme_class.php:574 206 202 #: xpressme_class.php:589 203 #: xpressme_class.php:639 204 #: xpressme_class.php:652 205 msgid "Not Found" 206 msgstr "" 207 208 #: xpressme_class.php:584 209 #: xpressme_class.php:647 210 msgid "Right arrow image src" 211 msgstr "" 212 213 #: xpressme_class.php:605 207 214 msgid "Posts List Page Navi Setting" 208 215 msgstr "" 209 216 210 #: xpressme_class.php: 597217 #: xpressme_class.php:613 211 218 msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right" 212 219 msgstr "" 213 220 214 #: xpressme_class.php: 598221 #: xpressme_class.php:614 215 222 msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right" 216 223 msgstr "" 217 224 218 #: xpressme_class.php:6 04225 #: xpressme_class.php:620 219 226 msgid "Display Navi Title of Old Page Link" 220 227 msgstr "" 221 228 222 #: xpressme_class.php:6 11229 #: xpressme_class.php:627 223 230 msgid "Display Navi Title of Newer Page Link" 224 231 msgstr "" 225 232 226 #: xpressme_class.php:6 38233 #: xpressme_class.php:666 227 234 msgid "Dashboard feed Display Setting" 228 235 msgstr "" 229 236 230 #: xpressme_class.php:6 44237 #: xpressme_class.php:672 231 238 msgid "Display XPressMe Integration Kit Blog" 232 239 msgstr "" 233 240 234 #: xpressme_class.php:6 55241 #: xpressme_class.php:683 235 242 msgid "Display XPressMe Integration Kit Forum" 236 243 msgstr "" 237 244 238 #: xpressme_class.php: 673245 #: xpressme_class.php:701 239 246 msgid "Role Setting at Login" 240 247 msgstr "" 241 248 242 #: xpressme_class.php: 679249 #: xpressme_class.php:707 243 250 msgid "XOOPS administrators role is set as all blog administrators." 244 251 msgstr "" 245 252 246 #: xpressme_class.php: 688253 #: xpressme_class.php:716 247 254 msgid "XOOPS Groupe" 248 255 msgstr "" 249 256 250 #: xpressme_class.php: 688257 #: xpressme_class.php:716 251 258 msgid "WordPress Role" 252 259 msgstr "" 253 260 254 #: xpressme_class.php: 688261 #: xpressme_class.php:716 255 262 msgid "Role is set at each login" 256 263 msgstr "" 257 264 258 #: xpressme_class.php: 693265 #: xpressme_class.php:721 259 266 msgid "module cannot be read" 260 267 msgstr "" 261 268 262 #: xpressme_class.php:7 34263 #: xpressme_class.php:7 38264 #: xpressme_class.php:7 41269 #: xpressme_class.php:762 270 #: xpressme_class.php:766 271 #: xpressme_class.php:769 265 272 msgid "Default Role of WordPress" 266 273 msgstr "" 267 274 268 #: xpressme_class.php:7 35269 #: xpressme_class.php:7 39270 #: xpressme_class.php:7 42275 #: xpressme_class.php:763 276 #: xpressme_class.php:767 277 #: xpressme_class.php:770 271 278 msgid "Group User Doesn't Register" 272 279 msgstr "" 273 280 274 #: xpressme_class.php:7 55281 #: xpressme_class.php:783 275 282 msgid "Only the Admin can set Group Role Setting" 276 283 msgstr "" 277 284 278 #: xpressme_class.php: 777285 #: xpressme_class.php:805 279 286 msgid "WordPress MultiBlog cannot integrate the comments." 280 287 msgstr "" 281 288 282 #: xpressme_class.php: 779289 #: xpressme_class.php:807 283 290 msgid "Do Not Comment Integration." 284 291 msgstr "" 285 292 286 #: xpressme_class.php:8 14293 #: xpressme_class.php:842 287 294 msgid "Create New Forum" 288 295 msgstr "" 289 296 290 #: xpressme_class.php:8 26297 #: xpressme_class.php:854 291 298 msgid "Comment integration with D3Forum" 292 299 msgstr "" 293 300 294 #: xpressme_class.php:8 28301 #: xpressme_class.php:856 295 302 msgid "Select the forum of D3Forum that does the comment integration from the following lists." 296 303 msgstr "" 297 304 298 #: xpressme_class.php:8 33305 #: xpressme_class.php:861 299 306 msgid "Select the Type of display of D3Forum comment." 300 307 msgstr "" 301 308 302 #: xpressme_class.php:8 35303 #: xpressme_class.php:8 38309 #: xpressme_class.php:863 310 #: xpressme_class.php:866 304 311 msgid "Flat" 305 312 msgstr "" 306 313 307 #: xpressme_class.php:8 36308 #: xpressme_class.php:8 39314 #: xpressme_class.php:864 315 #: xpressme_class.php:867 309 316 msgid "Threaded" 310 317 msgstr "" 311 318 312 #: xpressme_class.php:8 42319 #: xpressme_class.php:870 313 320 msgid "Select the order of display of D3Forum comment." 314 321 msgstr "" 315 322 316 #: xpressme_class.php:8 44317 #: xpressme_class.php:8 47323 #: xpressme_class.php:872 324 #: xpressme_class.php:875 318 325 msgid "DESC" 319 326 msgstr "" 320 327 321 #: xpressme_class.php:8 45322 #: xpressme_class.php:8 48328 #: xpressme_class.php:873 329 #: xpressme_class.php:876 323 330 msgid "ASC" 324 331 msgstr "" 325 332 326 #: xpressme_class.php:8 51333 #: xpressme_class.php:879 327 334 msgid "Number of displays of D3Forum comments." 328 335 msgstr "" 329 336 330 #: xpressme_class.php:8 54337 #: xpressme_class.php:882 331 338 msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. " 332 339 msgstr "" 333 340 334 #: xpressme_class.php:8 55341 #: xpressme_class.php:883 335 342 msgid "Export to D3Forum" 336 343 msgstr "" 337 344 338 #: xpressme_class.php:8 56345 #: xpressme_class.php:884 339 346 msgid "Import from D3Forum" 340 347 msgstr "" 341 348 342 #: xpressme_class.php:8 69349 #: xpressme_class.php:897 343 350 msgid "Contents Excerpt Setting" 344 351 msgstr "" 345 352 346 #: xpressme_class.php: 874353 #: xpressme_class.php:902 347 354 msgid "Is the excerpt display done with the archive of contents?" 348 355 msgstr "" 349 356 350 #: xpressme_class.php: 881357 #: xpressme_class.php:909 351 358 msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. " 352 359 msgstr "" 353 360 354 #: xpressme_class.php: 888361 #: xpressme_class.php:916 355 362 msgid "Excerpt length of word for ASCII contents" 356 363 msgstr "" 357 364 358 #: xpressme_class.php: 895365 #: xpressme_class.php:923 359 366 msgid "Excerpt length of character for multibyte contents" 360 367 msgstr "" 361 368 362 #: xpressme_class.php:9 02369 #: xpressme_class.php:930 363 370 msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)" 364 371 msgstr "" 365 372 366 #: xpressme_class.php:9 09373 #: xpressme_class.php:937 367 374 msgid "This text is displayed in the link that more tag (<!--more-->). " 368 375 msgstr "" 369 376 370 #: xpressme_class.php:9 21377 #: xpressme_class.php:949 371 378 msgid "Display Mode Setting" 372 379 msgstr "" 373 380 374 #: xpressme_class.php:9 24381 #: xpressme_class.php:952 375 382 msgid "Select the XPressME Display Mode." 376 383 msgstr "" 377 384 378 #: xpressme_class.php:9 29385 #: xpressme_class.php:957 379 386 msgid "Xoops Mode" 380 387 msgstr "" 381 388 382 #: xpressme_class.php:9 33389 #: xpressme_class.php:961 383 390 msgid "WordPress Mode" 384 391 msgstr "" 385 392 386 #: xpressme_class.php:9 37393 #: xpressme_class.php:965 387 394 msgid "User select" 388 395 msgstr "" 389 396 390 #: xpressme_class.php:9 42397 #: xpressme_class.php:970 391 398 msgid "Select the theme used in the XOOPS Mode." 392 399 msgstr "" 393 400 394 #: xpressme_class.php:9 47401 #: xpressme_class.php:975 395 402 msgid "Use WordPress Selected Themes" 396 403 msgstr "" 397 404 398 #: xpressme_class.php:9 65405 #: xpressme_class.php:993 399 406 msgid "Header Meta Option" 400 407 msgstr "" 401 408 402 #: xpressme_class.php:9 70409 #: xpressme_class.php:998 403 410 msgid "Select the Header keyword." 404 411 msgstr "" 405 412 406 #: xpressme_class.php: 975413 #: xpressme_class.php:1003 407 414 msgid "Xoops KeyWord" 408 415 msgstr "" 409 416 410 #: xpressme_class.php: 978417 #: xpressme_class.php:1006 411 418 msgid "WordPress KeyWord" 412 419 msgstr "" 413 420 414 #: xpressme_class.php: 981421 #: xpressme_class.php:1009 415 422 msgid "WordPress & Xoops KeyWord" 416 423 msgstr "" 417 424 418 #: xpressme_class.php: 987425 #: xpressme_class.php:1015 419 426 msgid "Select the Header Description." 420 427 msgstr "" 421 428 422 #: xpressme_class.php: 992429 #: xpressme_class.php:1020 423 430 msgid "Xoops Description" 424 431 msgstr "" 425 432 426 #: xpressme_class.php: 995433 #: xpressme_class.php:1023 427 434 msgid "WordPress Description" 428 435 msgstr "" 429 436 430 #: xpressme_class.php: 998437 #: xpressme_class.php:1026 431 438 msgid "WordPress & Xoops Description" 432 439 msgstr "" 433 440 434 #: xpressme_class.php:10 04441 #: xpressme_class.php:1032 435 442 msgid "Select the Header Robots Index." 436 443 msgstr "" 437 444 438 #: xpressme_class.php:10 09445 #: xpressme_class.php:1037 439 446 msgid "Xoops Robots Index" 440 447 msgstr "" 441 448 442 #: xpressme_class.php:10 12449 #: xpressme_class.php:1040 443 450 msgid "WordPress Robots Index" 444 451 msgstr "" 445 452 446 #: xpressme_class.php:10 58453 #: xpressme_class.php:1086 447 454 #, php-format 448 455 msgid "Unable to create directory %s. Is its parent directory writable by the server?" -
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
r630 r639 567 567 568 568 $form .= "<tr>\n"; 569 $form .= "<td>" . __('Left arrow image URL','xpressme') . "</td>\n"; 569 $form .= "<td>" . __('Left arrow image src','xpressme'); 570 if(!empty($this->post_left_arrow_image_link)){ 571 if (icon_exists($this->post_left_arrow_image_link)) 572 $form .= " <img src=\"$this->post_left_arrow_image_link\" align=\"absmiddle\"/>"; 573 else 574 $form .= " <span style=\"color: red\">(" . __('Not Found','xpressme') .")</span>"; 575 } 576 $form .= "</td>\n"; 570 577 $form .= "<td>\n"; 571 578 $form .= $this->text_option_sub('post_left_arrow_image_link',60,120); 572 579 $form .= "</td>\n"; 573 580 $form .= "</tr>\n"; 574 575 $form .= "<tr>\n"; 576 $form .= "<td>" . __('Right arrow image URL','xpressme') . "</td>\n"; 581 $form .= "<tr>\n"; 582 583 $form .= "<tr>\n"; 584 $form .= "<td>" . __('Right arrow image src','xpressme'); 585 if(!empty($this->post_right_arrow_image_link)){ 586 if (icon_exists($this->post_right_arrow_image_link)) 587 $form .= " <img src=\"$this->post_right_arrow_image_link\" align=\"absmiddle\"/>"; 588 else 589 $form .= " <span style=\"color: red\">(" . __('Not Found','xpressme') .")</span>"; 590 } 591 577 592 $form .= "<td>\n"; 578 593 $form .= $this->text_option_sub('post_right_arrow_image_link',60,120); 579 594 $form .= "</td>\n"; 580 595 $form .= "</tr>\n"; 596 $form .= "<tr>\n"; 581 597 582 598 $form .= "</table></td></tr>\n"; … … 616 632 617 633 $form .= "<tr>\n"; 618 $form .= "<td>" . __('Left arrow image URL','xpressme') . "</td>\n"; 634 $form .= "<td>" . __('Left arrow image src','xpressme'); 635 if(!empty($this->page_left_arrow_image_link)){ 636 if (icon_exists($this->page_left_arrow_image_link)) 637 $form .= " <img src=\"$this->page_left_arrow_image_link\" align=\"absmiddle\"/>"; 638 else 639 $form .= " <span style=\"color: red\">(" . __('Not Found','xpressme') .")</span>"; 640 } 619 641 $form .= "<td>\n"; 620 642 $form .= $this->text_option_sub('page_left_arrow_image_link',60,120); … … 623 645 624 646 $form .= "<tr>\n"; 625 $form .= "<td>" . __('Right arrow image URL','xpressme') . "</td>\n"; 647 $form .= "<td>" . __('Right arrow image src','xpressme'); 648 if(!empty($this->page_right_arrow_image_link)){ 649 if (icon_exists($this->page_right_arrow_image_link)) 650 $form .= " <img src=\"$this->page_right_arrow_image_link\" align=\"absmiddle\"/>"; 651 else 652 $form .= " <span style=\"color: red\">(" . __('Not Found','xpressme') .")</span>"; 653 } 626 654 $form .= "<td>\n"; 627 655 $form .= $this->text_option_sub('page_right_arrow_image_link',60,120);
Note: See TracChangeset
for help on using the changeset viewer.