Diff for /loncom/localize/localize/ja.pm between versions 1.15 and 1.16

version 1.15, 2006/08/15 16:59:33 version 1.16, 2006/08/18 18:54:22
Line 1 Line 1
 # The LearningOnline Network with CAPA  # The LearningOnline Network with CAPA
 # Japanese Localization Lexicon  # Japanese Localization Lexicon
 #  #
 # $Id$  # $Id$
 #  #
 # Copyright i-Learning Limited Partnership Company  # Copyright i-Learning Limited Partnership Company
 #  #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).  # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #  #
 # LON-CAPA is free software; you can redistribute it and/or modify  # LON-CAPA is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or  # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  # (at your option) any later version.
 #  #
 # LON-CAPA is distributed in the hope that it will be useful,  # LON-CAPA is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.  # GNU General Public License for more details.
 #  #
 # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
 # along with LON-CAPA; if not, write to the Free Software  # along with LON-CAPA; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #  #
 # /home/httpd/html/adm/gpl.txt  # /home/httpd/html/adm/gpl.txt
 #  #
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
 #  #
 ######################################################################  ######################################################################
 ######################################################################  ######################################################################
   
   
 package Apache::localize::ja;  package Apache::localize::ja;
 use base qw(Apache::localize);  use base qw(Apache::localize);
 %Lexicon=('_AUTO' => 1,  %Lexicon=('_AUTO' => 1,
 'language_code' => 'ja',  'language_code' => 'ja',
 'char_encoding' => 'UTF-8',  'char_encoding' => 'UTF-8',
 'date_locale'  =>  'date_locale'  => 
       '$weekday, $day.$month.$year, $twentyfour:$minutes:$seconds',        '$weekday, $day.$month.$year, $twentyfour:$minutes:$seconds',
 'date_months'  => '1,2,3,4,5,6,7,8,9,10,11,12',  'date_months'  => '1,2,3,4,5,6,7,8,9,10,11,12',
 'date_days'    => '日,月,火,水,木,金,土',  'date_days'    => '日,月,火,水,木,金,土',
 'date_am' => 'am',  'date_am' => 'am',
 'date_pm' => 'pm',  'date_pm' => 'pm',
 'textual_remote_display' => 'on',  'textual_remote_display' => 'on',
 'htmlarea_lang' => 'ja-utf8',  'htmlarea_lang' => 'ja-utf8',
   
   
    'Domain'     'Domain'
 => 'ドメイン',  => 'ドメイン',
   
    'Server'     'Server'
 => 'サーバ',  => 'サーバ',
   
    'Load'     'Load'
 => '負荷',  => '負荷',
   
    'User Load'     'User Load'
 => 'ユーザ負荷',  => 'ユーザ負荷',
   
    'Help'     'Help'
 => 'ヘルプ',  => 'ヘルプ',
   
    'Log in'     'Log in'
 => 'ログイン',  => 'ログイン',
   
    'Username'     'Username'
 => 'ユーザ名',  => 'ユーザ名',
   
    'Password'     'Password'
 => 'パスワード',  => 'パスワード',
   
    'choose'     'choose'
 => '選択',  => '選択',
   
    'enter'     'enter'
 => '入力',  => '入力',
   
    'view'     'view'
 => '閲覧',  => '閲覧',
   
    'calendar'     'calendar'
 => 'カレンダ',  => 'カレンダ',
   
    'prefer-'     'prefer-'
 => '個人',  => '個人',
   
    'ences'     'ences'
 => '設定',  => '設定',
   
    'role'     'role'
 => '役割',  => '役割',
   
    'course'     'course'
 => 'コース',  => 'コース',
   
    'create'     'create'
 => '作成',  => '作成',
   
    'grades'     'grades'
 => '成績',  => '成績',
   
    'commu-'     'commu-'
 => 'コミュニ',  => 'コミュニ',
   
    'nication'     'nication'
 => 'ケーション',  => 'ケーション',
   
    'enroll'     'enroll'
 => '出席',  => '出席',
   
    'navigate'     'navigate'
 => 'ナビゲート',  => 'ナビゲート',
   
    'contents'     'contents'
 => 'コンテンツ',  => 'コンテンツ',
   
    'Announcements and Calendar'     'Announcements and Calendar'
 => 'お知らせとカレンダ',  => 'お知らせとカレンダ',
   
    'Author'     'Author'
 => '作成者',  => '作成者',
   
    'Change Your Preferences'     'Change Your Preferences'
 => 'お気に入りを変更する',  => 'お気に入りを変更する',
   
    'Choose the user role'     'Choose the user role'
 => 'ユーザの役割を選ぶ',  => 'ユーザの役割を選ぶ',
   
    'Co-Author'     'Co-Author'
 => '共同作成者',  => '共同作成者',
   
    'Communication and Messages'     'Communication and Messages'
 => 'コミュニケーションツール',  => 'コミュニケーションツール',
   
    'Course Coordinator'     'Course Coordinator'
 => 'コーディネータ',  => 'コーディネータ',
   
    'Course Statistics and Charts'     'Course Statistics and Charts'
 => 'コースの統計と図表',  => 'コースの統計と図表',
   
    'Course announcements and my calendar'     'Course announcements and my calendar'
 => 'コースのお知らせとカレンダ',  => 'コースのお知らせとカレンダ',
   
    'Create Users, Change User Privileges'     'Create Users, Change User Privileges'
 => 'ユーザを作り、権限を変更する',  => 'ユーザを作り、権限を変更する',
   
    'Domain Coordinator'     'Domain Coordinator'
 => 'ドメイン管理者',  => 'ドメイン管理者',
   
    'Enrollment Manager'     'Enrollment Manager'
 => '履修管理者',  => '履修管理者',
   
    'Enter grades from check-out assessment resources'     'Enter grades from check-out assessment resources'
 => '成績を入力する',  => '成績を入力する',
   
    'Exam Proctor'     'Exam Proctor'
 => '試験官',  => '試験官',
   
    'Exit LON-CAPA'     'Exit LON-CAPA'
 => 'LON-CAPAを終了する',  => 'LON-CAPAを終了する',
   
    'Grades Spreadsheet'     'Grades Spreadsheet'
 => '成績表をつける',  => '成績表をつける',
   
    'Grading'     'Grading'
 => '採点',  => '採点',
   
    'Instructor'     'Instructor'
 => 'インストラクタ',  => 'インストラクタ',
   
    'Launch Remote Control'     'Launch Remote Control'
 => 'リモコンパネルを使う',  => 'リモコンパネルを使う',
   
    'Main Menu'     'Main Menu'
 => 'メインメニュー',  => 'メインメニュー',
   
    'Navigate Course Contents'     'Navigate Course Contents'
 => 'コースをナビゲートする',  => 'コースをナビゲートする',
   
    'No Role, Cumulative Privileges'     'No Role, Cumulative Privileges'
 => '役割・権限の設定なし',  => '役割・権限の設定なし',
   
    'Return to Last Location'     'Return to Last Location'
 => '最後に戻る',  => '最後に戻る',
   
    'Send and receive messages'     'Send and receive messages'
 => 'メッセージを送受信する',  => 'メッセージを送受信する',
   
    'Set my user preferences'     'Set my user preferences'
 => '個人設定を変更する',  => '個人設定を変更する',
   
    'Student'     'Student'
 => '学生',  => '学生',
   
    'Switch to another user role'     'Switch to another user role'
 => '他の役割に切り替える',  => '他の役割に切り替える',
   
    'Teaching Assistant'     'Teaching Assistant'
 => 'TA',  => 'TA',
   
    'Use or edit my bookmark collection'     'Use or edit my bookmark collection'
 => 'ブックマークを使う/編集する',  => 'ブックマークを使う/編集する',
   
    'User Roles'     'User Roles'
 => '役割',  => '役割',
   
    'Calculate course grades (Spreadsheet)'     'Calculate course grades (Spreadsheet)'
 => 'コースの成績を計算する(スプレッドシート)',  => 'コースの成績を計算する(スプレッドシート)',
   
    'Enter the chatroom for the course'     'Enter the chatroom for the course'
 => 'コース・チャットルームに入る',  => 'コース・チャットルームに入る',
   
    'Navigate the table of contents for this course'     'Navigate the table of contents for this course'
 => 'コースの目次をナビゲートする',  => 'コースの目次をナビゲートする',
   
    'Syllabus'     'Syllabus'
 => 'シラバス',  => 'シラバス',
   
    'View the course assessment progress chart'     'View the course assessment progress chart'
 => '成績の伸長グラフを見る',  => '成績の伸長グラフを見る',
   
    'Class Hours'     'Class Hours'
 => '講義時間',  => '講義時間',
   
    'Course Description'     'Course Description'
 => 'コースの内容',  => 'コースの内容',
   
    'Coursepack'     'Coursepack'
 => 'コースパック',  => 'コースパック',
   
    'Current Month'     'Current Month'
 => '今月',  => '今月',
   
    'Deadlines'     'Deadlines'
 => '締め切り',  => '締め切り',
   
    'Fri'     'Fri'
 => '金',  => '金',
   
    'Grading Information'     'Grading Information'
 => '採点情報',  => '採点情報',
   
    'Helproom Hours'     'Helproom Hours'
 => '支援室サービス時間',  => '支援室サービス時間',
   
    'Instructor Information'     'Instructor Information'
 => 'インストラクタ情報',  => 'インストラクタ情報',
   
    'Mon'     'Mon'
 => '月',  => '月',
   
    'Next Month'     'Next Month'
 => '来月',  => '来月',
   
    'Office Hours'     'Office Hours'
 => 'オフィスアワー',  => 'オフィスアワー',
   
    'Prerequisites'     'Prerequisites'
 => '前提条件',  => '前提条件',
   
    'Previous Month'     'Previous Month'
 => '前月',  => '前月',
   
    'Readings'     'Readings'
 => '読み物',  => '読み物',
   
    'Sat'     'Sat'
 => '土',  => '土',
   
    'January'     'January'
 => '1月',  => '1月',
   
    'February'     'February'
 => '2月',  => '2月',
   
    'March'     'March'
 => '3月',  => '3月',
   
    'April'     'April'
 => '4月',  => '4月',
   
    'May'     'May'
 => '5月',  => '5月',
   
    'June'     'June'
 => '6月',  => '6月',
   
    'August'     'August'
 => '8月',  => '8月',
   
    'September'     'September'
 => '9月',  => '9月',
   
    'October'     'October'
 => '10月',  => '10月',
   
    'November'     'November'
 => '11月',  => '11月',
   
    'December'     'December'
 => '12月',  => '12月',
   
    'Sun'     'Sun'
 => '日',  => '日',
   
    'Textbook'     'Textbook'
 => 'テキスト',  => 'テキスト',
   
    'Thu'     'Thu'
 => '木',  => '木',
   
    'Tue'     'Tue'
 => '火',  => '火',
   
    'Web Links'     'Web Links'
 => 'リンク',  => 'リンク',
   
    'Wed'     'Wed'
 => '水',  => '水',
   
    'Drop/Add students in this course'     'Drop/Add students in this course'
 => 'コースに/から学生を追加/削除する',  => 'コースに/から学生を追加/削除する',
   
    'You have entered that answer before'     'You have entered that answer before'
 => '前にもこの回答を入力しています',  => '前にもこの回答を入力しています',
   
    'A score has been assigned.'     'A score has been assigned.'
 => '採点されました。',  => '採点されました。',
   
    'You are correct.'     'You are correct.'
 => '正解です。',  => '正解です。',
   
    'Your receipt is'     'Your receipt is'
 => 'あなたの受領するものは',  => 'あなたの受領するものは',
   
    'You are excused from the problem.'     'You are excused from the problem.'
 => 'その問題は受験しなくて良いです。',  => 'その問題は受験しなくて良いです。',
   
    'Incorrect'     'Incorrect'
 => '間違い',  => '間違い',
   
    'Some parts were not submitted.'     'Some parts were not submitted.'
 => 'いくつかの部分が提出されていません。',  => 'いくつかの部分が提出されていません。',
   
    'An error occured while grading your answer.'     'An error occured while grading your answer.'
 => 'あなたの回答を採点しているときにエラーが起きました。',  => 'あなたの回答を採点しているときにエラーが起きました。',
   
    'The submitted answer was too long.'     'The submitted answer was too long.'
 => '回答が長すぎます。',  => '回答が長すぎます。',
   
    'This question expects a numeric answer.'     'This question expects a numeric answer.'
 => 'この質問では数字の回答を期待しています。',  => 'この質問では数字の回答を期待しています。',
   
    'You have provided an invalid ranking'     'You have provided an invalid ranking'
 => '無効な成績ランクをつけました',  => '無効な成績ランクをつけました',
   
    'please refer to'     'please refer to'
 => '次のものを参照せよ:',  => '次のものを参照せよ:',
   
    'The filetype extension of the file you uploaded is not allowed.'     'The filetype extension of the file you uploaded is not allowed.'
 => 'アップロードしたファイルの拡張子は禁止されています。',  => 'アップロードしたファイルの拡張子は禁止されています。',
   
    'Please adjust significant figures.'     'Please adjust significant figures.'
 => '数字が大きすぎます。',  => '数字が大きすぎます。',
   
    'Units incorrect.'     'Units incorrect.'
 => '単位が間違っています。',  => '単位が間違っています。',
   
    'Only a number required.'     'Only a number required.'
 => '数字だけが要求されています。',  => '数字だけが要求されています。',
   
    'Units required'     'Units required'
 => '単位が必要です',  => '単位が必要です',
   
    'Unable to understand formula'     'Unable to understand formula'
 => '数式を解釈できません',  => '数式を解釈できません',
   
    'Your submission has been recorded.'     'Your submission has been recorded.'
 => '提出されたものは記録されました。',  => '提出されたものは記録されました。',
   
    'Unknown message'     'Unknown message'
 => '定義されていないメッセージです',  => '定義されていないメッセージです',
   
    'Answer Submitted'     'Answer Submitted'
 => '提出された回答',  => '提出された回答',
   
    'Tries'     'Tries'
 => '受験回数',  => '受験回数',
   
    'Submit Answer'     'Submit Answer'
 => '回答を提出する',  => '回答を提出する',
   
    'Prepare a printable document'     'Prepare a printable document'
 => '印刷用ドキュメントを用意します',  => '印刷用ドキュメントを用意します',
   
    'Go To My First Homework Problem'     'Go To My First Homework Problem'
 => '最初の問題に戻る',  => '最初の問題に戻る',
   
    'Discussions'     'Discussions'
 => 'ディスカッション',  => 'ディスカッション',
   
    'New discussion since'     'New discussion since'
 => '次の日付以降の未読のメッセージ:',  => '次の日付以降の未読のメッセージ:',
   
    'Goodbye'     'Goodbye'
 => 'さようなら',  => 'さようなら',
   
   
 #SYNC Fri Sep 26 14:41:18 2003  #SYNC Fri Sep 26 14:41:18 2003
    ', and answers will be available on'     ', and answers will be available on'
 => ', 正解は次のリンクにあります',  => ', 正解は次のリンクにあります',
   
    ', or the next time you log in.'     ', or the next time you log in.'
 => '、または次回のログイン。',  => '、または次回のログイン。',
   
    ', select a template from the pull-down menu below'     ', select a template from the pull-down menu below'
 => ', 下のプルダウンメニューからテンプレートを選択する',  => ', 下のプルダウンメニューからテンプレートを選択する',
   
    'Abstract'     'Abstract'
 => 'アブストラクト',  => 'アブストラクト',
   
    'Access and Usage Statistics'     'Access and Usage Statistics'
 => '統計の表示と説明',  => '統計の表示と説明',
   
    'Actions'     'Actions'
 => 'アクション',  => 'アクション',
   
    'All homework is currently completed'     'All homework is currently completed'
 => 'すべての宿題は完了しています',  => 'すべての宿題は完了しています',
   
    'Analyze Progress'     'Analyze Progress'
 => '進歩状況を分析する',  => '進歩状況を分析する',
   
    'Analyzing a problem'     'Analyzing a problem'
 => '問題を分析する',  => '問題を分析する',
   
    'Answer'     'Answer'
 => '回答',  => '回答',
   
    'Answer available'     'Answer available'
 => '正解が公開されています',  => '正解が公開されています',
   
    'Answer submitted'     'Answer submitted'
 => '回答は提出されています',  => '回答は提出されています',
   
    'Answer submitted, not yet graded'     'Answer submitted, not yet graded'
 => '回答は提出されていますが、採点されていません',  => '回答は提出されていますが、採点されていません',
   
    'Back to Directory'     'Back to Directory'
 => 'ディレクトリに戻る',  => 'ディレクトリに戻る',
   
    'Bulletin Board'     'Bulletin Board'
 => '掲示板',  => '掲示板',
   
    'Cancel'     'Cancel'
 => 'キャンセル',  => 'キャンセル',
   
    'Changes will become active for your current session after'     'Changes will become active for your current session after'
 => '変更は次にログインしたときに有効になります',  => '変更は次にログインしたときに有効になります',
   
    'Construction Space Directory'     'Construction Space Directory'
 => 'コンストラクション・スペース・ディレクトリ',  => 'コンストラクション・スペース・ディレクトリ',
   
    'Contact'     'Contact'
 => 'コンタクト',  => 'コンタクト',
   
    'Copying file'     'Copying file'
 => 'ファイルをコピー',  => 'ファイルをコピー',
   
    'Course'     'Course'
 => 'コース',  => 'コース',
   
    'Create'     'Create'
 => '作成',  => '作成',
   
    'Create a user or modify the roles and privileges of a user'     'Create a user or modify the roles and privileges of a user'
 => 'ユーザを追加、役割・権限を変更',  => 'ユーザを追加、役割・権限を変更',
   
    'Currently not available'     'Currently not available'
 => '現在、提供されていません',  => '現在、提供されていません',
   
    'Currently selected. '     'Currently selected. '
 => '現在、選択されています。',  => '現在、選択されています。',
   
    'Date'     'Date'
 => '日付',  => '日付',
   
    'Discard Edits and View'     'Discard Edits and View'
 => '編集を止めて見る',  => '編集を止めて見る',
   
    'Display'     'Display'
 => '表示する',  => '表示する',
   
    'Done'     'Done'
 => '完了',  => '完了',
   
    'Edit'     'Edit'
 => '編集',  => '編集',
   
    'EditXML'     'EditXML'
 => 'XMLを編集',  => 'XMLを編集',
   
    'Empty'     'Empty'
 => 'クリア',  => 'クリア',
   
    'End'     'End'
 => '終了',  => '終了',
   
    'Evaluation Comments'     'Evaluation Comments'
 => '評価コメント',  => '評価コメント',
   
    'Evaluation Data'     'Evaluation Data'
 => '評価データ',  => '評価データ',
   
    'Excused by instructor'     'Excused by instructor'
 => 'インストラクタによって許可されました',  => 'インストラクタによって許可されました',
   
    'Extent'     'Extent'
 => '拡張子',  => '拡張子',
   
    'File'     'File'
 => 'ファイル',  => 'ファイル',
   
    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'     'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
 => 'この問題の中に分析できない部分があります。現在、数字と数式と文字しかサポートされていません。',  => 'この問題の中に分析できない部分があります。現在、数字と数式と文字しかサポートされていません。',
   
    'Frequency'     'Frequency'
 => '頻度',  => '頻度',
   
    'Getting Problem Variants'     'Getting Problem Variants'
 => '問題の変形を得る',  => '問題の変形を得る',
   
    'Go Back'     'Go Back'
 => '戻る',  => '戻る',
   
    'Import'     'Import'
 => 'インポート',  => 'インポート',
   
    'It is recommended that you use an up-to-date virus scanner before handling this file.'     'It is recommended that you use an up-to-date virus scanner before handling this file.'
 => 'このファイルを触る前にウィルススキャナーでチェックしてください。',  => 'このファイルを触る前にウィルススキャナーでチェックしてください。',
   
    'July'     'July'
 => '7月',  => '7月',
   
    'Language'     'Language'
 => '言語',  => '言語',
   
    'Last Modified'     'Last Modified'
 => '最終変更',  => '最終変更',
   
    'List of possible answers'     'List of possible answers'
 => '選択肢リスト',  => '選択肢リスト',
   
    'Main Course Documents'     'Main Course Documents'
 => 'メイン・コース・ドキュメント',  => 'メイン・コース・ドキュメント',
   
    'Map'     'Map'
 => 'マップ',  => 'マップ',
   
    'Map contents are not shown in order.'     'Map contents are not shown in order.'
 => 'マップの内容は順不同です。',  => 'マップの内容は順不同です。',
   
    'Name'     'Name'
 => '名前',  => '名前',
   
    'Navigate Contents'     'Navigate Contents'
 => 'コンテンツをナビゲートする',  => 'コンテンツをナビゲートする',
   
    'New Folder'     'New Folder'
 => 'フォルダを作る',  => 'フォルダを作る',
   
    'New Messages'     'New Messages'
 => 'メッセージを作成する',  => 'メッセージを作成する',
   
    'New Search'     'New Search'
 => '新規の検索',  => '新規の検索',
   
    'No content modifications yet.'     'No content modifications yet.'
 => '変更されたものはありません。',  => '変更されたものはありません。',
   
    'No due date'     'No due date'
 => '締め切りはありません',  => '締め切りはありません',
   
    'No role specified'     'No role specified'
 => '役割は指定されていません',  => '役割は指定されていません',
   
    'No upload file specified.'     'No upload file specified.'
 => 'アップロードするファイルを指定していません。',  => 'アップロードするファイルを指定していません。',
   
    'No write permission to user directory, FAIL'     'No write permission to user directory, FAIL'
 => '書き込み権限がありません、失敗しました',  => '書き込み権限がありません、失敗しました',
   
    'Note: it can take up to 10 minutes for changes to take effect for all users.'     'Note: it can take up to 10 minutes for changes to take effect for all users.'
 => '注意:すべてのユーザに変更の結果が行き渡るのに10分位かかります。',  => '注意:すべてのユーザに変更の結果が行き渡るのに10分位かかります。',
   
    'Notes'     'Notes'
 => '(注)',  => '(注)',
   
    'Open, no due date'     'Open, no due date'
 => '締め切りなし',  => '締め切りなし',
   
    'Page'     'Page'
 => 'ページ',  => 'ページ',
   
    'Part'     'Part'
 => 'パート',  => 'パート',
   
    'Part is not open to be viewed. It'     'Part is not open to be viewed. It'
 => 'パートがオープンされていません。',  => 'パートがオープンされていません。',
   
    'Path'     'Path'
 => 'パス',  => 'パス',
   
    'Please use browser "Back" button and pick a filename'     'Please use browser "Back" button and pick a filename'
 => 'ブラウザの"戻る"ボタンで戻って、ファイル名を指定してください',  => 'ブラウザの"戻る"ボタンで戻って、ファイル名を指定してください',
   
    'Processing'     'Processing'
 => '処理中',  => '処理中',
   
    'Re-Initialize'     'Re-Initialize'
 => '再度初期化する',  => '再度初期化する',
   
    'Remark'     'Remark'
 => '再度採点する',  => '再度採点する',
   
    'Rename'     'Rename'
 => 'リネームする',  => 'リネームする',
   
    'Save'     'Save'
 => '保存する',  => '保存する',
   
    'Saving Modifications to'     'Saving Modifications to'
 => '変更を保存する:',  => '変更を保存する:',
   
    'Search'     'Search'
 => '検索する',  => '検索する',
   
    'Searching'     'Searching'
 => '検索中',  => '検索中',
   
    'Section/Group'     'Section/Group'
 => '章/グループ',  => '章/グループ',
   
    'Select'     'Select'
 => '選択する',  => '選択する',
   
    'Select Course'     'Select Course'
 => 'コースを選択する',  => 'コースを選択する',
   
    'Select User'     'Select User'
 => 'ユーザを選択する',  => 'ユーザを選択する',
   
    'Select a'     'Select a'
 => '選択する:',  => '選択する:',
   
    'Select the Construction Space'     'Select the Construction Space'
 => 'コンストラクション・スペースを選択する',  => 'コンストラクション・スペースを選択する',
   
    'Sequence'     'Sequence'
 => 'シーケンス',  => 'シーケンス',
   
    'Server Administration'     'Server Administration'
 => 'サーバ管理',  => 'サーバ管理',
   
    'Set deadlines and other assessment parameters, as well as modify course environment'     'Set deadlines and other assessment parameters, as well as modify course environment'
 => '締め切りを設定し、その他の試験のパラメータ、コース環境を変更します',  => '締め切りを設定し、その他の試験のパラメータ、コース環境を変更します',
   
    'Show Only Uncompleted Homework'     'Show Only Uncompleted Homework'
 => '完了していない宿題のみ表示する',  => '完了していない宿題のみ表示する',
   
    'Simple Page'     'Simple Page'
 => 'シンプルページ',  => 'シンプルページ',
   
    'Simple Problem'     'Simple Problem'
 => 'シンプル問題',  => 'シンプル問題',
   
    'Special Documents'     'Special Documents'
 => '特別ドキュメント',  => '特別ドキュメント',
   
    'Start'     'Start'
 => 'スタート',  => 'スタート',
   
    'Status'     'Status'
 => '状態',  => '状態',
   
    'Store uploaded file as '     'Store uploaded file as '
 => 'アップロードされたファイルを保存する:',  => 'アップロードされたファイルを保存する:',
   
    'Submit'     'Submit'
 => '提出する',  => '提出する',
   
    'Submit Changes'     'Submit Changes'
 => '変更を保存する',  => '変更を保存する',
   
    'Submit Changes and View'     'Submit Changes and View'
 => '変更を保存して結果を見る',  => '変更を保存して結果を見る',
   
    'Supplemental Course Documents'     'Supplemental Course Documents'
 => '補助教材',  => '補助教材',
   
    'Switch Server'     'Switch Server'
 => 'サーバを切替える',  => 'サーバを切替える',
   
    'System'     'System'
 => 'システム',  => 'システム',
   
    'System Administration'     'System Administration'
 => 'システム管理',  => 'システム管理',
   
    'The target is an existing directory.'     'The target is an existing directory.'
 => 'ディレクトリは存在しています。',  => 'ディレクトリは存在しています。',
   
    'Then'     'Then'
 => 'それから',  => 'それから',
   
    'Title'     'Title'
 => 'タイトル',  => 'タイトル',
   
    'Unable to determine if this resource is open due to network problems. Please try again later.'     'Unable to determine if this resource is open due to network problems. Please try again later.'
 => 'ネットワークの障害のため、このリソースが締め切りなしかどうか決定できません。後でもう一度試してください。',  => 'ネットワークの障害のため、このリソースが締め切りなしかどうか決定できません。後でもう一度試してください。',
   
    'Unable to find'     'Unable to find'
 => '見つかりません',  => '見つかりません',
   
    'Unable to make backup'     'Unable to make backup'
 => 'バックアップを作成できません',  => 'バックアップを作成できません',
   
    'Unable to undo, unable to switch'     'Unable to undo, unable to switch'
 => '取り消し、切替えることが出来ません',  => '取り消し、切替えることが出来ません',
   
    'Unable to write to'     'Unable to write to'
 => '書き込むことが出来ません:',  => '書き込むことが出来ません:',
   
    'Uncompleted Homework'     'Uncompleted Homework'
 => '完成していない宿題',  => '完成していない宿題',
   
    'Undid changes, Switched'     'Undid changes, Switched'
 => '変更をキャンセルし、切り替えました',  => '変更をキャンセルし、切り替えました',
   
    'Upload Document'     'Upload Document'
 => 'ドキュメントをアップロードする',  => 'ドキュメントをアップロードする',
   
    'Uploaded Document'     'Uploaded Document'
 => 'ドキュメントをアップロードしました',  => 'ドキュメントをアップロードしました',
   
    'User Role'     'User Role'
 => '役割',  => '役割',
   
    'View All Messages'     'View All Messages'
 => 'すべてのメッセージを見る',  => 'すべてのメッセージを見る',
   
    'View course assessment statistics'     'View course assessment statistics'
 => 'コースのテストの統計を見る',  => 'コースのテストの統計を見る',
   
    'Was due'     'Was due'
 => 'は締め切りになりました',  => 'は締め切りになりました',
   
    'Yes'     'Yes'
 => 'はい',  => 'はい',
   
    'You did not select a template.'     'You did not select a template.'
 => 'テンプレートを選択していませんでした。',  => 'テンプレートを選択していませんでした。',
   
    'You do not have authoring privileges for this resource'     'You do not have authoring privileges for this resource'
 => 'このコースの編集権限を持っていません。',  => 'このコースの編集権限を持っていません。',
   
    'You have no unread messages'     'You have no unread messages'
 => '未読メッセージはありません',  => '未読メッセージはありません',
   
    'aboutlon.gif'     'aboutlon.gif'
 => 'aboutlon.gif',  => 'aboutlon.gif',
   
    'accessbutton.gif'     'accessbutton.gif'
 => 'accessbutton.gif',  => 'accessbutton.gif',
   
    'an indeterminate date'     'an indeterminate date'
 => '中間締め切り',  => '中間締め切り',
   
    'an unknown date'     'an unknown date'
 => '????/??/??',  => '????/??/??',
   
    'contents'     'contents'
 => 'コンテンツ',  => 'コンテンツ',
   
    'could not be copied.'     'could not be copied.'
 => 'コピーできません。',  => 'コピーできません。',
   
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => '締め切られましたが見ることは出来ます',  => '締め切られましたが見ることは出来ます',
   
    'is due at'     'is due at'
 => 'の締切りは',  => 'の締切りは',
   
    'is in under construction'     'is in under construction'
 => 'は作成中です',  => 'は作成中です',
   
    'is not analyzable at this time'     'is not analyzable at this time'
 => 'は現在分析できません',  => 'は現在分析できません',
   
    'last month'     'last month'
 => '先月',  => '先月',
   
    'last problem'     'last problem'
 => '最後の問題',  => '最後の問題',
   
    'last six months'     'last six months'
 => 'この6ヶ月',  => 'この6ヶ月',
   
    'last three months'     'last three months'
 => 'この3ヶ月',  => 'この3ヶ月',
   
    'last week'     'last week'
 => '先週',  => '先週',
   
    'last year'     'last year'
 => '昨年',  => '昨年',
   
    'may open later.'     'may open later.'
 => 'は後で公開されます。',  => 'は後で公開されます。',
   
    'never'     'never'
 => '決して',  => '決して',
   
    'not displayed'     'not displayed'
 => '表示されません',  => '表示されません',
   
    're-initializing course'     're-initializing course'
 => '再度初期化されたコース',  => '再度初期化されたコース',
   
    'system wide'     'system wide'
 => 'システム全体',  => 'システム全体',
   
    'today'     'today'
 => '今日',  => '今日',
   
    'undo'     'undo'
 => 'やり直し',  => 'やり直し',
   
    'userauthentication.gif'     'userauthentication.gif'
 => 'userauthentication.gif',  => 'userauthentication.gif',
   
    'was due on'     'was due on'
 => 'は締め切られました:',  => 'は締め切られました:',
   
    'will open on'     'will open on'
 => 'は公開されます:',  => 'は公開されます:',
   
 #SYNC Fri Sep 26 16:57:10 2003  #SYNC Fri Sep 26 16:57:10 2003
    ', is reserved internally by LON-CAPA.'     ', is reserved internally by LON-CAPA.'
 => ',はLON-CAPAの内部で予約されています。',  => ',はLON-CAPAの内部で予約されています。',
   
    'Back to'     'Back to'
 => '戻る⇒',  => '戻る⇒',
   
    'Back to Source'     'Back to Source'
 => 'ソースへ戻る',  => 'ソースへ戻る',
   
    'Back to Source Directory'     'Back to Source Directory'
 => 'ソースディレクトリに戻る',  => 'ソースディレクトリに戻る',
   
    'Became this version on ...'     'Became this version on ...'
 => 'このバージョンになったのは ...',  => 'このバージョンになったのは ...',
   
    'Browse published resources'     'Browse published resources'
 => '公開されたリソースを見る',  => '公開されたリソースを見る',
   
    'Choose the course to work on'     'Choose the course to work on'
 => 'コースを稼動させるために選択する',  => 'コースを稼動させるために選択する',
   
    'Create a new course'     'Create a new course'
 => '新しいコースを作成する',  => '新しいコースを作成する',
   
    'Customized right of use ... '     'Customized right of use ... '
 => '使用権限をカスタマイズする ... ',  => '使用権限をカスタマイズする ... ',
   
    'Delete messages from bulletin boards'     'Delete messages from bulletin boards'
 => '掲示板からメッセージを削除する',  => '掲示板からメッセージを削除する',
   
    'Domain only - use limited to courses in the domain'     'Domain only - use limited to courses in the domain'
 => 'フォメイン限定 - ドメインを限定してコースを使う',  => 'フォメイン限定 - ドメインを限定してコースを使う',
   
    'Dynamic Metadata'     'Dynamic Metadata'
 => 'ダイナミック・メタデータ',  => 'ダイナミック・メタデータ',
   
    'Edit and view documents included in this course'     'Edit and view documents included in this course'
 => 'このコースに含まれているドキュメントを編集・閲覧する',  => 'このコースに含まれているドキュメントを編集・閲覧する',
   
    'Edit/Modify DOCS'     'Edit/Modify DOCS'
 => '編集 DOCS',  => '編集 DOCS',
   
    'Enter my resource construction space'     'Enter my resource construction space'
 => '自分のコンストラクション・スペースに入る',  => '自分のコンストラクション・スペースに入る',
   
    'FAIL'     'FAIL'
 => '失敗',  => '失敗',
   
    'Failed to copy source'     'Failed to copy source'
 => 'ソースをコピーすることに失敗しました',  => 'ソースをコピーすることに失敗しました',
   
    'Failed to write metadata copy'     'Failed to write metadata copy'
 => 'メタデータを書き込むことに失敗しました',  => 'メタデータを書き込むことに失敗しました',
   
    'File copied.'     'File copied.'
 => 'ファイルをコピーしました。',  => 'ファイルをコピーしました。',
   
    'Finalize Publication'     'Finalize Publication'
 => '出版を完結する',  => '出版を完結する',
   
    'Grant/revoke role of Co-Author'     'Grant/revoke role of Co-Author'
 => '共同作成者の役割を付与/剥奪する',  => '共同作成者の役割を付与/剥奪する',
   
    'Grant/revoke role of Domain Coordinator'     'Grant/revoke role of Domain Coordinator'
 => 'ドメイン管理者の役割を付与/剥奪する',  => 'ドメイン管理者の役割を付与/剥奪する',
   
    'Grant/revoke role of Exam Proctor'     'Grant/revoke role of Exam Proctor'
 => '試験官の役割を付与/剥奪する',  => '試験官の役割を付与/剥奪する',
   
    'Grant/revoke role of Instructor'     'Grant/revoke role of Instructor'
 => 'インストラクタの役割を付与/剥奪する',  => 'インストラクタの役割を付与/剥奪する',
   
    'Grant/revoke role of Student'     'Grant/revoke role of Student'
 => '学生の役割を付与/剥奪する',  => '学生の役割を付与/剥奪する',
   
    'Grant/revoke role of Superuser'     'Grant/revoke role of Superuser'
 => 'スーパーユーザの役割を付与/剥奪する',  => 'スーパーユーザの役割を付与/剥奪する',
   
    'Illegal filename.'     'Illegal filename.'
 => '禁止されたファイル名です。',  => '禁止されたファイル名です。',
   
    'Name starting with'     'Name starting with'
 => '次の名前で始まる:',  => '次の名前で始まる:',
   
    'No previous versions published.'     'No previous versions published.'
 => '以前のバージョンはありません。',  => '以前のバージョンはありません。',
   
    'No write permission to'     'No write permission to'
 => '書き込み権限はありません:',  => '書き込み権限はありません:',
   
    'Please pick a version to retrieve'     'Please pick a version to retrieve'
 => '取り出すバージョンを選んでください',  => '取り出すバージョンを選んでください',
   
    'Private - visible to author only for testing purposes'     'Private - visible to author only for testing purposes'
 => '非公開 - 作成中で作成者にしか見えない',  => '非公開 - 作成中で作成者にしか見えない',
   
    'Private Publication - did not synchronize database'     'Private Publication - did not synchronize database'
 => '非公開 - データベースと同期しません',  => '非公開 - データベースと同期しません',
   
    '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 construction space'
 => '古いバージョンを取り込むと、現在コンストラクション・スペースにあるファイルを上書きします',  => '古いバージョンを取り込むと、現在コンストラクション・スペースにあるファイルを上書きします',
   
    'Retrieve previous versions of'     'Retrieve previous versions of'
 => '前のバージョンを取り出す:',  => '前のバージョンを取り出す:',
   
    'Retrieve version'     'Retrieve version'
 => 'バージョンを取り出す',  => 'バージョンを取り出す',
   
    'Rule'     'Rule'
 => '役割',  => '役割',
   
    'Search the contents of this course'     'Search the contents of this course'
 => 'コースコンテンツを検索する',  => 'コースコンテンツを検索する',
   
    'Search the database of published resources'     'Search the database of published resources'
 => '公開されたリソースのデータベースを検索する',  => '公開されたリソースのデータベースを検索する',
   
    'Send broadcast and receipt-required email'     'Send broadcast and receipt-required email'
 => 'ブロードキャストや受信確認要求のあるメールを送る',  => 'ブロードキャストや受信確認要求のあるメールを送る',
   
    'Show Problem Completeness'     'Show Problem Completeness'
 => '問題の完全性を見る',  => '問題の完全性を見る',
   
    'Switch to another course'     'Switch to another course'
 => '他のコースに切り替える',  => '他のコースに切り替える',
   
    'System wide - can be used for any courses system wide'     'System wide - can be used for any courses system wide'
 => 'システム全体 - システム全体のコースを使用することができる',  => 'システム全体 - システム全体のコースを使用することができる',
   
    'System wide - open source to all authors'     'System wide - open source to all authors'
 => 'システム全体 - ソースをすべての作成者に公開する',  => 'システム全体 - ソースをすべての作成者に公開する',
   
    'The extension on this file'     'The extension on this file'
 => 'このファイルの拡張子',  => 'このファイルの拡張子',
   
    'This resource has been marked obsolete by the author(s)'     'This resource has been marked obsolete by the author(s)'
 => 'このリソースは採点されました',  => 'このリソースは採点されました',
   
    'Unsupported character combination'     'Unsupported character combination'
 => 'サポートされていない文字の組合せです',  => 'サポートされていない文字の組合せです',
   
    'Uploaded'     'Uploaded'
 => 'アップロードしました',  => 'アップロードしました',
   
    'Users with Roles Assigned by'     'Users with Roles Assigned by'
 => '次の役割を持ったユーザ:',  => '次の役割を持ったユーザ:',
   
    'View documents included in this course'     'View documents included in this course'
 => 'このコースの中のドキュメントを見る',  => 'このコースの中のドキュメントを見る',
   
    'View file'     'View file'
 => 'ファイルを閲覧する',  => 'ファイルを閲覧する',
   
    'untitled'     'untitled'
 => '無題',  => '無題',
   
 #SYNC Sun Sep 28 12:06:11 2003  #SYNC Sun Sep 28 12:06:11 2003
    'Additional Keywords'     'Additional Keywords'
 => '追加のキーワード',  => '追加のキーワード',
   
    'Additional Metadata (non-standard, parameters, exports)'     'Additional Metadata (non-standard, parameters, exports)'
 => '追加のメタデータ (非標準, パラメータ, エキスポート)',  => '追加のメタデータ (非標準, パラメータ, エキスポート)',
   
    'All versions'     'All versions'
 => 'すべてのバージョン',  => 'すべてのバージョン',
   
    'Author and Co-Author roles may not be available on servers other than your home server.'     'Author and Co-Author roles may not be available on servers other than your home server.'
 => '作成者と共同作成者の役割はホームサーバ以外では提供されません。',  => '作成者と共同作成者の役割はホームサーバ以外では提供されません。',
   
    'Author(s)'     'Author(s)'
 => '著者',  => '著者',
   
    'Average number of tries till solved'     'Average number of tries till solved'
 => '正解までの平均受験回数',  => '正解までの平均受験回数',
   
    'Browse Resources'     'Browse Resources'
 => 'リソースを見る',  => 'リソースを見る',
   
    'Catalog Information'     'Catalog Information'
 => 'カタログ情報',  => 'カタログ情報',
   
    'Collapse Remote Control'     'Collapse Remote Control'
 => 'リモコン・パネルを消します',  => 'リモコン・パネルを消します',
   
    'Construction Space'     'Construction Space'
 => 'コンストラクション・スペース',  => 'コンストラクション・スペース',
   
    'Content changed'     'Content changed'
 => 'コンテンツが変更されました',  => 'コンテンツが変更されました',
   
    'Copied metadata'     'Copied metadata'
 => 'メタデータはコピーされました',  => 'メタデータはコピーされました',
   
    'Copied source file'     'Copied source file'
 => 'ファイルはコピーされました',  => 'ファイルはコピーされました',
   
    'Copyright/Distribution'     'Copyright/Distribution'
 => '著作権/ディストリビューション',  => '著作権/ディストリビューション',
   
    'Could not write metadata'     'Could not write metadata'
 => 'メタデータを書き込めませんでした',  => 'メタデータを書き込めませんでした',
   
    'Course Documents'     'Course Documents'
 => 'コースドキュメント',  => 'コースドキュメント',
   
    'Creation Date'     'Creation Date'
 => '作成日',  => '作成日',
   
    'Custom Distribution File'     'Custom Distribution File'
 => '配布するファイルをカスタマイズする',  => '配布するファイルをカスタマイズする',
   
    'Default Cataloging Information for Directory'     'Default Cataloging Information for Directory'
 => 'デフォルトのディレクトリ用カタログ情報',  => 'デフォルトのディレクトリ用カタログ情報',
   
    'Degree of difficulty'     'Degree of difficulty'
 => '困難度',  => '困難度',
   
    'Differences'     'Differences'
 => '違い',  => '違い',
   
    'Dump Course DOCS to Construction Space'     'Dump Course DOCS to Construction Space'
 => 'コンストラクション・スペースにDOCSをダンプする',  => 'コンストラクション・スペースにDOCSをダンプする',
   
    'Entering course ...'     'Entering course ...'
 => 'コースに入る ...',  => 'コースに入る ...',
   
    'Error Messages'     'Error Messages'
 => 'エラーメッセージ',  => 'エラーメッセージ',
   
    'Exam Information'     'Exam Information'
 => '試験情報',  => '試験情報',
   
    'External Resource'     'External Resource'
 => '外部リソース',  => '外部リソース',
   
    'Generate new role ...'     'Generate new role ...'
 => '新しい役割を生成する ...',  => '新しい役割を生成する ...',
   
    'Go to the next resource in the course sequence'     'Go to the next resource in the course sequence'
 => 'このコースのシーケンス上の次のリソースに進む',  => 'このコースのシーケンス上の次のリソースに進む',
   
    'Go to the previous resource in the course sequence'     'Go to the previous resource in the course sequence'
 => 'このコースのシーケンス上の前のリソースに戻る',  => 'このコースのシーケンス上の前のリソースに戻る',
   
    'Import a published document'     'Import a published document'
 => '公開されているドキュメントをインポートする',  => '公開されているドキュメントをインポートする',
   
    'Keyword(s)'     'Keyword(s)'
 => 'キーワード',  => 'キーワード',
   
    'Last Week'     'Last Week'
 => '先週',  => '先週',
   
    'Load Map'     'Load Map'
 => 'マップをロードする',  => 'マップをロードする',
   
    'Logged Out'     'Logged Out'
 => 'ログアウトしました',  => 'ログアウトしました',
   
    'MIME Type'     'MIME Type'
 => 'MIMEタイプ',  => 'MIMEタイプ',
   
    'Make notes and annotations about this resource'     'Make notes and annotations about this resource'
 => 'このリソースのノートを取ります',  => 'このリソースのノートを取ります',
   
    'Material appears to be correct'     'Material appears to be correct'
 => '素材は正しく思えます',  => '素材は正しく思えます',
   
    'Material covered with sufficient depth'     'Material covered with sufficient depth'
 => '素材は充分にカバーしています',  => '素材は充分にカバーしています',
   
    'Material is helpful'     'Material is helpful'
 => '素材は助けになります',  => '素材は助けになります',
   
    'Material presented in clear way'     'Material presented in clear way'
 => '素材は明瞭な方法で示されています',  => '素材は明瞭な方法で示されています',
   
    'Metadata Information'     'Metadata Information'
 => 'メタデータ情報',  => 'メタデータ情報',
   
    'Modification Date'     'Modification Date'
 => '変更日付',  => '変更日付',
   
    'My Personal Info'     'My Personal Info'
 => '個人情報',  => '個人情報',
   
    'Network-wide number of accesses (hits)'     'Network-wide number of accesses (hits)'
 => 'ネットワーク全体のアクセス(ヒット数)',  => 'ネットワーク全体のアクセス(ヒット数)',
   
    'Network-wide number of courses using resource'     'Network-wide number of courses using resource'
 => 'リソースを使用しているネットワーク全体のコースの数',  => 'リソースを使用しているネットワーク全体のコースの数',
   
    'Number of resources that follow this resource in maps'     'Number of resources that follow this resource in maps'
 => 'マップの中でこのリソースに従っているリソースの数',  => 'マップの中でこのリソースに従っているリソースの数',
   
    'Number of resources that lead up to this resource in maps'     'Number of resources that lead up to this resource in maps'
 => 'マップの中でこのリソースに従えているリソースの数',  => 'マップの中でこのリソースに従えているリソースの数',
   
    'Number of resources using or importing resource'     'Number of resources using or importing resource'
 => 'このリソースを使っている/インポートしているリソースの数',  => 'このリソースを使っている/インポートしているリソースの数',
   
    'Obsolete'     'Obsolete'
 => '旧',  => '旧',
   
    'Parent Directory'     'Parent Directory'
 => '親ディレクトリ',  => '親ディレクトリ',
   
    'Please either'     'Please either'
 => 'どちらも',  => 'どちらも',
   
    'Project Information'     'Project Information'
 => 'プロジェクト情報',  => 'プロジェクト情報',
   
    'Publisher/Owner'     'Publisher/Owner'
 => '出版社/所有者',  => '出版社/所有者',
   
    'Publishing'     'Publishing'
 => '公開',  => '公開',
   
    'Resource Publication'     'Resource Publication'
 => 'リソースを公開する',  => 'リソースを公開する',
   
    'Resource is technically correct'     'Resource is technically correct'
 => 'リソースは技術的に正しい',  => 'リソースは技術的に正しい',
   
    'Score Upload Form'     'Score Upload Form'
 => 'アップロードされたフォームの得点',  => 'アップロードされたフォームの得点',
   
    'Select Map'     'Select Map'
 => 'マップを選択する',  => 'マップを選択する',
   
    'Set a bookmark for this resource'     'Set a bookmark for this resource'
 => 'このリソースのブックマークをセットする',  => 'このリソースのブックマークをセットする',
   
    'Show all roles'     'Show all roles'
 => '役割をすべて表示する',  => '役割をすべて表示する',
   
    'Since Start of Course'     'Since Start of Course'
 => 'コースの最初から',  => 'コースの最初から',
   
    'Since Yesterday'     'Since Yesterday'
 => '昨日から',  => '昨日から',
   
    'Special documents'     'Special documents'
 => '特別教材',  => '特別教材',
   
    'Store Catalog Information'     'Store Catalog Information'
 => 'カタログ情報を保存する',  => 'カタログ情報を保存する',
   
    'Subject'     'Subject'
 => '表題',  => '表題',
   
    'Successful Login'     'Successful Login'
 => '正常にログインしました',  => '正常にログインしました',
   
    'Suggested Replacement for Obsolete File'     'Suggested Replacement for Obsolete File'
 => '古いファイルの置換えを薦めます',  => '古いファイルの置換えを薦めます',
   
    'Switching Role'     'Switching Role'
 => '役割を切替える',  => '役割を切替える',
   
    'Target'     'Target'
 => 'ターゲット',  => 'ターゲット',
   
    'This syllabus can be publicly viewed at'     'This syllabus can be publicly viewed at'
 => 'このシラバスは次の場所で公開されます:',  => 'このシラバスは次の場所で公開されます:',
   
    'Total number of students who have worked on this problem'     'Total number of students who have worked on this problem'
 => 'この問題の全受験者数',  => 'この問題の全受験者数',
   
    'URLs To Include in Syllabus'     'URLs To Include in Syllabus'
 => 'シラバスに含むURL',  => 'シラバスに含むURL',
   
    'Update Display'     'Update Display'
 => '表示を更新する',  => '表示を更新する',
   
    'Upload a new main course document'     'Upload a new main course document'
 => '新しいメイン・コースドキュメントをアップロードする',  => '新しいメイン・コースドキュメントをアップロードする',
   
    'Upload a new supplemental course document'     'Upload a new supplemental course document'
 => '新しい補助教材をアップロードする',  => '新しい補助教材をアップロードする',
   
    'User'     'User'
 => 'ユーザ',  => 'ユーザ',
   
    'Verify Course Documents'     'Verify Course Documents'
 => 'コースドキュメントをべリファイしました',  => 'コースドキュメントをべリファイしました',
   
    'Version'     'Version'
 => 'バージョン',  => 'バージョン',
   
    'Wrote Metadata'     'Wrote Metadata'
 => 'メタデータを書き込みました',  => 'メタデータを書き込みました',
   
    'Your home server is '     'Your home server is '
 => 'ホームサーバは:',  => 'ホームサーバは:',
   
    'access denied'     'access denied'
 => 'アクセスは拒否されました',  => 'アクセスは拒否されました',
   
    'anno-'     'anno-'
 => 'アノ',  => 'アノ',
   
    'announce'     'announce'
 => 'お知らせ',  => 'お知らせ',
   
    'backward'     'backward'
 => '後',  => '後',
   
    'bookmark'     'bookmark'
 => 'ブックマーク',  => 'ブックマーク',
   
    'chart'     'chart'
 => '図',  => '図',
   
    'chat'     'chat'
 => 'チャット',  => 'チャット',
   
    'close this window'     'close this window'
 => 'ウィンドウを閉じる',  => 'ウィンドウを閉じる',
   
    'con-'     'con-'
 => 'con-',  => 'con-',
   
    'connection down'     'connection down'
 => '接続が切れました',  => '接続が切れました',
   
    'docs'     'docs'
 => 'docs',  => 'docs',
   
    'during the last'     'during the last'
 => '前',  => '前',
   
    'edit crs'     'edit crs'
 => 'コースを編集',  => 'コースを編集',
   
    'exit'     'exit'
 => '終了',  => '終了',
   
    'fas'     'fas'
 => 'fas',  => 'fas',
   
    'forward'     'forward'
 => '次へ',  => '次へ',
   
    'library'     'library'
 => 'ライブラリ',  => 'ライブラリ',
   
    'log in again'     'log in again'
 => '再度ログインしてください',  => '再度ログインしてください',
   
    'my'     'my'
 => '私の',  => '私の',
   
    'not found'     'not found'
 => '見つかりません',  => '見つかりません',
   
    'or'     'or'
 => 'または',  => 'または',
   
    'parms'     'parms'
 => 'パラメータ',  => 'パラメータ',
   
    'prepare'     'prepare'
 => '準備する',  => '準備する',
   
    'printout'     'printout'
 => '印刷する',  => '印刷する',
   
    'resource'     'resource'
 => 'リソース',  => 'リソース',
   
    'roles'     'roles'
 => '役割',  => '役割',
   
    'search'     'search'
 => '検索する',  => '検索する',
   
    'set'     'set'
 => 'セットする',  => 'セットする',
   
    'space'     'space'
 => 'スペース',  => 'スペース',
   
    'stats'     'stats'
 => '状態',  => '状態',
   
    'struct'     'struct'
 => '作成する',  => '作成する',
   
    'switch'     'switch'
 => '切替える',  => '切替える',
   
    'tations'     'tations'
 => 'テーション',  => 'テーション',
   
    'updated periodically'     'updated periodically'
 => '周期的に更新されます',  => '周期的に更新されます',
   
    'user'     'user'
 => 'ユーザ',  => 'ユーザ',
   
    'visible to author and co-authors only'     'visible to author and co-authors only'
 => '作成者と共同作成者に限り見ることが出来ます',  => '作成者と共同作成者に限り見ることが出来ます',
   
    'warning(s)'     'warning(s)'
 => '警告',  => '警告',
   
    "Click to download or use your browser's Save Link function"     "Click to download or use your browser's Save Link function"
 => "Click to download or use your browser's Save Link function",  => "Click to download or use your browser's Save Link function",
   
   
 #SYNC Thu Nov 27 21:01:54 2003  #SYNC Thu Nov 27 21:01:54 2003
    '#Stdnts'     '#Stdnts'
Line 5483  use base qw(Apache::localize); Line 5483  use base qw(Apache::localize);
   
 #SYNC Tue Aug 15 18:55:42 2006  #SYNC Tue Aug 15 18:55:42 2006
   
   
   #SYNC Fri Aug 18 20:46:55 2006
      'HTML character entities'
   => 'HTML character entities',
   # HTML (204) character entities
   
 #SYNCMARKER  #SYNCMARKER
 );  );
   
 1;  1;
   
   

Removed from v.1.15  
changed lines
  Added in v.1.16


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