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

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

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


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