Changeset 2763
- Timestamp:
- 07/14/08 02:35:56 (2 months ago)
- Files:
-
- branches/release-41/lib/MT/L10N/ja.pm (modified) (5 diffs)
- branches/release-41/plugins/WXRImporter/lib/WXRImporter/L10N/ja.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-41/lib/MT/L10N/ja.pm
r2714 r2763 16 16 17 17 %Lexicon = ( 18 19 18 20 19 ## php/mt.php … … 263 262 '[_1] ([_2])' => '[_1] ([_2])', 264 263 264 ## default_templates/openid.mtml 265 '[_1] accepted here' => '[_1]ã«å¯Ÿå¿ããŠããŸã', # Translate - New 266 'http://www.movabletype.com/openid/' => 'http://www.movabletype.jp/openid/', # Translate - New 267 'Learn more about OpenID' => 'OpenIDã«ã€ããŠè©³ããã¯ãã¡ã', # Translate - New 268 265 269 ## default_templates/date_based_author_archives.mtml 266 270 'Author Yearly Archives' => '幎å¥ãŠãŒã¶ãŒã¢ãŒã«ã€ã', … … 1497 1501 'Date-Based Author Archives' => 'æ¥ä»ããŒã¹ã®ãŠãŒã¶ãŒã¢ãŒã«ã€ã', 1498 1502 'Date-Based Category Archives' => 'æ¥ä»ããŒã¹ã®ã«ããŽãªã¢ãŒã«ã€ã', 1503 'OpenID Accepted' => 'OpenID察å¿', # Translate - New 1499 1504 'Comment throttle' => 'ã³ã¡ã³ãã¹ãããã«', 1500 1505 'Commenter Confirm' => 'ã³ã¡ã³ãã®ç¢ºèª', … … 1919 1924 'Assigning entry comment and TrackBack counts...' => 'ã³ã¡ã³ããšãã©ãã¯ããã¯ã®ä»¶æ°ãèšå®ããŠããŸã....', 1920 1925 'Assigning embedded flag to asset placements...' => 'ã¢ã€ãã ã®é¢é£ä»ãã®æç¡ãèšå®ããŠããŸã...', 1921 'Updat eing template build types...' => 'ãã³ãã¬ãŒãã®ãã«ããªãã·ã§ã³ãèšå®ããŠããŸã...',1926 'Updating template build types...' => 'ãã³ãã¬ãŒãã®ãã«ããªãã·ã§ã³ãèšå®ããŠããŸã...', # Translate - New 1922 1927 'Replacing file formats to use CategoryLabel tag...' => 'ãã¡ã€ã«ãã©ãŒããããMTCategoryLabelã«å€æããŠããŸã...', 1923 1928 'Assigning all permissions to blog administrator...' => 'ããã°ç®¡çè … … 4580 4585 ## tmpl/cms/dialog/asset_options.tmpl 4581 4586 'File Options' => 'ãã¡ã€ã«ãªãã·ã§ã³', 4582 'The file named \'[_1]\' has been uploaded. Size: [quant,_2,byte,bytes].' => 'ãã¡ã€ã«\'[_1]\'ãã¢ããããŒãããŸããããµã€ãº: [quant,_2,ãã€ã,ãã€ã]',4583 4587 'Create entry using this uploaded file' => 'ã¢ããããŒããããã¡ã€ã«ã䜿ã£ãŠããã°èšäºãäœæãã', 4584 4588 'Create a new entry using this uploaded file.' => 'ã¢ããããŒããããã¡ã€ã«ã䜿ã£ãŠããã°èšäºãäœæãã', branches/release-41/plugins/WXRImporter/lib/WXRImporter/L10N/ja.pm
r1118 r2763 17 17 ## plugins/WXRImporter/lib/WXRImporter/WXRHandler.pm 18 18 'File is not in WXR format.' => 'WXRãã©ãŒãããã§ã¯ãããŸããã', 19 'Duplicate asset (\'[_1]\') found. Skipping.' => 'ã¢ã€ãã ã[_1]ãã¯æ¢ã«ã€ã³ããŒããããŠããã®ã§ã¹ãããããŸãã', # Translate - New 19 'Creating new tag (\'[_1]\')...' => 'ã¿ã°(\'[_1]\')ãäœæããŠããŸã...', 20 'Saving tag failed: [_1]' => 'ã¿ã°ãä¿åã§ããŸããã§ãã: [_1]', 21 'Duplicate asset (\'[_1]\') found. Skipping.' => 'ã¢ã€ãã ã[_1]ãã¯æ¢ã«ã€ã³ããŒããããŠããã®ã§ã¹ãããããŸãã', 20 22 'Saving asset (\'[_1]\')...' => 'ã¢ã€ãã (\'[_1]\')ãä¿åããŠããŸã...', 21 23 ' and asset will be tagged (\'[_1]\')...' => 'ã¢ã€ãã ã«ã¿ã°([_1])ãä»ããŠããŸã...', 22 'Duplicate entry (\'[_1]\') found. Skipping.' => 'ããã°èšäºã[_1]ãã¯æ¢ã«ã€ã³ããŒããããŠããã®ã§ã¹ãããããŸãã', # Translate - New24 'Duplicate entry (\'[_1]\') found. Skipping.' => 'ããã°èšäºã[_1]ãã¯æ¢ã«ã€ã³ããŒããããŠããã®ã§ã¹ãããããŸãã', 23 25 'Saving page (\'[_1]\')...' => 'ãŠã§ãããŒãž(\'[_1]\')ãä¿åããŠããŸã...', 24 26
