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

version 1.28, 2013/09/23 17:34:58 version 1.29, 2014/01/08 19:23:12
Line 452  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 647  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 870  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 930  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 1015  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 1051  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.28  
changed lines
  Added in v.1.29


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