Changeset 987
- Timestamp:
- 12/27/06 07:25:12 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/App/CMS.pm (modified) (2 diffs)
- branches/wheeljack/lib/MT/Asset/Image.pm (modified) (1 diff)
- branches/wheeljack/lib/MT/BackupRestore.pm (modified) (1 diff)
- branches/wheeljack/lib/MT/L10N/en_us.pm (modified) (2 diffs)
- branches/wheeljack/lib/MT/L10N/ja.pm (modified) (69 diffs)
- branches/wheeljack/lib/MT/Template/ContextHandlers.pm (modified) (5 diffs)
- branches/wheeljack/php/lib/function.MTCommentFields.php (modified) (5 diffs)
- branches/wheeljack/tmpl/cms/asset_image_options.tmpl (modified) (1 diff)
- branches/wheeljack/tmpl/cms/backup_restore.tmpl (modified) (3 diffs)
- branches/wheeljack/tmpl/cms/dialog_list_assets.tmpl (modified) (3 diffs)
- branches/wheeljack/tmpl/cms/restore_end.tmpl (modified) (1 diff)
- branches/wheeljack/tmpl/cms/upload_complete.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/App/CMS.pm
r986 r987 10911 10911 10912 10912 my $size = $q->param('size_limit') || 0; 10913 return $app->errtrans('[_1] is not a number.', $size)10913 return $app->errtrans('[_1] is not a number.', MT::Util::encode_html($size)) 10914 10914 if $size !~ /^\d+$/; 10915 10915 … … 11272 11272 $result = 0; 11273 11273 $error = $e; 11274 $app->print($app->translate("Uploaded file was invalid . $1"));11274 $app->print($app->translate("Uploaded file was invalid: [_1]", $e)); 11275 11275 } else { 11276 11276 for my $file ($tar->list_files) { branches/wheeljack/lib/MT/Asset/Image.pm
r975 r987 259 259 if($param->{image_defaults}) { 260 260 return $app->error($app->translate( 261 'Permission denied setting image defaults for blog #[_ 2]', $blog_id261 'Permission denied setting image defaults for blog #[_1]', $blog_id 262 262 )) unless $app->{perms}->can_save_image_defaults; 263 263 # Save new defaults if requested. branches/wheeljack/lib/MT/BackupRestore.pm
r972 r987 267 267 my $fh = gensym; 268 268 my $filepath = File::Spec->catfile($dir, $file); 269 open $fh, "<$filepath" or push @$errors, MT->translate( '[_1] cannot open.'), next;269 open $fh, "<$filepath" or push @$errors, MT->translate("Can't open [_1]."), next; 270 270 271 271 my $result = __PACKAGE__->restore_process_single_file( branches/wheeljack/lib/MT/L10N/en_us.pm
r877 r987 22 22 '_external_link_target' => '_top', 23 23 '_BACKUP_RESTORE_DESCRIPTION' => 'This screen allows you to backup and restore your Movable Type installation.', 24 '_BACKUP_FILES_DESCRIPTION' => 'TBD',25 24 '_BLOG_CONFIG_MODE_BASIC' => 'Basic Mode', 26 25 '_BLOG_CONFIG_MODE_DETAIL' => 'Detailed Mode', … … 44 43 '_USAGE_FORGOT_PASSWORD_2' => 'You should be able to log in to Movable Type using this new password. Once you have logged in, you should change your password to something more memorable.', 45 44 46 '_USAGE_BACKUP' => 'TBD',47 '_USAGE_BACKUP_FILES' => 'TBD',48 '_USAGE_RESTORE' => 'TBD',49 45 '_BACKUP_TEMPDIR_WARNING' => 'Requesed data backed up successfully in the [_1] directory. Make sure that you download and <strong>then delete</strong> files listed above from [_1] <strong>immediately</strong> because backup files contain sensitive information.', 50 46 '_BACKUP_DOWNLOAD_MESSAGE' => 'Downloading of the backup file will start automatically in a few seconds. If for some reason it does not, click <a href=\'#\' onclick=\'submit_form()\'>here</a> to start downloading manually. Please note that you can download the backup file only once for a session.', branches/wheeljack/lib/MT/L10N/ja.pm
r873 r987 79 79 'DBI and DBD::SQLite are required if you want to use the SQLite database backend.' => 'DBIãšDBD::SQLiteã¯ãSQLiteã䜿ã£ãŠããã°ã®ããŒã¿ã管çããããã«å¿ 80 80 èŠã§ãã', 81 'DBI and DBD::SQLite2 are required if you want to use the SQLite 2 database backend.' => 'DBIãšDBD::SQLite2ã¯ãSQLite2ã䜿ã£ãŠããã°ã®ããŒã¿ã管çããããã«å¿81 'DBI and DBD::SQLite2 are required if you want to use the SQLite 2.x database backend.' => 'DBIãšDBD::SQLite2ã¯ãSQLite 2.xã䜿ã£ãŠããã°ã®ããŒã¿ã管çããããã«å¿ 82 82 èŠã§ãã', 83 83 'HTML::Entities is needed to encode some characters, but this feature can be turned off using the NoHTMLEntities option in mt.cfg.' => 'HTML::Entitiesã¯ãããã€ãã®æåã倿ããããã«å¿ … … 103 103 èŠ', 104 104 'Optional' => 'ãªãã·ã§ã³', 105 'The following modules are <strong>optional</strong>. If your server does not have these modules installed, you only need to install them if you require the functionality that the module provides.' => '以äžã®ã¢ãžã¥ãŒã«ã¯<strong>ãªãã·ã§ã³</strong>ã§ãããªããŠãåäœããŸãããé¢é£ããæ©èœãå©çšããããã«ã¯ã€ã³ã¹ããŒã«ããŠããå¿ 106 èŠããããŸãã', 105 'Archive::Tar is required in order to archive files in backup/restore operation.' => 'Archive::Tarã¯ãããã¯ã¢ããã»åŸ©å 106 æ©èœã«ãããŠtar.gz圢åŒã§å§çž®ã»è§£åããããšãã«å¿ 107 èŠã«ãªããŸãã', 108 'IO::Compress::Gzip is required in order to compress files in backup/restore operation.' => 'IO::Compress::Gzipã¯ãããã¯ã¢ããã»åŸ©å 109 æ©èœã«ãããŠtar.gz圢åŒã§å§çž®ããããšãã«å¿ 110 èŠã«ãªããŸãã', 111 'IO::Uncompress::Gunzip is required in order to decompress files in backup/restore operation.' => 'IO::Uncompress::Gunzipã¯ãããã¯ã¢ããã»åŸ©å 112 æ©èœã«ãããŠtar.gz圢åŒã§å§çž®ããããšãã«å¿ 113 èŠã«ãªããŸãã', 114 'Archive::Zip is required in order to archive files in backup/restore operation.' => 'Archive::Zipã¯ãããã¯ã¢ããã»åŸ©å 115 æ©èœã«ãããŠzip圢åŒã§å§çž®ã»è§£åããããšãã«å¿ 116 èŠã«ãªããŸãã', 117 'XML::SAX and/or its dependencies is required in order to restore.' => 'XML::SAXãšãã®äŸåã¢ãžã¥ãŒã«ã¯åŸ©å 118 æ©èœãå©çšãããšãã«å¿ 119 èŠã§ãã', 107 120 108 121 ## default_templates/dynamic_site_bootstrapper.tmpl … … 251 264 ## lib/MT/Serialize.pm 252 265 ## lib/MT/DateTime.pm 266 ## lib/MT/Asset/Image.pm 267 'Image' => 'ç»å', 268 'Actual Dimensions' => 'å®éã®ãµã€ãº', 269 '[_1] wide, [_2] high' => 'å¹ 270 :[_1] - é«ã:[_2]', 271 'Error scaling image: [_1]' => 'ç»åã®ãµã€ãºã倿Žã§ããŸããã§ãã: [_1]', 272 'Error creating thumbnail file: [_1]' => 'ãµã ããŒã«ãã¡ã€ã«ãäœæã§ããŸããã§ãã: [_1]', 273 'Can\'t load asset #[_1]' => 'ã¢ã€ãã (ID: [_1])ãããŒãã§ããŸããã', 274 'Permission denied setting image defaults for blog #[_2]' => 'ããã° (ID: [_1]) ã«å¯ŸããŠç»åã®ããã©ã«ãèšå®ãä¿åããæš©éããããŸããã', 253 275 ## lib/MT/Request.pm 254 276 ## lib/MT/Atom.pm … … 271 293 'An error occurred while rebuilding to publish scheduled posts: [_1]' => 'æå®æ¥æçš¿ãå 272 294 ¬éããããã®åæ§ç¯äžã«ãšã©ãŒãçºçããŸãã: [_1]', 295 'You did not set your weblog Archive Path' => 'ããã°ã®ã¢ãŒã«ã€ãã»ãã¹ãèšå®ããŠãã ããã', 296 'You did not set your weblog Site Root' => 'ããã°ã®ãµã€ãã»ãã¹ãèšå®ããŠãã ããã', 297 273 298 ## lib/MT/Task.pm 299 ## lib/MT/BackupRestore.pm 300 '[_1]#[_2] has been backed up.' => '[_1]#[_2]ãããã¯ã¢ããããŸããã', 301 'No manifest file could be found in your import directory [_1].' => 'ãã£ã¬ã¯ããª[_1]ã«ãããã§ã¹ãã»ãã¡ã€ã«ãèŠã€ãããŸããã§ããã', 302 'Can\'t open [_1].' => '[_1]ãéããŸããã', 303 'Manifest file [_1] was not a valid Movable Type backup manifest file.' => '[_1]ã¯Movable Typeã®ãããã§ã¹ããã¡ã€ã«ã§ã¯ãããŸããã', 304 "Manifest file: [_1]\n" => "ãããã§ã¹ããã¡ã€ã«: [_1]\n", 305 'ID for the asset was not set.' => 'ã¢ã€ãã ã®IDãèšå®ãããŠããŸããã', 306 'The asset ([_1]) was not restored.' => 'ã¢ã€ãã ([_1])ã埩å 307 ã§ããŸããã§ããã', 308 'Path was not found for the asset ([_1]).' => 'ã¢ã€ãã ([_1])ã®ãã¹ãèŠã€ãããŸããã', 309 'Copying [_1] to [_2]...' => '[_1]ã[_2]ãžã³ããŒããŠããŸã...', 310 'Failed: ' => '倱æããŸãã: ', 311 'Done.' => 'å®äº', 312 ## lib/MT/BackupRestore/BackupFileHandler.pm 313 'Uploaded file was not a valid Movable Type backup manifest file.' => 'ãã¡ã€ã«ã¯Movable Typeã®ããã¯ã¢ããã»ãã¡ã€ã«ã§ã¯ãããŸããã', 314 '[_1] is not a subject to be restored by Movable Type.' => '[_1]ã¯Movable Typeã§åŸ©å 315 ã§ãã察象ã§ã¯ãããŸããã', 316 "Restoring [_1]...\n" => "[_1]ã埩å 317 äž...\n", 318 "Restoring [_1] (ID: [_2]) was deferred because its parents objects have not been restored yet.\n" => "芪ãªããžã§ã¯ããèŠã€ãããªããã[_1](ID: [_2])ã®åŸ©å 319 ã¯å»¶æãããŸããã", 320 "[_1] [_2] (ID: [_3]) has been restored successfully with new ID: [_4]\n" => "[_2](ID: [_3])ãæ°ããID:[_4]ã§åŸ©å 321 ãããŸããã\n", 322 323 ## lib/MT/BackupRestore/ManifestFileHandler.pm 324 'Uploaded file was not a valid Movable Type backup manifest file.' => 'ãã¡ã€ã«ã¯Movable Typeã®ãããã§ã¹ãã»ãã¡ã€ã«ã§ã¯ãããŸããã', 274 325 ## lib/MT/Bootstrap.pm 275 326 'Got an error: [_1]' => 'ãšã©ãŒãçºçããŸãã: [_1]', … … 400 451 'Cannot find package [_1]: [_2]' => 'ããã±ãŒãž: [_1] ãèŠã€ãããŸãã: [_2]', 401 452 'Error sorting categories: [_1]' => 'ã«ããŽãªãŒã®ãœãŒãã§ãšã©ãŒãçºçããŸãã: [_1]', 402 'Movable Type Enterprise' => 'Movable Type Enterprise', 453 'Can\'t load template' => 'ãã³ãã¬ãŒããããŒãã§ããŸããã', 454 'No such user \'[_1]\'' => 'ã[_1]ããšãããŠãŒã¶ãŒã¯ååšããŸãã', 455 'To enable comment registration, you need to add a TypeKey token in your weblog config or user profile.' => 'ã³ã¡ã³ãç»é²æ©èœã䜿ãã«ã¯ãTypeKeyããŒã¯ã³ãããã°ããããã¯ãŠãŒã¶ãŒã®ãããã£ãŒã«ã§èšå®ããå¿ 456 èŠããããŸãã', 457 'You used an \'[_1]\' tag outside of the context of an asset; perhaps you mistakenly placed it outside of an \'MTAssets\' container?' => '[_1]ã¿ã°ãã¢ã€ãã ïŒAssetïŒã®ã³ã³ããã¹ãå€ã§äœ¿ãããŸãããMTAssetsã³ã³ããã¿ã°ã®å€ã«é 458 眮ã§ããŸããã', 403 459 ## lib/MT/Template/Context.pm 404 460 ## lib/MT/Plugin/L10N.pm … … 416 472 ãã£ã¬ã¯ããª[_1]ã«ãèªã¿èŸŒã¿å¯èœãªãã¡ã€ã«ã¯ãããŸããã', 417 473 'Importing entries from file \'[_1]\'' => 'èšäºã[_1]ããèªã¿èŸŒãã§ããŸãã', 418 "You need to provide a password if you are going to\ncreate new authors for each author listed in your blog.\n" => "ããã°ã«æçš¿è474 "You need to provide a password if you are going to\ncreate new users for each user listed in your blog.\n" => "ããã°ã«æçš¿è 419 475 ã远å ããããã«ã¯ããã¹ã¯ãŒããæå®ããå¿ 420 476 èŠããããŸãã\n", 421 477 'Need either ImportAs or ParentAuthor' => 'ãImportAsãããParentAuthorããå¿ 422 478 èŠã§ãã', 423 'Creating new author (\'[_1]\')...' => 'æ°ããæçš¿è479 'Creating new user (\'[_1]\')...' => 'æ°ããæçš¿è 424 480 [_1]ãç»é²ããŸãã', 425 481 "failed\n" => "倱æããŸããã\n", 426 482 "ok (ID [_1])\n" => "å®äºããŸããã(ID: [_1])\n", 427 483 "ok\n" => "å®äºããŸããã\n", 428 'Saving author failed: [_1]' => 'æçš¿è484 'Saving user failed: [_1]' => 'æçš¿è 429 485 ã®ä¿åã«å€±æããŸãã: [_1]', 430 'Assigning permissions for new author...' => 'æ°ããæçš¿è486 'Assigning permissions for new user...' => 'æ°ããæçš¿è 431 487 ã®æš©éãèšå®ããŸãã', 432 488 'Saving permission failed: [_1]' => 'æš©éã®ä¿åã«å€±æããŸãã: [_1]', … … 449 505 'Invalid date format \'[_1]\'; must be \'MM/DD/YYYY HH:MM:SS AM|PM\' (AM|PM is optional)' => 'æ¥ä»ã®åœ¢åŒ[_1]ãæ£ãããããŸãããMM/DD/YYYY HH: MM: SS AM|PM (AM/PM ã¯ãªããŠãããŸããŸãã)', 450 506 ## lib/MT/XMLRPCServer.pm 507 'Failed login attempt by disabled user \'[_1]\'' => 'ãŠãŒã¶ãŒ([_1])ããã°ã€ã³ã«å€±æããŸããã', 451 508 'Invalid timestamp format' => 'ã¿ã€ã ã¹ã¿ã³ãã®æžåŒãæ£ãããããŸãã', 452 'No web services password assigned. Please see your author profile to set it.' => 'WebãµãŒãã¹ã»ãã¹ã¯ãŒããèšå®ãããŠããŸãããæçš¿è509 'No web services password assigned. Please see your user profile to set it.' => 'WebãµãŒãã¹ã»ãã¹ã¯ãŒããèšå®ãããŠããŸãããæçš¿è 453 510 ã®ãããã£ãŒã«ããèšå®ãè¡ã£ãŠãã ããã', 454 511 'No blog_id' => 'ããã°IDãèŠã€ãããŸããã', … … 469 526 "Entry '[_1]' (entry #[_2]) deleted by '[_3]' (user #[_4]) from xml-rpc" => '[_3](ID: [_4])ãXML-RPCã§ãšã³ããªãŒãåé€ããŸãã: [_1](ID:[_2])', 470 527 'Not privileged to get entry' => 'ãšã³ããªãŒååŸã®æš©éããããŸãã', 471 ' Author does not have privileges' => 'æš©éãèšå®ãããŠããŸãã',528 'User does not have privileges' => 'æš©éãèšå®ãããŠããŸãã', 472 529 'Not privileged to set entry categories' => 'ãšã³ããªãŒã«ã«ããŽãªãŒãèšå®ããæš©éããããŸãã', 473 530 'Publish failed: [_1]' => 'å … … 482 539 'Invalid upgrade function: [_1].' => 'ã¢ããã°ã¬ãŒãäžã«ãšã©ãŒãçºçããŸãã: [_1]', 483 540 'Error loading class: [_1].' => 'ããã°ã©ã ã»ã¢ãžã¥ãŒã«ãããŒãããŠãããšãã«ãšã©ãŒãçºçããŸãã: [_1]', 484 'Creating initial weblog and author records...' => 'ããã°ãšç®¡çè541 'Creating initial weblog and user records...' => 'ããã°ãšç®¡çè 485 542 ã®åæå€ãç»é²ããŸãã', 486 543 'Error saving record: [_1].' => 'ã¬ã³ãŒãã®ä¿åäžã«ãšã©ãŒãçºçããŸãã: [_1]', … … 499 556 'Mapping template ID [_1] to [_2] ([_3]).' => 'ãã³ãã¬ãŒãID[_1]ã[_2] ([_3]) ã«èšå®ããŸã', 500 557 'Mapping template ID [_1] to [_2].' => 'ãã³ãã¬ãŒãID[_1]ã[_2]ã«èšå®', 501 'Assigning author types...' => 'æçš¿è 502 ã®çš®é¡ãé©çšããŠããŸã...', 558 'Assigning user types...' => 'ãŠãŒã¶ãŒã®çš®é¡ãé©çšããŠããŸã...', 559 'Assigning user status...' => 'ãŠãŒã¶ãŒã«ç¶æ 560 ãé©çšããŠããŸã...', 503 561 'Assigning basename for categories...' => 'ã«ããŽãªãŒã«ããŒã¹ããŒã ãé©çšããŠããŸã...', 504 562 'Assigning blog administration permissions...' => 'ããã°ã®ç®¡çæš©éãèšå®ããŠããŸã...', … … 516 574 'Creating entry category placements...' => 'ãšã³ããªãŒãšã«ããŽãªãŒãé¢é£ä»ããŠããŸã...', 517 575 'Migrating any "tag" categories to new tags...' => 'ãã¿ã°ããšããã«ããŽãªãã¿ã°ã«ç§»è¡ããŠããŸã...', 576 'Migrating permissions to roles...' => 'æš©éãããŒã«ã«ç§»è¡ããŠããŸã...', 518 577 'Setting blog allow pings status...' => 'ããã°ãžã®ãã©ãã¯ããã¯ã®å¯åŠãèšå®ããŠããŸã...', 519 578 'Setting blog basename limits...' => 'ããã°ã®ããŒã¹ããŒã ã®å¶éãèšå®ããŠããŸã...', 520 579 'Setting default blog file extension...' => 'æ¢å®ã®ããã°ãã¡ã€ã«ã®æ¡åŒµåãèšå®ããŠããŸã...', 521 580 'Setting new entry defaults for weblogs...' => 'ãšã³ããªãŒæçš¿ç»é¢ã®æ°ããæ¢å®å€ãèšå®ããŠããŸã...', 522 'Updating author web services passwords...' => 'æçš¿è581 'Updating user web services passwords...' => 'æçš¿è 523 582 ã®WebãµãŒãã¹ãã¹ã¯ãŒããæŽæ°ããŠããŸã...', 524 583 'Updating blog comment email requirements...' => 'ããã°ã«ã³ã¡ã³ããšé¢é£ããã¡ãŒã«ã®èšå®ãããŠããŸã...', … … 531 590 'Updating user permissions for editing tags...' => 'ãŠãŒã¶ãŒã®ã¿ã°ç·šéæš©éãæŽæ°ããŠããŸã...', 532 591 'Updating [_1] records...' => '[_1]ã®ã¬ã³ãŒããæŽæ°ããŠããŸã...', 592 'Custom ([_1])' => 'ã«ã¹ã¿ã ([_1])', 593 'This role was generated by Movable Type upon upgrade.' => 'ãã®ããŒã«ã¯Movable Typeã®ã¢ããã°ã¬ãŒãæã«èªåäœæãããŸããã', 594 'Removing Dynamic Site Bootstrapper index template...' => 'Dynamic Site Bootstrapperãã³ãã¬ãŒããåé€ããŠããŸã...', 595 'User \'[_1]\' upgraded database to version [_2]' => '[_1]ãããŒã¿ããŒã¹ãã¢ããã°ã¬ãŒãããŸãã (ããŒãžã§ã³: [_2])', 596 'Plugin \'[_1]\' upgraded successfully to version [_2] (schema version [_3]).' => 'ãã©ã°ã€ã³([_1])ãããŒãžã§ã³ [_2](ã¹ããŒãããŒãžã§ã³: [_3])ã«ã¢ããã°ã¬ãŒãããŸããã', 597 'User \'[_1]\' upgraded plugin \'[_2]\' to version [_3] (schema version [_4]).' => '[_1]ããã©ã°ã€ã³([_2])ãããŒãžã§ã³ [_3](ã¹ããŒãããŒãžã§ã³: [_4])ã«ã¢ããã°ã¬ãŒãããŸããã', 598 'Plugin \'[_1]\' installed successfully.' => 'ãã©ã°ã€ã³([_1])ãã€ã³ã¹ããŒã«ããŸããã', 599 'User \'[_1]\' installed plugin \'[_2]\', version [_3] (schema version [_4]).' => '[_1]ããã©ã°ã€ã³([_2])ããŒãžã§ã³ [_3](ã¹ããŒãããŒãžã§ã³: [_4])ãã€ã³ã¹ããŒã«ããŸããã', 600 'Invalid ID given for personal weblog clone source ID.' => 'æ°ããäœæããããã°ã®è€è£œå 601 ã®ããã°IDãäžæ£ã§ãã', 602 'Create New Role' => 'ããŒã«ãæ°èŠäœæ', 603 'Role name cannot be blank.' => 'ããŒã«åã¯ç©ºçœã«ã¯ã§ããŸããã', 604 'Another role already exists by that name.' => 'ååã®ããŒã«ããã§ã«ååšããŸãã', 605 'You cannot define a role without permissions.' => 'æš©éã®ãªãããŒã«ã¯äœæã§ããŸããã', 606 'Weblog Administrator' => 'ããã°ç®¡çè 607 ', 608 'Can administer the weblog.' => 'ããã°ã管çã§ããŸãã', 609 'Designer' => 'ãã¶ã€ã', 610 'Can edit, manage and rebuild weblog templates.' => 'ããã°ã®ãã³ãã¬ãŒããç·šéãã管çããåæ§ç¯ã§ããŸãã', 611 'Editor' => 'ç·šéè 612 ', 613 'Can edit all entries/categories/tags on a weblog and rebuild.' => 'ããã°ã®ãã¹ãŠã®ãšã³ããªãã«ããŽãªãã¿ã°ãç·šéããåæ§ç¯ã§ããŸãã', 614 'Editor (can upload)' => 'ç·šéè 615 ïŒã¢ããããŒãïŒ', 616 'Can upload files, edit all entries/categories/tags on a weblog and rebuild.' => 'ããã°ã«ãã¡ã€ã«ãã¢ããããŒããããã¹ãŠã®ãšã³ããªãã«ããŽãªãã¿ã°ãç·šéããåæ§ç¯ã§ããŸãã', 617 'Publisher' => 'çºè¡äºº', 618 'Can upload files, edit all entries/categories/tags on a weblog, rebuild and send notifications.' => 'ããã°ã«ãã¡ã€ã«ãã¢ããããŒããããã¹ãŠã®ãšã³ããªãã«ããŽãªãã¿ã°ãç·šéããåæ§ç¯ããéç¥ãéä¿¡ã§ããŸãã', 619 'Writer' => 'æçš¿è 620 ', 621 'Can create entries and edit their own.' => 'ããã°ã®ãšã³ããªãŒãäœæããèªåã®ãšã³ããªãŒãç·šéã§ããŸãã', 622 'Writer (can upload)' => 'æçš¿è 623 ïŒã¢ããããŒãïŒ', 624 'Can create entries, edit their own and upload files.' => 'ããã°ã«ãã¡ã€ã«ãã¢ããããŒããããšã³ããªãŒãäœæããèªåã®ãšã³ããªãŒãç·šéã§ããŸãã', 625 533 626 ## lib/MT/Callback.pm 534 627 ## lib/MT/ConfigMgr.pm.pre … … 536 629 'Config directive [_1] without value at [_2] line [_3]' => 'ç°å¢å€æ°ã[_1]ããæªèšå®ã§ãã(ãã¡ã€ã«: [_2])ã[_3]è¡ç®)', 537 630 'No such config variable \'[_1]\'' => 'ã[_1]ããšããèšå®å€æ°ã¯ãããŸãã', 631 'Alias for [_1] is looping in the configuration.' => '[_1]ã§Aliasèšå®ã埪ç°ããŠããŸãã', 538 632 ## lib/MT/Template.pm 539 633 'Parse error in template \'[_1]\': [_2]' => 'ãã³ãã¬ãŒãã[_1]ãã«è§£æãšã©ãŒãçºçããŸãã: [_2]', … … 553 647 'The following tasks were run:' => '以äžã®ã¿ã¹ã¯ãå®è¡ãããŸãã:', 554 648 ## lib/MT/Blog.pm 649 'Cloned blog... new id is [_1].' => 'ããã°ãè€è£œããŸãããæ°ããIDã¯[_1]ã§ãã', 650 '[_1] records processed...' => '[_1]ä»¶ã®ããŒã¿ãåŠçããŸãã...', 651 '[_1] records processed.' => '[_1]ä»¶ã®ããŒã¿ãåŠçããŸããã', 652 'Cloning entries for weblog...' => 'ããã°ã®ãšã³ããªãŒãè€è£œããŠããŸã...', 653 'Cloning categories for weblog...' => 'ããã°ã®ã«ããŽãªãŒãè€è£œããŠããŸã...', 654 'Cloning entry placements for weblog...' => 'ããã°ã®ã«ããŽãªãŒãšãšã³ããªãŒã®é¢é£ä»ããè€è£œããŠããŸã...', 655 'Cloning comments for weblog...' => 'ããã°ã®ã³ã¡ã³ããè€è£œããŠããŸã...', 656 'Cloning TrackBacks for weblog...' => 'ããã°ã®ãã©ãã¯ããã¯ãè€è£œããŠããŸã...', 657 'Cloning templates for weblog...' => 'ããã°ã®ãã³ãã¬ãŒããè€è£œããŠããŸã...', 658 'Cloning permissions for weblog:' => 'ããã°ã®æš©éãè€è£œããŠããŸã:', 659 'Cloning associations for weblog:' => 'ããã°ã®é¢é£ä»ããè€è£œããŠããŸã:', 660 'Cloning entry tags for weblog...' => 'ããã°ã®ãšã³ããªãŒã»ã¿ã°ãè€è£œããŠããŸã...', 661 'Cloning TrackBack pings for weblog...' => 'ããã°ã®éä¿¡ãã©ãã¯ããã¯ãè€è£œããŠããŸã...', 662 'Cloning template maps for weblog...' => 'ããã°ã®ãã³ãã¬ãŒãã»ãããã³ã°ãè€è£œããŠããŸã...', 663 555 664 ## lib/MT/Placement.pm 556 665 ## lib/MT/PluginData.pm 557 666 ## lib/MT/AtomServer.pm 558 667 ## lib/MT/Author.pm 559 'Can\'t approve/ban non-COMMENTER author' => 'æ¿èª/çŠæ¢ã¯ã³ã¡ã³ãæçš¿è668 'Can\'t approve/ban non-COMMENTER user' => 'æ¿èª/çŠæ¢ã¯ã³ã¡ã³ãæçš¿è 560 669 ã«ããèšå®ã§ããŸããã', 561 670 'The approval could not be committed: [_1]' => 'æš©éã®ä¿åã«å€±æããŸãã: [_1]', … … 573 682 'The file you uploaded is too large.' => 'ã¢ããããŒãããããšãããã¡ã€ã«ã®ãµã€ãºã倧ãéããŸãã', 574 683 'Unknown action [_1]' => 'ã[_1]ãã¯ã§ããŸããã', 684 'Warnings and Log Messages' => 'èŠåãšãã°ã¡ãã»ãŒãž', 575 685 ## lib/MT/Util.pm 576 686 'Less than 1 minute from now' => '1åä»¥å … … 682 792 'Invalid author_id' => 'æçš¿è 683 793 IDã®èšå®ã«èª€ãããããŸãã', 684 'Invalid authorname \'[_1]\' in password recovery attempt' => 'ãã¹ã¯ãŒãã®åèšå®ãã§ããŸããããã°ã€ã³å([_1])ã誀ã£ãŠããŸãã',685 ' Author name or birthplace is incorrect.' => 'ãã°ã€ã³åãŸãã¯ãã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãºãæ£ãããããŸããã',686 ' Author has not set birthplace; cannot recover password' => 'ãã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãºãèšå®ãããŠããªãã®ã§ããã¹ã¯ãŒãã®åèšå®ãã§ããŸãã',794 'Invalid username \'[_1]\' in password recovery attempt' => 'ãã¹ã¯ãŒãã®åèšå®ãã§ããŸããããã°ã€ã³å([_1])ã誀ã£ãŠããŸãã', 795 'User name or birthplace is incorrect.' => 'ãã°ã€ã³åãŸãã¯ãã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãºãæ£ãããããŸããã', 796 'User has not set birthplace; cannot recover password' => 'ãã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãºãèšå®ãããŠããªãã®ã§ããã¹ã¯ãŒãã®åèšå®ãã§ããŸãã', 687 797 'Invalid attempt to recover password (used birthplace \'[_1]\')' => 'ãã¹ã¯ãŒãã®åèšå®ãã§ããŸããããã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãº([_1])ã誀ã£ãŠããŸãã', 688 ' Author does not have email address' => 'ã¡ãŒã«ã¢ãã¬ã¹ãç»é²ãããŠããŸãã',689 'Password was reset for author \'[_1]\' (user #[_2]). Password was sent to the following address: [_3]' => 'ã[_1] (ID: [_2])ãã®ãã¹ã¯ãŒããåèšå®ãã[_3]å®ã«ã¡ãŒã«ãéããŸããã',798 'User does not have email address' => 'ã¡ãŒã«ã¢ãã¬ã¹ãç»é²ãããŠããŸãã', 799 'Password was reset for user \'[_1]\' (user #[_2]). Password was sent to the following address: [_3]' => 'ã[_1] (ID: [_2])ãã®ãã¹ã¯ãŒããåèšå®ãã[_3]å®ã«ã¡ãŒã«ãéããŸããã', 690 800 "Password was reset for user '[_1]' (ID:[_2]) and sent to address: [_3]" => 'ã[_1] (ID: [_2])ãã®ãã¹ã¯ãŒããåèšå®ãã[_3]å®ã«ã¡ãŒã«ãéããŸããã', 691 801 'Error sending mail ([_1]); please fix the problem, then try again to recover your password.' => 'ã¡ãŒã«éä¿¡ã®ãšã©ãŒ ([_1]) ãçºçããŸãããã¡ãŒã«ã®èšå®ã確èªããŠãããããäžåºŠè©ŠããŠãã ããã', 692 802 'Invalid type' => 'ç¡å¹ãªã¿ã€ã', 803 'Invalid request.' => 'ãªã¯ãšã¹ããäžæ£ã§ãã', 804 'Assets' => 'ã¢ã€ãã ', 805 'Search Assets' => 'ã¢ã€ãã ã®æ€çŽ¢', 806 'Invalid user id' => 'ãŠãŒã¶ãŒIDãäžæ£ã§ãã', 807 'Users' => 'ãŠãŒã¶ãŒ', 808 'User Roles' => 'ãŠãŒã¶ãŒã®ããŒã«', 809 'Roles' => 'ããŒã«', 810 'User Associations' => 'ãŠãŒã¶ãŒã®é¢é£ä»ã', 811 'Role Users' => 'ããŒã«ã®ãŠãŒã¶ãŒ', 812 'Associations' => 'é¢é£ä»ã', 813 '(Custom)' => '(ã«ã¹ã¿ã )', 693 814 'tags' => 'ã¿ã°', 694 815 'No such tag' => 'ã¿ã°ãèŠã€ãããŸããã', … … 700 821 'Weblog Activity Feed' => 'ããã°ã®ãã°', 701 822 'Weblogs' => 'ããã°', 702 '(author deleted)' => '(åé€ãããŸãã)', 703 'authors' => 'æçš¿è 704 ', 705 'Authors' => 'æçš¿è 706 ', 823 '(user deleted)' => '(åé€ãããŸãã)', 824 'users' => 'ãŠãŒã¶ãŒ', 707 825 'QuickPost' => 'ã¯ã€ãã¯æçš¿', 708 826 'Permission denied.' => 'æš©éããããŸããã', … … 742 860 'New Weblog' => 'æ°èŠããã°', 743 861 'Select' => 'éžæ', 744 'Create New Author' => 'æçš¿è 745 ãæ°èŠç»é²', 746 'Author requires username' => 'ãã°ã€ã³åãå 862 'Create New User' => 'ãŠãŒã¶ãŒãæ°èŠç»é²', 863 'User requires username' => 'ãã°ã€ã³åãå 747 864 ¥åãããŠããŸããã', 748 ' Author requires password' => 'ãã¹ã¯ãŒããå865 'User requires password' => 'ãã¹ã¯ãŒããå 749 866 ¥åãããŠããŸããã', 750 ' Author requires password recovery word/phrase' => 'ãã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãºãå867 'User requires password recovery word/phrase' => 'ãã¹ã¯ãŒãåèšå®çšã®ãã¬ãŒãºãå 751 868 ¥åãããŠããŸãã', 752 869 'Email Address is required for password recovery' => 'ã¡ãŒã«ã¢ãã¬ã¹ã¯ããã¹ã¯ãŒããåèšå®ããããã«å¿ … … 806 923 'Tags \'[_1]\' (tags #[_2]) deleted by \'[_3]\' (user #[_4])' => '[_3](ID: [_4])ãã¿ã°ãåé€ããŸãã: [_1]', 807 924 "Tag '[_1]' (ID:[_2]) deleted by '[_3]'" => '[_3]ãã¿ã°ã[_1]ã(ID: [_2])ãåé€ããŸããã', 925 'Asset \'[_1]\' created by \'[_2]\'' => '[_2]ãã¢ã€ãã ã[_1]ããäœæããŸããã', 926 'Asset \'[_1]\' (ID:[_2]) deleted by \'[_3]\'' => '[_3]ãã¢ã€ãã ã[_1]ã(ID: [_2])ãåé€ããŸããã', 927 'Permisison denied.' => 'æš©éããããŸããã', 928 'Permission denied: [_1]' => 'æš©éããããŸãã: [_1]', 929 'The Template Name and Output File fields are required.' => '', 808 930 'Passwords do not match.' => 'å 809 931 ¥åãããã¹ã¯ãŒããäžèŽããŸããã', … … 865 987 ', 866 988 'Comment Activity Feed' => 'ã³ã¡ã³ãã»ãã°ã»ãã£ãŒã', 989 'Orphaned' => 'é¢é£ãªã', 867 990 'Orphaned comment' => 'ã³ã¡ã³ãã«é¢ãããšã³ããªãŒããããŸãã', 868 991 'Plugins' => 'ãã©ã°ã€ã³', … … 937 1060 'No entry ID provided' => 'æå®ãããšã³ããªãŒIDã®ãšã³ããªãŒãèŠã€ãããŸããã', 938 1061 'No such entry \'[_1]\'' => 'ã[_1]ããšãããšã³ããªãŒã¯ãããŸãã', 939 'No email address for author \'[_1]\'' => 'æçš¿è 940 ã[_1]ãã«ã¯ã¡ãŒã«ã¢ãã¬ã¹ãèšå®ãããŠããŸãã', 1062 'No email address for user \'[_1]\'' => 'ãŠãŒã¶ãŒã[_1]ãã«ã¯ã¡ãŒã«ã¢ãã¬ã¹ãèšå®ãããŠããŸãã', 941 1063 'No valid recipients found for the entry notification.' => 'ãšã³ããªãŒã®éç¥å 942 1064 ããããŸããã', … … 965 1087 'You do not have export permissions' => 'æžãåºãã«é¢ããæš©éããããŸããã', 966 1088 'You do not have import permissions' => 'èªã¿èŸŒã¿ã«é¢ããæš©éããããŸããã', 967 'You do not have permission to create authors' => 'æçš¿è 968 ãäœæããæš©éããããŸããã', 1089 'You do not have permission to create users' => 'ãŠãŒã¶ãŒãäœæããæš©éããããŸããã', 969 1090 "You need to provide a password if you are going to\ncreate new authors for each author listed in your blog.\n" => "ããã°ã«åæçš¿è 970 1091 ã远å ããããã«ã¯ããã¹ã¯ãŒããæå®ããå¿ … … 999 1120 'No email specified in user profile. Please see your system administrator for password recovery.' => 'ã¡ãŒã«ã¢ãã¬ã¹ãç»é²ãããŠããŸãããã·ã¹ãã 管çè 1000 1121 ã«çžè«ããŠãã ããã', 1122 'Can\'t load blog #[_1].' => 'ããã°(ID: [_1])ãããŒãã§ããŸããã', 1123 'Before you can upload a file, you need to publish your weblog.' => 'ããã°ã®å 1124 ¬éèšå®ãããªããšãã¡ã€ã«ãã¢ããããŒãã§ããŸããã', 1125 'Error saving asset: [_1]' => 'ã¢ã€ãã ãä¿åã§ããŸããã§ãã: [_1]', 1126 'Select Weblogs' => 'ããã°ãéžæ', 1127 'Weblogs Selected' => 'éžæãããããã°', 1128 'Type a weblog name to filter the choices below.' => 'ããã°åãå 1129 ¥åããŠãã£ã«ã¿ãªã³ã°ããŸãã', 1130 'Select Users' => 'ãŠãŒã¶ãŒãéžæ', 1131 'Users Selected' => 'éžæããããŠãŒã¶ãŒ', 1132 'Type a username to filter the choices below.' => 'ãŠãŒã¶ãŒåãå 1133 ¥åããŠãã£ã«ã¿ãªã³ã°: ', 1134 'Select Roles' => 'ããŒã«ãéžæ', 1135 'Role Name' => 'ããŒã«å', 1136 'Roles Selected' => 'éžæãããããŒã«', 1137 'Create an Association' => 'é¢é£ä»ããæ°èŠäœæ', 1138 'Backup & Restore' => 'ããã¯ã¢ãã/埩å 1139 ', 1140 'You must select what you want to backup.' => 'ããã¯ã¢ããã®å¯Ÿè±¡ãéžæããŠãã ããã', 1141 '[_1] is not a number.' => '[_1]ã¯æ°å€ã§ã¯ãããŸããã', 1142 'Choose weblogs to backup.' => 'ããã¯ã¢ããããããã°ãéžæããŠãã ããã', 1143 'Archive::Tar is required to archive in tar.gz format.' => 'tar.gz圢åŒã§å§çž®ããã«ã¯Archive::Tarãå¿ 1144 èŠã§ãã', 1145 'IO::Compress::Gzip is required to archive in tar.gz format.' => 'tar.gz圢åŒã§å§çž®ããã«ã¯IO::Compress::Gzipãå¿ 1146 èŠã§ãã', 1147 'Archive::Zip is required to archive in zip format.' => 'zip圢åŒã§å§çž®ããã«ã¯Archive::Zipãå¿ 1148 èŠã§ãã', 1149 'Backup' => 'ããã¯ã¢ãã', 1150 'Specified file was not found.' => 'æå®ããããã¡ã€ã«ãèŠã€ãããŸããã', 1151 'Restore' => '埩å 1152 ', 1153 'Uploaded file was invalid: [_1]' => 'ã¢ããããŒãããããã¡ã€ã«ãäžæ£ã§ã: [_1]', 1154 'Upload manifest file via the other form.' => 'ãããã§ã¹ããã¡ã€ã«ã¯å¥ã®ãã©ãŒã ããã¢ããããŒãããŠãã ããã', 1155 'Please use xml, tar.gz, zip, or manifest as a file extension.' => 'ãã¡ã€ã«ã®æ¡åŒµåãxmlãtar.gzãzipãmanifestã®ã©ããã«ããŠãã ããã', 1156 'Some [_1] were not restored because their parent objects were not restored.' => 'ããã€ãã®[_1]ã埩å 1157 ãããŸããã§ããã芪ãªããžã§ã¯ããèŠã€ãããŸããã§ããã', 1158 'Some objects were not restored because their parent objects were not restored. Detailed information is in the <a href="[_1]">activity log</a>.' => '芪ãªããžã§ã¯ããèŠã€ãããªãã®ã§åŸ©å 1159 ã§ããªãã£ããªããžã§ã¯ãããããŸãã詳现ã¯<a href="[_1]">ãã°</a>ãåç 1160 §ããŠãã ããã', 1161 'Successfully restored objects to Movable Type system by user \'[_1]\'' => 'ãŠãŒã¶ãŒã[_1]ããMovable Typeã·ã¹ãã ã®ãªããžã§ã¯ãã埩å 1162 ããŸããã', 1163 '[_1] is not a directory.' => '[_1]ã¯ãã£ã¬ã¯ããªã§ã¯ãããŸããã', 1164 'MT::Asset#[_1]: ' => 'MT::Asset#[_1]: ', 1165 'Some of the actual files for assets could not be restored.' => 'ã¢ã€ãã ã®å®éã®ãã¡ã€ã«ãããã€ã埩å 1166 ã§ããŸããã§ããã', 1167 'No manifest file was uploaded.' => 'ãããã§ã¹ãã»ãã¡ã€ã«ãã¢ããããŒããããŸããã§ããã', 1168 'Please upload [_1] in this page.' => 'ãã®ããŒãžã§ã¯[_1]ãã¢ããããŒãããŠãã ããã', 1169 'File was not uploaded.' => 'ãã¡ã€ã«ãã¢ããããŒããããŸããã§ããã', 1170 'Restoring an actual file for an asset failed: [_1]' => 'ã¢ã€ãã ã®å®éã®ãã¡ã€ã«ã埩å 1171 ã§ããŸããã§ãã] [_1]', 1172 'Some objects were not restored because their parent objects were not restored.' => '芪ãªããžã§ã¯ããèŠã€ãããªãã®ã§åŸ©å 1173 ã§ããªãã£ããªããžã§ã¯ãããããŸãã', 1174 'Detailed information is in the <a href=\'javascript:void(0)\' onclick=\'closeDialog(\"[_1]\")\'>activity log</a>.' => '詳现ã¯<a href=\'javascript:void(0)\' onclick=\'closeDialog(\"[_1]\")\'>ãã°</a>ãåç 1175 §ããŠãã ããã', 1176 '[_1] has canceled the multiple files restore operation prematurely.' => '[_1]ãè€æ°ãã¡ã€ã«ã®åŸ©å 1177 åŠçãéäžã§åŒ·å¶çµäºããŸããã', 1178 'Select Weblog' => 'ããã°ãéžæ', 1179 'Selected Weblog' => 'éžæãããããã°', 1180 1181 ## lib/MT/Asset.pm 1182 'File' => 'ãã¡ã€ã«', 1183 'Location' => 'å Žæ', 1001 1184 1002 1185 ## lib/MT/App/Search.pm … … 1073 1256 'You failed to validate your password.' => 'æå¹ãªãã¹ã¯ãŒãã§ã¯ãããŸããã', 1074 1257 'You failed to supply a password.' => 'ãã¹ã¯ãŒããæå®ãããŠããŸããã', 1075 "User '[_1]' upgraded database to version [_2]" => '[_1]ãããŒã¿ããŒã¹ãã¢ããã°ã¬ãŒãããŸãã (ããŒãžã§ã³: [_2])',1076 1258 'Invalid session.' => 'ããŒã¿ããŒã¹ã®ããŒãžã§ã³ã«èª€ãããããŸã', 1077 1259 'No permissions. Please contact your administrator for upgrading Movable Type.' => 'æš©éããããŸããã管çè … … 1164 1346 ## mt-static/js/tc/mixer/tagmatch.js 1165 1347 ## mt-static/js/tc/mixer/display.js 1348 ## mt-static/js/assetdetail.js 1349 'No Preview Available' => 'ãã¬ãã¥ãŒã§ããŸãã', 1350 'Click to see uploaded file.' => 'ã¢ããããŒãããããã¡ã€ã«ã衚瀺', 1351 ## mt-static/js/dialog.js 1352 '(None)' => '(ãªã)', 1166 1353 ## mt-static/js/tc/tagcomplete.js 1167 1354 ## mt-static/js/tc/json.js … … 1198 1385 'Are you sure you want to delete the [_1] selected [_2]?' => '[_1]ä»¶ã®[_2]ãåé€ããŠããããã§ãã?', 1199 1386 'to delete' => 'åé€', 1387 'to remove' => 'åé€', 1388 'to enable' => 'æå¹', 1389 'to disable' => 'ç¡å¹', 1200 1390 'You did not select any [_1] [_2].' => '[_2]ãã[_1]ãéžæãããŠããŸããã', 1201 1391 'You must select an action.' => 'ãã«ããŠã³ã»ã¡ãã¥ãŒããéžæããŠãã ããã', … … 1208 1398 '_BLOG_CONFIG_MODE_BASIC' => 'åºæ¬ã¢ãŒã', 1209 1399 '_BLOG_CONFIG_MODE_DETAIL' => '詳现ã¢ãŒã', 1400 'enable' => 'æå¹ã«', 1401 'disable' => 'ç¡å¹ã«', 1402 'Showing' => '衚瀺件æ°', 1403 'delete' => 'åé€', 1404 'remove' => 'åé€', 1405 'You did not select any [_1] to [_2].' => '[_1]ãã[_2]ãéžæãããŠããŸããã', 1406 'Are you certain you want to remove this role? By doing so you will be taking away the permissions currently assigned to any users associated with this role.' => 'ãã®ããŒã«ãæ¬åœã«åé€ããŠãããããã§ãã? åé€ãããšãã®ããŒã«ãéããŠé¢é£ä»ããããŠãããŠãŒã¶ãŒããæš©éãå¥å¥ªããããšã«ãªããŸãã', 1407 'Are you certain you want to remove these [_1] roles? By doing so you will be taking away the permissions currently assigned to any users associated with these roles.' => 'ããŒã«ãæ¬åœã«åé€ããŠãããããã§ãã? åé€ãããšãããã®ããŒã«ãéããŠé¢é£ä»ããããŠãããŠãŒã¶ãŒããæš©éãå¥å¥ªããããšã«ãªããŸãã', 1408 'Are you sure you want to [_2] this [_1]?' => 'ãã®[_1]ã[_2]ããŠããããã§ãã?', 1409 'Are you sure you want to [_3] the [_1] selected [_2]?' => '[_1]ä»¶ã®[_2]ã[_3]ããŠããããã§ãã?', 1410 'You can only act upon a minimum of [_1] [_2].' => 'æäœã§ã[_1]ãéžæããŠãã ããã', 1411 'You can only act upon a maximum of [_1] [_2].' => 'æå€§ã§[_1]ä»¶ããéžæã§ããŸããã', 1412 'Loading...' => 'ããŒãäž...', 1413 'Showing: [_1] – [_2] of [_3]' => '衚瀺件æ°: [_1] – [_2] / [_3]', 1414 'Showing: [_1] – [_2]' => '衚瀺件æ°: [_1] – [_2]', 1210 1415 ## mt-static/plugins/WidgetManager/js/app.js 1211 1416 ## php/lib/function.MTGetVar.php … … 1666 1871 'Skipping template \'[_1]\' since it appears to be a custom template.' => 'ã«ã¹ã¿ã ã»ãã³ãã¬ãŒãã®ããæŽæ°ããŸãã: [_1]', 1667 1872 'Refresh Template(s)' => 'ãã³ãã¬ãŒããåæåãã', 1668 ## - 1873 1874 ## plugins/Cloner/cloner.pl 1875 'Clone Weblog' => 'ããã°ãè€è£œãã', 1876 'No weblog was selected to clone.' => 'è€è£œããããã°ãéžæãããŠããŸããã', 1877 'This action can only be run for a single weblog at a time.' => 'ãã®åäœã¯1床ã«1ã€ã®ããã°ã«å¯ŸããŠã®ã¿è¡ããŸãã', 1878 'Invalid blog_id' => 'ããã°IDãäžæ£ã§ãã', 1879 'Clones a weblog and all of its contents.' => 'ããã°ãšãã®ãã¹ãŠã®ã³ã³ãã³ããè€è£œããŸãã', 1880 'Cloning Weblog' => 'ããã°ã®è€è£œ', 1881 'Finished! You can <a href=\'[_1]\'>return to the weblogs listing</a> or <a href=\'[_2]\'>view the new weblog</a>.' => 'å®äºããŸããã<a href=\'[_1]\'>ããã°ã®äžèŠ§ã«æ»ã</a>ããŸãã¯<a href=\'[_2]\'>æ°ããããã°</a>ãèŠãããšãã§ããŸãã', 1882 'If you want to change the SitePath and SiteURL, <a href=\'[_1]\'>click here</a>.' => 'äœæãããããã°ã®ãµã€ãã»ãã¹ãšãµã€ãURLã倿Žãããå Žåã¯<a href=\'[_1]\'>ãã¡ã</a>ã', 1883 'Finished! You can <a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">return to the weblogs listing</a> or <a href="javascript:void(0);" onclick="closeDialog(\'[_2]\');">configure the Site root and URL of the new weblog</a>.' => 'å®äºããŸããã<a href="javascript:void(0);" onclick="closeDialog(\'[_1]\');">ããã°ã®äžèŠ§ã«æ»ã</a>ãããŸãã¯<a href="javascript:void(0);" onclick="closeDialog(\'[_2]\');">æ°ããããã°ã®ãµã€ãã»ãã¹ãšãµã€ãURLãèšå®</a>ã§ããŸãã', 1884 1669 1885 ## search_templates/results_feed_rss2.tmpl 1670 1886 ## search_templates/results_feed.tmpl … … 1690 1906 'Blog Search Results' => 'Blog Search: çµæ', 1691 1907 'Blog search' => 'Blog Search', 1692 "Entries from [_1] tagged with '[_2]'"=> '[_1]ã§ã¿ã° [_2] ãæå®ãããŠãããšã³ããªãŒ',1908 'Entries from [_1] tagged with \'[_2]\'' => '[_1]ã§ã¿ã° [_2] ãæå®ãããŠãããšã³ããªãŒ', 1693 1909 'Posted <MTIfNonEmpty tag="EntryAuthorDisplayName">by [_1] </MTIfNonEmpty>on [_2]' => '<MTIfNonEmpty tag="EntryAuthorDisplayName">æçš¿è 1694 1910 : [_1] </MTIfNonEmpty>æ¥æ: [_2]', … … 1742 1958 ## tmpl/feeds/feed_chrome.tmpl 1743 1959 ## tmpl/wizard/optional.tmpl 1744 'Step 3 of 3' => 'ã¹ããã 3/3', 1960 1745 1961 'Mail Configuration' => 'ã¡ãŒã«ã®èšå®', 1746 1962 "You can configure you mail settings from here, or you can complete the configuration wizard by clicking 'Continue'." => 'ã¡ãŒã«ã®èšå®ãããŸããç¹ã«èšå®ã¯äžèŠãªå Žåã¯æ¬¡ãžé²ãããšãã§ããŸãã', … … 1795 2011 1796 2012 ## tmpl/wizard/configure.tmpl 1797 'Step 2 of 3' => 'ã¹ããã 2/3', 2013 1798 2014 'Database Configuration' => 'ããŒã¿ããŒã¹ã®æ§æ', 1799 2015 "Your database configuration is complete. Click 'Continue' below to configure your temporary directory settings." => 'ããŒã¿ããŒã¹èšå®ãå®äºããŸãããæ¬¡ãžãã¿ã³ãã¯ãªãã¯ããŠãã³ãã©ãªãã£ã¬ã¯ããªã®èšå®ãããŠãã ããã', … … 1828 2044 ¥åãããŠããŸããã', 1829 2045 ## tmpl/wizard/packages.tmpl 1830 'Step 1 of 3' => 'ã¹ããã 1/3',1831 2046 'Requirements Check' => 'å¿ 1832 2047 é èŠä»¶ã®ç¢ºèª', … … 1888 2103 ## tmpl/cms/recover_password_result.tmpl 1889 2104 'Recover Passwords' => 'ãã¹ã¯ãŒãã®åèšå®', 1890 'No authors were selected to process.' => 'æçš¿è 1891 ãéžæãããŠããŸããã', 2105 'No users were selected to process.' => 'ãŠãŒã¶ãŒãéžæãããŠããŸããã', 1892 2106 ## tmpl/cms/edit_profile.tmpl 1893 2107 '_WARNING_PASSWORD_RESET_SINGLE' => '[_1]ã®ãã¹ã¯ãŒããåèšå®ããããšããŠããŸãããã¹ã¯ãŒãã¯ã©ã³ãã ã«çæãããçŽæ¥ã¡ãŒã«ã¢ãã¬ã¹ïŒ[_2]ïŒã«éãããŸããå®è¡ããŸããïŒ', … … 1897 2111 ã®ããã°ã«ã€ããŠã[_1]ãã«ã¢ã¯ã»ã¹æš©éãäžãããããã¯ã¹ã«ãã§ãã¯ãå 1898 2112 ¥ããŠãã ããã', 2113 'User Profile' => 'ãŠãŒã¶ãŒã®ãããã£ãŒã«', 2114 '_GENL_USAGE_PROFILE' => 'ãŠãŒã¶ãŒã®ãããã£ãŒã«ãç·šéããŸãããã°ã€ã³åããã¹ã¯ãŒããç·šéããããšãã«ã¯ããã°ã€ã³æš©éã¯èªåçã«æŽæ°ãããŸãã倿ŽåŸãå床ãã°ã€ã³ããå¿ 2115 èŠã¯ãããŸããã', 1899 2116 'Profile' => 'ãããã£ãŒã«', 1900 2117 'Permissions' => 'æš©é', … … 1918 2135 'The URL of this author\'s website. (Optional)' => 'ãã®æçš¿è 1919 2136 ã®ãŠã§ããµã€ãã®URLã§ãïŒãªãã·ã§ã³ïŒã', 1920 'Language :' => '䜿çšèšèª: ',2137 'Language' => '䜿çšèšèª: ', 1921 2138 'The author\'s preferred language.' => 'ãã®æçš¿è 1922 2139 ãéžæããã衚瀺çšã®èšèªã§ãã', … … 1925 2142 ã®æš©éãä¿å (S)', 1926 2143 '_USAGE_PASSWORD_RESET' => 'ãã®ãŠãŒã¶ãŒã®ãã¹ã¯ãŒããåèšå®ããããã»ã¹ãéå§ã§ããŸãããã®ããã»ã¹ã§ã¯ãæ°ããã©ã³ãã ã«çæããããã¹ã¯ãŒãããŠãŒã¶ãŒã®ã¡ãŒã«ã¢ãã¬ã¹ïŒ[_1]ïŒã«çŽæ¥éä¿¡ãããŸãã', 2144 '_USER_ENABLED' => 'æå¹', 2145 '_USER_DISABLED' => 'ç¡å¹', 2146 'Status of user in the system. Disabling a user removes their access to the system but preserves their content and history.' => 'ã·ã¹ãã äžã§ã®ãŠãŒã¶ãŒã®ç¶æ 2147 ãç¡å¹ã«ãããšãã°ã€ã³ã§ããªããªããŸãã', 2148 'Save profile for this user (s)' => 'ãã®ãŠãŒã¶ãŒã®ãããã£ãŒã«ãä¿å (S)', 2149 ## tmpl/cms/cfg_system_general.tmpl 2150 'You must set a valid Default Site URL.' => 'æ¢å®ã®ãµã€ãURLãæ£ããèšå®ããŠãã ããã', 2151 'You must set a valid Default Site Root.' => 'æ¢å®ã®ãµã€ãã»ãã¹ãæ£ããèšå®ããŠãã ããã', 2152 'This screen allows you to set system-wide new user defaults.' => 'ã·ã¹ãã å 2153 šäœã§ã®æ°ãããŠãŒã¶ãŒã®æ¢å®å€ãèšå®ã§ããŸãã', 2154 'New User Defaults' => 'æ°ãããŠãŒã¶ãŒã®æ¢å®å€', 2155 'Default Site URL' => 'æ¢å®ã®ãµã€ãURL', 2156 'Define the default site URL for new weblogs. This URL will be appended with a unique identifier for the weblog.' => 'æ°ããããã°ã®ãµã€ãURLã®æ¢å®å€ã§ãããã®URLã«ããã°ããšã«ãŠããŒã¯ãªèå¥åã远å ãããŸãã', 2157 'Default Site Root' => 'æ¢å®ã®ãµã€ãã»ãã¹', 2158 'Define the default site root for new weblogs. This path will be appended with a unique identifier for the weblog.' => 'æ°ããããã°ã®ãµã€ãã»ãã¹ã®æ¢å®å€ã§ãããã®ãã¹ã«ããã°ããšã«ãŠããŒã¯ãªèå¥åã远å ãããŸãã', 2159 'Default User Language' => 'ãŠãŒã¶ãŒã®æ¢å®ã®èšèª', 2160 'Define the default language to apply to all new users.' => 'ãŠãŒã¶ãŒã«æ¢å®ã§èšå®ãããèšèªãæå®ããŸãã', 2161 'Default Timezone:' => 'æ¢å®ã®ã¿ã€ã ãŸãŒã³', 2162 'Default Tag Delimiter:' => 'æ¢å®ã®ã¿ã°åºåã', 2163 'Define the default delimiter for entering tags.' => 'ã¿ã°ãå 2164 ¥åãããšãã«äœ¿ãåºåãèšå·ã®æ¢å®å€ãæå®ããŸãã', 1927 2165 ## tmpl/cms/template_actions.tmpl 1928 2166 'Delete' => 'åé€', … … 2142 2380 'Bigger' => '倧ãã', 2143 2381 'Smaller' => 'å°ãã', 2382 'Insert Image' => 'ç»åãæ¿å 2383 ¥', 2384 'Insert File' => 'ãã¡ã€ã«ãæ¿å 2385 ¥', 2144 2386 'Extended Entry' => 'è¿œèš (more)', 2145 2387 'Keywords' => 'ããŒã¯ãŒã', … … 2190 2432 'Send entry notification' => 'ãšã³ããªãŒã®éç¥ãéä¿¡ãã', 2191 2433 'Send notification (n)' => 'éç¥ã®éä¿¡ (N)', 2434 'Click on a comment to edit it. To perform any other action, check the checkbox of one or more comments and click the appropriate button or select a choice of actions from the dropdown to the right.' => 'ã³ã¡ã³ããã¯ãªãã¯ããŠç·šéã§ããŸãããã®ä»ã®æäœãè¡ãã«ã¯å¯Ÿè±¡ãšãªãã³ã¡ã³ãã®ãã§ãã¯ããã¯ã¹ããªã³ã«ããŠãã¿ã³ãã¯ãªãã¯ããããå³åŽã®ãã«ããŠã³ããã¢ã¯ã·ã§ã³ãéžæããŸãã', 2435 'Click on a Trackback to edit it. To perform any other action, check the checkbox of one or more Trackbacks and click the appropriate button or select a choice of actions from the dropdown to the right.' => 'ãã©ãã¯ããã¯ãã¯ãªãã¯ããŠç·šéã§ããŸãããã®ä»ã®æäœãè¡ãã«ã¯å¯Ÿè±¡ãšãªããã©ãã¯ããã¯ã®ãã§ãã¯ããã¯ã¹ããªã³ã«ããŠãã¿ã³ãã¯ãªãã¯ããããå³åŽã®ãã«ããŠã³ããã¢ã¯ã·ã§ã³ãéžæããŸãã', 2192 2436 ## tmpl/cms/template_table.tmpl 2193 2437 'Template Name' => 'ãã³ãã¬ãŒãå', … … 2204 2448 'Only show scheduled entries' => 'æå®æ¥å 2205 2449 ¬éã®ãšã³ããªãŒã衚瀺ãã', 2450 ## tmpl/cms/asset_image_options.tmpl 2451 'Display Image in Entry' => 'ç»åããšã³ããªãŒã«è¡šç€º', 2452 'Alignment' => 'é 2453 眮', 2454 'Align Image Left' => 'ç»åãå·ŠåŽã«é 2455 眮', 2456 'Left' => 'å·Š', 2457 'Align Image Center' => 'ç»åãäžå€®ã«é 2458 眮', 2459 'Center' => 'äžå€®', 2460 'Align Image Right' => 'ç»åãå³åŽã«é 2461 眮', 2462 'Right' => 'å³', 2463 'Create Thumbnail' => 'ãµã ããŒã«ç»åã®äœæ', 2464 'Width' => 'å¹ 2465 ', 2466 'Link image to full-size version in a popup window.' => 'ãããã¢ããã»ãŠã£ã³ããŠã®ç»åããªãªãžãã«ã®ç»åã«ãªã³ã¯', 2467 'Remember these se
