Diff for /loncom/localize/localize/ja.pm between versions 1.26 and 1.29

version 1.26, 2011/11/09 13:14:16 version 1.29, 2014/01/08 19:23:12
Line 42  use base qw(Apache::localize); Line 42  use base qw(Apache::localize);
 'date_pm' => 'pm',  'date_pm' => 'pm',
 'htmlarea_lang' => 'ja-utf8',  'htmlarea_lang' => 'ja-utf8',
   
   
    'Arabic - UTF'  
 => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',  
   
    'German - UTF'  
 => 'Deutsch - UTF',  
   
    'English - UTF'  
 => 'English - UTF',  
   
    'Spanish (Castellan) - UTF'  
 => 'español (castellano) - UTF',  
   
    'Persian - UTF'  
 => 'ﺍیﺭﺎﻧی - UTF',  
   
    'French - UTF'  
 => 'français - UTF',  
   
    'Hebrew - UTF'  
 => 'עברית - UTF',  
   
    'Japanese - UTF'  
 => '日本語 - UTF',  
   
    'Portuguese - UTF'  
 => 'Português - UTF',  
   
    'Russian - UTF'  
 => 'Русский - UTF',  
   
    'Turkish - UTF'  
 => 'türkçe - UTF',  
   
    'Chinese Simplified - UTF'  
 => '简体中文 - UTF',  
   
    'Swedish Chef - UTF'  
 => 'Swedish Chef - UTF',  
   
    'Domain'     'Domain'
 => 'ドメイン',  => 'ドメイン',
   
Line 483  use base qw(Apache::localize); Line 443  use base qw(Apache::localize);
    'Back to Directory'     'Back to Directory'
 => 'ディレクトリに戻る',  => 'ディレクトリに戻る',
   
    'Bulletin Board'     'Discussion Board'
 => '掲示板',  => '掲示板',
   
    'Cancel'     'Cancel'
Line 492  use base qw(Apache::localize); Line 452  use base qw(Apache::localize);
    'Changes will become active for your current session after'     'Changes will become active for your current session after'
 => '変更は次にログインしたときに有効になります',  => '変更は次にログインしたときに有効になります',
   
    'Construction Space Directory'     'Authoring Space Directory'
 => 'コンストラクション・スペース・ディレクトリ',  => 'Authoring Space Directory', # 'コンストラクション・スペース・ディレクトリ',
   
    'Contact'     'Contact'
 => 'コンタクト',  => 'コンタクト',
Line 687  use base qw(Apache::localize); Line 647  use base qw(Apache::localize);
    'Select a'     'Select a'
 => '選択する:',  => '選択する:',
   
    'Select the Construction Space'     'Select the Authoring Space'
 => 'コンストラクション・スペースを選択する',  => 'Select the Authoring Space', # 'コンストラクション・スペースを選択する',
   
    'Sequence'     'Sequence'
 => 'シーケンス',  => 'シーケンス',
Line 895  use base qw(Apache::localize); Line 855  use base qw(Apache::localize);
    'Customized right of use ...'     'Customized right of use ...'
 => '使用権限をカスタマイズする ...',  => '使用権限をカスタマイズする ...',
   
    'Delete messages from bulletin boards'     'Delete messages from discussion boards'
 => '掲示板からメッセージを削除する',  => '掲示板からメッセージを削除する',
   
    'Domain only - use limited to courses in the domain'     'Domain only - use limited to courses in the domain'
Line 910  use base qw(Apache::localize); Line 870  use base qw(Apache::localize);
    'Edit/Modify DOCS'     'Edit/Modify DOCS'
 => '編集 DOCS',  => '編集 DOCS',
   
    'Enter my resource construction space'     'Enter my Authoring Space'
 => '自分のコンストラクション・スペースに入る',  => 'Enter my Authoring Space', # '自分のコンストラクション・スペースに入る',
   
    'FAIL'     'FAIL'
 => '失敗',  => '失敗',
Line 970  use base qw(Apache::localize); Line 930  use base qw(Apache::localize);
    'Public - no authentication or authorization required for use'     'Public - no authentication or authorization required for use'
 => '公開 - 認証や認可無しに使用できます',  => '公開 - 認証や認可無しに使用できます',
   
    'Retrieval of an old version will overwrite the file currently in construction space'     'Retrieval of an old version will overwrite the file currently in Authoring Space.'
 => '古いバージョンを取り込むと、現在コンストラクション・スペースにあるファイルを上書きします',  => 'Retrieval of an old version will overwrite the file currently in Authoring Space.', # '古いバージョンを取り込むと、現在コンストラクション・スペースにあるファイルを上書きします',
   
    'Retrieve previous versions of'     'Retrieve previous versions of'
 => '前のバージョンを取り出す:',  => '前のバージョンを取り出す:',
Line 1055  use base qw(Apache::localize); Line 1015  use base qw(Apache::localize);
    'Collapse Remote Control'     'Collapse Remote Control'
 => 'リモコン・パネルを消します',  => 'リモコン・パネルを消します',
   
    'Construction Space'     'Authoring Space'
 => 'コンストラクション・スペース',  => 'Authoring Space', # 'コンストラクション・スペース',
   
    'Content changed'     'Content changed'
 => 'コンテンツが変更されました',  => 'コンテンツが変更されました',
Line 1091  use base qw(Apache::localize); Line 1051  use base qw(Apache::localize);
    'Differences'     'Differences'
 => '違い',  => '違い',
   
    'Dump Course DOCS to Construction Space'     'Copy Course Content to Authoring Space'
 => 'コンストラクション・スペースにDOCSをダンプする',  => 'Copy Course Content to Authoring Space', # 'コンストラクション・スペースにDOCSをダンプする',
   
    'Entering course ...'     'Entering course ...'
 => 'コースに入る ...',  => 'コースに入る ...',

Removed from v.1.26  
changed lines
  Added in v.1.29


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>