Annotation of loncom/localize/localize/ar.pm, revision 1.7

1.5       minaeibi    1: # The LearningOnline Network with CAPA
                      2: # Arabic Localization Lexicon
1.1       www         3: #
1.7     ! riegler     4: # $Id: ar.pm,v 1.6 2004/03/26 20:20:07 www Exp $
1.1       www         5: #
                      6: # Copyright i-Learning Limited Partnership Company
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::ar;
                     33: use base qw(Apache::localize);
                     34: %Lexicon=('_AUTO' => 1,
                     35: 'language_code' => 'ar',
                     36: 'char_encoding' => 'UTF-8',
                     37: 'date_locale'  => 
                     38:       '$weekday, $day.$month.$year, $twentyfour:$minutes:$seconds',
1.5       minaeibi   39: 'date_months'  => ' يناير,فبراير,مارس,أبريل,مايو,يونيو,يوليو,أغسطس,سبتمبر,أكتوبر,نوفمبر,ديسمبر',
                     40: 'date_days'    => 'الأحد,الإثنين,الثلاثاء,الأربعاء,الخميس, الجمعة,السبت ',
                     41: 'date_am' => 'صباحا',
                     42: 'date_pm' => 'مساء',
1.1       www        43: 'textual_remote_display' => 'on',
                     44: 
1.5       minaeibi   45: #يناير - كانون الثاني,فبراير - شباط,مارس - آذار,أبريل - نيسان, مايو - أيار,يونيو - حزيران,يوليو - تموز,أغسطس - آب,سبتمبر - أيلول,أكتوبر - تشرين الأول,نوفمبر - تشرين الثاني,ديسمبر - كانون الأول
1.4       minaeibi   46: 
                     47: 
1.1       www        48:    'Domain'
1.5       minaeibi   49: => 'نطاق',
1.1       www        50: 
                     51:    'Server'
1.5       minaeibi   52: => 'خادم الشبكة',
1.1       www        53: 
                     54:    'Load'
1.5       minaeibi   55: => 'تحميل',
1.1       www        56: 
                     57:    'User Load'
1.5       minaeibi   58: => 'تحميل المستخدم',
1.1       www        59: 
                     60:    'Help'
1.5       minaeibi   61: => 'مساعد',
1.1       www        62: 
                     63:    'Log in'
1.5       minaeibi   64: => 'اتصال',
1.1       www        65: 
                     66:    'Username'
1.5       minaeibi   67: => 'اسم المستخدم',
1.1       www        68: 
                     69:    'Password'
1.5       minaeibi   70: => 'كلمة مرور',
1.1       www        71: 
                     72:    'choose'
1.5       minaeibi   73: => 'انتخاب',
1.1       www        74: 
                     75:    'enter'
1.5       minaeibi   76: => 'إدخال',
1.1       www        77: 
                     78:    'view'
1.5       minaeibi   79: => 'مشاهدة',
1.1       www        80: 
                     81:    'calendar'
1.5       minaeibi   82: => 'تقويم',
1.1       www        83: 
                     84:    'prefer-'
1.5       minaeibi   85: => 'تنظيمات',
1.1       www        86: 
                     87:    'ences'
1.6       www        88: => ' تنظيمات',
1.1       www        89: 
1.5       minaeibi   90:   'role'
                     91: => 'دور',
1.1       www        92: 
                     93:    'course'
1.5       minaeibi   94: => 'دورة',
1.1       www        95: 
                     96:    'create'
1.5       minaeibi   97: => 'إنشاء',
1.1       www        98: 
                     99:    'grades'
1.5       minaeibi  100: => 'درجات',
1.1       www       101: 
                    102:    'commu-'
1.5       minaeibi  103: => 'اتصالات',
1.1       www       104: 
                    105:    'nication'
1.5       minaeibi  106: => 'اتصالات',
1.1       www       107: 
                    108:    'enroll'
1.5       minaeibi  109: => 'تسجيل',
1.1       www       110: 
                    111:    'navigate'
1.5       minaeibi  112: => 'تجوال',
1.1       www       113: 
                    114:    'contents'
1.5       minaeibi  115: => 'المحتويات',
1.1       www       116: 
                    117:    'Announcements and Calendar'
1.5       minaeibi  118: => 'الإعلانات و التقويم',
1.1       www       119: 
                    120:    'Author'
1.5       minaeibi  121: => 'الكاتب',
1.1       www       122: 
                    123:    'Change Your Preferences'
1.5       minaeibi  124: => 'تعديل التنظيمات',
1.1       www       125: 
                    126:    'Choose the user role'
1.5       minaeibi  127: => 'انتخاب دور المستخدم',
1.1       www       128: 
                    129:    'Co-Author'
1.5       minaeibi  130: => 'مساعد الكاتب',
1.1       www       131: 
                    132:    'Communication and Messages'
1.5       minaeibi  133: => 'الاتصالات و الرسائل',
1.1       www       134: 
                    135:    'Course Coordinator'
1.5       minaeibi  136: => 'منسق الدورة',
1.1       www       137: 
                    138:    'Course Statistics and Charts'
1.5       minaeibi  139: => 'إحصائيات و جداول الدورة',
1.1       www       140: 
                    141:    'Course announcements and my calendar'
1.5       minaeibi  142: => 'إعلانات الدورة و التقويم الخاص بي',
1.1       www       143: 
                    144:    'Create Users, Change User Privileges'
1.5       minaeibi  145: => 'إنشاء مستخدمين و تغيير امتيازات المستخدم',
1.1       www       146: 
                    147:    'Domain Coordinator'
1.5       minaeibi  148: => 'منسق النطاق',
1.1       www       149: 
                    150:    'Enrollment Manager'
1.5       minaeibi  151: => 'مدير التسجيل',
1.1       www       152: 
                    153:    'Enter grades from check-out assessment resources'
1.5       minaeibi  154: => 'أدخل الدرجات من فهرس موارد التقييم',
1.1       www       155: 
                    156:    'Exam Proctor'
1.5       minaeibi  157: => 'المراقب في الامتحان',
1.1       www       158: 
                    159:    'Exit LON-CAPA'
1.5       minaeibi  160: => 'LON-CAPA الخروج  من',
1.1       www       161: 
                    162:    'Grades Spreadsheet'
1.5       minaeibi  163: => 'لوحة الدرجات الجدولية',
1.1       www       164: 
                    165:    'Grading'
1.5       minaeibi  166: => 'يصحح الأوراق',
1.1       www       167: 
                    168:    'Instructor'
1.5       minaeibi  169: => 'معلم',
1.1       www       170: 
                    171:    'Launch Remote Control'
1.5       minaeibi  172: => 'البدء بعملية التحكم عن بعد',
1.1       www       173: 
                    174:    'Main Menu'
1.5       minaeibi  175: => 'القائمة الرئيسية',
1.1       www       176: 
                    177:    'Navigate Course Contents'
1.5       minaeibi  178: => 'تجوال في محتويات الدورة',
1.1       www       179: 
                    180:    'No Role, Cumulative Privileges'
1.5       minaeibi  181: => 'بدون دور، مع تراكم الامتيازات',
1.1       www       182: 
                    183:    'Return to Last Location'
1.5       minaeibi  184: => 'الرجوع إلى الموضع السابق',
1.1       www       185: 
                    186:    'Send and receive messages'
1.5       minaeibi  187: => 'إرسال و استقبال الرسالة',
1.1       www       188: 
                    189:    'Set my user preferences'
1.5       minaeibi  190: => 'تحديد امتيازاتي الاستخدامية',
1.1       www       191: 
                    192:    'Student'
1.5       minaeibi  193: => 'طالب',
1.1       www       194: 
                    195:    'Switch to another user role'
1.5       minaeibi  196: => 'الانتقال إلى دور مستخدم آخر',
1.1       www       197: 
                    198:    'Teaching Assistant'
1.5       minaeibi  199: => 'مساعد الأستاذ',
1.1       www       200: 
                    201:    'Use or edit my bookmark collection'
1.5       minaeibi  202: => 'استخدم أو حرر المجموعة التي انتخبتُها',
1.1       www       203: 
                    204:    'User Roles'
1.5       minaeibi  205: => 'أدوار المستخدم',
1.1       www       206: 
                    207:    'Calculate course grades (Spreadsheet)'
1.5       minaeibi  208: => 'حساب درجات الدورة',
1.1       www       209: 
                    210:    'Enter the chatroom for the course'
1.5       minaeibi  211: => 'أُدخل غرفة المحادثة للدورة',
1.1       www       212: 
                    213:    'Navigate the table of contents for this course'
1.5       minaeibi  214: => 'التجوال في فهرس محتويات هذه الدورة',
1.1       www       215: 
                    216:    'Syllabus'
1.5       minaeibi  217: => 'برنامج دراسي',
1.1       www       218: 
                    219:    'View the course assessment progress chart'
1.5       minaeibi  220: => 'مشاهدة جدول تقييم تطور الدورة',
1.1       www       221: 
                    222:    'Class Hours'
1.5       minaeibi  223: => 'أوقات الدرس',
1.1       www       224: 
                    225:    'Course Description'
1.5       minaeibi  226: => 'وصف الدورة',
1.1       www       227: 
                    228:    'Coursepack'
1.5       minaeibi  229: => 'حقيبة الدورة',
1.1       www       230: 
                    231:    'Current Month'
1.5       minaeibi  232: => 'الشهر الحالي',
1.1       www       233: 
                    234:    'Deadlines'
1.5       minaeibi  235: => 'المواعيد الأخيرة',
1.1       www       236: 
                    237:    'Fri'
1.5       minaeibi  238: => 'الجمعة',
1.1       www       239: 
                    240:    'Grading Information'
1.5       minaeibi  241: => 'معلومات حول التصحيح',
1.1       www       242: 
                    243:    'Helproom Hours'
1.5       minaeibi  244: => 'ساعات عمل غرفة الاستشارة',
1.1       www       245: 
                    246:    'Instructor Information'
1.5       minaeibi  247: => 'معلومات المعلم',
1.1       www       248: 
                    249:    'Mon'
1.5       minaeibi  250: => 'الإثنين',
1.1       www       251: 
                    252:    'Next Month'
1.5       minaeibi  253: => 'الشهر المقبل',
1.1       www       254: 
                    255:    'Office Hours'
1.5       minaeibi  256: => 'الساعات الإدارية',
1.1       www       257: 
                    258:    'Prerequisites'
1.5       minaeibi  259: => 'المتطلبات',
1.1       www       260: 
                    261:    'Previous Month'
1.5       minaeibi  262: => 'الشهر الماضي',
1.1       www       263: 
                    264:    'Readings'
1.5       minaeibi  265: => 'مطالب للقراءة',
1.1       www       266: 
                    267:    'Sat'
1.5       minaeibi  268: => 'السبت',
1.1       www       269: 
                    270:    'January'
1.5       minaeibi  271: => 'يناير - كانون الثاني',
1.1       www       272: 
                    273:    'February'
1.5       minaeibi  274: => 'فبراير - شباط',
1.1       www       275: 
                    276:    'March'
1.5       minaeibi  277: => 'مارس - آذار',
1.1       www       278: 
                    279:    'April'
1.5       minaeibi  280: => 'أبريل - نيسان',
1.1       www       281: 
                    282:    'May'
1.5       minaeibi  283: => 'مايو - أيار',
1.1       www       284: 
                    285:    'June'
1.5       minaeibi  286: => 'يونيو - حزيران',
1.1       www       287: 
                    288:    'August'
1.5       minaeibi  289: => 'أغسطس - آب',
1.1       www       290: 
                    291:    'September'
1.5       minaeibi  292: => 'سبتمبر - أيلول',
1.1       www       293: 
                    294:    'October'
1.5       minaeibi  295: => 'أكتوبر - تشرين الأول',
1.1       www       296: 
                    297:    'November'
1.5       minaeibi  298: => 'نوفمبر - تشرين الثاني',
1.1       www       299: 
                    300:    'December'
1.5       minaeibi  301: => 'ديسمبر - كانون الأول',
1.1       www       302: 
                    303:    'Sun'
1.5       minaeibi  304: => 'الأحد',
1.1       www       305: 
                    306:    'Textbook'
1.5       minaeibi  307: => 'كتاب دراسي',
1.1       www       308: 
                    309:    'Thu'
1.5       minaeibi  310: => 'الخميس',
1.1       www       311: 
                    312:    'Tue'
1.5       minaeibi  313: => 'الثلاثاء',
1.1       www       314: 
                    315:    'Web Links'
1.5       minaeibi  316: => 'اتصالات الشبكة',
1.1       www       317: 
                    318:    'Wed'
1.5       minaeibi  319: => 'الأربعاء',
1.1       www       320: 
                    321:    'Drop/Add students in this course'
1.5       minaeibi  322: => 'إخراج أو إضافة  طلاب إلى الدورة',
1.1       www       323: 
                    324:    'You have entered that answer before'
1.5       minaeibi  325: => 'قد أَدرجتَ هذا الجواب فيما سبق',
1.1       www       326: 
                    327:    'A score has been assigned.'
1.5       minaeibi  328: => 'تم تخصيص درجة',
1.1       www       329: 
                    330:    'You are correct.'
1.5       minaeibi  331: => 'الحق معك',
1.1       www       332: 
                    333:    'Your receipt is'
1.5       minaeibi  334: => 'استلامك',
1.1       www       335: 
                    336:    'You are excused from the problem.'
1.5       minaeibi  337: => 'أنت معفي من الإجابة عن هذه المسألة',
1.1       www       338: 
                    339:    'Incorrect'
1.5       minaeibi  340: => 'غير صحيح',
1.1       www       341: 
                    342:    'Some parts were not submitted.'
1.5       minaeibi  343: => 'لم يتم تسليم بعض الحقول',
1.1       www       344: 
                    345:    'An error occured while grading your answer.'
1.5       minaeibi  346: => 'عَرَض اشتباه عند تصحيح جوابك',
1.1       www       347: 
                    348:    'The submitted answer was too long.'
1.5       minaeibi  349: => 'الجواب المعروض طويل للغاية',
1.1       www       350: 
                    351:    'This question expects a numeric answer.'
1.5       minaeibi  352: => 'يحتاج هذا السؤال إلى جواب بالأعداد',
1.1       www       353: 
                    354:    'You have provided an invalid ranking'
1.5       minaeibi  355: => 'الرتبة التي حصلت عليها غير معتبرة',
1.1       www       356: 
                    357:    'please refer to'
1.5       minaeibi  358: => 'يرجى الإشارة إلى',
1.1       www       359: 
                    360:    'The filetype extension of the file you uploaded is not allowed.'
1.5       minaeibi  361: => 'نوع امتداد الملف الذي حمّلته إلى الشبكة',
1.1       www       362: 
                    363:    'Please adjust significant figures.'
1.5       minaeibi  364: => 'يرجى انتخاب أعداد هامة',
1.1       www       365: 
                    366:    'Units incorrect.'
1.5       minaeibi  367: => 'الوحدات غير صحيحة',
1.1       www       368: 
                    369:    'Only a number required.'
1.5       minaeibi  370: => 'المطلوب في هذا الحقل هو عدد واحد',
1.1       www       371: 
                    372:    'Units required'
1.5       minaeibi  373: => 'الوحدات مطلوبة',
1.1       www       374: 
                    375:    'Unable to understand formula'
1.5       minaeibi  376: => 'الصيغة غير واضحة',
1.1       www       377: 
                    378:    'Your submission has been recorded.'
1.5       minaeibi  379: => 'تم تسجيل ما أرسلته',
1.1       www       380: 
                    381:    'Unknown message'
1.5       minaeibi  382: => 'رسالة مجهولة',
1.1       www       383: 
                    384:    'Answer Submitted'
1.5       minaeibi  385: => 'تم تسليم الجواب',
1.1       www       386: 
                    387:    'Tries'
1.5       minaeibi  388: => 'اختبارات',
1.1       www       389: 
                    390:    'Submit Answer'
1.5       minaeibi  391: => 'تسليم الجواب',
1.1       www       392: 
                    393:    'Prepare a printable document'
1.5       minaeibi  394: => 'قدِّم سنداً صالحاً للطباعة',
1.1       www       395: 
                    396:    'Go To My First Homework Problem'
1.5       minaeibi  397: => 'الانتقال إلى أول مسألة من واجباتي المنزلية',
1.1       www       398: 
                    399:    'Discussions'
1.5       minaeibi  400: => 'بحوث',
1.1       www       401: 
                    402:    'New discussion since'
1.5       minaeibi  403: => 'بحث جديد من',
1.1       www       404: 
                    405:    'Goodbye'
1.5       minaeibi  406: => 'في أمان الله',
1.1       www       407: 
                    408:    ', and answers will be available on'
1.5       minaeibi  409: => 'و الأجوبة ستكون متاحة في',
1.1       www       410: 
                    411:    ', or the next time you log in.'
1.5       minaeibi  412: => ' أو حينما تتصل في المرة التالية',
1.1       www       413: 
                    414:    ', select a template from the pull-down menu below'
1.5       minaeibi  415: => ',  انتخب نموذجاً من القائمة التالية المنفتحة للأسفل',
1.1       www       416: 
                    417:    'Abstract'
1.5       minaeibi  418: => 'تلخيص',
1.1       www       419: 
                    420:    'Access and Usage Statistics'
1.5       minaeibi  421: => 'إحصائيات المراجعة و الاستفادة',
1.1       www       422: 
                    423:    'Actions'
1.5       minaeibi  424: => 'عمليات',
1.1       www       425: 
                    426:    'All homework is currently completed'
1.5       minaeibi  427: => 'تم إنجاز جميع الواجبات في الوقت الحاضر',
1.1       www       428: 
                    429:    'Analyze Progress'
1.5       minaeibi  430: => 'تحليل التطور',
1.1       www       431: 
                    432:    'Analyzing a problem'
1.5       minaeibi  433: => 'تحليل مسألة',
1.1       www       434: 
                    435:    'Answer'
1.5       minaeibi  436: => 'جواب',
1.1       www       437: 
                    438:    'Answer available'
1.5       minaeibi  439: => 'الجواب متاح',
1.1       www       440: 
                    441:    'Answer submitted'
1.5       minaeibi  442: => 'تم تسليم الجواب',
1.1       www       443: 
                    444:    'Answer submitted, not yet graded'
1.5       minaeibi  445: => 'تم تسليم الجواب إلا أنه لم يُصحَّح بعد',
1.1       www       446: 
                    447:    'Back to Directory'
1.5       minaeibi  448: => 'الرجوع إلى الدليل',
1.1       www       449: 
                    450:    'Bulletin Board'
1.5       minaeibi  451: => 'لوحة الإعلانات',
1.1       www       452: 
                    453:    'Cancel'
1.5       minaeibi  454: => 'انصراف',
1.1       www       455: 
                    456:    'Changes will become active for your current session after'
1.5       minaeibi  457: => 'سيتم تفعيل التعديلات لجلستك الحالية بعد أن',
1.1       www       458: 
                    459:    'Construction Space Directory'
1.5       minaeibi  460: => 'دليل مساحة الأطروحة',
1.1       www       461: 
                    462:    'Contact'
1.5       minaeibi  463: => 'اتصال',
1.1       www       464: 
                    465:    'Copying file'
1.5       minaeibi  466: => 'ينسخ الملف',
1.1       www       467: 
                    468:    'Course'
1.5       minaeibi  469: => 'دورة',
1.1       www       470: 
                    471:    'Create'
1.5       minaeibi  472: => 'إنشاء',
1.1       www       473: 
                    474:    'Create a user or modify the roles and privileges of a user'
1.5       minaeibi  475: => 'إنشاء مستخدم أو تغيير أدواره و امتيازاته',
1.1       www       476: 
                    477:    'Currently not available'
1.5       minaeibi  478: => 'لم يَعُد متوفراً في الوقت الحاضر',
1.1       www       479: 
                    480:    'Currently selected. '
1.5       minaeibi  481: => 'تم انتخابه في الوقت الحاضر',
1.1       www       482: 
                    483:    'Date'
1.5       minaeibi  484: => 'تاريخ',
1.1       www       485: 
                    486:    'Discard Edits and View'
1.5       minaeibi  487: => 'حذف المحرر و المشاهدة',
1.1       www       488: 
                    489:    'Display'
1.5       minaeibi  490: => 'عرض',
1.1       www       491: 
                    492:    'Done'
1.5       minaeibi  493: => 'منجز',
1.1       www       494: 
                    495:    'Edit'
1.5       minaeibi  496: => 'تحرير',
1.1       www       497: 
                    498:    'EditXML'
1.5       minaeibi  499: => ' XML تحرير ',
1.1       www       500: 
                    501:    'Empty'
1.5       minaeibi  502: => 'فارغ',
1.1       www       503: 
                    504:    'End'
1.5       minaeibi  505: => 'نهاية',
1.1       www       506: 
                    507:    'Evaluation Comments'
1.5       minaeibi  508: => 'ملاحظات التقييم',
1.1       www       509: 
                    510:    'Evaluation Data'
1.5       minaeibi  511: => 'بيانات التقييم',
1.1       www       512: 
                    513:    'Excused by instructor'
1.5       minaeibi  514: => 'تغاضى المعلم ',
1.1       www       515: 
                    516:    'Extent'
1.5       minaeibi  517: => 'حد',
1.1       www       518: 
                    519:    'File'
1.5       minaeibi  520: => 'ملف',
1.1       www       521: 
                    522:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.5       minaeibi  523: => 'لم يتم العثور على قسم صالح للتحليل لهذه المسألة و لا تسند في الوقت الحاضر إلا الأجوبة العددية و الصيغية و الفرعية',
1.1       www       524: 
                    525:    'Frequency'
1.5       minaeibi  526: => 'تواتر',
1.1       www       527: 
                    528:    'Getting Problem Variants'
1.5       minaeibi  529: => 'استلام أنواع المسألة',
1.1       www       530: 
                    531:    'Go Back'
1.5       minaeibi  532: => 'رجوع',
1.1       www       533: 
                    534:    'Import'
1.5       minaeibi  535: => 'استيراد',
1.1       www       536: 
                    537:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.5       minaeibi  538: => 'يرجى الإفادة من مضاد فيروس متطور قبل فتح هذا الملف',
1.1       www       539: 
                    540:    'July'
1.5       minaeibi  541: => 'يوليو - تموز',
1.1       www       542: 
                    543:    'Language'
1.5       minaeibi  544: => 'لغة',
1.1       www       545: 
                    546:    'Last Modified'
1.5       minaeibi  547: => 'آخر تعديل لهذا الملف',
1.1       www       548: 
                    549:    'List of possible answers'
1.5       minaeibi  550: => 'قائمة الأجوبة المحتملة',
1.1       www       551: 
                    552:    'Main Course Documents'
1.5       minaeibi  553: => 'مستندات الدورة الرئيسية',
1.1       www       554: 
                    555:    'Map'
1.5       minaeibi  556: => 'خارطة',
1.1       www       557: 
                    558:    'Map contents are not shown in order.'
1.5       minaeibi  559: => 'لم يتم عرض محتويات الخارطة بالترتيب',
1.1       www       560: 
                    561:    'Name'
1.5       minaeibi  562: => 'اسم',
1.1       www       563: 
                    564:    'Navigate Contents'
1.5       minaeibi  565: => 'تجوال في المحتويات',
1.1       www       566: 
                    567:    'New Folder'
1.5       minaeibi  568: => 'مجلد جديد',
1.1       www       569: 
                    570:    'New Messages'
1.5       minaeibi  571: => 'رسائل جديدة',
1.1       www       572: 
                    573:    'New Search'
1.5       minaeibi  574: => 'بحث جديد',
1.1       www       575: 
                    576:    'No content modifications yet.'
1.5       minaeibi  577: => 'لم يتم إجراء أي تعديل في المحتويات حتى الآن',
1.1       www       578: 
                    579:    'No due date'
1.5       minaeibi  580: => 'بدون تاريخ محدد',
1.1       www       581: 
                    582:    'No role specified'
1.5       minaeibi  583: => 'لم يتم تحديد أي دور',
1.1       www       584: 
                    585:    'No upload file specified.'
1.5       minaeibi  586: => 'لم يتم تحديد ملف لتحميله إلى الشبكة',
1.1       www       587: 
                    588:    'No write permission to user directory, FAIL'
1.5       minaeibi  589: => 'لا يُسمح التلاعب في دليل المستخدم',
1.1       www       590: 
                    591:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.5       minaeibi  592: => 'ملاحظة: يستغرق إجراء التعديلات لكل المستخدمين عشر ثوانٍ',
1.1       www       593: 
                    594:    'Notes'
1.5       minaeibi  595: => 'مذكرات',
1.1       www       596: 
                    597:    'Open, no due date'
1.5       minaeibi  598: => 'مفتوح، بدون تاريخ محدد',
1.1       www       599: 
                    600:    'Page'
1.5       minaeibi  601: => 'صفحة',
1.1       www       602: 
                    603:    'Part'
1.5       minaeibi  604: => 'حقل',
1.1       www       605: 
                    606:    'Part is not open to be viewed. It'
1.5       minaeibi  607: => 'الحقل مغلق و لا يمكن مشاهدته',
1.1       www       608: 
                    609:    'Path'
1.5       minaeibi  610: => 'مسار',
1.1       www       611: 
                    612:    'Please use browser "Back" button and pick a filename'
1.5       minaeibi  613: => 'يرجى استخدام مفتاح إرجاع المستعرض و انتخاب اسم أحد الملفات',
1.1       www       614: 
                    615:    'Processing'
1.5       minaeibi  616: => 'يعالج',
1.1       www       617: 
                    618:    'Re-Initialize'
1.5       minaeibi  619: => 'إعادة تمهيد',
1.1       www       620: 
                    621:    'Remark'
1.5       minaeibi  622: => 'الإدلاء برأي',
1.1       www       623: 
                    624:    'Rename'
1.5       minaeibi  625: => 'تبديل الاسم',
1.1       www       626: 
                    627:    'Save'
1.5       minaeibi  628: => 'خزن',
1.1       www       629: 
                    630:    'Saving Modifications to'
1.5       minaeibi  631: => 'خزن التعديلات في',
1.1       www       632: 
                    633:    'Search'
1.5       minaeibi  634: => 'بحث',
1.1       www       635: 
                    636:    'Searching'
1.5       minaeibi  637: => 'يبحث',
1.1       www       638: 
                    639:    'Section/Group'
1.5       minaeibi  640: => 'حقل / مجموعة',
1.1       www       641: 
                    642:    'Select'
1.5       minaeibi  643: => 'انتخب',
1.1       www       644: 
                    645:    'Select Course'
1.5       minaeibi  646: => 'انتخب الدورة',
1.1       www       647: 
                    648:    'Select User'
1.5       minaeibi  649: => 'انتخب المستخدم',
1.1       www       650: 
                    651:    'Select a'
1.5       minaeibi  652: => 'انتخب',
1.1       www       653: 
                    654:    'Select the Construction Space'
1.5       minaeibi  655: => 'انتخب مساحة الأطروحة',
1.1       www       656: 
                    657:    'Sequence'
1.5       minaeibi  658: => 'توالي',
1.1       www       659: 
                    660:    'Server Administration'
1.5       minaeibi  661: => 'إدارة الملقم',
1.1       www       662: 
                    663:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.5       minaeibi  664: => 'تحديد المواعيد الأخيرة و وسائط التقييم الأخرى و أيضاً تغيير مجال الدورة',
1.1       www       665: 
                    666:    'Show Only Uncompleted Homework'
1.5       minaeibi  667: => 'اعرض الواجبات الناقصة فقط',
1.1       www       668: 
                    669:    'Simple Page'
1.5       minaeibi  670: => 'صفحة بسيطة',
1.1       www       671: 
                    672:    'Simple Problem'
1.5       minaeibi  673: => 'مسألة بسيطة',
1.1       www       674: 
                    675:    'Special Documents'
1.5       minaeibi  676: => 'وثائق خاصة',
1.1       www       677: 
                    678:    'Start'
1.5       minaeibi  679: => 'تشغيل',
1.1       www       680: 
                    681:    'Status'
1.5       minaeibi  682: => 'حالة',
1.1       www       683: 
                    684:    'Store uploaded file as '
1.5       minaeibi  685: => 'خزن الملف المحمَّل إلى الشبكة باسم',
1.1       www       686: 
                    687:    'Submit'
1.5       minaeibi  688: => 'تسليم',
1.1       www       689: 
                    690:    'Submit Changes'
1.5       minaeibi  691: => 'تسليم التغييرات',
1.1       www       692: 
                    693:    'Submit Changes and View'
1.5       minaeibi  694: => 'تسليم التغييرات و المشاهدة',
1.1       www       695: 
                    696:    'Supplemental Course Documents'
1.5       minaeibi  697: => 'مستندات الدورة التكميلية',
1.1       www       698: 
                    699:    'Switch Server'
1.5       minaeibi  700: => 'تبديل الملقم',
1.1       www       701: 
                    702:    'System'
1.5       minaeibi  703: => 'نظام',
1.1       www       704: 
                    705:    'System Administration'
1.5       minaeibi  706: => 'إدارة النظام',
1.1       www       707: 
                    708:    'The target is an existing directory.'
1.5       minaeibi  709: => 'المقصد هو الدليل الموجود',
1.1       www       710: 
                    711:    'Then'
1.5       minaeibi  712: => 'ثم',
1.1       www       713: 
                    714:    'Title'
1.5       minaeibi  715: => 'اسم',
1.1       www       716: 
                    717:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.5       minaeibi  718: => 'بسبب الإشكالات الموجودة في الشبكة لا يمكن أن يعرف أن هذا المورد مفتوح أم لا. حاول مرة أخرى رجاءً',
1.1       www       719: 
                    720:    'Unable to find'
1.5       minaeibi  721: => 'غير متوفر',
1.1       www       722: 
                    723:    'Unable to make backup'
1.5       minaeibi  724: => 'لا يمكن إعداد المساند',
1.1       www       725: 
                    726:    'Unable to undo, unable to switch'
1.5       minaeibi  727: => 'لا يمكن إلغاء التعديلات أو تبديلها',
1.1       www       728: 
                    729:    'Unable to write to'
1.5       minaeibi  730: => 'لا تتوافر إمكانية الكتابة إلى',
1.1       www       731: 
                    732:    'Uncompleted Homework'
1.5       minaeibi  733: => 'واجبات ناقصة',
1.1       www       734: 
                    735:    'Undid changes, Switched'
1.5       minaeibi  736: => 'أُلغيت التعديلات، تم تبديلها',
1.1       www       737: 
                    738:    'Upload Document'
1.5       minaeibi  739: => 'تحميل السند إلى الشبكة',
1.1       www       740: 
                    741:    'Uploaded Document'
1.5       minaeibi  742: => 'السند المحمَّل إلى الشبكة',
1.1       www       743: 
                    744:    'User Role'
1.5       minaeibi  745: => 'دور المستخدم',
1.1       www       746: 
                    747:    'View All Messages'
1.5       minaeibi  748: => 'مشاهدة جميع الرسائل',
1.1       www       749: 
                    750:    'View course assessment statistics'
1.5       minaeibi  751: => 'مشاهدة إحصائيات تقييم الدورة',
1.1       www       752: 
                    753:    'Was due'
1.5       minaeibi  754: => 'كان من المقرر',
1.1       www       755: 
                    756:    'Yes'
1.5       minaeibi  757: => 'نعم',
1.1       www       758: 
                    759:    'You did not select a template.'
1.5       minaeibi  760: => 'لم تنتخب نموذجاً',
1.1       www       761: 
                    762:    'You do not have authoring privileges for this resource'
1.5       minaeibi  763: => 'لا تملك الصلاحيات تغيير محتويات هذا المورد',
1.1       www       764: 
                    765:    'You have no unread messages'
1.5       minaeibi  766: => 'لا توجد لديك رسالة لم تُقرأ',
1.1       www       767: 
                    768:    'aboutlon.gif'
                    769: => 'aboutlon.gif',
                    770: 
                    771:    'accessbutton.gif'
                    772: => 'accessbutton.gif',
                    773: 
                    774:    'an indeterminate date'
1.5       minaeibi  775: => 'تاريخ غير محدد',
1.1       www       776: 
                    777:    'an unknown date'
1.5       minaeibi  778: => 'تاريخ لا يمكن تشخيصه',
1.1       www       779: 
                    780:    'contents'
1.5       minaeibi  781: => 'محتويات',
1.1       www       782: 
                    783:    'could not be copied.'
1.5       minaeibi  784: => 'لم ينسخ',
1.1       www       785: 
                    786:    'is closed but you are allowed to view it'
1.5       minaeibi  787: => 'يُغلق و لكن تستطيع أن تشاهده',
1.1       www       788: 
                    789:    'is due at'
1.5       minaeibi  790: => 'المقرر في',
1.1       www       791: 
                    792:    'is in under construction'
1.5       minaeibi  793: => 'في طور الإعداد',
1.1       www       794: 
                    795:    'is not analyzable at this time'
1.5       minaeibi  796: => 'غير صالح للتحليل في الحال الحاضر',
1.1       www       797: 
                    798:    'last month'
1.5       minaeibi  799: => 'الشهر الماضي',
1.1       www       800: 
                    801:    'last problem'
1.5       minaeibi  802: => 'آخر مسألة',
1.1       www       803: 
                    804:    'last six months'
1.5       minaeibi  805: => 'الأشهر الست الماضية',
1.1       www       806: 
                    807:    'last three months'
1.5       minaeibi  808: => 'الأشهر الثلاث الماضية月',
1.1       www       809: 
                    810:    'last week'
1.5       minaeibi  811: => 'الأسبوع الماضي',
1.1       www       812: 
                    813:    'last year'
1.5       minaeibi  814: => 'السنة الماضية',
1.1       www       815: 
                    816:    'may open later.'
1.5       minaeibi  817: => 'قد يُفتح فيما بعد',
1.1       www       818: 
                    819:    'never'
1.5       minaeibi  820: => 'أبداً، مطلقاً',
1.1       www       821: 
                    822:    'not displayed'
1.5       minaeibi  823: => 'لم يُعرض',
1.1       www       824: 
                    825:    're-initializing course'
1.5       minaeibi  826: => 'إعادة الدورة',
1.1       www       827: 
                    828:    'system wide'
1.5       minaeibi  829: => 'النظام واسع',
1.1       www       830: 
                    831:    'today'
1.5       minaeibi  832: => 'اليوم',
1.1       www       833: 
                    834:    'undo'
1.5       minaeibi  835: => 'إلغاء',
1.1       www       836: 
                    837:    'userauthentication.gif'
                    838: => 'userauthentication.gif',
                    839: 
                    840:    'was due on'
1.5       minaeibi  841: => 'كان من المقرر في',
1.1       www       842: 
                    843:    'will open on'
1.5       minaeibi  844: => 'سيُفتح في',
1.1       www       845: 
                    846:    ', is reserved internally by LON-CAPA.'
1.5       minaeibi  847: => ',  LON-CAPA يتم خزنه داخلياً بواسطة ',
1.1       www       848: 
                    849:    'Back to'
1.5       minaeibi  850: => 'الرجوع إلى',
1.1       www       851: 
                    852:    'Back to Source'
1.5       minaeibi  853: => 'الرجوع إلى المورد',
1.1       www       854: 
                    855:    'Back to Source Directory'
1.5       minaeibi  856: => 'الرجوع إلى دليل المورد',
1.1       www       857: 
                    858:    'Became this version on ...'
1.5       minaeibi  859: => 'تم تبديل هذه النسخة ',
1.1       www       860: 
                    861:    'Browse published resources'
1.5       minaeibi  862: => 'استعراض الموارد المنشورة',
1.1       www       863: 
                    864:    'Choose the course to work on'
1.5       minaeibi  865: => 'انتخب دورة لتشتغل عليها',
1.1       www       866: 
                    867:    'Create a new course'
1.5       minaeibi  868: => ' إنشاء دورة جديدة',
1.1       www       869: 
                    870:    'Customized right of use ...	'
1.5       minaeibi  871: => ' ... حق طلب استخدام',
1.1       www       872: 
                    873:    'Delete messages from bulletin boards'
1.5       minaeibi  874: => 'حذف الرسائل من لوحة الإعلانات',
1.1       www       875: 
                    876:    'Domain only - use limited to courses in the domain'
1.5       minaeibi  877: => 'النطاق الوحيد - عملية تحديد الدورات',
1.1       www       878: 
                    879:    'Dynamic Metadata'
1.5       minaeibi  880: => 'بيانات معيارية فاعلة',
1.1       www       881: 
                    882:    'Edit and view documents included in this course'
1.5       minaeibi  883: => 'تحرير و مشاهدة المستندات المودعة في هذه الدورة',
1.1       www       884: 
                    885:    'Edit/Modify DOCS'
1.5       minaeibi  886: => ' DOC تحرير أو تبديل الملفات بامتداد ',
1.1       www       887: 
                    888:    'Enter my resource construction space'
1.5       minaeibi  889: => 'الدخول إلى مساحة أطروحة المورد المختص بي',
1.1       www       890: 
                    891:    'FAIL'
1.5       minaeibi  892: => 'فشل',
1.1       www       893: 
                    894:    'Failed to copy source'
1.5       minaeibi  895: => 'لم يتم نسخ المورد',
1.1       www       896: 
                    897:    'Failed to write metadata copy'
1.5       minaeibi  898: => 'الفشل في كتابة نسخة البيانات المعيارية',
1.1       www       899: 
                    900:    'File copied.'
1.5       minaeibi  901: => 'لم يتم نسخ الملف',
1.1       www       902: 
                    903:    'Finalize Publication'
1.5       minaeibi  904: => 'إنهاء النشر',
1.1       www       905: 
                    906:    'Grant/revoke role of Co-Author'
1.5       minaeibi  907: => 'منح أو إلغاء دور مساعد الكاتب',
1.1       www       908: 
                    909:    'Grant/revoke role of Domain Coordinator'
1.5       minaeibi  910: => 'منح أو إلغاء دور منسق النطاق',
1.1       www       911: 
                    912:    'Grant/revoke role of Exam Proctor'
1.5       minaeibi  913: => 'منح أو إلغاء دور المراقب في الامتحان',
1.1       www       914: 
                    915:    'Grant/revoke role of Instructor'
1.5       minaeibi  916: => 'منح أو إلغاء دور المعلم',
1.1       www       917: 
                    918:    'Grant/revoke role of Student'
1.5       minaeibi  919: => 'منح أو إلغاء دور الطالب',
1.1       www       920: 
                    921:    'Grant/revoke role of Superuser'
1.5       minaeibi  922: => 'منح أو إلغاء دور المستخدم الفائق',
1.1       www       923: 
                    924:    'Illegal filename.'
1.5       minaeibi  925: => 'اسم الملف غير معتبر',
1.1       www       926: 
                    927:    'Name starting with'
1.5       minaeibi  928: => ' الاسم الذي يبدأ ب',
1.1       www       929: 
                    930:    'No previous versions published.'
1.5       minaeibi  931: => 'لم يتم نشر أي نسخة من النسخ السابقة',
1.1       www       932: 
                    933:    'No write permission to'
1.5       minaeibi  934: => ' لا يُسمح لك أن تكتب في',
1.1       www       935: 
                    936:    'Please pick a version to retrieve'
1.5       minaeibi  937: => 'يرجى انتخاب نسخة ليتم استخراجها',
1.1       www       938: 
                    939:    'Private - visible to author only for testing purposes'
1.5       minaeibi  940: => 'خاص - لا يمكن استخراج الملف إلا للكاتب و من أجل الاختبار',
1.1       www       941: 
                    942:    'Private Publication - did not synchronize database'
1.5       minaeibi  943: => 'نشر خاص - لم تتم المواقتة مع قاعدة البيانات',
1.1       www       944: 
                    945:    'Public - no authentication or authorization required for use'
1.5       minaeibi  946: => 'عام - لا حاجة للاستفادة إلى التوثيق أو الإذن',
1.1       www       947: 
                    948:    'Retrieval of an old version will overwrite the file currently in construction space'
1.5       minaeibi  949: => 'استخراج النسخة السابقة يستوجب الكتابة على الملف الموجود حالياً في مساحة الأطروحة',
1.1       www       950: 
                    951:    'Retrieve previous versions of'
1.5       minaeibi  952: => 'استخراج النسخة السابقة',
1.1       www       953: 
                    954:    'Retrieve version'
1.5       minaeibi  955: => 'استخراج نسخة',
1.1       www       956: 
                    957:    'Rule'
1.5       minaeibi  958: => 'قانون',
1.1       www       959: 
                    960:    'Search the contents of this course'
1.5       minaeibi  961: => 'البحث في محتويات هذه الدورة',
1.1       www       962: 
                    963:    'Search the database of published resources'
1.5       minaeibi  964: => 'البحث في قاعدة بيانات الموارد المنشورة',
1.1       www       965: 
                    966:    'Send broadcast and receipt-required email'
1.5       minaeibi  967: => 'إرسال إذاعي و استلام الرسالة الإلكترونية المحتاجة إلى الإشعار بالاستلام',
1.1       www       968: 
                    969:    'Show Problem Completeness'
1.5       minaeibi  970: => 'عرض مسار إكمال المسألة',
1.1       www       971: 
                    972:    'Switch to another course'
1.5       minaeibi  973: => 'الانتقال إلى دورة أخرى',
1.1       www       974: 
                    975:    'System wide - can be used for any courses system wide'
1.5       minaeibi  976: => 'النظام واسع - يمكن استخدامه لجميع دورات النظام الواسع',
1.1       www       977: 
                    978:    'System wide - open source to all authors'
1.5       minaeibi  979: => 'النظام واسع - فتح المورد لجميع المؤلفين',
1.1       www       980: 
                    981:    'The extension on this file'
1.5       minaeibi  982: => 'الامتداد على هذا الملف',
1.1       www       983: 
                    984:    'This resource has been marked obsolete by the author(s)'
1.5       minaeibi  985: => 'أفصح الكاتب أو الكتّاب عن قِدَم هذا المورد',
1.1       www       986: 
                    987:    'Unsupported character combination'
1.5       minaeibi  988: => 'لا يتم إسناد هذا التركيب من الحروف',
1.1       www       989: 
                    990:    'Uploaded'
1.5       minaeibi  991: => 'تم تحميله إلى الشبكة',
1.1       www       992: 
                    993:    'Users with Roles Assigned by'
1.5       minaeibi  994: => 'المستخدمون عبر الأدوار التي أحيلت إليهم بواسطة',
1.1       www       995: 
                    996:    'View documents included in this course'
1.5       minaeibi  997: => 'مشاهدة الملفات المودعة في هذه الدورة',
1.1       www       998: 
                    999:    'View file'
1.5       minaeibi 1000: => 'مشاهدة الملف',
1.1       www      1001: 
                   1002:    'untitled'
1.5       minaeibi 1003: => 'بدون اسم',
1.1       www      1004: 
                   1005: #SYNC Sun Sep 28 12:06:11 2003
                   1006:    'Additional Keywords'
1.5       minaeibi 1007: => 'كلمات دليلية إضافية',
1.1       www      1008: 
                   1009:    'Additional Metadata (non-standard, parameters, exports)'
1.5       minaeibi 1010: => 'بيانات معيارية إضافية -غير قياسي، وسائط، تصديرات',
1.1       www      1011: 
                   1012:    'All versions'
1.5       minaeibi 1013: => 'جميع النسخ',
1.1       www      1014: 
                   1015:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.5       minaeibi 1016: => 'لا يتوفر دور الكاتب و لا مساعده على أي ملقم سوى ملقم المضيف',
1.1       www      1017: 
                   1018:    'Author(s)'
1.5       minaeibi 1019: => 'كاتب / كتّاب',
1.1       www      1020: 
                   1021:    'Average number of tries till solved'
1.5       minaeibi 1022: => 'معدَّل تكرار محاولات المستخدم لحل هذه المسألة',
1.1       www      1023: 
                   1024:    'Browse Resources'
1.5       minaeibi 1025: => 'استعراض الموارد',
1.1       www      1026: 
                   1027:    'Catalog Information'
1.5       minaeibi 1028: => 'معلومات القائمة',
1.1       www      1029: 
                   1030:    'Collapse Remote Control'
1.5       minaeibi 1031: => 'إخفاق (عملية) التحكم عن بعد',
1.1       www      1032: 
                   1033:    'Construction Space'
1.5       minaeibi 1034: => 'مساحة الأطروحة',
1.1       www      1035: 
                   1036:    'Content changed'
1.5       minaeibi 1037: => 'تبدَّلَ المحتوى',
1.1       www      1038: 
                   1039:    'Copied metadata'
1.5       minaeibi 1040: => 'تم نسخ البيانات المعيارية',
1.1       www      1041: 
                   1042:    'Copied source file'
1.5       minaeibi 1043: => 'تم نسخ ملف المورد',
1.1       www      1044: 
                   1045:    'Copyright/Distribution'
1.5       minaeibi 1046: => 'حقوق النشر و الطباعة/التوزيع',
1.1       www      1047: 
                   1048:    'Could not write metadata'
1.5       minaeibi 1049: => 'لم تتوافر إمكانية',
1.1       www      1050: 
                   1051:    'Course Documents'
1.5       minaeibi 1052: => 'مستندات الدورة',
1.1       www      1053: 
                   1054:    'Creation Date'
1.5       minaeibi 1055: => 'تاريخ الإنشاء',
1.1       www      1056: 
                   1057:    'Custom Distribution File'
1.5       minaeibi 1058: => 'ملف توزيع مطلوب',
1.1       www      1059: 
                   1060:    'Default Cataloging Information for Directory'
1.5       minaeibi 1061: => 'معلومات حول فهرسة الدليل الافتراضية',
1.1       www      1062: 
                   1063:    'Degree of difficulty'
1.5       minaeibi 1064: => 'درجة الصعوبة',
1.1       www      1065: 
                   1066:    'Differences'
1.5       minaeibi 1067: => 'فروق',
1.1       www      1068: 
                   1069:    'Dump Course DOCS to Construction Space'
1.5       minaeibi 1070: => 'طرح الملفات بامتداد DOC الموجودة في مساحة الأطروحة',
1.1       www      1071: 
                   1072:    'Entering course ...'
1.5       minaeibi 1073: => '...الدخول إلى الدورة',
1.1       www      1074: 
                   1075:    'Error Messages'
1.5       minaeibi 1076: => 'رسائل خطأ',
1.1       www      1077: 
                   1078:    'Exam Information'
1.5       minaeibi 1079: => 'معلومات حول الامتحان',
1.1       www      1080: 
                   1081:    'External Resource'
1.5       minaeibi 1082: => 'مورد خارجي',
1.1       www      1083: 
                   1084:    'Generate new role ...'
1.5       minaeibi 1085: => '...إنشاء دور جديد',
1.1       www      1086: 
                   1087:    'Go to the next resource in the course sequence'
1.5       minaeibi 1088: => 'الانتقال إلى المورد التالي في ترتيب الدورة',
1.1       www      1089: 
                   1090:    'Go to the previous resource in the course sequence'
1.5       minaeibi 1091: => 'الانتقال إلى المورد السابق في ترتيب الدورة',
1.1       www      1092: 
                   1093:    'Import a published document'
1.5       minaeibi 1094: => 'إدخال السند المنشور',
1.1       www      1095: 
                   1096:    'Keyword(s)'
1.5       minaeibi 1097: => 'كلمات دليلية',
1.1       www      1098: 
                   1099:    'Last Week'
1.5       minaeibi 1100: => 'الأسبوع الماضي',
1.1       www      1101: 
                   1102:    'Load Map'
1.5       minaeibi 1103: => 'تحميل الخارطة',
1.1       www      1104: 
                   1105:    'Logged Out'
1.5       minaeibi 1106: => 'انقطع الاتصال',
1.1       www      1107: 
                   1108:    'MIME Type'
1.5       minaeibi 1109: => 'MIME- نوع',
1.1       www      1110: 
                   1111:    'Make notes and annotations about this resource'
1.5       minaeibi 1112: => 'كتابة التعليقة و الشرح على هذا المورد',
1.1       www      1113: 
                   1114:    'Material appears to be correct'
1.5       minaeibi 1115: => 'المطالب التي تبدو صحيحة',
1.1       www      1116: 
                   1117:    'Material covered with sufficient depth'
1.5       minaeibi 1118: => 'مطالب عميقة',
1.1       www      1119: 
                   1120:    'Material is helpful'
1.5       minaeibi 1121: => 'مطالب مفيدة',
1.1       www      1122: 
                   1123:    'Material presented in clear way'
1.5       minaeibi 1124: => 'مطالب واضحة',
1.1       www      1125: 
                   1126:    'Metadata Information'
1.5       minaeibi 1127: => 'معلومات حول البيانات المعيارية',
1.1       www      1128: 
                   1129:    'Modification Date'
1.5       minaeibi 1130: => 'تاريخ التعديل',
1.1       www      1131: 
                   1132:    'My Personal Info'
1.5       minaeibi 1133: => 'معلوماتي الخاصة',
1.1       www      1134: 
                   1135:    'Network-wide number of accesses (hits)'
1.5       minaeibi 1136: => 'الشبكة الواسعة - عدد المراجعات',
1.1       www      1137: 
                   1138:    'Network-wide number of courses using resource'
1.5       minaeibi 1139: => 'الشبكة الواسعة - عدد الدورات المستفيدة من هذا المورد',
1.1       www      1140: 
                   1141:    'Number of resources that follow this resource in maps'
1.5       minaeibi 1142: => 'عدد الموارد التالية لهذا المورد في الخرائط',
1.1       www      1143: 
                   1144:    'Number of resources that lead up to this resource in maps'
1.5       minaeibi 1145: => 'عدد الموارد المنتهية إلى هذا المورد في الخرائط',
1.1       www      1146: 
                   1147:    'Number of resources using or importing resource'
1.5       minaeibi 1148: => 'عدد الموارد التي تستفيد من هذا المورد أو تدرجه',
1.1       www      1149: 
                   1150:    'Obsolete'
1.5       minaeibi 1151: => 'قديم',
1.1       www      1152: 
                   1153:    'Parent Directory'
1.5       minaeibi 1154: => 'الدليل الرئيسي',
1.1       www      1155: 
                   1156:    'Please either'
1.5       minaeibi 1157: => 'يرجى إما',
1.1       www      1158: 
                   1159:    'Project Information'
1.5       minaeibi 1160: => 'معلومات حول المشروع',
1.1       www      1161: 
                   1162:    'Publisher/Owner'
1.5       minaeibi 1163: => 'ناشر أو صاحب',
1.1       www      1164: 
                   1165:    'Publishing'
1.5       minaeibi 1166: => 'منشورات',
1.1       www      1167: 
                   1168:    'Resource Publication'
1.5       minaeibi 1169: => 'نشر المورد',
1.1       www      1170: 
                   1171:    'Resource is technically correct'
1.5       minaeibi 1172: => 'المورد صحيح من الجانب الفني',
1.1       www      1173: 
                   1174:    'Score Upload Form'
1.5       minaeibi 1175: => 'وضع درجة على الاستمارة المحمَّلة إلى الشبكة',
1.1       www      1176: 
                   1177:    'Select Map'
1.5       minaeibi 1178: => 'انتخاب الخارطة',
1.1       www      1179: 
                   1180:    'Set a bookmark for this resource'
1.5       minaeibi 1181: => 'وضع المؤشرة في هذا المورد',
1.1       www      1182: 
                   1183:    'Show all roles'
1.5       minaeibi 1184: => 'عرض جميع الأدوار',
1.1       www      1185: 
                   1186:    'Since Start of Course'
1.5       minaeibi 1187: => 'من حين بدء الدورة',
1.1       www      1188: 
                   1189:    'Since Yesterday'
1.5       minaeibi 1190: => 'من يوم أمس',
1.1       www      1191: 
                   1192:    'Special documents'
1.5       minaeibi 1193: => 'وثائق خاصة',
1.1       www      1194: 
                   1195:    'Store Catalog Information'
1.5       minaeibi 1196: => 'حفظ معلومات القائمة',
1.1       www      1197: 
                   1198:    'Subject'
1.5       minaeibi 1199: => 'موضوع',
1.1       www      1200: 
                   1201:    'Successful Login'
1.5       minaeibi 1202: => 'تم الاتصال بنجاح',
1.1       www      1203: 
                   1204:    'Suggested Replacement for Obsolete File'
1.5       minaeibi 1205: => 'البديل المقترح للملف القديم',
1.1       www      1206: 
                   1207:    'Switching Role'
1.5       minaeibi 1208: => 'تبديل الدور',
1.1       www      1209: 
                   1210:    'Target'
1.5       minaeibi 1211: => 'الهدف',
1.1       www      1212: 
                   1213:    'This syllabus can be publicly viewed at'
1.5       minaeibi 1214: => 'يستطيع الجميع أن يشاهدوا هذا البرنامج الدراسي',
1.1       www      1215: 
                   1216:    'Total number of students who have worked on this problem'
1.5       minaeibi 1217: => 'عدد جميع الطلاب الذين تناولوا هذه المسألة',
1.1       www      1218: 
                   1219:    'URLs To Include in Syllabus'
1.5       minaeibi 1220: => 'عناوين مجموعة من المواقع لإدراجها في هذا البرنامج الدراسي',
1.1       www      1221: 
                   1222:    'Update Display'
1.5       minaeibi 1223: => 'تحديث العرض',
1.1       www      1224: 
                   1225:    'Upload a new main course document'
1.5       minaeibi 1226: => 'تحميل سند الدورة الرئيسي الجديد إلى الشبكة',
1.1       www      1227: 
                   1228:    'Upload a new supplemental course document'
1.5       minaeibi 1229: => 'تحميل سند الدورة التكميلي الجديد إلى الشبكة',
1.1       www      1230: 
                   1231:    'User'
1.5       minaeibi 1232: => 'مستخدم',
1.1       www      1233: 
                   1234:    'Verify Course Documents'
1.5       minaeibi 1235: => 'التصديق على صحة مستندات الدورة',
1.1       www      1236: 
                   1237:    'Version'
1.5       minaeibi 1238: => 'نسخة',
1.1       www      1239: 
                   1240:    'Wrote Metadata'
1.5       minaeibi 1241: => 'كُتبت البيانات المعيارية',
1.1       www      1242: 
                   1243:    'Your home server is '
1.5       minaeibi 1244: => 'ملقمك المضيف',
1.1       www      1245: 
                   1246:    'access denied'
1.6       www      1247: => 'لم يتم الوصول', 'إعلان',
1.1       www      1248: 
                   1249:    'anno-'
1.6       www      1250: => 'إعلان',
1.1       www      1251: 
                   1252:    'announce'
1.6       www      1253: => 'إعلان',
1.1       www      1254: 
                   1255:    'backward'
1.5       minaeibi 1256: => 'إلى الوراء',
1.1       www      1257: 
                   1258:    'bookmark'
1.5       minaeibi 1259: => 'مؤشرة',
1.1       www      1260: 
                   1261:    'chart'
1.5       minaeibi 1262: => 'مخطط',
1.1       www      1263: 
                   1264:    'chat'
1.5       minaeibi 1265: => 'محادثة',
1.1       www      1266: 
                   1267:    'close this window'
1.5       minaeibi 1268: => 'إغلاق هذه النافذة',
1.1       www      1269: 
                   1270:    'con-'
                   1271: => 'con-',
                   1272: 
                   1273:    'connection down'
1.5       minaeibi 1274: => 'عدم الاتصال',
1.1       www      1275: 
                   1276:    'docs'
1.5       minaeibi 1277: => 'مستندات',
1.1       www      1278: 
                   1279:    'during the last'
1.5       minaeibi 1280: => 'خلال الماضي',
1.1       www      1281: 
                   1282:    'edit crs'
1.5       minaeibi 1283: => 'crs تحرير  ',
1.1       www      1284: 
                   1285:    'exit'
1.5       minaeibi 1286: => 'خروج',
1.1       www      1287: 
                   1288:    'fas'
                   1289: => 'fas',
                   1290: 
                   1291:    'forward'
1.5       minaeibi 1292: => 'إلى الأمام',
1.1       www      1293: 
                   1294:    'library'
1.5       minaeibi 1295: => 'مكتبة',
1.1       www      1296: 
                   1297:    'log in again'
1.5       minaeibi 1298: => 'اتصال من جديد',
1.1       www      1299: 
                   1300:    'my'
1.5       minaeibi 1301: => 'لي',
1.1       www      1302: 
                   1303:    'not found'
1.5       minaeibi 1304: => 'لم يُعثر عليه',
1.1       www      1305: 
                   1306:    'or'
1.5       minaeibi 1307: => 'أو',
1.1       www      1308: 
                   1309:    'parms'
1.3       minaeibi 1310: => 'parms',
1.1       www      1311: 
                   1312:    'prepare'
1.5       minaeibi 1313: => 'تهيئة',
1.1       www      1314: 
                   1315:    'printout'
1.5       minaeibi 1316: => 'نسخة مطبوعة',
1.1       www      1317: 
                   1318:    'resource'
1.5       minaeibi 1319: => 'مورد',
1.1       www      1320: 
                   1321:    'roles'
1.5       minaeibi 1322: => 'أدوار',
1.1       www      1323: 
                   1324:    'search'
1.5       minaeibi 1325: => 'بحث',
1.1       www      1326: 
                   1327:    'set'
1.5       minaeibi 1328: => 'تنظيم',
1.1       www      1329: 
                   1330:    'space'
1.5       minaeibi 1331: => 'فضاء',
1.1       www      1332: 
                   1333:    'stats'
1.5       minaeibi 1334: => 'إحصائيات',
1.1       www      1335: 
                   1336:    'struct'
1.5       minaeibi 1337: => 'تشكيلة',
1.1       www      1338: 
                   1339:    'switch'
1.5       minaeibi 1340: => 'تغيير',
1.1       www      1341: 
                   1342:    'tations'
1.5       minaeibi 1343: => '',
1.1       www      1344: 
                   1345:    'updated periodically'
1.5       minaeibi 1346: => 'يتم تحديثه بأسلوب دوري',
1.1       www      1347: 
                   1348:    'user'
1.5       minaeibi 1349: => 'مستخدم',
1.1       www      1350: 
                   1351:    'visible to author and co-authors only'
1.5       minaeibi 1352: => 'يمكن مشاهدته للكاتب و مساعده فقط',
1.1       www      1353: 
                   1354:    'warning(s)'
1.5       minaeibi 1355: => 'إنذار',
1.1       www      1356: 
                   1357:    "Click to download or use your browser's Save Link function"
1.5       minaeibi 1358: => " يتم التحميل إما من خلال نقرك على هذا المكان أو إفادتك من خيار  المودع في مستعرضك",
1.3       minaeibi 1359: 
                   1360:    '#Stdnts'
1.5       minaeibi 1361: => '#طلاب',
1.3       minaeibi 1362: 
                   1363:    '#YES'
1.5       minaeibi 1364: => '#صحیح',
1.3       minaeibi 1365: 
                   1366:    '%Wrng'
1.5       minaeibi 1367: => '%غير صحيح',
1.3       minaeibi 1368: 
                   1369:    ' Show All Foils'
1.5       minaeibi 1370: => ' عرض جميع أوجه التقابل',
1.3       minaeibi 1371: 
                   1372:    '. . . for a particular section'
1.5       minaeibi 1373: => '. . . لحقل خاص',
1.3       minaeibi 1374: 
                   1375:    '. . . for all students in the course'
1.5       minaeibi 1376: => '. . . لجميع طلاب الدورة',
1.3       minaeibi 1377: 
                   1378:    '. . . for an individual student'
1.5       minaeibi 1379: => '. . . لطالب واحد',
1.3       minaeibi 1380: 
                   1381:    '1 am'
1.5       minaeibi 1382: => '1 صباحاً',
1.3       minaeibi 1383: 
                   1384:    '1 out of N multiple choice (radio button)'
1.5       minaeibi 1385: => 'واحدة من  خيارات',
1.3       minaeibi 1386: 
                   1387:    '1 pm'
1.5       minaeibi 1388: => '1 مساءً',
1.3       minaeibi 1389: 
                   1390:    '10 am'
1.5       minaeibi 1391: => '10 صباحاً',
1.3       minaeibi 1392: 
                   1393:    '10 pm'
1.5       minaeibi 1394: => '10 مساءً',
1.3       minaeibi 1395: 
                   1396:    '11 am'
1.5       minaeibi 1397: => '11 صباحاً',
1.3       minaeibi 1398: 
                   1399:    '11 pm'
1.5       minaeibi 1400: => '11 مساءً',
1.3       minaeibi 1401: 
                   1402:    '12 am'
1.5       minaeibi 1403: => '12 قبل الظهرً',
1.3       minaeibi 1404: 
                   1405:    '12 noon'
1.5       minaeibi 1406: => '12 ظهراً',
1.3       minaeibi 1407: 
                   1408:    '2 am'
1.5       minaeibi 1409: => '2 مساءً',
1.3       minaeibi 1410: 
                   1411:    '2 pm'
1.5       minaeibi 1412: => '2 مساءً',
1.3       minaeibi 1413: 
                   1414:    '3 am'
1.5       minaeibi 1415: => '3 صباحاً',
1.3       minaeibi 1416: 
                   1417:    '3 pm'
1.5       minaeibi 1418: => '3 مساءً',
1.3       minaeibi 1419: 
                   1420:    '4 am'
1.5       minaeibi 1421: => '4 صباحاً',
1.3       minaeibi 1422: 
                   1423:    '4 pm'
1.5       minaeibi 1424: => '4 مساءً',
1.3       minaeibi 1425: 
                   1426:    '5 am'
1.5       minaeibi 1427: => '5 صباحاً',
1.3       minaeibi 1428: 
                   1429:    '5 pm'
1.5       minaeibi 1430: => '5 مساءً',
1.3       minaeibi 1431: 
                   1432:    '6 am'
1.5       minaeibi 1433: => '6 صباحاً',
1.3       minaeibi 1434: 
                   1435:    '6 pm'
1.5       minaeibi 1436: => '6 مساءً',
1.3       minaeibi 1437: 
                   1438:    '7 am'
1.5       minaeibi 1439: => '7 صباحاً',
1.3       minaeibi 1440: 
                   1441:    '7 pm'
1.5       minaeibi 1442: => '7 مساءً',
1.3       minaeibi 1443: 
                   1444:    '8 am'
1.5       minaeibi 1445: => '8 صباحاً',
1.3       minaeibi 1446: 
                   1447:    '8 pm'
1.5       minaeibi 1448: => '8 مساءً',
1.3       minaeibi 1449: 
                   1450:    '9 am'
1.5       minaeibi 1451: => '9 صباحاً',
1.3       minaeibi 1452: 
                   1453:    '9 pm'
1.5       minaeibi 1454: => '9 مساءً',
1.3       minaeibi 1455: 
                   1456:    '<- Previous'
1.5       minaeibi 1457: => '<- سابق',
1.3       minaeibi 1458: 
                   1459:    '<b>[_1]</b>:  Unable to enroll: [_2]'
1.5       minaeibi 1460: => '<b>[_1]</b>:  لا يمكن التسجيل l: [_2] (34)',
1.3       minaeibi 1461: 
                   1462:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
1.5       minaeibi 1463: => '<b>[_1]</b>: لا يمكن التسجيل. لم تحدد كلمة المرور l.',
1.3       minaeibi 1464: 
                   1465:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.5       minaeibi 1466: => '<b>[_1]</b>:  لا يُقبل الاسم الاستخدامي لهذا المستخدم l [_2] [_3] [_4] [_5] (36)',
1.3       minaeibi 1467: 
                   1468:    'ALL'
1.5       minaeibi 1469: => 'جميع',
1.3       minaeibi 1470: 
                   1471:    'About Me'
1.5       minaeibi 1472: => 'حولي',
1.3       minaeibi 1473: 
                   1474:    'Access Key Management'
1.5       minaeibi 1475: => 'الوصول إلى الإدارة الرئيسية',
1.3       minaeibi 1476: 
                   1477:    'Add new option'
1.5       minaeibi 1478: => 'إضافة خيار جديد',
1.3       minaeibi 1479: 
                   1480:    'Additional Recipients'
1.5       minaeibi 1481: => 'مستقبلون إضافيون',
1.3       minaeibi 1482: 
                   1483:    'Administrator'
1.5       minaeibi 1484: => 'مدير',
1.3       minaeibi 1485: 
                   1486:    'Advanced Catalog Search'
1.5       minaeibi 1487: => 'بحث متطور في القائمة',
1.3       minaeibi 1488: 
                   1489:    'Advanced Search'
1.5       minaeibi 1490: => 'بحث متطور',
1.3       minaeibi 1491: 
                   1492:    'All Documents in Course'
1.5       minaeibi 1493: => 'جميع المستندات في الدورة',
1.3       minaeibi 1494: 
                   1495:    'All Maps or Folders'
1.5       minaeibi 1496: => 'جميع الخرائط و المجلدات',
1.3       minaeibi 1497: 
                   1498:    'All Resources (possibly large output)'
1.5       minaeibi 1499: => 'جميع الموارد -المحتمل خرج واسع',
1.3       minaeibi 1500: 
                   1501:    'Analyze Over '
1.5       minaeibi 1502: => 'تحليل',
1.3       minaeibi 1503: 
                   1504:    'Analyze Problem'
1.5       minaeibi 1505: => 'تحليل المسألة',
1.3       minaeibi 1506: 
                   1507:    'Analyze Problem Again'
1.5       minaeibi 1508: => 'تحليل المسألة من جديد',
1.3       minaeibi 1509: 
                   1510:    'Analyze as '
1.5       minaeibi 1511: => 'تحليل باسم',
1.3       minaeibi 1512: 
                   1513:    'Anonymous'
1.5       minaeibi 1514: => 'مجهول',
1.3       minaeibi 1515: 
                   1516:    'Anonymous contribution to course discussion of resource'
1.5       minaeibi 1517: => 'مساعدة مجهولة بالنسبة إلى بحث الدورة من المورد',
1.3       minaeibi 1518: 
                   1519:    'Answer:'
1.5       minaeibi 1520: => 'جواب',
1.3       minaeibi 1521: 
                   1522:    'Any Language'
1.5       minaeibi 1523: => 'كل لغة',
1.3       minaeibi 1524: 
                   1525:    'Any User'
1.5       minaeibi 1526: => 'كل مستخدم',
1.3       minaeibi 1527: 
                   1528:    'Any category'
1.5       minaeibi 1529: => 'كل مقولة',
1.3       minaeibi 1530: 
                   1531:    'Any copyright/distribution'
1.5       minaeibi 1532: => 'كل نوع من أنواع حقوق النشر و الطباعة',
1.3       minaeibi 1533: 
                   1534:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.5       minaeibi 1535: => 'في الأغلب لا يسمح الوصول إلى نظام الملفات الذي يوفر إمكانية الوصول إلى ظام ملفات الملقم إلا للكتّاب و مساعديهم',
1.3       minaeibi 1536: 
                   1537:    'Assessment'
1.5       minaeibi 1538: => 'تقييم',
1.3       minaeibi 1539: 
                   1540:    'Assessment URL and Title'
1.5       minaeibi 1541: => 'تقييم عنوان و اسم الموقع',
1.3       minaeibi 1542: 
                   1543:    'Assigned User Roles'
1.5       minaeibi 1544: => 'الأدوار الموكلة إلى المستخدمين',
1.3       minaeibi 1545: 
                   1546:    'Associate columns with student attributes.'
1.5       minaeibi 1547: => 'الربط بين الأعمدة و خصائص الطلاب',
1.3       minaeibi 1548: 
                   1549:    'Attachment'
1.5       minaeibi 1550: => 'ملحق',
1.3       minaeibi 1551: 
                   1552:    'Attribute'
1.5       minaeibi 1553: => 'خصائص',
1.3       minaeibi 1554: 
                   1555:    'Brief view of each students performance in course.'
1.5       minaeibi 1556: => 'دراسة موجزة لإنجازات كل واحد من الطلاب في هذه الدورة',
1.3       minaeibi 1557: 
                   1558:    'Broadcast Message to Course'
1.5       minaeibi 1559: => 'إرسال رسالة عبر الإذاعة إلى الدورة',
1.3       minaeibi 1560: 
                   1561:    'Browse resources'
1.5       minaeibi 1562: => 'استعراض الموارد',
1.3       minaeibi 1563: 
                   1564:    'Browsing resource, all submissions are temporary.'
1.5       minaeibi 1565: => 'يستعرض المورد، جميع الطلبات وقتية',
1.3       minaeibi 1566: 
                   1567:    'Bulletin Board/Discussion'
1.5       minaeibi 1568: => 'لوحة الإعلانات / مناقشة',
1.3       minaeibi 1569: 
                   1570:    'By'
1.5       minaeibi 1571: => 'بواسطة',
1.3       minaeibi 1572: 
                   1573:    'CSV (comma separated values, spreadsheet)'
1.5       minaeibi 1574: => 'CSV (الضوابط المتميزة بالفاصلة، اللوحة الجدولية)',
1.3       minaeibi 1575: 
                   1576:    'Calculate answers'
1.5       minaeibi 1577: => 'حساب الأجوبة',
1.3       minaeibi 1578: 
                   1579:    'Calculations'
1.5       minaeibi 1580: => 'حسابات',
1.3       minaeibi 1581: 
                   1582:    'Change'
1.5       minaeibi 1583: => 'تغيير',
1.3       minaeibi 1584: 
                   1585:    'Change Random Seed To:'
1.5       minaeibi 1586: => 'تبديل المقدار الأول المستفاد منه إلى',
1.3       minaeibi 1587: 
                   1588:    'Change Your Language Preferences'
1.5       minaeibi 1589: => 'تبديل تنظيمات لغتك',
1.3       minaeibi 1590: 
                   1591:    'Changes can take up to 10 minutes before being active for all students.'
1.5       minaeibi 1592: => 'لابد من مضي 10 دقائق على الأكثر ليتم إجراء التغييرات لجميع الطلاب',
1.3       minaeibi 1593: 
                   1594:    'Check All'
1.5       minaeibi 1595: => 'دراسة جميع الموارد',
1.3       minaeibi 1596: 
                   1597:    'Check Course Document Versions'
1.5       minaeibi 1598: => 'دراسة نسخ مستندات الدورة',
1.3       minaeibi 1599: 
                   1600:    'Check for All'
1.5       minaeibi 1601: => 'دراسة جميع الموارد',
1.3       minaeibi 1602: 
                   1603:    'Check for None'
1.5       minaeibi 1604: => 'دراسة لا شي‏ء من الموارد',
1.3       minaeibi 1605: 
                   1606:    'Check for Section/Group'
1.5       minaeibi 1607: => 'دراسة الحقل/المجموعة',
1.3       minaeibi 1608: 
                   1609:    'Check/Set Resource Versions'
1.5       minaeibi 1610: => 'دراسة أو تنظيم نسخ المصدر',
1.3       minaeibi 1611: 
                   1612:    'Choose a different resource'
1.5       minaeibi 1613: => 'انتخاب مورد متفاوت',
1.3       minaeibi 1614: 
                   1615:    'Chronological View'
1.5       minaeibi 1616: => 'عرض قائم على أساس ترتيب زمني',
1.3       minaeibi 1617: 
                   1618:    'Clear All'
1.5       minaeibi 1619: => 'مسح جميع الموارد',
1.3       minaeibi 1620: 
                   1621:    'Clear Caches'
1.5       minaeibi 1622: => 'مسح الذاکرةالخفیة',
1.3       minaeibi 1623: 
                   1624:    'Close'
1.5       minaeibi 1625: => 'إغلاق',
1.3       minaeibi 1626: 
                   1627:    'Close All Folders'
1.5       minaeibi 1628: => 'إغلاق جميع المجلدات',
1.3       minaeibi 1629: 
                   1630:    'Column'
1.5       minaeibi 1631: => 'عمود',
1.3       minaeibi 1632: 
                   1633:    'Column&nbsp;[_1]'
1.5       minaeibi 1634: => 'عمود&nbsp;[_1]',
1.3       minaeibi 1635: 
                   1636:    'Comma Separated Values'
1.5       minaeibi 1637: => 'الضوابط التي تمايزت بالفاصلة',
1.3       minaeibi 1638: 
                   1639:    'Compact View'
1.5       minaeibi 1640: => 'دراسة مكثفة',
1.3       minaeibi 1641: 
                   1642:    'Concept:'
1.5       minaeibi 1643: => 'مفهوم',
1.3       minaeibi 1644: 
                   1645:    'Concepts'
1.5       minaeibi 1646: => 'مفاهيم',
1.3       minaeibi 1647: 
                   1648:    'Construction Space File Operation'
1.5       minaeibi 1649: => 'عمليات ملف أطروحة الفضاء',
1.3       minaeibi 1650: 
                   1651:    'Contact Information'
1.5       minaeibi 1652: => 'معلومات الاتصال',
1.3       minaeibi 1653: 
                   1654:    'Continue enrollment?'
1.5       minaeibi 1655: => 'هل يستمر التسجيل؟',
1.3       minaeibi 1656: 
                   1657:    'Contribution to course discussion of resource'
1.5       minaeibi 1658: => 'إسناد بحث موارد الدورة',
1.3       minaeibi 1659: 
                   1660:    'Copied old metadata'
1.5       minaeibi 1661: => 'بيانات معيارية قديمة منسوخة',
1.3       minaeibi 1662: 
                   1663:    'Copied old target file'
1.5       minaeibi 1664: => 'تم نسخ ملف المقصد القديم',
1.3       minaeibi 1665: 
                   1666:    'Copyright'
1.5       minaeibi 1667: => 'حقوق النشر و الطباعة',
1.3       minaeibi 1668: 
                   1669:    'Correct Option:'
1.5       minaeibi 1670: => 'الخيار الصحيح',
1.3       minaeibi 1671: 
                   1672:    'Could Not Process Request'
1.5       minaeibi 1673: => 'لم تتم معالجة الطلب',
1.3       minaeibi 1674: 
                   1675:    'Course Assessment Parameter - Helper Mode'
1.5       minaeibi 1676: => 'وسيط تقييم الدورة - حالة المساعد',
1.3       minaeibi 1677: 
                   1678:    'Course Assessment Parameters - Overview Mode'
1.5       minaeibi 1679: => 'وسيط تقييم الدورة - صيغة الخطوط العامة',
1.3       minaeibi 1680: 
                   1681:    'Course Assessments Parameters - Table Mode'
1.5       minaeibi 1682: => 'وسيط تقييم الدورة - الصيغة الجدولية',
1.3       minaeibi 1683: 
                   1684:    'Course Environment Parameters'
1.5       minaeibi 1685: => 'وسائط محيط الدورة',
1.3       minaeibi 1686: 
                   1687:    'Course ID'
1.5       minaeibi 1688: => 'هوية الدورة',
1.3       minaeibi 1689: 
                   1690:    'Course Parameter Helper'
1.5       minaeibi 1691: => 'مساعد وسيط الدورة',
1.3       minaeibi 1692: 
                   1693:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
1.5       minaeibi 1694: => 'لا يمكن استخراج الإحصائيات و الجداول المختصة بالدورة إلا بعد استعادة تشغيل موقع المعلومات. معلوماتك كاملة و لكن لا يمكن عرضها في الحال الحاضر',
1.3       minaeibi 1695: 
                   1696:    'Course level sheet'
1.5       minaeibi 1697: => 'ورقة مستوى الدورة',
1.3       minaeibi 1698: 
                   1699:    'Create New Environment Variable'
1.5       minaeibi 1700: => 'إنشاء محيط متغير جديد',
1.3       minaeibi 1701: 
                   1702:    'Create a New Course'
1.5       minaeibi 1703: => 'إنشاء دورة جديدة',
1.3       minaeibi 1704: 
                   1705:    'Critical Messages'
1.5       minaeibi 1706: => 'رسائل مهمة',
1.3       minaeibi 1707: 
                   1708:    'Current'
1.5       minaeibi 1709: => 'حالي',
1.3       minaeibi 1710: 
                   1711:    'Current Session Value'
1.5       minaeibi 1712: => 'تقييم الجلسة الحالية',
1.3       minaeibi 1713: 
                   1714:    'Default'
1.5       minaeibi 1715: => 'افتراضي',
1.3       minaeibi 1716: 
                   1717:    'Default Value'
1.5       minaeibi 1718: => 'مقدار افتراضي',
1.3       minaeibi 1719: 
                   1720:    'Delete'
1.5       minaeibi 1721: => 'حذف',
1.3       minaeibi 1722: 
                   1723:    'Delete Checked'
1.5       minaeibi 1724: => 'حذف الموارد المدروسة',
1.3       minaeibi 1725: 
                   1726:    'Delete a role'
1.5       minaeibi 1727: => 'حذف دور',
1.3       minaeibi 1728: 
                   1729:    'Delete an option'
1.5       minaeibi 1730: => 'حذف خيار',
1.3       minaeibi 1731: 
                   1732:    'Delete:'
1.5       minaeibi 1733: => 'حذف',
1.3       minaeibi 1734: 
                   1735:    'Detailed Citation View'
1.5       minaeibi 1736: => 'تحليل استشهادي مفصل',
1.3       minaeibi 1737: 
                   1738:    'Detailed Problem Analysis'
1.5       minaeibi 1739: => 'تحليل مفصل للمسألة',
1.3       minaeibi 1740: 
                   1741:    'Detailed statistics and graphs of student performance on problems.'
1.5       minaeibi 1742: => 'إحصائيات و جداول مفصلة حول عمل الطلاب في حل المسائل',
1.3       minaeibi 1743: 
                   1744:    'Diffs'
1.5       minaeibi 1745: => 'اختلافات',
1.3       minaeibi 1746: 
                   1747:    'Diffs with Current Version'
1.5       minaeibi 1748: => 'اختلافات مع النسخة الحالية',
1.3       minaeibi 1749: 
                   1750:    'Diffs with Version'
1.5       minaeibi 1751: => 'اختلافات مع النسخة',
1.3       minaeibi 1752: 
                   1753:    'Diffs with current Version'
1.5       minaeibi 1754: => 'اختلافات مع النسخة الحالية',
1.3       minaeibi 1755: 
                   1756:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.5       minaeibi 1757: => 'تعطيل هوية الطالب و تحميله لانتخاب رقم آخر',
1.3       minaeibi 1758: 
                   1759:    'Disable all communication among students'
1.5       minaeibi 1760: => 'تعطيل جميع الاتصالات بين الطلاب',
1.3       minaeibi 1761: 
                   1762:    'Discard Selected'
1.5       minaeibi 1763: => 'إهمال الموارد المنتخبة',
1.3       minaeibi 1764: 
                   1765:    'Discussion Contributions'
1.5       minaeibi 1766: => 'مساعدات دراسية',
1.3       minaeibi 1767: 
                   1768:    'Display All Messages'
1.5       minaeibi 1769: => 'عرض جميع الرسائل',
1.3       minaeibi 1770: 
                   1771:    'Display all Messages'
1.5       minaeibi 1772: => 'عرض جميع الرسائل',
1.3       minaeibi 1773: 
                   1774:    'Display and analysis of submission times on assessments.'
1.5       minaeibi 1775: => 'عرض و تحليل طلبات التقييم',
1.3       minaeibi 1776: 
                   1777:    'Display foils in order given'
1.5       minaeibi 1778: => 'عرض أوجه التقابل وفق ترتيب محدد',
1.3       minaeibi 1779: 
                   1780:    'Display foils in random order'
1.5       minaeibi 1781: => 'عرض أوجه التقابل بأسلوب عشوائي',
1.3       minaeibi 1782: 
                   1783:    'Distribute Messages from Uploaded File to Course'
1.5       minaeibi 1784: => 'توزيع الرسائل من الملف المحمَّل مرجَّعاً إلى الدورة',
1.3       minaeibi 1785: 
                   1786:    'DoDiff'
1.5       minaeibi 1787: => 'درجةالصعوبة',
1.3       minaeibi 1788: 
                   1789:    'Domain Guest'
1.5       minaeibi 1790: => 'ضيف النطاق',
1.3       minaeibi 1791: 
                   1792:    'Drop Students'
1.5       minaeibi 1793: => 'حذف الطلاب',
1.3       minaeibi 1794: 
                   1795:    'Dropped [_1]'
1.5       minaeibi 1796: => 'حُذِفَ [_1][_1 ',
1.3       minaeibi 1797: 
                   1798:    'Dropped [_1] student(s).'
1.5       minaeibi 1799: => 'طالب محذوف',
1.3       minaeibi 1800: 
                   1801:    'Dropping Students'
1.5       minaeibi 1802: => 'يحذف الطلاب',
1.3       minaeibi 1803: 
                   1804:    'Due'
1.5       minaeibi 1805: => 'مقرر',
1.3       minaeibi 1806: 
                   1807:    'Dump Course DOCS'
1.5       minaeibi 1808: => 'طرح مستندات الدورة',
1.3       minaeibi 1809: 
                   1810:    'EMail Address'
1.5       minaeibi 1811: => 'عنوان البريد الإلكتروني',
1.3       minaeibi 1812: 
                   1813:    'EMail and Messages'
1.5       minaeibi 1814: => 'عنوان البريد الإلكتروني و الرسائل',
1.3       minaeibi 1815: 
                   1816:    'Edit Catalog Information'
1.5       minaeibi 1817: => 'تحرير محتوى الخارطة',
1.3       minaeibi 1818: 
                   1819:    'Edit Content of a Map'
1.5       minaeibi 1820: => 'تحرير قائمة الدليل',
1.3       minaeibi 1821: 
                   1822:    'Edit Directory Catalog Information'
1.5       minaeibi 1823: => 'تحرير هذا المورد',
1.3       minaeibi 1824: 
                   1825:    'Edit this resource'
1.5       minaeibi 1826: => 'إضافة الخارطة أو المجلد',
1.3       minaeibi 1827: 
                   1828:    'Enclosing Map or Folder'
1.5       minaeibi 1829: => 'إضافة الخارطة أو المجلد',
1.3       minaeibi 1830: 
                   1831:    'End Helper'
1.5       minaeibi 1832: => 'إنهاء المساعدة',
1.3       minaeibi 1833: 
                   1834:    'English - ISO'
1.5       minaeibi 1835: => 'ISO - إنجليزي',
1.3       minaeibi 1836: 
                   1837:    'Enroll a single student'
1.5       minaeibi 1838: => 'تسجيل طالب واحد',
1.3       minaeibi 1839: 
                   1840:    'Enrolling Students'
1.5       minaeibi 1841: => 'يسجل الطلاب',
1.3       minaeibi 1842: 
                   1843:    'Enrollment Status'
1.5       minaeibi 1844: => 'وضع التسجيل',
1.3       minaeibi 1845: 
                   1846:    'Enter construction space as a co-author'
1.5       minaeibi 1847: => 'الدخول في مساحة الأطروحة كأستاذ مساعد',
1.3       minaeibi 1848: 
                   1849:    'Error'
1.5       minaeibi 1850: => 'خطأ',
1.3       minaeibi 1851: 
                   1852:    'Error dropping [_1]:[_2]'
1.5       minaeibi 1853: => 'إهمال الخطأ l [_1]:[_2]',
1.3       minaeibi 1854: 
                   1855:    'Essay, open end'
1.5       minaeibi 1856: => 'مقالة، مفتوح',
1.3       minaeibi 1857: 
                   1858:    'Evaluate Resource'
1.5       minaeibi 1859: => 'تقييم المورد',
1.3       minaeibi 1860: 
                   1861:    'Excel'
1.4       minaeibi 1862: => 'Excel',
1.3       minaeibi 1863: 
                   1864:    'Failed Access to Construction Space'
1.5       minaeibi 1865: => 'لم تتوفر إمكانية الوصول إلى مساحة الأطروحة',
1.3       minaeibi 1866: 
                   1867:    'False'
1.5       minaeibi 1868: => 'غير صحيح',
1.3       minaeibi 1869: 
                   1870:    'Field'
1.5       minaeibi 1871: => 'حقل/فرع',
1.3       minaeibi 1872: 
                   1873:    'Fielded Format'
1.5       minaeibi 1874: => 'فیلد مصمَّم',
1.3       minaeibi 1875: 
                   1876:    'File Category'
1.5       minaeibi 1877: => 'مقولة الملف',
1.3       minaeibi 1878: 
                   1879:    'Filenames in Construction Space'
1.5       minaeibi 1880: => 'اسم  الملف في مساحة الأطروحة',
1.3       minaeibi 1881: 
                   1882:    'Finish Course Initialization'
1.5       minaeibi 1883: => 'إتمام وضع القيمة النهائية للدورة',
1.3       minaeibi 1884: 
                   1885:    'First Name'
1.5       minaeibi 1886: => 'اسم',
1.3       minaeibi 1887: 
                   1888:    'Foil'
1.5       minaeibi 1889: => 'وجه التقابل',
1.3       minaeibi 1890: 
                   1891:    'Foils'
1.5       minaeibi 1892: => 'أوجه التقابل',
1.3       minaeibi 1893: 
                   1894:    'Folder'
1.5       minaeibi 1895: => 'مجلد',
1.3       minaeibi 1896: 
                   1897:    'Folder in Construction Space'
1.5       minaeibi 1898: => 'المجلد في مساحة الأطروحة',
1.3       minaeibi 1899: 
                   1900:    'For User'
1.5       minaeibi 1901: => 'للمستخدم',
1.3       minaeibi 1902: 
                   1903:    'Force publication of unmodified files'
1.5       minaeibi 1904: => 'لزوم نشر الملفات غير المعدَّلة',
1.3       minaeibi 1905: 
                   1906:    'Format:'
1.5       minaeibi 1907: => 'تهيئة',
1.3       minaeibi 1908: 
                   1909:    'Forward'
1.5       minaeibi 1910: => 'إرسال الرسالة الواصلة إلى مرسَل إليه آخر',
1.3       minaeibi 1911: 
                   1912:    'Forwarded message from'
1.5       minaeibi 1913: => 'تم إرسالها من قِبَل المرسَل إليه',
1.3       minaeibi 1914: 
                   1915:    'Forwarding'
1.5       minaeibi 1916: => 'يرسل الرسالة الواصلة إلى مرسَل إليه آخر',
1.3       minaeibi 1917: 
                   1918:    'From'
1.5       minaeibi 1919: => 'من',
1.3       minaeibi 1920: 
                   1921:    'Full Update'
1.5       minaeibi 1922: => 'تطوير كامل',
1.3       minaeibi 1923: 
                   1924:    'Full update (also print list of users not enrolled anymore)'
1.5       minaeibi 1925: => 'تطوير كامل و أيضاً طباعة قائمة المستخدمين الذين لم يسجِّلوا بعد',
1.3       minaeibi 1926: 
                   1927:    'Functions'
1.5       minaeibi 1928: => 'الإنجازات',
1.3       minaeibi 1929: 
                   1930:    'Generate Spreadsheet'
1.5       minaeibi 1931: => 'توليد اللوحة الجدولية',
1.3       minaeibi 1932: 
                   1933:    'Generate Statistics'
1.5       minaeibi 1934: => 'تهيئة الإحصائيات',
1.3       minaeibi 1935: 
                   1936:    'Generation'
1.5       minaeibi 1937: => 'إنتاج',
1.3       minaeibi 1938: 
                   1939:    'German - ISO'
1.5       minaeibi 1940: => 'ISO - ألماني',
1.3       minaeibi 1941: 
                   1942:    'Grant/revoke Course Custom Role'
1.5       minaeibi 1943: => 'منح أو إلغاء دور التوصية للدورة',
1.3       minaeibi 1944: 
                   1945:    'Grant/revoke role of Administrator'
1.5       minaeibi 1946: => 'منح أو إلغاء دور المدير',
1.3       minaeibi 1947: 
                   1948:    'Grant/revoke role of Author'
1.5       minaeibi 1949: => 'منح أو إلغاء دور الكاتب',
1.3       minaeibi 1950: 
                   1951:    'Grant/revoke role of Course Coordinator'
1.5       minaeibi 1952: => 'منح أو إلغاء دور مساعد الدورة',
1.3       minaeibi 1953: 
                   1954:    'Grant/revoke role of Domain Guest'
1.5       minaeibi 1955: => 'منح أو إلغاء دور ضيف النطاق',
1.3       minaeibi 1956: 
                   1957:    'Grant/revoke role of Librarian'
1.5       minaeibi 1958: => 'منح أو إلغاء دور أمين المكتبة',
1.3       minaeibi 1959: 
                   1960:    'Grant/revoke role of Scantron Operator'
1.5       minaeibi 1961: => 'Scantron منح أو إلغاء دور مشغِّل',
1.3       minaeibi 1962: 
                   1963:    'Grant/revoke role of Teaching Assistant'
1.5       minaeibi 1964: => 'منح أو إلغاء دور الأستاذ المساعد',
1.3       minaeibi 1965: 
                   1966:    'Group/Section'
1.5       minaeibi 1967: => 'مجموعة/حقل',
1.3       minaeibi 1968: 
                   1969:    'HTML'
1.4       minaeibi 1970: => 'HTML',
1.3       minaeibi 1971: 
                   1972:    'HTML/XML'
1.4       minaeibi 1973: => 'HTML/XML',
1.3       minaeibi 1974: 
                   1975:    'Height(pixel):'
1.5       minaeibi 1976: => 'ارتفاع  النقاط الضوئية - بكسل',
1.3       minaeibi 1977: 
                   1978:    'Hide'
1.5       minaeibi 1979: => 'إخفاء',
1.3       minaeibi 1980: 
                   1981:    'Hint Text'
1.5       minaeibi 1982: => 'نص بتوضيحات تلميحية',
1.3       minaeibi 1983: 
                   1984:    'Host'
1.5       minaeibi 1985: => 'مضيف',
1.3       minaeibi 1986: 
                   1987:    'ID/Student Number'
1.5       minaeibi 1988: => 'الهوية الشخصية/رقم الطالب',
1.3       minaeibi 1989: 
                   1990:    'Identify fields'
1.5       minaeibi 1991: => 'كشف المجالات',
1.3       minaeibi 1992: 
                   1993:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.5       minaeibi 1994: => 'LON-CAPA إذا كان فاعلاً، سيتوافر الدور الجديد في المرة التالية التي يتصل الطلاب ب',
1.3       minaeibi 1995: 
                   1996:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.5       minaeibi 1997: => 'قد لا تتوافر إنجازات الطالب من النسخة السابقة، إن كان هذا المورد يُستخدم بشكل فاعل',
1.3       minaeibi 1998: 
                   1999:    'Ignore First Line'
1.5       minaeibi 2000: => 'أهمل السطر الأول',
1.3       minaeibi 2001: 
                   2002:    'Image:'
1.5       minaeibi 2003: => 'صورة',
1.3       minaeibi 2004: 
                   2005:    'Incorrect Answers:'
1.5       minaeibi 2006: => 'أجوبة خاطئة',
1.3       minaeibi 2007: 
                   2008:    'Initial Password'
1.5       minaeibi 2009: => 'كلمة مرور بدائية',
1.3       minaeibi 2010: 
                   2011:    'Internal Filename'
1.5       minaeibi 2012: => 'اسم الملف الداخلي',
1.3       minaeibi 2013: 
                   2014:    'Internally authenticated'
1.5       minaeibi 2015: => 'تم تأييده من حيث المحتوى',
1.3       minaeibi 2016: 
                   2017:    'Invalid date entry'
1.5       minaeibi 2018: => 'تاريخ الدخول غير معتبر',
1.3       minaeibi 2019: 
                   2020:    'Invalid home server specified'
1.5       minaeibi 2021: => 'الملقم المضيف المحدَّد غير معتبر',
1.3       minaeibi 2022: 
                   2023:    'Japanese - UTF'
1.5       minaeibi 2024: => 'UTF - ياباني',
1.3       minaeibi 2025: 
                   2026:    'Keep all Resources up-to-date with most recent Versions (default)'
1.5       minaeibi 2027: => 'تطوير حفظ جميع الموارد مع أحدث النسخ  حالة افتراضية',
1.3       minaeibi 2028: 
                   2029:    'Kerberos authenticated'
1.5       minaeibi 2030: => 'Kerberos تم تأييد ',
1.3       minaeibi 2031: 
                   2032:    'Keywords'
1.5       minaeibi 2033: => 'كلمات دليلية',
1.3       minaeibi 2034: 
                   2035:    'LON-CAPA Domain for Students'
1.5       minaeibi 2036: => 'نطاق لون کابا الخاص بالطلاب',
1.3       minaeibi 2037: 
                   2038:    'LON-CAPA Enrollment Manager'
1.5       minaeibi 2039: => 'مدير تسجيل  لون کابا',
1.3       minaeibi 2040: 
                   2041:    'LON-CAPA Helper:'
1.5       minaeibi 2042: => 'مساعد لون کابا',
1.3       minaeibi 2043: 
                   2044:    'LON-CAPA domain: [_1]'
1.5       minaeibi 2045: => 'LON-CAPAنطاق  لون کابا l: [_1]',
1.3       minaeibi 2046: 
                   2047:    'Last Name'
1.5       minaeibi 2048: => 'اللقب',
1.3       minaeibi 2049: 
                   2050:    'Last Name, First Names'
1.5       minaeibi 2051: => 'اللقب، الأسم',
1.3       minaeibi 2052: 
                   2053:    'Last access'
1.5       minaeibi 2054: => 'آخر وصول',
1.3       minaeibi 2055: 
                   2056:    'Last accessed'
1.5       minaeibi 2057: => 'آخر مراجعة',
1.3       minaeibi 2058: 
                   2059:    'Last modified'
1.5       minaeibi 2060: => 'آخر تغيير لهذا الملف',
1.3       minaeibi 2061: 
                   2062:    'Last updated'
1.5       minaeibi 2063: => 'آخر تطوير لهذا الملف',
1.3       minaeibi 2064: 
                   2065:    'Librarian'
1.5       minaeibi 2066: => 'أمين المكتبة',
1.3       minaeibi 2067: 
                   2068:    'Limit by copyright/distribution'
1.5       minaeibi 2069: => 'تحديد على أساس حقوق النشر و الطباعة/التوزيع',
1.3       minaeibi 2070: 
                   2071:    'Limit by language'
1.5       minaeibi 2072: => 'تحديد على أساس اللغة',
1.3       minaeibi 2073: 
                   2074:    'Load:'
1.5       minaeibi 2075: => 'تحميل',
1.3       minaeibi 2076: 
                   2077:    'Lock and unlock assessments'
1.5       minaeibi 2078: => 'إقفال و إزالة إقفال التقييمات',
1.3       minaeibi 2079: 
                   2080:    'Login Type'
1.5       minaeibi 2081: => 'نوع الاتصال',
1.3       minaeibi 2082: 
                   2083:    'Mail'
1.5       minaeibi 2084: => 'رساله',
1.3       minaeibi 2085: 
                   2086:    'Making Backup to'
1.5       minaeibi 2087: => 'إنشاء مساند في',
1.3       minaeibi 2088: 
                   2089:    'Manage Access Keys'
1.5       minaeibi 2090: => 'إدارة مفاتيح الوصول',
1.3       minaeibi 2091: 
                   2092:    'Manage access keys'
1.5       minaeibi 2093: => 'إدارة مفاتيح الوصول',
1.3       minaeibi 2094: 
                   2095:    'Mark Unread'
1.5       minaeibi 2096: => 'وضع علامة على عنوان غير مقروء',
1.3       minaeibi 2097: 
                   2098:    'Max Number Of Shown Foils:'
1.5       minaeibi 2099: => 'الحد الأعلى لأوجه التقابل المعروضة',
1.3       minaeibi 2100: 
                   2101:    'Max Possible To Date'
1.5       minaeibi 2102: => 'الحد الأعلى للموارد الممكنة على أساس التاريخ',
1.3       minaeibi 2103: 
                   2104:    'Max Tries'
1.5       minaeibi 2105: => 'الحد الأعلى للاختبارات',
1.3       minaeibi 2106: 
                   2107:    'Max number of foils displayed'
1.5       minaeibi 2108: => 'الحد الأعلى لأوجه التقابل المعروضة',
1.3       minaeibi 2109: 
                   2110:    'Mean Tries'
1.5       minaeibi 2111: => 'معدَّل الاختبارات',
1.3       minaeibi 2112: 
                   2113:    'Metadata'
1.5       minaeibi 2114: => 'بيانات معيارية',
1.3       minaeibi 2115: 
                   2116:    'Metadata Version'
1.5       minaeibi 2117: => 'نسخة البيانات المعيارية',
1.3       minaeibi 2118: 
                   2119:    'Metadata current version'
1.5       minaeibi 2120: => 'النسخة الحالية للبيانات المعيارية',
1.3       minaeibi 2121: 
                   2122:    'Middle Names/Initials'
1.5       minaeibi 2123: => 'الأسماء المتوسطة/حروف الاسم الأولى',
1.3       minaeibi 2124: 
                   2125:    'Mime type'
1.5       minaeibi 2126: => 'Mime نوع',
1.3       minaeibi 2127: 
                   2128:    'Modified'
1.5       minaeibi 2129: => 'متغير',
1.3       minaeibi 2130: 
                   2131:    'Modify Course Assessment Parameters'
1.5       minaeibi 2132: => 'تغيير وسائط تقييم الدورة',
1.3       minaeibi 2133: 
                   2134:    'Modify Parameters'
1.5       minaeibi 2135: => 'تغيير الوسائط',
1.3       minaeibi 2136: 
                   2137:    'Modify authentication mechanism and data for a user'
1.5       minaeibi 2138: => 'تغيير الآلية و المعلومات المتعلقة بتوثيق المستخدم',
1.3       minaeibi 2139: 
                   2140:    'Modify deadlines, etc, for this assessment resource'
1.5       minaeibi 2141: => 'تبديل تاريخ المواعيد الأخيرة و المسائل الأخرى المتعلقة بهذا المورد للتقييم',
1.3       minaeibi 2142: 
                   2143:    'Modify grades'
1.5       minaeibi 2144: => 'تغيير الدرجات',
1.3       minaeibi 2145: 
                   2146:    'Modify student data'
1.5       minaeibi 2147: => 'تغيير المعلومات المختصة بالطالب',
1.3       minaeibi 2148: 
                   2149:    'Modify user grades for this assessment resource'
1.5       minaeibi 2150: => 'تغيير الدرجات المتعلقة بهذا المورد لتقييم المستخدم',
1.3       minaeibi 2151: 
                   2152:    'Most recently published Version'
1.5       minaeibi 2153: => 'آخر نسخة منشورة',
1.3       minaeibi 2154: 
                   2155:    'Move Down'
1.5       minaeibi 2156: => 'تحريك البيانات نحو الأسفل',
1.3       minaeibi 2157: 
                   2158:    'Move Up'
1.5       minaeibi 2159: => 'تحريك البيانات نحو الأعلى',
1.3       minaeibi 2160: 
                   2161:    'Name:'
1.5       minaeibi 2162: => 'اسم',
1.3       minaeibi 2163: 
                   2164:    'New Problem Variation'
1.5       minaeibi 2165: => 'نوع جديد للمسألة',
1.3       minaeibi 2166: 
                   2167:    'New Randomization'
1.5       minaeibi 2168: => 'عشوائية جديدة',
1.3       minaeibi 2169: 
                   2170:    'New Title'
1.5       minaeibi 2171: => 'اسم جديد',
1.3       minaeibi 2172: 
                   2173:    'New parameters or stored values'
1.5       minaeibi 2174: => 'الوسائط الجديدة أو الضوابط المخزونة',
1.3       minaeibi 2175: 
                   2176:    'Next'
1.5       minaeibi 2177: => 'التالي',
1.3       minaeibi 2178: 
                   2179:    'Next ->'
                   2180: => 'Next -> (274)',
                   2181: 
                   2182:    'No Kerberos domain was specified.'
1.5       minaeibi 2183: => 'Kerberos لم يتم تحديد أي نطاق لل',
1.3       minaeibi 2184: 
                   2185:    'No changes were made to the current settings.'
1.5       minaeibi 2186: => 'لم يتم أي تغيير في التنظيمات الحالية',
1.3       minaeibi 2187: 
                   2188:    'No language preference'
1.5       minaeibi 2189: => 'لا توجد أولوية في اللغات',
1.3       minaeibi 2190: 
                   2191:    'None Found'
1.5       minaeibi 2192: => 'لم يتم العثور على أي مورد',
1.3       minaeibi 2193: 
                   2194:    'Not shown, not used'
1.5       minaeibi 2195: => 'لم يُعرض، لم يُستخدم',
1.3       minaeibi 2196: 
                   2197:    'Note: for large courses, this operation may be time consuming'
1.5       minaeibi 2198: => 'ملاحظة: قد تستغرق هذه العمليات مدة طويلة في الدورات الكبيرة',
1.3       minaeibi 2199: 
                   2200:    'Note: this will not take effect if the user already exists'
1.5       minaeibi 2201: => 'ملاحظة: لا يؤثر هذا إن كان المستخدم موجوداً من قبل',
1.3       minaeibi 2202: 
                   2203:    'Number of Plots:'
1.5       minaeibi 2204: => 'عدد الرسوم البيانية',
1.3       minaeibi 2205: 
                   2206:    'Obsolete parameters or stored values'
1.5       minaeibi 2207: => 'الوسائط القديمة أو الضوابط المخزونة',
1.3       minaeibi 2208: 
                   2209:    'Open'
1.5       minaeibi 2210: => 'فتح',
1.3       minaeibi 2211: 
                   2212:    'Open All Folders'
1.5       minaeibi 2213: => 'فتح جميع المجلدات',
1.3       minaeibi 2214: 
                   2215:    'Option Response Problem Analysis'
1.5       minaeibi 2216: => 'تحليل إمكانية الإجابة على المسألة',
1.3       minaeibi 2217: 
                   2218:    'Option response'
1.5       minaeibi 2219: => 'جواب الانتخاب',
1.3       minaeibi 2220: 
                   2221:    'Output'
1.5       minaeibi 2222: => ' خروج',
1.3       minaeibi 2223: 
                   2224:    'Output Format'
1.5       minaeibi 2225: => 'هيئة الخروج',
1.3       minaeibi 2226: 
                   2227:    'Overall Problem Statistics'
1.5       minaeibi 2228: => 'إحصائيات عامة للمسألة',
1.3       minaeibi 2229: 
                   2230:    'Owner/Publisher'
1.5       minaeibi 2231: => 'صاحب/ناشر',
1.3       minaeibi 2232: 
                   2233:    'Parameter Name'
1.5       minaeibi 2234: => 'اسم الوسيط',
1.3       minaeibi 2235: 
                   2236:    'Parameter Type'
1.5       minaeibi 2237: => 'نوع الوسيط',
1.3       minaeibi 2238: 
                   2239:    'Parameter in Effect'
1.5       minaeibi 2240: => 'الوسيط في الحالة الواقعية',
1.3       minaeibi 2241: 
                   2242:    'Per Page'
1.5       minaeibi 2243: => 'في كل صفحة',
1.3       minaeibi 2244: 
                   2245:    'Personal Information'
1.5       minaeibi 2246: => 'معلومات خاصة',
1.3       minaeibi 2247: 
                   2248:    'Please do not reply to this address.'
1.5       minaeibi 2249: => 'يرجى عدم إرسال الجواب على هذا العنوان',
1.3       minaeibi 2250: 
                   2251:    'Please notify the server administrator '
1.5       minaeibi 2252: => 'يرجى إخبار مدير الملقم',
1.3       minaeibi 2253: 
                   2254:    'Please select a problem to analyze'
1.5       minaeibi 2255: => 'يرجى انتخاب مسألة للدراسة و التحليل',
1.3       minaeibi 2256: 
                   2257:    'Please select a report to generate'
1.5       minaeibi 2258: => 'يرجى انتخاب تقرير لإنشاء',
1.3       minaeibi 2259: 
                   2260:    'Please select a report to generate.'
1.5       minaeibi 2261: => 'يرجى انتخاب تقرير لإنشاء',
1.3       minaeibi 2262: 
                   2263:    'Portuguese - ISO'
1.5       minaeibi 2264: => 'ISO - اللغة البرتغالية',
1.3       minaeibi 2265: 
                   2266:    'Position'
1.5       minaeibi 2267: => 'موقع',
1.3       minaeibi 2268: 
                   2269:    'Post anonymously'
1.5       minaeibi 2270: => 'إرسال بدون اسم الكاتب',
1.3       minaeibi 2271: 
                   2272:    'Post discussion on course resources'
1.5       minaeibi 2273: => 'إرسال بحث حول موارد الدورة',
1.3       minaeibi 2274: 
                   2275:    'Post system frontpage announcements'
1.5       minaeibi 2276: => 'إرسال إعلانات نظام الصفحة الأمامية',
1.3       minaeibi 2277: 
                   2278:    'Post to live chatrooms'
1.5       minaeibi 2279: => 'إرسال إلى غرف المحادثة',
1.3       minaeibi 2280: 
                   2281:    'Preferred language'
1.5       minaeibi 2282: => 'لغة مفضَّلة',
1.3       minaeibi 2283: 
                   2284:    'Preparing Excel Spreadsheet'
1.5       minaeibi 2285: => 'Excel إعداد اللوحة الجدولية ل',
1.3       minaeibi 2286: 
                   2287:    'Previous'
1.5       minaeibi 2288: => 'سابق',
1.3       minaeibi 2289: 
                   2290:    'Printing Helper'
1.5       minaeibi 2291: => 'مساعد الطباعة',
1.3       minaeibi 2292: 
                   2293:    'Privacy Note'
1.5       minaeibi 2294: => 'مفكرة خاصة',
1.3       minaeibi 2295: 
                   2296:    'Problem Status Chart'
1.5       minaeibi 2297: => 'رسم بياني لحالة المسألة',
1.3       minaeibi 2298: 
                   2299:    'Problems'
1.5       minaeibi 2300: => 'مسائل',
1.3       minaeibi 2301: 
                   2302:    'Problems Not Contained In A Folder'
1.5       minaeibi 2303: => 'لم تدرج المسائل في مجلد واحد',
1.3       minaeibi 2304: 
                   2305:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
1.5       minaeibi 2306: => 'المسائل الموجِدة لملف اکسل الجديد. تم ضبط هذا الخطأ. يرجى إخبار مدير لون کابا',
1.3       minaeibi 2307: 
                   2308:    'Processed [_1] student(s).'
1.5       minaeibi 2309: => 'معالَج l [_1] الطلاب',
1.3       minaeibi 2310: 
                   2311:    'Processing course structure'
1.5       minaeibi 2312: => 'يعالج تشكيلة الدورة',
1.3       minaeibi 2313: 
                   2314:    'Processing first student'
1.5       minaeibi 2315: => 'يعالج أول طالب',
1.3       minaeibi 2316: 
                   2317:    'Produce Excel Output'
1.5       minaeibi 2318: => 'Excel إنتاج خرج',
1.3       minaeibi 2319: 
                   2320:    'Provide feedback messages or contribute to the course discussion about this resource'
1.5       minaeibi 2321: => 'تهيئة رسائل التغذية العكسية أو التعاون في بحث الدورة حول هذا المورد',
1.3       minaeibi 2322: 
                   2323:    'Provide my evaluation of this resource'
1.5       minaeibi 2324: => 'بيِّن تقييمك حول هذا المورد',
1.3       minaeibi 2325: 
                   2326:    'Publish'
1.5       minaeibi 2327: => 'نشر',
1.3       minaeibi 2328: 
                   2329:    'Publish Directory'
1.5       minaeibi 2330: => 'نشر الدليل',
1.3       minaeibi 2331: 
                   2332:    'Publish Directory and Sub Directories'
1.5       minaeibi 2333: => 'نشر الدليل و عناوينه الفرعية',
1.3       minaeibi 2334: 
                   2335:    'Published'
1.5       minaeibi 2336: => 'منشور',
1.3       minaeibi 2337: 
                   2338:    'Question Text'
1.5       minaeibi 2339: => 'نص السؤال',
1.3       minaeibi 2340: 
                   2341:    'Question Type'
1.5       minaeibi 2342: => 'نوع السؤال',
1.3       minaeibi 2343: 
                   2344:    'Quick Completed Problems Display'
1.5       minaeibi 2345: => 'عرض سريع للمسائل التامة',
1.3       minaeibi 2346: 
                   2347:    'Random position'
1.5       minaeibi 2348: => 'موقع عشوائي',
1.3       minaeibi 2349: 
                   2350:    'Re'
1.5       minaeibi 2351: => 'من جديد',
1.3       minaeibi 2352: 
                   2353:    'Re-enrollment will re-activate data.'
1.5       minaeibi 2354: => 'التسجيل ثانية يؤدي إلى تفعيل المعلومات من جديد',
1.3       minaeibi 2355: 
                   2356:    'Reading results from'
1.5       minaeibi 2357: => 'قراءة النتائج من',
1.3       minaeibi 2358: 
                   2359:    'Record'
1.5       minaeibi 2360: => 'تقرير',
1.3       minaeibi 2361: 
                   2362:    'Registering'
1.5       minaeibi 2363: => 'يسجل',
1.3       minaeibi 2364: 
                   2365:    'Related'
1.5       minaeibi 2366: => 'متعلق',
1.3       minaeibi 2367: 
                   2368:    'Reply'
1.5       minaeibi 2369: => 'إجابة',
1.3       minaeibi 2370: 
                   2371:    'Reset Submissions'
1.5       minaeibi 2372: => 'تنظيم الطلبات من جديد',
1.3       minaeibi 2373: 
                   2374:    'Resource Feedback and Discussion'
1.5       minaeibi 2375: => 'التغذية العكسية و البحث المختص بالمورد',
1.3       minaeibi 2376: 
                   2377:    'Resource Level'
1.5       minaeibi 2378: => 'مستوى المورد',
1.3       minaeibi 2379: 
                   2380:    'Retrieve'
1.5       minaeibi 2381: => 'استخراج',
1.3       minaeibi 2382: 
                   2383:    'Retrieve Published Resources'
1.5       minaeibi 2384: => 'استخراج الموارد المنشورة',
1.3       minaeibi 2385: 
                   2386:    'Revert to Last Saved'
1.5       minaeibi 2387: => 'الرجوع إلى آخر مورد  مخزون',
1.3       minaeibi 2388: 
                   2389:    'Revision Date'
1.5       minaeibi 2390: => 'تاريخ التعديل',
1.3       minaeibi 2391: 
                   2392:    'Row'
1.5       minaeibi 2393: => 'صف',
1.3       minaeibi 2394: 
                   2395:    'Russian - KOI'
1.5       minaeibi 2396: => 'KOI - اللغة الروسية',
1.3       minaeibi 2397: 
                   2398:    'S.D. tries'
1.5       minaeibi 2399: => 'S.D. اختبارات',
1.3       minaeibi 2400: 
                   2401:    'Samples'
1.5       minaeibi 2402: => 'نماذج',
1.3       minaeibi 2403: 
                   2404:    'Save as'
1.5       minaeibi 2405: => 'حفظ باسم',
1.3       minaeibi 2406: 
                   2407:    'Save as & Make This Sheet the Default'
1.5       minaeibi 2408: => 'حفظ باسم و انتخاب مسبق لهذه الصفحة',
1.3       minaeibi 2409: 
                   2410:    'Save as ...'
1.5       minaeibi 2411: => 'حفظ باسم',
1.3       minaeibi 2412: 
                   2413:    'Scantron Operator'
1.5       minaeibi 2414: => 'Scantron مشغِّل',
1.3       minaeibi 2415: 
                   2416:    'Search Complete'
1.5       minaeibi 2417: => 'البحث كامل',
1.3       minaeibi 2418: 
                   2419:    'Section'
1.5       minaeibi 2420: => 'حقل',
1.3       minaeibi 2421: 
                   2422:    'Sections'
1.5       minaeibi 2423: => 'حقول',
1.3       minaeibi 2424: 
                   2425:    'Select All'
1.5       minaeibi 2426: => 'انتخاب جميع  الموارد',
1.3       minaeibi 2427: 
                   2428:    'Select All Students'
1.5       minaeibi 2429: => 'انتخاب جميع الطلاب',
1.3       minaeibi 2430: 
                   2431:    'Select Date'
1.5       minaeibi 2432: => 'انتخاب التاريخ',
1.3       minaeibi 2433: 
                   2434:    'Select Enclosing Map or Folder'
1.5       minaeibi 2435: => 'انتخاب الخارطة أو المجلد الملحق',
1.3       minaeibi 2436: 
                   2437:    'Select Parameter Level'
1.5       minaeibi 2438: => 'انتخاب مستوى الوسيط',
1.3       minaeibi 2439: 
                   2440:    'Select Spreadsheet File'
1.5       minaeibi 2441: => 'انتخاب ملف اللوحة الجدولية',
1.3       minaeibi 2442: 
                   2443:    'Select a course'
1.5       minaeibi 2444: => 'انتخب دورة درسیة',
1.3       minaeibi 2445: 
                   2446:    'Selecting a User'
1.5       minaeibi 2447: => 'ينتخب مستخدما',
1.3       minaeibi 2448: 
                   2449:    'Send Message to User(s)'
1.5       minaeibi 2450: => 'إرسال رسالة إلى المستخدم',
1.3       minaeibi 2451: 
                   2452:    'Send New'
1.5       minaeibi 2453: => 'إرسال رسالة جديدة',
1.3       minaeibi 2454: 
                   2455:    'Send Reply'
1.5       minaeibi 2456: => 'إرسال جواب',
1.3       minaeibi 2457: 
                   2458:    'Send Scantron data to a course'
1.5       minaeibi 2459: => 'إرسال بيانات اسکنترون إلى دورة',
1.3       minaeibi 2460: 
                   2461:    'Send as critical message'
1.5       minaeibi 2462: => 'إرسال رسالة مهمة',
1.3       minaeibi 2463: 
                   2464:    'Send internal email'
1.5       minaeibi 2465: => 'إرسال رسالة إلكترونية داخلية',
1.3       minaeibi 2466: 
                   2467:    'Sequence or Folder'
1.5       minaeibi 2468: => 'تسلسل أو مجلد',
1.3       minaeibi 2469: 
                   2470:    'Sequences and Folders'
1.5       minaeibi 2471: => 'تسلسلات و مجلدات',
1.3       minaeibi 2472: 
                   2473:    'Set Course Environment Parameters'
1.5       minaeibi 2474: => 'تنظيم وسائط محيط الدورة',
1.3       minaeibi 2475: 
                   2476:    'Set Date'
1.5       minaeibi 2477: => 'تنظيم التاريخ',
1.3       minaeibi 2478: 
                   2479:    'Set Defaults for All Resources in Course'
1.5       minaeibi 2480: => 'تنظيم الافتراضيات لجميع الموارد في الدورة',
1.3       minaeibi 2481: 
                   2482:    'Set Version to be used in Course'
1.5       minaeibi 2483: => 'تنظيم نسخة للإفادة منها في الدورة',
1.3       minaeibi 2484: 
                   2485:    'Set Versions to be used in Course according to Selections below'
1.5       minaeibi 2486: => 'تنظيم نسخة للإفادة منها في الدورة وفق الانتخابات التالية',
1.3       minaeibi 2487: 
                   2488:    'Set a due date'
1.5       minaeibi 2489: => 'تحديد موعد مناسب',
1.3       minaeibi 2490: 
                   2491:    'Set all Resource Versions to current Version (Fix Versions)'
1.5       minaeibi 2492: => 'تنظيم جميع نسخ المورد وفق النسخة الحالية تحديد النسخ',
1.3       minaeibi 2493: 
                   2494:    'Set an answer open date'
1.5       minaeibi 2495: => 'تنظيم جواب في تاريخ مفتوح',
1.3       minaeibi 2496: 
                   2497:    'Set an open date'
1.5       minaeibi 2498: => 'تعيين موعد مفتوح',
1.3       minaeibi 2499: 
                   2500:    'Set opening datefor all problems in the course for. . .'
1.5       minaeibi 2501: => 'تحديد موعد لشروع جميع المسائل في الدورة',
1.3       minaeibi 2502: 
                   2503:    'Set the number of tries'
1.5       minaeibi 2504: => 'تحديد عدد الاختبارات',
1.3       minaeibi 2505: 
                   2506:    'Set the problem weight'
1.5       minaeibi 2507: => 'تحديد أهمية المسألة',
1.3       minaeibi 2508: 
                   2509:    'Set/Modify Course Assessment Parameter'
1.5       minaeibi 2510: => 'تحديد/تغيير وسيط تقييم الدورة',
1.3       minaeibi 2511: 
                   2512:    'Set/Modify Course Assessment Parameters'
1.5       minaeibi 2513: => 'تحديد/تغيير وسائط تقييم الدورة',
1.3       minaeibi 2514: 
                   2515:    'Set/Modify Course Parameters'
1.5       minaeibi 2516: => 'تحديد/تغيير وسائط الدورة',
1.3       minaeibi 2517: 
                   2518:    'Shared by course faculty and staff'
1.5       minaeibi 2519: => 'مشترك بين أعضاء الهيئة العلمية و الموظفين',
1.3       minaeibi 2520: 
                   2521:    'Short string response'
1.5       minaeibi 2522: => 'جواب صغير منضَّد',
1.3       minaeibi 2523: 
                   2524:    'Show More Options'
1.5       minaeibi 2525: => 'عرض خيارات أكثر',
1.3       minaeibi 2526: 
                   2527:    'Show Preview'
1.5       minaeibi 2528: => 'معاينة قبل الطباعة',
1.3       minaeibi 2529: 
                   2530:    'Show always at bottom position'
1.5       minaeibi 2531: => 'اعرض دوماً في الحقل السفلي',
1.3       minaeibi 2532: 
                   2533:    'Show always at top position'
1.5       minaeibi 2534: => 'اعرض دوماً في الحقل العلوي',
1.3       minaeibi 2535: 
                   2536:    'Show catalog information'
1.5       minaeibi 2537: => 'عرض معلومات القائمة',
1.3       minaeibi 2538: 
                   2539:    'Show resource'
1.5       minaeibi 2540: => 'عرض المورد',
1.3       minaeibi 2541: 
                   2542:    'Significant figures are incorrect, submission was not graded.'
1.5       minaeibi 2543: => 'الأعداد الكثيرة غير صحيحة، لم يتم تصحيح الطلب',
1.3       minaeibi 2544: 
                   2545:    'Simple Problem Editor'
1.5       minaeibi 2546: => 'محرر المسألة البسيط',
1.3       minaeibi 2547: 
                   2548:    'Size'
1.5       minaeibi 2549: => 'حجم',
1.3       minaeibi 2550: 
                   2551:    'Size:'
1.5       minaeibi 2552: => 'حجم',
1.3       minaeibi 2553: 
                   2554:    'Skew Tries'
1.5       minaeibi 2555: => 'تحريف الاختبارات',
1.3       minaeibi 2556: 
                   2557:    'Space separated'
1.5       minaeibi 2558: => 'تم فصل المساحة',
1.3       minaeibi 2559: 
                   2560:    'Spreadsheet Computation'
1.5       minaeibi 2561: => 'حساب اللوحة الجدولية',
1.3       minaeibi 2562: 
                   2563:    'Spreadsheet Computation Status'
1.5       minaeibi 2564: => 'حالة حساب اللوحة الجدولية',
1.3       minaeibi 2565: 
                   2566:    'Starting'
1.5       minaeibi 2567: => 'يبدأ',
1.3       minaeibi 2568: 
                   2569:    'Starting and Ending Dates'
1.5       minaeibi 2570: => 'تاريخ البدء و الختم',
1.3       minaeibi 2571: 
                   2572:    'Statistics'
1.5       minaeibi 2573: => 'إحصائيات',
1.3       minaeibi 2574: 
                   2575:    'Statistics and Problem Analysis'
1.5       minaeibi 2576: => 'إحصائيات و دراسة المسألة',
1.3       minaeibi 2577: 
                   2578:    'Store'
1.5       minaeibi 2579: => 'تخزين',
1.3       minaeibi 2580: 
                   2581:    'Store Changes'
1.5       minaeibi 2582: => 'حفظ التعديلات',
1.3       minaeibi 2583: 
                   2584:    'Student Data Compilation Progress'
1.5       minaeibi 2585: => 'تطوير جمع معلومات الطالب',
1.3       minaeibi 2586: 
                   2587:    'Student Data Compilation Status'
1.5       minaeibi 2588: => 'حالة تطوير جمع معلومات الطالب',
1.3       minaeibi 2589: 
                   2590:    'Student Number'
1.5       minaeibi 2591: => 'رقم الطالب',
1.3       minaeibi 2592: 
                   2593:    'Student level sheet'
1.5       minaeibi 2594: => 'ورقة مستوى الطالب',
1.3       minaeibi 2595: 
                   2596:    'Student performance statistics on all problems.'
1.5       minaeibi 2597: => 'إحصائيات عمل الطالب حول جميع المسائل',
1.3       minaeibi 2598: 
                   2599:    'Students Affected'
1.5       minaeibi 2600: => 'طلاب متأثرون',
1.3       minaeibi 2601: 
                   2602:    'Submission Time Analysis'
1.5       minaeibi 2603: => 'تحليل زمن الطلب',
1.3       minaeibi 2604: 
                   2605:    'Submit Changes and Edit'
1.5       minaeibi 2606: => 'تسليم التغييرات و التحرير',
1.3       minaeibi 2607: 
                   2608:    'Summary'
1.5       minaeibi 2609: => 'مختصر',
1.3       minaeibi 2610: 
                   2611:    'Summary View'
1.5       minaeibi 2612: => 'رأي مختصر',
1.3       minaeibi 2613: 
                   2614:    'Synchronized SQL metadata database'
1.5       minaeibi 2615: => 'المعيارية SQL قاعدة البيانات التزامنية لبيانات',
1.3       minaeibi 2616: 
                   2617:    'Tabulator separated'
1.5       minaeibi 2618: => 'تم فصل المجدولة',
1.3       minaeibi 2619: 
                   2620:    'Task'
1.5       minaeibi 2621: => 'مهمة',
1.3       minaeibi 2622: 
                   2623:    'TeXWidth(mm):'
1.5       minaeibi 2624: => 'الاتساع -بالميلي متر',
1.3       minaeibi 2625: 
                   2626:    'Template'
1.5       minaeibi 2627: => 'أسوة',
1.3       minaeibi 2628: 
                   2629:    'Temporary Assembly Workspace'
1.5       minaeibi 2630: => 'مساحة العمل الموقتة للتجميع',
1.3       minaeibi 2631: 
                   2632:    'Text'
1.5       minaeibi 2633: => 'نص',
1.3       minaeibi 2634: 
                   2635:    'Text Block'
1.5       minaeibi 2636: => 'كتلة النص',
1.3       minaeibi 2637: 
                   2638:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
1.5       minaeibi 2639: => 'يستطيع أن يطلع على المعلومات التي ترسلها كل من اتصل ب لون کابا فإن لم تكن راغباً في ذلك، لا ترسل هذه المعلومات',
1.3       minaeibi 2640: 
                   2641:    'The optional email address field was not specified.'
1.5       minaeibi 2642: => 'لم يتم تحديد حقل عنوان البريد الإلكتروني الاختياري',
1.3       minaeibi 2643: 
                   2644:    'The optional name field was not specified.'
1.5       minaeibi 2645: => 'لم يتم تحديد حقل الاسم الاختياري',
1.3       minaeibi 2646: 
                   2647:    'The optional section or group field was not specified.'
1.5       minaeibi 2648: => 'لم يتم تحديد حقل القسم أو المجموعة الاختياري',
1.3       minaeibi 2649: 
                   2650:    'The optional student number field was not specified.'
1.5       minaeibi 2651: => 'لم يتم تحديد حقل رقم الطلاب الاختياري',
1.3       minaeibi 2652: 
                   2653:    'There are currently no results'
1.5       minaeibi 2654: => 'لا توجد في الوقت الحاضر أي نتيجة',
1.3       minaeibi 2655: 
                   2656:    'There are no students currently enrolled.'
1.5       minaeibi 2657: => 'لم يسجل في الوقت الحاضر أي طالب',
1.3       minaeibi 2658: 
                   2659:    'There is no student data for this problem.'
1.5       minaeibi 2660: => 'لا يوجد لهذه المسألة أي بيان طلابي',
1.3       minaeibi 2661: 
                   2662:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.5       minaeibi 2663: => 'يعينك هذا المساعد على تعيين المواعيد المفتوحة و المناسبة لهذه المسائل أو على عدد تكرار اختبار هذه المسائل. و سوف تُسأل عن المسائل التي تريد أن تنتخب لها وسيطاً و الوسائط التي تعنى بها. ثم ستنتخب الأشخاص الذين تؤثر عليهم هذه التنظيمات. و يمكنك مشاهدة المواضع التي استعرضتها بعد انتهاء عمل المساعد لتتوافر لك إمكانية إنهاء هذه المرحلة مباشرةً بالضغط على مفتاح التالي سيتم البدء بالعمل و بالضغط على مفتاح السابق سيتم الرجوع إلى الصفحة السابقة',
1.3       minaeibi 2664: 
                   2665:    'This is an automatic message generated by the LON-CAPA system.'
1.5       minaeibi 2666: => 'LON-CAPA هذه رسالة تلقائية أُنشئت بواسطة نظام لون کابا',
1.3       minaeibi 2667: 
                   2668:    'Threaded View'
1.4       minaeibi 2669: => 'Threaded View',
1.3       minaeibi 2670: 
                   2671:    'Time'
1.5       minaeibi 2672: => 'زمن',
1.3       minaeibi 2673: 
                   2674:    'To'
1.5       minaeibi 2675: => 'إلى',
1.3       minaeibi 2676: 
                   2677:    'Topic'
1.5       minaeibi 2678: => 'موضوع',
1.3       minaeibi 2679: 
                   2680:    'Total'
1.5       minaeibi 2681: => 'مجموع',
1.3       minaeibi 2682: 
                   2683:    'Total Parts In Course'
1.5       minaeibi 2684: => 'الأقسام العامة في الدورة',
1.3       minaeibi 2685: 
                   2686:    'Total number of records found in file: [_1].'
1.5       minaeibi 2687: => 'لم يتم العثور على مجموع هذه التقارير في الملف',
1.3       minaeibi 2688: 
                   2689:    'True'
1.5       minaeibi 2690: => 'صحيح',
1.3       minaeibi 2691: 
                   2692:    'Turkish - ISO'
1.5       minaeibi 2693: => 'ISO تركي',
1.3       minaeibi 2694: 
                   2695:    'Type'
1.5       minaeibi 2696: => 'نوع',
1.3       minaeibi 2697: 
                   2698:    'Type-in value'
1.5       minaeibi 2699: => 'نوع المقدار الوارد',
1.3       minaeibi 2700: 
                   2701:    'UNIX authenticated'
1.5       minaeibi 2702: => 'UNIX تم تأييد',
1.3       minaeibi 2703: 
                   2704:    'URL'
1.5       minaeibi 2705: => 'عنوان إنترنتي',
1.3       minaeibi 2706: 
                   2707:    'USERS'
1.5       minaeibi 2708: => 'مستخدمون',
1.3       minaeibi 2709: 
                   2710:    'Unable to connect to database!'
1.5       minaeibi 2711: => 'لم تتوافر إمكانية الاتصال بقاعدة البيانات',
1.3       minaeibi 2712: 
                   2713:    'Unable to enroll students'
1.5       minaeibi 2714: => 'لم تتوافر إمكانية تسجيل الطلاب',
1.3       minaeibi 2715: 
                   2716:    'Uncheck All'
1.5       minaeibi 2717: => 'تسجيل',
1.3       minaeibi 2718: 
                   2719:    'Unit:'
1.5       minaeibi 2720: => 'وحدة',
1.3       minaeibi 2721: 
                   2722:    'Unknown ID'
1.5       minaeibi 2723: => 'هوية مجهولة',
1.3       minaeibi 2724: 
                   2725:    'Unknown user'
1.5       minaeibi 2726: => 'مستخدم مجهول',
1.3       minaeibi 2727: 
                   2728:    'Unpublished'
1.5       minaeibi 2729: => 'لم يُنشر',
1.3       minaeibi 2730: 
                   2731:    'Unselect All'
1.5       minaeibi 2732: => 'إلغاء انتخاب الجميع',
1.3       minaeibi 2733: 
                   2734:    'Unselect All Students'
1.5       minaeibi 2735: => 'إلغاء انتخاب جميع الطلاب',
1.3       minaeibi 2736: 
                   2737:    'Unsuccessful Login'
1.5       minaeibi 2738: => 'لم يتم الاتصال بنجاح',
1.3       minaeibi 2739: 
                   2740:    'Up'
1.5       minaeibi 2741: => 'فوق',
1.3       minaeibi 2742: 
                   2743:    'Update Course Assessment Parameter Display'
1.5       minaeibi 2744: => 'تطوير عرض وسيط تقييم الدورة',
1.3       minaeibi 2745: 
                   2746:    'Update Section or Specific User'
1.5       minaeibi 2747: => 'تطوير مستخدم القسم أو المستخدم الخاص',
1.3       minaeibi 2748: 
                   2749:    'Update Student Data'
1.5       minaeibi 2750: => 'تطوير بيانات الطالب',
1.3       minaeibi 2751: 
                   2752:    'Updating discussion time'
1.5       minaeibi 2753: => 'يطور زمن البحث',
1.3       minaeibi 2754: 
                   2755:    'Upload Scantron data'
1.5       minaeibi 2756: => 'تحميل بيانات اسکنترون إلى الشبكة',
1.3       minaeibi 2757: 
                   2758:    'Upload a Photo'
1.5       minaeibi 2759: => 'تحميل صورة إلى الشبكة',
1.3       minaeibi 2760: 
                   2761:    'Upload a class list'
1.5       minaeibi 2762: => 'تحميل قائمة صف إلى الشبكة',
1.3       minaeibi 2763: 
                   2764:    'Uploading Class List'
1.5       minaeibi 2765: => 'تحميل قائمة صف إلى الشبكة',
1.3       minaeibi 2766: 
                   2767:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.5       minaeibi 2768: => 'مذكرات المستخدم، تقارير حول بحوث شفهية و رسائل نقدية في الدورة',
1.3       minaeibi 2769: 
                   2770:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.5       minaeibi 2771: => 'مذكرات المستخدم، تقارير حول بحوث شفهية و رسائل نقدية',
1.3       minaeibi 2772: 
                   2773:    'Value'
1.5       minaeibi 2774: => 'مقدار',
1.3       minaeibi 2775: 
                   2776:    'Verify Content'
1.5       minaeibi 2777: => ' توثيق المحتوى',
1.3       minaeibi 2778: 
                   2779:    'Verify Selection'
1.5       minaeibi 2780: => 'تأييد الانتخاب',
1.3       minaeibi 2781: 
                   2782:    'Version Number'
1.5       minaeibi 2783: => 'رقم النسخة',
1.3       minaeibi 2784: 
                   2785:    'Version changes since Yesterday'
1.5       minaeibi 2786: => 'تغييرات النسخة من يوم أمس  حتى الآن',
1.3       minaeibi 2787: 
                   2788:    'Version changes since last Month'
1.5       minaeibi 2789: => 'تغييرات النسخة من الشهر الماضي  حتى الآن',
1.3       minaeibi 2790: 
                   2791:    'Version changes since last Week'
1.5       minaeibi 2792: => 'تغييرات النسخة من الأسبوع الماضي  حتى الآن',
1.3       minaeibi 2793: 
                   2794:    'Version changes since start of Course'
1.5       minaeibi 2795: => 'تغييرات النسخة من بداية الدورة  حتى الآن',
1.3       minaeibi 2796: 
                   2797:    'Version used in Course'
1.5       minaeibi 2798: => 'النسخة المستفاد منها في الدورة',
1.3       minaeibi 2799: 
                   2800:    'View'
1.5       minaeibi 2801: => 'مشاهدة',
1.3       minaeibi 2802: 
                   2803:    'View Class List'
1.5       minaeibi 2804: => 'مشاهدة قائمة الصف',
1.3       minaeibi 2805: 
                   2806:    'View Critical Messages'
1.5       minaeibi 2807: => 'مشاهدة الرسائل النقدية',
1.3       minaeibi 2808: 
                   2809:    'View Published Version'
1.5       minaeibi 2810: => 'مشاهدة النسخة المنشورة',
1.3       minaeibi 2811: 
                   2812:    'View user submissions for this assessment resource'
1.5       minaeibi 2813: => 'مشاهدة طلبات المستخدم لهذا المورد للتقييم',
1.3       minaeibi 2814: 
                   2815:    'Warning!'
1.5       minaeibi 2816: => 'إنذار',
1.3       minaeibi 2817: 
                   2818:    'Web References'
1.5       minaeibi 2819: => 'موارد الوب',
1.3       minaeibi 2820: 
                   2821:    'Welcome'
1.5       minaeibi 2822: => '!أهلاً و سهلاً',
1.3       minaeibi 2823: 
                   2824:    'Welcome to the Assignment Parameter Helper'
1.5       minaeibi 2825: => 'نرحب بك في مساعد تسليم الوسيط',
1.3       minaeibi 2826: 
                   2827:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
1.5       minaeibi 2828: => 'نرحب بك في شبكة تحميل التعليم بواسطة لون کابا انتظر رجاءً ليتم تنظيم جلستك',
1.3       minaeibi 2829: 
                   2830:    'What parameter do you want to set for all problems in the course?'
1.5       minaeibi 2831: => 'أي وسيط تريده لتطبيق كل مسائل الدورة؟',
1.3       minaeibi 2832: 
                   2833:    'What should the opening date be set to?'
1.5       minaeibi 2834: => 'على أي أساس يتم تنظيم تاريخ الافتتاح؟',
1.3       minaeibi 2835: 
                   2836:    'Which Problem or Problems?'
1.5       minaeibi 2837: => 'أي مسألة أو مسائل؟',
1.3       minaeibi 2838: 
                   2839:    'Which problems do you wish to set a parameter for?'
1.5       minaeibi 2840: => 'لأي المسائل تريد أن تعين وسيطاً؟',
1.3       minaeibi 2841: 
                   2842:    'Width(pixel):'
1.5       minaeibi 2843: => 'اتساع النقاط الضوئية - بكسل',
1.3       minaeibi 2844: 
                   2845:    'Words'
1.5       minaeibi 2846: => 'مفردات',
1.3       minaeibi 2847: 
                   2848:    'XML/SGML'
1.4       minaeibi 2849: => 'XML/SGML',
1.3       minaeibi 2850: 
                   2851:    'You have no critical messages.'
1.5       minaeibi 2852: => 'لا توجد لديك أي رسالة نقدية',
1.3       minaeibi 2853: 
                   2854:    'You must choose an authentication type.'
1.5       minaeibi 2855: => 'عليك أن تنتخب نوعاً من التوثيق',
1.3       minaeibi 2856: 
                   2857:    'You must choose at least one student to continue.'
1.5       minaeibi 2858: => 'لابد للاستمرار من انتخاب طالب واحد على الأقل',
1.3       minaeibi 2859: 
                   2860:    'You must choose one or more choices to continue.'
1.5       minaeibi 2861: => 'لابد للاستمرار من انتخاب خيار واحد أو أكثر',
1.3       minaeibi 2862: 
                   2863:    'You need to choose another user role or enter a specific course for this function'
1.5       minaeibi 2864: => 'لابد من انتخاب دور مستخدم آخر أو إدراج دورة معينة لهذا العمل',
1.3       minaeibi 2865: 
                   2866:    'You need to specify the Kerberos domain.'
1.5       minaeibi 2867: => 'Kerberos لابد من تحديد نطاق',
1.3       minaeibi 2868: 
                   2869:    'You need to specify the initial password.'
1.5       minaeibi 2870: => 'لابد من تحديد كلمة المرور البدائية',
1.3       minaeibi 2871: 
                   2872:    'You need to specify the username field.'
1.5       minaeibi 2873: => 'لابد من تحديد خلفية اسم المستخدم',
1.3       minaeibi 2874: 
                   2875:    'Your Excel Spreadsheet'
1.5       minaeibi 2876: => 'لوحة اکسیل الجدولية الخاصة بك',
1.3       minaeibi 2877: 
                   2878:    'Your Version Settings have been Stored'
1.5       minaeibi 2879: => 'تم تخزين تنظيمات نسختك',
1.3       minaeibi 2880: 
                   2881:    '[_1] Do not change login data'
1.5       minaeibi 2882: => '[_1] لا تبدل بيانات إيجاد الاتصال',
1.3       minaeibi 2883: 
                   2884:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.5       minaeibi 2885: => '[_1] تم توثيق نظام الملفات بكلمة المرور البدائية',
1.3       minaeibi 2886: 
                   2887:    '[_1] Internally authenticated (with initial password [_2])'
1.5       minaeibi 2888: => '[_1] تم توثيقه من حيث المحتوى بكلمة المرور البدائية',
1.3       minaeibi 2889: 
                   2890:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
1.5       minaeibi 2891: => '[_1] تم توثيق  Kerberos  [_2] [_3] مع النطاق l [_4] الإصدار  l',
1.3       minaeibi 2892: 
                   2893:    '[_1] Local Authentication with arguement [_2]'
1.5       minaeibi 2894: => '[_1]  argument [توثيق  [_2',
1.3       minaeibi 2895: 
                   2896:    'a.m.'
1.5       minaeibi 2897: => 'قبل الظهر',
1.3       minaeibi 2898: 
                   2899:    'abstract'
1.5       minaeibi 2900: => 'تلخيص',
1.3       minaeibi 2901: 
                   2902:    'acc keys'
1.5       minaeibi 2903: => 'acc مفاتيح',
1.3       minaeibi 2904: 
                   2905:    'according to course preferences'
1.5       minaeibi 2906: => 'وفق أولويات الدورة',
1.3       minaeibi 2907: 
                   2908:    'according to resource settings'
1.5       minaeibi 2909: => 'وفق تنظيمات المورد',
1.3       minaeibi 2910: 
                   2911:    'according to user session state'
1.5       minaeibi 2912: => 'وفق حالة جلسة المستخدم',
1.3       minaeibi 2913: 
                   2914:    'all'
1.5       minaeibi 2915: => 'جميع',
1.3       minaeibi 2916: 
                   2917:    'and return receipt'
1.5       minaeibi 2918: => 'و أرجع الوصل',
1.3       minaeibi 2919: 
                   2920:    'anonymous'
1.5       minaeibi 2921: => 'مجهول',
1.3       minaeibi 2922: 
                   2923:    'at'
1.5       minaeibi 2924: => 'في',
1.3       minaeibi 2925: 
                   2926:    'at Domain'
1.5       minaeibi 2927: => 'في النطاق',
1.3       minaeibi 2928: 
                   2929:    'at domain'
1.5       minaeibi 2930: => 'في النطاق',
1.3       minaeibi 2931: 
                   2932:    'audio'
1.5       minaeibi 2933: => 'صوتي',
1.3       minaeibi 2934: 
                   2935:    'author'
1.5       minaeibi 2936: => 'كاتب',
1.3       minaeibi 2937: 
                   2938:    'bytes'
1.5       minaeibi 2939: => 'بايت',
1.3       minaeibi 2940: 
                   2941:    'can not be accessed from your location.'
1.5       minaeibi 2942: => 'لا يمكن الوصول إليه من موقعك',
1.3       minaeibi 2943: 
                   2944:    'catalog'
1.5       minaeibi 2945: => 'قائمة',
1.3       minaeibi 2946: 
                   2947:    'co con-'
                   2948: => 'co con- (530)',
                   2949: 
                   2950:    'co res'
                   2951: => 'co res (531)',
                   2952: 
                   2953:    'contacting'
1.5       minaeibi 2954: => 'يتصل',
1.3       minaeibi 2955: 
                   2956:    'copyright'
1.5       minaeibi 2957: => 'حقوق النشر و الطباعة',
1.3       minaeibi 2958: 
                   2959:    'customdistributionfile'
1.5       minaeibi 2960: => 'ملف توزيع مطلوب',
1.3       minaeibi 2961: 
                   2962:    'default'
1.5       minaeibi 2963: => 'افتراضي',
1.3       minaeibi 2964: 
                   2965:    'directory'
1.5       minaeibi 2966: => 'دليل',
1.3       minaeibi 2967: 
                   2968:    'discuss'
1.5       minaeibi 2969: => 'مباحثة',
1.3       minaeibi 2970: 
                   2971:    'edit'
1.5       minaeibi 2972: => 'تحرير',
1.3       minaeibi 2973: 
                   2974:    'evaluate'
1.5       minaeibi 2975: => 'تقييم',
1.3       minaeibi 2976: 
                   2977:    'feedback'
1.5       minaeibi 2978: => 'التغذية العكسية',
1.3       minaeibi 2979: 
                   2980:    'for Enclosing Map or Folder'
1.5       minaeibi 2981: => 'للخارطة أو المجلد الملحق',
1.3       minaeibi 2982: 
                   2983:    'for Resource'
1.5       minaeibi 2984: => 'للمورد',
1.3       minaeibi 2985: 
                   2986:    'from Enclosing Map or Folder'
1.5       minaeibi 2987: => 'من الخارطة أو المجلد الملحق',
1.3       minaeibi 2988: 
                   2989:    'general'
1.5       minaeibi 2990: => 'عام',
1.3       minaeibi 2991: 
                   2992:    'in Course'
1.5       minaeibi 2993: => 'في الدورة',
1.3       minaeibi 2994: 
                   2995:    'in Section/Group'
1.5       minaeibi 2996: => 'في الحقل/المجموعة',
1.3       minaeibi 2997: 
                   2998:    'info'
1.5       minaeibi 2999: => 'معلومات',
1.3       minaeibi 3000: 
                   3001:    'interface available'
1.5       minaeibi 3002: => 'واجهة المستخدم متاحة',
1.3       minaeibi 3003: 
                   3004:    'keywords'
1.5       minaeibi 3005: => 'مفاتيح دليلية',
1.3       minaeibi 3006: 
                   3007:    'language'
1.5       minaeibi 3008: => 'لغة',
1.3       minaeibi 3009: 
                   3010:    'last student'
1.5       minaeibi 3011: => 'آخر طالب',
1.3       minaeibi 3012: 
                   3013:    'loginproblems.html'
1.4       minaeibi 3014: => 'loginproblems.html',
1.3       minaeibi 3015: 
                   3016:    'manage'
1.5       minaeibi 3017: => 'إدارة',
1.3       minaeibi 3018: 
                   3019:    'midnight'
1.5       minaeibi 3020: => 'نصف الليل',
1.3       minaeibi 3021: 
                   3022:    'minutes'
1.5       minaeibi 3023: => 'دقائق',
1.3       minaeibi 3024: 
                   3025:    'missions'
1.5       minaeibi 3026: => 'مهمات',
1.3       minaeibi 3027: 
                   3028:    'most recent'
1.5       minaeibi 3029: => 'أحدث',
1.3       minaeibi 3030: 
                   3031:    'movies'
1.5       minaeibi 3032: => 'أفلام',
1.3       minaeibi 3033: 
                   3034:    'name only visible to course faculty'
1.5       minaeibi 3035: => 'لا يمكن مشاهدة الاسم إلا للهيئة العلمية في الدورة',
1.3       minaeibi 3036: 
                   3037:    'noon'
1.5       minaeibi 3038: => 'الظهر',
1.3       minaeibi 3039: 
                   3040:    'notes'
1.5       minaeibi 3041: => 'مذكرات',
1.3       minaeibi 3042: 
                   3043:    'num_override'
1.4       minaeibi 3044: => 'num_override',
1.3       minaeibi 3045: 
                   3046:    'obsolete'
1.5       minaeibi 3047: => 'قديم',
1.3       minaeibi 3048: 
                   3049:    'obsoletereplacement'
1.5       minaeibi 3050: => 'تبديل القديم',
1.3       minaeibi 3051: 
                   3052:    'of'
1.5       minaeibi 3053: => 'من',
1.3       minaeibi 3054: 
                   3055:    'or ID'
1.5       minaeibi 3056: => 'أو الهوية الشخصية',
1.3       minaeibi 3057: 
                   3058:    'p.m.'
1.5       minaeibi 3059: => 'بعد الظهر',
1.3       minaeibi 3060: 
                   3061:    'pages'
1.5       minaeibi 3062: => 'صفحات',
1.3       minaeibi 3063: 
                   3064:    'part'
1.5       minaeibi 3065: => 'حقل',
1.3       minaeibi 3066: 
                   3067:    'percent'
1.5       minaeibi 3068: => 'نسبة مئوية',
1.3       minaeibi 3069: 
                   3070:    'pictures'
1.5       minaeibi 3071: => 'صور',
1.3       minaeibi 3072: 
                   3073:    'problem'
1.5       minaeibi 3074: => 'مسألة',
1.3       minaeibi 3075: 
                   3076:    'problem statistics grouped by sequence'
1.5       minaeibi 3077: => 'تم تبويب إحصائيات المسألة وفق التوالي',
1.3       minaeibi 3078: 
                   3079:    'problem statistics ungrouped'
1.5       minaeibi 3080: => 'لم يتم تبويب إحصائيات المسألة',
1.3       minaeibi 3081: 
                   3082:    'problem statistics, Excel'
1.5       minaeibi 3083: => 'إحصائيات المسألة -اکسیل',
1.3       minaeibi 3084: 
                   3085:    'remaining'
1.5       minaeibi 3086: => 'الباقي',
1.3       minaeibi 3087: 
                   3088:    'resources'
1.5       minaeibi 3089: => 'الموارد',
1.3       minaeibi 3090: 
                   3091:    'second'
1.5       minaeibi 3092: => 'ثانية',
1.3       minaeibi 3093: 
                   3094:    'seconds'
1.5       minaeibi 3095: => 'ثوان',
1.3       minaeibi 3096: 
                   3097:    'seconds for'
1.5       minaeibi 3098: => 'ثوان',
1.3       minaeibi 3099: 
                   3100:    'sequence'
1.5       minaeibi 3101: => 'توالي',
1.3       minaeibi 3102: 
                   3103:    'subject'
1.5       minaeibi 3104: => 'موضوع',
1.3       minaeibi 3105: 
                   3106:    'this'
1.5       minaeibi 3107: => 'هذا',
1.3       minaeibi 3108: 
                   3109:    'title'
1.5       minaeibi 3110: => 'اسم',
1.3       minaeibi 3111: 
                   3112:    'unless locked'
1.5       minaeibi 3113: => 'إلا إذا كان مُقفلاً',
1.3       minaeibi 3114: 
                   3115:    'users in'
1.5       minaeibi 3116: => 'المستخدمون في',
1.1       www      3117: 
1.3       minaeibi 3118:    'versions of this problem'
1.5       minaeibi 3119: => 'نُسخ هذه المسألة',
1.1       www      3120: 
1.3       minaeibi 3121:    'view sub-'
1.5       minaeibi 3122: => 'ملاحظة فرعية',
1.1       www      3123: 
1.3       minaeibi 3124:    'waiting on'
1.5       minaeibi 3125: => 'إسداء الخدمة إلى',
1.4       minaeibi 3126: 
1.7     ! riegler  3127: 
        !          3128: #SYNC Tue Aug 15 14:23:05 2006
        !          3129:    ' [_1]'
        !          3130: => ' [_1]',
        !          3131: 
        !          3132:    '"[_1]" for default hiding'
        !          3133: => '"[_1]" for default hiding',
        !          3134: 
        !          3135:    '"[_1]" for visible separation'
        !          3136: => '"[_1]" for visible separation',
        !          3137: 
        !          3138:    '"[_1]" if allowed, anything else if not'
        !          3139: => '"[_1]" if allowed, anything else if not',
        !          3140: 
        !          3141:    '"[_1]" to disable, anything else if not'
        !          3142: => '"[_1]" to disable, anything else if not',
        !          3143: 
        !          3144:    '# Do not translate this line.  [_1] is a check box'
        !          3145: => '# Do not translate this line.  [_1] is a check box',
        !          3146: 
        !          3147:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
        !          3148: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
        !          3149: 
        !          3150:    '# Do not translate this line.  [_1] is a column index.'
        !          3151: => '# Do not translate this line.  [_1] is a column index.',
        !          3152: 
        !          3153:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
        !          3154: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
        !          3155: 
        !          3156:    '# Do not translate this line.  [_1] is a username'
        !          3157: => '# Do not translate this line.  [_1] is a username',
        !          3158: 
        !          3159:    '# Do not translate this line.  [_1] is the number of students processed'
        !          3160: => '# Do not translate this line.  [_1] is the number of students processed',
        !          3161: 
        !          3162:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
        !          3163: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
        !          3164: 
        !          3165:    '# Do not translate this line.  [_1] is username, [_2] is error message'
        !          3166: => '# Do not translate this line.  [_1] is username, [_2] is error message',
        !          3167: 
        !          3168:    '# Do not translate this line.  [_1] is username@domain'
        !          3169: => '# Do not translate this line.  [_1] is username@domain',
        !          3170: 
        !          3171:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
        !          3172: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
        !          3173: 
        !          3174:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
        !          3175: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
        !          3176: 
        !          3177:    '# Do not translate this line.  [_2] is a text entry element'
        !          3178: => '# Do not translate this line.  [_2] is a text entry element',
        !          3179: 
        !          3180:    '# [_1] is a drop-down selection box'
        !          3181: => '# [_1] is a drop-down selection box',
        !          3182: 
        !          3183:    '# [_1] is a number [_2] is the current domain'
        !          3184: => '# [_1] is a number [_2] is the current domain',
        !          3185: 
        !          3186:    '# [_1] is an html link to the current file '
        !          3187: => '# [_1] is an html link to the current file ',
        !          3188: 
        !          3189:    '# _1 is a selection dialog'
        !          3190: => '# _1 is a selection dialog',
        !          3191: 
        !          3192:    '# _1 is a server name'
        !          3193: => '# _1 is a server name',
        !          3194: 
        !          3195:    '# _1 is search string'
        !          3196: => '# _1 is search string',
        !          3197: 
        !          3198:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
        !          3199: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
        !          3200: 
        !          3201:    '#Stdnts'
        !          3202: => '#Stdnts',
        !          3203: 
        !          3204:    '#YES'
        !          3205: => '#YES',
        !          3206: 
        !          3207:    '#[_1] is the foil name'
        !          3208: => '#[_1] is the foil name',
        !          3209: 
        !          3210:    '#_1 is the foil name, _2 is the current value of the foil'
        !          3211: => '#_1 is the foil name, _2 is the current value of the foil',
        !          3212: 
        !          3213:    '%Wrng'
        !          3214: => '%Wrng',
        !          3215: 
        !          3216:    '&nbsp;Show&nbsp;All&nbsp;Foils'
        !          3217: => '&nbsp;Show&nbsp;All&nbsp;Foils',
        !          3218: 
        !          3219:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
        !          3220: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
        !          3221: 
        !          3222:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
        !          3223: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
        !          3224: 
        !          3225:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
        !          3226: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
        !          3227: 
        !          3228:    '(Hand in a file you have prepared on your computer)'
        !          3229: => '(Hand in a file you have prepared on your computer)',
        !          3230: 
        !          3231:    ', and answers will be available on'
        !          3232: => ', and answers will be available on',
        !          3233: 
        !          3234:    ', is reserved internally by LON-CAPA.'
        !          3235: => ', is reserved internally by LON-CAPA.',
        !          3236: 
        !          3237:    ', or the next time you log in.'
        !          3238: => ', or the next time you log in.',
        !          3239: 
        !          3240:    ', select a template from the pull-down menu below'
        !          3241: => ', select a template from the pull-down menu below',
        !          3242: 
        !          3243:    ', select a template from the pull-down menu below.'
        !          3244: => ', select a template from the pull-down menu below.',
        !          3245: 
        !          3246:    '. . . for a particular section'
        !          3247: => '. . . for a particular section',
        !          3248: 
        !          3249:    '. . . for all students in the course'
        !          3250: => '. . . for all students in the course',
        !          3251: 
        !          3252:    '. . . for an individual student'
        !          3253: => '. . . for an individual student',
        !          3254: 
        !          3255:    '1 am'
        !          3256: => '1 am',
        !          3257: 
        !          3258:    '1 minute'
        !          3259: => '1 minute',
        !          3260: 
        !          3261:    '1 out of N multiple choice (radio button)'
        !          3262: => '1 out of N multiple choice (radio button)',
        !          3263: 
        !          3264:    '1 pm'
        !          3265: => '1 pm',
        !          3266: 
        !          3267:    '10 am'
        !          3268: => '10 am',
        !          3269: 
        !          3270:    '10 pm'
        !          3271: => '10 pm',
        !          3272: 
        !          3273:    '11 am'
        !          3274: => '11 am',
        !          3275: 
        !          3276:    '11 pm'
        !          3277: => '11 pm',
        !          3278: 
        !          3279:    '12 am'
        !          3280: => '12 am',
        !          3281: 
        !          3282:    '12 noon'
        !          3283: => '12 noon',
        !          3284: 
        !          3285:    '2 am'
        !          3286: => '2 am',
        !          3287: 
        !          3288:    '2 pm'
        !          3289: => '2 pm',
        !          3290: 
        !          3291:    '3 am'
        !          3292: => '3 am',
        !          3293: 
        !          3294:    '3 pm'
        !          3295: => '3 pm',
        !          3296: 
        !          3297:    '4 am'
        !          3298: => '4 am',
        !          3299: 
        !          3300:    '4 pm'
        !          3301: => '4 pm',
        !          3302: 
        !          3303:    '5 am'
        !          3304: => '5 am',
        !          3305: 
        !          3306:    '5 pm'
        !          3307: => '5 pm',
        !          3308: 
        !          3309:    '6 am'
        !          3310: => '6 am',
        !          3311: 
        !          3312:    '6 pm'
        !          3313: => '6 pm',
        !          3314: 
        !          3315:    '7 am'
        !          3316: => '7 am',
        !          3317: 
        !          3318:    '7 pm'
        !          3319: => '7 pm',
        !          3320: 
        !          3321:    '8 am'
        !          3322: => '8 am',
        !          3323: 
        !          3324:    '8 pm'
        !          3325: => '8 pm',
        !          3326: 
        !          3327:    '9 am'
        !          3328: => '9 am',
        !          3329: 
        !          3330:    '9 pm'
        !          3331: => '9 pm',
        !          3332: 
        !          3333:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
        !          3334: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
        !          3335: 
        !          3336:    '<- Previous'
        !          3337: => '<- Previous',
        !          3338: 
        !          3339:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
        !          3340: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
        !          3341: 
        !          3342:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
        !          3343: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
        !          3344: 
        !          3345:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
        !          3346: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
        !          3347: 
        !          3348:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
        !          3349: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
        !          3350: 
        !          3351:    '<b>Students</b> - students will not be able to participate in discussions'
        !          3352: => '<b>Students</b> - students will not be able to participate in discussions',
        !          3353: 
        !          3354:    '<b>Students</b> - students will not be able to use or view the chat room.'
        !          3355: => '<b>Students</b> - students will not be able to use or view the chat room.',
        !          3356: 
        !          3357:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
        !          3358: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
        !          3359: 
        !          3360:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
        !          3361: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
        !          3362: 
        !          3363:    '<b>[_1]</b>:  Unable to enroll: [_2]'
        !          3364: => '<b>[_1]</b>:  Unable to enroll: [_2]',
        !          3365: 
        !          3366:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
        !          3367: => '<b>[_1]</b>: Unable to enroll.  No password specified.',
        !          3368: 
        !          3369:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
        !          3370: => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',
        !          3371: 
        !          3372:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
        !          3373: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
        !          3374: 
        !          3375:    'A score has been assigned.'
        !          3376: => 'A score has been assigned.',
        !          3377: 
        !          3378:    'ABSTRACT'
        !          3379: => 'ABSTRACT',
        !          3380: 
        !          3381:    'ALL'
        !          3382: => 'ALL',
        !          3383: 
        !          3384:    'About Me'
        !          3385: => 'About Me',
        !          3386: 
        !          3387:    'Abstract'
        !          3388: => 'Abstract',
        !          3389: 
        !          3390:    'Access Control'
        !          3391: => 'Access Control',
        !          3392: 
        !          3393:    'Access Key Management'
        !          3394: => 'Access Key Management',
        !          3395: 
        !          3396:    'Access and Usage Statistics'
        !          3397: => 'Access and Usage Statistics',
        !          3398: 
        !          3399:    'Actions'
        !          3400: => 'Actions',
        !          3401: 
        !          3402:    'Activate'
        !          3403: => 'Activate',
        !          3404: 
        !          3405:    'Add Roles'
        !          3406: => 'Add Roles',
        !          3407: 
        !          3408:    'Add new option'
        !          3409: => 'Add new option',
        !          3410: 
        !          3411:    "Add one empty page/column after each student's assignment"
        !          3412: => "Add one empty page/column after each student's assignment",
        !          3413: 
        !          3414:    "Add three empty pages/column after each student's assignment"
        !          3415: => "Add three empty pages/column after each student's assignment",
        !          3416: 
        !          3417:    "Add two empty pages/column after each student's assignment"
        !          3418: => "Add two empty pages/column after each student's assignment",
        !          3419: 
        !          3420:    'Additional Keywords'
        !          3421: => 'Additional Keywords',
        !          3422: 
        !          3423:    'Additional Metadata (non-standard, parameters, exports)'
        !          3424: => 'Additional Metadata (non-standard, parameters, exports)',
        !          3425: 
        !          3426:    'Additional Recipients'
        !          3427: => 'Additional Recipients',
        !          3428: 
        !          3429:    'Additional settings, if specified below, will override cloned settings'
        !          3430: => 'Additional settings, if specified below, will override cloned settings',
        !          3431: 
        !          3432:    'Administrator'
        !          3433: => 'Administrator',
        !          3434: 
        !          3435:    'Advanced Catalog Search'
        !          3436: => 'Advanced Catalog Search',
        !          3437: 
        !          3438:    'Advanced Edit'
        !          3439: => 'Advanced Edit',
        !          3440: 
        !          3441:    'Advanced Search'
        !          3442: => 'Advanced Search',
        !          3443: 
        !          3444:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
        !          3445: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
        !          3446: 
        !          3447:    'All Documents in Course'
        !          3448: => 'All Documents in Course',
        !          3449: 
        !          3450:    'All Maps or Folders'
        !          3451: => 'All Maps or Folders',
        !          3452: 
        !          3453:    'All Resources'
        !          3454: => 'All Resources',
        !          3455: 
        !          3456:    'All Resources (possibly large output)'
        !          3457: => 'All Resources (possibly large output)',
        !          3458: 
        !          3459:    'All Students'
        !          3460: => 'All Students',
        !          3461: 
        !          3462:    'All homework is currently completed'
        !          3463: => 'All homework is currently completed',
        !          3464: 
        !          3465:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
        !          3466: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.',
        !          3467: 
        !          3468:    'All versions'
        !          3469: => 'All versions',
        !          3470: 
        !          3471:    'Allow limited HTML in discussion posts'
        !          3472: => 'Allow limited HTML in discussion posts',
        !          3473: 
        !          3474:    'Allow problems to be split over pages'
        !          3475: => 'Allow problems to be split over pages',
        !          3476: 
        !          3477:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
        !          3478: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
        !          3479: 
        !          3480:    'Allowed filetypes: <b>[_1]</b>'
        !          3481: => 'Allowed filetypes: <b>[_1]</b>',
        !          3482: 
        !          3483:    'An error occured during the attempt to change the section for this student.'
        !          3484: => 'An error occured during the attempt to change the section for this student.',
        !          3485: 
        !          3486:    'An error occured while grading your answer.'
        !          3487: => 'An error occured while grading your answer.',
        !          3488: 
        !          3489:    'An error occurred during the attempt to change the role information for this student.'
        !          3490: => 'An error occurred during the attempt to change the role information for this student.',
        !          3491: 
        !          3492:    'Analyze Over '
        !          3493: => 'Analyze Over ',
        !          3494: 
        !          3495:    'Analyze Problem'
        !          3496: => 'Analyze Problem',
        !          3497: 
        !          3498:    'Analyze Problem Again'
        !          3499: => 'Analyze Problem Again',
        !          3500: 
        !          3501:    'Analyze Progress'
        !          3502: => 'Analyze Progress',
        !          3503: 
        !          3504:    'Analyze as '
        !          3505: => 'Analyze as ',
        !          3506: 
        !          3507:    'Analyzing Results'
        !          3508: => 'Analyzing Results',
        !          3509: 
        !          3510:    'Analyzing a problem'
        !          3511: => 'Analyzing a problem',
        !          3512: 
        !          3513:    'Announcements and Calendar'
        !          3514: => 'Announcements and Calendar',
        !          3515: 
        !          3516:    'Anonymous'
        !          3517: => 'Anonymous',
        !          3518: 
        !          3519:    'Anonymous contribution to course discussion of resource'
        !          3520: => 'Anonymous contribution to course discussion of resource',
        !          3521: 
        !          3522:    'Answer'
        !          3523: => 'Answer',
        !          3524: 
        !          3525:    'Answer Date (answerdate)'
        !          3526: => 'Answer Date (answerdate)',
        !          3527: 
        !          3528:    'Answer Submitted'
        !          3529: => 'Answer Submitted',
        !          3530: 
        !          3531:    'Answer Submitted: Your final submission will be graded after the due date.'
        !          3532: => 'Answer Submitted: Your final submission will be graded after the due date.',
        !          3533: 
        !          3534:    'Answer available'
        !          3535: => 'Answer available',
        !          3536: 
        !          3537:    'Answer submitted'
        !          3538: => 'Answer submitted',
        !          3539: 
        !          3540:    'Answer submitted, not yet graded'
        !          3541: => 'Answer submitted, not yet graded',
        !          3542: 
        !          3543:    'Answer:'
        !          3544: => 'Answer:',
        !          3545: 
        !          3546:    'Answerable'
        !          3547: => 'Answerable',
        !          3548: 
        !          3549:    'Any Language'
        !          3550: => 'Any Language',
        !          3551: 
        !          3552:    'Any User'
        !          3553: => 'Any User',
        !          3554: 
        !          3555:    'Any category'
        !          3556: => 'Any category',
        !          3557: 
        !          3558:    'Any copyright/distribution'
        !          3559: => 'Any copyright/distribution',
        !          3560: 
        !          3561:    'April'
        !          3562: => 'April',
        !          3563: 
        !          3564:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
        !          3565: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
        !          3566: 
        !          3567:    'Assessment'
        !          3568: => 'Assessment',
        !          3569: 
        !          3570:    'Assessment Parameters'
        !          3571: => 'Assessment Parameters',
        !          3572: 
        !          3573:    'Assessment URL and Title'
        !          3574: => 'Assessment URL and Title',
        !          3575: 
        !          3576:    'Assigned User Roles'
        !          3577: => 'Assigned User Roles',
        !          3578: 
        !          3579:    'Associate columns with student attributes.'
        !          3580: => 'Associate columns with student attributes.',
        !          3581: 
        !          3582:    'Attachment'
        !          3583: => 'Attachment',
        !          3584: 
        !          3585:    'Attribute'
        !          3586: => 'Attribute',
        !          3587: 
        !          3588:    'August'
        !          3589: => 'August',
        !          3590: 
        !          3591:    'Author'
        !          3592: => 'Author',
        !          3593: 
        !          3594:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          3595: => 'Author and Co-Author roles may not be available on servers other than your home server.',
        !          3596: 
        !          3597:    'Author(s)'
        !          3598: => 'Author(s)',
        !          3599: 
        !          3600:    'Automated Enrollment Manager'
        !          3601: => 'Automated Enrollment Manager',
        !          3602: 
        !          3603:    'Automated adds'
        !          3604: => 'Automated adds',
        !          3605: 
        !          3606:    'Automated drops'
        !          3607: => 'Automated drops',
        !          3608: 
        !          3609:    'Automated enrollment settings'
        !          3610: => 'Automated enrollment settings',
        !          3611: 
        !          3612:    'Average number of tries till solved'
        !          3613: => 'Average number of tries till solved',
        !          3614: 
        !          3615:    'Back to'
        !          3616: => 'Back to',
        !          3617: 
        !          3618:    'Back to Directory'
        !          3619: => 'Back to Directory',
        !          3620: 
        !          3621:    'Back to Source'
        !          3622: => 'Back to Source',
        !          3623: 
        !          3624:    'Back to Source Directory'
        !          3625: => 'Back to Source Directory',
        !          3626: 
        !          3627:    'Bad Filename'
        !          3628: => 'Bad Filename',
        !          3629: 
        !          3630:    'Became this version on ...'
        !          3631: => 'Became this version on ...',
        !          3632: 
        !          3633:    'Begin Enrollment'
        !          3634: => 'Begin Enrollment',
        !          3635: 
        !          3636:    'Binary File'
        !          3637: => 'Binary File',
        !          3638: 
        !          3639:    'Blank'
        !          3640: => 'Blank',
        !          3641: 
        !          3642:    'Brief view of each students performance in course.'
        !          3643: => 'Brief view of each students performance in course.',
        !          3644: 
        !          3645:    'Broadcast Message to Course'
        !          3646: => 'Broadcast Message to Course',
        !          3647: 
        !          3648:    'Browse'
        !          3649: => 'Browse',
        !          3650: 
        !          3651:    'Browse Resources'
        !          3652: => 'Browse Resources',
        !          3653: 
        !          3654:    'Browse published resources'
        !          3655: => 'Browse published resources',
        !          3656: 
        !          3657:    'Browse resources'
        !          3658: => 'Browse resources',
        !          3659: 
        !          3660:    'Browsing resource, all submissions are temporary.'
        !          3661: => 'Browsing resource, all submissions are temporary.',
        !          3662: 
        !          3663:    'Bulletin Board'
        !          3664: => 'Bulletin Board',
        !          3665: 
        !          3666:    'Bulletin Board/Discussion'
        !          3667: => 'Bulletin Board/Discussion',
        !          3668: 
        !          3669:    'By'
        !          3670: => 'By',
        !          3671: 
        !          3672:    'CSV (comma separated values, spreadsheet)'
        !          3673: => 'CSV (comma separated values, spreadsheet)',
        !          3674: 
        !          3675:    'CSV format'
        !          3676: => 'CSV format',
        !          3677: 
        !          3678:    'Calculate answers'
        !          3679: => 'Calculate answers',
        !          3680: 
        !          3681:    'Calculate course grades (Spreadsheet)'
        !          3682: => 'Calculate course grades (Spreadsheet)',
        !          3683: 
        !          3684:    'Calculations'
        !          3685: => 'Calculations',
        !          3686: 
        !          3687:    'Cancel'
        !          3688: => 'Cancel',
        !          3689: 
        !          3690:    'Cannot publish directory'
        !          3691: => 'Cannot publish directory',
        !          3692: 
        !          3693:    'Cannot retrieve directory'
        !          3694: => 'Cannot retrieve directory',
        !          3695: 
        !          3696:    'Catalog Information'
        !          3697: => 'Catalog Information',
        !          3698: 
        !          3699:    'Catalog Search'
        !          3700: => 'Catalog Search',
        !          3701: 
        !          3702:    'Change'
        !          3703: => 'Change',
        !          3704: 
        !          3705:    'Change Random Seed To:'
        !          3706: => 'Change Random Seed To:',
        !          3707: 
        !          3708:    'Change User Privileges'
        !          3709: => 'Change User Privileges',
        !          3710: 
        !          3711:    'Change Your Language Preferences'
        !          3712: => 'Change Your Language Preferences',
        !          3713: 
        !          3714:    'Change Your Preferences'
        !          3715: => 'Change Your Preferences',
        !          3716: 
        !          3717:    'Changed discussion view mode'
        !          3718: => 'Changed discussion view mode',
        !          3719: 
        !          3720:    'Changes can take up to 10 minutes before being active for all students.'
        !          3721: => 'Changes can take up to 10 minutes before being active for all students.',
        !          3722: 
        !          3723:    'Changes will become active for your current session after'
        !          3724: => 'Changes will become active for your current session after',
        !          3725: 
        !          3726:    'Chat Participation'
        !          3727: => 'Chat Participation',
        !          3728: 
        !          3729:    'Check All'
        !          3730: => 'Check All',
        !          3731: 
        !          3732:    'Check Course Document Versions'
        !          3733: => 'Check Course Document Versions',
        !          3734: 
        !          3735:    'Check for All'
        !          3736: => 'Check for All',
        !          3737: 
        !          3738:    'Check for None'
        !          3739: => 'Check for None',
        !          3740: 
        !          3741:    'Check for Section/Group'
        !          3742: => 'Check for Section/Group',
        !          3743: 
        !          3744:    'Check/Set Resource Versions'
        !          3745: => 'Check/Set Resource Versions',
        !          3746: 
        !          3747:    'Choose a different resource'
        !          3748: => 'Choose a different resource',
        !          3749: 
        !          3750:    'Choose the course to work on'
        !          3751: => 'Choose the course to work on',
        !          3752: 
        !          3753:    'Choose the user role'
        !          3754: => 'Choose the user role',
        !          3755: 
        !          3756:    'Chronological View'
        !          3757: => 'Chronological View',
        !          3758: 
        !          3759:    'Class Hours'
        !          3760: => 'Class Hours',
        !          3761: 
        !          3762:    'Clear All'
        !          3763: => 'Clear All',
        !          3764: 
        !          3765:    'Clear Caches'
        !          3766: => 'Clear Caches',
        !          3767: 
        !          3768:    'Click here for FAQ'
        !          3769: => 'Click here for FAQ',
        !          3770: 
        !          3771:    'Click here for help'
        !          3772: => 'Click here for help',
        !          3773: 
        !          3774:    'Click here to report bugs'
        !          3775: => 'Click here to report bugs',
        !          3776: 
        !          3777:    'Click here to return to the chart.'
        !          3778: => 'Click here to return to the chart.',
        !          3779: 
        !          3780:    "Click to download or use your browser's Save Link function"
        !          3781: => "Click to download or use your browser's Save Link function",
        !          3782: 
        !          3783:    'Click-On Texts (comma sep):'
        !          3784: => 'Click-On Texts (comma sep):',
        !          3785: 
        !          3786:    'Client IP/Name Access Control (acc)'
        !          3787: => 'Client IP/Name Access Control (acc)',
        !          3788: 
        !          3789:    'Clone an existing course'
        !          3790: => 'Clone an existing course',
        !          3791: 
        !          3792:    'Close'
        !          3793: => 'Close',
        !          3794: 
        !          3795:    'Close All Folders'
        !          3796: => 'Close All Folders',
        !          3797: 
        !          3798:    'Close This Window'
        !          3799: => 'Close This Window',
        !          3800: 
        !          3801:    'Closed'
        !          3802: => 'Closed',
        !          3803: 
        !          3804:    'Co-Author'
        !          3805: => 'Co-Author',
        !          3806: 
        !          3807:    'Collapse Remote Control'
        !          3808: => 'Collapse Remote Control',
        !          3809: 
        !          3810:    'Column'
        !          3811: => 'Column',
        !          3812: 
        !          3813:    'Column&nbsp;[_1]'
        !          3814: => 'Column&nbsp;[_1]',
        !          3815: 
        !          3816:    'Comma Separated Values'
        !          3817: => 'Comma Separated Values',
        !          3818: 
        !          3819:    'Communication'
        !          3820: => 'Communication',
        !          3821: 
        !          3822:    'Communication and Messages'
        !          3823: => 'Communication and Messages',
        !          3824: 
        !          3825:    'Compact View'
        !          3826: => 'Compact View',
        !          3827: 
        !          3828:    'Compare versions of'
        !          3829: => 'Compare versions of',
        !          3830: 
        !          3831:    'Completed'
        !          3832: => 'Completed',
        !          3833: 
        !          3834:    'Completely new course'
        !          3835: => 'Completely new course',
        !          3836: 
        !          3837:    'Concept:'
        !          3838: => 'Concept:',
        !          3839: 
        !          3840:    'Concepts'
        !          3841: => 'Concepts',
        !          3842: 
        !          3843:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
        !          3844: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
        !          3845: 
        !          3846:    'Construction Space'
        !          3847: => 'Construction Space',
        !          3848: 
        !          3849:    'Construction Space Directory'
        !          3850: => 'Construction Space Directory',
        !          3851: 
        !          3852:    'Construction Space File Operation'
        !          3853: => 'Construction Space File Operation',
        !          3854: 
        !          3855:    'Construction Space Version'
        !          3856: => 'Construction Space Version',
        !          3857: 
        !          3858:    'Contact'
        !          3859: => 'Contact',
        !          3860: 
        !          3861:    'Contact Information'
        !          3862: => 'Contact Information',
        !          3863: 
        !          3864:    'Content changed'
        !          3865: => 'Content changed',
        !          3866: 
        !          3867:    'Continue'
        !          3868: => 'Continue',
        !          3869: 
        !          3870:    'Continue enrollment?'
        !          3871: => 'Continue enrollment?',
        !          3872: 
        !          3873:    'Contribution to course discussion of resource'
        !          3874: => 'Contribution to course discussion of resource',
        !          3875: 
        !          3876:    'Copied metadata'
        !          3877: => 'Copied metadata',
        !          3878: 
        !          3879:    'Copied old metadata'
        !          3880: => 'Copied old metadata',
        !          3881: 
        !          3882:    'Copied old target file'
        !          3883: => 'Copied old target file',
        !          3884: 
        !          3885:    'Copied source file'
        !          3886: => 'Copied source file',
        !          3887: 
        !          3888:    'Copy current file to'
        !          3889: => 'Copy current file to',
        !          3890: 
        !          3891:    'Copy selected'
        !          3892: => 'Copy selected',
        !          3893: 
        !          3894:    'Copying file'
        !          3895: => 'Copying file',
        !          3896: 
        !          3897:    'Copyright'
        !          3898: => 'Copyright',
        !          3899: 
        !          3900:    'Copyright/Distribution'
        !          3901: => 'Copyright/Distribution',
        !          3902: 
        !          3903:    'Correct Option:'
        !          3904: => 'Correct Option:',
        !          3905: 
        !          3906:    'Could Not Process Request'
        !          3907: => 'Could Not Process Request',
        !          3908: 
        !          3909:    'Could not write metadata'
        !          3910: => 'Could not write metadata',
        !          3911: 
        !          3912:    'Course'
        !          3913: => 'Course',
        !          3914: 
        !          3915:    'Course Assessment Parameter - Helper Mode'
        !          3916: => 'Course Assessment Parameter - Helper Mode',
        !          3917: 
        !          3918:    'Course Assessment Parameters - Overview Mode'
        !          3919: => 'Course Assessment Parameters - Overview Mode',
        !          3920: 
        !          3921:    'Course Assessments Parameters - Table Mode'
        !          3922: => 'Course Assessments Parameters - Table Mode',
        !          3923: 
        !          3924:    'Course Code'
        !          3925: => 'Course Code',
        !          3926: 
        !          3927:    'Course Content'
        !          3928: => 'Course Content',
        !          3929: 
        !          3930:    'Course Coordinator'
        !          3931: => 'Course Coordinator',
        !          3932: 
        !          3933:    'Course Data'
        !          3934: => 'Course Data',
        !          3935: 
        !          3936:    'Course Description'
        !          3937: => 'Course Description',
        !          3938: 
        !          3939:    'Course Documents'
        !          3940: => 'Course Documents',
        !          3941: 
        !          3942:    'Course Environment Parameters'
        !          3943: => 'Course Environment Parameters',
        !          3944: 
        !          3945:    'Course Home Server'
        !          3946: => 'Course Home Server',
        !          3947: 
        !          3948:    'Course ID'
        !          3949: => 'Course ID',
        !          3950: 
        !          3951:    'Course ID or number'
        !          3952: => 'Course ID or number',
        !          3953: 
        !          3954:    'Course ID/Number'
        !          3955: => 'Course ID/Number',
        !          3956: 
        !          3957:    'Course Information'
        !          3958: => 'Course Information',
        !          3959: 
        !          3960:    'Course Initialization Helper'
        !          3961: => 'Course Initialization Helper',
        !          3962: 
        !          3963:    'Course Level'
        !          3964: => 'Course Level',
        !          3965: 
        !          3966:    'Course Parameter Helper'
        !          3967: => 'Course Parameter Helper',
        !          3968: 
        !          3969:    'Course Search'
        !          3970: => 'Course Search',
        !          3971: 
        !          3972:    'Course Statistics and Charts'
        !          3973: => 'Course Statistics and Charts',
        !          3974: 
        !          3975:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
        !          3976: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',
        !          3977: 
        !          3978:    'Course Title'
        !          3979: => 'Course Title',
        !          3980: 
        !          3981:    'Course announcements and my calendar'
        !          3982: => 'Course announcements and my calendar',
        !          3983: 
        !          3984:    'Course default for all problems'
        !          3985: => 'Course default for all problems',
        !          3986: 
        !          3987:    'Course level sheet'
        !          3988: => 'Course level sheet',
        !          3989: 
        !          3990:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
        !          3991: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.',
        !          3992: 
        !          3993:    'Coursepack'
        !          3994: => 'Coursepack',
        !          3995: 
        !          3996:    'Courses'
        !          3997: => 'Courses',
        !          3998: 
        !          3999:    'Create'
        !          4000: => 'Create',
        !          4001: 
        !          4002:    'Create New Environment Variable'
        !          4003: => 'Create New Environment Variable',
        !          4004: 
        !          4005:    'Create New User'
        !          4006: => 'Create New User',
        !          4007: 
        !          4008:    'Create User'
        !          4009: => 'Create User',
        !          4010: 
        !          4011:    'Create Users, Change User Privileges'
        !          4012: => 'Create Users, Change User Privileges',
        !          4013: 
        !          4014:    'Create a New Course'
        !          4015: => 'Create a New Course',
        !          4016: 
        !          4017:    'Create a new course'
        !          4018: => 'Create a new course',
        !          4019: 
        !          4020:    'Create a user or modify the roles and privileges of a user'
        !          4021: => 'Create a user or modify the roles and privileges of a user',
        !          4022: 
        !          4023:    'Creating a new'
        !          4024: => 'Creating a new',
        !          4025: 
        !          4026:    'Creation Date'
        !          4027: => 'Creation Date',
        !          4028: 
        !          4029:    'Critical Messages'
        !          4030: => 'Critical Messages',
        !          4031: 
        !          4032:    'Crosslisted courses'
        !          4033: => 'Crosslisted courses',
        !          4034: 
        !          4035:    'Current'
        !          4036: => 'Current',
        !          4037: 
        !          4038:    'Current Class List'
        !          4039: => 'Current Class List',
        !          4040: 
        !          4041:    'Current Ending Date: [_1]'
        !          4042: => 'Current Ending Date: [_1]',
        !          4043: 
        !          4044:    'Current Ending Date: not set'
        !          4045: => 'Current Ending Date: not set',
        !          4046: 
        !          4047:    'Current Month'
        !          4048: => 'Current Month',
        !          4049: 
        !          4050:    'Current Resource'
        !          4051: => 'Current Resource',
        !          4052: 
        !          4053:    'Current Session Value'
        !          4054: => 'Current Session Value',
        !          4055: 
        !          4056:    'Current Starting Date: [_1]'
        !          4057: => 'Current Starting Date: [_1]',
        !          4058: 
        !          4059:    'Current Starting Date: not set'
        !          4060: => 'Current Starting Date: not set',
        !          4061: 
        !          4062:    'Current Version'
        !          4063: => 'Current Version',
        !          4064: 
        !          4065:    'Currently no active roles or courses'
        !          4066: => 'Currently no active roles or courses',
        !          4067: 
        !          4068:    'Currently no additional roles or courses'
        !          4069: => 'Currently no additional roles or courses',
        !          4070: 
        !          4071:    'Currently not available'
        !          4072: => 'Currently not available',
        !          4073: 
        !          4074:    'Currently selected. '
        !          4075: => 'Currently selected. ',
        !          4076: 
        !          4077:    'Currently submitted: <tt>[_1]</tt>'
        !          4078: => 'Currently submitted: <tt>[_1]</tt>',
        !          4079: 
        !          4080:    'Custom Distribution File'
        !          4081: => 'Custom Distribution File',
        !          4082: 
        !          4083:    'Custom Role Editor'
        !          4084: => 'Custom Role Editor',
        !          4085: 
        !          4086:    'Customized right of use ...	'
        !          4087: => 'Customized right of use ...	',
        !          4088: 
        !          4089:    'Cut selected'
        !          4090: => 'Cut selected',
        !          4091: 
        !          4092:    'Date'
        !          4093: => 'Date',
        !          4094: 
        !          4095:    'Deadlines'
        !          4096: => 'Deadlines',
        !          4097: 
        !          4098:    'December'
        !          4099: => 'December',
        !          4100: 
        !          4101:    'Decompress'
        !          4102: => 'Decompress',
        !          4103: 
        !          4104:    'Default'
        !          4105: => 'Default',
        !          4106: 
        !          4107:    'Default Assessment Spreadsheet'
        !          4108: => 'Default Assessment Spreadsheet',
        !          4109: 
        !          4110:    'Default Cataloging Information for Directory'
        !          4111: => 'Default Cataloging Information for Directory',
        !          4112: 
        !          4113:    'Default Course Spreadsheet'
        !          4114: => 'Default Course Spreadsheet',
        !          4115: 
        !          4116:    'Default Student Spreadsheet'
        !          4117: => 'Default Student Spreadsheet',
        !          4118: 
        !          4119:    'Default Value'
        !          4120: => 'Default Value',
        !          4121: 
        !          4122:    'Default XML Style File'
        !          4123: => 'Default XML Style File',
        !          4124: 
        !          4125:    'Default beginning date when enrolling students'
        !          4126: => 'Default beginning date when enrolling students',
        !          4127: 
        !          4128:    'Default ending date when enrolling students'
        !          4129: => 'Default ending date when enrolling students',
        !          4130: 
        !          4131:    'Default for new courses is'
        !          4132: => 'Default for new courses is',
        !          4133: 
        !          4134:    'Default set of options to pass to tth/m when converting tex'
        !          4135: => 'Default set of options to pass to tth/m when converting tex',
        !          4136: 
        !          4137:    'Default:'
        !          4138: => 'Default:',
        !          4139: 
        !          4140:    'Define Role'
        !          4141: => 'Define Role',
        !          4142: 
        !          4143:    'Degree of difficulty'
        !          4144: => 'Degree of difficulty',
        !          4145: 
        !          4146:    'Delete'
        !          4147: => 'Delete',
        !          4148: 
        !          4149:    'Delete Checked'
        !          4150: => 'Delete Checked',
        !          4151: 
        !          4152:    'Delete a role'
        !          4153: => 'Delete a role',
        !          4154: 
        !          4155:    'Delete an option'
        !          4156: => 'Delete an option',
        !          4157: 
        !          4158:    'Delete messages from bulletin boards'
        !          4159: => 'Delete messages from bulletin boards',
        !          4160: 
        !          4161:    'Delete:'
        !          4162: => 'Delete:',
        !          4163: 
        !          4164:    'Dependencies'
        !          4165: => 'Dependencies',
        !          4166: 
        !          4167:    'Description:'
        !          4168: => 'Description:',
        !          4169: 
        !          4170:    'Detailed Citation View'
        !          4171: => 'Detailed Citation View',
        !          4172: 
        !          4173:    'Detailed Problem Analysis'
        !          4174: => 'Detailed Problem Analysis',
        !          4175: 
        !          4176:    'Detailed statistics and graphs of student performance on problems.'
        !          4177: => 'Detailed statistics and graphs of student performance on problems.',
        !          4178: 
        !          4179:    'Differences'
        !          4180: => 'Differences',
        !          4181: 
        !          4182:    'Diffs'
        !          4183: => 'Diffs',
        !          4184: 
        !          4185:    'Diffs with Current Version'
        !          4186: => 'Diffs with Current Version',
        !          4187: 
        !          4188:    'Diffs with Version'
        !          4189: => 'Diffs with Version',
        !          4190: 
        !          4191:    'Diffs with current Version'
        !          4192: => 'Diffs with current Version',
        !          4193: 
        !          4194:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
        !          4195: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
        !          4196: 
        !          4197:    'Disable all communication among students'
        !          4198: => 'Disable all communication among students',
        !          4199: 
        !          4200:    'Disable display of problem receipts'
        !          4201: => 'Disable display of problem receipts',
        !          4202: 
        !          4203:    'Disable student resource discussion'
        !          4204: => 'Disable student resource discussion',
        !          4205: 
        !          4206:    'Disable student use of chatrooms'
        !          4207: => 'Disable student use of chatrooms',
        !          4208: 
        !          4209:    'Disallow Resource Discussion for Roles'
        !          4210: => 'Disallow Resource Discussion for Roles',
        !          4211: 
        !          4212:    'Disallow Resource Discussion for Users'
        !          4213: => 'Disallow Resource Discussion for Users',
        !          4214: 
        !          4215:    'Disallow live chatroom use for Roles'
        !          4216: => 'Disallow live chatroom use for Roles',
        !          4217: 
        !          4218:    'Disallow live chatroom use for Users'
        !          4219: => 'Disallow live chatroom use for Users',
        !          4220: 
        !          4221:    'Discard Edits and View'
        !          4222: => 'Discard Edits and View',
        !          4223: 
        !          4224:    'Discard Selected'
        !          4225: => 'Discard Selected',
        !          4226: 
        !          4227:    'Discussion Contributions'
        !          4228: => 'Discussion Contributions',
        !          4229: 
        !          4230:    'Discussion Participation'
        !          4231: => 'Discussion Participation',
        !          4232: 
        !          4233:    'Discussions'
        !          4234: => 'Discussions',
        !          4235: 
        !          4236:    'Display'
        !          4237: => 'Display',
        !          4238: 
        !          4239:    'Display All Messages'
        !          4240: => 'Display All Messages',
        !          4241: 
        !          4242:    'Display all Messages'
        !          4243: => 'Display all Messages',
        !          4244: 
        !          4245:    'Display and analysis of submission times on assessments.'
        !          4246: => 'Display and analysis of submission times on assessments.',
        !          4247: 
        !          4248:    'Display file attributes'
        !          4249: => 'Display file attributes',
        !          4250: 
        !          4251:    'Display foils in order given'
        !          4252: => 'Display foils in order given',
        !          4253: 
        !          4254:    'Display foils in random order'
        !          4255: => 'Display foils in random order',
        !          4256: 
        !          4257:    'Distribute Messages from Uploaded File to Course'
        !          4258: => 'Distribute Messages from Uploaded File to Course',
        !          4259: 
        !          4260:    'Do NOT generate as standard course'
        !          4261: => 'Do NOT generate as standard course',
        !          4262: 
        !          4263:    'Do not show plain URL (encrypturl)'
        !          4264: => 'Do not show plain URL (encrypturl)',
        !          4265: 
        !          4266:    'DoDiff'
        !          4267: => 'DoDiff',
        !          4268: 
        !          4269:    'Domain'
        !          4270: => 'Domain',
        !          4271: 
        !          4272:    'Domain Coordinator'
        !          4273: => 'Domain Coordinator',
        !          4274: 
        !          4275:    'Domain Guest'
        !          4276: => 'Domain Guest',
        !          4277: 
        !          4278:    'Domain Level'
        !          4279: => 'Domain Level',
        !          4280: 
        !          4281:    'Domain only - use limited to courses in the domain'
        !          4282: => 'Domain only - use limited to courses in the domain',
        !          4283: 
        !          4284:    "Don't Show Feedback"
        !          4285: => "Don't Show Feedback",
        !          4286: 
        !          4287:    'Done'
        !          4288: => 'Done',
        !          4289: 
        !          4290:    'Drop Students'
        !          4291: => 'Drop Students',
        !          4292: 
        !          4293:    'Drop/Add students in this course'
        !          4294: => 'Drop/Add students in this course',
        !          4295: 
        !          4296:    'Dropped [_1]'
        !          4297: => 'Dropped [_1]',
        !          4298: 
        !          4299:    'Dropped [_1] student(s).'
        !          4300: => 'Dropped [_1] student(s).',
        !          4301: 
        !          4302:    'Dropping Students'
        !          4303: => 'Dropping Students',
        !          4304: 
        !          4305:    'Due'
        !          4306: => 'Due',
        !          4307: 
        !          4308:    'Due Date (contentclose)'
        !          4309: => 'Due Date (contentclose)',
        !          4310: 
        !          4311:    'Due Date (duedate)'
        !          4312: => 'Due Date (duedate)',
        !          4313: 
        !          4314:    'Dump Course DOCS'
        !          4315: => 'Dump Course DOCS',
        !          4316: 
        !          4317:    'Dump Course DOCS to Construction Space'
        !          4318: => 'Dump Course DOCS to Construction Space',
        !          4319: 
        !          4320:    'Duration of automated classlist updates'
        !          4321: => 'Duration of automated classlist updates',
        !          4322: 
        !          4323:    'Dynamic Metadata'
        !          4324: => 'Dynamic Metadata',
        !          4325: 
        !          4326:    'Dynamic Metadata (updated periodically)'
        !          4327: => 'Dynamic Metadata (updated periodically)',
        !          4328: 
        !          4329:    'EMail Address'
        !          4330: => 'EMail Address',
        !          4331: 
        !          4332:    'EMail and Messages'
        !          4333: => 'EMail and Messages',
        !          4334: 
        !          4335:    'ERROR'
        !          4336: => 'ERROR',
        !          4337: 
        !          4338:    'Edit'
        !          4339: => 'Edit',
        !          4340: 
        !          4341:    'Edit Catalog Information'
        !          4342: => 'Edit Catalog Information',
        !          4343: 
        !          4344:    'Edit Content of a Map'
        !          4345: => 'Edit Content of a Map',
        !          4346: 
        !          4347:    'Edit Custom Role Privileges'
        !          4348: => 'Edit Custom Role Privileges',
        !          4349: 
        !          4350:    'Edit Directory Catalog Information'
        !          4351: => 'Edit Directory Catalog Information',
        !          4352: 
        !          4353:    'Edit and view documents included in this course'
        !          4354: => 'Edit and view documents included in this course',
        !          4355: 
        !          4356:    'Edit this resource'
        !          4357: => 'Edit this resource',
        !          4358: 
        !          4359:    'Edit/Modify DOCS'
        !          4360: => 'Edit/Modify DOCS',
        !          4361: 
        !          4362:    'EditXML'
        !          4363: => 'EditXML',
        !          4364: 
        !          4365:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
        !          4366: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
        !          4367: 
        !          4368:    'Empty'
        !          4369: => 'Empty',
        !          4370: 
        !          4371:    'Enclosing Map or Folder'
        !          4372: => 'Enclosing Map or Folder',
        !          4373: 
        !          4374:    'End'
        !          4375: => 'End',
        !          4376: 
        !          4377:    'End Helper'
        !          4378: => 'End Helper',
        !          4379: 
        !          4380:    'End Time'
        !          4381: => 'End Time',
        !          4382: 
        !          4383:    'Ending Date'
        !          4384: => 'Ending Date',
        !          4385: 
        !          4386:    'English - ISO'
        !          4387: => 'English - ISO',
        !          4388: 
        !          4389:    'Enroll One Student'
        !          4390: => 'Enroll One Student',
        !          4391: 
        !          4392:    'Enroll a single student'
        !          4393: => 'Enroll a single student',
        !          4394: 
        !          4395:    'Enroll as student'
        !          4396: => 'Enroll as student',
        !          4397: 
        !          4398:    'Enrolling'
        !          4399: => 'Enrolling',
        !          4400: 
        !          4401:    'Enrolling Student'
        !          4402: => 'Enrolling Student',
        !          4403: 
        !          4404:    'Enrolling Students'
        !          4405: => 'Enrolling Students',
        !          4406: 
        !          4407:    'Enrollment Manager'
        !          4408: => 'Enrollment Manager',
        !          4409: 
        !          4410:    'Enrollment Status'
        !          4411: => 'Enrollment Status',
        !          4412: 
        !          4413:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
        !          4414: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
        !          4415: 
        !          4416:    'Enter construction space as a co-author'
        !          4417: => 'Enter construction space as a co-author',
        !          4418: 
        !          4419:    'Enter grades from check-out assessment resources'
        !          4420: => 'Enter grades from check-out assessment resources',
        !          4421: 
        !          4422:    'Enter my resource construction space'
        !          4423: => 'Enter my resource construction space',
        !          4424: 
        !          4425:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
        !          4426: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
        !          4427: 
        !          4428:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
        !          4429: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
        !          4430: 
        !          4431:    'Enter the chatroom for the course'
        !          4432: => 'Enter the chatroom for the course',
        !          4433: 
        !          4434:    'Entering Construction Space'
        !          4435: => 'Entering Construction Space',
        !          4436: 
        !          4437:    'Entering course ...'
        !          4438: => 'Entering course ...',
        !          4439: 
        !          4440:    'Error'
        !          4441: => 'Error',
        !          4442: 
        !          4443:    'Error Messages'
        !          4444: => 'Error Messages',
        !          4445: 
        !          4446:    'Error dropping [_1]:[_2]'
        !          4447: => 'Error dropping [_1]:[_2]',
        !          4448: 
        !          4449:    'Error: Directory Non Empty'
        !          4450: => 'Error: Directory Non Empty',
        !          4451: 
        !          4452:    'Error: destination for operation is an existing directory.'
        !          4453: => 'Error: destination for operation is an existing directory.',
        !          4454: 
        !          4455:    'Essay, open end'
        !          4456: => 'Essay, open end',
        !          4457: 
        !          4458:    'Evaluate Resource'
        !          4459: => 'Evaluate Resource',
        !          4460: 
        !          4461:    'Evaluation Comments'
        !          4462: => 'Evaluation Comments',
        !          4463: 
        !          4464:    'Evaluation Data'
        !          4465: => 'Evaluation Data',
        !          4466: 
        !          4467:    'Evaluation Error '
        !          4468: => 'Evaluation Error ',
        !          4469: 
        !          4470:    'Every problem in a particular folder'
        !          4471: => 'Every problem in a particular folder',
        !          4472: 
        !          4473:    'Every problem in a particular folder (overrides course default)'
        !          4474: => 'Every problem in a particular folder (overrides course default)',
        !          4475: 
        !          4476:    'Every problem in the course'
        !          4477: => 'Every problem in the course',
        !          4478: 
        !          4479:    'Exam Information'
        !          4480: => 'Exam Information',
        !          4481: 
        !          4482:    'Exam Problem'
        !          4483: => 'Exam Problem',
        !          4484: 
        !          4485:    'Exam Proctor'
        !          4486: => 'Exam Proctor',
        !          4487: 
        !          4488:    'Excel'
        !          4489: => 'Excel',
        !          4490: 
        !          4491:    'Excel format'
        !          4492: => 'Excel format',
        !          4493: 
        !          4494:    'Excused by instructor'
        !          4495: => 'Excused by instructor',
        !          4496: 
        !          4497:    'Exit'
        !          4498: => 'Exit',
        !          4499: 
        !          4500:    'Exit LON-CAPA'
        !          4501: => 'Exit LON-CAPA',
        !          4502: 
        !          4503:    'Extent'
        !          4504: => 'Extent',
        !          4505: 
        !          4506:    'External Resource'
        !          4507: => 'External Resource',
        !          4508: 
        !          4509:    'FAIL'
        !          4510: => 'FAIL',
        !          4511: 
        !          4512:    'Failed Access to Construction Space'
        !          4513: => 'Failed Access to Construction Space',
        !          4514: 
        !          4515:    'Failed to copy source'
        !          4516: => 'Failed to copy source',
        !          4517: 
        !          4518:    'Failed to write metadata copy'
        !          4519: => 'Failed to write metadata copy',
        !          4520: 
        !          4521:    'False'
        !          4522: => 'False',
        !          4523: 
        !          4524:    'February'
        !          4525: => 'February',
        !          4526: 
        !          4527:    'Feedback Addresses for Course Content'
        !          4528: => 'Feedback Addresses for Course Content',
        !          4529: 
        !          4530:    'Feedback Addresses for Course Content Comments'
        !          4531: => 'Feedback Addresses for Course Content Comments',
        !          4532: 
        !          4533:    'Feedback Addresses for Course Policy'
        !          4534: => 'Feedback Addresses for Course Policy',
        !          4535: 
        !          4536:    'Feedback Addresses for Resource Content Question'
        !          4537: => 'Feedback Addresses for Resource Content Question',
        !          4538: 
        !          4539:    'Field'
        !          4540: => 'Field',
        !          4541: 
        !          4542:    'Fielded Format'
        !          4543: => 'Fielded Format',
        !          4544: 
        !          4545:    'File'
        !          4546: => 'File',
        !          4547: 
        !          4548:    'File Category'
        !          4549: => 'File Category',
        !          4550: 
        !          4551:    'File copied.'
        !          4552: => 'File copied.',
        !          4553: 
        !          4554:    'Filenames in Construction Space'
        !          4555: => 'Filenames in Construction Space',
        !          4556: 
        !          4557:    'Finalize Publication'
        !          4558: => 'Finalize Publication',
        !          4559: 
        !          4560:    'Finish Course Initialization'
        !          4561: => 'Finish Course Initialization',
        !          4562: 
        !          4563:    'Finish Helper'
        !          4564: => 'Finish Helper',
        !          4565: 
        !          4566:    'First'
        !          4567: => 'First',
        !          4568: 
        !          4569:    'First Name'
        !          4570: => 'First Name',
        !          4571: 
        !          4572:    'First Resource'
        !          4573: => 'First Resource',
        !          4574: 
        !          4575:    'Foil'
        !          4576: => 'Foil',
        !          4577: 
        !          4578:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
        !          4579: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
        !          4580: 
        !          4581:    'Foils'
        !          4582: => 'Foils',
        !          4583: 
        !          4584:    'Folder'
        !          4585: => 'Folder',
        !          4586: 
        !          4587:    'Folder in Construction Space'
        !          4588: => 'Folder in Construction Space',
        !          4589: 
        !          4590:    'Folder/Map'
        !          4591: => 'Folder/Map',
        !          4592: 
        !          4593:    'For User'
        !          4594: => 'For User',
        !          4595: 
        !          4596:    'For one or more students'
        !          4597: => 'For one or more students',
        !          4598: 
        !          4599:    'Force publication of unmodified files'
        !          4600: => 'Force publication of unmodified files',
        !          4601: 
        !          4602:    'Format:'
        !          4603: => 'Format:',
        !          4604: 
        !          4605:    'Forward'
        !          4606: => 'Forward',
        !          4607: 
        !          4608:    'Forwarded message from'
        !          4609: => 'Forwarded message from',
        !          4610: 
        !          4611:    'Forwarding'
        !          4612: => 'Forwarding',
        !          4613: 
        !          4614:    'Found a <*response> outside of a <part> in a <part>ed problem'
        !          4615: => 'Found a <*response> outside of a <part> in a <part>ed problem',
        !          4616: 
        !          4617:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          4618: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          4619: 
        !          4620:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          4621: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          4622: 
        !          4623:    'Frequency'
        !          4624: => 'Frequency',
        !          4625: 
        !          4626:    'Fri'
        !          4627: => 'Fri',
        !          4628: 
        !          4629:    'From'
        !          4630: => 'From',
        !          4631: 
        !          4632:    'Full Update'
        !          4633: => 'Full Update',
        !          4634: 
        !          4635:    'Full update (also print list of users not enrolled anymore)'
        !          4636: => 'Full update (also print list of users not enrolled anymore)',
        !          4637: 
        !          4638:    'Functions'
        !          4639: => 'Functions',
        !          4640: 
        !          4641:    'Generate Spreadsheet'
        !          4642: => 'Generate Spreadsheet',
        !          4643: 
        !          4644:    'Generate Statistics'
        !          4645: => 'Generate Statistics',
        !          4646: 
        !          4647:    'Generate messages from a file'
        !          4648: => 'Generate messages from a file',
        !          4649: 
        !          4650:    'Generate new role ...'
        !          4651: => 'Generate new role ...',
        !          4652: 
        !          4653:    'Generation'
        !          4654: => 'Generation',
        !          4655: 
        !          4656:    'German - ISO'
        !          4657: => 'German - ISO',
        !          4658: 
        !          4659:    'Getting Problem Variants'
        !          4660: => 'Getting Problem Variants',
        !          4661: 
        !          4662:    'Go'
        !          4663: => 'Go',
        !          4664: 
        !          4665:    'Go Back'
        !          4666: => 'Go Back',
        !          4667: 
        !          4668:    'Go To My First Homework Problem'
        !          4669: => 'Go To My First Homework Problem',
        !          4670: 
        !          4671:    'Go to ...'
        !          4672: => 'Go to ...',
        !          4673: 
        !          4674:    'Go to the next resource in the course sequence'
        !          4675: => 'Go to the next resource in the course sequence',
        !          4676: 
        !          4677:    'Go to the previous resource in the course sequence'
        !          4678: => 'Go to the previous resource in the course sequence',
        !          4679: 
        !          4680:    'Goodbye'
        !          4681: => 'Goodbye',
        !          4682: 
        !          4683:    'Grades Spreadsheet'
        !          4684: => 'Grades Spreadsheet',
        !          4685: 
        !          4686:    'Grading'
        !          4687: => 'Grading',
        !          4688: 
        !          4689:    'Grading Information'
        !          4690: => 'Grading Information',
        !          4691: 
        !          4692:    'Grant/revoke Course Custom Role'
        !          4693: => 'Grant/revoke Course Custom Role',
        !          4694: 
        !          4695:    'Grant/revoke role of Administrator'
        !          4696: => 'Grant/revoke role of Administrator',
        !          4697: 
        !          4698:    'Grant/revoke role of Author'
        !          4699: => 'Grant/revoke role of Author',
        !          4700: 
        !          4701:    'Grant/revoke role of Co-Author'
        !          4702: => 'Grant/revoke role of Co-Author',
        !          4703: 
        !          4704:    'Grant/revoke role of Course Coordinator'
        !          4705: => 'Grant/revoke role of Course Coordinator',
        !          4706: 
        !          4707:    'Grant/revoke role of Domain Coordinator'
        !          4708: => 'Grant/revoke role of Domain Coordinator',
        !          4709: 
        !          4710:    'Grant/revoke role of Domain Guest'
        !          4711: => 'Grant/revoke role of Domain Guest',
        !          4712: 
        !          4713:    'Grant/revoke role of Exam Proctor'
        !          4714: => 'Grant/revoke role of Exam Proctor',
        !          4715: 
        !          4716:    'Grant/revoke role of Instructor'
        !          4717: => 'Grant/revoke role of Instructor',
        !          4718: 
        !          4719:    'Grant/revoke role of Librarian'
        !          4720: => 'Grant/revoke role of Librarian',
        !          4721: 
        !          4722:    'Grant/revoke role of Scantron Operator'
        !          4723: => 'Grant/revoke role of Scantron Operator',
        !          4724: 
        !          4725:    'Grant/revoke role of Student'
        !          4726: => 'Grant/revoke role of Student',
        !          4727: 
        !          4728:    'Grant/revoke role of Superuser'
        !          4729: => 'Grant/revoke role of Superuser',
        !          4730: 
        !          4731:    'Grant/revoke role of Teaching Assistant'
        !          4732: => 'Grant/revoke role of Teaching Assistant',
        !          4733: 
        !          4734:    'Group/Section'
        !          4735: => 'Group/Section',
        !          4736: 
        !          4737:    'HTML'
        !          4738: => 'HTML',
        !          4739: 
        !          4740:    'HTML can be allowed or banned inside of course discussion.'
        !          4741: => 'HTML can be allowed or banned inside of course discussion.',
        !          4742: 
        !          4743:    'HTML in Discussions'
        !          4744: => 'HTML in Discussions',
        !          4745: 
        !          4746:    'HTML/XML'
        !          4747: => 'HTML/XML',
        !          4748: 
        !          4749:    'Hand Graded (handgrade)'
        !          4750: => 'Hand Graded (handgrade)',
        !          4751: 
        !          4752:    'Height(pixel):'
        !          4753: => 'Height(pixel):',
        !          4754: 
        !          4755:    'Help'
        !          4756: => 'Help',
        !          4757: 
        !          4758:    'Help on Creating Courses'
        !          4759: => 'Help on Creating Courses',
        !          4760: 
        !          4761:    'Helproom Hours'
        !          4762: => 'Helproom Hours',
        !          4763: 
        !          4764:    'Hide'
        !          4765: => 'Hide',
        !          4766: 
        !          4767:    'Hide Empty Rows in Spreadsheets'
        !          4768: => 'Hide Empty Rows in Spreadsheets',
        !          4769: 
        !          4770:    'Hint Text'
        !          4771: => 'Hint Text',
        !          4772: 
        !          4773:    'Home Server'
        !          4774: => 'Home Server',
        !          4775: 
        !          4776:    'Homework problem'
        !          4777: => 'Homework problem',
        !          4778: 
        !          4779:    'Host'
        !          4780: => 'Host',
        !          4781: 
        !          4782:    'How do I create a CSV file from a spreadsheet'
        !          4783: => 'How do I create a CSV file from a spreadsheet',
        !          4784: 
        !          4785:    'How do I create a class list from a spreadsheet'
        !          4786: => 'How do I create a class list from a spreadsheet',
        !          4787: 
        !          4788:    'How many tries should be set for all problems in the course?'
        !          4789: => 'How many tries should be set for all problems in the course?',
        !          4790: 
        !          4791:    'How many tries should be set for the selected folder?'
        !          4792: => 'How many tries should be set for the selected folder?',
        !          4793: 
        !          4794:    'How many tries should be set for the selected problem?'
        !          4795: => 'How many tries should be set for the selected problem?',
        !          4796: 
        !          4797:    'How should the results be printed?'
        !          4798: => 'How should the results be printed?',
        !          4799: 
        !          4800:    'ID/Student Number'
        !          4801: => 'ID/Student Number',
        !          4802: 
        !          4803:    'Identify fields'
        !          4804: => 'Identify fields',
        !          4805: 
        !          4806:    'If active, the new role will be available when the students next log in to LON-CAPA.'
        !          4807: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
        !          4808: 
        !          4809:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
        !          4810: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
        !          4811: 
        !          4812:    'Ignore First Line'
        !          4813: => 'Ignore First Line',
        !          4814: 
        !          4815:    'Illegal filename.'
        !          4816: => 'Illegal filename.',
        !          4817: 
        !          4818:    'Image:'
        !          4819: => 'Image:',
        !          4820: 
        !          4821:    'Immediately expire own role as Course Coordinator'
        !          4822: => 'Immediately expire own role as Course Coordinator',
        !          4823: 
        !          4824:    'Import'
        !          4825: => 'Import',
        !          4826: 
        !          4827:    'Import a published document'
        !          4828: => 'Import a published document',
        !          4829: 
        !          4830:    'Import and Paste Area'
        !          4831: => 'Import and Paste Area',
        !          4832: 
        !          4833:    'Include retrieval of student photographs?'
        !          4834: => 'Include retrieval of student photographs?',
        !          4835: 
        !          4836:    'Incorrect'
        !          4837: => 'Incorrect',
        !          4838: 
        !          4839:    'Incorrect Answers:'
        !          4840: => 'Incorrect Answers:',
        !          4841: 
        !          4842:    'Initial Password'
        !          4843: => 'Initial Password',
        !          4844: 
        !          4845:    'Institutional Information'
        !          4846: => 'Institutional Information',
        !          4847: 
        !          4848:    'Instructor'
        !          4849: => 'Instructor',
        !          4850: 
        !          4851:    'Instructor Information'
        !          4852: => 'Instructor Information',
        !          4853: 
        !          4854:    'Interlingua (International Auxiliary Language Association) - ISO'
        !          4855: => 'Interlingua (International Auxiliary Language Association) - ISO',
        !          4856: 
        !          4857:    'Internal Filename'
        !          4858: => 'Internal Filename',
        !          4859: 
        !          4860:    'Internally authenticated'
        !          4861: => 'Internally authenticated',
        !          4862: 
        !          4863:    'Invalid Significant figures detected'
        !          4864: => 'Invalid Significant figures detected',
        !          4865: 
        !          4866:    'Invalid characters in requested name have been removed.'
        !          4867: => 'Invalid characters in requested name have been removed.',
        !          4868: 
        !          4869:    'Invalid date entry'
        !          4870: => 'Invalid date entry',
        !          4871: 
        !          4872:    'Invalid home server specified'
        !          4873: => 'Invalid home server specified',
        !          4874: 
        !          4875:    'Invalid login mode or password.'
        !          4876: => 'Invalid login mode or password.',
        !          4877: 
        !          4878:    'Invalid username or domain'
        !          4879: => 'Invalid username or domain',
        !          4880: 
        !          4881:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
        !          4882: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
        !          4883: 
        !          4884:    'January'
        !          4885: => 'January',
        !          4886: 
        !          4887:    'Japanese - UTF'
        !          4888: => 'Japanese - UTF',
        !          4889: 
        !          4890:    'July'
        !          4891: => 'July',
        !          4892: 
        !          4893:    'June'
        !          4894: => 'June',
        !          4895: 
        !          4896:    'KEYWORDS'
        !          4897: => 'KEYWORDS',
        !          4898: 
        !          4899:    'Keep all Resources up-to-date with most recent Versions (default)'
        !          4900: => 'Keep all Resources up-to-date with most recent Versions (default)',
        !          4901: 
        !          4902:    'Kerberos authenticated'
        !          4903: => 'Kerberos authenticated',
        !          4904: 
        !          4905:    'Keyword(s)'
        !          4906: => 'Keyword(s)',
        !          4907: 
        !          4908:    'Keywords'
        !          4909: => 'Keywords',
        !          4910: 
        !          4911:    'LON-CAPA Domain for Students'
        !          4912: => 'LON-CAPA Domain for Students',
        !          4913: 
        !          4914:    'LON-CAPA Enrollment Manager'
        !          4915: => 'LON-CAPA Enrollment Manager',
        !          4916: 
        !          4917:    'LON-CAPA Helper:'
        !          4918: => 'LON-CAPA Helper:',
        !          4919: 
        !          4920:    'LON-CAPA domain: [_1]'
        !          4921: => 'LON-CAPA domain: [_1]',
        !          4922: 
        !          4923:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
        !          4924: => 'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
        !          4925: 
        !          4926:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
        !          4927: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
        !          4928: 
        !          4929:    'LaTeX batchmode'
        !          4930: => 'LaTeX batchmode',
        !          4931: 
        !          4932:    'LaTeX mode:'
        !          4933: => 'LaTeX mode:',
        !          4934: 
        !          4935:    'Language'
        !          4936: => 'Language',
        !          4937: 
        !          4938:    'Languages used'
        !          4939: => 'Languages used',
        !          4940: 
        !          4941:    'Last'
        !          4942: => 'Last',
        !          4943: 
        !          4944:    'Last Modified'
        !          4945: => 'Last Modified',
        !          4946: 
        !          4947:    'Last Name'
        !          4948: => 'Last Name',
        !          4949: 
        !          4950:    'Last Name, First Names'
        !          4951: => 'Last Name, First Names',
        !          4952: 
        !          4953:    'Last Week'
        !          4954: => 'Last Week',
        !          4955: 
        !          4956:    'Last access'
        !          4957: => 'Last access',
        !          4958: 
        !          4959:    'Last accessed'
        !          4960: => 'Last accessed',
        !          4961: 
        !          4962:    'Last modified'
        !          4963: => 'Last modified',
        !          4964: 
        !          4965:    'Last updated'
        !          4966: => 'Last updated',
        !          4967: 
        !          4968:    'Launch Remote Control'
        !          4969: => 'Launch Remote Control',
        !          4970: 
        !          4971:    'Leave blank on scoring form'
        !          4972: => 'Leave blank on scoring form',
        !          4973: 
        !          4974:    'Librarian'
        !          4975: => 'Librarian',
        !          4976: 
        !          4977:    'Limit by copyright/distribution'
        !          4978: => 'Limit by copyright/distribution',
        !          4979: 
        !          4980:    'Limit by language'
        !          4981: => 'Limit by language',
        !          4982: 
        !          4983:    'List Directory'
        !          4984: => 'List Directory',
        !          4985: 
        !          4986:    'List of hidden parts (hiddenparts)'
        !          4987: => 'List of hidden parts (hiddenparts)',
        !          4988: 
        !          4989:    'List of possible answers'
        !          4990: => 'List of possible answers',
        !          4991: 
        !          4992:    'Load'
        !          4993: => 'Load',
        !          4994: 
        !          4995:    'Load Map'
        !          4996: => 'Load Map',
        !          4997: 
        !          4998:    'Load:'
        !          4999: => 'Load:',
        !          5000: 
        !          5001:    'Location'
        !          5002: => 'Location',
        !          5003: 
        !          5004:    'Lock and unlock assessments'
        !          5005: => 'Lock and unlock assessments',
        !          5006: 
        !          5007:    'Log in'
        !          5008: => 'Log in',
        !          5009: 
        !          5010:    'Logged Out'
        !          5011: => 'Logged Out',
        !          5012: 
        !          5013:    'Login Data'
        !          5014: => 'Login Data',
        !          5015: 
        !          5016:    'Login Type'
        !          5017: => 'Login Type',
        !          5018: 
        !          5019:    'Logout'
        !          5020: => 'Logout',
        !          5021: 
        !          5022:    'MIME Type'
        !          5023: => 'MIME Type',
        !          5024: 
        !          5025:    'Mail'
        !          5026: => 'Mail',
        !          5027: 
        !          5028:    'Main Course Documents'
        !          5029: => 'Main Course Documents',
        !          5030: 
        !          5031:    'Main Menu'
        !          5032: => 'Main Menu',
        !          5033: 
        !          5034:    'Make new directory'
        !          5035: => 'Make new directory',
        !          5036: 
        !          5037:    'Make new file'
        !          5038: => 'Make new file',
        !          5039: 
        !          5040:    'Make notes and annotations about this resource'
        !          5041: => 'Make notes and annotations about this resource',
        !          5042: 
        !          5043:    'Making Backup to'
        !          5044: => 'Making Backup to',
        !          5045: 
        !          5046:    'Manage Access Keys'
        !          5047: => 'Manage Access Keys',
        !          5048: 
        !          5049:    'Manage access keys'
        !          5050: => 'Manage access keys',
        !          5051: 
        !          5052:    'Manual Grading'
        !          5053: => 'Manual Grading',
        !          5054: 
        !          5055:    'Map'
        !          5056: => 'Map',
        !          5057: 
        !          5058:    'Map contents are not shown in order.'
        !          5059: => 'Map contents are not shown in order.',
        !          5060: 
        !          5061:    'Map has branchings. Use advanced editor.'
        !          5062: => 'Map has branchings. Use advanced editor.',
        !          5063: 
        !          5064:    'Map has conditions. Use advanced editor.'
        !          5065: => 'Map has conditions. Use advanced editor.',
        !          5066: 
        !          5067:    'Map has resource parameters. Use advanced editor.'
        !          5068: => 'Map has resource parameters. Use advanced editor.',
        !          5069: 
        !          5070:    'Map has unconnected resources. Use advanced editor.'
        !          5071: => 'Map has unconnected resources. Use advanced editor.',
        !          5072: 
        !          5073:    'March'
        !          5074: => 'March',
        !          5075: 
        !          5076:    'Mark Unread'
        !          5077: => 'Mark Unread',
        !          5078: 
        !          5079:    'Material appears to be correct'
        !          5080: => 'Material appears to be correct',
        !          5081: 
        !          5082:    'Material covered with sufficient depth'
        !          5083: => 'Material covered with sufficient depth',
        !          5084: 
        !          5085:    'Material is helpful'
        !          5086: => 'Material is helpful',
        !          5087: 
        !          5088:    'Material presented in clear way'
        !          5089: => 'Material presented in clear way',
        !          5090: 
        !          5091:    'Max Number Of Shown Foils:'
        !          5092: => 'Max Number Of Shown Foils:',
        !          5093: 
        !          5094:    'Max Possible To Date'
        !          5095: => 'Max Possible To Date',
        !          5096: 
        !          5097:    'Max Tries'
        !          5098: => 'Max Tries',
        !          5099: 
        !          5100:    'Max number of foils displayed'
        !          5101: => 'Max number of foils displayed',
        !          5102: 
        !          5103:    'Maximum Number of Collaborators'
        !          5104: => 'Maximum Number of Collaborators',
        !          5105: 
        !          5106:    'Maximum Number of Collaborators (maxcollaborators)'
        !          5107: => 'Maximum Number of Collaborators (maxcollaborators)',
        !          5108: 
        !          5109:    'Maximum Number of Tries (maxtries)'
        !          5110: => 'Maximum Number of Tries (maxtries)',
        !          5111: 
        !          5112:    'May'
        !          5113: => 'May',
        !          5114: 
        !          5115:    'Mean Tries'
        !          5116: => 'Mean Tries',
        !          5117: 
        !          5118:    'Messaging'
        !          5119: => 'Messaging',
        !          5120: 
        !          5121:    'Metadata'
        !          5122: => 'Metadata',
        !          5123: 
        !          5124:    'Metadata Information'
        !          5125: => 'Metadata Information',
        !          5126: 
        !          5127:    'Metadata Version'
        !          5128: => 'Metadata Version',
        !          5129: 
        !          5130:    'Metadata current version'
        !          5131: => 'Metadata current version',
        !          5132: 
        !          5133:    'Middle'
        !          5134: => 'Middle',
        !          5135: 
        !          5136:    'Middle Name'
        !          5137: => 'Middle Name',
        !          5138: 
        !          5139:    'Middle Names/Initials'
        !          5140: => 'Middle Names/Initials',
        !          5141: 
        !          5142:    'Mime type'
        !          5143: => 'Mime type',
        !          5144: 
        !          5145:    'Missing Kerberos domain information.'
        !          5146: => 'Missing Kerberos domain information.',
        !          5147: 
        !          5148:    'Modification Date'
        !          5149: => 'Modification Date',
        !          5150: 
        !          5151:    'Modification may make assessment data inaccessible'
        !          5152: => 'Modification may make assessment data inaccessible',
        !          5153: 
        !          5154:    'Modified'
        !          5155: => 'Modified',
        !          5156: 
        !          5157:    'Modify Course Assessment Parameters'
        !          5158: => 'Modify Course Assessment Parameters',
        !          5159: 
        !          5160:    'Modify Enrollment for'
        !          5161: => 'Modify Enrollment for',
        !          5162: 
        !          5163:    'Modify Parameters'
        !          5164: => 'Modify Parameters',
        !          5165: 
        !          5166:    'Modify User'
        !          5167: => 'Modify User',
        !          5168: 
        !          5169:    'Modify another students data'
        !          5170: => 'Modify another students data',
        !          5171: 
        !          5172:    'Modify authentication mechanism and data for a user'
        !          5173: => 'Modify authentication mechanism and data for a user',
        !          5174: 
        !          5175:    'Modify deadlines, etc, for this assessment resource'
        !          5176: => 'Modify deadlines, etc, for this assessment resource',
        !          5177: 
        !          5178:    'Modify deadlines, etc, for this resource'
        !          5179: => 'Modify deadlines, etc, for this resource',
        !          5180: 
        !          5181:    'Modify grades'
        !          5182: => 'Modify grades',
        !          5183: 
        !          5184:    'Modify student data'
        !          5185: => 'Modify student data',
        !          5186: 
        !          5187:    'Modify user grades for this assessment resource'
        !          5188: => 'Modify user grades for this assessment resource',
        !          5189: 
        !          5190:    'Modifying data for user'
        !          5191: => 'Modifying data for user',
        !          5192: 
        !          5193:    'Modifying this will make problems'
        !          5194: => 'Modifying this will make problems',
        !          5195: 
        !          5196:    'Mon'
        !          5197: => 'Mon',
        !          5198: 
        !          5199:    'Most recently published Version'
        !          5200: => 'Most recently published Version',
        !          5201: 
        !          5202:    'Move Down'
        !          5203: => 'Move Down',
        !          5204: 
        !          5205:    'Move Up'
        !          5206: => 'Move Up',
        !          5207: 
        !          5208:    'Move current file to'
        !          5209: => 'Move current file to',
        !          5210: 
        !          5211:    'Must create new subdirectory inside a directory'
        !          5212: => 'Must create new subdirectory inside a directory',
        !          5213: 
        !          5214:    'My Personal Info'
        !          5215: => 'My Personal Info',
        !          5216: 
        !          5217:    'Name'
        !          5218: => 'Name',
        !          5219: 
        !          5220:    'Name of Role'
        !          5221: => 'Name of Role',
        !          5222: 
        !          5223:    'Name starting with'
        !          5224: => 'Name starting with',
        !          5225: 
        !          5226:    'Name:'
        !          5227: => 'Name:',
        !          5228: 
        !          5229:    'Navigate'
        !          5230: => 'Navigate',
        !          5231: 
        !          5232:    'Navigate Contents'
        !          5233: => 'Navigate Contents',
        !          5234: 
        !          5235:    'Navigate Course Contents'
        !          5236: => 'Navigate Course Contents',
        !          5237: 
        !          5238:    'Navigate the table of contents for this course'
        !          5239: => 'Navigate the table of contents for this course',
        !          5240: 
        !          5241:    'Network-wide number of accesses (hits)'
        !          5242: => 'Network-wide number of accesses (hits)',
        !          5243: 
        !          5244:    'Network-wide number of courses using resource'
        !          5245: => 'Network-wide number of courses using resource',
        !          5246: 
        !          5247:    'New Directory'
        !          5248: => 'New Directory',
        !          5249: 
        !          5250:    'New Folder'
        !          5251: => 'New Folder',
        !          5252: 
        !          5253:    'New HTML file'
        !          5254: => 'New HTML file',
        !          5255: 
        !          5256:    'New Messages'
        !          5257: => 'New Messages',
        !          5258: 
        !          5259:    'New Problem Variation'
        !          5260: => 'New Problem Variation',
        !          5261: 
        !          5262:    'New Randomization'
        !          5263: => 'New Randomization',
        !          5264: 
        !          5265:    'New Resource'
        !          5266: => 'New Resource',
        !          5267: 
        !          5268:    'New Role'
        !          5269: => 'New Role',
        !          5270: 
        !          5271:    'New Search'
        !          5272: => 'New Search',
        !          5273: 
        !          5274:    'New Title'
        !          5275: => 'New Title',
        !          5276: 
        !          5277:    'New User'
        !          5278: => 'New User',
        !          5279: 
        !          5280:    'New Value'
        !          5281: => 'New Value',
        !          5282: 
        !          5283:    'New assembled page'
        !          5284: => 'New assembled page',
        !          5285: 
        !          5286:    'New assembled sequence'
        !          5287: => 'New assembled sequence',
        !          5288: 
        !          5289:    'New custom rights file'
        !          5290: => 'New custom rights file',
        !          5291: 
        !          5292:    'New discussion since'
        !          5293: => 'New discussion since',
        !          5294: 
        !          5295:    'New file'
        !          5296: => 'New file',
        !          5297: 
        !          5298:    'New parameters or stored values'
        !          5299: => 'New parameters or stored values',
        !          5300: 
        !          5301:    'New problem'
        !          5302: => 'New problem',
        !          5303: 
        !          5304:    'New style file'
        !          5305: => 'New style file',
        !          5306: 
        !          5307:    'New subdirectory'
        !          5308: => 'New subdirectory',
        !          5309: 
        !          5310:    'Next'
        !          5311: => 'Next',
        !          5312: 
        !          5313:    'Next    '
        !          5314: => 'Next    ',
        !          5315: 
        !          5316:    'Next ->'
        !          5317: => 'Next ->',
        !          5318: 
        !          5319:    'Next Month'
        !          5320: => 'Next Month',
        !          5321: 
        !          5322:    'No'
        !          5323: => 'No',
        !          5324: 
        !          5325:    'No Access or Usages Statistics are available for this resource.'
        !          5326: => 'No Access or Usages Statistics are available for this resource.',
        !          5327: 
        !          5328:    'No Assessment Statistical Data is available for this resource'
        !          5329: => 'No Assessment Statistical Data is available for this resource',
        !          5330: 
        !          5331:    'No Evaluation Data is available for this resource.'
        !          5332: => 'No Evaluation Data is available for this resource.',
        !          5333: 
        !          5334:    'No Kerberos domain was specified.'
        !          5335: => 'No Kerberos domain was specified.',
        !          5336: 
        !          5337:    'No Role, Cumulative Privileges'
        !          5338: => 'No Role, Cumulative Privileges',
        !          5339: 
        !          5340:    'No changes were made to the current settings.'
        !          5341: => 'No changes were made to the current settings.',
        !          5342: 
        !          5343:    'No content modifications yet.'
        !          5344: => 'No content modifications yet.',
        !          5345: 
        !          5346:    'No due date'
        !          5347: => 'No due date',
        !          5348: 
        !          5349:    'No language preference'
        !          5350: => 'No language preference',
        !          5351: 
        !          5352:    'No new filename specified.'
        !          5353: => 'No new filename specified.',
        !          5354: 
        !          5355:    'No previous versions published.'
        !          5356: => 'No previous versions published.',
        !          5357: 
        !          5358:    'No role specified'
        !          5359: => 'No role specified',
        !          5360: 
        !          5361:    'No section assigned'
        !          5362: => 'No section assigned',
        !          5363: 
        !          5364:    'No such file'
        !          5365: => 'No such file',
        !          5366: 
        !          5367:    'No upload file specified.'
        !          5368: => 'No upload file specified.',
        !          5369: 
        !          5370:    'No write permission to'
        !          5371: => 'No write permission to',
        !          5372: 
        !          5373:    'No write permission to user directory, FAIL'
        !          5374: => 'No write permission to user directory, FAIL',
        !          5375: 
        !          5376:    'None Found'
        !          5377: => 'None Found',
        !          5378: 
        !          5379:    'Not Allowed'
        !          5380: => 'Not Allowed',
        !          5381: 
        !          5382:    'Not applicable - '
        !          5383: => 'Not applicable - ',
        !          5384: 
        !          5385:    'Not open to be viewed'
        !          5386: => 'Not open to be viewed',
        !          5387: 
        !          5388:    'Not set - '
        !          5389: => 'Not set - ',
        !          5390: 
        !          5391:    'Not shown, not used'
        !          5392: => 'Not shown, not used',
        !          5393: 
        !          5394:    'Note: for large courses, this operation may be time consuming'
        !          5395: => 'Note: for large courses, this operation may be time consuming',
        !          5396: 
        !          5397:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
        !          5398: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
        !          5399: 
        !          5400:    'Note: this will not take effect if the user already exists'
        !          5401: => 'Note: this will not take effect if the user already exists',
        !          5402: 
        !          5403:    'Notes'
        !          5404: => 'Notes',
        !          5405: 
        !          5406:    'Notification of enrollment changes'
        !          5407: => 'Notification of enrollment changes',
        !          5408: 
        !          5409:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
        !          5410: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
        !          5411: 
        !          5412:    'November'
        !          5413: => 'November',
        !          5414: 
        !          5415:    'Number of Plots:'
        !          5416: => 'Number of Plots:',
        !          5417: 
        !          5418:    'Number of Tries before hints appear (hinttries)'
        !          5419: => 'Number of Tries before hints appear (hinttries)',
        !          5420: 
        !          5421:    'Number of assignments printed at the same time:'
        !          5422: => 'Number of assignments printed at the same time:',
        !          5423: 
        !          5424:    'Number of bubbles in exam mode (numbubbles)'
        !          5425: => 'Number of bubbles in exam mode (numbubbles)',
        !          5426: 
        !          5427:    'Number of columns'
        !          5428: => 'Number of columns',
        !          5429: 
        !          5430:    'Number of resources that follow this resource in maps'
        !          5431: => 'Number of resources that follow this resource in maps',
        !          5432: 
        !          5433:    'Number of resources that lead up to this resource in maps'
        !          5434: => 'Number of resources that lead up to this resource in maps',
        !          5435: 
        !          5436:    'Number of resources using or importing resource'
        !          5437: => 'Number of resources using or importing resource',
        !          5438: 
        !          5439:    'Numerical Tolerance (tol)'
        !          5440: => 'Numerical Tolerance (tol)',
        !          5441: 
        !          5442:    'Obsolete'
        !          5443: => 'Obsolete',
        !          5444: 
        !          5445:    'Obsolete parameters or stored values'
        !          5446: => 'Obsolete parameters or stored values',
        !          5447: 
        !          5448:    'October'
        !          5449: => 'October',
        !          5450: 
        !          5451:    'Office Hours'
        !          5452: => 'Office Hours',
        !          5453: 
        !          5454:    'Old Value'
        !          5455: => 'Old Value',
        !          5456: 
        !          5457:    'One particular problem'
        !          5458: => 'One particular problem',
        !          5459: 
        !          5460:    'One particular problem (overrides folder and course defaults)'
        !          5461: => 'One particular problem (overrides folder and course defaults)',
        !          5462: 
        !          5463:    'Online Help'
        !          5464: => 'Online Help',
        !          5465: 
        !          5466:    'Only Answers'
        !          5467: => 'Only Answers',
        !          5468: 
        !          5469:    'Only a number required.'
        !          5470: => 'Only a number required.',
        !          5471: 
        !          5472:    'Only domain coordinators can change a users password.'
        !          5473: => 'Only domain coordinators can change a users password.',
        !          5474: 
        !          5475:    'Open'
        !          5476: => 'Open',
        !          5477: 
        !          5478:    'Open All Folders'
        !          5479: => 'Open All Folders',
        !          5480: 
        !          5481:    'Open Course'
        !          5482: => 'Open Course',
        !          5483: 
        !          5484:    'Open all assessments'
        !          5485: => 'Open all assessments',
        !          5486: 
        !          5487:    'Open and correct'
        !          5488: => 'Open and correct',
        !          5489: 
        !          5490:    'Open with full tries'
        !          5491: => 'Open with full tries',
        !          5492: 
        !          5493:    'Open, no due date'
        !          5494: => 'Open, no due date',
        !          5495: 
        !          5496:    'Opening Date (contentopen)'
        !          5497: => 'Opening Date (contentopen)',
        !          5498: 
        !          5499:    'Opening Date (opendate)'
        !          5500: => 'Opening Date (opendate)',
        !          5501: 
        !          5502:    'Option Response Problem Analysis'
        !          5503: => 'Option Response Problem Analysis',
        !          5504: 
        !          5505:    'Option response'
        !          5506: => 'Option response',
        !          5507: 
        !          5508:    'Output'
        !          5509: => 'Output',
        !          5510: 
        !          5511:    'Output Format'
        !          5512: => 'Output Format',
        !          5513: 
        !          5514:    'Output Format: [_1]'
        !          5515: => 'Output Format: [_1]',
        !          5516: 
        !          5517:    'Overall Problem Statistics'
        !          5518: => 'Overall Problem Statistics',
        !          5519: 
        !          5520:    'Owner/Publisher'
        !          5521: => 'Owner/Publisher',
        !          5522: 
        !          5523:    'Page'
        !          5524: => 'Page',
        !          5525: 
        !          5526:    'Page layout'
        !          5527: => 'Page layout',
        !          5528: 
        !          5529:    'Paper type'
        !          5530: => 'Paper type',
        !          5531: 
        !          5532:    'Parameter'
        !          5533: => 'Parameter',
        !          5534: 
        !          5535:    'Parameter Name'
        !          5536: => 'Parameter Name',
        !          5537: 
        !          5538:    'Parameter Type'
        !          5539: => 'Parameter Type',
        !          5540: 
        !          5541:    'Parameter in Effect'
        !          5542: => 'Parameter in Effect',
        !          5543: 
        !          5544:    'Parent Directory'
        !          5545: => 'Parent Directory',
        !          5546: 
        !          5547:    'Part'
        !          5548: => 'Part',
        !          5549: 
        !          5550:    'Part Description (display)'
        !          5551: => 'Part Description (display)',
        !          5552: 
        !          5553:    'Part is not open to be viewed. It'
        !          5554: => 'Part is not open to be viewed. It',
        !          5555: 
        !          5556:    'Password'
        !          5557: => 'Password',
        !          5558: 
        !          5559:    'Paste after selected'
        !          5560: => 'Paste after selected',
        !          5561: 
        !          5562:    'Path'
        !          5563: => 'Path',
        !          5564: 
        !          5565:    'Per Page'
        !          5566: => 'Per Page',
        !          5567: 
        !          5568:    'Personal Data'
        !          5569: => 'Personal Data',
        !          5570: 
        !          5571:    'Personal Information'
        !          5572: => 'Personal Information',
        !          5573: 
        !          5574:    'Please adjust significant figures.'
        !          5575: => 'Please adjust significant figures.',
        !          5576: 
        !          5577:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
        !          5578: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
        !          5579: 
        !          5580:    'Please click Back on your browser and select another user, or '
        !          5581: => 'Please click Back on your browser and select another user, or ',
        !          5582: 
        !          5583:    'Please contact your LON-CAPA administrator regarding this situation.'
        !          5584: => 'Please contact your LON-CAPA administrator regarding this situation.',
        !          5585: 
        !          5586:    'Please do not reply to this address.'
        !          5587: => 'Please do not reply to this address.',
        !          5588: 
        !          5589:    'Please either'
        !          5590: => 'Please either',
        !          5591: 
        !          5592:    'Please notify the server administrator '
        !          5593: => 'Please notify the server administrator ',
        !          5594: 
        !          5595:    'Please pick a version to retrieve'
        !          5596: => 'Please pick a version to retrieve',
        !          5597: 
        !          5598:    'Please select a problem to analyze'
        !          5599: => 'Please select a problem to analyze',
        !          5600: 
        !          5601:    'Please select a report to generate'
        !          5602: => 'Please select a report to generate',
        !          5603: 
        !          5604:    'Please select a report to generate.'
        !          5605: => 'Please select a report to generate.',
        !          5606: 
        !          5607:    'Please select an authentication mechanism'
        !          5608: => 'Please select an authentication mechanism',
        !          5609: 
        !          5610:    'Please select the authentication mechanism'
        !          5611: => 'Please select the authentication mechanism',
        !          5612: 
        !          5613:    'Please select the section you wish to set the answer open date for:'
        !          5614: => 'Please select the section you wish to set the answer open date for:',
        !          5615: 
        !          5616:    'Please select the section you wish to set the due date for:'
        !          5617: => 'Please select the section you wish to set the due date for:',
        !          5618: 
        !          5619:    'Please select the section you wish to set the number of tries for:'
        !          5620: => 'Please select the section you wish to set the number of tries for:',
        !          5621: 
        !          5622:    'Please select the section you wish to set the opening date for:'
        !          5623: => 'Please select the section you wish to set the opening date for:',
        !          5624: 
        !          5625:    'Please select the section you wish to set the problem weight for:'
        !          5626: => 'Please select the section you wish to set the problem weight for:',
        !          5627: 
        !          5628:    'Please select the student you wish to set the answer open date for:'
        !          5629: => 'Please select the student you wish to set the answer open date for:',
        !          5630: 
        !          5631:    'Please select the student you wish to set the due date for:'
        !          5632: => 'Please select the student you wish to set the due date for:',
        !          5633: 
        !          5634:    'Please select the student you wish to set the number of tries for:'
        !          5635: => 'Please select the student you wish to set the number of tries for:',
        !          5636: 
        !          5637:    'Please select the student you wish to set the opening date for:'
        !          5638: => 'Please select the student you wish to set the opening date for:',
        !          5639: 
        !          5640:    'Please select the student you wish to set the problem weight for:'
        !          5641: => 'Please select the student you wish to set the problem weight for:',
        !          5642: 
        !          5643:    'Please stand by.'
        !          5644: => 'Please stand by.',
        !          5645: 
        !          5646:    'Please use browser "Back" button and pick a filename'
        !          5647: => 'Please use browser "Back" button and pick a filename',
        !          5648: 
        !          5649:    "Please use browser 'Back' button and pick a filename"
        !          5650: => "Please use browser 'Back' button and pick a filename",
        !          5651: 
        !          5652:    'Portuguese - ISO'
        !          5653: => 'Portuguese - ISO',
        !          5654: 
        !          5655:    'Position'
        !          5656: => 'Position',
        !          5657: 
        !          5658:    'Post anonymously'
        !          5659: => 'Post anonymously',
        !          5660: 
        !          5661:    'Post discussion on course resources'
        !          5662: => 'Post discussion on course resources',
        !          5663: 
        !          5664:    'Post system frontpage announcements'
        !          5665: => 'Post system frontpage announcements',
        !          5666: 
        !          5667:    'Post to live chatrooms'
        !          5668: => 'Post to live chatrooms',
        !          5669: 
        !          5670:    'Preferred language'
        !          5671: => 'Preferred language',
        !          5672: 
        !          5673:    'Prepare a printable document'
        !          5674: => 'Prepare a printable document',
        !          5675: 
        !          5676:    'Preparing Excel Spreadsheet'
        !          5677: => 'Preparing Excel Spreadsheet',
        !          5678: 
        !          5679:    'Preparing Printout'
        !          5680: => 'Preparing Printout',
        !          5681: 
        !          5682:    'Prerequisites'
        !          5683: => 'Prerequisites',
        !          5684: 
        !          5685:    'Previous'
        !          5686: => 'Previous',
        !          5687: 
        !          5688:    'Previous Month'
        !          5689: => 'Previous Month',
        !          5690: 
        !          5691:    'Print'
        !          5692: => 'Print',
        !          5693: 
        !          5694:    'Print Index:'
        !          5695: => 'Print Index:',
        !          5696: 
        !          5697:    'Print Table of Contents:'
        !          5698: => 'Print Table of Contents:',
        !          5699: 
        !          5700:    'Print:'
        !          5701: => 'Print:',
        !          5702: 
        !          5703:    'Printing Helper'
        !          5704: => 'Printing Helper',
        !          5705: 
        !          5706:    'Privacy Note'
        !          5707: => 'Privacy Note',
        !          5708: 
        !          5709:    'Private - visible to author only for testing purposes'
        !          5710: => 'Private - visible to author only for testing purposes',
        !          5711: 
        !          5712:    'Private Publication - did not synchronize database'
        !          5713: => 'Private Publication - did not synchronize database',
        !          5714: 
        !          5715:    'Privileged users that should not be hidden on staff listings'
        !          5716: => 'Privileged users that should not be hidden on staff listings',
        !          5717: 
        !          5718:    'Problem Status Chart'
        !          5719: => 'Problem Status Chart',
        !          5720: 
        !          5721:    'Problems'
        !          5722: => 'Problems',
        !          5723: 
        !          5724:    'Problems Not Contained In A Folder'
        !          5725: => 'Problems Not Contained In A Folder',
        !          5726: 
        !          5727:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
        !          5728: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
        !          5729: 
        !          5730:    'Problems from entire course'
        !          5731: => 'Problems from entire course',
        !          5732: 
        !          5733:    'Processed [_1] student(s).'
        !          5734: => 'Processed [_1] student(s).',
        !          5735: 
        !          5736:    'Processed file'
        !          5737: => 'Processed file',
        !          5738: 
        !          5739:    'Processing'
        !          5740: => 'Processing',
        !          5741: 
        !          5742:    'Processing course structure'
        !          5743: => 'Processing course structure',
        !          5744: 
        !          5745:    'Processing first student'
        !          5746: => 'Processing first student',
        !          5747: 
        !          5748:    'Produce Excel Output'
        !          5749: => 'Produce Excel Output',
        !          5750: 
        !          5751:    'Project Information'
        !          5752: => 'Project Information',
        !          5753: 
        !          5754:    'Provide feedback messages or contribute to the course discussion about this resource'
        !          5755: => 'Provide feedback messages or contribute to the course discussion about this resource',
        !          5756: 
        !          5757:    'Provide my evaluation of this resource'
        !          5758: => 'Provide my evaluation of this resource',
        !          5759: 
        !          5760:    'Public - no authentication or authorization required for use'
        !          5761: => 'Public - no authentication or authorization required for use',
        !          5762: 
        !          5763:    'Publish'
        !          5764: => 'Publish',
        !          5765: 
        !          5766:    'Publish Directory'
        !          5767: => 'Publish Directory',
        !          5768: 
        !          5769:    'Publish Directory and Sub Directories'
        !          5770: => 'Publish Directory and Sub Directories',
        !          5771: 
        !          5772:    'Publish this Resource'
        !          5773: => 'Publish this Resource',
        !          5774: 
        !          5775:    'Published'
        !          5776: => 'Published',
        !          5777: 
        !          5778:    'Publisher/Owner'
        !          5779: => 'Publisher/Owner',
        !          5780: 
        !          5781:    'Publishing'
        !          5782: => 'Publishing',
        !          5783: 
        !          5784:    'Question Text'
        !          5785: => 'Question Text',
        !          5786: 
        !          5787:    'Question Type'
        !          5788: => 'Question Type',
        !          5789: 
        !          5790:    'Question Type (type)'
        !          5791: => 'Question Type (type)',
        !          5792: 
        !          5793:    'Quick Completed Problems Display'
        !          5794: => 'Quick Completed Problems Display',
        !          5795: 
        !          5796:    'Random position'
        !          5797: => 'Random position',
        !          5798: 
        !          5799:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
        !          5800: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
        !          5801: 
        !          5802:    'Randomization algorithm used'
        !          5803: => 'Randomization algorithm used',
        !          5804: 
        !          5805:    'Randomly pick number of resources (randompick)'
        !          5806: => 'Randomly pick number of resources (randompick)',
        !          5807: 
        !          5808:    'Re'
        !          5809: => 'Re',
        !          5810: 
        !          5811:    'Re-Initialize'
        !          5812: => 'Re-Initialize',
        !          5813: 
        !          5814:    'Re-enrollment will re-activate data.'
        !          5815: => 'Re-enrollment will re-activate data.',
        !          5816: 
        !          5817:    'Reading results from'
        !          5818: => 'Reading results from',
        !          5819: 
        !          5820:    'Reading results from [_1]'
        !          5821: => 'Reading results from [_1]',
        !          5822: 
        !          5823:    'Readings'
        !          5824: => 'Readings',
        !          5825: 
        !          5826:    'Receipt algorithm used'
        !          5827: => 'Receipt algorithm used',
        !          5828: 
        !          5829:    'Receiving results from [_1]'
        !          5830: => 'Receiving results from [_1]',
        !          5831: 
        !          5832:    'Recent'
        !          5833: => 'Recent',
        !          5834: 
        !          5835:    'Record'
        !          5836: => 'Record',
        !          5837: 
        !          5838:    'Registering'
        !          5839: => 'Registering',
        !          5840: 
        !          5841:    'Related'
        !          5842: => 'Related',
        !          5843: 
        !          5844:    'Remark'
        !          5845: => 'Remark',
        !          5846: 
        !          5847:    'Rename'
        !          5848: => 'Rename',
        !          5849: 
        !          5850:    'Rename current file to'
        !          5851: => 'Rename current file to',
        !          5852: 
        !          5853:    'Reply'
        !          5854: => 'Reply',
        !          5855: 
        !          5856:    'Report a Bug'
        !          5857: => 'Report a Bug',
        !          5858: 
        !          5859:    'Reset Submissions'
        !          5860: => 'Reset Submissions',
        !          5861: 
        !          5862:    'Resource'
        !          5863: => 'Resource',
        !          5864: 
        !          5865:    'Resource Differences'
        !          5866: => 'Resource Differences',
        !          5867: 
        !          5868:    'Resource Feedback and Discussion'
        !          5869: => 'Resource Feedback and Discussion',
        !          5870: 
        !          5871:    'Resource Hidden from Students (hiddenresource)'
        !          5872: => 'Resource Hidden from Students (hiddenresource)',
        !          5873: 
        !          5874:    'Resource Level'
        !          5875: => 'Resource Level',
        !          5876: 
        !          5877:    'Resource Publication'
        !          5878: => 'Resource Publication',
        !          5879: 
        !          5880:    'Resource alias name for conditions (mapalias)'
        !          5881: => 'Resource alias name for conditions (mapalias)',
        !          5882: 
        !          5883:    'Resource is technically correct'
        !          5884: => 'Resource is technically correct',
        !          5885: 
        !          5886:    'Resources'
        !          5887: => 'Resources',
        !          5888: 
        !          5889:    'Resources from selected sequence in course'
        !          5890: => 'Resources from selected sequence in course',
        !          5891: 
        !          5892:    'Response'
        !          5893: => 'Response',
        !          5894: 
        !          5895:    'Retrieval of an old version will overwrite the file currently in construction space'
        !          5896: => 'Retrieval of an old version will overwrite the file currently in construction space',
        !          5897: 
        !          5898:    'Retrieve'
        !          5899: => 'Retrieve',
        !          5900: 
        !          5901:    'Retrieve Old Version'
        !          5902: => 'Retrieve Old Version',
        !          5903: 
        !          5904:    'Retrieve Published Resources'
        !          5905: => 'Retrieve Published Resources',
        !          5906: 
        !          5907:    'Retrieve previous versions of'
        !          5908: => 'Retrieve previous versions of',
        !          5909: 
        !          5910:    'Retrieve version'
        !          5911: => 'Retrieve version',
        !          5912: 
        !          5913:    'Retrieving current (most recent) version'
        !          5914: => 'Retrieving current (most recent) version',
        !          5915: 
        !          5916:    'Return to DOCS'
        !          5917: => 'Return to DOCS',
        !          5918: 
        !          5919:    'Return to Last Location'
        !          5920: => 'Return to Last Location',
        !          5921: 
        !          5922:    'Reverse Association'
        !          5923: => 'Reverse Association',
        !          5924: 
        !          5925:    'Revert to Last Saved'
        !          5926: => 'Revert to Last Saved',
        !          5927: 
        !          5928:    'Revision Date'
        !          5929: => 'Revision Date',
        !          5930: 
        !          5931:    'Revoke'
        !          5932: => 'Revoke',
        !          5933: 
        !          5934:    'Revoke Existing Roles'
        !          5935: => 'Revoke Existing Roles',
        !          5936: 
        !          5937:    'Role'
        !          5938: => 'Role',
        !          5939: 
        !          5940:    'Role Information'
        !          5941: => 'Role Information',
        !          5942: 
        !          5943:    'Row'
        !          5944: => 'Row',
        !          5945: 
        !          5946:    'Rule'
        !          5947: => 'Rule',
        !          5948: 
        !          5949:    'Russian - KOI'
        !          5950: => 'Russian - KOI',
        !          5951: 
        !          5952:    'S.D. tries'
        !          5953: => 'S.D. tries',
        !          5954: 
        !          5955:    'Sample Points:'
        !          5956: => 'Sample Points:',
        !          5957: 
        !          5958:    'Samples'
        !          5959: => 'Samples',
        !          5960: 
        !          5961:    'Sat'
        !          5962: => 'Sat',
        !          5963: 
        !          5964:    'Save'
        !          5965: => 'Save',
        !          5966: 
        !          5967:    'Save as'
        !          5968: => 'Save as',
        !          5969: 
        !          5970:    'Save as & Make This Sheet the Default'
        !          5971: => 'Save as & Make This Sheet the Default',
        !          5972: 
        !          5973:    'Save as ...'
        !          5974: => 'Save as ...',
        !          5975: 
        !          5976:    'Save entries below as a draft answer (not submitting them for credit yet)'
        !          5977: => 'Save entries below as a draft answer (not submitting them for credit yet)',
        !          5978: 
        !          5979:    'Saving Modifications to'
        !          5980: => 'Saving Modifications to',
        !          5981: 
        !          5982:    'Scantron Operator'
        !          5983: => 'Scantron Operator',
        !          5984: 
        !          5985:    'Score Upload Form'
        !          5986: => 'Score Upload Form',
        !          5987: 
        !          5988:    'Search'
        !          5989: => 'Search',
        !          5990: 
        !          5991:    'Search Complete'
        !          5992: => 'Search Complete',
        !          5993: 
        !          5994:    'Search Complete [_1]'
        !          5995: => 'Search Complete [_1]',
        !          5996: 
        !          5997:    'Search the contents of this course'
        !          5998: => 'Search the contents of this course',
        !          5999: 
        !          6000:    'Search the database of published resources'
        !          6001: => 'Search the database of published resources',
        !          6002: 
        !          6003:    'Search: [_1]'
        !          6004: => 'Search: [_1]',
        !          6005: 
        !          6006:    'Searching'
        !          6007: => 'Searching',
        !          6008: 
        !          6009:    'Section'
        !          6010: => 'Section',
        !          6011: 
        !          6012:    'Section/Group'
        !          6013: => 'Section/Group',
        !          6014: 
        !          6015:    'Sections'
        !          6016: => 'Sections',
        !          6017: 
        !          6018:    'Select'
        !          6019: => 'Select',
        !          6020: 
        !          6021:    'Select Action'
        !          6022: => 'Select Action',
        !          6023: 
        !          6024:    'Select All'
        !          6025: => 'Select All',
        !          6026: 
        !          6027:    'Select All Files'
        !          6028: => 'Select All Files',
        !          6029: 
        !          6030:    'Select All Published'
        !          6031: => 'Select All Published',
        !          6032: 
        !          6033:    'Select All Resources'
        !          6034: => 'Select All Resources',
        !          6035: 
        !          6036:    'Select All Students'
        !          6037: => 'Select All Students',
        !          6038: 
        !          6039:    'Select Course'
        !          6040: => 'Select Course',
        !          6041: 
        !          6042:    'Select Date'
        !          6043: => 'Select Date',
        !          6044: 
        !          6045:    'Select Enclosing Map or Folder'
        !          6046: => 'Select Enclosing Map or Folder',
        !          6047: 
        !          6048:    'Select Folder'
        !          6049: => 'Select Folder',
        !          6050: 
        !          6051:    'Select Map'
        !          6052: => 'Select Map',
        !          6053: 
        !          6054:    'Select Only Current Students'
        !          6055: => 'Select Only Current Students',
        !          6056: 
        !          6057:    'Select Parameter Level'
        !          6058: => 'Select Parameter Level',
        !          6059: 
        !          6060:    'Select Printing Options:'
        !          6061: => 'Select Printing Options:',
        !          6062: 
        !          6063:    'Select Problem'
        !          6064: => 'Select Problem',
        !          6065: 
        !          6066:    'Select Problem(s) to print'
        !          6067: => 'Select Problem(s) to print',
        !          6068: 
        !          6069:    'Select Resource(s) to print'
        !          6070: => 'Select Resource(s) to print',
        !          6071: 
        !          6072:    'Select Resources To Print'
        !          6073: => 'Select Resources To Print',
        !          6074: 
        !          6075:    'Select Section'
        !          6076: => 'Select Section',
        !          6077: 
        !          6078:    'Select Sequence To Print From'
        !          6079: => 'Select Sequence To Print From',
        !          6080: 
        !          6081:    'Select Spreadsheet File'
        !          6082: => 'Select Spreadsheet File',
        !          6083: 
        !          6084:    'Select Student'
        !          6085: => 'Select Student',
        !          6086: 
        !          6087:    'Select Students and Resources'
        !          6088: => 'Select Students and Resources',
        !          6089: 
        !          6090:    'Select Style File'
        !          6091: => 'Select Style File',
        !          6092: 
        !          6093:    'Select User'
        !          6094: => 'Select User',
        !          6095: 
        !          6096:    'Select a'
        !          6097: => 'Select a',
        !          6098: 
        !          6099:    'Select a course'
        !          6100: => 'Select a course',
        !          6101: 
        !          6102:    'Select a user name to modify the students information'
        !          6103: => 'Select a user name to modify the students information',
        !          6104: 
        !          6105:    'Select a user name to view the users personal page.'
        !          6106: => 'Select a user name to view the users personal page.',
        !          6107: 
        !          6108:    'Select for Section/Group'
        !          6109: => 'Select for Section/Group',
        !          6110: 
        !          6111:    'Select resources for the assignment'
        !          6112: => 'Select resources for the assignment',
        !          6113: 
        !          6114:    'Select the Construction Space'
        !          6115: => 'Select the Construction Space',
        !          6116: 
        !          6117:    'Select the folder you wish to set the parameter for:'
        !          6118: => 'Select the folder you wish to set the parameter for:',
        !          6119: 
        !          6120:    'Select the problem you wish to set the parameter for:'
        !          6121: => 'Select the problem you wish to set the parameter for:',
        !          6122: 
        !          6123:    'Selecting a User'
        !          6124: => 'Selecting a User',
        !          6125: 
        !          6126:    'Send Message to User(s)'
        !          6127: => 'Send Message to User(s)',
        !          6128: 
        !          6129:    'Send New'
        !          6130: => 'Send New',
        !          6131: 
        !          6132:    'Send Reply'
        !          6133: => 'Send Reply',
        !          6134: 
        !          6135:    'Send Scantron data to a course'
        !          6136: => 'Send Scantron data to a course',
        !          6137: 
        !          6138:    'Send and receive messages'
        !          6139: => 'Send and receive messages',
        !          6140: 
        !          6141:    'Send as critical message'
        !          6142: => 'Send as critical message',
        !          6143: 
        !          6144:    'Send broadcast and receipt-required email'
        !          6145: => 'Send broadcast and receipt-required email',
        !          6146: 
        !          6147:    'Send internal email'
        !          6148: => 'Send internal email',
        !          6149: 
        !          6150:    'September'
        !          6151: => 'September',
        !          6152: 
        !          6153:    'Sequence'
        !          6154: => 'Sequence',
        !          6155: 
        !          6156:    'Sequence or Folder'
        !          6157: => 'Sequence or Folder',
        !          6158: 
        !          6159:    'Sequences and Folders'
        !          6160: => 'Sequences and Folders',
        !          6161: 
        !          6162:    'Server'
        !          6163: => 'Server',
        !          6164: 
        !          6165:    'Server Administration'
        !          6166: => 'Server Administration',
        !          6167: 
        !          6168:    'Set'
        !          6169: => 'Set',
        !          6170: 
        !          6171:    'Set Course Environment'
        !          6172: => 'Set Course Environment',
        !          6173: 
        !          6174:    'Set Course Environment Parameters'
        !          6175: => 'Set Course Environment Parameters',
        !          6176: 
        !          6177:    'Set Date'
        !          6178: => 'Set Date',
        !          6179: 
        !          6180:    'Set Defaults for All Resources in Course'
        !          6181: => 'Set Defaults for All Resources in Course',
        !          6182: 
        !          6183:    'Set End Date'
        !          6184: => 'Set End Date',
        !          6185: 
        !          6186:    'Set Individual User Roles'
        !          6187: => 'Set Individual User Roles',
        !          6188: 
        !          6189:    'Set Problem Tries'
        !          6190: => 'Set Problem Tries',
        !          6191: 
        !          6192:    'Set Problem Weight'
        !          6193: => 'Set Problem Weight',
        !          6194: 
        !          6195:    'Set Start Date'
        !          6196: => 'Set Start Date',
        !          6197: 
        !          6198:    'Set Version to be used in Course'
        !          6199: => 'Set Version to be used in Course',
        !          6200: 
        !          6201:    'Set Versions to be used in Course according to Selections below'
        !          6202: => 'Set Versions to be used in Course according to Selections below',
        !          6203: 
        !          6204:    'Set a bookmark for this resource'
        !          6205: => 'Set a bookmark for this resource',
        !          6206: 
        !          6207:    'Set a due date'
        !          6208: => 'Set a due date',
        !          6209: 
        !          6210:    'Set all Resource Versions to current Version (Fix Versions)'
        !          6211: => 'Set all Resource Versions to current Version (Fix Versions)',
        !          6212: 
        !          6213:    'Set an answer open date'
        !          6214: => 'Set an answer open date',
        !          6215: 
        !          6216:    'Set an open date'
        !          6217: => 'Set an open date',
        !          6218: 
        !          6219:    'Set answer open date for all problems in the course for ...'
        !          6220: => 'Set answer open date for all problems in the course for ...',
        !          6221: 
        !          6222:    'Set answer open date for the selected folder for ...'
        !          6223: => 'Set answer open date for the selected folder for ...',
        !          6224: 
        !          6225:    'Set answer open date for the selected problem for ...'
        !          6226: => 'Set answer open date for the selected problem for ...',
        !          6227: 
        !          6228:    'Set content feedback to Course Coordinator'
        !          6229: => 'Set content feedback to Course Coordinator',
        !          6230: 
        !          6231:    'Set course policy feedback to Course Coordinator'
        !          6232: => 'Set course policy feedback to Course Coordinator',
        !          6233: 
        !          6234:    'Set deadlines and other assessment parameters, as well as modify course environment'
        !          6235: => 'Set deadlines and other assessment parameters, as well as modify course environment',
        !          6236: 
        !          6237:    'Set due date for all problems in the course for ...'
        !          6238: => 'Set due date for all problems in the course for ...',
        !          6239: 
        !          6240:    'Set due date for the selected folder for ...'
        !          6241: => 'Set due date for the selected folder for ...',
        !          6242: 
        !          6243:    'Set due date for the selected problem for ...'
        !          6244: => 'Set due date for the selected problem for ...',
        !          6245: 
        !          6246:    'Set my user preferences'
        !          6247: => 'Set my user preferences',
        !          6248: 
        !          6249:    'Set number of tries for all problems in the course for ...'
        !          6250: => 'Set number of tries for all problems in the course for ...',
        !          6251: 
        !          6252:    'Set number of tries for the selected folder for ...'
        !          6253: => 'Set number of tries for the selected folder for ...',
        !          6254: 
        !          6255:    'Set number of tries for the selected problem for ...'
        !          6256: => 'Set number of tries for the selected problem for ...',
        !          6257: 
        !          6258:    'Set opening date for all problems in the course for ...'
        !          6259: => 'Set opening date for all problems in the course for ...',
        !          6260: 
        !          6261:    'Set opening date for all problems in the course for. . .'
        !          6262: => 'Set opening date for all problems in the course for. . .',
        !          6263: 
        !          6264:    'Set opening date for the selected folder for ...'
        !          6265: => 'Set opening date for the selected folder for ...',
        !          6266: 
        !          6267:    'Set opening date for the selected problem for ...'
        !          6268: => 'Set opening date for the selected problem for ...',
        !          6269: 
        !          6270:    'Set opening datefor all problems in the course for. . .'
        !          6271: => 'Set opening datefor all problems in the course for. . .',
        !          6272: 
        !          6273:    'Set problem weight for all problems in the course for ...'
        !          6274: => 'Set problem weight for all problems in the course for ...',
        !          6275: 
        !          6276:    'Set problem weight for the selected folder for ...'
        !          6277: => 'Set problem weight for the selected folder for ...',
        !          6278: 
        !          6279:    'Set problem weight for the selected problem for ...'
        !          6280: => 'Set problem weight for the selected problem for ...',
        !          6281: 
        !          6282:    'Set the number of tries'
        !          6283: => 'Set the number of tries',
        !          6284: 
        !          6285:    'Set the problem weight'
        !          6286: => 'Set the problem weight',
        !          6287: 
        !          6288:    'Set to ...'
        !          6289: => 'Set to ...',
        !          6290: 
        !          6291:    'Set value to "[_1]" to allow'
        !          6292: => 'Set value to "[_1]" to allow',
        !          6293: 
        !          6294:    'Set/Modify Course Assessment Parameter'
        !          6295: => 'Set/Modify Course Assessment Parameter',
        !          6296: 
        !          6297:    'Set/Modify Course Assessment Parameters'
        !          6298: => 'Set/Modify Course Assessment Parameters',
        !          6299: 
        !          6300:    'Set/Modify Course Parameters'
        !          6301: => 'Set/Modify Course Parameters',
        !          6302: 
        !          6303:    'Setting the [_1]'
        !          6304: => 'Setting the [_1]',
        !          6305: 
        !          6306:    'Setting the [_1] to [_2]'
        !          6307: => 'Setting the [_1] to [_2]',
        !          6308: 
        !          6309:    'Shared by course faculty and staff'
        !          6310: => 'Shared by course faculty and staff',
        !          6311: 
        !          6312:    'Short string response'
        !          6313: => 'Short string response',
        !          6314: 
        !          6315:    'Show Answer'
        !          6316: => 'Show Answer',
        !          6317: 
        !          6318:    'Show Feedback'
        !          6319: => 'Show Feedback',
        !          6320: 
        !          6321:    'Show More Options'
        !          6322: => 'Show More Options',
        !          6323: 
        !          6324:    'Show Only Uncompleted Homework'
        !          6325: => 'Show Only Uncompleted Homework',
        !          6326: 
        !          6327:    'Show Preview'
        !          6328: => 'Show Preview',
        !          6329: 
        !          6330:    'Show Problem Completeness'
        !          6331: => 'Show Problem Completeness',
        !          6332: 
        !          6333:    'Show Problem Status (problemstatus)'
        !          6334: => 'Show Problem Status (problemstatus)',
        !          6335: 
        !          6336:    'Show Units - Disable Entry (turnoffunit)'
        !          6337: => 'Show Units - Disable Entry (turnoffunit)',
        !          6338: 
        !          6339:    'Show all roles'
        !          6340: => 'Show all roles',
        !          6341: 
        !          6342:    'Show all rles'
        !          6343: => 'Show all rles',
        !          6344: 
        !          6345:    'Show always at bottom position'
        !          6346: => 'Show always at bottom position',
        !          6347: 
        !          6348:    'Show always at top position'
        !          6349: => 'Show always at top position',
        !          6350: 
        !          6351:    'Show catalog information'
        !          6352: => 'Show catalog information',
        !          6353: 
        !          6354:    'Show resource'
        !          6355: => 'Show resource',
        !          6356: 
        !          6357:    'Significant Digits (sig)'
        !          6358: => 'Significant Digits (sig)',
        !          6359: 
        !          6360:    'Significant figures are incorrect, submission was not graded.'
        !          6361: => 'Significant figures are incorrect, submission was not graded.',
        !          6362: 
        !          6363:    'Simple Edit'
        !          6364: => 'Simple Edit',
        !          6365: 
        !          6366:    'Simple Page'
        !          6367: => 'Simple Page',
        !          6368: 
        !          6369:    'Simple Problem'
        !          6370: => 'Simple Problem',
        !          6371: 
        !          6372:    'Simple Problem Editor'
        !          6373: => 'Simple Problem Editor',
        !          6374: 
        !          6375:    'Since Start of Course'
        !          6376: => 'Since Start of Course',
        !          6377: 
        !          6378:    'Since Yesterday'
        !          6379: => 'Since Yesterday',
        !          6380: 
        !          6381:    'Size'
        !          6382: => 'Size',
        !          6383: 
        !          6384:    'Size:'
        !          6385: => 'Size:',
        !          6386: 
        !          6387:    'Skew Tries'
        !          6388: => 'Skew Tries',
        !          6389: 
        !          6390:    'Some items were not submitted'
        !          6391: => 'Some items were not submitted',
        !          6392: 
        !          6393:    'Some parts were not submitted.'
        !          6394: => 'Some parts were not submitted.',
        !          6395: 
        !          6396:    'Space separated'
        !          6397: => 'Space separated',
        !          6398: 
        !          6399:    'Special Documents'
        !          6400: => 'Special Documents',
        !          6401: 
        !          6402:    'Special documents'
        !          6403: => 'Special documents',
        !          6404: 
        !          6405:    'Spreadsheet Computation'
        !          6406: => 'Spreadsheet Computation',
        !          6407: 
        !          6408:    'Spreadsheet Computation Status'
        !          6409: => 'Spreadsheet Computation Status',
        !          6410: 
        !          6411:    'Start'
        !          6412: => 'Start',
        !          6413: 
        !          6414:    'Start Time'
        !          6415: => 'Start Time',
        !          6416: 
        !          6417:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
        !          6418: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
        !          6419: 
        !          6420:    'Starting'
        !          6421: => 'Starting',
        !          6422: 
        !          6423:    'Starting Date'
        !          6424: => 'Starting Date',
        !          6425: 
        !          6426:    'Starting and Ending Dates'
        !          6427: => 'Starting and Ending Dates',
        !          6428: 
        !          6429:    'Statistics'
        !          6430: => 'Statistics',
        !          6431: 
        !          6432:    'Statistics and Problem Analysis'
        !          6433: => 'Statistics and Problem Analysis',
        !          6434: 
        !          6435:    'Status'
        !          6436: => 'Status',
        !          6437: 
        !          6438:    'Store'
        !          6439: => 'Store',
        !          6440: 
        !          6441:    'Store Catalog Information'
        !          6442: => 'Store Catalog Information',
        !          6443: 
        !          6444:    'Store Changes'
        !          6445: => 'Store Changes',
        !          6446: 
        !          6447:    'Store uploaded file as '
        !          6448: => 'Store uploaded file as ',
        !          6449: 
        !          6450:    'Student'
        !          6451: => 'Student',
        !          6452: 
        !          6453:    'Student Data Compilation Progress'
        !          6454: => 'Student Data Compilation Progress',
        !          6455: 
        !          6456:    'Student Data Compilation Status'
        !          6457: => 'Student Data Compilation Status',
        !          6458: 
        !          6459:    'Student ID'
        !          6460: => 'Student ID',
        !          6461: 
        !          6462:    'Student Information'
        !          6463: => 'Student Information',
        !          6464: 
        !          6465:    'Student Name'
        !          6466: => 'Student Name',
        !          6467: 
        !          6468:    'Student Number'
        !          6469: => 'Student Number',
        !          6470: 
        !          6471:    'Student Sheet Links'
        !          6472: => 'Student Sheet Links',
        !          6473: 
        !          6474:    'Student Status'
        !          6475: => 'Student Status',
        !          6476: 
        !          6477:    'Student Status: [_1]'
        !          6478: => 'Student Status: [_1]',
        !          6479: 
        !          6480:    'Student information updated successfully.'
        !          6481: => 'Student information updated successfully.',
        !          6482: 
        !          6483:    'Student level sheet'
        !          6484: => 'Student level sheet',
        !          6485: 
        !          6486:    'Student performance statistics on all problems.'
        !          6487: => 'Student performance statistics on all problems.',
        !          6488: 
        !          6489:    'Students Affected'
        !          6490: => 'Students Affected',
        !          6491: 
        !          6492:    'Students need access key to enter course'
        !          6493: => 'Students need access key to enter course',
        !          6494: 
        !          6495:    'Students with expired roles'
        !          6496: => 'Students with expired roles',
        !          6497: 
        !          6498:    'Subject'
        !          6499: => 'Subject',
        !          6500: 
        !          6501:    'Subject:'
        !          6502: => 'Subject:',
        !          6503: 
        !          6504:    'Submission Time Analysis'
        !          6505: => 'Submission Time Analysis',
        !          6506: 
        !          6507:    'Submissions'
        !          6508: => 'Submissions',
        !          6509: 
        !          6510:    'Submit'
        !          6511: => 'Submit',
        !          6512: 
        !          6513:    'Submit Answer'
        !          6514: => 'Submit Answer',
        !          6515: 
        !          6516:    'Submit Changes'
        !          6517: => 'Submit Changes',
        !          6518: 
        !          6519:    'Submit Changes and Edit'
        !          6520: => 'Submit Changes and Edit',
        !          6521: 
        !          6522:    'Submit Changes and View'
        !          6523: => 'Submit Changes and View',
        !          6524: 
        !          6525:    'Submit Modifications'
        !          6526: => 'Submit Modifications',
        !          6527: 
        !          6528:    'Submit entries below as answer to receive credit'
        !          6529: => 'Submit entries below as answer to receive credit',
        !          6530: 
        !          6531:    'Successful Login'
        !          6532: => 'Successful Login',
        !          6533: 
        !          6534:    'Suggested Replacement for Obsolete File'
        !          6535: => 'Suggested Replacement for Obsolete File',
        !          6536: 
        !          6537:    'Summary'
        !          6538: => 'Summary',
        !          6539: 
        !          6540:    'Summary View'
        !          6541: => 'Summary View',
        !          6542: 
        !          6543:    'Sun'
        !          6544: => 'Sun',
        !          6545: 
        !          6546:    'Supplemental Course Documents'
        !          6547: => 'Supplemental Course Documents',
        !          6548: 
        !          6549:    'Survey Question'
        !          6550: => 'Survey Question',
        !          6551: 
        !          6552:    'Swedish Chef'
        !          6553: => 'Swedish Chef',
        !          6554: 
        !          6555:    'Switch Server'
        !          6556: => 'Switch Server',
        !          6557: 
        !          6558:    'Switch to another course'
        !          6559: => 'Switch to another course',
        !          6560: 
        !          6561:    'Switch to another user role'
        !          6562: => 'Switch to another user role',
        !          6563: 
        !          6564:    'Switching Role'
        !          6565: => 'Switching Role',
        !          6566: 
        !          6567:    'Syllabus'
        !          6568: => 'Syllabus',
        !          6569: 
        !          6570:    'Synchronized SQL metadata database'
        !          6571: => 'Synchronized SQL metadata database',
        !          6572: 
        !          6573:    'System'
        !          6574: => 'System',
        !          6575: 
        !          6576:    'System Administration'
        !          6577: => 'System Administration',
        !          6578: 
        !          6579:    'System Level'
        !          6580: => 'System Level',
        !          6581: 
        !          6582:    'System wide - can be used for any courses system wide'
        !          6583: => 'System wide - can be used for any courses system wide',
        !          6584: 
        !          6585:    'System wide - open source to all authors'
        !          6586: => 'System wide - open source to all authors',
        !          6587: 
        !          6588:    'Tabulator separated'
        !          6589: => 'Tabulator separated',
        !          6590: 
        !          6591:    'Target'
        !          6592: => 'Target',
        !          6593: 
        !          6594:    'Target Edit Map'
        !          6595: => 'Target Edit Map',
        !          6596: 
        !          6597:    'Task'
        !          6598: => 'Task',
        !          6599: 
        !          6600:    'TeX unconverted due to errors'
        !          6601: => 'TeX unconverted due to errors',
        !          6602: 
        !          6603:    'TeX unconverted due to previous errors'
        !          6604: => 'TeX unconverted due to previous errors',
        !          6605: 
        !          6606:    'TeXWidth(mm):'
        !          6607: => 'TeXWidth(mm):',
        !          6608: 
        !          6609:    'Teaching Assistant'
        !          6610: => 'Teaching Assistant',
        !          6611: 
        !          6612:    'Template'
        !          6613: => 'Template',
        !          6614: 
        !          6615:    'Temporary Assembly Workspace'
        !          6616: => 'Temporary Assembly Workspace',
        !          6617: 
        !          6618:    'Text'
        !          6619: => 'Text',
        !          6620: 
        !          6621:    'Text Block'
        !          6622: => 'Text Block',
        !          6623: 
        !          6624:    'Textbook'
        !          6625: => 'Textbook',
        !          6626: 
        !          6627:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
        !          6628: => 'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.',
        !          6629: 
        !          6630:    'The error reported was'
        !          6631: => 'The error reported was',
        !          6632: 
        !          6633:    'The extension on this file'
        !          6634: => 'The extension on this file',
        !          6635: 
        !          6636:    'The filetype extension of the file you uploaded is not allowed.'
        !          6637: => 'The filetype extension of the file you uploaded is not allowed.',
        !          6638: 
        !          6639:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
        !          6640: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
        !          6641: 
        !          6642:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
        !          6643: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
        !          6644: 
        !          6645:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
        !          6646: => 'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.',
        !          6647: 
        !          6648:    'The optional email address field was not specified.'
        !          6649: => 'The optional email address field was not specified.',
        !          6650: 
        !          6651:    'The optional name field was not specified.'
        !          6652: => 'The optional name field was not specified.',
        !          6653: 
        !          6654:    'The optional section or group field was not specified.'
        !          6655: => 'The optional section or group field was not specified.',
        !          6656: 
        !          6657:    'The optional student number field was not specified.'
        !          6658: => 'The optional student number field was not specified.',
        !          6659: 
        !          6660:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
        !          6661: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
        !          6662: 
        !          6663:    'The requested file'
        !          6664: => 'The requested file',
        !          6665: 
        !          6666:    'The student must log out and log in again to see these changes.'
        !          6667: => 'The student must log out and log in again to see these changes.',
        !          6668: 
        !          6669:    'The submitted answer was too long.'
        !          6670: => 'The submitted answer was too long.',
        !          6671: 
        !          6672:    'The target is an existing directory.'
        !          6673: => 'The target is an existing directory.',
        !          6674: 
        !          6675:    'Then'
        !          6676: => 'Then',
        !          6677: 
        !          6678:    'There are currently no Error Messages for this resource.'
        !          6679: => 'There are currently no Error Messages for this resource.',
        !          6680: 
        !          6681:    'There are currently no results'
        !          6682: => 'There are currently no results',
        !          6683: 
        !          6684:    'There are no Evaluation Comments on this resource.'
        !          6685: => 'There are no Evaluation Comments on this resource.',
        !          6686: 
        !          6687:    'There are no currently enrolled students in the course.'
        !          6688: => 'There are no currently enrolled students in the course.',
        !          6689: 
        !          6690:    'There are no currently enrolled students in the selected sections.'
        !          6691: => 'There are no currently enrolled students in the selected sections.',
        !          6692: 
        !          6693:    'There are no previously enrolled students in the course.'
        !          6694: => 'There are no previously enrolled students in the course.',
        !          6695: 
        !          6696:    'There are no previously enrolled students in the selected sections.'
        !          6697: => 'There are no previously enrolled students in the selected sections.',
        !          6698: 
        !          6699:    'There are no students currently enrolled.'
        !          6700: => 'There are no students currently enrolled.',
        !          6701: 
        !          6702:    'There are no students in the course.'
        !          6703: => 'There are no students in the course.',
        !          6704: 
        !          6705:    'There are no students in the selected sections.'
        !          6706: => 'There are no students in the selected sections.',
        !          6707: 
        !          6708:    'There is no student data for this problem.'
        !          6709: => 'There is no student data for this problem.',
        !          6710: 
        !          6711:    'There was an error determining the environment values for'
        !          6712: => 'There was an error determining the environment values for',
        !          6713: 
        !          6714:    'This controls how receipt numbers are generated.'
        !          6715: => 'This controls how receipt numbers are generated.',
        !          6716: 
        !          6717:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
        !          6718: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
        !          6719: 
        !          6720:    'This helper will set up your LON-CAPA course and choose which features will be active.'
        !          6721: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
        !          6722: 
        !          6723:    'This is an automatic message generated by the LON-CAPA system.'
        !          6724: => 'This is an automatic message generated by the LON-CAPA system.',
        !          6725: 
        !          6726:    'This question expects a numeric answer.'
        !          6727: => 'This question expects a numeric answer.',
        !          6728: 
        !          6729:    'This resource has been marked obsolete by the author(s)'
        !          6730: => 'This resource has been marked obsolete by the author(s)',
        !          6731: 
        !          6732:    'This syllabus can be publicly viewed at'
        !          6733: => 'This syllabus can be publicly viewed at',
        !          6734: 
        !          6735:    'Threaded View'
        !          6736: => 'Threaded View',
        !          6737: 
        !          6738:    'Thu'
        !          6739: => 'Thu',
        !          6740: 
        !          6741:    'Time'
        !          6742: => 'Time',
        !          6743: 
        !          6744:    'Title'
        !          6745: => 'Title',
        !          6746: 
        !          6747:    'To'
        !          6748: => 'To',
        !          6749: 
        !          6750:    'To create a new'
        !          6751: => 'To create a new',
        !          6752: 
        !          6753:    'Top Level Map'
        !          6754: => 'Top Level Map',
        !          6755: 
        !          6756:    'Topic'
        !          6757: => 'Topic',
        !          6758: 
        !          6759:    'Total'
        !          6760: => 'Total',
        !          6761: 
        !          6762:    'Total Parts In Course'
        !          6763: => 'Total Parts In Course',
        !          6764: 
        !          6765:    'Total number of records found in file: [_1].'
        !          6766: => 'Total number of records found in file: [_1].',
        !          6767: 
        !          6768:    'Total number of students who have worked on this problem'
        !          6769: => 'Total number of students who have worked on this problem',
        !          6770: 
        !          6771:    'Tries'
        !          6772: => 'Tries',
        !          6773: 
        !          6774:    'True'
        !          6775: => 'True',
        !          6776: 
        !          6777:    'Tue'
        !          6778: => 'Tue',
        !          6779: 
        !          6780:    'Turkish - ISO'
        !          6781: => 'Turkish - ISO',
        !          6782: 
        !          6783:    'Type'
        !          6784: => 'Type',
        !          6785: 
        !          6786:    'Type Name Here'
        !          6787: => 'Type Name Here',
        !          6788: 
        !          6789:    'Type in value'
        !          6790: => 'Type in value',
        !          6791: 
        !          6792:    'Type-in value'
        !          6793: => 'Type-in value',
        !          6794: 
        !          6795:    'Type:'
        !          6796: => 'Type:',
        !          6797: 
        !          6798:    'UNDISPLAYABLE'
        !          6799: => 'UNDISPLAYABLE',
        !          6800: 
        !          6801:    'UNIX authenticated'
        !          6802: => 'UNIX authenticated',
        !          6803: 
        !          6804:    'URL'
        !          6805: => 'URL',
        !          6806: 
        !          6807:    'URLs To Include in Syllabus'
        !          6808: => 'URLs To Include in Syllabus',
        !          6809: 
        !          6810:    'USERS'
        !          6811: => 'USERS',
        !          6812: 
        !          6813:    'Unable to connect to database!'
        !          6814: => 'Unable to connect to database!',
        !          6815: 
        !          6816:    'Unable to determine if this resource is open due to network problems. Please try again later.'
        !          6817: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
        !          6818: 
        !          6819:    'Unable to enroll'
        !          6820: => 'Unable to enroll',
        !          6821: 
        !          6822:    'Unable to enroll students'
        !          6823: => 'Unable to enroll students',
        !          6824: 
        !          6825:    'Unable to find'
        !          6826: => 'Unable to find',
        !          6827: 
        !          6828:    'Unable to make backup'
        !          6829: => 'Unable to make backup',
        !          6830: 
        !          6831:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
        !          6832: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
        !          6833: 
        !          6834:    'Unable to retrieve environment data for'
        !          6835: => 'Unable to retrieve environment data for',
        !          6836: 
        !          6837:    'Unable to set default dates for course'
        !          6838: => 'Unable to set default dates for course',
        !          6839: 
        !          6840:    'Unable to understand formula'
        !          6841: => 'Unable to understand formula',
        !          6842: 
        !          6843:    'Unable to undo, unable to switch'
        !          6844: => 'Unable to undo, unable to switch',
        !          6845: 
        !          6846:    'Unable to write to'
        !          6847: => 'Unable to write to',
        !          6848: 
        !          6849:    'Unavailable course'
        !          6850: => 'Unavailable course',
        !          6851: 
        !          6852:    'Uncheck All'
        !          6853: => 'Uncheck All',
        !          6854: 
        !          6855:    'Uncompleted Homework'
        !          6856: => 'Uncompleted Homework',
        !          6857: 
        !          6858:    'Undetermined - ISO'
        !          6859: => 'Undetermined - ISO',
        !          6860: 
        !          6861:    'Undid changes, Switched'
        !          6862: => 'Undid changes, Switched',
        !          6863: 
        !          6864:    'Unit:'
        !          6865: => 'Unit:',
        !          6866: 
        !          6867:    'Units incorrect.'
        !          6868: => 'Units incorrect.',
        !          6869: 
        !          6870:    'Units required'
        !          6871: => 'Units required',
        !          6872: 
        !          6873:    'Unknown Action'
        !          6874: => 'Unknown Action',
        !          6875: 
        !          6876:    'Unknown ID'
        !          6877: => 'Unknown ID',
        !          6878: 
        !          6879:    'Unknown message'
        !          6880: => 'Unknown message',
        !          6881: 
        !          6882:    'Unknown user'
        !          6883: => 'Unknown user',
        !          6884: 
        !          6885:    'Unpublished'
        !          6886: => 'Unpublished',
        !          6887: 
        !          6888:    'Unselect All'
        !          6889: => 'Unselect All',
        !          6890: 
        !          6891:    'Unselect All Files'
        !          6892: => 'Unselect All Files',
        !          6893: 
        !          6894:    'Unselect All Published'
        !          6895: => 'Unselect All Published',
        !          6896: 
        !          6897:    'Unselect All Resources'
        !          6898: => 'Unselect All Resources',
        !          6899: 
        !          6900:    'Unselect All Students'
        !          6901: => 'Unselect All Students',
        !          6902: 
        !          6903:    'Unselect for Section/Group'
        !          6904: => 'Unselect for Section/Group',
        !          6905: 
        !          6906:    'Unsuccessful Login'
        !          6907: => 'Unsuccessful Login',
        !          6908: 
        !          6909:    'Unsupported character combination'
        !          6910: => 'Unsupported character combination',
        !          6911: 
        !          6912:    'Up'
        !          6913: => 'Up',
        !          6914: 
        !          6915:    'Update Course Assessment Parameter Display'
        !          6916: => 'Update Course Assessment Parameter Display',
        !          6917: 
        !          6918:    'Update Display'
        !          6919: => 'Update Display',
        !          6920: 
        !          6921:    'Update Section or Specific User'
        !          6922: => 'Update Section or Specific User',
        !          6923: 
        !          6924:    'Update Student Data'
        !          6925: => 'Update Student Data',
        !          6926: 
        !          6927:    'Updating discussion time'
        !          6928: => 'Updating discussion time',
        !          6929: 
        !          6930:    'Upload Document'
        !          6931: => 'Upload Document',
        !          6932: 
        !          6933:    'Upload Scantron data'
        !          6934: => 'Upload Scantron data',
        !          6935: 
        !          6936:    'Upload a Photo'
        !          6937: => 'Upload a Photo',
        !          6938: 
        !          6939:    'Upload a class list'
        !          6940: => 'Upload a class list',
        !          6941: 
        !          6942:    'Upload a new main course document'
        !          6943: => 'Upload a new main course document',
        !          6944: 
        !          6945:    'Upload a new supplemental course document'
        !          6946: => 'Upload a new supplemental course document',
        !          6947: 
        !          6948:    'Upload class list'
        !          6949: => 'Upload class list',
        !          6950: 
        !          6951:    'Upload file'
        !          6952: => 'Upload file',
        !          6953: 
        !          6954:    'Upload file to Construction Space'
        !          6955: => 'Upload file to Construction Space',
        !          6956: 
        !          6957:    'Uploaded'
        !          6958: => 'Uploaded',
        !          6959: 
        !          6960:    'Uploaded Document'
        !          6961: => 'Uploaded Document',
        !          6962: 
        !          6963:    'Uploading Class List'
        !          6964: => 'Uploading Class List',
        !          6965: 
        !          6966:    'Use or edit my bookmark collection'
        !          6967: => 'Use or edit my bookmark collection',
        !          6968: 
        !          6969:    'User'
        !          6970: => 'User',
        !          6971: 
        !          6972:    'User Load'
        !          6973: => 'User Load',
        !          6974: 
        !          6975:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
        !          6976: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
        !          6977: 
        !          6978:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
        !          6979: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
        !          6980: 
        !          6981:    'User Role'
        !          6982: => 'User Role',
        !          6983: 
        !          6984:    'User Roles'
        !          6985: => 'User Roles',
        !          6986: 
        !          6987:    'Username'
        !          6988: => 'Username',
        !          6989: 
        !          6990:    'Users with Roles Assigned by'
        !          6991: => 'Users with Roles Assigned by',
        !          6992: 
        !          6993:    'VIEW'
        !          6994: => 'VIEW',
        !          6995: 
        !          6996:    'Value'
        !          6997: => 'Value',
        !          6998: 
        !          6999:    'Verify Content'
        !          7000: => 'Verify Content',
        !          7001: 
        !          7002:    'Verify Course Documents'
        !          7003: => 'Verify Course Documents',
        !          7004: 
        !          7005:    'Verify Selection'
        !          7006: => 'Verify Selection',
        !          7007: 
        !          7008:    'Version'
        !          7009: => 'Version',
        !          7010: 
        !          7011:    'Version Number'
        !          7012: => 'Version Number',
        !          7013: 
        !          7014:    'Version changes since Yesterday'
        !          7015: => 'Version changes since Yesterday',
        !          7016: 
        !          7017:    'Version changes since last Month'
        !          7018: => 'Version changes since last Month',
        !          7019: 
        !          7020:    'Version changes since last Week'
        !          7021: => 'Version changes since last Week',
        !          7022: 
        !          7023:    'Version changes since start of Course'
        !          7024: => 'Version changes since start of Course',
        !          7025: 
        !          7026:    'Version used in Course'
        !          7027: => 'Version used in Course',
        !          7028: 
        !          7029:    'View'
        !          7030: => 'View',
        !          7031: 
        !          7032:    'View All Messages'
        !          7033: => 'View All Messages',
        !          7034: 
        !          7035:    'View Class List'
        !          7036: => 'View Class List',
        !          7037: 
        !          7038:    'View Critical Messages'
        !          7039: => 'View Critical Messages',
        !          7040: 
        !          7041:    'View Published Version'
        !          7042: => 'View Published Version',
        !          7043: 
        !          7044:    'View course assessment statistics'
        !          7045: => 'View course assessment statistics',
        !          7046: 
        !          7047:    'View documents included in this course'
        !          7048: => 'View documents included in this course',
        !          7049: 
        !          7050:    'View file'
        !          7051: => 'View file',
        !          7052: 
        !          7053:    'View the FAQ'
        !          7054: => 'View the FAQ',
        !          7055: 
        !          7056:    'View the course assessment progress chart'
        !          7057: => 'View the course assessment progress chart',
        !          7058: 
        !          7059:    'View user submissions for this assessment resource'
        !          7060: => 'View user submissions for this assessment resource',
        !          7061: 
        !          7062:    'Visibly Separate Items on Pages'
        !          7063: => 'Visibly Separate Items on Pages',
        !          7064: 
        !          7065:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
        !          7066: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
        !          7067: 
        !          7068:    'Warning!'
        !          7069: => 'Warning!',
        !          7070: 
        !          7071:    'Warning: change of MIME type!'
        !          7072: => 'Warning: change of MIME type!',
        !          7073: 
        !          7074:    'Warning: target file exists!'
        !          7075: => 'Warning: target file exists!',
        !          7076: 
        !          7077:    'Warning: target file exists, and has been published!'
        !          7078: => 'Warning: target file exists, and has been published!',
        !          7079: 
        !          7080:    'Was due'
        !          7081: => 'Was due',
        !          7082: 
        !          7083:    'Web Links'
        !          7084: => 'Web Links',
        !          7085: 
        !          7086:    'Web References'
        !          7087: => 'Web References',
        !          7088: 
        !          7089:    'Wed'
        !          7090: => 'Wed',
        !          7091: 
        !          7092:    'Weight (weight)'
        !          7093: => 'Weight (weight)',
        !          7094: 
        !          7095:    'Welcome'
        !          7096: => 'Welcome',
        !          7097: 
        !          7098:    'Welcome to Your New LON-CAPA Course'
        !          7099: => 'Welcome to Your New LON-CAPA Course',
        !          7100: 
        !          7101:    'Welcome to the Assignment Parameter Helper'
        !          7102: => 'Welcome to the Assignment Parameter Helper',
        !          7103: 
        !          7104:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
        !          7105: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',
        !          7106: 
        !          7107:    'What parameter do you want to set for all problems in the course?'
        !          7108: => 'What parameter do you want to set for all problems in the course?',
        !          7109: 
        !          7110:    'What parameter do you want to set for the selected folder?'
        !          7111: => 'What parameter do you want to set for the selected folder?',
        !          7112: 
        !          7113:    'What parameter do you want to set for the selected problem?'
        !          7114: => 'What parameter do you want to set for the selected problem?',
        !          7115: 
        !          7116:    'What should the answer open date be set to?'
        !          7117: => 'What should the answer open date be set to?',
        !          7118: 
        !          7119:    'What should the due date be set to?'
        !          7120: => 'What should the due date be set to?',
        !          7121: 
        !          7122:    'What should the opening date be set to?'
        !          7123: => 'What should the opening date be set to?',
        !          7124: 
        !          7125:    'What weight should be set for all problems in the course?'
        !          7126: => 'What weight should be set for all problems in the course?',
        !          7127: 
        !          7128:    'What weight should be set for the selected folder?'
        !          7129: => 'What weight should be set for the selected folder?',
        !          7130: 
        !          7131:    'What weight should be set for the selected problem?'
        !          7132: => 'What weight should be set for the selected problem?',
        !          7133: 
        !          7134:    'Which Problem or Problems?'
        !          7135: => 'Which Problem or Problems?',
        !          7136: 
        !          7137:    'Which problems do you wish to set a parameter for?'
        !          7138: => 'Which problems do you wish to set a parameter for?',
        !          7139: 
        !          7140:    'Width'
        !          7141: => 'Width',
        !          7142: 
        !          7143:    'Width(pixel):'
        !          7144: => 'Width(pixel):',
        !          7145: 
        !          7146:    'With Answers'
        !          7147: => 'With Answers',
        !          7148: 
        !          7149:    'Without Answers'
        !          7150: => 'Without Answers',
        !          7151: 
        !          7152:    'Words'
        !          7153: => 'Words',
        !          7154: 
        !          7155:    'Wrote Metadata'
        !          7156: => 'Wrote Metadata',
        !          7157: 
        !          7158:    'XML/SGML'
        !          7159: => 'XML/SGML',
        !          7160: 
        !          7161:    'Yes'
        !          7162: => 'Yes',
        !          7163: 
        !          7164:    'You are correct.'
        !          7165: => 'You are correct.',
        !          7166: 
        !          7167:    'You are excused from the problem.'
        !          7168: => 'You are excused from the problem.',
        !          7169: 
        !          7170:    'You are working with an unsaved version of your map.'
        !          7171: => 'You are working with an unsaved version of your map.',
        !          7172: 
        !          7173:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
        !          7174: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
        !          7175: 
        !          7176:    'You did not select a template.'
        !          7177: => 'You did not select a template.',
        !          7178: 
        !          7179:    'You do not have authoring privileges for this resource'
        !          7180: => 'You do not have authoring privileges for this resource',
        !          7181: 
        !          7182:    'You have entered that answer before'
        !          7183: => 'You have entered that answer before',
        !          7184: 
        !          7185:    'You have no critical messages.'
        !          7186: => 'You have no critical messages.',
        !          7187: 
        !          7188:    'You have no unread messages'
        !          7189: => 'You have no unread messages',
        !          7190: 
        !          7191:    'You have provided an invalid ranking'
        !          7192: => 'You have provided an invalid ranking',
        !          7193: 
        !          7194:    'You must choose an authentication type.'
        !          7195: => 'You must choose an authentication type.',
        !          7196: 
        !          7197:    'You must choose at least one student to continue.'
        !          7198: => 'You must choose at least one student to continue.',
        !          7199: 
        !          7200:    'You must choose one or more choices to continue.'
        !          7201: => 'You must choose one or more choices to continue.',
        !          7202: 
        !          7203:    'You need to choose another user role or enter a specific course for this function'
        !          7204: => 'You need to choose another user role or enter a specific course for this function',
        !          7205: 
        !          7206:    'You need to specify the Kerberos domain.'
        !          7207: => 'You need to specify the Kerberos domain.',
        !          7208: 
        !          7209:    'You need to specify the initial password.'
        !          7210: => 'You need to specify the initial password.',
        !          7211: 
        !          7212:    'You need to specify the username field.'
        !          7213: => 'You need to specify the username field.',
        !          7214: 
        !          7215:    'Your Excel Spreadsheet'
        !          7216: => 'Your Excel Spreadsheet',
        !          7217: 
        !          7218:    'Your Version Settings have been Stored'
        !          7219: => 'Your Version Settings have been Stored',
        !          7220: 
        !          7221:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
        !          7222: => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
        !          7223: 
        !          7224:    'Your home server is '
        !          7225: => 'Your home server is ',
        !          7226: 
        !          7227:    'Your receipt is'
        !          7228: => 'Your receipt is',
        !          7229: 
        !          7230:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
        !          7231: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
        !          7232: 
        !          7233:    'Your submission has been recorded.'
        !          7234: => 'Your submission has been recorded.',
        !          7235: 
        !          7236:    '[_1] (what you just saw on the screen)'
        !          7237: => '[_1] (what you just saw on the screen)',
        !          7238: 
        !          7239:    '[_1] Do not change login data'
        !          7240: => '[_1] Do not change login data',
        !          7241: 
        !          7242:    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
        !          7243: => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',
        !          7244: 
        !          7245:    '[_1] Filesystem Authenticated (with initial password [_2])'
        !          7246: => '[_1] Filesystem Authenticated (with initial password [_2])',
        !          7247: 
        !          7248:    '[_1] Internally authenticated (mit Anfangspasswort [_2])'
        !          7249: => '[_1] Internally authenticated (mit Anfangspasswort [_2])',
        !          7250: 
        !          7251:    '[_1] Internally authenticated (with initial password [_2])'
        !          7252: => '[_1] Internally authenticated (with initial password [_2])',
        !          7253: 
        !          7254:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
        !          7255: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
        !          7256: 
        !          7257:    '[_1] Local Authentication with arguement [_2]'
        !          7258: => '[_1] Local Authentication with arguement [_2]',
        !          7259: 
        !          7260:    '[_1] Local Authentication with argument [_2]'
        !          7261: => '[_1] Local Authentication with argument [_2]',
        !          7262: 
        !          7263:    '[_1] Records per Page'
        !          7264: => '[_1] Records per Page',
        !          7265: 
        !          7266:    '[_1] minutes'
        !          7267: => '[_1] minutes',
        !          7268: 
        !          7269:    '[_1] minutes, [_2] seconds'
        !          7270: => '[_1] minutes, [_2] seconds',
        !          7271: 
        !          7272:    '[_1] with value [_2]'
        !          7273: => '[_1] with value [_2]',
        !          7274: 
        !          7275:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          7276: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          7277: 
        !          7278:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
        !          7279: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
        !          7280: 
        !          7281:    '[_2] seconds'
        !          7282: => '[_2] seconds',
        !          7283: 
        !          7284:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
        !          7285: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
        !          7286: 
        !          7287:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
        !          7288: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
        !          7289: 
        !          7290:    'a.m.'
        !          7291: => 'a.m.',
        !          7292: 
        !          7293:    'aboutlon.gif'
        !          7294: => 'aboutlon.gif',
        !          7295: 
        !          7296:    'abstract'
        !          7297: => 'abstract',
        !          7298: 
        !          7299:    'acc keys'
        !          7300: => 'acc keys',
        !          7301: 
        !          7302:    'acc keys[_1]'
        !          7303: => 'acc keys[_1]',
        !          7304: 
        !          7305:    'access denied'
        !          7306: => 'access denied',
        !          7307: 
        !          7308:    'accessbutton.gif'
        !          7309: => 'accessbutton.gif',
        !          7310: 
        !          7311:    'according to course preferences'
        !          7312: => 'according to course preferences',
        !          7313: 
        !          7314:    'according to resource settings'
        !          7315: => 'according to resource settings',
        !          7316: 
        !          7317:    'according to user session state'
        !          7318: => 'according to user session state',
        !          7319: 
        !          7320:    'after selected'
        !          7321: => 'after selected',
        !          7322: 
        !          7323:    'all'
        !          7324: => 'all',
        !          7325: 
        !          7326:    'all resources in the course'
        !          7327: => 'all resources in the course',
        !          7328: 
        !          7329:    'all students in course'
        !          7330: => 'all students in course',
        !          7331: 
        !          7332:    'an indeterminate date'
        !          7333: => 'an indeterminate date',
        !          7334: 
        !          7335:    'an unknown date'
        !          7336: => 'an unknown date',
        !          7337: 
        !          7338:    'and'
        !          7339: => 'and',
        !          7340: 
        !          7341:    'and return receipt'
        !          7342: => 'and return receipt',
        !          7343: 
        !          7344:    'anno-'
        !          7345: => 'anno-',
        !          7346: 
        !          7347:    'anno-[_1]'
        !          7348: => 'anno-[_1]',
        !          7349: 
        !          7350:    'anno.gif'
        !          7351: => 'anno.gif',
        !          7352: 
        !          7353:    'announce'
        !          7354: => 'announce',
        !          7355: 
        !          7356:    'announce[_1]'
        !          7357: => 'announce[_1]',
        !          7358: 
        !          7359:    'anonymous'
        !          7360: => 'anonymous',
        !          7361: 
        !          7362:    'anonymous students'
        !          7363: => 'anonymous students',
        !          7364: 
        !          7365:    'anot.gif'
        !          7366: => 'anot.gif',
        !          7367: 
        !          7368:    'answer date'
        !          7369: => 'answer date',
        !          7370: 
        !          7371:    'at'
        !          7372: => 'at',
        !          7373: 
        !          7374:    'at Domain'
        !          7375: => 'at Domain',
        !          7376: 
        !          7377:    'at domain'
        !          7378: => 'at domain',
        !          7379: 
        !          7380:    'audio'
        !          7381: => 'audio',
        !          7382: 
        !          7383:    'author'
        !          7384: => 'author',
        !          7385: 
        !          7386:    'backward'
        !          7387: => 'backward',
        !          7388: 
        !          7389:    'backward[_1]'
        !          7390: => 'backward[_1]',
        !          7391: 
        !          7392:    'bchat.gif'
        !          7393: => 'bchat.gif',
        !          7394: 
        !          7395:    'between'
        !          7396: => 'between',
        !          7397: 
        !          7398:    'bookmark'
        !          7399: => 'bookmark',
        !          7400: 
        !          7401:    'bookmark[_1]'
        !          7402: => 'bookmark[_1]',
        !          7403: 
        !          7404:    'bookmark[_2]'
        !          7405: => 'bookmark[_2]',
        !          7406: 
        !          7407:    'button'
        !          7408: => 'button',
        !          7409: 
        !          7410:    'by'
        !          7411: => 'by',
        !          7412: 
        !          7413:    'bytes'
        !          7414: => 'bytes',
        !          7415: 
        !          7416:    'calendar'
        !          7417: => 'calendar',
        !          7418: 
        !          7419:    'calendar[_1]'
        !          7420: => 'calendar[_1]',
        !          7421: 
        !          7422:    'can not be accessed from your location.'
        !          7423: => 'can not be accessed from your location.',
        !          7424: 
        !          7425:    'catalog'
        !          7426: => 'catalog',
        !          7427: 
        !          7428:    'catalog.gif'
        !          7429: => 'catalog.gif',
        !          7430: 
        !          7431:    'catalog[_1]'
        !          7432: => 'catalog[_1]',
        !          7433: 
        !          7434:    'ccrs.gif'
        !          7435: => 'ccrs.gif',
        !          7436: 
        !          7437:    'changes will not show until next login'
        !          7438: => 'changes will not show until next login',
        !          7439: 
        !          7440:    'chart'
        !          7441: => 'chart',
        !          7442: 
        !          7443:    'chart[_1]'
        !          7444: => 'chart[_1]',
        !          7445: 
        !          7446:    'chat'
        !          7447: => 'chat',
        !          7448: 
        !          7449:    'chat[_1]'
        !          7450: => 'chat[_1]',
        !          7451: 
        !          7452:    'check all'
        !          7453: => 'check all',
        !          7454: 
        !          7455:    'chmod error'
        !          7456: => 'chmod error',
        !          7457: 
        !          7458:    'choose'
        !          7459: => 'choose',
        !          7460: 
        !          7461:    'choose[_1]'
        !          7462: => 'choose[_1]',
        !          7463: 
        !          7464:    'choose[_2]'
        !          7465: => 'choose[_2]',
        !          7466: 
        !          7467:    'chrt.gif'
        !          7468: => 'chrt.gif',
        !          7469: 
        !          7470:    'click on the'
        !          7471: => 'click on the',
        !          7472: 
        !          7473:    'close this window'
        !          7474: => 'close this window',
        !          7475: 
        !          7476:    'co con-'
        !          7477: => 'co con-',
        !          7478: 
        !          7479:    'co con-[_1]'
        !          7480: => 'co con-[_1]',
        !          7481: 
        !          7482:    'co res'
        !          7483: => 'co res',
        !          7484: 
        !          7485:    'co res[_1]'
        !          7486: => 'co res[_1]',
        !          7487: 
        !          7488:    'com.gif'
        !          7489: => 'com.gif',
        !          7490: 
        !          7491:    'commu-'
        !          7492: => 'commu-',
        !          7493: 
        !          7494:    'commu-[_1]'
        !          7495: => 'commu-[_1]',
        !          7496: 
        !          7497:    'con-'
        !          7498: => 'con-',
        !          7499: 
        !          7500:    'con-[_1]'
        !          7501: => 'con-[_1]',
        !          7502: 
        !          7503:    'connection down'
        !          7504: => 'connection down',
        !          7505: 
        !          7506:    'contacting'
        !          7507: => 'contacting',
        !          7508: 
        !          7509:    'contacting [_1]'
        !          7510: => 'contacting [_1]',
        !          7511: 
        !          7512:    'contents'
        !          7513: => 'contents',
        !          7514: 
        !          7515:    'contents[_1]'
        !          7516: => 'contents[_1]',
        !          7517: 
        !          7518:    'copy Error'
        !          7519: => 'copy Error',
        !          7520: 
        !          7521:    'copyright'
        !          7522: => 'copyright',
        !          7523: 
        !          7524:    'could not be copied.'
        !          7525: => 'could not be copied.',
        !          7526: 
        !          7527:    'course'
        !          7528: => 'course',
        !          7529: 
        !          7530:    'course[_10]'
        !          7531: => 'course[_10]',
        !          7532: 
        !          7533:    'course[_11]'
        !          7534: => 'course[_11]',
        !          7535: 
        !          7536:    'course[_1]'
        !          7537: => 'course[_1]',
        !          7538: 
        !          7539:    'course[_2]'
        !          7540: => 'course[_2]',
        !          7541: 
        !          7542:    'course[_3]'
        !          7543: => 'course[_3]',
        !          7544: 
        !          7545:    'course[_4]'
        !          7546: => 'course[_4]',
        !          7547: 
        !          7548:    'course[_5]'
        !          7549: => 'course[_5]',
        !          7550: 
        !          7551:    'course[_6]'
        !          7552: => 'course[_6]',
        !          7553: 
        !          7554:    'course[_7]'
        !          7555: => 'course[_7]',
        !          7556: 
        !          7557:    'course[_8]'
        !          7558: => 'course[_8]',
        !          7559: 
        !          7560:    'course[_9]'
        !          7561: => 'course[_9]',
        !          7562: 
        !          7563:    'courses.gif'
        !          7564: => 'courses.gif',
        !          7565: 
        !          7566:    'cprv.gif'
        !          7567: => 'cprv.gif',
        !          7568: 
        !          7569:    'create'
        !          7570: => 'create',
        !          7571: 
        !          7572:    'create[_1]'
        !          7573: => 'create[_1]',
        !          7574: 
        !          7575:    'cstr.gif'
        !          7576: => 'cstr.gif',
        !          7577: 
        !          7578:    'currently does not exist'
        !          7579: => 'currently does not exist',
        !          7580: 
        !          7581:    'custom'
        !          7582: => 'custom',
        !          7583: 
        !          7584:    'custom distribution file'
        !          7585: => 'custom distribution file',
        !          7586: 
        !          7587:    'customdistributionfile'
        !          7588: => 'customdistributionfile',
        !          7589: 
        !          7590:    'date_am'
        !          7591: => 'date_am',
        !          7592: 
        !          7593:    'date_days'
        !          7594: => 'date_days',
        !          7595: 
        !          7596:    'date_locale'
        !          7597: => 'date_locale',
        !          7598: 
        !          7599:    'date_months'
        !          7600: => 'date_months',
        !          7601: 
        !          7602:    'date_pm'
        !          7603: => 'date_pm',
        !          7604: 
        !          7605:    'default'
        !          7606: => 'default',
        !          7607: 
        !          7608:    'directory'
        !          7609: => 'directory',
        !          7610: 
        !          7611:    'discuss'
        !          7612: => 'discuss',
        !          7613: 
        !          7614:    'discuss[_1]'
        !          7615: => 'discuss[_1]',
        !          7616: 
        !          7617:    'docs'
        !          7618: => 'docs',
        !          7619: 
        !          7620:    'docs.gif'
        !          7621: => 'docs.gif',
        !          7622: 
        !          7623:    'docs[_1]'
        !          7624: => 'docs[_1]',
        !          7625: 
        !          7626:    'docs[_2]'
        !          7627: => 'docs[_2]',
        !          7628: 
        !          7629:    'domain'
        !          7630: => 'domain',
        !          7631: 
        !          7632:    'due date'
        !          7633: => 'due date',
        !          7634: 
        !          7635:    'during the last'
        !          7636: => 'during the last',
        !          7637: 
        !          7638:    'edit'
        !          7639: => 'edit',
        !          7640: 
        !          7641:    'edit crs'
        !          7642: => 'edit crs',
        !          7643: 
        !          7644:    'edit crs[_1]'
        !          7645: => 'edit crs[_1]',
        !          7646: 
        !          7647:    'egrd.gif'
        !          7648: => 'egrd.gif',
        !          7649: 
        !          7650:    'ences'
        !          7651: => 'ences',
        !          7652: 
        !          7653:    'ences[_1]'
        !          7654: => 'ences[_1]',
        !          7655: 
        !          7656:    'enrl.gif'
        !          7657: => 'enrl.gif',
        !          7658: 
        !          7659:    'enroll'
        !          7660: => 'enroll',
        !          7661: 
        !          7662:    'enroll[_1]'
        !          7663: => 'enroll[_1]',
        !          7664: 
        !          7665:    'enter'
        !          7666: => 'enter',
        !          7667: 
        !          7668:    'enter[_1]'
        !          7669: => 'enter[_1]',
        !          7670: 
        !          7671:    'eval.gif'
        !          7672: => 'eval.gif',
        !          7673: 
        !          7674:    'evaluate'
        !          7675: => 'evaluate',
        !          7676: 
        !          7677:    'evaluate[_1]'
        !          7678: => 'evaluate[_1]',
        !          7679: 
        !          7680:    'exit'
        !          7681: => 'exit',
        !          7682: 
        !          7683:    'exit[_1]'
        !          7684: => 'exit[_1]',
        !          7685: 
        !          7686:    'expired or revoked'
        !          7687: => 'expired or revoked',
        !          7688: 
        !          7689:    'extension'
        !          7690: => 'extension',
        !          7691: 
        !          7692:    'external'
        !          7693: => 'external',
        !          7694: 
        !          7695:    'fas'
        !          7696: => 'fas',
        !          7697: 
        !          7698:    'fdbk.gif'
        !          7699: => 'fdbk.gif',
        !          7700: 
        !          7701:    'feedback'
        !          7702: => 'feedback',
        !          7703: 
        !          7704:    'feedback[_1]'
        !          7705: => 'feedback[_1]',
        !          7706: 
        !          7707:    'file<br />extension'
        !          7708: => 'file<br />extension',
        !          7709: 
        !          7710:    'first name'
        !          7711: => 'first name',
        !          7712: 
        !          7713:    'for'
        !          7714: => 'for',
        !          7715: 
        !          7716:    'for <b>all resources in the course</b>'
        !          7717: => 'for <b>all resources in the course</b>',
        !          7718: 
        !          7719:    'for <b>all students in course</b>'
        !          7720: => 'for <b>all students in course</b>',
        !          7721: 
        !          7722:    'for Enclosing Map or Folder'
        !          7723: => 'for Enclosing Map or Folder',
        !          7724: 
        !          7725:    'for Resource'
        !          7726: => 'for Resource',
        !          7727: 
        !          7728:    'for [_1]'
        !          7729: => 'for [_1]',
        !          7730: 
        !          7731:    'for section [_1]'
        !          7732: => 'for section [_1]',
        !          7733: 
        !          7734:    'for the map named [_1]'
        !          7735: => 'for the map named [_1]',
        !          7736: 
        !          7737:    'for the resource named [_1]'
        !          7738: => 'for the resource named [_1]',
        !          7739: 
        !          7740:    'for visible separation'
        !          7741: => 'for visible separation',
        !          7742: 
        !          7743:    'forward'
        !          7744: => 'forward',
        !          7745: 
        !          7746:    'forward[_1]'
        !          7747: => 'forward[_1]',
        !          7748: 
        !          7749:    'from'
        !          7750: => 'from',
        !          7751: 
        !          7752:    'from Enclosing Map or Folder'
        !          7753: => 'from Enclosing Map or Folder',
        !          7754: 
        !          7755:    'from current subdirectory'
        !          7756: => 'from current subdirectory',
        !          7757: 
        !          7758:    'general'
        !          7759: => 'general',
        !          7760: 
        !          7761:    'generation'
        !          7762: => 'generation',
        !          7763: 
        !          7764:    'grades'
        !          7765: => 'grades',
        !          7766: 
        !          7767:    'grades[_1]'
        !          7768: => 'grades[_1]',
        !          7769: 
        !          7770:    'grades[_2]'
        !          7771: => 'grades[_2]',
        !          7772: 
        !          7773:    'grds.gif'
        !          7774: => 'grds.gif',
        !          7775: 
        !          7776:    'have different numbers and answers'
        !          7777: => 'have different numbers and answers',
        !          7778: 
        !          7779:    'helper'
        !          7780: => 'helper',
        !          7781: 
        !          7782:    'htmlarea_lang'
        !          7783: => 'htmlarea_lang',
        !          7784: 
        !          7785:    'in'
        !          7786: => 'in',
        !          7787: 
        !          7788:    'in Course'
        !          7789: => 'in Course',
        !          7790: 
        !          7791:    'in Section/Group'
        !          7792: => 'in Section/Group',
        !          7793: 
        !          7794:    'in domain'
        !          7795: => 'in domain',
        !          7796: 
        !          7797:    'info'
        !          7798: => 'info',
        !          7799: 
        !          7800:    'instructor'
        !          7801: => 'instructor',
        !          7802: 
        !          7803:    'interface available'
        !          7804: => 'interface available',
        !          7805: 
        !          7806:    'internal'
        !          7807: => 'internal',
        !          7808: 
        !          7809:    'is closed but you are allowed to view it'
        !          7810: => 'is closed but you are allowed to view it',
        !          7811: 
        !          7812:    'is due at'
        !          7813: => 'is due at',
        !          7814: 
        !          7815:    'is in this state by royal decree.'
        !          7816: => 'is in this state by royal decree.',
        !          7817: 
        !          7818:    'is in under construction'
        !          7819: => 'is in under construction',
        !          7820: 
        !          7821:    'is not analyzable at this time'
        !          7822: => 'is not analyzable at this time',
        !          7823: 
        !          7824:    'is ready for download'
        !          7825: => 'is ready for download',
        !          7826: 
        !          7827:    'keys.gif'
        !          7828: => 'keys.gif',
        !          7829: 
        !          7830:    'keywords'
        !          7831: => 'keywords',
        !          7832: 
        !          7833:    'language'
        !          7834: => 'language',
        !          7835: 
        !          7836:    'last month'
        !          7837: => 'last month',
        !          7838: 
        !          7839:    'last name'
        !          7840: => 'last name',
        !          7841: 
        !          7842:    'last problem'
        !          7843: => 'last problem',
        !          7844: 
        !          7845:    'last six months'
        !          7846: => 'last six months',
        !          7847: 
        !          7848:    'last student'
        !          7849: => 'last student',
        !          7850: 
        !          7851:    'last three months'
        !          7852: => 'last three months',
        !          7853: 
        !          7854:    'last week'
        !          7855: => 'last week',
        !          7856: 
        !          7857:    'last year'
        !          7858: => 'last year',
        !          7859: 
        !          7860:    'library'
        !          7861: => 'library',
        !          7862: 
        !          7863:    'library[_1]'
        !          7864: => 'library[_1]',
        !          7865: 
        !          7866:    'log in again'
        !          7867: => 'log in again',
        !          7868: 
        !          7869:    'loginproblems.html'
        !          7870: => 'loginproblems.html',
        !          7871: 
        !          7872:    'logout.gif'
        !          7873: => 'logout.gif',
        !          7874: 
        !          7875:    'make these dates the default for future enrollment'
        !          7876: => 'make these dates the default for future enrollment',
        !          7877: 
        !          7878:    'manage'
        !          7879: => 'manage',
        !          7880: 
        !          7881:    'manage[_1]'
        !          7882: => 'manage[_1]',
        !          7883: 
        !          7884:    'may be open from a different computer.'
        !          7885: => 'may be open from a different computer.',
        !          7886: 
        !          7887:    'may open later.'
        !          7888: => 'may open later.',
        !          7889: 
        !          7890:    'middle name'
        !          7891: => 'middle name',
        !          7892: 
        !          7893:    'midnight'
        !          7894: => 'midnight',
        !          7895: 
        !          7896:    'minutes'
        !          7897: => 'minutes',
        !          7898: 
        !          7899:    'missions'
        !          7900: => 'missions',
        !          7901: 
        !          7902:    'most recent'
        !          7903: => 'most recent',
        !          7904: 
        !          7905:    'movies'
        !          7906: => 'movies',
        !          7907: 
        !          7908:    'my'
        !          7909: => 'my',
        !          7910: 
        !          7911:    'my[_1]'
        !          7912: => 'my[_1]',
        !          7913: 
        !          7914:    'name'
        !          7915: => 'name',
        !          7916: 
        !          7917:    'name only visible to course faculty'
        !          7918: => 'name only visible to course faculty',
        !          7919: 
        !          7920:    'nav.gif'
        !          7921: => 'nav.gif',
        !          7922: 
        !          7923:    'navigate'
        !          7924: => 'navigate',
        !          7925: 
        !          7926:    'navigate[_1]'
        !          7927: => 'navigate[_1]',
        !          7928: 
        !          7929:    'never'
        !          7930: => 'never',
        !          7931: 
        !          7932:    'nication'
        !          7933: => 'nication',
        !          7934: 
        !          7935:    'nication[_1]'
        !          7936: => 'nication[_1]',
        !          7937: 
        !          7938:    'no ending date'
        !          7939: => 'no ending date',
        !          7940: 
        !          7941:    'noon'
        !          7942: => 'noon',
        !          7943: 
        !          7944:    'not displayed'
        !          7945: => 'not displayed',
        !          7946: 
        !          7947:    'not found'
        !          7948: => 'not found',
        !          7949: 
        !          7950:    'notes'
        !          7951: => 'notes',
        !          7952: 
        !          7953:    'num_override'
        !          7954: => 'num_override',
        !          7955: 
        !          7956:    'number'
        !          7957: => 'number',
        !          7958: 
        !          7959:    'number of tries'
        !          7960: => 'number of tries',
        !          7961: 
        !          7962:    'obsolete'
        !          7963: => 'obsolete',
        !          7964: 
        !          7965:    'obsolete replacement'
        !          7966: => 'obsolete replacement',
        !          7967: 
        !          7968:    'obsoletereplacement'
        !          7969: => 'obsoletereplacement',
        !          7970: 
        !          7971:    'of'
        !          7972: => 'of',
        !          7973: 
        !          7974:    'only check if you know what you are doing'
        !          7975: => 'only check if you know what you are doing',
        !          7976: 
        !          7977:    'only search domain'
        !          7978: => 'only search domain',
        !          7979: 
        !          7980:    'opening date'
        !          7981: => 'opening date',
        !          7982: 
        !          7983:    'optional'
        !          7984: => 'optional',
        !          7985: 
        !          7986:    'or'
        !          7987: => 'or',
        !          7988: 
        !          7989:    'or ID'
        !          7990: => 'or ID',
        !          7991: 
        !          7992:    'or any other value'
        !          7993: => 'or any other value',
        !          7994: 
        !          7995:    'p.m.'
        !          7996: => 'p.m.',
        !          7997: 
        !          7998:    'pages'
        !          7999: => 'pages',
        !          8000: 
        !          8001:    'parm.gif'
        !          8002: => 'parm.gif',
        !          8003: 
        !          8004:    'parms'
        !          8005: => 'parms',
        !          8006: 
        !          8007:    'parms[_1]'
        !          8008: => 'parms[_1]',
        !          8009: 
        !          8010:    'part'
        !          8011: => 'part',
        !          8012: 
        !          8013:    'percent'
        !          8014: => 'percent',
        !          8015: 
        !          8016:    'pictures'
        !          8017: => 'pictures',
        !          8018: 
        !          8019:    'please refer to'
        !          8020: => 'please refer to',
        !          8021: 
        !          8022:    'pref.gif'
        !          8023: => 'pref.gif',
        !          8024: 
        !          8025:    'prefer-'
        !          8026: => 'prefer-',
        !          8027: 
        !          8028:    'prefer-[_1]'
        !          8029: => 'prefer-[_1]',
        !          8030: 
        !          8031:    'prepare'
        !          8032: => 'prepare',
        !          8033: 
        !          8034:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          8035: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          8036: 
        !          8037:    'printout'
        !          8038: => 'printout',
        !          8039: 
        !          8040:    'private'
        !          8041: => 'private',
        !          8042: 
        !          8043:    'problem'
        !          8044: => 'problem',
        !          8045: 
        !          8046:    'problem statistics grouped by sequence'
        !          8047: => 'problem statistics grouped by sequence',
        !          8048: 
        !          8049:    'problem statistics ungrouped'
        !          8050: => 'problem statistics ungrouped',
        !          8051: 
        !          8052:    'problem statistics, Excel'
        !          8053: => 'problem statistics, Excel',
        !          8054: 
        !          8055:    'problem weight'
        !          8056: => 'problem weight',
        !          8057: 
        !          8058:    'prt.gif'
        !          8059: => 'prt.gif',
        !          8060: 
        !          8061:    'public'
        !          8062: => 'public',
        !          8063: 
        !          8064:    'publisher<br />owner'
        !          8065: => 'publisher<br />owner',
        !          8066: 
        !          8067:    're-initializing course'
        !          8068: => 're-initializing course',
        !          8069: 
        !          8070:    'remaining'
        !          8071: => 'remaining',
        !          8072: 
        !          8073:    'res.gif'
        !          8074: => 'res.gif',
        !          8075: 
        !          8076:    'resource'
        !          8077: => 'resource',
        !          8078: 
        !          8079:    'resource[_1]'
        !          8080: => 'resource[_1]',
        !          8081: 
        !          8082:    'resources'
        !          8083: => 'resources',
        !          8084: 
        !          8085:    'role'
        !          8086: => 'role',
        !          8087: 
        !          8088:    'role,role,...'
        !          8089: => 'role,role,...',
        !          8090: 
        !          8091:    'role[_1]'
        !          8092: => 'role[_1]',
        !          8093: 
        !          8094:    'role[_2]'
        !          8095: => 'role[_2]',
        !          8096: 
        !          8097:    'roles'
        !          8098: => 'roles',
        !          8099: 
        !          8100:    'roles.gif'
        !          8101: => 'roles.gif',
        !          8102: 
        !          8103:    'roles[_1]'
        !          8104: => 'roles[_1]',
        !          8105: 
        !          8106:    'sbkm.gif'
        !          8107: => 'sbkm.gif',
        !          8108: 
        !          8109:    'scantron[_1]'
        !          8110: => 'scantron[_1]',
        !          8111: 
        !          8112:    'search'
        !          8113: => 'search',
        !          8114: 
        !          8115:    'search[_1]'
        !          8116: => 'search[_1]',
        !          8117: 
        !          8118:    'search[_2]'
        !          8119: => 'search[_2]',
        !          8120: 
        !          8121:    'second'
        !          8122: => 'second',
        !          8123: 
        !          8124:    'seconds'
        !          8125: => 'seconds',
        !          8126: 
        !          8127:    'seconds for'
        !          8128: => 'seconds for',
        !          8129: 
        !          8130:    'section'
        !          8131: => 'section',
        !          8132: 
        !          8133:    'selected students'
        !          8134: => 'selected students',
        !          8135: 
        !          8136:    'send[_1]'
        !          8137: => 'send[_1]',
        !          8138: 
        !          8139:    'sequence'
        !          8140: => 'sequence',
        !          8141: 
        !          8142:    'set'
        !          8143: => 'set',
        !          8144: 
        !          8145:    'set[_1]'
        !          8146: => 'set[_1]',
        !          8147: 
        !          8148:    'space'
        !          8149: => 'space',
        !          8150: 
        !          8151:    'space[_1]'
        !          8152: => 'space[_1]',
        !          8153: 
        !          8154:    'space[_2]'
        !          8155: => 'space[_2]',
        !          8156: 
        !          8157:    'spacer.gif'
        !          8158: => 'spacer.gif',
        !          8159: 
        !          8160:    'spellcheck_lang'
        !          8161: => 'spellcheck_lang',
        !          8162: 
        !          8163:    'sprs.gif'
        !          8164: => 'sprs.gif',
        !          8165: 
        !          8166:    'src.gif'
        !          8167: => 'src.gif',
        !          8168: 
        !          8169:    'standard'
        !          8170: => 'standard',
        !          8171: 
        !          8172:    'standard LaTeX mode'
        !          8173: => 'standard LaTeX mode',
        !          8174: 
        !          8175:    'standard courses only'
        !          8176: => 'standard courses only',
        !          8177: 
        !          8178:    'stat.gif'
        !          8179: => 'stat.gif',
        !          8180: 
        !          8181:    'stats'
        !          8182: => 'stats',
        !          8183: 
        !          8184:    'stats[_1]'
        !          8185: => 'stats[_1]',
        !          8186: 
        !          8187:    'struct'
        !          8188: => 'struct',
        !          8189: 
        !          8190:    'struct[_1]'
        !          8191: => 'struct[_1]',
        !          8192: 
        !          8193:    'struct[_2]'
        !          8194: => 'struct[_2]',
        !          8195: 
        !          8196:    'student'
        !          8197: => 'student',
        !          8198: 
        !          8199:    'student name'
        !          8200: => 'student name',
        !          8201: 
        !          8202:    'subject'
        !          8203: => 'subject',
        !          8204: 
        !          8205:    'switch'
        !          8206: => 'switch',
        !          8207: 
        !          8208:    'switch[_1]'
        !          8209: => 'switch[_1]',
        !          8210: 
        !          8211:    'switch[_2]'
        !          8212: => 'switch[_2]',
        !          8213: 
        !          8214:    'system wide'
        !          8215: => 'system wide',
        !          8216: 
        !          8217:    'tations'
        !          8218: => 'tations',
        !          8219: 
        !          8220:    'template'
        !          8221: => 'template',
        !          8222: 
        !          8223:    'textual_remote_display'
        !          8224: => 'textual_remote_display',
        !          8225: 
        !          8226:    'this'
        !          8227: => 'this',
        !          8228: 
        !          8229:    'title'
        !          8230: => 'title',
        !          8231: 
        !          8232:    'to'
        !          8233: => 'to',
        !          8234: 
        !          8235:    'to [_1] ([_2])'
        !          8236: => 'to [_1] ([_2])',
        !          8237: 
        !          8238:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
        !          8239: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
        !          8240: 
        !          8241:    'today'
        !          8242: => 'today',
        !          8243: 
        !          8244:    'unable to enroll'
        !          8245: => 'unable to enroll',
        !          8246: 
        !          8247:    'uncheck all'
        !          8248: => 'uncheck all',
        !          8249: 
        !          8250:    'undo'
        !          8251: => 'undo',
        !          8252: 
        !          8253:    'unless locked'
        !          8254: => 'unless locked',
        !          8255: 
        !          8256:    'untitled'
        !          8257: => 'untitled',
        !          8258: 
        !          8259:    'updated periodically'
        !          8260: => 'updated periodically',
        !          8261: 
        !          8262:    'use related words'
        !          8263: => 'use related words',
        !          8264: 
        !          8265:    'user'
        !          8266: => 'user',
        !          8267: 
        !          8268:    'user[_1]'
        !          8269: => 'user[_1]',
        !          8270: 
        !          8271:    'userauthentication.gif'
        !          8272: => 'userauthentication.gif',
        !          8273: 
        !          8274:    'username'
        !          8275: => 'username',
        !          8276: 
        !          8277:    'users in'
        !          8278: => 'users in',
        !          8279: 
        !          8280:    'vbkm.gif'
        !          8281: => 'vbkm.gif',
        !          8282: 
        !          8283:    'versions of this problem'
        !          8284: => 'versions of this problem',
        !          8285: 
        !          8286:    'versus'
        !          8287: => 'versus',
        !          8288: 
        !          8289:    'view'
        !          8290: => 'view',
        !          8291: 
        !          8292:    'view sub-'
        !          8293: => 'view sub-',
        !          8294: 
        !          8295:    'view[_1]'
        !          8296: => 'view[_1]',
        !          8297: 
        !          8298:    'visible to author and co-authors only'
        !          8299: => 'visible to author and co-authors only',
        !          8300: 
        !          8301:    'waiting on'
        !          8302: => 'waiting on',
        !          8303: 
        !          8304:    'waiting on [_1]'
        !          8305: => 'waiting on [_1]',
        !          8306: 
        !          8307:    'warning(s)'
        !          8308: => 'warning(s)',
        !          8309: 
        !          8310:    'was due on'
        !          8311: => 'was due on',
        !          8312: 
        !          8313:    'what you just saw on the screen'
        !          8314: => 'what you just saw on the screen',
        !          8315: 
        !          8316:    'will open on'
        !          8317: => 'will open on',
        !          8318: 
        !          8319:    'with server'
        !          8320: => 'with server',
        !          8321: 
        !          8322:    'yes'
        !          8323: => 'yes',
        !          8324: 
        !          8325: 
        !          8326: 
        !          8327: #SYNC Tue Aug 15 14:43:20 2006
        !          8328:    ' [_1]'
        !          8329: => ' [_1]',
        !          8330: 
        !          8331:    '"[_1]" for default hiding'
        !          8332: => '"[_1]" for default hiding',
        !          8333: 
        !          8334:    '"[_1]" for visible separation'
        !          8335: => '"[_1]" for visible separation',
        !          8336: 
        !          8337:    '"[_1]" if allowed, anything else if not'
        !          8338: => '"[_1]" if allowed, anything else if not',
        !          8339: 
        !          8340:    '"[_1]" to disable, anything else if not'
        !          8341: => '"[_1]" to disable, anything else if not',
        !          8342: 
        !          8343:    '# 16 Aug 14:45'
        !          8344: => '# 16 Aug 14:45',
        !          8345: 
        !          8346:    '# Do not translate this line.  [_1] is a check box'
        !          8347: => '# Do not translate this line.  [_1] is a check box',
        !          8348: 
        !          8349:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
        !          8350: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
        !          8351: 
        !          8352:    '# Do not translate this line.  [_1] is a column index.'
        !          8353: => '# Do not translate this line.  [_1] is a column index.',
        !          8354: 
        !          8355:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
        !          8356: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
        !          8357: 
        !          8358:    '# Do not translate this line.  [_1] is a username'
        !          8359: => '# Do not translate this line.  [_1] is a username',
        !          8360: 
        !          8361:    '# Do not translate this line.  [_1] is the number of students processed'
        !          8362: => '# Do not translate this line.  [_1] is the number of students processed',
        !          8363: 
        !          8364:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
        !          8365: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
        !          8366: 
        !          8367:    '# Do not translate this line.  [_1] is username, [_2] is error message'
        !          8368: => '# Do not translate this line.  [_1] is username, [_2] is error message',
        !          8369: 
        !          8370:    '# Do not translate this line.  [_1] is username@domain'
        !          8371: => '# Do not translate this line.  [_1] is username@domain',
        !          8372: 
        !          8373:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
        !          8374: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
        !          8375: 
        !          8376:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
        !          8377: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
        !          8378: 
        !          8379:    '# Do not translate this line.  [_2] is a text entry element'
        !          8380: => '# Do not translate this line.  [_2] is a text entry element',
        !          8381: 
        !          8382:    '# [_1] is a drop-down selection box'
        !          8383: => '# [_1] is a drop-down selection box',
        !          8384: 
        !          8385:    '# [_1] is a number [_2] is the current domain'
        !          8386: => '# [_1] is a number [_2] is the current domain',
        !          8387: 
        !          8388:    '# [_1] is an html link to the current file '
        !          8389: => '# [_1] is an html link to the current file ',
        !          8390: 
        !          8391:    '# _1 is a selection dialog'
        !          8392: => '# _1 is a selection dialog',
        !          8393: 
        !          8394:    '# _1 is a server name'
        !          8395: => '# _1 is a server name',
        !          8396: 
        !          8397:    '# _1 is search string'
        !          8398: => '# _1 is search string',
        !          8399: 
        !          8400:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
        !          8401: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
        !          8402: 
        !          8403:    '#Stdnts'
        !          8404: => '#Stdnts',
        !          8405: 
        !          8406:    '#YES'
        !          8407: => '#YES',
        !          8408: 
        !          8409:    '#[_1] is the foil name'
        !          8410: => '#[_1] is the foil name',
        !          8411: 
        !          8412:    '#_1 is the foil name, _2 is the current value of the foil'
        !          8413: => '#_1 is the foil name, _2 is the current value of the foil',
        !          8414: 
        !          8415:    '%Wrng'
        !          8416: => '%Wrng',
        !          8417: 
        !          8418:    '&nbsp;Show&nbsp;All&nbsp;Foils'
        !          8419: => '&nbsp;Show&nbsp;All&nbsp;Foils',
        !          8420: 
        !          8421:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
        !          8422: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
        !          8423: 
        !          8424:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
        !          8425: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
        !          8426: 
        !          8427:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
        !          8428: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
        !          8429: 
        !          8430:    '(Hand in a file you have prepared on your computer)'
        !          8431: => '(Hand in a file you have prepared on your computer)',
        !          8432: 
        !          8433:    ', and answers will be available on'
        !          8434: => ', and answers will be available on',
        !          8435: 
        !          8436:    ', is reserved internally by LON-CAPA.'
        !          8437: => ', is reserved internally by LON-CAPA.',
        !          8438: 
        !          8439:    ', or the next time you log in.'
        !          8440: => ', or the next time you log in.',
        !          8441: 
        !          8442:    ', select a template from the pull-down menu below'
        !          8443: => ', select a template from the pull-down menu below',
        !          8444: 
        !          8445:    ', select a template from the pull-down menu below.'
        !          8446: => ', select a template from the pull-down menu below.',
        !          8447: 
        !          8448:    '. . . for a particular section'
        !          8449: => '. . . for a particular section',
        !          8450: 
        !          8451:    '. . . for all students in the course'
        !          8452: => '. . . for all students in the course',
        !          8453: 
        !          8454:    '. . . for an individual student'
        !          8455: => '. . . for an individual student',
        !          8456: 
        !          8457:    '1 am'
        !          8458: => '1 am',
        !          8459: 
        !          8460:    '1 minute'
        !          8461: => '1 minute',
        !          8462: 
        !          8463:    '1 out of N multiple choice (radio button)'
        !          8464: => '1 out of N multiple choice (radio button)',
        !          8465: 
        !          8466:    '1 pm'
        !          8467: => '1 pm',
        !          8468: 
        !          8469:    '10 am'
        !          8470: => '10 am',
        !          8471: 
        !          8472:    '10 pm'
        !          8473: => '10 pm',
        !          8474: 
        !          8475:    '11 am'
        !          8476: => '11 am',
        !          8477: 
        !          8478:    '11 pm'
        !          8479: => '11 pm',
        !          8480: 
        !          8481:    '12 am'
        !          8482: => '12 am',
        !          8483: 
        !          8484:    '12 noon'
        !          8485: => '12 noon',
        !          8486: 
        !          8487:    '2 am'
        !          8488: => '2 am',
        !          8489: 
        !          8490:    '2 pm'
        !          8491: => '2 pm',
        !          8492: 
        !          8493:    '3 am'
        !          8494: => '3 am',
        !          8495: 
        !          8496:    '3 pm'
        !          8497: => '3 pm',
        !          8498: 
        !          8499:    '4 am'
        !          8500: => '4 am',
        !          8501: 
        !          8502:    '4 pm'
        !          8503: => '4 pm',
        !          8504: 
        !          8505:    '5 am'
        !          8506: => '5 am',
        !          8507: 
        !          8508:    '5 pm'
        !          8509: => '5 pm',
        !          8510: 
        !          8511:    '6 am'
        !          8512: => '6 am',
        !          8513: 
        !          8514:    '6 pm'
        !          8515: => '6 pm',
        !          8516: 
        !          8517:    '7 am'
        !          8518: => '7 am',
        !          8519: 
        !          8520:    '7 pm'
        !          8521: => '7 pm',
        !          8522: 
        !          8523:    '8 am'
        !          8524: => '8 am',
        !          8525: 
        !          8526:    '8 pm'
        !          8527: => '8 pm',
        !          8528: 
        !          8529:    '9 am'
        !          8530: => '9 am',
        !          8531: 
        !          8532:    '9 pm'
        !          8533: => '9 pm',
        !          8534: 
        !          8535:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
        !          8536: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
        !          8537: 
        !          8538:    '<- Previous'
        !          8539: => '<- Previous',
        !          8540: 
        !          8541:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
        !          8542: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
        !          8543: 
        !          8544:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
        !          8545: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
        !          8546: 
        !          8547:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
        !          8548: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
        !          8549: 
        !          8550:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
        !          8551: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
        !          8552: 
        !          8553:    '<b>Students</b> - students will not be able to participate in discussions'
        !          8554: => '<b>Students</b> - students will not be able to participate in discussions',
        !          8555: 
        !          8556:    '<b>Students</b> - students will not be able to use or view the chat room.'
        !          8557: => '<b>Students</b> - students will not be able to use or view the chat room.',
        !          8558: 
        !          8559:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
        !          8560: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
        !          8561: 
        !          8562:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
        !          8563: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
        !          8564: 
        !          8565:    '<b>[_1]</b>:  Unable to enroll: [_2]'
        !          8566: => '<b>[_1]</b>:  Unable to enroll: [_2]',
        !          8567: 
        !          8568:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
        !          8569: => '<b>[_1]</b>: Unable to enroll.  No password specified.',
        !          8570: 
        !          8571:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
        !          8572: => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',
        !          8573: 
        !          8574:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
        !          8575: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
        !          8576: 
        !          8577:    'A score has been assigned.'
        !          8578: => 'A score has been assigned.',
        !          8579: 
        !          8580:    'ABSTRACT'
        !          8581: => 'ABSTRACT',
        !          8582: 
        !          8583:    'ALL'
        !          8584: => 'ALL',
        !          8585: 
        !          8586:    'About Me'
        !          8587: => 'About Me',
        !          8588: 
        !          8589:    'Abstract'
        !          8590: => 'Abstract',
        !          8591: 
        !          8592:    'Access Control'
        !          8593: => 'Access Control',
        !          8594: 
        !          8595:    'Access Key Management'
        !          8596: => 'Access Key Management',
        !          8597: 
        !          8598:    'Access and Usage Statistics'
        !          8599: => 'Access and Usage Statistics',
        !          8600: 
        !          8601:    'Actions'
        !          8602: => 'Actions',
        !          8603: 
        !          8604:    'Activate'
        !          8605: => 'Activate',
        !          8606: 
        !          8607:    'Add Roles'
        !          8608: => 'Add Roles',
        !          8609: 
        !          8610:    'Add new option'
        !          8611: => 'Add new option',
        !          8612: 
        !          8613:    "Add one empty page/column after each student's assignment"
        !          8614: => "Add one empty page/column after each student's assignment",
        !          8615: 
        !          8616:    "Add three empty pages/column after each student's assignment"
        !          8617: => "Add three empty pages/column after each student's assignment",
        !          8618: 
        !          8619:    "Add two empty pages/column after each student's assignment"
        !          8620: => "Add two empty pages/column after each student's assignment",
        !          8621: 
        !          8622:    'Additional Keywords'
        !          8623: => 'Additional Keywords',
        !          8624: 
        !          8625:    'Additional Metadata (non-standard, parameters, exports)'
        !          8626: => 'Additional Metadata (non-standard, parameters, exports)',
        !          8627: 
        !          8628:    'Additional Recipients'
        !          8629: => 'Additional Recipients',
        !          8630: 
        !          8631:    'Additional settings, if specified below, will override cloned settings'
        !          8632: => 'Additional settings, if specified below, will override cloned settings',
        !          8633: 
        !          8634:    'Administrator'
        !          8635: => 'Administrator',
        !          8636: 
        !          8637:    'Advanced Catalog Search'
        !          8638: => 'Advanced Catalog Search',
        !          8639: 
        !          8640:    'Advanced Edit'
        !          8641: => 'Advanced Edit',
        !          8642: 
        !          8643:    'Advanced Search'
        !          8644: => 'Advanced Search',
        !          8645: 
        !          8646:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
        !          8647: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
        !          8648: 
        !          8649:    'All Documents in Course'
        !          8650: => 'All Documents in Course',
        !          8651: 
        !          8652:    'All Maps or Folders'
        !          8653: => 'All Maps or Folders',
        !          8654: 
        !          8655:    'All Resources'
        !          8656: => 'All Resources',
        !          8657: 
        !          8658:    'All Resources (possibly large output)'
        !          8659: => 'All Resources (possibly large output)',
        !          8660: 
        !          8661:    'All Students'
        !          8662: => 'All Students',
        !          8663: 
        !          8664:    'All homework is currently completed'
        !          8665: => 'All homework is currently completed',
        !          8666: 
        !          8667:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
        !          8668: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.',
        !          8669: 
        !          8670:    'All versions'
        !          8671: => 'All versions',
        !          8672: 
        !          8673:    'Allow limited HTML in discussion posts'
        !          8674: => 'Allow limited HTML in discussion posts',
        !          8675: 
        !          8676:    'Allow problems to be split over pages'
        !          8677: => 'Allow problems to be split over pages',
        !          8678: 
        !          8679:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
        !          8680: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
        !          8681: 
        !          8682:    'Allowed filetypes: <b>[_1]</b>'
        !          8683: => 'Allowed filetypes: <b>[_1]</b>',
        !          8684: 
        !          8685:    'An error occured during the attempt to change the section for this student.'
        !          8686: => 'An error occured during the attempt to change the section for this student.',
        !          8687: 
        !          8688:    'An error occured while grading your answer.'
        !          8689: => 'An error occured while grading your answer.',
        !          8690: 
        !          8691:    'An error occurred during the attempt to change the role information for this student.'
        !          8692: => 'An error occurred during the attempt to change the role information for this student.',
        !          8693: 
        !          8694:    'Analyze Over '
        !          8695: => 'Analyze Over ',
        !          8696: 
        !          8697:    'Analyze Problem'
        !          8698: => 'Analyze Problem',
        !          8699: 
        !          8700:    'Analyze Problem Again'
        !          8701: => 'Analyze Problem Again',
        !          8702: 
        !          8703:    'Analyze Progress'
        !          8704: => 'Analyze Progress',
        !          8705: 
        !          8706:    'Analyze as '
        !          8707: => 'Analyze as ',
        !          8708: 
        !          8709:    'Analyzing Results'
        !          8710: => 'Analyzing Results',
        !          8711: 
        !          8712:    'Analyzing a problem'
        !          8713: => 'Analyzing a problem',
        !          8714: 
        !          8715:    'Announcements and Calendar'
        !          8716: => 'Announcements and Calendar',
        !          8717: 
        !          8718:    'Anonymous'
        !          8719: => 'Anonymous',
        !          8720: 
        !          8721:    'Anonymous contribution to course discussion of resource'
        !          8722: => 'Anonymous contribution to course discussion of resource',
        !          8723: 
        !          8724:    'Answer'
        !          8725: => 'Answer',
        !          8726: 
        !          8727:    'Answer Date (answerdate)'
        !          8728: => 'Answer Date (answerdate)',
        !          8729: 
        !          8730:    'Answer Submitted'
        !          8731: => 'Answer Submitted',
        !          8732: 
        !          8733:    'Answer Submitted: Your final submission will be graded after the due date.'
        !          8734: => 'Answer Submitted: Your final submission will be graded after the due date.',
        !          8735: 
        !          8736:    'Answer available'
        !          8737: => 'Answer available',
        !          8738: 
        !          8739:    'Answer submitted'
        !          8740: => 'Answer submitted',
        !          8741: 
        !          8742:    'Answer submitted, not yet graded'
        !          8743: => 'Answer submitted, not yet graded',
        !          8744: 
        !          8745:    'Answer:'
        !          8746: => 'Answer:',
        !          8747: 
        !          8748:    'Answerable'
        !          8749: => 'Answerable',
        !          8750: 
        !          8751:    'Any Language'
        !          8752: => 'Any Language',
        !          8753: 
        !          8754:    'Any User'
        !          8755: => 'Any User',
        !          8756: 
        !          8757:    'Any category'
        !          8758: => 'Any category',
        !          8759: 
        !          8760:    'Any copyright/distribution'
        !          8761: => 'Any copyright/distribution',
        !          8762: 
        !          8763:    'April'
        !          8764: => 'April',
        !          8765: 
        !          8766:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
        !          8767: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
        !          8768: 
        !          8769:    'Assessment'
        !          8770: => 'Assessment',
        !          8771: 
        !          8772:    'Assessment Parameters'
        !          8773: => 'Assessment Parameters',
        !          8774: 
        !          8775:    'Assessment URL and Title'
        !          8776: => 'Assessment URL and Title',
        !          8777: 
        !          8778:    'Assigned User Roles'
        !          8779: => 'Assigned User Roles',
        !          8780: 
        !          8781:    'Associate columns with student attributes.'
        !          8782: => 'Associate columns with student attributes.',
        !          8783: 
        !          8784:    'Attachment'
        !          8785: => 'Attachment',
        !          8786: 
        !          8787:    'Attribute'
        !          8788: => 'Attribute',
        !          8789: 
        !          8790:    'August'
        !          8791: => 'August',
        !          8792: 
        !          8793:    'Author'
        !          8794: => 'Author',
        !          8795: 
        !          8796:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          8797: => 'Author and Co-Author roles may not be available on servers other than your home server.',
        !          8798: 
        !          8799:    'Author(s)'
        !          8800: => 'Author(s)',
        !          8801: 
        !          8802:    'Automated Enrollment Manager'
        !          8803: => 'Automated Enrollment Manager',
        !          8804: 
        !          8805:    'Automated adds'
        !          8806: => 'Automated adds',
        !          8807: 
        !          8808:    'Automated drops'
        !          8809: => 'Automated drops',
        !          8810: 
        !          8811:    'Automated enrollment settings'
        !          8812: => 'Automated enrollment settings',
        !          8813: 
        !          8814:    'Average number of tries till solved'
        !          8815: => 'Average number of tries till solved',
        !          8816: 
        !          8817:    'Back to'
        !          8818: => 'Back to',
        !          8819: 
        !          8820:    'Back to Directory'
        !          8821: => 'Back to Directory',
        !          8822: 
        !          8823:    'Back to Source'
        !          8824: => 'Back to Source',
        !          8825: 
        !          8826:    'Back to Source Directory'
        !          8827: => 'Back to Source Directory',
        !          8828: 
        !          8829:    'Bad Filename'
        !          8830: => 'Bad Filename',
        !          8831: 
        !          8832:    'Became this version on ...'
        !          8833: => 'Became this version on ...',
        !          8834: 
        !          8835:    'Begin Enrollment'
        !          8836: => 'Begin Enrollment',
        !          8837: 
        !          8838:    'Binary File'
        !          8839: => 'Binary File',
        !          8840: 
        !          8841:    'Blank'
        !          8842: => 'Blank',
        !          8843: 
        !          8844:    'Brief view of each students performance in course.'
        !          8845: => 'Brief view of each students performance in course.',
        !          8846: 
        !          8847:    'Broadcast Message to Course'
        !          8848: => 'Broadcast Message to Course',
        !          8849: 
        !          8850:    'Browse'
        !          8851: => 'Browse',
        !          8852: 
        !          8853:    'Browse Resources'
        !          8854: => 'Browse Resources',
        !          8855: 
        !          8856:    'Browse published resources'
        !          8857: => 'Browse published resources',
        !          8858: 
        !          8859:    'Browse resources'
        !          8860: => 'Browse resources',
        !          8861: 
        !          8862:    'Browsing resource, all submissions are temporary.'
        !          8863: => 'Browsing resource, all submissions are temporary.',
        !          8864: 
        !          8865:    'Bulletin Board'
        !          8866: => 'Bulletin Board',
        !          8867: 
        !          8868:    'Bulletin Board/Discussion'
        !          8869: => 'Bulletin Board/Discussion',
        !          8870: 
        !          8871:    'By'
        !          8872: => 'By',
        !          8873: 
        !          8874:    'CSV (comma separated values, spreadsheet)'
        !          8875: => 'CSV (comma separated values, spreadsheet)',
        !          8876: 
        !          8877:    'CSV format'
        !          8878: => 'CSV format',
        !          8879: 
        !          8880:    'Calculate answers'
        !          8881: => 'Calculate answers',
        !          8882: 
        !          8883:    'Calculate course grades (Spreadsheet)'
        !          8884: => 'Calculate course grades (Spreadsheet)',
        !          8885: 
        !          8886:    'Calculations'
        !          8887: => 'Calculations',
        !          8888: 
        !          8889:    'Cancel'
        !          8890: => 'Cancel',
        !          8891: 
        !          8892:    'Cannot publish directory'
        !          8893: => 'Cannot publish directory',
        !          8894: 
        !          8895:    'Cannot retrieve directory'
        !          8896: => 'Cannot retrieve directory',
        !          8897: 
        !          8898:    'Catalog Information'
        !          8899: => 'Catalog Information',
        !          8900: 
        !          8901:    'Catalog Search'
        !          8902: => 'Catalog Search',
        !          8903: 
        !          8904:    'Change'
        !          8905: => 'Change',
        !          8906: 
        !          8907:    'Change Random Seed To:'
        !          8908: => 'Change Random Seed To:',
        !          8909: 
        !          8910:    'Change User Privileges'
        !          8911: => 'Change User Privileges',
        !          8912: 
        !          8913:    'Change Your Language Preferences'
        !          8914: => 'Change Your Language Preferences',
        !          8915: 
        !          8916:    'Change Your Preferences'
        !          8917: => 'Change Your Preferences',
        !          8918: 
        !          8919:    'Changed discussion view mode'
        !          8920: => 'Changed discussion view mode',
        !          8921: 
        !          8922:    'Changes can take up to 10 minutes before being active for all students.'
        !          8923: => 'Changes can take up to 10 minutes before being active for all students.',
        !          8924: 
        !          8925:    'Changes will become active for your current session after'
        !          8926: => 'Changes will become active for your current session after',
        !          8927: 
        !          8928:    'Chat Participation'
        !          8929: => 'Chat Participation',
        !          8930: 
        !          8931:    'Check All'
        !          8932: => 'Check All',
        !          8933: 
        !          8934:    'Check Course Document Versions'
        !          8935: => 'Check Course Document Versions',
        !          8936: 
        !          8937:    'Check for All'
        !          8938: => 'Check for All',
        !          8939: 
        !          8940:    'Check for None'
        !          8941: => 'Check for None',
        !          8942: 
        !          8943:    'Check for Section/Group'
        !          8944: => 'Check for Section/Group',
        !          8945: 
        !          8946:    'Check/Set Resource Versions'
        !          8947: => 'Check/Set Resource Versions',
        !          8948: 
        !          8949:    'Choose a different resource'
        !          8950: => 'Choose a different resource',
        !          8951: 
        !          8952:    'Choose the course to work on'
        !          8953: => 'Choose the course to work on',
        !          8954: 
        !          8955:    'Choose the user role'
        !          8956: => 'Choose the user role',
        !          8957: 
        !          8958:    'Chronological View'
        !          8959: => 'Chronological View',
        !          8960: 
        !          8961:    'Class Hours'
        !          8962: => 'Class Hours',
        !          8963: 
        !          8964:    'Clear All'
        !          8965: => 'Clear All',
        !          8966: 
        !          8967:    'Clear Caches'
        !          8968: => 'Clear Caches',
        !          8969: 
        !          8970:    'Click here for FAQ'
        !          8971: => 'Click here for FAQ',
        !          8972: 
        !          8973:    'Click here for help'
        !          8974: => 'Click here for help',
        !          8975: 
        !          8976:    'Click here to report bugs'
        !          8977: => 'Click here to report bugs',
        !          8978: 
        !          8979:    'Click here to return to the chart.'
        !          8980: => 'Click here to return to the chart.',
        !          8981: 
        !          8982:    "Click to download or use your browser's Save Link function"
        !          8983: => "Click to download or use your browser's Save Link function",
        !          8984: 
        !          8985:    'Click-On Texts (comma sep):'
        !          8986: => 'Click-On Texts (comma sep):',
        !          8987: 
        !          8988:    'Client IP/Name Access Control (acc)'
        !          8989: => 'Client IP/Name Access Control (acc)',
        !          8990: 
        !          8991:    'Clone an existing course'
        !          8992: => 'Clone an existing course',
        !          8993: 
        !          8994:    'Close'
        !          8995: => 'Close',
        !          8996: 
        !          8997:    'Close All Folders'
        !          8998: => 'Close All Folders',
        !          8999: 
        !          9000:    'Close This Window'
        !          9001: => 'Close This Window',
        !          9002: 
        !          9003:    'Closed'
        !          9004: => 'Closed',
        !          9005: 
        !          9006:    'Co-Author'
        !          9007: => 'Co-Author',
        !          9008: 
        !          9009:    'Collapse Remote Control'
        !          9010: => 'Collapse Remote Control',
        !          9011: 
        !          9012:    'Column'
        !          9013: => 'Column',
        !          9014: 
        !          9015:    'Column&nbsp;[_1]'
        !          9016: => 'Column&nbsp;[_1]',
        !          9017: 
        !          9018:    'Comma Separated Values'
        !          9019: => 'Comma Separated Values',
        !          9020: 
        !          9021:    'Communication'
        !          9022: => 'Communication',
        !          9023: 
        !          9024:    'Communication and Messages'
        !          9025: => 'Communication and Messages',
        !          9026: 
        !          9027:    'Compact View'
        !          9028: => 'Compact View',
        !          9029: 
        !          9030:    'Compare versions of'
        !          9031: => 'Compare versions of',
        !          9032: 
        !          9033:    'Completed'
        !          9034: => 'Completed',
        !          9035: 
        !          9036:    'Completely new course'
        !          9037: => 'Completely new course',
        !          9038: 
        !          9039:    'Concept:'
        !          9040: => 'Concept:',
        !          9041: 
        !          9042:    'Concepts'
        !          9043: => 'Concepts',
        !          9044: 
        !          9045:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
        !          9046: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
        !          9047: 
        !          9048:    'Construction Space'
        !          9049: => 'Construction Space',
        !          9050: 
        !          9051:    'Construction Space Directory'
        !          9052: => 'Construction Space Directory',
        !          9053: 
        !          9054:    'Construction Space File Operation'
        !          9055: => 'Construction Space File Operation',
        !          9056: 
        !          9057:    'Construction Space Version'
        !          9058: => 'Construction Space Version',
        !          9059: 
        !          9060:    'Contact'
        !          9061: => 'Contact',
        !          9062: 
        !          9063:    'Contact Information'
        !          9064: => 'Contact Information',
        !          9065: 
        !          9066:    'Content changed'
        !          9067: => 'Content changed',
        !          9068: 
        !          9069:    'Continue'
        !          9070: => 'Continue',
        !          9071: 
        !          9072:    'Continue enrollment?'
        !          9073: => 'Continue enrollment?',
        !          9074: 
        !          9075:    'Contribution to course discussion of resource'
        !          9076: => 'Contribution to course discussion of resource',
        !          9077: 
        !          9078:    'Copied metadata'
        !          9079: => 'Copied metadata',
        !          9080: 
        !          9081:    'Copied old metadata'
        !          9082: => 'Copied old metadata',
        !          9083: 
        !          9084:    'Copied old target file'
        !          9085: => 'Copied old target file',
        !          9086: 
        !          9087:    'Copied source file'
        !          9088: => 'Copied source file',
        !          9089: 
        !          9090:    'Copy current file to'
        !          9091: => 'Copy current file to',
        !          9092: 
        !          9093:    'Copy selected'
        !          9094: => 'Copy selected',
        !          9095: 
        !          9096:    'Copying file'
        !          9097: => 'Copying file',
        !          9098: 
        !          9099:    'Copyright'
        !          9100: => 'Copyright',
        !          9101: 
        !          9102:    'Copyright/Distribution'
        !          9103: => 'Copyright/Distribution',
        !          9104: 
        !          9105:    'Correct Option:'
        !          9106: => 'Correct Option:',
        !          9107: 
        !          9108:    'Could Not Process Request'
        !          9109: => 'Could Not Process Request',
        !          9110: 
        !          9111:    'Could not write metadata'
        !          9112: => 'Could not write metadata',
        !          9113: 
        !          9114:    'Course'
        !          9115: => 'Course',
        !          9116: 
        !          9117:    'Course Assessment Parameter - Helper Mode'
        !          9118: => 'Course Assessment Parameter - Helper Mode',
        !          9119: 
        !          9120:    'Course Assessment Parameters - Overview Mode'
        !          9121: => 'Course Assessment Parameters - Overview Mode',
        !          9122: 
        !          9123:    'Course Assessments Parameters - Table Mode'
        !          9124: => 'Course Assessments Parameters - Table Mode',
        !          9125: 
        !          9126:    'Course Code'
        !          9127: => 'Course Code',
        !          9128: 
        !          9129:    'Course Content'
        !          9130: => 'Course Content',
        !          9131: 
        !          9132:    'Course Coordinator'
        !          9133: => 'Course Coordinator',
        !          9134: 
        !          9135:    'Course Data'
        !          9136: => 'Course Data',
        !          9137: 
        !          9138:    'Course Description'
        !          9139: => 'Course Description',
        !          9140: 
        !          9141:    'Course Documents'
        !          9142: => 'Course Documents',
        !          9143: 
        !          9144:    'Course Environment Parameters'
        !          9145: => 'Course Environment Parameters',
        !          9146: 
        !          9147:    'Course Home Server'
        !          9148: => 'Course Home Server',
        !          9149: 
        !          9150:    'Course ID'
        !          9151: => 'Course ID',
        !          9152: 
        !          9153:    'Course ID or number'
        !          9154: => 'Course ID or number',
        !          9155: 
        !          9156:    'Course ID/Number'
        !          9157: => 'Course ID/Number',
        !          9158: 
        !          9159:    'Course Information'
        !          9160: => 'Course Information',
        !          9161: 
        !          9162:    'Course Initialization Helper'
        !          9163: => 'Course Initialization Helper',
        !          9164: 
        !          9165:    'Course Level'
        !          9166: => 'Course Level',
        !          9167: 
        !          9168:    'Course Parameter Helper'
        !          9169: => 'Course Parameter Helper',
        !          9170: 
        !          9171:    'Course Search'
        !          9172: => 'Course Search',
        !          9173: 
        !          9174:    'Course Statistics and Charts'
        !          9175: => 'Course Statistics and Charts',
        !          9176: 
        !          9177:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
        !          9178: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',
        !          9179: 
        !          9180:    'Course Title'
        !          9181: => 'Course Title',
        !          9182: 
        !          9183:    'Course announcements and my calendar'
        !          9184: => 'Course announcements and my calendar',
        !          9185: 
        !          9186:    'Course default for all problems'
        !          9187: => 'Course default for all problems',
        !          9188: 
        !          9189:    'Course level sheet'
        !          9190: => 'Course level sheet',
        !          9191: 
        !          9192:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
        !          9193: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.',
        !          9194: 
        !          9195:    'Coursepack'
        !          9196: => 'Coursepack',
        !          9197: 
        !          9198:    'Courses'
        !          9199: => 'Courses',
        !          9200: 
        !          9201:    'Create'
        !          9202: => 'Create',
        !          9203: 
        !          9204:    'Create New Environment Variable'
        !          9205: => 'Create New Environment Variable',
        !          9206: 
        !          9207:    'Create New User'
        !          9208: => 'Create New User',
        !          9209: 
        !          9210:    'Create User'
        !          9211: => 'Create User',
        !          9212: 
        !          9213:    'Create Users, Change User Privileges'
        !          9214: => 'Create Users, Change User Privileges',
        !          9215: 
        !          9216:    'Create a New Course'
        !          9217: => 'Create a New Course',
        !          9218: 
        !          9219:    'Create a new course'
        !          9220: => 'Create a new course',
        !          9221: 
        !          9222:    'Create a user or modify the roles and privileges of a user'
        !          9223: => 'Create a user or modify the roles and privileges of a user',
        !          9224: 
        !          9225:    'Creating a new'
        !          9226: => 'Creating a new',
        !          9227: 
        !          9228:    'Creation Date'
        !          9229: => 'Creation Date',
        !          9230: 
        !          9231:    'Critical Messages'
        !          9232: => 'Critical Messages',
        !          9233: 
        !          9234:    'Crosslisted courses'
        !          9235: => 'Crosslisted courses',
        !          9236: 
        !          9237:    'Current'
        !          9238: => 'Current',
        !          9239: 
        !          9240:    'Current Class List'
        !          9241: => 'Current Class List',
        !          9242: 
        !          9243:    'Current Ending Date: [_1]'
        !          9244: => 'Current Ending Date: [_1]',
        !          9245: 
        !          9246:    'Current Ending Date: not set'
        !          9247: => 'Current Ending Date: not set',
        !          9248: 
        !          9249:    'Current Month'
        !          9250: => 'Current Month',
        !          9251: 
        !          9252:    'Current Resource'
        !          9253: => 'Current Resource',
        !          9254: 
        !          9255:    'Current Session Value'
        !          9256: => 'Current Session Value',
        !          9257: 
        !          9258:    'Current Starting Date: [_1]'
        !          9259: => 'Current Starting Date: [_1]',
        !          9260: 
        !          9261:    'Current Starting Date: not set'
        !          9262: => 'Current Starting Date: not set',
        !          9263: 
        !          9264:    'Current Version'
        !          9265: => 'Current Version',
        !          9266: 
        !          9267:    'Currently no active roles or courses'
        !          9268: => 'Currently no active roles or courses',
        !          9269: 
        !          9270:    'Currently no additional roles or courses'
        !          9271: => 'Currently no additional roles or courses',
        !          9272: 
        !          9273:    'Currently not available'
        !          9274: => 'Currently not available',
        !          9275: 
        !          9276:    'Currently selected. '
        !          9277: => 'Currently selected. ',
        !          9278: 
        !          9279:    'Currently submitted: <tt>[_1]</tt>'
        !          9280: => 'Currently submitted: <tt>[_1]</tt>',
        !          9281: 
        !          9282:    'Custom Distribution File'
        !          9283: => 'Custom Distribution File',
        !          9284: 
        !          9285:    'Custom Role Editor'
        !          9286: => 'Custom Role Editor',
        !          9287: 
        !          9288:    'Customized right of use ...	'
        !          9289: => 'Customized right of use ...	',
        !          9290: 
        !          9291:    'Cut selected'
        !          9292: => 'Cut selected',
        !          9293: 
        !          9294:    'Date'
        !          9295: => 'Date',
        !          9296: 
        !          9297:    'Deadlines'
        !          9298: => 'Deadlines',
        !          9299: 
        !          9300:    'December'
        !          9301: => 'December',
        !          9302: 
        !          9303:    'Decompress'
        !          9304: => 'Decompress',
        !          9305: 
        !          9306:    'Default'
        !          9307: => 'Default',
        !          9308: 
        !          9309:    'Default Assessment Spreadsheet'
        !          9310: => 'Default Assessment Spreadsheet',
        !          9311: 
        !          9312:    'Default Cataloging Information for Directory'
        !          9313: => 'Default Cataloging Information for Directory',
        !          9314: 
        !          9315:    'Default Course Spreadsheet'
        !          9316: => 'Default Course Spreadsheet',
        !          9317: 
        !          9318:    'Default Student Spreadsheet'
        !          9319: => 'Default Student Spreadsheet',
        !          9320: 
        !          9321:    'Default Value'
        !          9322: => 'Default Value',
        !          9323: 
        !          9324:    'Default XML Style File'
        !          9325: => 'Default XML Style File',
        !          9326: 
        !          9327:    'Default beginning date when enrolling students'
        !          9328: => 'Default beginning date when enrolling students',
        !          9329: 
        !          9330:    'Default ending date when enrolling students'
        !          9331: => 'Default ending date when enrolling students',
        !          9332: 
        !          9333:    'Default for new courses is'
        !          9334: => 'Default for new courses is',
        !          9335: 
        !          9336:    'Default set of options to pass to tth/m when converting tex'
        !          9337: => 'Default set of options to pass to tth/m when converting tex',
        !          9338: 
        !          9339:    'Default:'
        !          9340: => 'Default:',
        !          9341: 
        !          9342:    'Define Role'
        !          9343: => 'Define Role',
        !          9344: 
        !          9345:    'Degree of difficulty'
        !          9346: => 'Degree of difficulty',
        !          9347: 
        !          9348:    'Delete'
        !          9349: => 'Delete',
        !          9350: 
        !          9351:    'Delete Checked'
        !          9352: => 'Delete Checked',
        !          9353: 
        !          9354:    'Delete a role'
        !          9355: => 'Delete a role',
        !          9356: 
        !          9357:    'Delete an option'
        !          9358: => 'Delete an option',
        !          9359: 
        !          9360:    'Delete messages from bulletin boards'
        !          9361: => 'Delete messages from bulletin boards',
        !          9362: 
        !          9363:    'Delete:'
        !          9364: => 'Delete:',
        !          9365: 
        !          9366:    'Dependencies'
        !          9367: => 'Dependencies',
        !          9368: 
        !          9369:    'Description:'
        !          9370: => 'Description:',
        !          9371: 
        !          9372:    'Detailed Citation View'
        !          9373: => 'Detailed Citation View',
        !          9374: 
        !          9375:    'Detailed Problem Analysis'
        !          9376: => 'Detailed Problem Analysis',
        !          9377: 
        !          9378:    'Detailed statistics and graphs of student performance on problems.'
        !          9379: => 'Detailed statistics and graphs of student performance on problems.',
        !          9380: 
        !          9381:    'Differences'
        !          9382: => 'Differences',
        !          9383: 
        !          9384:    'Diffs'
        !          9385: => 'Diffs',
        !          9386: 
        !          9387:    'Diffs with Current Version'
        !          9388: => 'Diffs with Current Version',
        !          9389: 
        !          9390:    'Diffs with Version'
        !          9391: => 'Diffs with Version',
        !          9392: 
        !          9393:    'Diffs with current Version'
        !          9394: => 'Diffs with current Version',
        !          9395: 
        !          9396:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
        !          9397: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
        !          9398: 
        !          9399:    'Disable all communication among students'
        !          9400: => 'Disable all communication among students',
        !          9401: 
        !          9402:    'Disable display of problem receipts'
        !          9403: => 'Disable display of problem receipts',
        !          9404: 
        !          9405:    'Disable student resource discussion'
        !          9406: => 'Disable student resource discussion',
        !          9407: 
        !          9408:    'Disable student use of chatrooms'
        !          9409: => 'Disable student use of chatrooms',
        !          9410: 
        !          9411:    'Disallow Resource Discussion for Roles'
        !          9412: => 'Disallow Resource Discussion for Roles',
        !          9413: 
        !          9414:    'Disallow Resource Discussion for Users'
        !          9415: => 'Disallow Resource Discussion for Users',
        !          9416: 
        !          9417:    'Disallow live chatroom use for Roles'
        !          9418: => 'Disallow live chatroom use for Roles',
        !          9419: 
        !          9420:    'Disallow live chatroom use for Users'
        !          9421: => 'Disallow live chatroom use for Users',
        !          9422: 
        !          9423:    'Discard Edits and View'
        !          9424: => 'Discard Edits and View',
        !          9425: 
        !          9426:    'Discard Selected'
        !          9427: => 'Discard Selected',
        !          9428: 
        !          9429:    'Discussion Contributions'
        !          9430: => 'Discussion Contributions',
        !          9431: 
        !          9432:    'Discussion Participation'
        !          9433: => 'Discussion Participation',
        !          9434: 
        !          9435:    'Discussions'
        !          9436: => 'Discussions',
        !          9437: 
        !          9438:    'Display'
        !          9439: => 'Display',
        !          9440: 
        !          9441:    'Display All Messages'
        !          9442: => 'Display All Messages',
        !          9443: 
        !          9444:    'Display all Messages'
        !          9445: => 'Display all Messages',
        !          9446: 
        !          9447:    'Display and analysis of submission times on assessments.'
        !          9448: => 'Display and analysis of submission times on assessments.',
        !          9449: 
        !          9450:    'Display file attributes'
        !          9451: => 'Display file attributes',
        !          9452: 
        !          9453:    'Display foils in order given'
        !          9454: => 'Display foils in order given',
        !          9455: 
        !          9456:    'Display foils in random order'
        !          9457: => 'Display foils in random order',
        !          9458: 
        !          9459:    'Distribute Messages from Uploaded File to Course'
        !          9460: => 'Distribute Messages from Uploaded File to Course',
        !          9461: 
        !          9462:    'Do NOT generate as standard course'
        !          9463: => 'Do NOT generate as standard course',
        !          9464: 
        !          9465:    'Do not show plain URL (encrypturl)'
        !          9466: => 'Do not show plain URL (encrypturl)',
        !          9467: 
        !          9468:    'DoDiff'
        !          9469: => 'DoDiff',
        !          9470: 
        !          9471:    'Domain'
        !          9472: => 'Domain',
        !          9473: 
        !          9474:    'Domain Coordinator'
        !          9475: => 'Domain Coordinator',
        !          9476: 
        !          9477:    'Domain Guest'
        !          9478: => 'Domain Guest',
        !          9479: 
        !          9480:    'Domain Level'
        !          9481: => 'Domain Level',
        !          9482: 
        !          9483:    'Domain only - use limited to courses in the domain'
        !          9484: => 'Domain only - use limited to courses in the domain',
        !          9485: 
        !          9486:    "Don't Show Feedback"
        !          9487: => "Don't Show Feedback",
        !          9488: 
        !          9489:    'Done'
        !          9490: => 'Done',
        !          9491: 
        !          9492:    'Drop Students'
        !          9493: => 'Drop Students',
        !          9494: 
        !          9495:    'Drop/Add students in this course'
        !          9496: => 'Drop/Add students in this course',
        !          9497: 
        !          9498:    'Dropped [_1]'
        !          9499: => 'Dropped [_1]',
        !          9500: 
        !          9501:    'Dropped [_1] student(s).'
        !          9502: => 'Dropped [_1] student(s).',
        !          9503: 
        !          9504:    'Dropping Students'
        !          9505: => 'Dropping Students',
        !          9506: 
        !          9507:    'Due'
        !          9508: => 'Due',
        !          9509: 
        !          9510:    'Due Date (contentclose)'
        !          9511: => 'Due Date (contentclose)',
        !          9512: 
        !          9513:    'Due Date (duedate)'
        !          9514: => 'Due Date (duedate)',
        !          9515: 
        !          9516:    'Dump Course DOCS'
        !          9517: => 'Dump Course DOCS',
        !          9518: 
        !          9519:    'Dump Course DOCS to Construction Space'
        !          9520: => 'Dump Course DOCS to Construction Space',
        !          9521: 
        !          9522:    'Duration of automated classlist updates'
        !          9523: => 'Duration of automated classlist updates',
        !          9524: 
        !          9525:    'Dynamic Metadata'
        !          9526: => 'Dynamic Metadata',
        !          9527: 
        !          9528:    'Dynamic Metadata (updated periodically)'
        !          9529: => 'Dynamic Metadata (updated periodically)',
        !          9530: 
        !          9531:    'EMail Address'
        !          9532: => 'EMail Address',
        !          9533: 
        !          9534:    'EMail and Messages'
        !          9535: => 'EMail and Messages',
        !          9536: 
        !          9537:    'ERROR'
        !          9538: => 'ERROR',
        !          9539: 
        !          9540:    'Edit'
        !          9541: => 'Edit',
        !          9542: 
        !          9543:    'Edit Catalog Information'
        !          9544: => 'Edit Catalog Information',
        !          9545: 
        !          9546:    'Edit Content of a Map'
        !          9547: => 'Edit Content of a Map',
        !          9548: 
        !          9549:    'Edit Custom Role Privileges'
        !          9550: => 'Edit Custom Role Privileges',
        !          9551: 
        !          9552:    'Edit Directory Catalog Information'
        !          9553: => 'Edit Directory Catalog Information',
        !          9554: 
        !          9555:    'Edit and view documents included in this course'
        !          9556: => 'Edit and view documents included in this course',
        !          9557: 
        !          9558:    'Edit this resource'
        !          9559: => 'Edit this resource',
        !          9560: 
        !          9561:    'Edit/Modify DOCS'
        !          9562: => 'Edit/Modify DOCS',
        !          9563: 
        !          9564:    'EditXML'
        !          9565: => 'EditXML',
        !          9566: 
        !          9567:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
        !          9568: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
        !          9569: 
        !          9570:    'Empty'
        !          9571: => 'Empty',
        !          9572: 
        !          9573:    'Enclosing Map or Folder'
        !          9574: => 'Enclosing Map or Folder',
        !          9575: 
        !          9576:    'End'
        !          9577: => 'End',
        !          9578: 
        !          9579:    'End Helper'
        !          9580: => 'End Helper',
        !          9581: 
        !          9582:    'End Time'
        !          9583: => 'End Time',
        !          9584: 
        !          9585:    'Ending Date'
        !          9586: => 'Ending Date',
        !          9587: 
        !          9588:    'English - ISO'
        !          9589: => 'English - ISO',
        !          9590: 
        !          9591:    'Enroll One Student'
        !          9592: => 'Enroll One Student',
        !          9593: 
        !          9594:    'Enroll a single student'
        !          9595: => 'Enroll a single student',
        !          9596: 
        !          9597:    'Enroll as student'
        !          9598: => 'Enroll as student',
        !          9599: 
        !          9600:    'Enrolling'
        !          9601: => 'Enrolling',
        !          9602: 
        !          9603:    'Enrolling Student'
        !          9604: => 'Enrolling Student',
        !          9605: 
        !          9606:    'Enrolling Students'
        !          9607: => 'Enrolling Students',
        !          9608: 
        !          9609:    'Enrollment Manager'
        !          9610: => 'Enrollment Manager',
        !          9611: 
        !          9612:    'Enrollment Status'
        !          9613: => 'Enrollment Status',
        !          9614: 
        !          9615:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
        !          9616: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
        !          9617: 
        !          9618:    'Enter construction space as a co-author'
        !          9619: => 'Enter construction space as a co-author',
        !          9620: 
        !          9621:    'Enter grades from check-out assessment resources'
        !          9622: => 'Enter grades from check-out assessment resources',
        !          9623: 
        !          9624:    'Enter my portfolio space'
        !          9625: => 'Enter my portfolio space',
        !          9626: 
        !          9627:    'Enter my resource construction space'
        !          9628: => 'Enter my resource construction space',
        !          9629: 
        !          9630:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
        !          9631: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
        !          9632: 
        !          9633:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
        !          9634: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
        !          9635: 
        !          9636:    'Enter the chatroom for the course'
        !          9637: => 'Enter the chatroom for the course',
        !          9638: 
        !          9639:    'Entering Construction Space'
        !          9640: => 'Entering Construction Space',
        !          9641: 
        !          9642:    'Entering course ...'
        !          9643: => 'Entering course ...',
        !          9644: 
        !          9645:    'Error'
        !          9646: => 'Error',
        !          9647: 
        !          9648:    'Error Messages'
        !          9649: => 'Error Messages',
        !          9650: 
        !          9651:    'Error dropping [_1]:[_2]'
        !          9652: => 'Error dropping [_1]:[_2]',
        !          9653: 
        !          9654:    'Error: Directory Non Empty'
        !          9655: => 'Error: Directory Non Empty',
        !          9656: 
        !          9657:    'Error: destination for operation is an existing directory.'
        !          9658: => 'Error: destination for operation is an existing directory.',
        !          9659: 
        !          9660:    'Essay, open end'
        !          9661: => 'Essay, open end',
        !          9662: 
        !          9663:    'Evaluate Resource'
        !          9664: => 'Evaluate Resource',
        !          9665: 
        !          9666:    'Evaluation Comments'
        !          9667: => 'Evaluation Comments',
        !          9668: 
        !          9669:    'Evaluation Data'
        !          9670: => 'Evaluation Data',
        !          9671: 
        !          9672:    'Evaluation Error '
        !          9673: => 'Evaluation Error ',
        !          9674: 
        !          9675:    'Every problem in a particular folder'
        !          9676: => 'Every problem in a particular folder',
        !          9677: 
        !          9678:    'Every problem in a particular folder (overrides course default)'
        !          9679: => 'Every problem in a particular folder (overrides course default)',
        !          9680: 
        !          9681:    'Every problem in the course'
        !          9682: => 'Every problem in the course',
        !          9683: 
        !          9684:    'Exam Information'
        !          9685: => 'Exam Information',
        !          9686: 
        !          9687:    'Exam Problem'
        !          9688: => 'Exam Problem',
        !          9689: 
        !          9690:    'Exam Proctor'
        !          9691: => 'Exam Proctor',
        !          9692: 
        !          9693:    'Excel'
        !          9694: => 'Excel',
        !          9695: 
        !          9696:    'Excel format'
        !          9697: => 'Excel format',
        !          9698: 
        !          9699:    'Excused by instructor'
        !          9700: => 'Excused by instructor',
        !          9701: 
        !          9702:    'Exit'
        !          9703: => 'Exit',
        !          9704: 
        !          9705:    'Exit LON-CAPA'
        !          9706: => 'Exit LON-CAPA',
        !          9707: 
        !          9708:    'Extent'
        !          9709: => 'Extent',
        !          9710: 
        !          9711:    'External Resource'
        !          9712: => 'External Resource',
        !          9713: 
        !          9714:    'FAIL'
        !          9715: => 'FAIL',
        !          9716: 
        !          9717:    'Failed Access to Construction Space'
        !          9718: => 'Failed Access to Construction Space',
        !          9719: 
        !          9720:    'Failed to copy source'
        !          9721: => 'Failed to copy source',
        !          9722: 
        !          9723:    'Failed to write metadata copy'
        !          9724: => 'Failed to write metadata copy',
        !          9725: 
        !          9726:    'False'
        !          9727: => 'False',
        !          9728: 
        !          9729:    'February'
        !          9730: => 'February',
        !          9731: 
        !          9732:    'Feedback Addresses for Course Content'
        !          9733: => 'Feedback Addresses for Course Content',
        !          9734: 
        !          9735:    'Feedback Addresses for Course Content Comments'
        !          9736: => 'Feedback Addresses for Course Content Comments',
        !          9737: 
        !          9738:    'Feedback Addresses for Course Policy'
        !          9739: => 'Feedback Addresses for Course Policy',
        !          9740: 
        !          9741:    'Feedback Addresses for Resource Content Question'
        !          9742: => 'Feedback Addresses for Resource Content Question',
        !          9743: 
        !          9744:    'Field'
        !          9745: => 'Field',
        !          9746: 
        !          9747:    'Fielded Format'
        !          9748: => 'Fielded Format',
        !          9749: 
        !          9750:    'File'
        !          9751: => 'File',
        !          9752: 
        !          9753:    'File Category'
        !          9754: => 'File Category',
        !          9755: 
        !          9756:    'File copied.'
        !          9757: => 'File copied.',
        !          9758: 
        !          9759:    'Filenames in Construction Space'
        !          9760: => 'Filenames in Construction Space',
        !          9761: 
        !          9762:    'Finalize Publication'
        !          9763: => 'Finalize Publication',
        !          9764: 
        !          9765:    'Finish Course Initialization'
        !          9766: => 'Finish Course Initialization',
        !          9767: 
        !          9768:    'Finish Helper'
        !          9769: => 'Finish Helper',
        !          9770: 
        !          9771:    'First'
        !          9772: => 'First',
        !          9773: 
        !          9774:    'First Name'
        !          9775: => 'First Name',
        !          9776: 
        !          9777:    'First Resource'
        !          9778: => 'First Resource',
        !          9779: 
        !          9780:    'Foil'
        !          9781: => 'Foil',
        !          9782: 
        !          9783:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
        !          9784: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
        !          9785: 
        !          9786:    'Foils'
        !          9787: => 'Foils',
        !          9788: 
        !          9789:    'Folder'
        !          9790: => 'Folder',
        !          9791: 
        !          9792:    'Folder in Construction Space'
        !          9793: => 'Folder in Construction Space',
        !          9794: 
        !          9795:    'Folder/Map'
        !          9796: => 'Folder/Map',
        !          9797: 
        !          9798:    'For User'
        !          9799: => 'For User',
        !          9800: 
        !          9801:    'For one or more students'
        !          9802: => 'For one or more students',
        !          9803: 
        !          9804:    'Force publication of unmodified files'
        !          9805: => 'Force publication of unmodified files',
        !          9806: 
        !          9807:    'Format:'
        !          9808: => 'Format:',
        !          9809: 
        !          9810:    'Forward'
        !          9811: => 'Forward',
        !          9812: 
        !          9813:    'Forwarded message from'
        !          9814: => 'Forwarded message from',
        !          9815: 
        !          9816:    'Forwarding'
        !          9817: => 'Forwarding',
        !          9818: 
        !          9819:    'Found a <*response> outside of a <part> in a <part>ed problem'
        !          9820: => 'Found a <*response> outside of a <part> in a <part>ed problem',
        !          9821: 
        !          9822:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          9823: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          9824: 
        !          9825:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          9826: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          9827: 
        !          9828:    'Frequency'
        !          9829: => 'Frequency',
        !          9830: 
        !          9831:    'Fri'
        !          9832: => 'Fri',
        !          9833: 
        !          9834:    'From'
        !          9835: => 'From',
        !          9836: 
        !          9837:    'Full Update'
        !          9838: => 'Full Update',
        !          9839: 
        !          9840:    'Full update (also print list of users not enrolled anymore)'
        !          9841: => 'Full update (also print list of users not enrolled anymore)',
        !          9842: 
        !          9843:    'Functions'
        !          9844: => 'Functions',
        !          9845: 
        !          9846:    'Generate Spreadsheet'
        !          9847: => 'Generate Spreadsheet',
        !          9848: 
        !          9849:    'Generate Statistics'
        !          9850: => 'Generate Statistics',
        !          9851: 
        !          9852:    'Generate messages from a file'
        !          9853: => 'Generate messages from a file',
        !          9854: 
        !          9855:    'Generate new role ...'
        !          9856: => 'Generate new role ...',
        !          9857: 
        !          9858:    'Generation'
        !          9859: => 'Generation',
        !          9860: 
        !          9861:    'German - ISO'
        !          9862: => 'German - ISO',
        !          9863: 
        !          9864:    'Getting Problem Variants'
        !          9865: => 'Getting Problem Variants',
        !          9866: 
        !          9867:    'Go'
        !          9868: => 'Go',
        !          9869: 
        !          9870:    'Go Back'
        !          9871: => 'Go Back',
        !          9872: 
        !          9873:    'Go To My First Homework Problem'
        !          9874: => 'Go To My First Homework Problem',
        !          9875: 
        !          9876:    'Go to ...'
        !          9877: => 'Go to ...',
        !          9878: 
        !          9879:    'Go to the next resource in the course sequence'
        !          9880: => 'Go to the next resource in the course sequence',
        !          9881: 
        !          9882:    'Go to the previous resource in the course sequence'
        !          9883: => 'Go to the previous resource in the course sequence',
        !          9884: 
        !          9885:    'Goodbye'
        !          9886: => 'Goodbye',
        !          9887: 
        !          9888:    'Grades Spreadsheet'
        !          9889: => 'Grades Spreadsheet',
        !          9890: 
        !          9891:    'Grading'
        !          9892: => 'Grading',
        !          9893: 
        !          9894:    'Grading Information'
        !          9895: => 'Grading Information',
        !          9896: 
        !          9897:    'Grant/revoke Course Custom Role'
        !          9898: => 'Grant/revoke Course Custom Role',
        !          9899: 
        !          9900:    'Grant/revoke role of Administrator'
        !          9901: => 'Grant/revoke role of Administrator',
        !          9902: 
        !          9903:    'Grant/revoke role of Author'
        !          9904: => 'Grant/revoke role of Author',
        !          9905: 
        !          9906:    'Grant/revoke role of Co-Author'
        !          9907: => 'Grant/revoke role of Co-Author',
        !          9908: 
        !          9909:    'Grant/revoke role of Course Coordinator'
        !          9910: => 'Grant/revoke role of Course Coordinator',
        !          9911: 
        !          9912:    'Grant/revoke role of Domain Coordinator'
        !          9913: => 'Grant/revoke role of Domain Coordinator',
        !          9914: 
        !          9915:    'Grant/revoke role of Domain Guest'
        !          9916: => 'Grant/revoke role of Domain Guest',
        !          9917: 
        !          9918:    'Grant/revoke role of Exam Proctor'
        !          9919: => 'Grant/revoke role of Exam Proctor',
        !          9920: 
        !          9921:    'Grant/revoke role of Instructor'
        !          9922: => 'Grant/revoke role of Instructor',
        !          9923: 
        !          9924:    'Grant/revoke role of Librarian'
        !          9925: => 'Grant/revoke role of Librarian',
        !          9926: 
        !          9927:    'Grant/revoke role of Scantron Operator'
        !          9928: => 'Grant/revoke role of Scantron Operator',
        !          9929: 
        !          9930:    'Grant/revoke role of Student'
        !          9931: => 'Grant/revoke role of Student',
        !          9932: 
        !          9933:    'Grant/revoke role of Superuser'
        !          9934: => 'Grant/revoke role of Superuser',
        !          9935: 
        !          9936:    'Grant/revoke role of Teaching Assistant'
        !          9937: => 'Grant/revoke role of Teaching Assistant',
        !          9938: 
        !          9939:    'Group/Section'
        !          9940: => 'Group/Section',
        !          9941: 
        !          9942:    'HTML'
        !          9943: => 'HTML',
        !          9944: 
        !          9945:    'HTML can be allowed or banned inside of course discussion.'
        !          9946: => 'HTML can be allowed or banned inside of course discussion.',
        !          9947: 
        !          9948:    'HTML in Discussions'
        !          9949: => 'HTML in Discussions',
        !          9950: 
        !          9951:    'HTML/XML'
        !          9952: => 'HTML/XML',
        !          9953: 
        !          9954:    'Hand Graded (handgrade)'
        !          9955: => 'Hand Graded (handgrade)',
        !          9956: 
        !          9957:    'Height(pixel):'
        !          9958: => 'Height(pixel):',
        !          9959: 
        !          9960:    'Help'
        !          9961: => 'Help',
        !          9962: 
        !          9963:    'Help on Creating Courses'
        !          9964: => 'Help on Creating Courses',
        !          9965: 
        !          9966:    'Helproom Hours'
        !          9967: => 'Helproom Hours',
        !          9968: 
        !          9969:    'Hide'
        !          9970: => 'Hide',
        !          9971: 
        !          9972:    'Hide Empty Rows in Spreadsheets'
        !          9973: => 'Hide Empty Rows in Spreadsheets',
        !          9974: 
        !          9975:    'Hint Text'
        !          9976: => 'Hint Text',
        !          9977: 
        !          9978:    'Home Server'
        !          9979: => 'Home Server',
        !          9980: 
        !          9981:    'Homework problem'
        !          9982: => 'Homework problem',
        !          9983: 
        !          9984:    'Host'
        !          9985: => 'Host',
        !          9986: 
        !          9987:    'How do I create a CSV file from a spreadsheet'
        !          9988: => 'How do I create a CSV file from a spreadsheet',
        !          9989: 
        !          9990:    'How do I create a class list from a spreadsheet'
        !          9991: => 'How do I create a class list from a spreadsheet',
        !          9992: 
        !          9993:    'How many tries should be set for all problems in the course?'
        !          9994: => 'How many tries should be set for all problems in the course?',
        !          9995: 
        !          9996:    'How many tries should be set for the selected folder?'
        !          9997: => 'How many tries should be set for the selected folder?',
        !          9998: 
        !          9999:    'How many tries should be set for the selected problem?'
        !          10000: => 'How many tries should be set for the selected problem?',
        !          10001: 
        !          10002:    'How should the results be printed?'
        !          10003: => 'How should the results be printed?',
        !          10004: 
        !          10005:    'ID/Student Number'
        !          10006: => 'ID/Student Number',
        !          10007: 
        !          10008:    'Identify fields'
        !          10009: => 'Identify fields',
        !          10010: 
        !          10011:    'If active, the new role will be available when the students next log in to LON-CAPA.'
        !          10012: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
        !          10013: 
        !          10014:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
        !          10015: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
        !          10016: 
        !          10017:    'Ignore First Line'
        !          10018: => 'Ignore First Line',
        !          10019: 
        !          10020:    'Illegal filename.'
        !          10021: => 'Illegal filename.',
        !          10022: 
        !          10023:    'Image:'
        !          10024: => 'Image:',
        !          10025: 
        !          10026:    'Immediately expire own role as Course Coordinator'
        !          10027: => 'Immediately expire own role as Course Coordinator',
        !          10028: 
        !          10029:    'Import'
        !          10030: => 'Import',
        !          10031: 
        !          10032:    'Import a published document'
        !          10033: => 'Import a published document',
        !          10034: 
        !          10035:    'Import and Paste Area'
        !          10036: => 'Import and Paste Area',
        !          10037: 
        !          10038:    'Include retrieval of student photographs?'
        !          10039: => 'Include retrieval of student photographs?',
        !          10040: 
        !          10041:    'Incorrect'
        !          10042: => 'Incorrect',
        !          10043: 
        !          10044:    'Incorrect Answers:'
        !          10045: => 'Incorrect Answers:',
        !          10046: 
        !          10047:    'Initial Password'
        !          10048: => 'Initial Password',
        !          10049: 
        !          10050:    'Institutional Information'
        !          10051: => 'Institutional Information',
        !          10052: 
        !          10053:    'Instructor'
        !          10054: => 'Instructor',
        !          10055: 
        !          10056:    'Instructor Information'
        !          10057: => 'Instructor Information',
        !          10058: 
        !          10059:    'Interlingua (International Auxiliary Language Association) - ISO'
        !          10060: => 'Interlingua (International Auxiliary Language Association) - ISO',
        !          10061: 
        !          10062:    'Internal Filename'
        !          10063: => 'Internal Filename',
        !          10064: 
        !          10065:    'Internally authenticated'
        !          10066: => 'Internally authenticated',
        !          10067: 
        !          10068:    'Invalid Significant figures detected'
        !          10069: => 'Invalid Significant figures detected',
        !          10070: 
        !          10071:    'Invalid characters in requested name have been removed.'
        !          10072: => 'Invalid characters in requested name have been removed.',
        !          10073: 
        !          10074:    'Invalid date entry'
        !          10075: => 'Invalid date entry',
        !          10076: 
        !          10077:    'Invalid home server specified'
        !          10078: => 'Invalid home server specified',
        !          10079: 
        !          10080:    'Invalid login mode or password.'
        !          10081: => 'Invalid login mode or password.',
        !          10082: 
        !          10083:    'Invalid username or domain'
        !          10084: => 'Invalid username or domain',
        !          10085: 
        !          10086:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
        !          10087: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
        !          10088: 
        !          10089:    'January'
        !          10090: => 'January',
        !          10091: 
        !          10092:    'Japanese - UTF'
        !          10093: => 'Japanese - UTF',
        !          10094: 
        !          10095:    'July'
        !          10096: => 'July',
        !          10097: 
        !          10098:    'June'
        !          10099: => 'June',
        !          10100: 
        !          10101:    'KEYWORDS'
        !          10102: => 'KEYWORDS',
        !          10103: 
        !          10104:    'Keep all Resources up-to-date with most recent Versions (default)'
        !          10105: => 'Keep all Resources up-to-date with most recent Versions (default)',
        !          10106: 
        !          10107:    'Kerberos authenticated'
        !          10108: => 'Kerberos authenticated',
        !          10109: 
        !          10110:    'Keyword(s)'
        !          10111: => 'Keyword(s)',
        !          10112: 
        !          10113:    'Keywords'
        !          10114: => 'Keywords',
        !          10115: 
        !          10116:    'LON-CAPA Domain for Students'
        !          10117: => 'LON-CAPA Domain for Students',
        !          10118: 
        !          10119:    'LON-CAPA Enrollment Manager'
        !          10120: => 'LON-CAPA Enrollment Manager',
        !          10121: 
        !          10122:    'LON-CAPA Helper:'
        !          10123: => 'LON-CAPA Helper:',
        !          10124: 
        !          10125:    'LON-CAPA domain: [_1]'
        !          10126: => 'LON-CAPA domain: [_1]',
        !          10127: 
        !          10128:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
        !          10129: => 'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
        !          10130: 
        !          10131:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
        !          10132: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
        !          10133: 
        !          10134:    'LaTeX batchmode'
        !          10135: => 'LaTeX batchmode',
        !          10136: 
        !          10137:    'LaTeX mode:'
        !          10138: => 'LaTeX mode:',
        !          10139: 
        !          10140:    'Language'
        !          10141: => 'Language',
        !          10142: 
        !          10143:    'Languages used'
        !          10144: => 'Languages used',
        !          10145: 
        !          10146:    'Last'
        !          10147: => 'Last',
        !          10148: 
        !          10149:    'Last Modified'
        !          10150: => 'Last Modified',
        !          10151: 
        !          10152:    'Last Name'
        !          10153: => 'Last Name',
        !          10154: 
        !          10155:    'Last Name, First Names'
        !          10156: => 'Last Name, First Names',
        !          10157: 
        !          10158:    'Last Week'
        !          10159: => 'Last Week',
        !          10160: 
        !          10161:    'Last access'
        !          10162: => 'Last access',
        !          10163: 
        !          10164:    'Last accessed'
        !          10165: => 'Last accessed',
        !          10166: 
        !          10167:    'Last modified'
        !          10168: => 'Last modified',
        !          10169: 
        !          10170:    'Last updated'
        !          10171: => 'Last updated',
        !          10172: 
        !          10173:    'Launch Remote Control'
        !          10174: => 'Launch Remote Control',
        !          10175: 
        !          10176:    'Leave blank on scoring form'
        !          10177: => 'Leave blank on scoring form',
        !          10178: 
        !          10179:    'Librarian'
        !          10180: => 'Librarian',
        !          10181: 
        !          10182:    'Limit by copyright/distribution'
        !          10183: => 'Limit by copyright/distribution',
        !          10184: 
        !          10185:    'Limit by language'
        !          10186: => 'Limit by language',
        !          10187: 
        !          10188:    'List Directory'
        !          10189: => 'List Directory',
        !          10190: 
        !          10191:    'List of hidden parts (hiddenparts)'
        !          10192: => 'List of hidden parts (hiddenparts)',
        !          10193: 
        !          10194:    'List of possible answers'
        !          10195: => 'List of possible answers',
        !          10196: 
        !          10197:    'Load'
        !          10198: => 'Load',
        !          10199: 
        !          10200:    'Load Map'
        !          10201: => 'Load Map',
        !          10202: 
        !          10203:    'Load:'
        !          10204: => 'Load:',
        !          10205: 
        !          10206:    'Location'
        !          10207: => 'Location',
        !          10208: 
        !          10209:    'Lock and unlock assessments'
        !          10210: => 'Lock and unlock assessments',
        !          10211: 
        !          10212:    'Log in'
        !          10213: => 'Log in',
        !          10214: 
        !          10215:    'Logged Out'
        !          10216: => 'Logged Out',
        !          10217: 
        !          10218:    'Login Data'
        !          10219: => 'Login Data',
        !          10220: 
        !          10221:    'Login Type'
        !          10222: => 'Login Type',
        !          10223: 
        !          10224:    'Logout'
        !          10225: => 'Logout',
        !          10226: 
        !          10227:    'MIME Type'
        !          10228: => 'MIME Type',
        !          10229: 
        !          10230:    'Mail'
        !          10231: => 'Mail',
        !          10232: 
        !          10233:    'Main Course Documents'
        !          10234: => 'Main Course Documents',
        !          10235: 
        !          10236:    'Main Menu'
        !          10237: => 'Main Menu',
        !          10238: 
        !          10239:    'Make new directory'
        !          10240: => 'Make new directory',
        !          10241: 
        !          10242:    'Make new file'
        !          10243: => 'Make new file',
        !          10244: 
        !          10245:    'Make notes and annotations about this resource'
        !          10246: => 'Make notes and annotations about this resource',
        !          10247: 
        !          10248:    'Making Backup to'
        !          10249: => 'Making Backup to',
        !          10250: 
        !          10251:    'Manage Access Keys'
        !          10252: => 'Manage Access Keys',
        !          10253: 
        !          10254:    'Manage access keys'
        !          10255: => 'Manage access keys',
        !          10256: 
        !          10257:    'Manual Grading'
        !          10258: => 'Manual Grading',
        !          10259: 
        !          10260:    'Map'
        !          10261: => 'Map',
        !          10262: 
        !          10263:    'Map contents are not shown in order.'
        !          10264: => 'Map contents are not shown in order.',
        !          10265: 
        !          10266:    'Map has branchings. Use advanced editor.'
        !          10267: => 'Map has branchings. Use advanced editor.',
        !          10268: 
        !          10269:    'Map has conditions. Use advanced editor.'
        !          10270: => 'Map has conditions. Use advanced editor.',
        !          10271: 
        !          10272:    'Map has resource parameters. Use advanced editor.'
        !          10273: => 'Map has resource parameters. Use advanced editor.',
        !          10274: 
        !          10275:    'Map has unconnected resources. Use advanced editor.'
        !          10276: => 'Map has unconnected resources. Use advanced editor.',
        !          10277: 
        !          10278:    'March'
        !          10279: => 'March',
        !          10280: 
        !          10281:    'Mark Unread'
        !          10282: => 'Mark Unread',
        !          10283: 
        !          10284:    'Material appears to be correct'
        !          10285: => 'Material appears to be correct',
        !          10286: 
        !          10287:    'Material covered with sufficient depth'
        !          10288: => 'Material covered with sufficient depth',
        !          10289: 
        !          10290:    'Material is helpful'
        !          10291: => 'Material is helpful',
        !          10292: 
        !          10293:    'Material presented in clear way'
        !          10294: => 'Material presented in clear way',
        !          10295: 
        !          10296:    'Max Number Of Shown Foils:'
        !          10297: => 'Max Number Of Shown Foils:',
        !          10298: 
        !          10299:    'Max Possible To Date'
        !          10300: => 'Max Possible To Date',
        !          10301: 
        !          10302:    'Max Tries'
        !          10303: => 'Max Tries',
        !          10304: 
        !          10305:    'Max number of foils displayed'
        !          10306: => 'Max number of foils displayed',
        !          10307: 
        !          10308:    'Maximum Number of Collaborators'
        !          10309: => 'Maximum Number of Collaborators',
        !          10310: 
        !          10311:    'Maximum Number of Collaborators (maxcollaborators)'
        !          10312: => 'Maximum Number of Collaborators (maxcollaborators)',
        !          10313: 
        !          10314:    'Maximum Number of Tries (maxtries)'
        !          10315: => 'Maximum Number of Tries (maxtries)',
        !          10316: 
        !          10317:    'May'
        !          10318: => 'May',
        !          10319: 
        !          10320:    'Mean Tries'
        !          10321: => 'Mean Tries',
        !          10322: 
        !          10323:    'Messaging'
        !          10324: => 'Messaging',
        !          10325: 
        !          10326:    'Metadata'
        !          10327: => 'Metadata',
        !          10328: 
        !          10329:    'Metadata Information'
        !          10330: => 'Metadata Information',
        !          10331: 
        !          10332:    'Metadata Version'
        !          10333: => 'Metadata Version',
        !          10334: 
        !          10335:    'Metadata current version'
        !          10336: => 'Metadata current version',
        !          10337: 
        !          10338:    'Middle'
        !          10339: => 'Middle',
        !          10340: 
        !          10341:    'Middle Name'
        !          10342: => 'Middle Name',
        !          10343: 
        !          10344:    'Middle Names/Initials'
        !          10345: => 'Middle Names/Initials',
        !          10346: 
        !          10347:    'Mime type'
        !          10348: => 'Mime type',
        !          10349: 
        !          10350:    'Missing Kerberos domain information.'
        !          10351: => 'Missing Kerberos domain information.',
        !          10352: 
        !          10353:    'Modification Date'
        !          10354: => 'Modification Date',
        !          10355: 
        !          10356:    'Modification may make assessment data inaccessible'
        !          10357: => 'Modification may make assessment data inaccessible',
        !          10358: 
        !          10359:    'Modified'
        !          10360: => 'Modified',
        !          10361: 
        !          10362:    'Modify Course Assessment Parameters'
        !          10363: => 'Modify Course Assessment Parameters',
        !          10364: 
        !          10365:    'Modify Enrollment for'
        !          10366: => 'Modify Enrollment for',
        !          10367: 
        !          10368:    'Modify Parameters'
        !          10369: => 'Modify Parameters',
        !          10370: 
        !          10371:    'Modify User'
        !          10372: => 'Modify User',
        !          10373: 
        !          10374:    'Modify another students data'
        !          10375: => 'Modify another students data',
        !          10376: 
        !          10377:    'Modify authentication mechanism and data for a user'
        !          10378: => 'Modify authentication mechanism and data for a user',
        !          10379: 
        !          10380:    'Modify deadlines, etc, for this assessment resource'
        !          10381: => 'Modify deadlines, etc, for this assessment resource',
        !          10382: 
        !          10383:    'Modify deadlines, etc, for this resource'
        !          10384: => 'Modify deadlines, etc, for this resource',
        !          10385: 
        !          10386:    'Modify grades'
        !          10387: => 'Modify grades',
        !          10388: 
        !          10389:    'Modify student data'
        !          10390: => 'Modify student data',
        !          10391: 
        !          10392:    'Modify user grades for this assessment resource'
        !          10393: => 'Modify user grades for this assessment resource',
        !          10394: 
        !          10395:    'Modifying data for user'
        !          10396: => 'Modifying data for user',
        !          10397: 
        !          10398:    'Modifying this will make problems'
        !          10399: => 'Modifying this will make problems',
        !          10400: 
        !          10401:    'Mon'
        !          10402: => 'Mon',
        !          10403: 
        !          10404:    'Most recently published Version'
        !          10405: => 'Most recently published Version',
        !          10406: 
        !          10407:    'Move Down'
        !          10408: => 'Move Down',
        !          10409: 
        !          10410:    'Move Up'
        !          10411: => 'Move Up',
        !          10412: 
        !          10413:    'Move current file to'
        !          10414: => 'Move current file to',
        !          10415: 
        !          10416:    'Must create new subdirectory inside a directory'
        !          10417: => 'Must create new subdirectory inside a directory',
        !          10418: 
        !          10419:    'My Personal Info'
        !          10420: => 'My Personal Info',
        !          10421: 
        !          10422:    'Name'
        !          10423: => 'Name',
        !          10424: 
        !          10425:    'Name of Role'
        !          10426: => 'Name of Role',
        !          10427: 
        !          10428:    'Name starting with'
        !          10429: => 'Name starting with',
        !          10430: 
        !          10431:    'Name:'
        !          10432: => 'Name:',
        !          10433: 
        !          10434:    'Navigate'
        !          10435: => 'Navigate',
        !          10436: 
        !          10437:    'Navigate Contents'
        !          10438: => 'Navigate Contents',
        !          10439: 
        !          10440:    'Navigate Course Contents'
        !          10441: => 'Navigate Course Contents',
        !          10442: 
        !          10443:    'Navigate the table of contents for this course'
        !          10444: => 'Navigate the table of contents for this course',
        !          10445: 
        !          10446:    'Network-wide number of accesses (hits)'
        !          10447: => 'Network-wide number of accesses (hits)',
        !          10448: 
        !          10449:    'Network-wide number of courses using resource'
        !          10450: => 'Network-wide number of courses using resource',
        !          10451: 
        !          10452:    'New Directory'
        !          10453: => 'New Directory',
        !          10454: 
        !          10455:    'New Folder'
        !          10456: => 'New Folder',
        !          10457: 
        !          10458:    'New HTML file'
        !          10459: => 'New HTML file',
        !          10460: 
        !          10461:    'New Messages'
        !          10462: => 'New Messages',
        !          10463: 
        !          10464:    'New Problem Variation'
        !          10465: => 'New Problem Variation',
        !          10466: 
        !          10467:    'New Randomization'
        !          10468: => 'New Randomization',
        !          10469: 
        !          10470:    'New Resource'
        !          10471: => 'New Resource',
        !          10472: 
        !          10473:    'New Role'
        !          10474: => 'New Role',
        !          10475: 
        !          10476:    'New Search'
        !          10477: => 'New Search',
        !          10478: 
        !          10479:    'New Title'
        !          10480: => 'New Title',
        !          10481: 
        !          10482:    'New User'
        !          10483: => 'New User',
        !          10484: 
        !          10485:    'New Value'
        !          10486: => 'New Value',
        !          10487: 
        !          10488:    'New assembled page'
        !          10489: => 'New assembled page',
        !          10490: 
        !          10491:    'New assembled sequence'
        !          10492: => 'New assembled sequence',
        !          10493: 
        !          10494:    'New custom rights file'
        !          10495: => 'New custom rights file',
        !          10496: 
        !          10497:    'New discussion since'
        !          10498: => 'New discussion since',
        !          10499: 
        !          10500:    'New file'
        !          10501: => 'New file',
        !          10502: 
        !          10503:    'New parameters or stored values'
        !          10504: => 'New parameters or stored values',
        !          10505: 
        !          10506:    'New problem'
        !          10507: => 'New problem',
        !          10508: 
        !          10509:    'New style file'
        !          10510: => 'New style file',
        !          10511: 
        !          10512:    'New subdirectory'
        !          10513: => 'New subdirectory',
        !          10514: 
        !          10515:    'Next'
        !          10516: => 'Next',
        !          10517: 
        !          10518:    'Next    '
        !          10519: => 'Next    ',
        !          10520: 
        !          10521:    'Next ->'
        !          10522: => 'Next ->',
        !          10523: 
        !          10524:    'Next Month'
        !          10525: => 'Next Month',
        !          10526: 
        !          10527:    'No'
        !          10528: => 'No',
        !          10529: 
        !          10530:    'No Access or Usages Statistics are available for this resource.'
        !          10531: => 'No Access or Usages Statistics are available for this resource.',
        !          10532: 
        !          10533:    'No Assessment Statistical Data is available for this resource'
        !          10534: => 'No Assessment Statistical Data is available for this resource',
        !          10535: 
        !          10536:    'No Evaluation Data is available for this resource.'
        !          10537: => 'No Evaluation Data is available for this resource.',
        !          10538: 
        !          10539:    'No Kerberos domain was specified.'
        !          10540: => 'No Kerberos domain was specified.',
        !          10541: 
        !          10542:    'No Role, Cumulative Privileges'
        !          10543: => 'No Role, Cumulative Privileges',
        !          10544: 
        !          10545:    'No changes were made to the current settings.'
        !          10546: => 'No changes were made to the current settings.',
        !          10547: 
        !          10548:    'No content modifications yet.'
        !          10549: => 'No content modifications yet.',
        !          10550: 
        !          10551:    'No due date'
        !          10552: => 'No due date',
        !          10553: 
        !          10554:    'No language preference'
        !          10555: => 'No language preference',
        !          10556: 
        !          10557:    'No new filename specified.'
        !          10558: => 'No new filename specified.',
        !          10559: 
        !          10560:    'No previous versions published.'
        !          10561: => 'No previous versions published.',
        !          10562: 
        !          10563:    'No role specified'
        !          10564: => 'No role specified',
        !          10565: 
        !          10566:    'No section assigned'
        !          10567: => 'No section assigned',
        !          10568: 
        !          10569:    'No such file'
        !          10570: => 'No such file',
        !          10571: 
        !          10572:    'No syllabus information provided.'
        !          10573: => 'No syllabus information provided.',
        !          10574: 
        !          10575:    'No upload file specified.'
        !          10576: => 'No upload file specified.',
        !          10577: 
        !          10578:    'No write permission to'
        !          10579: => 'No write permission to',
        !          10580: 
        !          10581:    'No write permission to user directory, FAIL'
        !          10582: => 'No write permission to user directory, FAIL',
        !          10583: 
        !          10584:    'None Found'
        !          10585: => 'None Found',
        !          10586: 
        !          10587:    'Not Allowed'
        !          10588: => 'Not Allowed',
        !          10589: 
        !          10590:    'Not applicable - '
        !          10591: => 'Not applicable - ',
        !          10592: 
        !          10593:    'Not open to be viewed'
        !          10594: => 'Not open to be viewed',
        !          10595: 
        !          10596:    'Not set - '
        !          10597: => 'Not set - ',
        !          10598: 
        !          10599:    'Not shown, not used'
        !          10600: => 'Not shown, not used',
        !          10601: 
        !          10602:    'Note: for large courses, this operation may be time consuming'
        !          10603: => 'Note: for large courses, this operation may be time consuming',
        !          10604: 
        !          10605:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
        !          10606: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
        !          10607: 
        !          10608:    'Note: this will not take effect if the user already exists'
        !          10609: => 'Note: this will not take effect if the user already exists',
        !          10610: 
        !          10611:    'Notes'
        !          10612: => 'Notes',
        !          10613: 
        !          10614:    'Notification of enrollment changes'
        !          10615: => 'Notification of enrollment changes',
        !          10616: 
        !          10617:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
        !          10618: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
        !          10619: 
        !          10620:    'November'
        !          10621: => 'November',
        !          10622: 
        !          10623:    'Number of Plots:'
        !          10624: => 'Number of Plots:',
        !          10625: 
        !          10626:    'Number of Tries before hints appear (hinttries)'
        !          10627: => 'Number of Tries before hints appear (hinttries)',
        !          10628: 
        !          10629:    'Number of assignments printed at the same time:'
        !          10630: => 'Number of assignments printed at the same time:',
        !          10631: 
        !          10632:    'Number of bubbles in exam mode (numbubbles)'
        !          10633: => 'Number of bubbles in exam mode (numbubbles)',
        !          10634: 
        !          10635:    'Number of columns'
        !          10636: => 'Number of columns',
        !          10637: 
        !          10638:    'Number of resources that follow this resource in maps'
        !          10639: => 'Number of resources that follow this resource in maps',
        !          10640: 
        !          10641:    'Number of resources that lead up to this resource in maps'
        !          10642: => 'Number of resources that lead up to this resource in maps',
        !          10643: 
        !          10644:    'Number of resources using or importing resource'
        !          10645: => 'Number of resources using or importing resource',
        !          10646: 
        !          10647:    'Numerical Tolerance (tol)'
        !          10648: => 'Numerical Tolerance (tol)',
        !          10649: 
        !          10650:    'Obsolete'
        !          10651: => 'Obsolete',
        !          10652: 
        !          10653:    'Obsolete parameters or stored values'
        !          10654: => 'Obsolete parameters or stored values',
        !          10655: 
        !          10656:    'October'
        !          10657: => 'October',
        !          10658: 
        !          10659:    'Office Hours'
        !          10660: => 'Office Hours',
        !          10661: 
        !          10662:    'Old Value'
        !          10663: => 'Old Value',
        !          10664: 
        !          10665:    'One particular problem'
        !          10666: => 'One particular problem',
        !          10667: 
        !          10668:    'One particular problem (overrides folder and course defaults)'
        !          10669: => 'One particular problem (overrides folder and course defaults)',
        !          10670: 
        !          10671:    'Online Help'
        !          10672: => 'Online Help',
        !          10673: 
        !          10674:    'Only Answers'
        !          10675: => 'Only Answers',
        !          10676: 
        !          10677:    'Only a number required.'
        !          10678: => 'Only a number required.',
        !          10679: 
        !          10680:    'Only domain coordinators can change a users password.'
        !          10681: => 'Only domain coordinators can change a users password.',
        !          10682: 
        !          10683:    'Open'
        !          10684: => 'Open',
        !          10685: 
        !          10686:    'Open All Folders'
        !          10687: => 'Open All Folders',
        !          10688: 
        !          10689:    'Open Course'
        !          10690: => 'Open Course',
        !          10691: 
        !          10692:    'Open all assessments'
        !          10693: => 'Open all assessments',
        !          10694: 
        !          10695:    'Open and correct'
        !          10696: => 'Open and correct',
        !          10697: 
        !          10698:    'Open with full tries'
        !          10699: => 'Open with full tries',
        !          10700: 
        !          10701:    'Open, no due date'
        !          10702: => 'Open, no due date',
        !          10703: 
        !          10704:    'Opening Date (contentopen)'
        !          10705: => 'Opening Date (contentopen)',
        !          10706: 
        !          10707:    'Opening Date (opendate)'
        !          10708: => 'Opening Date (opendate)',
        !          10709: 
        !          10710:    'Option Response Problem Analysis'
        !          10711: => 'Option Response Problem Analysis',
        !          10712: 
        !          10713:    'Option response'
        !          10714: => 'Option response',
        !          10715: 
        !          10716:    'Output'
        !          10717: => 'Output',
        !          10718: 
        !          10719:    'Output Format'
        !          10720: => 'Output Format',
        !          10721: 
        !          10722:    'Output Format: [_1]'
        !          10723: => 'Output Format: [_1]',
        !          10724: 
        !          10725:    'Overall Problem Statistics'
        !          10726: => 'Overall Problem Statistics',
        !          10727: 
        !          10728:    'Owner/Publisher'
        !          10729: => 'Owner/Publisher',
        !          10730: 
        !          10731:    'Page'
        !          10732: => 'Page',
        !          10733: 
        !          10734:    'Page layout'
        !          10735: => 'Page layout',
        !          10736: 
        !          10737:    'Paper type'
        !          10738: => 'Paper type',
        !          10739: 
        !          10740:    'Parameter'
        !          10741: => 'Parameter',
        !          10742: 
        !          10743:    'Parameter Name'
        !          10744: => 'Parameter Name',
        !          10745: 
        !          10746:    'Parameter Type'
        !          10747: => 'Parameter Type',
        !          10748: 
        !          10749:    'Parameter in Effect'
        !          10750: => 'Parameter in Effect',
        !          10751: 
        !          10752:    'Parent Directory'
        !          10753: => 'Parent Directory',
        !          10754: 
        !          10755:    'Part'
        !          10756: => 'Part',
        !          10757: 
        !          10758:    'Part Description (display)'
        !          10759: => 'Part Description (display)',
        !          10760: 
        !          10761:    'Part is not open to be viewed. It'
        !          10762: => 'Part is not open to be viewed. It',
        !          10763: 
        !          10764:    'Password'
        !          10765: => 'Password',
        !          10766: 
        !          10767:    'Paste after selected'
        !          10768: => 'Paste after selected',
        !          10769: 
        !          10770:    'Path'
        !          10771: => 'Path',
        !          10772: 
        !          10773:    'Per Page'
        !          10774: => 'Per Page',
        !          10775: 
        !          10776:    'Personal Data'
        !          10777: => 'Personal Data',
        !          10778: 
        !          10779:    'Personal Information'
        !          10780: => 'Personal Information',
        !          10781: 
        !          10782:    'Please adjust significant figures.'
        !          10783: => 'Please adjust significant figures.',
        !          10784: 
        !          10785:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
        !          10786: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
        !          10787: 
        !          10788:    'Please click Back on your browser and select another user, or '
        !          10789: => 'Please click Back on your browser and select another user, or ',
        !          10790: 
        !          10791:    'Please contact your LON-CAPA administrator regarding this situation.'
        !          10792: => 'Please contact your LON-CAPA administrator regarding this situation.',
        !          10793: 
        !          10794:    'Please do not reply to this address.'
        !          10795: => 'Please do not reply to this address.',
        !          10796: 
        !          10797:    'Please either'
        !          10798: => 'Please either',
        !          10799: 
        !          10800:    'Please notify the server administrator '
        !          10801: => 'Please notify the server administrator ',
        !          10802: 
        !          10803:    'Please pick a version to retrieve'
        !          10804: => 'Please pick a version to retrieve',
        !          10805: 
        !          10806:    'Please select a problem to analyze'
        !          10807: => 'Please select a problem to analyze',
        !          10808: 
        !          10809:    'Please select a report to generate'
        !          10810: => 'Please select a report to generate',
        !          10811: 
        !          10812:    'Please select a report to generate.'
        !          10813: => 'Please select a report to generate.',
        !          10814: 
        !          10815:    'Please select an authentication mechanism'
        !          10816: => 'Please select an authentication mechanism',
        !          10817: 
        !          10818:    'Please select the authentication mechanism'
        !          10819: => 'Please select the authentication mechanism',
        !          10820: 
        !          10821:    'Please select the section you wish to set the answer open date for:'
        !          10822: => 'Please select the section you wish to set the answer open date for:',
        !          10823: 
        !          10824:    'Please select the section you wish to set the due date for:'
        !          10825: => 'Please select the section you wish to set the due date for:',
        !          10826: 
        !          10827:    'Please select the section you wish to set the number of tries for:'
        !          10828: => 'Please select the section you wish to set the number of tries for:',
        !          10829: 
        !          10830:    'Please select the section you wish to set the opening date for:'
        !          10831: => 'Please select the section you wish to set the opening date for:',
        !          10832: 
        !          10833:    'Please select the section you wish to set the problem weight for:'
        !          10834: => 'Please select the section you wish to set the problem weight for:',
        !          10835: 
        !          10836:    'Please select the student you wish to set the answer open date for:'
        !          10837: => 'Please select the student you wish to set the answer open date for:',
        !          10838: 
        !          10839:    'Please select the student you wish to set the due date for:'
        !          10840: => 'Please select the student you wish to set the due date for:',
        !          10841: 
        !          10842:    'Please select the student you wish to set the number of tries for:'
        !          10843: => 'Please select the student you wish to set the number of tries for:',
        !          10844: 
        !          10845:    'Please select the student you wish to set the opening date for:'
        !          10846: => 'Please select the student you wish to set the opening date for:',
        !          10847: 
        !          10848:    'Please select the student you wish to set the problem weight for:'
        !          10849: => 'Please select the student you wish to set the problem weight for:',
        !          10850: 
        !          10851:    'Please stand by.'
        !          10852: => 'Please stand by.',
        !          10853: 
        !          10854:    'Please use browser "Back" button and pick a filename'
        !          10855: => 'Please use browser "Back" button and pick a filename',
        !          10856: 
        !          10857:    "Please use browser 'Back' button and pick a filename"
        !          10858: => "Please use browser 'Back' button and pick a filename",
        !          10859: 
        !          10860:    'Portuguese - ISO'
        !          10861: => 'Portuguese - ISO',
        !          10862: 
        !          10863:    'Position'
        !          10864: => 'Position',
        !          10865: 
        !          10866:    'Post Discussion'
        !          10867: => 'Post Discussion',
        !          10868: 
        !          10869:    'Post anonymously'
        !          10870: => 'Post anonymously',
        !          10871: 
        !          10872:    'Post discussion on course resources'
        !          10873: => 'Post discussion on course resources',
        !          10874: 
        !          10875:    'Post system frontpage announcements'
        !          10876: => 'Post system frontpage announcements',
        !          10877: 
        !          10878:    'Post to live chatrooms'
        !          10879: => 'Post to live chatrooms',
        !          10880: 
        !          10881:    'Preferred language'
        !          10882: => 'Preferred language',
        !          10883: 
        !          10884:    'Prepare a printable document'
        !          10885: => 'Prepare a printable document',
        !          10886: 
        !          10887:    'Preparing Excel Spreadsheet'
        !          10888: => 'Preparing Excel Spreadsheet',
        !          10889: 
        !          10890:    'Preparing Printout'
        !          10891: => 'Preparing Printout',
        !          10892: 
        !          10893:    'Prerequisites'
        !          10894: => 'Prerequisites',
        !          10895: 
        !          10896:    'Previous'
        !          10897: => 'Previous',
        !          10898: 
        !          10899:    'Previous Month'
        !          10900: => 'Previous Month',
        !          10901: 
        !          10902:    'Print'
        !          10903: => 'Print',
        !          10904: 
        !          10905:    'Print Index:'
        !          10906: => 'Print Index:',
        !          10907: 
        !          10908:    'Print Table of Contents:'
        !          10909: => 'Print Table of Contents:',
        !          10910: 
        !          10911:    'Print:'
        !          10912: => 'Print:',
        !          10913: 
        !          10914:    'Printing Helper'
        !          10915: => 'Printing Helper',
        !          10916: 
        !          10917:    'Privacy Note'
        !          10918: => 'Privacy Note',
        !          10919: 
        !          10920:    'Private - visible to author only for testing purposes'
        !          10921: => 'Private - visible to author only for testing purposes',
        !          10922: 
        !          10923:    'Private Publication - did not synchronize database'
        !          10924: => 'Private Publication - did not synchronize database',
        !          10925: 
        !          10926:    'Privileged users that should not be hidden on staff listings'
        !          10927: => 'Privileged users that should not be hidden on staff listings',
        !          10928: 
        !          10929:    'Problem Status Chart'
        !          10930: => 'Problem Status Chart',
        !          10931: 
        !          10932:    'Problems'
        !          10933: => 'Problems',
        !          10934: 
        !          10935:    'Problems Not Contained In A Folder'
        !          10936: => 'Problems Not Contained In A Folder',
        !          10937: 
        !          10938:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
        !          10939: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
        !          10940: 
        !          10941:    'Problems from entire course'
        !          10942: => 'Problems from entire course',
        !          10943: 
        !          10944:    'Processed [_1] student(s).'
        !          10945: => 'Processed [_1] student(s).',
        !          10946: 
        !          10947:    'Processed file'
        !          10948: => 'Processed file',
        !          10949: 
        !          10950:    'Processing'
        !          10951: => 'Processing',
        !          10952: 
        !          10953:    'Processing course structure'
        !          10954: => 'Processing course structure',
        !          10955: 
        !          10956:    'Processing first student'
        !          10957: => 'Processing first student',
        !          10958: 
        !          10959:    'Produce Excel Output'
        !          10960: => 'Produce Excel Output',
        !          10961: 
        !          10962:    'Project Information'
        !          10963: => 'Project Information',
        !          10964: 
        !          10965:    'Provide feedback messages or contribute to the course discussion about this resource'
        !          10966: => 'Provide feedback messages or contribute to the course discussion about this resource',
        !          10967: 
        !          10968:    'Provide my evaluation of this resource'
        !          10969: => 'Provide my evaluation of this resource',
        !          10970: 
        !          10971:    'Public - no authentication or authorization required for use'
        !          10972: => 'Public - no authentication or authorization required for use',
        !          10973: 
        !          10974:    'Publish'
        !          10975: => 'Publish',
        !          10976: 
        !          10977:    'Publish Directory'
        !          10978: => 'Publish Directory',
        !          10979: 
        !          10980:    'Publish Directory and Sub Directories'
        !          10981: => 'Publish Directory and Sub Directories',
        !          10982: 
        !          10983:    'Publish this Resource'
        !          10984: => 'Publish this Resource',
        !          10985: 
        !          10986:    'Published'
        !          10987: => 'Published',
        !          10988: 
        !          10989:    'Publisher/Owner'
        !          10990: => 'Publisher/Owner',
        !          10991: 
        !          10992:    'Publishing'
        !          10993: => 'Publishing',
        !          10994: 
        !          10995:    'Question Text'
        !          10996: => 'Question Text',
        !          10997: 
        !          10998:    'Question Type'
        !          10999: => 'Question Type',
        !          11000: 
        !          11001:    'Question Type (type)'
        !          11002: => 'Question Type (type)',
        !          11003: 
        !          11004:    'Quick Completed Problems Display'
        !          11005: => 'Quick Completed Problems Display',
        !          11006: 
        !          11007:    'Random position'
        !          11008: => 'Random position',
        !          11009: 
        !          11010:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
        !          11011: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
        !          11012: 
        !          11013:    'Randomization algorithm used'
        !          11014: => 'Randomization algorithm used',
        !          11015: 
        !          11016:    'Randomly pick number of resources (randompick)'
        !          11017: => 'Randomly pick number of resources (randompick)',
        !          11018: 
        !          11019:    'Re'
        !          11020: => 'Re',
        !          11021: 
        !          11022:    'Re-Initialize'
        !          11023: => 'Re-Initialize',
        !          11024: 
        !          11025:    'Re-enrollment will re-activate data.'
        !          11026: => 'Re-enrollment will re-activate data.',
        !          11027: 
        !          11028:    'Reading results from'
        !          11029: => 'Reading results from',
        !          11030: 
        !          11031:    'Reading results from [_1]'
        !          11032: => 'Reading results from [_1]',
        !          11033: 
        !          11034:    'Readings'
        !          11035: => 'Readings',
        !          11036: 
        !          11037:    'Receipt algorithm used'
        !          11038: => 'Receipt algorithm used',
        !          11039: 
        !          11040:    'Receiving results from [_1]'
        !          11041: => 'Receiving results from [_1]',
        !          11042: 
        !          11043:    'Recent'
        !          11044: => 'Recent',
        !          11045: 
        !          11046:    'Record'
        !          11047: => 'Record',
        !          11048: 
        !          11049:    'Registering'
        !          11050: => 'Registering',
        !          11051: 
        !          11052:    'Related'
        !          11053: => 'Related',
        !          11054: 
        !          11055:    'Remark'
        !          11056: => 'Remark',
        !          11057: 
        !          11058:    'Rename'
        !          11059: => 'Rename',
        !          11060: 
        !          11061:    'Rename current file to'
        !          11062: => 'Rename current file to',
        !          11063: 
        !          11064:    'Reply'
        !          11065: => 'Reply',
        !          11066: 
        !          11067:    'Report a Bug'
        !          11068: => 'Report a Bug',
        !          11069: 
        !          11070:    'Reset Submissions'
        !          11071: => 'Reset Submissions',
        !          11072: 
        !          11073:    'Resource'
        !          11074: => 'Resource',
        !          11075: 
        !          11076:    'Resource Differences'
        !          11077: => 'Resource Differences',
        !          11078: 
        !          11079:    'Resource Feedback and Discussion'
        !          11080: => 'Resource Feedback and Discussion',
        !          11081: 
        !          11082:    'Resource Hidden from Students (hiddenresource)'
        !          11083: => 'Resource Hidden from Students (hiddenresource)',
        !          11084: 
        !          11085:    'Resource Level'
        !          11086: => 'Resource Level',
        !          11087: 
        !          11088:    'Resource Publication'
        !          11089: => 'Resource Publication',
        !          11090: 
        !          11091:    'Resource alias name for conditions (mapalias)'
        !          11092: => 'Resource alias name for conditions (mapalias)',
        !          11093: 
        !          11094:    'Resource is technically correct'
        !          11095: => 'Resource is technically correct',
        !          11096: 
        !          11097:    'Resources'
        !          11098: => 'Resources',
        !          11099: 
        !          11100:    'Resources from selected sequence in course'
        !          11101: => 'Resources from selected sequence in course',
        !          11102: 
        !          11103:    'Response'
        !          11104: => 'Response',
        !          11105: 
        !          11106:    'Retrieval of an old version will overwrite the file currently in construction space'
        !          11107: => 'Retrieval of an old version will overwrite the file currently in construction space',
        !          11108: 
        !          11109:    'Retrieve'
        !          11110: => 'Retrieve',
        !          11111: 
        !          11112:    'Retrieve Old Version'
        !          11113: => 'Retrieve Old Version',
        !          11114: 
        !          11115:    'Retrieve Published Resources'
        !          11116: => 'Retrieve Published Resources',
        !          11117: 
        !          11118:    'Retrieve previous versions of'
        !          11119: => 'Retrieve previous versions of',
        !          11120: 
        !          11121:    'Retrieve version'
        !          11122: => 'Retrieve version',
        !          11123: 
        !          11124:    'Retrieving current (most recent) version'
        !          11125: => 'Retrieving current (most recent) version',
        !          11126: 
        !          11127:    'Return to DOCS'
        !          11128: => 'Return to DOCS',
        !          11129: 
        !          11130:    'Return to Last Location'
        !          11131: => 'Return to Last Location',
        !          11132: 
        !          11133:    'Reverse Association'
        !          11134: => 'Reverse Association',
        !          11135: 
        !          11136:    'Revert to Last Saved'
        !          11137: => 'Revert to Last Saved',
        !          11138: 
        !          11139:    'Revision Date'
        !          11140: => 'Revision Date',
        !          11141: 
        !          11142:    'Revoke'
        !          11143: => 'Revoke',
        !          11144: 
        !          11145:    'Revoke Existing Roles'
        !          11146: => 'Revoke Existing Roles',
        !          11147: 
        !          11148:    'Role'
        !          11149: => 'Role',
        !          11150: 
        !          11151:    'Role Information'
        !          11152: => 'Role Information',
        !          11153: 
        !          11154:    'Row'
        !          11155: => 'Row',
        !          11156: 
        !          11157:    'Rule'
        !          11158: => 'Rule',
        !          11159: 
        !          11160:    'Russian - KOI'
        !          11161: => 'Russian - KOI',
        !          11162: 
        !          11163:    'S.D. tries'
        !          11164: => 'S.D. tries',
        !          11165: 
        !          11166:    'Sample Points:'
        !          11167: => 'Sample Points:',
        !          11168: 
        !          11169:    'Samples'
        !          11170: => 'Samples',
        !          11171: 
        !          11172:    'Sat'
        !          11173: => 'Sat',
        !          11174: 
        !          11175:    'Save'
        !          11176: => 'Save',
        !          11177: 
        !          11178:    'Save as'
        !          11179: => 'Save as',
        !          11180: 
        !          11181:    'Save as & Make This Sheet the Default'
        !          11182: => 'Save as & Make This Sheet the Default',
        !          11183: 
        !          11184:    'Save as ...'
        !          11185: => 'Save as ...',
        !          11186: 
        !          11187:    'Save entries below as a draft answer (not submitting them for credit yet)'
        !          11188: => 'Save entries below as a draft answer (not submitting them for credit yet)',
        !          11189: 
        !          11190:    'Saving Modifications to'
        !          11191: => 'Saving Modifications to',
        !          11192: 
        !          11193:    'Scantron Operator'
        !          11194: => 'Scantron Operator',
        !          11195: 
        !          11196:    'Score Upload Form'
        !          11197: => 'Score Upload Form',
        !          11198: 
        !          11199:    'Search'
        !          11200: => 'Search',
        !          11201: 
        !          11202:    'Search Complete'
        !          11203: => 'Search Complete',
        !          11204: 
        !          11205:    'Search Complete [_1]'
        !          11206: => 'Search Complete [_1]',
        !          11207: 
        !          11208:    'Search the contents of this course'
        !          11209: => 'Search the contents of this course',
        !          11210: 
        !          11211:    'Search the database of published resources'
        !          11212: => 'Search the database of published resources',
        !          11213: 
        !          11214:    'Search: [_1]'
        !          11215: => 'Search: [_1]',
        !          11216: 
        !          11217:    'Searching'
        !          11218: => 'Searching',
        !          11219: 
        !          11220:    'Section'
        !          11221: => 'Section',
        !          11222: 
        !          11223:    'Section/Group'
        !          11224: => 'Section/Group',
        !          11225: 
        !          11226:    'Sections'
        !          11227: => 'Sections',
        !          11228: 
        !          11229:    'Select'
        !          11230: => 'Select',
        !          11231: 
        !          11232:    'Select Action'
        !          11233: => 'Select Action',
        !          11234: 
        !          11235:    'Select All'
        !          11236: => 'Select All',
        !          11237: 
        !          11238:    'Select All Files'
        !          11239: => 'Select All Files',
        !          11240: 
        !          11241:    'Select All Published'
        !          11242: => 'Select All Published',
        !          11243: 
        !          11244:    'Select All Resources'
        !          11245: => 'Select All Resources',
        !          11246: 
        !          11247:    'Select All Students'
        !          11248: => 'Select All Students',
        !          11249: 
        !          11250:    'Select Course'
        !          11251: => 'Select Course',
        !          11252: 
        !          11253:    'Select Date'
        !          11254: => 'Select Date',
        !          11255: 
        !          11256:    'Select Enclosing Map or Folder'
        !          11257: => 'Select Enclosing Map or Folder',
        !          11258: 
        !          11259:    'Select Folder'
        !          11260: => 'Select Folder',
        !          11261: 
        !          11262:    'Select Map'
        !          11263: => 'Select Map',
        !          11264: 
        !          11265:    'Select Only Current Students'
        !          11266: => 'Select Only Current Students',
        !          11267: 
        !          11268:    'Select Parameter Level'
        !          11269: => 'Select Parameter Level',
        !          11270: 
        !          11271:    'Select Printing Options:'
        !          11272: => 'Select Printing Options:',
        !          11273: 
        !          11274:    'Select Problem'
        !          11275: => 'Select Problem',
        !          11276: 
        !          11277:    'Select Problem(s) to print'
        !          11278: => 'Select Problem(s) to print',
        !          11279: 
        !          11280:    'Select Resource(s) to print'
        !          11281: => 'Select Resource(s) to print',
        !          11282: 
        !          11283:    'Select Resources To Print'
        !          11284: => 'Select Resources To Print',
        !          11285: 
        !          11286:    'Select Section'
        !          11287: => 'Select Section',
        !          11288: 
        !          11289:    'Select Sequence To Print From'
        !          11290: => 'Select Sequence To Print From',
        !          11291: 
        !          11292:    'Select Spreadsheet File'
        !          11293: => 'Select Spreadsheet File',
        !          11294: 
        !          11295:    'Select Student'
        !          11296: => 'Select Student',
        !          11297: 
        !          11298:    'Select Students and Resources'
        !          11299: => 'Select Students and Resources',
        !          11300: 
        !          11301:    'Select Style File'
        !          11302: => 'Select Style File',
        !          11303: 
        !          11304:    'Select User'
        !          11305: => 'Select User',
        !          11306: 
        !          11307:    'Select a'
        !          11308: => 'Select a',
        !          11309: 
        !          11310:    'Select a course'
        !          11311: => 'Select a course',
        !          11312: 
        !          11313:    'Select a user name to modify the students information'
        !          11314: => 'Select a user name to modify the students information',
        !          11315: 
        !          11316:    'Select a user name to view the users personal page.'
        !          11317: => 'Select a user name to view the users personal page.',
        !          11318: 
        !          11319:    'Select for Section/Group'
        !          11320: => 'Select for Section/Group',
        !          11321: 
        !          11322:    'Select resources for the assignment'
        !          11323: => 'Select resources for the assignment',
        !          11324: 
        !          11325:    'Select the Construction Space'
        !          11326: => 'Select the Construction Space',
        !          11327: 
        !          11328:    'Select the folder you wish to set the parameter for:'
        !          11329: => 'Select the folder you wish to set the parameter for:',
        !          11330: 
        !          11331:    'Select the problem you wish to set the parameter for:'
        !          11332: => 'Select the problem you wish to set the parameter for:',
        !          11333: 
        !          11334:    'Selecting a User'
        !          11335: => 'Selecting a User',
        !          11336: 
        !          11337:    'Send Message to User(s)'
        !          11338: => 'Send Message to User(s)',
        !          11339: 
        !          11340:    'Send New'
        !          11341: => 'Send New',
        !          11342: 
        !          11343:    'Send Reply'
        !          11344: => 'Send Reply',
        !          11345: 
        !          11346:    'Send Scantron data to a course'
        !          11347: => 'Send Scantron data to a course',
        !          11348: 
        !          11349:    'Send and receive messages'
        !          11350: => 'Send and receive messages',
        !          11351: 
        !          11352:    'Send as critical message'
        !          11353: => 'Send as critical message',
        !          11354: 
        !          11355:    'Send broadcast and receipt-required email'
        !          11356: => 'Send broadcast and receipt-required email',
        !          11357: 
        !          11358:    'Send internal email'
        !          11359: => 'Send internal email',
        !          11360: 
        !          11361:    'September'
        !          11362: => 'September',
        !          11363: 
        !          11364:    'Sequence'
        !          11365: => 'Sequence',
        !          11366: 
        !          11367:    'Sequence or Folder'
        !          11368: => 'Sequence or Folder',
        !          11369: 
        !          11370:    'Sequences and Folders'
        !          11371: => 'Sequences and Folders',
        !          11372: 
        !          11373:    'Server'
        !          11374: => 'Server',
        !          11375: 
        !          11376:    'Server Administration'
        !          11377: => 'Server Administration',
        !          11378: 
        !          11379:    'Set'
        !          11380: => 'Set',
        !          11381: 
        !          11382:    'Set Course Environment'
        !          11383: => 'Set Course Environment',
        !          11384: 
        !          11385:    'Set Course Environment Parameters'
        !          11386: => 'Set Course Environment Parameters',
        !          11387: 
        !          11388:    'Set Date'
        !          11389: => 'Set Date',
        !          11390: 
        !          11391:    'Set Defaults for All Resources in Course'
        !          11392: => 'Set Defaults for All Resources in Course',
        !          11393: 
        !          11394:    'Set End Date'
        !          11395: => 'Set End Date',
        !          11396: 
        !          11397:    'Set Individual User Roles'
        !          11398: => 'Set Individual User Roles',
        !          11399: 
        !          11400:    'Set Problem Tries'
        !          11401: => 'Set Problem Tries',
        !          11402: 
        !          11403:    'Set Problem Weight'
        !          11404: => 'Set Problem Weight',
        !          11405: 
        !          11406:    'Set Start Date'
        !          11407: => 'Set Start Date',
        !          11408: 
        !          11409:    'Set Version to be used in Course'
        !          11410: => 'Set Version to be used in Course',
        !          11411: 
        !          11412:    'Set Versions to be used in Course according to Selections below'
        !          11413: => 'Set Versions to be used in Course according to Selections below',
        !          11414: 
        !          11415:    'Set a bookmark for this resource'
        !          11416: => 'Set a bookmark for this resource',
        !          11417: 
        !          11418:    'Set a due date'
        !          11419: => 'Set a due date',
        !          11420: 
        !          11421:    'Set all Resource Versions to current Version (Fix Versions)'
        !          11422: => 'Set all Resource Versions to current Version (Fix Versions)',
        !          11423: 
        !          11424:    'Set an answer open date'
        !          11425: => 'Set an answer open date',
        !          11426: 
        !          11427:    'Set an open date'
        !          11428: => 'Set an open date',
        !          11429: 
        !          11430:    'Set answer open date for all problems in the course for ...'
        !          11431: => 'Set answer open date for all problems in the course for ...',
        !          11432: 
        !          11433:    'Set answer open date for the selected folder for ...'
        !          11434: => 'Set answer open date for the selected folder for ...',
        !          11435: 
        !          11436:    'Set answer open date for the selected problem for ...'
        !          11437: => 'Set answer open date for the selected problem for ...',
        !          11438: 
        !          11439:    'Set content feedback to Course Coordinator'
        !          11440: => 'Set content feedback to Course Coordinator',
        !          11441: 
        !          11442:    'Set course policy feedback to Course Coordinator'
        !          11443: => 'Set course policy feedback to Course Coordinator',
        !          11444: 
        !          11445:    'Set deadlines and other assessment parameters, as well as modify course environment'
        !          11446: => 'Set deadlines and other assessment parameters, as well as modify course environment',
        !          11447: 
        !          11448:    'Set due date for all problems in the course for ...'
        !          11449: => 'Set due date for all problems in the course for ...',
        !          11450: 
        !          11451:    'Set due date for the selected folder for ...'
        !          11452: => 'Set due date for the selected folder for ...',
        !          11453: 
        !          11454:    'Set due date for the selected problem for ...'
        !          11455: => 'Set due date for the selected problem for ...',
        !          11456: 
        !          11457:    'Set my user preferences'
        !          11458: => 'Set my user preferences',
        !          11459: 
        !          11460:    'Set number of tries for all problems in the course for ...'
        !          11461: => 'Set number of tries for all problems in the course for ...',
        !          11462: 
        !          11463:    'Set number of tries for the selected folder for ...'
        !          11464: => 'Set number of tries for the selected folder for ...',
        !          11465: 
        !          11466:    'Set number of tries for the selected problem for ...'
        !          11467: => 'Set number of tries for the selected problem for ...',
        !          11468: 
        !          11469:    'Set opening date for all problems in the course for ...'
        !          11470: => 'Set opening date for all problems in the course for ...',
        !          11471: 
        !          11472:    'Set opening date for all problems in the course for. . .'
        !          11473: => 'Set opening date for all problems in the course for. . .',
        !          11474: 
        !          11475:    'Set opening date for the selected folder for ...'
        !          11476: => 'Set opening date for the selected folder for ...',
        !          11477: 
        !          11478:    'Set opening date for the selected problem for ...'
        !          11479: => 'Set opening date for the selected problem for ...',
        !          11480: 
        !          11481:    'Set opening datefor all problems in the course for. . .'
        !          11482: => 'Set opening datefor all problems in the course for. . .',
        !          11483: 
        !          11484:    'Set problem weight for all problems in the course for ...'
        !          11485: => 'Set problem weight for all problems in the course for ...',
        !          11486: 
        !          11487:    'Set problem weight for the selected folder for ...'
        !          11488: => 'Set problem weight for the selected folder for ...',
        !          11489: 
        !          11490:    'Set problem weight for the selected problem for ...'
        !          11491: => 'Set problem weight for the selected problem for ...',
        !          11492: 
        !          11493:    'Set the number of tries'
        !          11494: => 'Set the number of tries',
        !          11495: 
        !          11496:    'Set the problem weight'
        !          11497: => 'Set the problem weight',
        !          11498: 
        !          11499:    'Set to ...'
        !          11500: => 'Set to ...',
        !          11501: 
        !          11502:    'Set value to "[_1]" to allow'
        !          11503: => 'Set value to "[_1]" to allow',
        !          11504: 
        !          11505:    'Set/Modify Course Assessment Parameter'
        !          11506: => 'Set/Modify Course Assessment Parameter',
        !          11507: 
        !          11508:    'Set/Modify Course Assessment Parameters'
        !          11509: => 'Set/Modify Course Assessment Parameters',
        !          11510: 
        !          11511:    'Set/Modify Course Parameters'
        !          11512: => 'Set/Modify Course Parameters',
        !          11513: 
        !          11514:    'Setting the [_1]'
        !          11515: => 'Setting the [_1]',
        !          11516: 
        !          11517:    'Setting the [_1] to [_2]'
        !          11518: => 'Setting the [_1] to [_2]',
        !          11519: 
        !          11520:    'Shared by course faculty and staff'
        !          11521: => 'Shared by course faculty and staff',
        !          11522: 
        !          11523:    'Short string response'
        !          11524: => 'Short string response',
        !          11525: 
        !          11526:    'Show Answer'
        !          11527: => 'Show Answer',
        !          11528: 
        !          11529:    'Show Feedback'
        !          11530: => 'Show Feedback',
        !          11531: 
        !          11532:    'Show More Options'
        !          11533: => 'Show More Options',
        !          11534: 
        !          11535:    'Show Only Uncompleted Homework'
        !          11536: => 'Show Only Uncompleted Homework',
        !          11537: 
        !          11538:    'Show Preview'
        !          11539: => 'Show Preview',
        !          11540: 
        !          11541:    'Show Problem Completeness'
        !          11542: => 'Show Problem Completeness',
        !          11543: 
        !          11544:    'Show Problem Status (problemstatus)'
        !          11545: => 'Show Problem Status (problemstatus)',
        !          11546: 
        !          11547:    'Show Units - Disable Entry (turnoffunit)'
        !          11548: => 'Show Units - Disable Entry (turnoffunit)',
        !          11549: 
        !          11550:    'Show all roles'
        !          11551: => 'Show all roles',
        !          11552: 
        !          11553:    'Show all rles'
        !          11554: => 'Show all rles',
        !          11555: 
        !          11556:    'Show always at bottom position'
        !          11557: => 'Show always at bottom position',
        !          11558: 
        !          11559:    'Show always at top position'
        !          11560: => 'Show always at top position',
        !          11561: 
        !          11562:    'Show catalog information'
        !          11563: => 'Show catalog information',
        !          11564: 
        !          11565:    'Show resource'
        !          11566: => 'Show resource',
        !          11567: 
        !          11568:    'Significant Digits (sig)'
        !          11569: => 'Significant Digits (sig)',
        !          11570: 
        !          11571:    'Significant figures are incorrect, submission was not graded.'
        !          11572: => 'Significant figures are incorrect, submission was not graded.',
        !          11573: 
        !          11574:    'Simple Edit'
        !          11575: => 'Simple Edit',
        !          11576: 
        !          11577:    'Simple Page'
        !          11578: => 'Simple Page',
        !          11579: 
        !          11580:    'Simple Problem'
        !          11581: => 'Simple Problem',
        !          11582: 
        !          11583:    'Simple Problem Editor'
        !          11584: => 'Simple Problem Editor',
        !          11585: 
        !          11586:    'Since Start of Course'
        !          11587: => 'Since Start of Course',
        !          11588: 
        !          11589:    'Since Yesterday'
        !          11590: => 'Since Yesterday',
        !          11591: 
        !          11592:    'Size'
        !          11593: => 'Size',
        !          11594: 
        !          11595:    'Size:'
        !          11596: => 'Size:',
        !          11597: 
        !          11598:    'Skew Tries'
        !          11599: => 'Skew Tries',
        !          11600: 
        !          11601:    'Some items were not submitted'
        !          11602: => 'Some items were not submitted',
        !          11603: 
        !          11604:    'Some parts were not submitted.'
        !          11605: => 'Some parts were not submitted.',
        !          11606: 
        !          11607:    'Sorry ...'
        !          11608: => 'Sorry ...',
        !          11609: 
        !          11610:    'Space separated'
        !          11611: => 'Space separated',
        !          11612: 
        !          11613:    'Special Documents'
        !          11614: => 'Special Documents',
        !          11615: 
        !          11616:    'Special documents'
        !          11617: => 'Special documents',
        !          11618: 
        !          11619:    'Spreadsheet Computation'
        !          11620: => 'Spreadsheet Computation',
        !          11621: 
        !          11622:    'Spreadsheet Computation Status'
        !          11623: => 'Spreadsheet Computation Status',
        !          11624: 
        !          11625:    'Start'
        !          11626: => 'Start',
        !          11627: 
        !          11628:    'Start Time'
        !          11629: => 'Start Time',
        !          11630: 
        !          11631:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
        !          11632: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
        !          11633: 
        !          11634:    'Starting'
        !          11635: => 'Starting',
        !          11636: 
        !          11637:    'Starting Date'
        !          11638: => 'Starting Date',
        !          11639: 
        !          11640:    'Starting and Ending Dates'
        !          11641: => 'Starting and Ending Dates',
        !          11642: 
        !          11643:    'Statistics'
        !          11644: => 'Statistics',
        !          11645: 
        !          11646:    'Statistics and Problem Analysis'
        !          11647: => 'Statistics and Problem Analysis',
        !          11648: 
        !          11649:    'Status'
        !          11650: => 'Status',
        !          11651: 
        !          11652:    'Store'
        !          11653: => 'Store',
        !          11654: 
        !          11655:    'Store Catalog Information'
        !          11656: => 'Store Catalog Information',
        !          11657: 
        !          11658:    'Store Changes'
        !          11659: => 'Store Changes',
        !          11660: 
        !          11661:    'Store uploaded file as '
        !          11662: => 'Store uploaded file as ',
        !          11663: 
        !          11664:    'Student'
        !          11665: => 'Student',
        !          11666: 
        !          11667:    'Student Data Compilation Progress'
        !          11668: => 'Student Data Compilation Progress',
        !          11669: 
        !          11670:    'Student Data Compilation Status'
        !          11671: => 'Student Data Compilation Status',
        !          11672: 
        !          11673:    'Student ID'
        !          11674: => 'Student ID',
        !          11675: 
        !          11676:    'Student Information'
        !          11677: => 'Student Information',
        !          11678: 
        !          11679:    'Student Name'
        !          11680: => 'Student Name',
        !          11681: 
        !          11682:    'Student Number'
        !          11683: => 'Student Number',
        !          11684: 
        !          11685:    'Student Sheet Links'
        !          11686: => 'Student Sheet Links',
        !          11687: 
        !          11688:    'Student Status'
        !          11689: => 'Student Status',
        !          11690: 
        !          11691:    'Student Status: [_1]'
        !          11692: => 'Student Status: [_1]',
        !          11693: 
        !          11694:    'Student information updated successfully.'
        !          11695: => 'Student information updated successfully.',
        !          11696: 
        !          11697:    'Student level sheet'
        !          11698: => 'Student level sheet',
        !          11699: 
        !          11700:    'Student performance statistics on all problems.'
        !          11701: => 'Student performance statistics on all problems.',
        !          11702: 
        !          11703:    'Students Affected'
        !          11704: => 'Students Affected',
        !          11705: 
        !          11706:    'Students need access key to enter course'
        !          11707: => 'Students need access key to enter course',
        !          11708: 
        !          11709:    'Students with expired roles'
        !          11710: => 'Students with expired roles',
        !          11711: 
        !          11712:    'Subject'
        !          11713: => 'Subject',
        !          11714: 
        !          11715:    'Subject:'
        !          11716: => 'Subject:',
        !          11717: 
        !          11718:    'Submission Time Analysis'
        !          11719: => 'Submission Time Analysis',
        !          11720: 
        !          11721:    'Submissions'
        !          11722: => 'Submissions',
        !          11723: 
        !          11724:    'Submit'
        !          11725: => 'Submit',
        !          11726: 
        !          11727:    'Submit Answer'
        !          11728: => 'Submit Answer',
        !          11729: 
        !          11730:    'Submit Changes'
        !          11731: => 'Submit Changes',
        !          11732: 
        !          11733:    'Submit Changes and Edit'
        !          11734: => 'Submit Changes and Edit',
        !          11735: 
        !          11736:    'Submit Changes and View'
        !          11737: => 'Submit Changes and View',
        !          11738: 
        !          11739:    'Submit Modifications'
        !          11740: => 'Submit Modifications',
        !          11741: 
        !          11742:    'Submit entries below as answer to receive credit'
        !          11743: => 'Submit entries below as answer to receive credit',
        !          11744: 
        !          11745:    'Successful Login'
        !          11746: => 'Successful Login',
        !          11747: 
        !          11748:    'Suggested Replacement for Obsolete File'
        !          11749: => 'Suggested Replacement for Obsolete File',
        !          11750: 
        !          11751:    'Summary'
        !          11752: => 'Summary',
        !          11753: 
        !          11754:    'Summary View'
        !          11755: => 'Summary View',
        !          11756: 
        !          11757:    'Sun'
        !          11758: => 'Sun',
        !          11759: 
        !          11760:    'Supplemental Course Documents'
        !          11761: => 'Supplemental Course Documents',
        !          11762: 
        !          11763:    'Survey Question'
        !          11764: => 'Survey Question',
        !          11765: 
        !          11766:    'Swedish Chef'
        !          11767: => 'Swedish Chef',
        !          11768: 
        !          11769:    'Switch Server'
        !          11770: => 'Switch Server',
        !          11771: 
        !          11772:    'Switch to another course'
        !          11773: => 'Switch to another course',
        !          11774: 
        !          11775:    'Switch to another user role'
        !          11776: => 'Switch to another user role',
        !          11777: 
        !          11778:    'Switching Role'
        !          11779: => 'Switching Role',
        !          11780: 
        !          11781:    'Syllabus'
        !          11782: => 'Syllabus',
        !          11783: 
        !          11784:    'Synchronized SQL metadata database'
        !          11785: => 'Synchronized SQL metadata database',
        !          11786: 
        !          11787:    'System'
        !          11788: => 'System',
        !          11789: 
        !          11790:    'System Administration'
        !          11791: => 'System Administration',
        !          11792: 
        !          11793:    'System Level'
        !          11794: => 'System Level',
        !          11795: 
        !          11796:    'System wide - can be used for any courses system wide'
        !          11797: => 'System wide - can be used for any courses system wide',
        !          11798: 
        !          11799:    'System wide - open source to all authors'
        !          11800: => 'System wide - open source to all authors',
        !          11801: 
        !          11802:    'Tabulator separated'
        !          11803: => 'Tabulator separated',
        !          11804: 
        !          11805:    'Target'
        !          11806: => 'Target',
        !          11807: 
        !          11808:    'Target Edit Map'
        !          11809: => 'Target Edit Map',
        !          11810: 
        !          11811:    'Task'
        !          11812: => 'Task',
        !          11813: 
        !          11814:    'TeX unconverted due to errors'
        !          11815: => 'TeX unconverted due to errors',
        !          11816: 
        !          11817:    'TeX unconverted due to previous errors'
        !          11818: => 'TeX unconverted due to previous errors',
        !          11819: 
        !          11820:    'TeXWidth(mm):'
        !          11821: => 'TeXWidth(mm):',
        !          11822: 
        !          11823:    'Teaching Assistant'
        !          11824: => 'Teaching Assistant',
        !          11825: 
        !          11826:    'Template'
        !          11827: => 'Template',
        !          11828: 
        !          11829:    'Temporary Assembly Workspace'
        !          11830: => 'Temporary Assembly Workspace',
        !          11831: 
        !          11832:    'Text'
        !          11833: => 'Text',
        !          11834: 
        !          11835:    'Text Block'
        !          11836: => 'Text Block',
        !          11837: 
        !          11838:    'Textbook'
        !          11839: => 'Textbook',
        !          11840: 
        !          11841:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
        !          11842: => 'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.',
        !          11843: 
        !          11844:    'The error reported was'
        !          11845: => 'The error reported was',
        !          11846: 
        !          11847:    'The extension on this file'
        !          11848: => 'The extension on this file',
        !          11849: 
        !          11850:    'The filetype extension of the file you uploaded is not allowed.'
        !          11851: => 'The filetype extension of the file you uploaded is not allowed.',
        !          11852: 
        !          11853:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
        !          11854: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
        !          11855: 
        !          11856:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
        !          11857: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
        !          11858: 
        !          11859:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
        !          11860: => 'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.',
        !          11861: 
        !          11862:    'The optional email address field was not specified.'
        !          11863: => 'The optional email address field was not specified.',
        !          11864: 
        !          11865:    'The optional name field was not specified.'
        !          11866: => 'The optional name field was not specified.',
        !          11867: 
        !          11868:    'The optional section or group field was not specified.'
        !          11869: => 'The optional section or group field was not specified.',
        !          11870: 
        !          11871:    'The optional student number field was not specified.'
        !          11872: => 'The optional student number field was not specified.',
        !          11873: 
        !          11874:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
        !          11875: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
        !          11876: 
        !          11877:    'The requested file'
        !          11878: => 'The requested file',
        !          11879: 
        !          11880:    'The student must log out and log in again to see these changes.'
        !          11881: => 'The student must log out and log in again to see these changes.',
        !          11882: 
        !          11883:    'The submitted answer was too long.'
        !          11884: => 'The submitted answer was too long.',
        !          11885: 
        !          11886:    'The target is an existing directory.'
        !          11887: => 'The target is an existing directory.',
        !          11888: 
        !          11889:    'Then'
        !          11890: => 'Then',
        !          11891: 
        !          11892:    'There are currently no Error Messages for this resource.'
        !          11893: => 'There are currently no Error Messages for this resource.',
        !          11894: 
        !          11895:    'There are currently no results'
        !          11896: => 'There are currently no results',
        !          11897: 
        !          11898:    'There are no Evaluation Comments on this resource.'
        !          11899: => 'There are no Evaluation Comments on this resource.',
        !          11900: 
        !          11901:    'There are no currently enrolled students in the course.'
        !          11902: => 'There are no currently enrolled students in the course.',
        !          11903: 
        !          11904:    'There are no currently enrolled students in the selected sections.'
        !          11905: => 'There are no currently enrolled students in the selected sections.',
        !          11906: 
        !          11907:    'There are no previously enrolled students in the course.'
        !          11908: => 'There are no previously enrolled students in the course.',
        !          11909: 
        !          11910:    'There are no previously enrolled students in the selected sections.'
        !          11911: => 'There are no previously enrolled students in the selected sections.',
        !          11912: 
        !          11913:    'There are no students currently enrolled.'
        !          11914: => 'There are no students currently enrolled.',
        !          11915: 
        !          11916:    'There are no students in the course.'
        !          11917: => 'There are no students in the course.',
        !          11918: 
        !          11919:    'There are no students in the selected sections.'
        !          11920: => 'There are no students in the selected sections.',
        !          11921: 
        !          11922:    'There is no student data for this problem.'
        !          11923: => 'There is no student data for this problem.',
        !          11924: 
        !          11925:    'There was an error determining the environment values for'
        !          11926: => 'There was an error determining the environment values for',
        !          11927: 
        !          11928:    'This controls how receipt numbers are generated.'
        !          11929: => 'This controls how receipt numbers are generated.',
        !          11930: 
        !          11931:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
        !          11932: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
        !          11933: 
        !          11934:    'This helper will set up your LON-CAPA course and choose which features will be active.'
        !          11935: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
        !          11936: 
        !          11937:    'This is an automatic message generated by the LON-CAPA system.'
        !          11938: => 'This is an automatic message generated by the LON-CAPA system.',
        !          11939: 
        !          11940:    'This question expects a numeric answer.'
        !          11941: => 'This question expects a numeric answer.',
        !          11942: 
        !          11943:    'This resource has been marked obsolete by the author(s)'
        !          11944: => 'This resource has been marked obsolete by the author(s)',
        !          11945: 
        !          11946:    'This resource might be part of another course.'
        !          11947: => 'This resource might be part of another course.',
        !          11948: 
        !          11949:    'This syllabus can be publicly viewed at'
        !          11950: => 'This syllabus can be publicly viewed at',
        !          11951: 
        !          11952:    'Threaded View'
        !          11953: => 'Threaded View',
        !          11954: 
        !          11955:    'Thu'
        !          11956: => 'Thu',
        !          11957: 
        !          11958:    'Time'
        !          11959: => 'Time',
        !          11960: 
        !          11961:    'Title'
        !          11962: => 'Title',
        !          11963: 
        !          11964:    'To'
        !          11965: => 'To',
        !          11966: 
        !          11967:    'To create a new'
        !          11968: => 'To create a new',
        !          11969: 
        !          11970:    'Top Level Map'
        !          11971: => 'Top Level Map',
        !          11972: 
        !          11973:    'Topic'
        !          11974: => 'Topic',
        !          11975: 
        !          11976:    'Total'
        !          11977: => 'Total',
        !          11978: 
        !          11979:    'Total Parts In Course'
        !          11980: => 'Total Parts In Course',
        !          11981: 
        !          11982:    'Total number of records found in file: [_1].'
        !          11983: => 'Total number of records found in file: [_1].',
        !          11984: 
        !          11985:    'Total number of students who have worked on this problem'
        !          11986: => 'Total number of students who have worked on this problem',
        !          11987: 
        !          11988:    'Tries'
        !          11989: => 'Tries',
        !          11990: 
        !          11991:    'True'
        !          11992: => 'True',
        !          11993: 
        !          11994:    'Tue'
        !          11995: => 'Tue',
        !          11996: 
        !          11997:    'Turkish - ISO'
        !          11998: => 'Turkish - ISO',
        !          11999: 
        !          12000:    'Type'
        !          12001: => 'Type',
        !          12002: 
        !          12003:    'Type Name Here'
        !          12004: => 'Type Name Here',
        !          12005: 
        !          12006:    'Type in value'
        !          12007: => 'Type in value',
        !          12008: 
        !          12009:    'Type-in value'
        !          12010: => 'Type-in value',
        !          12011: 
        !          12012:    'Type:'
        !          12013: => 'Type:',
        !          12014: 
        !          12015:    'UNDISPLAYABLE'
        !          12016: => 'UNDISPLAYABLE',
        !          12017: 
        !          12018:    'UNIX authenticated'
        !          12019: => 'UNIX authenticated',
        !          12020: 
        !          12021:    'URL'
        !          12022: => 'URL',
        !          12023: 
        !          12024:    'URLs To Include in Syllabus'
        !          12025: => 'URLs To Include in Syllabus',
        !          12026: 
        !          12027:    'USERS'
        !          12028: => 'USERS',
        !          12029: 
        !          12030:    'Unable to connect to database!'
        !          12031: => 'Unable to connect to database!',
        !          12032: 
        !          12033:    'Unable to determine if this resource is open due to network problems. Please try again later.'
        !          12034: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
        !          12035: 
        !          12036:    'Unable to enroll'
        !          12037: => 'Unable to enroll',
        !          12038: 
        !          12039:    'Unable to enroll students'
        !          12040: => 'Unable to enroll students',
        !          12041: 
        !          12042:    'Unable to find'
        !          12043: => 'Unable to find',
        !          12044: 
        !          12045:    'Unable to make backup'
        !          12046: => 'Unable to make backup',
        !          12047: 
        !          12048:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
        !          12049: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
        !          12050: 
        !          12051:    'Unable to retrieve environment data for'
        !          12052: => 'Unable to retrieve environment data for',
        !          12053: 
        !          12054:    'Unable to set default dates for course'
        !          12055: => 'Unable to set default dates for course',
        !          12056: 
        !          12057:    'Unable to understand formula'
        !          12058: => 'Unable to understand formula',
        !          12059: 
        !          12060:    'Unable to undo, unable to switch'
        !          12061: => 'Unable to undo, unable to switch',
        !          12062: 
        !          12063:    'Unable to write to'
        !          12064: => 'Unable to write to',
        !          12065: 
        !          12066:    'Unavailable course'
        !          12067: => 'Unavailable course',
        !          12068: 
        !          12069:    'Uncheck All'
        !          12070: => 'Uncheck All',
        !          12071: 
        !          12072:    'Uncompleted Homework'
        !          12073: => 'Uncompleted Homework',
        !          12074: 
        !          12075:    'Undetermined - ISO'
        !          12076: => 'Undetermined - ISO',
        !          12077: 
        !          12078:    'Undid changes, Switched'
        !          12079: => 'Undid changes, Switched',
        !          12080: 
        !          12081:    'Unit:'
        !          12082: => 'Unit:',
        !          12083: 
        !          12084:    'Units incorrect.'
        !          12085: => 'Units incorrect.',
        !          12086: 
        !          12087:    'Units required'
        !          12088: => 'Units required',
        !          12089: 
        !          12090:    'Unknown Action'
        !          12091: => 'Unknown Action',
        !          12092: 
        !          12093:    'Unknown ID'
        !          12094: => 'Unknown ID',
        !          12095: 
        !          12096:    'Unknown message'
        !          12097: => 'Unknown message',
        !          12098: 
        !          12099:    'Unknown user'
        !          12100: => 'Unknown user',
        !          12101: 
        !          12102:    'Unpublished'
        !          12103: => 'Unpublished',
        !          12104: 
        !          12105:    'Unselect All'
        !          12106: => 'Unselect All',
        !          12107: 
        !          12108:    'Unselect All Files'
        !          12109: => 'Unselect All Files',
        !          12110: 
        !          12111:    'Unselect All Published'
        !          12112: => 'Unselect All Published',
        !          12113: 
        !          12114:    'Unselect All Resources'
        !          12115: => 'Unselect All Resources',
        !          12116: 
        !          12117:    'Unselect All Students'
        !          12118: => 'Unselect All Students',
        !          12119: 
        !          12120:    'Unselect for Section/Group'
        !          12121: => 'Unselect for Section/Group',
        !          12122: 
        !          12123:    'Unsuccessful Login'
        !          12124: => 'Unsuccessful Login',
        !          12125: 
        !          12126:    'Unsupported character combination'
        !          12127: => 'Unsupported character combination',
        !          12128: 
        !          12129:    'Up'
        !          12130: => 'Up',
        !          12131: 
        !          12132:    'Update Course Assessment Parameter Display'
        !          12133: => 'Update Course Assessment Parameter Display',
        !          12134: 
        !          12135:    'Update Display'
        !          12136: => 'Update Display',
        !          12137: 
        !          12138:    'Update Section or Specific User'
        !          12139: => 'Update Section or Specific User',
        !          12140: 
        !          12141:    'Update Student Data'
        !          12142: => 'Update Student Data',
        !          12143: 
        !          12144:    'Updating discussion time'
        !          12145: => 'Updating discussion time',
        !          12146: 
        !          12147:    'Upload Document'
        !          12148: => 'Upload Document',
        !          12149: 
        !          12150:    'Upload Scantron data'
        !          12151: => 'Upload Scantron data',
        !          12152: 
        !          12153:    'Upload a Photo'
        !          12154: => 'Upload a Photo',
        !          12155: 
        !          12156:    'Upload a class list'
        !          12157: => 'Upload a class list',
        !          12158: 
        !          12159:    'Upload a new main course document'
        !          12160: => 'Upload a new main course document',
        !          12161: 
        !          12162:    'Upload a new supplemental course document'
        !          12163: => 'Upload a new supplemental course document',
        !          12164: 
        !          12165:    'Upload class list'
        !          12166: => 'Upload class list',
        !          12167: 
        !          12168:    'Upload file'
        !          12169: => 'Upload file',
        !          12170: 
        !          12171:    'Upload file to Construction Space'
        !          12172: => 'Upload file to Construction Space',
        !          12173: 
        !          12174:    'Uploaded'
        !          12175: => 'Uploaded',
        !          12176: 
        !          12177:    'Uploaded Document'
        !          12178: => 'Uploaded Document',
        !          12179: 
        !          12180:    'Uploading Class List'
        !          12181: => 'Uploading Class List',
        !          12182: 
        !          12183:    'Use or edit my bookmark collection'
        !          12184: => 'Use or edit my bookmark collection',
        !          12185: 
        !          12186:    'User'
        !          12187: => 'User',
        !          12188: 
        !          12189:    'User Load'
        !          12190: => 'User Load',
        !          12191: 
        !          12192:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
        !          12193: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
        !          12194: 
        !          12195:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
        !          12196: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
        !          12197: 
        !          12198:    'User Role'
        !          12199: => 'User Role',
        !          12200: 
        !          12201:    'User Roles'
        !          12202: => 'User Roles',
        !          12203: 
        !          12204:    'Username'
        !          12205: => 'Username',
        !          12206: 
        !          12207:    'Users with Roles Assigned by'
        !          12208: => 'Users with Roles Assigned by',
        !          12209: 
        !          12210:    'VIEW'
        !          12211: => 'VIEW',
        !          12212: 
        !          12213:    'Value'
        !          12214: => 'Value',
        !          12215: 
        !          12216:    'Verify Content'
        !          12217: => 'Verify Content',
        !          12218: 
        !          12219:    'Verify Course Documents'
        !          12220: => 'Verify Course Documents',
        !          12221: 
        !          12222:    'Verify Selection'
        !          12223: => 'Verify Selection',
        !          12224: 
        !          12225:    'Version'
        !          12226: => 'Version',
        !          12227: 
        !          12228:    'Version Number'
        !          12229: => 'Version Number',
        !          12230: 
        !          12231:    'Version changes since Yesterday'
        !          12232: => 'Version changes since Yesterday',
        !          12233: 
        !          12234:    'Version changes since last Month'
        !          12235: => 'Version changes since last Month',
        !          12236: 
        !          12237:    'Version changes since last Week'
        !          12238: => 'Version changes since last Week',
        !          12239: 
        !          12240:    'Version changes since start of Course'
        !          12241: => 'Version changes since start of Course',
        !          12242: 
        !          12243:    'Version used in Course'
        !          12244: => 'Version used in Course',
        !          12245: 
        !          12246:    'View'
        !          12247: => 'View',
        !          12248: 
        !          12249:    'View All Messages'
        !          12250: => 'View All Messages',
        !          12251: 
        !          12252:    'View Class List'
        !          12253: => 'View Class List',
        !          12254: 
        !          12255:    'View Critical Messages'
        !          12256: => 'View Critical Messages',
        !          12257: 
        !          12258:    'View Published Version'
        !          12259: => 'View Published Version',
        !          12260: 
        !          12261:    'View course assessment statistics'
        !          12262: => 'View course assessment statistics',
        !          12263: 
        !          12264:    'View documents included in this course'
        !          12265: => 'View documents included in this course',
        !          12266: 
        !          12267:    'View file'
        !          12268: => 'View file',
        !          12269: 
        !          12270:    'View the FAQ'
        !          12271: => 'View the FAQ',
        !          12272: 
        !          12273:    'View the course assessment progress chart'
        !          12274: => 'View the course assessment progress chart',
        !          12275: 
        !          12276:    'View user submissions for this assessment resource'
        !          12277: => 'View user submissions for this assessment resource',
        !          12278: 
        !          12279:    'Visibly Separate Items on Pages'
        !          12280: => 'Visibly Separate Items on Pages',
        !          12281: 
        !          12282:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
        !          12283: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
        !          12284: 
        !          12285:    'Warning!'
        !          12286: => 'Warning!',
        !          12287: 
        !          12288:    'Warning: change of MIME type!'
        !          12289: => 'Warning: change of MIME type!',
        !          12290: 
        !          12291:    'Warning: target file exists!'
        !          12292: => 'Warning: target file exists!',
        !          12293: 
        !          12294:    'Warning: target file exists, and has been published!'
        !          12295: => 'Warning: target file exists, and has been published!',
        !          12296: 
        !          12297:    'Was due'
        !          12298: => 'Was due',
        !          12299: 
        !          12300:    'Web Links'
        !          12301: => 'Web Links',
        !          12302: 
        !          12303:    'Web References'
        !          12304: => 'Web References',
        !          12305: 
        !          12306:    'Wed'
        !          12307: => 'Wed',
        !          12308: 
        !          12309:    'Weight (weight)'
        !          12310: => 'Weight (weight)',
        !          12311: 
        !          12312:    'Welcome'
        !          12313: => 'Welcome',
        !          12314: 
        !          12315:    'Welcome to Your New LON-CAPA Course'
        !          12316: => 'Welcome to Your New LON-CAPA Course',
        !          12317: 
        !          12318:    'Welcome to the Assignment Parameter Helper'
        !          12319: => 'Welcome to the Assignment Parameter Helper',
        !          12320: 
        !          12321:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
        !          12322: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',
        !          12323: 
        !          12324:    'What parameter do you want to set for all problems in the course?'
        !          12325: => 'What parameter do you want to set for all problems in the course?',
        !          12326: 
        !          12327:    'What parameter do you want to set for the selected folder?'
        !          12328: => 'What parameter do you want to set for the selected folder?',
        !          12329: 
        !          12330:    'What parameter do you want to set for the selected problem?'
        !          12331: => 'What parameter do you want to set for the selected problem?',
        !          12332: 
        !          12333:    'What should the answer open date be set to?'
        !          12334: => 'What should the answer open date be set to?',
        !          12335: 
        !          12336:    'What should the due date be set to?'
        !          12337: => 'What should the due date be set to?',
        !          12338: 
        !          12339:    'What should the opening date be set to?'
        !          12340: => 'What should the opening date be set to?',
        !          12341: 
        !          12342:    'What weight should be set for all problems in the course?'
        !          12343: => 'What weight should be set for all problems in the course?',
        !          12344: 
        !          12345:    'What weight should be set for the selected folder?'
        !          12346: => 'What weight should be set for the selected folder?',
        !          12347: 
        !          12348:    'What weight should be set for the selected problem?'
        !          12349: => 'What weight should be set for the selected problem?',
        !          12350: 
        !          12351:    'Which Problem or Problems?'
        !          12352: => 'Which Problem or Problems?',
        !          12353: 
        !          12354:    'Which problems do you wish to set a parameter for?'
        !          12355: => 'Which problems do you wish to set a parameter for?',
        !          12356: 
        !          12357:    'Width'
        !          12358: => 'Width',
        !          12359: 
        !          12360:    'Width(pixel):'
        !          12361: => 'Width(pixel):',
        !          12362: 
        !          12363:    'With Answers'
        !          12364: => 'With Answers',
        !          12365: 
        !          12366:    'Without Answers'
        !          12367: => 'Without Answers',
        !          12368: 
        !          12369:    'Words'
        !          12370: => 'Words',
        !          12371: 
        !          12372:    'Wrote Metadata'
        !          12373: => 'Wrote Metadata',
        !          12374: 
        !          12375:    'XML/SGML'
        !          12376: => 'XML/SGML',
        !          12377: 
        !          12378:    'Yes'
        !          12379: => 'Yes',
        !          12380: 
        !          12381:    'You are correct.'
        !          12382: => 'You are correct.',
        !          12383: 
        !          12384:    'You are excused from the problem.'
        !          12385: => 'You are excused from the problem.',
        !          12386: 
        !          12387:    'You are working with an unsaved version of your map.'
        !          12388: => 'You are working with an unsaved version of your map.',
        !          12389: 
        !          12390:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
        !          12391: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
        !          12392: 
        !          12393:    'You did not select a template.'
        !          12394: => 'You did not select a template.',
        !          12395: 
        !          12396:    'You do not have authoring privileges for this resource'
        !          12397: => 'You do not have authoring privileges for this resource',
        !          12398: 
        !          12399:    'You have entered that answer before'
        !          12400: => 'You have entered that answer before',
        !          12401: 
        !          12402:    'You have no critical messages.'
        !          12403: => 'You have no critical messages.',
        !          12404: 
        !          12405:    'You have no unread messages'
        !          12406: => 'You have no unread messages',
        !          12407: 
        !          12408:    'You have provided an invalid ranking'
        !          12409: => 'You have provided an invalid ranking',
        !          12410: 
        !          12411:    'You must choose an authentication type.'
        !          12412: => 'You must choose an authentication type.',
        !          12413: 
        !          12414:    'You must choose at least one student to continue.'
        !          12415: => 'You must choose at least one student to continue.',
        !          12416: 
        !          12417:    'You must choose one or more choices to continue.'
        !          12418: => 'You must choose one or more choices to continue.',
        !          12419: 
        !          12420:    'You need to choose another user role or enter a specific course for this function'
        !          12421: => 'You need to choose another user role or enter a specific course for this function',
        !          12422: 
        !          12423:    'You need to specify the Kerberos domain.'
        !          12424: => 'You need to specify the Kerberos domain.',
        !          12425: 
        !          12426:    'You need to specify the initial password.'
        !          12427: => 'You need to specify the initial password.',
        !          12428: 
        !          12429:    'You need to specify the username field.'
        !          12430: => 'You need to specify the username field.',
        !          12431: 
        !          12432:    'Your Excel Spreadsheet'
        !          12433: => 'Your Excel Spreadsheet',
        !          12434: 
        !          12435:    'Your Version Settings have been Stored'
        !          12436: => 'Your Version Settings have been Stored',
        !          12437: 
        !          12438:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
        !          12439: => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
        !          12440: 
        !          12441:    'Your home server is '
        !          12442: => 'Your home server is ',
        !          12443: 
        !          12444:    'Your receipt is'
        !          12445: => 'Your receipt is',
        !          12446: 
        !          12447:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
        !          12448: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
        !          12449: 
        !          12450:    'Your submission has been recorded.'
        !          12451: => 'Your submission has been recorded.',
        !          12452: 
        !          12453:    '[_1] (what you just saw on the screen)'
        !          12454: => '[_1] (what you just saw on the screen)',
        !          12455: 
        !          12456:    '[_1] Do not change login data'
        !          12457: => '[_1] Do not change login data',
        !          12458: 
        !          12459:    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
        !          12460: => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',
        !          12461: 
        !          12462:    '[_1] Filesystem Authenticated (with initial password [_2])'
        !          12463: => '[_1] Filesystem Authenticated (with initial password [_2])',
        !          12464: 
        !          12465:    '[_1] Internally authenticated (mit Anfangspasswort [_2])'
        !          12466: => '[_1] Internally authenticated (mit Anfangspasswort [_2])',
        !          12467: 
        !          12468:    '[_1] Internally authenticated (with initial password [_2])'
        !          12469: => '[_1] Internally authenticated (with initial password [_2])',
        !          12470: 
        !          12471:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
        !          12472: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
        !          12473: 
        !          12474:    '[_1] Local Authentication with arguement [_2]'
        !          12475: => '[_1] Local Authentication with arguement [_2]',
        !          12476: 
        !          12477:    '[_1] Local Authentication with argument [_2]'
        !          12478: => '[_1] Local Authentication with argument [_2]',
        !          12479: 
        !          12480:    '[_1] Records per Page'
        !          12481: => '[_1] Records per Page',
        !          12482: 
        !          12483:    '[_1] minutes'
        !          12484: => '[_1] minutes',
        !          12485: 
        !          12486:    '[_1] minutes, [_2] seconds'
        !          12487: => '[_1] minutes, [_2] seconds',
        !          12488: 
        !          12489:    '[_1] with value [_2]'
        !          12490: => '[_1] with value [_2]',
        !          12491: 
        !          12492:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          12493: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          12494: 
        !          12495:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
        !          12496: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
        !          12497: 
        !          12498:    '[_2] seconds'
        !          12499: => '[_2] seconds',
        !          12500: 
        !          12501:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
        !          12502: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
        !          12503: 
        !          12504:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
        !          12505: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
        !          12506: 
        !          12507:    'a.m.'
        !          12508: => 'a.m.',
        !          12509: 
        !          12510:    'aboutlon.gif'
        !          12511: => 'aboutlon.gif',
        !          12512: 
        !          12513:    'abstract'
        !          12514: => 'abstract',
        !          12515: 
        !          12516:    'acc keys'
        !          12517: => 'acc keys',
        !          12518: 
        !          12519:    'acc keys[_1]'
        !          12520: => 'acc keys[_1]',
        !          12521: 
        !          12522:    'access denied'
        !          12523: => 'access denied',
        !          12524: 
        !          12525:    'accessbutton.gif'
        !          12526: => 'accessbutton.gif',
        !          12527: 
        !          12528:    'according to course preferences'
        !          12529: => 'according to course preferences',
        !          12530: 
        !          12531:    'according to resource settings'
        !          12532: => 'according to resource settings',
        !          12533: 
        !          12534:    'according to user session state'
        !          12535: => 'according to user session state',
        !          12536: 
        !          12537:    'after selected'
        !          12538: => 'after selected',
        !          12539: 
        !          12540:    'all'
        !          12541: => 'all',
        !          12542: 
        !          12543:    'all resources in the course'
        !          12544: => 'all resources in the course',
        !          12545: 
        !          12546:    'all students in course'
        !          12547: => 'all students in course',
        !          12548: 
        !          12549:    'an indeterminate date'
        !          12550: => 'an indeterminate date',
        !          12551: 
        !          12552:    'an unknown date'
        !          12553: => 'an unknown date',
        !          12554: 
        !          12555:    'and'
        !          12556: => 'and',
        !          12557: 
        !          12558:    'and return receipt'
        !          12559: => 'and return receipt',
        !          12560: 
        !          12561:    'anno-'
        !          12562: => 'anno-',
        !          12563: 
        !          12564:    'anno-[_1]'
        !          12565: => 'anno-[_1]',
        !          12566: 
        !          12567:    'anno.gif'
        !          12568: => 'anno.gif',
        !          12569: 
        !          12570:    'announce'
        !          12571: => 'announce',
        !          12572: 
        !          12573:    'announce[_1]'
        !          12574: => 'announce[_1]',
        !          12575: 
        !          12576:    'anonymous'
        !          12577: => 'anonymous',
        !          12578: 
        !          12579:    'anonymous students'
        !          12580: => 'anonymous students',
        !          12581: 
        !          12582:    'anot.gif'
        !          12583: => 'anot.gif',
        !          12584: 
        !          12585:    'answer date'
        !          12586: => 'answer date',
        !          12587: 
        !          12588:    'at'
        !          12589: => 'at',
        !          12590: 
        !          12591:    'at Domain'
        !          12592: => 'at Domain',
        !          12593: 
        !          12594:    'at domain'
        !          12595: => 'at domain',
        !          12596: 
        !          12597:    'audio'
        !          12598: => 'audio',
        !          12599: 
        !          12600:    'author'
        !          12601: => 'author',
        !          12602: 
        !          12603:    'backward'
        !          12604: => 'backward',
        !          12605: 
        !          12606:    'backward[_1]'
        !          12607: => 'backward[_1]',
        !          12608: 
        !          12609:    'bchat.gif'
        !          12610: => 'bchat.gif',
        !          12611: 
        !          12612:    'between'
        !          12613: => 'between',
        !          12614: 
        !          12615:    'bookmark'
        !          12616: => 'bookmark',
        !          12617: 
        !          12618:    'bookmark[_1]'
        !          12619: => 'bookmark[_1]',
        !          12620: 
        !          12621:    'bookmark[_2]'
        !          12622: => 'bookmark[_2]',
        !          12623: 
        !          12624:    'button'
        !          12625: => 'button',
        !          12626: 
        !          12627:    'by'
        !          12628: => 'by',
        !          12629: 
        !          12630:    'bytes'
        !          12631: => 'bytes',
        !          12632: 
        !          12633:    'calendar'
        !          12634: => 'calendar',
        !          12635: 
        !          12636:    'calendar[_1]'
        !          12637: => 'calendar[_1]',
        !          12638: 
        !          12639:    'can not be accessed from your location.'
        !          12640: => 'can not be accessed from your location.',
        !          12641: 
        !          12642:    'catalog'
        !          12643: => 'catalog',
        !          12644: 
        !          12645:    'catalog.gif'
        !          12646: => 'catalog.gif',
        !          12647: 
        !          12648:    'catalog[_1]'
        !          12649: => 'catalog[_1]',
        !          12650: 
        !          12651:    'ccrs.gif'
        !          12652: => 'ccrs.gif',
        !          12653: 
        !          12654:    'changes will not show until next login'
        !          12655: => 'changes will not show until next login',
        !          12656: 
        !          12657:    'chart'
        !          12658: => 'chart',
        !          12659: 
        !          12660:    'chart[_1]'
        !          12661: => 'chart[_1]',
        !          12662: 
        !          12663:    'chat'
        !          12664: => 'chat',
        !          12665: 
        !          12666:    'chat[_1]'
        !          12667: => 'chat[_1]',
        !          12668: 
        !          12669:    'check all'
        !          12670: => 'check all',
        !          12671: 
        !          12672:    'chmod error'
        !          12673: => 'chmod error',
        !          12674: 
        !          12675:    'choose'
        !          12676: => 'choose',
        !          12677: 
        !          12678:    'choose[_1]'
        !          12679: => 'choose[_1]',
        !          12680: 
        !          12681:    'choose[_2]'
        !          12682: => 'choose[_2]',
        !          12683: 
        !          12684:    'chrt.gif'
        !          12685: => 'chrt.gif',
        !          12686: 
        !          12687:    'click on the'
        !          12688: => 'click on the',
        !          12689: 
        !          12690:    'close this window'
        !          12691: => 'close this window',
        !          12692: 
        !          12693:    'co con-'
        !          12694: => 'co con-',
        !          12695: 
        !          12696:    'co con-[_1]'
        !          12697: => 'co con-[_1]',
        !          12698: 
        !          12699:    'co res'
        !          12700: => 'co res',
        !          12701: 
        !          12702:    'co res[_1]'
        !          12703: => 'co res[_1]',
        !          12704: 
        !          12705:    'com.gif'
        !          12706: => 'com.gif',
        !          12707: 
        !          12708:    'commu-'
        !          12709: => 'commu-',
        !          12710: 
        !          12711:    'commu-[_1]'
        !          12712: => 'commu-[_1]',
        !          12713: 
        !          12714:    'con-'
        !          12715: => 'con-',
        !          12716: 
        !          12717:    'con-[_1]'
        !          12718: => 'con-[_1]',
        !          12719: 
        !          12720:    'connection down'
        !          12721: => 'connection down',
        !          12722: 
        !          12723:    'contacting'
        !          12724: => 'contacting',
        !          12725: 
        !          12726:    'contacting [_1]'
        !          12727: => 'contacting [_1]',
        !          12728: 
        !          12729:    'contents'
        !          12730: => 'contents',
        !          12731: 
        !          12732:    'contents[_1]'
        !          12733: => 'contents[_1]',
        !          12734: 
        !          12735:    'copy Error'
        !          12736: => 'copy Error',
        !          12737: 
        !          12738:    'copyright'
        !          12739: => 'copyright',
        !          12740: 
        !          12741:    'could not be copied.'
        !          12742: => 'could not be copied.',
        !          12743: 
        !          12744:    'course'
        !          12745: => 'course',
        !          12746: 
        !          12747:    'course[_10]'
        !          12748: => 'course[_10]',
        !          12749: 
        !          12750:    'course[_11]'
        !          12751: => 'course[_11]',
        !          12752: 
        !          12753:    'course[_1]'
        !          12754: => 'course[_1]',
        !          12755: 
        !          12756:    'course[_2]'
        !          12757: => 'course[_2]',
        !          12758: 
        !          12759:    'course[_3]'
        !          12760: => 'course[_3]',
        !          12761: 
        !          12762:    'course[_4]'
        !          12763: => 'course[_4]',
        !          12764: 
        !          12765:    'course[_5]'
        !          12766: => 'course[_5]',
        !          12767: 
        !          12768:    'course[_6]'
        !          12769: => 'course[_6]',
        !          12770: 
        !          12771:    'course[_7]'
        !          12772: => 'course[_7]',
        !          12773: 
        !          12774:    'course[_8]'
        !          12775: => 'course[_8]',
        !          12776: 
        !          12777:    'course[_9]'
        !          12778: => 'course[_9]',
        !          12779: 
        !          12780:    'courses.gif'
        !          12781: => 'courses.gif',
        !          12782: 
        !          12783:    'cprv.gif'
        !          12784: => 'cprv.gif',
        !          12785: 
        !          12786:    'create'
        !          12787: => 'create',
        !          12788: 
        !          12789:    'create[_1]'
        !          12790: => 'create[_1]',
        !          12791: 
        !          12792:    'cstr.gif'
        !          12793: => 'cstr.gif',
        !          12794: 
        !          12795:    'currently does not exist'
        !          12796: => 'currently does not exist',
        !          12797: 
        !          12798:    'custom'
        !          12799: => 'custom',
        !          12800: 
        !          12801:    'custom distribution file'
        !          12802: => 'custom distribution file',
        !          12803: 
        !          12804:    'customdistributionfile'
        !          12805: => 'customdistributionfile',
        !          12806: 
        !          12807:    'date_am'
        !          12808: => 'date_am',
        !          12809: 
        !          12810:    'date_days'
        !          12811: => 'date_days',
        !          12812: 
        !          12813:    'date_locale'
        !          12814: => 'date_locale',
        !          12815: 
        !          12816:    'date_months'
        !          12817: => 'date_months',
        !          12818: 
        !          12819:    'date_pm'
        !          12820: => 'date_pm',
        !          12821: 
        !          12822:    'default'
        !          12823: => 'default',
        !          12824: 
        !          12825:    'directory'
        !          12826: => 'directory',
        !          12827: 
        !          12828:    'discuss'
        !          12829: => 'discuss',
        !          12830: 
        !          12831:    'discuss[_1]'
        !          12832: => 'discuss[_1]',
        !          12833: 
        !          12834:    'docs'
        !          12835: => 'docs',
        !          12836: 
        !          12837:    'docs.gif'
        !          12838: => 'docs.gif',
        !          12839: 
        !          12840:    'docs[_1]'
        !          12841: => 'docs[_1]',
        !          12842: 
        !          12843:    'docs[_2]'
        !          12844: => 'docs[_2]',
        !          12845: 
        !          12846:    'domain'
        !          12847: => 'domain',
        !          12848: 
        !          12849:    'due date'
        !          12850: => 'due date',
        !          12851: 
        !          12852:    'during the last'
        !          12853: => 'during the last',
        !          12854: 
        !          12855:    'edit'
        !          12856: => 'edit',
        !          12857: 
        !          12858:    'edit crs'
        !          12859: => 'edit crs',
        !          12860: 
        !          12861:    'edit crs[_1]'
        !          12862: => 'edit crs[_1]',
        !          12863: 
        !          12864:    'egrd.gif'
        !          12865: => 'egrd.gif',
        !          12866: 
        !          12867:    'ences'
        !          12868: => 'ences',
        !          12869: 
        !          12870:    'ences[_1]'
        !          12871: => 'ences[_1]',
        !          12872: 
        !          12873:    'enrl.gif'
        !          12874: => 'enrl.gif',
        !          12875: 
        !          12876:    'enroll'
        !          12877: => 'enroll',
        !          12878: 
        !          12879:    'enroll[_1]'
        !          12880: => 'enroll[_1]',
        !          12881: 
        !          12882:    'enter'
        !          12883: => 'enter',
        !          12884: 
        !          12885:    'enter[_1]'
        !          12886: => 'enter[_1]',
        !          12887: 
        !          12888:    'eval.gif'
        !          12889: => 'eval.gif',
        !          12890: 
        !          12891:    'evaluate'
        !          12892: => 'evaluate',
        !          12893: 
        !          12894:    'evaluate[_1]'
        !          12895: => 'evaluate[_1]',
        !          12896: 
        !          12897:    'exit'
        !          12898: => 'exit',
        !          12899: 
        !          12900:    'exit[_1]'
        !          12901: => 'exit[_1]',
        !          12902: 
        !          12903:    'expired or revoked'
        !          12904: => 'expired or revoked',
        !          12905: 
        !          12906:    'extension'
        !          12907: => 'extension',
        !          12908: 
        !          12909:    'external'
        !          12910: => 'external',
        !          12911: 
        !          12912:    'fas'
        !          12913: => 'fas',
        !          12914: 
        !          12915:    'fdbk.gif'
        !          12916: => 'fdbk.gif',
        !          12917: 
        !          12918:    'feedback'
        !          12919: => 'feedback',
        !          12920: 
        !          12921:    'feedback[_1]'
        !          12922: => 'feedback[_1]',
        !          12923: 
        !          12924:    'file<br />extension'
        !          12925: => 'file<br />extension',
        !          12926: 
        !          12927:    'first name'
        !          12928: => 'first name',
        !          12929: 
        !          12930:    'for'
        !          12931: => 'for',
        !          12932: 
        !          12933:    'for <b>all resources in the course</b>'
        !          12934: => 'for <b>all resources in the course</b>',
        !          12935: 
        !          12936:    'for <b>all students in course</b>'
        !          12937: => 'for <b>all students in course</b>',
        !          12938: 
        !          12939:    'for Enclosing Map or Folder'
        !          12940: => 'for Enclosing Map or Folder',
        !          12941: 
        !          12942:    'for Resource'
        !          12943: => 'for Resource',
        !          12944: 
        !          12945:    'for [_1]'
        !          12946: => 'for [_1]',
        !          12947: 
        !          12948:    'for section [_1]'
        !          12949: => 'for section [_1]',
        !          12950: 
        !          12951:    'for the map named [_1]'
        !          12952: => 'for the map named [_1]',
        !          12953: 
        !          12954:    'for the resource named [_1]'
        !          12955: => 'for the resource named [_1]',
        !          12956: 
        !          12957:    'for visible separation'
        !          12958: => 'for visible separation',
        !          12959: 
        !          12960:    'forward'
        !          12961: => 'forward',
        !          12962: 
        !          12963:    'forward[_1]'
        !          12964: => 'forward[_1]',
        !          12965: 
        !          12966:    'from'
        !          12967: => 'from',
        !          12968: 
        !          12969:    'from Enclosing Map or Folder'
        !          12970: => 'from Enclosing Map or Folder',
        !          12971: 
        !          12972:    'from current subdirectory'
        !          12973: => 'from current subdirectory',
        !          12974: 
        !          12975:    'general'
        !          12976: => 'general',
        !          12977: 
        !          12978:    'generation'
        !          12979: => 'generation',
        !          12980: 
        !          12981:    'grades'
        !          12982: => 'grades',
        !          12983: 
        !          12984:    'grades[_1]'
        !          12985: => 'grades[_1]',
        !          12986: 
        !          12987:    'grades[_2]'
        !          12988: => 'grades[_2]',
        !          12989: 
        !          12990:    'grds.gif'
        !          12991: => 'grds.gif',
        !          12992: 
        !          12993:    'have different numbers and answers'
        !          12994: => 'have different numbers and answers',
        !          12995: 
        !          12996:    'helper'
        !          12997: => 'helper',
        !          12998: 
        !          12999:    'htmlarea_lang'
        !          13000: => 'htmlarea_lang',
        !          13001: 
        !          13002:    'in'
        !          13003: => 'in',
        !          13004: 
        !          13005:    'in Course'
        !          13006: => 'in Course',
        !          13007: 
        !          13008:    'in Section/Group'
        !          13009: => 'in Section/Group',
        !          13010: 
        !          13011:    'in domain'
        !          13012: => 'in domain',
        !          13013: 
        !          13014:    'info'
        !          13015: => 'info',
        !          13016: 
        !          13017:    'instructor'
        !          13018: => 'instructor',
        !          13019: 
        !          13020:    'interface available'
        !          13021: => 'interface available',
        !          13022: 
        !          13023:    'internal'
        !          13024: => 'internal',
        !          13025: 
        !          13026:    'is closed but you are allowed to view it'
        !          13027: => 'is closed but you are allowed to view it',
        !          13028: 
        !          13029:    'is due at'
        !          13030: => 'is due at',
        !          13031: 
        !          13032:    'is in this state by royal decree.'
        !          13033: => 'is in this state by royal decree.',
        !          13034: 
        !          13035:    'is in under construction'
        !          13036: => 'is in under construction',
        !          13037: 
        !          13038:    'is not analyzable at this time'
        !          13039: => 'is not analyzable at this time',
        !          13040: 
        !          13041:    'is ready for download'
        !          13042: => 'is ready for download',
        !          13043: 
        !          13044:    'keys.gif'
        !          13045: => 'keys.gif',
        !          13046: 
        !          13047:    'keywords'
        !          13048: => 'keywords',
        !          13049: 
        !          13050:    'language'
        !          13051: => 'language',
        !          13052: 
        !          13053:    'last month'
        !          13054: => 'last month',
        !          13055: 
        !          13056:    'last name'
        !          13057: => 'last name',
        !          13058: 
        !          13059:    'last problem'
        !          13060: => 'last problem',
        !          13061: 
        !          13062:    'last six months'
        !          13063: => 'last six months',
        !          13064: 
        !          13065:    'last student'
        !          13066: => 'last student',
        !          13067: 
        !          13068:    'last three months'
        !          13069: => 'last three months',
        !          13070: 
        !          13071:    'last week'
        !          13072: => 'last week',
        !          13073: 
        !          13074:    'last year'
        !          13075: => 'last year',
        !          13076: 
        !          13077:    'library'
        !          13078: => 'library',
        !          13079: 
        !          13080:    'library[_1]'
        !          13081: => 'library[_1]',
        !          13082: 
        !          13083:    'log in again'
        !          13084: => 'log in again',
        !          13085: 
        !          13086:    'loginproblems.html'
        !          13087: => 'loginproblems.html',
        !          13088: 
        !          13089:    'logout.gif'
        !          13090: => 'logout.gif',
        !          13091: 
        !          13092:    'make these dates the default for future enrollment'
        !          13093: => 'make these dates the default for future enrollment',
        !          13094: 
        !          13095:    'manage'
        !          13096: => 'manage',
        !          13097: 
        !          13098:    'manage[_1]'
        !          13099: => 'manage[_1]',
        !          13100: 
        !          13101:    'may be open from a different computer.'
        !          13102: => 'may be open from a different computer.',
        !          13103: 
        !          13104:    'may open later.'
        !          13105: => 'may open later.',
        !          13106: 
        !          13107:    'middle name'
        !          13108: => 'middle name',
        !          13109: 
        !          13110:    'midnight'
        !          13111: => 'midnight',
        !          13112: 
        !          13113:    'minutes'
        !          13114: => 'minutes',
        !          13115: 
        !          13116:    'missions'
        !          13117: => 'missions',
        !          13118: 
        !          13119:    'most recent'
        !          13120: => 'most recent',
        !          13121: 
        !          13122:    'movies'
        !          13123: => 'movies',
        !          13124: 
        !          13125:    'my'
        !          13126: => 'my',
        !          13127: 
        !          13128:    'my[_1]'
        !          13129: => 'my[_1]',
        !          13130: 
        !          13131:    'name'
        !          13132: => 'name',
        !          13133: 
        !          13134:    'name only visible to course faculty'
        !          13135: => 'name only visible to course faculty',
        !          13136: 
        !          13137:    'nav.gif'
        !          13138: => 'nav.gif',
        !          13139: 
        !          13140:    'navigate'
        !          13141: => 'navigate',
        !          13142: 
        !          13143:    'navigate[_1]'
        !          13144: => 'navigate[_1]',
        !          13145: 
        !          13146:    'never'
        !          13147: => 'never',
        !          13148: 
        !          13149:    'nication'
        !          13150: => 'nication',
        !          13151: 
        !          13152:    'nication[_1]'
        !          13153: => 'nication[_1]',
        !          13154: 
        !          13155:    'no ending date'
        !          13156: => 'no ending date',
        !          13157: 
        !          13158:    'noon'
        !          13159: => 'noon',
        !          13160: 
        !          13161:    'not displayed'
        !          13162: => 'not displayed',
        !          13163: 
        !          13164:    'not found'
        !          13165: => 'not found',
        !          13166: 
        !          13167:    'notes'
        !          13168: => 'notes',
        !          13169: 
        !          13170:    'num_override'
        !          13171: => 'num_override',
        !          13172: 
        !          13173:    'number'
        !          13174: => 'number',
        !          13175: 
        !          13176:    'number of tries'
        !          13177: => 'number of tries',
        !          13178: 
        !          13179:    'obsolete'
        !          13180: => 'obsolete',
        !          13181: 
        !          13182:    'obsolete replacement'
        !          13183: => 'obsolete replacement',
        !          13184: 
        !          13185:    'obsoletereplacement'
        !          13186: => 'obsoletereplacement',
        !          13187: 
        !          13188:    'of'
        !          13189: => 'of',
        !          13190: 
        !          13191:    'only check if you know what you are doing'
        !          13192: => 'only check if you know what you are doing',
        !          13193: 
        !          13194:    'only search domain'
        !          13195: => 'only search domain',
        !          13196: 
        !          13197:    'opening date'
        !          13198: => 'opening date',
        !          13199: 
        !          13200:    'optional'
        !          13201: => 'optional',
        !          13202: 
        !          13203:    'or'
        !          13204: => 'or',
        !          13205: 
        !          13206:    'or ID'
        !          13207: => 'or ID',
        !          13208: 
        !          13209:    'or any other value'
        !          13210: => 'or any other value',
        !          13211: 
        !          13212:    'p.m.'
        !          13213: => 'p.m.',
        !          13214: 
        !          13215:    'pages'
        !          13216: => 'pages',
        !          13217: 
        !          13218:    'parm.gif'
        !          13219: => 'parm.gif',
        !          13220: 
        !          13221:    'parms'
        !          13222: => 'parms',
        !          13223: 
        !          13224:    'parms[_1]'
        !          13225: => 'parms[_1]',
        !          13226: 
        !          13227:    'part'
        !          13228: => 'part',
        !          13229: 
        !          13230:    'percent'
        !          13231: => 'percent',
        !          13232: 
        !          13233:    'pictures'
        !          13234: => 'pictures',
        !          13235: 
        !          13236:    'please refer to'
        !          13237: => 'please refer to',
        !          13238: 
        !          13239:    'pref.gif'
        !          13240: => 'pref.gif',
        !          13241: 
        !          13242:    'prefer-'
        !          13243: => 'prefer-',
        !          13244: 
        !          13245:    'prefer-[_1]'
        !          13246: => 'prefer-[_1]',
        !          13247: 
        !          13248:    'prepare'
        !          13249: => 'prepare',
        !          13250: 
        !          13251:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          13252: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          13253: 
        !          13254:    'printout'
        !          13255: => 'printout',
        !          13256: 
        !          13257:    'private'
        !          13258: => 'private',
        !          13259: 
        !          13260:    'problem'
        !          13261: => 'problem',
        !          13262: 
        !          13263:    'problem statistics grouped by sequence'
        !          13264: => 'problem statistics grouped by sequence',
        !          13265: 
        !          13266:    'problem statistics ungrouped'
        !          13267: => 'problem statistics ungrouped',
        !          13268: 
        !          13269:    'problem statistics, Excel'
        !          13270: => 'problem statistics, Excel',
        !          13271: 
        !          13272:    'problem weight'
        !          13273: => 'problem weight',
        !          13274: 
        !          13275:    'prt.gif'
        !          13276: => 'prt.gif',
        !          13277: 
        !          13278:    'public'
        !          13279: => 'public',
        !          13280: 
        !          13281:    'publisher<br />owner'
        !          13282: => 'publisher<br />owner',
        !          13283: 
        !          13284:    're-initializing course'
        !          13285: => 're-initializing course',
        !          13286: 
        !          13287:    'remaining'
        !          13288: => 'remaining',
        !          13289: 
        !          13290:    'res.gif'
        !          13291: => 'res.gif',
        !          13292: 
        !          13293:    'resource'
        !          13294: => 'resource',
        !          13295: 
        !          13296:    'resource[_1]'
        !          13297: => 'resource[_1]',
        !          13298: 
        !          13299:    'resources'
        !          13300: => 'resources',
        !          13301: 
        !          13302:    'role'
        !          13303: => 'role',
        !          13304: 
        !          13305:    'role,role,...'
        !          13306: => 'role,role,...',
        !          13307: 
        !          13308:    'role[_1]'
        !          13309: => 'role[_1]',
        !          13310: 
        !          13311:    'role[_2]'
        !          13312: => 'role[_2]',
        !          13313: 
        !          13314:    'roles'
        !          13315: => 'roles',
        !          13316: 
        !          13317:    'roles.gif'
        !          13318: => 'roles.gif',
        !          13319: 
        !          13320:    'roles[_1]'
        !          13321: => 'roles[_1]',
        !          13322: 
        !          13323:    'sbkm.gif'
        !          13324: => 'sbkm.gif',
        !          13325: 
        !          13326:    'scantron[_1]'
        !          13327: => 'scantron[_1]',
        !          13328: 
        !          13329:    'search'
        !          13330: => 'search',
        !          13331: 
        !          13332:    'search[_1]'
        !          13333: => 'search[_1]',
        !          13334: 
        !          13335:    'search[_2]'
        !          13336: => 'search[_2]',
        !          13337: 
        !          13338:    'second'
        !          13339: => 'second',
        !          13340: 
        !          13341:    'seconds'
        !          13342: => 'seconds',
        !          13343: 
        !          13344:    'seconds for'
        !          13345: => 'seconds for',
        !          13346: 
        !          13347:    'section'
        !          13348: => 'section',
        !          13349: 
        !          13350:    'selected students'
        !          13351: => 'selected students',
        !          13352: 
        !          13353:    'send[_1]'
        !          13354: => 'send[_1]',
        !          13355: 
        !          13356:    'sequence'
        !          13357: => 'sequence',
        !          13358: 
        !          13359:    'set'
        !          13360: => 'set',
        !          13361: 
        !          13362:    'set[_1]'
        !          13363: => 'set[_1]',
        !          13364: 
        !          13365:    'space'
        !          13366: => 'space',
        !          13367: 
        !          13368:    'space[_1]'
        !          13369: => 'space[_1]',
        !          13370: 
        !          13371:    'space[_2]'
        !          13372: => 'space[_2]',
        !          13373: 
        !          13374:    'spacer.gif'
        !          13375: => 'spacer.gif',
        !          13376: 
        !          13377:    'spellcheck_lang'
        !          13378: => 'spellcheck_lang',
        !          13379: 
        !          13380:    'sprs.gif'
        !          13381: => 'sprs.gif',
        !          13382: 
        !          13383:    'src.gif'
        !          13384: => 'src.gif',
        !          13385: 
        !          13386:    'standard'
        !          13387: => 'standard',
        !          13388: 
        !          13389:    'standard LaTeX mode'
        !          13390: => 'standard LaTeX mode',
        !          13391: 
        !          13392:    'standard courses only'
        !          13393: => 'standard courses only',
        !          13394: 
        !          13395:    'stat.gif'
        !          13396: => 'stat.gif',
        !          13397: 
        !          13398:    'stats'
        !          13399: => 'stats',
        !          13400: 
        !          13401:    'stats[_1]'
        !          13402: => 'stats[_1]',
        !          13403: 
        !          13404:    'struct'
        !          13405: => 'struct',
        !          13406: 
        !          13407:    'struct[_1]'
        !          13408: => 'struct[_1]',
        !          13409: 
        !          13410:    'struct[_2]'
        !          13411: => 'struct[_2]',
        !          13412: 
        !          13413:    'student'
        !          13414: => 'student',
        !          13415: 
        !          13416:    'student name'
        !          13417: => 'student name',
        !          13418: 
        !          13419:    'subject'
        !          13420: => 'subject',
        !          13421: 
        !          13422:    'switch'
        !          13423: => 'switch',
        !          13424: 
        !          13425:    'switch[_1]'
        !          13426: => 'switch[_1]',
        !          13427: 
        !          13428:    'switch[_2]'
        !          13429: => 'switch[_2]',
        !          13430: 
        !          13431:    'system wide'
        !          13432: => 'system wide',
        !          13433: 
        !          13434:    'tations'
        !          13435: => 'tations',
        !          13436: 
        !          13437:    'template'
        !          13438: => 'template',
        !          13439: 
        !          13440:    'textual_remote_display'
        !          13441: => 'textual_remote_display',
        !          13442: 
        !          13443:    'this'
        !          13444: => 'this',
        !          13445: 
        !          13446:    'title'
        !          13447: => 'title',
        !          13448: 
        !          13449:    'to'
        !          13450: => 'to',
        !          13451: 
        !          13452:    'to [_1] ([_2])'
        !          13453: => 'to [_1] ([_2])',
        !          13454: 
        !          13455:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
        !          13456: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
        !          13457: 
        !          13458:    'today'
        !          13459: => 'today',
        !          13460: 
        !          13461:    'unable to enroll'
        !          13462: => 'unable to enroll',
        !          13463: 
        !          13464:    'uncheck all'
        !          13465: => 'uncheck all',
        !          13466: 
        !          13467:    'undo'
        !          13468: => 'undo',
        !          13469: 
        !          13470:    'unless locked'
        !          13471: => 'unless locked',
        !          13472: 
        !          13473:    'untitled'
        !          13474: => 'untitled',
        !          13475: 
        !          13476:    'updated periodically'
        !          13477: => 'updated periodically',
        !          13478: 
        !          13479:    'use related words'
        !          13480: => 'use related words',
        !          13481: 
        !          13482:    'user'
        !          13483: => 'user',
        !          13484: 
        !          13485:    'user[_1]'
        !          13486: => 'user[_1]',
        !          13487: 
        !          13488:    'userauthentication.gif'
        !          13489: => 'userauthentication.gif',
        !          13490: 
        !          13491:    'username'
        !          13492: => 'username',
        !          13493: 
        !          13494:    'users in'
        !          13495: => 'users in',
        !          13496: 
        !          13497:    'vbkm.gif'
        !          13498: => 'vbkm.gif',
        !          13499: 
        !          13500:    'versions of this problem'
        !          13501: => 'versions of this problem',
        !          13502: 
        !          13503:    'versus'
        !          13504: => 'versus',
        !          13505: 
        !          13506:    'view'
        !          13507: => 'view',
        !          13508: 
        !          13509:    'view sub-'
        !          13510: => 'view sub-',
        !          13511: 
        !          13512:    'view[_1]'
        !          13513: => 'view[_1]',
        !          13514: 
        !          13515:    'visible to author and co-authors only'
        !          13516: => 'visible to author and co-authors only',
        !          13517: 
        !          13518:    'waiting on'
        !          13519: => 'waiting on',
        !          13520: 
        !          13521:    'waiting on [_1]'
        !          13522: => 'waiting on [_1]',
        !          13523: 
        !          13524:    'warning(s)'
        !          13525: => 'warning(s)',
        !          13526: 
        !          13527:    'was due on'
        !          13528: => 'was due on',
        !          13529: 
        !          13530:    'what you just saw on the screen'
        !          13531: => 'what you just saw on the screen',
        !          13532: 
        !          13533:    'will open on'
        !          13534: => 'will open on',
        !          13535: 
        !          13536:    'with server'
        !          13537: => 'with server',
        !          13538: 
        !          13539:    'yes'
        !          13540: => 'yes',
        !          13541: 
        !          13542: 
        !          13543: 
        !          13544: #SYNC Tue Aug 15 16:12:08 2006
        !          13545:    ' [_1]'
        !          13546: => ' [_1]',
        !          13547: 
        !          13548:    '"[_1]" for default hiding'
        !          13549: => '"[_1]" for default hiding',
        !          13550: 
        !          13551:    '"[_1]" for visible separation'
        !          13552: => '"[_1]" for visible separation',
        !          13553: 
        !          13554:    '"[_1]" if allowed, anything else if not'
        !          13555: => '"[_1]" if allowed, anything else if not',
        !          13556: 
        !          13557:    '"[_1]" to disable, anything else if not'
        !          13558: => '"[_1]" to disable, anything else if not',
        !          13559: 
        !          13560:    '# 16 Aug 14:45'
        !          13561: => '# 16 Aug 14:45',
        !          13562: 
        !          13563:    '# Do not translate this line.  [_1] is a check box'
        !          13564: => '# Do not translate this line.  [_1] is a check box',
        !          13565: 
        !          13566:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
        !          13567: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
        !          13568: 
        !          13569:    '# Do not translate this line.  [_1] is a column index.'
        !          13570: => '# Do not translate this line.  [_1] is a column index.',
        !          13571: 
        !          13572:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
        !          13573: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
        !          13574: 
        !          13575:    '# Do not translate this line.  [_1] is a username'
        !          13576: => '# Do not translate this line.  [_1] is a username',
        !          13577: 
        !          13578:    '# Do not translate this line.  [_1] is the number of students processed'
        !          13579: => '# Do not translate this line.  [_1] is the number of students processed',
        !          13580: 
        !          13581:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
        !          13582: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
        !          13583: 
        !          13584:    '# Do not translate this line.  [_1] is username, [_2] is error message'
        !          13585: => '# Do not translate this line.  [_1] is username, [_2] is error message',
        !          13586: 
        !          13587:    '# Do not translate this line.  [_1] is username@domain'
        !          13588: => '# Do not translate this line.  [_1] is username@domain',
        !          13589: 
        !          13590:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
        !          13591: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
        !          13592: 
        !          13593:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
        !          13594: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
        !          13595: 
        !          13596:    '# Do not translate this line.  [_2] is a text entry element'
        !          13597: => '# Do not translate this line.  [_2] is a text entry element',
        !          13598: 
        !          13599:    '# [_1] is a drop-down selection box'
        !          13600: => '# [_1] is a drop-down selection box',
        !          13601: 
        !          13602:    '# [_1] is a number [_2] is the current domain'
        !          13603: => '# [_1] is a number [_2] is the current domain',
        !          13604: 
        !          13605:    '# [_1] is an html link to the current file '
        !          13606: => '# [_1] is an html link to the current file ',
        !          13607: 
        !          13608:    '# _1 is a selection dialog'
        !          13609: => '# _1 is a selection dialog',
        !          13610: 
        !          13611:    '# _1 is a server name'
        !          13612: => '# _1 is a server name',
        !          13613: 
        !          13614:    '# _1 is search string'
        !          13615: => '# _1 is search string',
        !          13616: 
        !          13617:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
        !          13618: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
        !          13619: 
        !          13620:    '# mt fehlt'
        !          13621: => '# mt fehlt',
        !          13622: 
        !          13623:    '#Stdnts'
        !          13624: => '#Stdnts',
        !          13625: 
        !          13626:    '#YES'
        !          13627: => '#YES',
        !          13628: 
        !          13629:    '#[_1] is the foil name'
        !          13630: => '#[_1] is the foil name',
        !          13631: 
        !          13632:    '#_1 is the foil name, _2 is the current value of the foil'
        !          13633: => '#_1 is the foil name, _2 is the current value of the foil',
        !          13634: 
        !          13635:    '%Wrng'
        !          13636: => '%Wrng',
        !          13637: 
        !          13638:    '&nbsp;Show&nbsp;All&nbsp;Foils'
        !          13639: => '&nbsp;Show&nbsp;All&nbsp;Foils',
        !          13640: 
        !          13641:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
        !          13642: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
        !          13643: 
        !          13644:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
        !          13645: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
        !          13646: 
        !          13647:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
        !          13648: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
        !          13649: 
        !          13650:    '(Hand in a file you have prepared on your computer)'
        !          13651: => '(Hand in a file you have prepared on your computer)',
        !          13652: 
        !          13653:    ', and answers will be available on'
        !          13654: => ', and answers will be available on',
        !          13655: 
        !          13656:    ', is reserved internally by LON-CAPA.'
        !          13657: => ', is reserved internally by LON-CAPA.',
        !          13658: 
        !          13659:    ', or the next time you log in.'
        !          13660: => ', or the next time you log in.',
        !          13661: 
        !          13662:    ', select a template from the pull-down menu below'
        !          13663: => ', select a template from the pull-down menu below',
        !          13664: 
        !          13665:    ', select a template from the pull-down menu below.'
        !          13666: => ', select a template from the pull-down menu below.',
        !          13667: 
        !          13668:    '. . . for a particular section'
        !          13669: => '. . . for a particular section',
        !          13670: 
        !          13671:    '. . . for all students in the course'
        !          13672: => '. . . for all students in the course',
        !          13673: 
        !          13674:    '. . . for an individual student'
        !          13675: => '. . . for an individual student',
        !          13676: 
        !          13677:    '1 am'
        !          13678: => '1 am',
        !          13679: 
        !          13680:    '1 minute'
        !          13681: => '1 minute',
        !          13682: 
        !          13683:    '1 out of N multiple choice (radio button)'
        !          13684: => '1 out of N multiple choice (radio button)',
        !          13685: 
        !          13686:    '1 pm'
        !          13687: => '1 pm',
        !          13688: 
        !          13689:    '10 am'
        !          13690: => '10 am',
        !          13691: 
        !          13692:    '10 pm'
        !          13693: => '10 pm',
        !          13694: 
        !          13695:    '11 am'
        !          13696: => '11 am',
        !          13697: 
        !          13698:    '11 pm'
        !          13699: => '11 pm',
        !          13700: 
        !          13701:    '12 am'
        !          13702: => '12 am',
        !          13703: 
        !          13704:    '12 noon'
        !          13705: => '12 noon',
        !          13706: 
        !          13707:    '2 am'
        !          13708: => '2 am',
        !          13709: 
        !          13710:    '2 pm'
        !          13711: => '2 pm',
        !          13712: 
        !          13713:    '3 am'
        !          13714: => '3 am',
        !          13715: 
        !          13716:    '3 pm'
        !          13717: => '3 pm',
        !          13718: 
        !          13719:    '4 am'
        !          13720: => '4 am',
        !          13721: 
        !          13722:    '4 pm'
        !          13723: => '4 pm',
        !          13724: 
        !          13725:    '5 am'
        !          13726: => '5 am',
        !          13727: 
        !          13728:    '5 pm'
        !          13729: => '5 pm',
        !          13730: 
        !          13731:    '6 am'
        !          13732: => '6 am',
        !          13733: 
        !          13734:    '6 pm'
        !          13735: => '6 pm',
        !          13736: 
        !          13737:    '7 am'
        !          13738: => '7 am',
        !          13739: 
        !          13740:    '7 pm'
        !          13741: => '7 pm',
        !          13742: 
        !          13743:    '8 am'
        !          13744: => '8 am',
        !          13745: 
        !          13746:    '8 pm'
        !          13747: => '8 pm',
        !          13748: 
        !          13749:    '9 am'
        !          13750: => '9 am',
        !          13751: 
        !          13752:    '9 pm'
        !          13753: => '9 pm',
        !          13754: 
        !          13755:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
        !          13756: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
        !          13757: 
        !          13758:    '<- Previous'
        !          13759: => '<- Previous',
        !          13760: 
        !          13761:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
        !          13762: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
        !          13763: 
        !          13764:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
        !          13765: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
        !          13766: 
        !          13767:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
        !          13768: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
        !          13769: 
        !          13770:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
        !          13771: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
        !          13772: 
        !          13773:    '<b>Students</b> - students will not be able to participate in discussions'
        !          13774: => '<b>Students</b> - students will not be able to participate in discussions',
        !          13775: 
        !          13776:    '<b>Students</b> - students will not be able to use or view the chat room.'
        !          13777: => '<b>Students</b> - students will not be able to use or view the chat room.',
        !          13778: 
        !          13779:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
        !          13780: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
        !          13781: 
        !          13782:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
        !          13783: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
        !          13784: 
        !          13785:    '<b>[_1]</b>:  Unable to enroll: [_2]'
        !          13786: => '<b>[_1]</b>:  Unable to enroll: [_2]',
        !          13787: 
        !          13788:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
        !          13789: => '<b>[_1]</b>: Unable to enroll.  No password specified.',
        !          13790: 
        !          13791:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
        !          13792: => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',
        !          13793: 
        !          13794:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
        !          13795: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
        !          13796: 
        !          13797:    'A score has been assigned.'
        !          13798: => 'A score has been assigned.',
        !          13799: 
        !          13800:    'ABSTRACT'
        !          13801: => 'ABSTRACT',
        !          13802: 
        !          13803:    'ALL'
        !          13804: => 'ALL',
        !          13805: 
        !          13806:    'About Me'
        !          13807: => 'About Me',
        !          13808: 
        !          13809:    'Abstract'
        !          13810: => 'Abstract',
        !          13811: 
        !          13812:    'Access Control'
        !          13813: => 'Access Control',
        !          13814: 
        !          13815:    'Access Key Management'
        !          13816: => 'Access Key Management',
        !          13817: 
        !          13818:    'Access and Usage Statistics'
        !          13819: => 'Access and Usage Statistics',
        !          13820: 
        !          13821:    'Actions'
        !          13822: => 'Actions',
        !          13823: 
        !          13824:    'Activate'
        !          13825: => 'Activate',
        !          13826: 
        !          13827:    'Add Roles'
        !          13828: => 'Add Roles',
        !          13829: 
        !          13830:    'Add new option'
        !          13831: => 'Add new option',
        !          13832: 
        !          13833:    "Add one empty page/column after each student's assignment"
        !          13834: => "Add one empty page/column after each student's assignment",
        !          13835: 
        !          13836:    "Add three empty pages/column after each student's assignment"
        !          13837: => "Add three empty pages/column after each student's assignment",
        !          13838: 
        !          13839:    "Add two empty pages/column after each student's assignment"
        !          13840: => "Add two empty pages/column after each student's assignment",
        !          13841: 
        !          13842:    'Additional Keywords'
        !          13843: => 'Additional Keywords',
        !          13844: 
        !          13845:    'Additional Metadata (non-standard, parameters, exports)'
        !          13846: => 'Additional Metadata (non-standard, parameters, exports)',
        !          13847: 
        !          13848:    'Additional Recipients'
        !          13849: => 'Additional Recipients',
        !          13850: 
        !          13851:    'Additional settings, if specified below, will override cloned settings'
        !          13852: => 'Additional settings, if specified below, will override cloned settings',
        !          13853: 
        !          13854:    'Administrator'
        !          13855: => 'Administrator',
        !          13856: 
        !          13857:    'Advanced Catalog Search'
        !          13858: => 'Advanced Catalog Search',
        !          13859: 
        !          13860:    'Advanced Edit'
        !          13861: => 'Advanced Edit',
        !          13862: 
        !          13863:    'Advanced Search'
        !          13864: => 'Advanced Search',
        !          13865: 
        !          13866:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
        !          13867: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
        !          13868: 
        !          13869:    'Agree'
        !          13870: => 'Agree',
        !          13871: 
        !          13872:    'All Documents in Course'
        !          13873: => 'All Documents in Course',
        !          13874: 
        !          13875:    'All Maps or Folders'
        !          13876: => 'All Maps or Folders',
        !          13877: 
        !          13878:    'All Resources'
        !          13879: => 'All Resources',
        !          13880: 
        !          13881:    'All Resources (possibly large output)'
        !          13882: => 'All Resources (possibly large output)',
        !          13883: 
        !          13884:    'All Students'
        !          13885: => 'All Students',
        !          13886: 
        !          13887:    'All homework is currently completed'
        !          13888: => 'All homework is currently completed',
        !          13889: 
        !          13890:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
        !          13891: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.',
        !          13892: 
        !          13893:    'All versions'
        !          13894: => 'All versions',
        !          13895: 
        !          13896:    'Allow limited HTML in discussion posts'
        !          13897: => 'Allow limited HTML in discussion posts',
        !          13898: 
        !          13899:    'Allow problems to be split over pages'
        !          13900: => 'Allow problems to be split over pages',
        !          13901: 
        !          13902:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
        !          13903: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
        !          13904: 
        !          13905:    'Allowed filetypes: <b>[_1]</b>'
        !          13906: => 'Allowed filetypes: <b>[_1]</b>',
        !          13907: 
        !          13908:    'An error occured during the attempt to change the section for this student.'
        !          13909: => 'An error occured during the attempt to change the section for this student.',
        !          13910: 
        !          13911:    'An error occured while grading your answer.'
        !          13912: => 'An error occured while grading your answer.',
        !          13913: 
        !          13914:    'An error occurred during the attempt to change the role information for this student.'
        !          13915: => 'An error occurred during the attempt to change the role information for this student.',
        !          13916: 
        !          13917:    'Analyze Over '
        !          13918: => 'Analyze Over ',
        !          13919: 
        !          13920:    'Analyze Problem'
        !          13921: => 'Analyze Problem',
        !          13922: 
        !          13923:    'Analyze Problem Again'
        !          13924: => 'Analyze Problem Again',
        !          13925: 
        !          13926:    'Analyze Progress'
        !          13927: => 'Analyze Progress',
        !          13928: 
        !          13929:    'Analyze as '
        !          13930: => 'Analyze as ',
        !          13931: 
        !          13932:    'Analyzing Results'
        !          13933: => 'Analyzing Results',
        !          13934: 
        !          13935:    'Analyzing a problem'
        !          13936: => 'Analyzing a problem',
        !          13937: 
        !          13938:    'Announcements and Calendar'
        !          13939: => 'Announcements and Calendar',
        !          13940: 
        !          13941:    'Anonymous'
        !          13942: => 'Anonymous',
        !          13943: 
        !          13944:    'Anonymous contribution to course discussion of resource'
        !          13945: => 'Anonymous contribution to course discussion of resource',
        !          13946: 
        !          13947:    'Answer'
        !          13948: => 'Answer',
        !          13949: 
        !          13950:    'Answer Date (answerdate)'
        !          13951: => 'Answer Date (answerdate)',
        !          13952: 
        !          13953:    'Answer Submitted'
        !          13954: => 'Answer Submitted',
        !          13955: 
        !          13956:    'Answer Submitted: Your final submission will be graded after the due date.'
        !          13957: => 'Answer Submitted: Your final submission will be graded after the due date.',
        !          13958: 
        !          13959:    'Answer available'
        !          13960: => 'Answer available',
        !          13961: 
        !          13962:    'Answer submitted'
        !          13963: => 'Answer submitted',
        !          13964: 
        !          13965:    'Answer submitted, not yet graded'
        !          13966: => 'Answer submitted, not yet graded',
        !          13967: 
        !          13968:    'Answer:'
        !          13969: => 'Answer:',
        !          13970: 
        !          13971:    'Answerable'
        !          13972: => 'Answerable',
        !          13973: 
        !          13974:    'Any Language'
        !          13975: => 'Any Language',
        !          13976: 
        !          13977:    'Any User'
        !          13978: => 'Any User',
        !          13979: 
        !          13980:    'Any category'
        !          13981: => 'Any category',
        !          13982: 
        !          13983:    'Any comments? '
        !          13984: => 'Any comments? ',
        !          13985: 
        !          13986:    'Any copyright/distribution'
        !          13987: => 'Any copyright/distribution',
        !          13988: 
        !          13989:    'April'
        !          13990: => 'April',
        !          13991: 
        !          13992:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
        !          13993: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
        !          13994: 
        !          13995:    'Assessment'
        !          13996: => 'Assessment',
        !          13997: 
        !          13998:    'Assessment Parameters'
        !          13999: => 'Assessment Parameters',
        !          14000: 
        !          14001:    'Assessment URL and Title'
        !          14002: => 'Assessment URL and Title',
        !          14003: 
        !          14004:    'Assigned User Roles'
        !          14005: => 'Assigned User Roles',
        !          14006: 
        !          14007:    'Associate columns with student attributes.'
        !          14008: => 'Associate columns with student attributes.',
        !          14009: 
        !          14010:    'Attachment'
        !          14011: => 'Attachment',
        !          14012: 
        !          14013:    'Attribute'
        !          14014: => 'Attribute',
        !          14015: 
        !          14016:    'August'
        !          14017: => 'August',
        !          14018: 
        !          14019:    'Author'
        !          14020: => 'Author',
        !          14021: 
        !          14022:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          14023: => 'Author and Co-Author roles may not be available on servers other than your home server.',
        !          14024: 
        !          14025:    'Author(s)'
        !          14026: => 'Author(s)',
        !          14027: 
        !          14028:    'Automated Enrollment Manager'
        !          14029: => 'Automated Enrollment Manager',
        !          14030: 
        !          14031:    'Automated adds'
        !          14032: => 'Automated adds',
        !          14033: 
        !          14034:    'Automated drops'
        !          14035: => 'Automated drops',
        !          14036: 
        !          14037:    'Automated enrollment settings'
        !          14038: => 'Automated enrollment settings',
        !          14039: 
        !          14040:    'Average number of tries till solved'
        !          14041: => 'Average number of tries till solved',
        !          14042: 
        !          14043:    'Back to'
        !          14044: => 'Back to',
        !          14045: 
        !          14046:    'Back to Directory'
        !          14047: => 'Back to Directory',
        !          14048: 
        !          14049:    'Back to Source'
        !          14050: => 'Back to Source',
        !          14051: 
        !          14052:    'Back to Source Directory'
        !          14053: => 'Back to Source Directory',
        !          14054: 
        !          14055:    'Bad Filename'
        !          14056: => 'Bad Filename',
        !          14057: 
        !          14058:    'Became this version on ...'
        !          14059: => 'Became this version on ...',
        !          14060: 
        !          14061:    'Begin Enrollment'
        !          14062: => 'Begin Enrollment',
        !          14063: 
        !          14064:    'Binary File'
        !          14065: => 'Binary File',
        !          14066: 
        !          14067:    'Blank'
        !          14068: => 'Blank',
        !          14069: 
        !          14070:    'Brief view of each students performance in course.'
        !          14071: => 'Brief view of each students performance in course.',
        !          14072: 
        !          14073:    'Broadcast Message to Course'
        !          14074: => 'Broadcast Message to Course',
        !          14075: 
        !          14076:    'Browse'
        !          14077: => 'Browse',
        !          14078: 
        !          14079:    'Browse Resources'
        !          14080: => 'Browse Resources',
        !          14081: 
        !          14082:    'Browse published resources'
        !          14083: => 'Browse published resources',
        !          14084: 
        !          14085:    'Browse resources'
        !          14086: => 'Browse resources',
        !          14087: 
        !          14088:    'Browsing resource, all submissions are temporary.'
        !          14089: => 'Browsing resource, all submissions are temporary.',
        !          14090: 
        !          14091:    'Bulletin Board'
        !          14092: => 'Bulletin Board',
        !          14093: 
        !          14094:    'Bulletin Board/Discussion'
        !          14095: => 'Bulletin Board/Discussion',
        !          14096: 
        !          14097:    'By'
        !          14098: => 'By',
        !          14099: 
        !          14100:    'CSV (comma separated values, spreadsheet)'
        !          14101: => 'CSV (comma separated values, spreadsheet)',
        !          14102: 
        !          14103:    'CSV format'
        !          14104: => 'CSV format',
        !          14105: 
        !          14106:    'Calculate answers'
        !          14107: => 'Calculate answers',
        !          14108: 
        !          14109:    'Calculate course grades (Spreadsheet)'
        !          14110: => 'Calculate course grades (Spreadsheet)',
        !          14111: 
        !          14112:    'Calculations'
        !          14113: => 'Calculations',
        !          14114: 
        !          14115:    'Cancel'
        !          14116: => 'Cancel',
        !          14117: 
        !          14118:    'Cannot publish directory'
        !          14119: => 'Cannot publish directory',
        !          14120: 
        !          14121:    'Cannot retrieve directory'
        !          14122: => 'Cannot retrieve directory',
        !          14123: 
        !          14124:    'Catalog Information'
        !          14125: => 'Catalog Information',
        !          14126: 
        !          14127:    'Catalog Search'
        !          14128: => 'Catalog Search',
        !          14129: 
        !          14130:    'Change'
        !          14131: => 'Change',
        !          14132: 
        !          14133:    'Change Random Seed To:'
        !          14134: => 'Change Random Seed To:',
        !          14135: 
        !          14136:    'Change User Privileges'
        !          14137: => 'Change User Privileges',
        !          14138: 
        !          14139:    'Change Your Language Preferences'
        !          14140: => 'Change Your Language Preferences',
        !          14141: 
        !          14142:    'Change Your Preferences'
        !          14143: => 'Change Your Preferences',
        !          14144: 
        !          14145:    'Changed discussion view mode'
        !          14146: => 'Changed discussion view mode',
        !          14147: 
        !          14148:    'Changes can take up to 10 minutes before being active for all students.'
        !          14149: => 'Changes can take up to 10 minutes before being active for all students.',
        !          14150: 
        !          14151:    'Changes will become active for your current session after'
        !          14152: => 'Changes will become active for your current session after',
        !          14153: 
        !          14154:    'Chat Participation'
        !          14155: => 'Chat Participation',
        !          14156: 
        !          14157:    'Check All'
        !          14158: => 'Check All',
        !          14159: 
        !          14160:    'Check Course Document Versions'
        !          14161: => 'Check Course Document Versions',
        !          14162: 
        !          14163:    'Check for All'
        !          14164: => 'Check for All',
        !          14165: 
        !          14166:    'Check for None'
        !          14167: => 'Check for None',
        !          14168: 
        !          14169:    'Check for Section/Group'
        !          14170: => 'Check for Section/Group',
        !          14171: 
        !          14172:    'Check/Set Resource Versions'
        !          14173: => 'Check/Set Resource Versions',
        !          14174: 
        !          14175:    'Choose a different resource'
        !          14176: => 'Choose a different resource',
        !          14177: 
        !          14178:    'Choose the course to work on'
        !          14179: => 'Choose the course to work on',
        !          14180: 
        !          14181:    'Choose the user role'
        !          14182: => 'Choose the user role',
        !          14183: 
        !          14184:    'Chronological View'
        !          14185: => 'Chronological View',
        !          14186: 
        !          14187:    'Class Hours'
        !          14188: => 'Class Hours',
        !          14189: 
        !          14190:    'Clear All'
        !          14191: => 'Clear All',
        !          14192: 
        !          14193:    'Clear Caches'
        !          14194: => 'Clear Caches',
        !          14195: 
        !          14196:    'Click here for FAQ'
        !          14197: => 'Click here for FAQ',
        !          14198: 
        !          14199:    'Click here for help'
        !          14200: => 'Click here for help',
        !          14201: 
        !          14202:    'Click here to report bugs'
        !          14203: => 'Click here to report bugs',
        !          14204: 
        !          14205:    'Click here to return to the chart.'
        !          14206: => 'Click here to return to the chart.',
        !          14207: 
        !          14208:    "Click to download or use your browser's Save Link function"
        !          14209: => "Click to download or use your browser's Save Link function",
        !          14210: 
        !          14211:    'Click-On Texts (comma sep):'
        !          14212: => 'Click-On Texts (comma sep):',
        !          14213: 
        !          14214:    'Client IP/Name Access Control (acc)'
        !          14215: => 'Client IP/Name Access Control (acc)',
        !          14216: 
        !          14217:    'Clone an existing course'
        !          14218: => 'Clone an existing course',
        !          14219: 
        !          14220:    'Close'
        !          14221: => 'Close',
        !          14222: 
        !          14223:    'Close All Folders'
        !          14224: => 'Close All Folders',
        !          14225: 
        !          14226:    'Close This Window'
        !          14227: => 'Close This Window',
        !          14228: 
        !          14229:    'Closed'
        !          14230: => 'Closed',
        !          14231: 
        !          14232:    'Co-Author'
        !          14233: => 'Co-Author',
        !          14234: 
        !          14235:    'Collapse Remote Control'
        !          14236: => 'Collapse Remote Control',
        !          14237: 
        !          14238:    'Column'
        !          14239: => 'Column',
        !          14240: 
        !          14241:    'Column&nbsp;[_1]'
        !          14242: => 'Column&nbsp;[_1]',
        !          14243: 
        !          14244:    'Comma Separated Values'
        !          14245: => 'Comma Separated Values',
        !          14246: 
        !          14247:    'Communication'
        !          14248: => 'Communication',
        !          14249: 
        !          14250:    'Communication and Messages'
        !          14251: => 'Communication and Messages',
        !          14252: 
        !          14253:    'Compact View'
        !          14254: => 'Compact View',
        !          14255: 
        !          14256:    'Compare versions of'
        !          14257: => 'Compare versions of',
        !          14258: 
        !          14259:    'Completed'
        !          14260: => 'Completed',
        !          14261: 
        !          14262:    'Completely new course'
        !          14263: => 'Completely new course',
        !          14264: 
        !          14265:    'Concept:'
        !          14266: => 'Concept:',
        !          14267: 
        !          14268:    'Concepts'
        !          14269: => 'Concepts',
        !          14270: 
        !          14271:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
        !          14272: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
        !          14273: 
        !          14274:    'Construction Space'
        !          14275: => 'Construction Space',
        !          14276: 
        !          14277:    'Construction Space Directory'
        !          14278: => 'Construction Space Directory',
        !          14279: 
        !          14280:    'Construction Space File Operation'
        !          14281: => 'Construction Space File Operation',
        !          14282: 
        !          14283:    'Construction Space Version'
        !          14284: => 'Construction Space Version',
        !          14285: 
        !          14286:    'Contact'
        !          14287: => 'Contact',
        !          14288: 
        !          14289:    'Contact Information'
        !          14290: => 'Contact Information',
        !          14291: 
        !          14292:    'Content changed'
        !          14293: => 'Content changed',
        !          14294: 
        !          14295:    'Continue'
        !          14296: => 'Continue',
        !          14297: 
        !          14298:    'Continue enrollment?'
        !          14299: => 'Continue enrollment?',
        !          14300: 
        !          14301:    'Contribution to course discussion of resource'
        !          14302: => 'Contribution to course discussion of resource',
        !          14303: 
        !          14304:    'Copied metadata'
        !          14305: => 'Copied metadata',
        !          14306: 
        !          14307:    'Copied old metadata'
        !          14308: => 'Copied old metadata',
        !          14309: 
        !          14310:    'Copied old target file'
        !          14311: => 'Copied old target file',
        !          14312: 
        !          14313:    'Copied source file'
        !          14314: => 'Copied source file',
        !          14315: 
        !          14316:    'Copy current file to'
        !          14317: => 'Copy current file to',
        !          14318: 
        !          14319:    'Copy selected'
        !          14320: => 'Copy selected',
        !          14321: 
        !          14322:    'Copy this column'
        !          14323: => 'Copy this column',
        !          14324: 
        !          14325:    'Copying file'
        !          14326: => 'Copying file',
        !          14327: 
        !          14328:    'Copyright'
        !          14329: => 'Copyright',
        !          14330: 
        !          14331:    'Copyright/Distribution'
        !          14332: => 'Copyright/Distribution',
        !          14333: 
        !          14334:    'Correct Option:'
        !          14335: => 'Correct Option:',
        !          14336: 
        !          14337:    'Could Not Process Request'
        !          14338: => 'Could Not Process Request',
        !          14339: 
        !          14340:    'Could not write metadata'
        !          14341: => 'Could not write metadata',
        !          14342: 
        !          14343:    'Course'
        !          14344: => 'Course',
        !          14345: 
        !          14346:    'Course Assessment Parameter - Helper Mode'
        !          14347: => 'Course Assessment Parameter - Helper Mode',
        !          14348: 
        !          14349:    'Course Assessment Parameters - Overview Mode'
        !          14350: => 'Course Assessment Parameters - Overview Mode',
        !          14351: 
        !          14352:    'Course Assessments Parameters - Table Mode'
        !          14353: => 'Course Assessments Parameters - Table Mode',
        !          14354: 
        !          14355:    'Course Code'
        !          14356: => 'Course Code',
        !          14357: 
        !          14358:    'Course Content'
        !          14359: => 'Course Content',
        !          14360: 
        !          14361:    'Course Coordinator'
        !          14362: => 'Course Coordinator',
        !          14363: 
        !          14364:    'Course Data'
        !          14365: => 'Course Data',
        !          14366: 
        !          14367:    'Course Description'
        !          14368: => 'Course Description',
        !          14369: 
        !          14370:    'Course Documents'
        !          14371: => 'Course Documents',
        !          14372: 
        !          14373:    'Course Environment Parameters'
        !          14374: => 'Course Environment Parameters',
        !          14375: 
        !          14376:    'Course Home Server'
        !          14377: => 'Course Home Server',
        !          14378: 
        !          14379:    'Course ID'
        !          14380: => 'Course ID',
        !          14381: 
        !          14382:    'Course ID or number'
        !          14383: => 'Course ID or number',
        !          14384: 
        !          14385:    'Course ID/Number'
        !          14386: => 'Course ID/Number',
        !          14387: 
        !          14388:    'Course Information'
        !          14389: => 'Course Information',
        !          14390: 
        !          14391:    'Course Initialization Helper'
        !          14392: => 'Course Initialization Helper',
        !          14393: 
        !          14394:    'Course Level'
        !          14395: => 'Course Level',
        !          14396: 
        !          14397:    'Course Parameter Helper'
        !          14398: => 'Course Parameter Helper',
        !          14399: 
        !          14400:    'Course Search'
        !          14401: => 'Course Search',
        !          14402: 
        !          14403:    'Course Statistics and Charts'
        !          14404: => 'Course Statistics and Charts',
        !          14405: 
        !          14406:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
        !          14407: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',
        !          14408: 
        !          14409:    'Course Title'
        !          14410: => 'Course Title',
        !          14411: 
        !          14412:    'Course announcements and my calendar'
        !          14413: => 'Course announcements and my calendar',
        !          14414: 
        !          14415:    'Course default for all problems'
        !          14416: => 'Course default for all problems',
        !          14417: 
        !          14418:    'Course level sheet'
        !          14419: => 'Course level sheet',
        !          14420: 
        !          14421:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
        !          14422: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.',
        !          14423: 
        !          14424:    'Coursepack'
        !          14425: => 'Coursepack',
        !          14426: 
        !          14427:    'Courses'
        !          14428: => 'Courses',
        !          14429: 
        !          14430:    'Create'
        !          14431: => 'Create',
        !          14432: 
        !          14433:    'Create New Environment Variable'
        !          14434: => 'Create New Environment Variable',
        !          14435: 
        !          14436:    'Create New User'
        !          14437: => 'Create New User',
        !          14438: 
        !          14439:    'Create User'
        !          14440: => 'Create User',
        !          14441: 
        !          14442:    'Create Users, Change User Privileges'
        !          14443: => 'Create Users, Change User Privileges',
        !          14444: 
        !          14445:    'Create a New Course'
        !          14446: => 'Create a New Course',
        !          14447: 
        !          14448:    'Create a new course'
        !          14449: => 'Create a new course',
        !          14450: 
        !          14451:    'Create a user or modify the roles and privileges of a user'
        !          14452: => 'Create a user or modify the roles and privileges of a user',
        !          14453: 
        !          14454:    'Creating a new'
        !          14455: => 'Creating a new',
        !          14456: 
        !          14457:    'Creation Date'
        !          14458: => 'Creation Date',
        !          14459: 
        !          14460:    'Critical Messages'
        !          14461: => 'Critical Messages',
        !          14462: 
        !          14463:    'Crosslisted courses'
        !          14464: => 'Crosslisted courses',
        !          14465: 
        !          14466:    'Current'
        !          14467: => 'Current',
        !          14468: 
        !          14469:    'Current Class List'
        !          14470: => 'Current Class List',
        !          14471: 
        !          14472:    'Current Ending Date: [_1]'
        !          14473: => 'Current Ending Date: [_1]',
        !          14474: 
        !          14475:    'Current Ending Date: not set'
        !          14476: => 'Current Ending Date: not set',
        !          14477: 
        !          14478:    'Current Month'
        !          14479: => 'Current Month',
        !          14480: 
        !          14481:    'Current Resource'
        !          14482: => 'Current Resource',
        !          14483: 
        !          14484:    'Current Session Value'
        !          14485: => 'Current Session Value',
        !          14486: 
        !          14487:    'Current Starting Date: [_1]'
        !          14488: => 'Current Starting Date: [_1]',
        !          14489: 
        !          14490:    'Current Starting Date: not set'
        !          14491: => 'Current Starting Date: not set',
        !          14492: 
        !          14493:    'Current Version'
        !          14494: => 'Current Version',
        !          14495: 
        !          14496:    'Currently no active roles or courses'
        !          14497: => 'Currently no active roles or courses',
        !          14498: 
        !          14499:    'Currently no additional roles or courses'
        !          14500: => 'Currently no additional roles or courses',
        !          14501: 
        !          14502:    'Currently not available'
        !          14503: => 'Currently not available',
        !          14504: 
        !          14505:    'Currently selected. '
        !          14506: => 'Currently selected. ',
        !          14507: 
        !          14508:    'Currently submitted: <tt>[_1]</tt>'
        !          14509: => 'Currently submitted: <tt>[_1]</tt>',
        !          14510: 
        !          14511:    'Custom Distribution File'
        !          14512: => 'Custom Distribution File',
        !          14513: 
        !          14514:    'Custom Role Editor'
        !          14515: => 'Custom Role Editor',
        !          14516: 
        !          14517:    'Customized right of use ...	'
        !          14518: => 'Customized right of use ...	',
        !          14519: 
        !          14520:    'Cut selected'
        !          14521: => 'Cut selected',
        !          14522: 
        !          14523:    'Date'
        !          14524: => 'Date',
        !          14525: 
        !          14526:    'Deadlines'
        !          14527: => 'Deadlines',
        !          14528: 
        !          14529:    'December'
        !          14530: => 'December',
        !          14531: 
        !          14532:    'Decompress'
        !          14533: => 'Decompress',
        !          14534: 
        !          14535:    'Default'
        !          14536: => 'Default',
        !          14537: 
        !          14538:    'Default Assessment Spreadsheet'
        !          14539: => 'Default Assessment Spreadsheet',
        !          14540: 
        !          14541:    'Default Cataloging Information for Directory'
        !          14542: => 'Default Cataloging Information for Directory',
        !          14543: 
        !          14544:    'Default Course Spreadsheet'
        !          14545: => 'Default Course Spreadsheet',
        !          14546: 
        !          14547:    'Default Student Spreadsheet'
        !          14548: => 'Default Student Spreadsheet',
        !          14549: 
        !          14550:    'Default Value'
        !          14551: => 'Default Value',
        !          14552: 
        !          14553:    'Default XML Style File'
        !          14554: => 'Default XML Style File',
        !          14555: 
        !          14556:    'Default beginning date when enrolling students'
        !          14557: => 'Default beginning date when enrolling students',
        !          14558: 
        !          14559:    'Default ending date when enrolling students'
        !          14560: => 'Default ending date when enrolling students',
        !          14561: 
        !          14562:    'Default for new courses is'
        !          14563: => 'Default for new courses is',
        !          14564: 
        !          14565:    'Default set of options to pass to tth/m when converting tex'
        !          14566: => 'Default set of options to pass to tth/m when converting tex',
        !          14567: 
        !          14568:    'Default:'
        !          14569: => 'Default:',
        !          14570: 
        !          14571:    'Define Role'
        !          14572: => 'Define Role',
        !          14573: 
        !          14574:    'Degree of difficulty'
        !          14575: => 'Degree of difficulty',
        !          14576: 
        !          14577:    'Delete'
        !          14578: => 'Delete',
        !          14579: 
        !          14580:    'Delete Checked'
        !          14581: => 'Delete Checked',
        !          14582: 
        !          14583:    'Delete a role'
        !          14584: => 'Delete a role',
        !          14585: 
        !          14586:    'Delete an option'
        !          14587: => 'Delete an option',
        !          14588: 
        !          14589:    'Delete messages from bulletin boards'
        !          14590: => 'Delete messages from bulletin boards',
        !          14591: 
        !          14592:    'Delete:'
        !          14593: => 'Delete:',
        !          14594: 
        !          14595:    'Dependencies'
        !          14596: => 'Dependencies',
        !          14597: 
        !          14598:    'Description:'
        !          14599: => 'Description:',
        !          14600: 
        !          14601:    'Detailed Citation View'
        !          14602: => 'Detailed Citation View',
        !          14603: 
        !          14604:    'Detailed Problem Analysis'
        !          14605: => 'Detailed Problem Analysis',
        !          14606: 
        !          14607:    'Detailed statistics and graphs of student performance on problems.'
        !          14608: => 'Detailed statistics and graphs of student performance on problems.',
        !          14609: 
        !          14610:    'Differences'
        !          14611: => 'Differences',
        !          14612: 
        !          14613:    'Diffs'
        !          14614: => 'Diffs',
        !          14615: 
        !          14616:    'Diffs with Current Version'
        !          14617: => 'Diffs with Current Version',
        !          14618: 
        !          14619:    'Diffs with Version'
        !          14620: => 'Diffs with Version',
        !          14621: 
        !          14622:    'Diffs with current Version'
        !          14623: => 'Diffs with current Version',
        !          14624: 
        !          14625:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
        !          14626: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
        !          14627: 
        !          14628:    'Disable all communication among students'
        !          14629: => 'Disable all communication among students',
        !          14630: 
        !          14631:    'Disable display of problem receipts'
        !          14632: => 'Disable display of problem receipts',
        !          14633: 
        !          14634:    'Disable student resource discussion'
        !          14635: => 'Disable student resource discussion',
        !          14636: 
        !          14637:    'Disable student use of chatrooms'
        !          14638: => 'Disable student use of chatrooms',
        !          14639: 
        !          14640:    'Disagree'
        !          14641: => 'Disagree',
        !          14642: 
        !          14643:    'Disallow Resource Discussion for Roles'
        !          14644: => 'Disallow Resource Discussion for Roles',
        !          14645: 
        !          14646:    'Disallow Resource Discussion for Users'
        !          14647: => 'Disallow Resource Discussion for Users',
        !          14648: 
        !          14649:    'Disallow live chatroom use for Roles'
        !          14650: => 'Disallow live chatroom use for Roles',
        !          14651: 
        !          14652:    'Disallow live chatroom use for Users'
        !          14653: => 'Disallow live chatroom use for Users',
        !          14654: 
        !          14655:    'Discard Edits and View'
        !          14656: => 'Discard Edits and View',
        !          14657: 
        !          14658:    'Discard Selected'
        !          14659: => 'Discard Selected',
        !          14660: 
        !          14661:    'Discussion Contributions'
        !          14662: => 'Discussion Contributions',
        !          14663: 
        !          14664:    'Discussion Participation'
        !          14665: => 'Discussion Participation',
        !          14666: 
        !          14667:    'Discussions'
        !          14668: => 'Discussions',
        !          14669: 
        !          14670:    'Display'
        !          14671: => 'Display',
        !          14672: 
        !          14673:    'Display All Messages'
        !          14674: => 'Display All Messages',
        !          14675: 
        !          14676:    'Display all Messages'
        !          14677: => 'Display all Messages',
        !          14678: 
        !          14679:    'Display and analysis of submission times on assessments.'
        !          14680: => 'Display and analysis of submission times on assessments.',
        !          14681: 
        !          14682:    'Display file attributes'
        !          14683: => 'Display file attributes',
        !          14684: 
        !          14685:    'Display foils in order given'
        !          14686: => 'Display foils in order given',
        !          14687: 
        !          14688:    'Display foils in random order'
        !          14689: => 'Display foils in random order',
        !          14690: 
        !          14691:    'Distribute Messages from Uploaded File to Course'
        !          14692: => 'Distribute Messages from Uploaded File to Course',
        !          14693: 
        !          14694:    'Do NOT generate as standard course'
        !          14695: => 'Do NOT generate as standard course',
        !          14696: 
        !          14697:    'Do not show plain URL (encrypturl)'
        !          14698: => 'Do not show plain URL (encrypturl)',
        !          14699: 
        !          14700:    'DoDiff'
        !          14701: => 'DoDiff',
        !          14702: 
        !          14703:    'Domain'
        !          14704: => 'Domain',
        !          14705: 
        !          14706:    'Domain Coordinator'
        !          14707: => 'Domain Coordinator',
        !          14708: 
        !          14709:    'Domain Guest'
        !          14710: => 'Domain Guest',
        !          14711: 
        !          14712:    'Domain Level'
        !          14713: => 'Domain Level',
        !          14714: 
        !          14715:    'Domain only - use limited to courses in the domain'
        !          14716: => 'Domain only - use limited to courses in the domain',
        !          14717: 
        !          14718:    "Don't Show Feedback"
        !          14719: => "Don't Show Feedback",
        !          14720: 
        !          14721:    'Done'
        !          14722: => 'Done',
        !          14723: 
        !          14724:    'Drop Students'
        !          14725: => 'Drop Students',
        !          14726: 
        !          14727:    'Drop/Add students in this course'
        !          14728: => 'Drop/Add students in this course',
        !          14729: 
        !          14730:    'Dropped [_1]'
        !          14731: => 'Dropped [_1]',
        !          14732: 
        !          14733:    'Dropped [_1] student(s).'
        !          14734: => 'Dropped [_1] student(s).',
        !          14735: 
        !          14736:    'Dropping Students'
        !          14737: => 'Dropping Students',
        !          14738: 
        !          14739:    'Due'
        !          14740: => 'Due',
        !          14741: 
        !          14742:    'Due Date (contentclose)'
        !          14743: => 'Due Date (contentclose)',
        !          14744: 
        !          14745:    'Due Date (duedate)'
        !          14746: => 'Due Date (duedate)',
        !          14747: 
        !          14748:    'Dump Course DOCS'
        !          14749: => 'Dump Course DOCS',
        !          14750: 
        !          14751:    'Dump Course DOCS to Construction Space'
        !          14752: => 'Dump Course DOCS to Construction Space',
        !          14753: 
        !          14754:    'Duration of automated classlist updates'
        !          14755: => 'Duration of automated classlist updates',
        !          14756: 
        !          14757:    'Dynamic Metadata'
        !          14758: => 'Dynamic Metadata',
        !          14759: 
        !          14760:    'Dynamic Metadata (updated periodically)'
        !          14761: => 'Dynamic Metadata (updated periodically)',
        !          14762: 
        !          14763:    'EMail Address'
        !          14764: => 'EMail Address',
        !          14765: 
        !          14766:    'EMail and Messages'
        !          14767: => 'EMail and Messages',
        !          14768: 
        !          14769:    'ERROR'
        !          14770: => 'ERROR',
        !          14771: 
        !          14772:    'Edit'
        !          14773: => 'Edit',
        !          14774: 
        !          14775:    'Edit Catalog Information'
        !          14776: => 'Edit Catalog Information',
        !          14777: 
        !          14778:    'Edit Content of a Map'
        !          14779: => 'Edit Content of a Map',
        !          14780: 
        !          14781:    'Edit Custom Role Privileges'
        !          14782: => 'Edit Custom Role Privileges',
        !          14783: 
        !          14784:    'Edit Directory Catalog Information'
        !          14785: => 'Edit Directory Catalog Information',
        !          14786: 
        !          14787:    'Edit and view documents included in this course'
        !          14788: => 'Edit and view documents included in this course',
        !          14789: 
        !          14790:    'Edit this resource'
        !          14791: => 'Edit this resource',
        !          14792: 
        !          14793:    'Edit/Modify DOCS'
        !          14794: => 'Edit/Modify DOCS',
        !          14795: 
        !          14796:    'EditXML'
        !          14797: => 'EditXML',
        !          14798: 
        !          14799:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
        !          14800: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
        !          14801: 
        !          14802:    'Empty'
        !          14803: => 'Empty',
        !          14804: 
        !          14805:    'Enclosing Map or Folder'
        !          14806: => 'Enclosing Map or Folder',
        !          14807: 
        !          14808:    'End'
        !          14809: => 'End',
        !          14810: 
        !          14811:    'End Helper'
        !          14812: => 'End Helper',
        !          14813: 
        !          14814:    'End Time'
        !          14815: => 'End Time',
        !          14816: 
        !          14817:    'Ending Date'
        !          14818: => 'Ending Date',
        !          14819: 
        !          14820:    'English - ISO'
        !          14821: => 'English - ISO',
        !          14822: 
        !          14823:    'Enroll One Student'
        !          14824: => 'Enroll One Student',
        !          14825: 
        !          14826:    'Enroll a single student'
        !          14827: => 'Enroll a single student',
        !          14828: 
        !          14829:    'Enroll as student'
        !          14830: => 'Enroll as student',
        !          14831: 
        !          14832:    'Enrolling'
        !          14833: => 'Enrolling',
        !          14834: 
        !          14835:    'Enrolling Student'
        !          14836: => 'Enrolling Student',
        !          14837: 
        !          14838:    'Enrolling Students'
        !          14839: => 'Enrolling Students',
        !          14840: 
        !          14841:    'Enrollment Manager'
        !          14842: => 'Enrollment Manager',
        !          14843: 
        !          14844:    'Enrollment Status'
        !          14845: => 'Enrollment Status',
        !          14846: 
        !          14847:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
        !          14848: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
        !          14849: 
        !          14850:    'Enter construction space as a co-author'
        !          14851: => 'Enter construction space as a co-author',
        !          14852: 
        !          14853:    'Enter grades from check-out assessment resources'
        !          14854: => 'Enter grades from check-out assessment resources',
        !          14855: 
        !          14856:    'Enter my portfolio space'
        !          14857: => 'Enter my portfolio space',
        !          14858: 
        !          14859:    'Enter my resource construction space'
        !          14860: => 'Enter my resource construction space',
        !          14861: 
        !          14862:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
        !          14863: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
        !          14864: 
        !          14865:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
        !          14866: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
        !          14867: 
        !          14868:    'Enter the chatroom for the course'
        !          14869: => 'Enter the chatroom for the course',
        !          14870: 
        !          14871:    'Entering Construction Space'
        !          14872: => 'Entering Construction Space',
        !          14873: 
        !          14874:    'Entering course ...'
        !          14875: => 'Entering course ...',
        !          14876: 
        !          14877:    'Error'
        !          14878: => 'Error',
        !          14879: 
        !          14880:    'Error Messages'
        !          14881: => 'Error Messages',
        !          14882: 
        !          14883:    'Error dropping [_1]:[_2]'
        !          14884: => 'Error dropping [_1]:[_2]',
        !          14885: 
        !          14886:    'Error: Directory Non Empty'
        !          14887: => 'Error: Directory Non Empty',
        !          14888: 
        !          14889:    'Error: destination for operation is an existing directory.'
        !          14890: => 'Error: destination for operation is an existing directory.',
        !          14891: 
        !          14892:    'Essay, open end'
        !          14893: => 'Essay, open end',
        !          14894: 
        !          14895:    'Evaluate Resource'
        !          14896: => 'Evaluate Resource',
        !          14897: 
        !          14898:    'Evaluation Comments'
        !          14899: => 'Evaluation Comments',
        !          14900: 
        !          14901:    'Evaluation Data'
        !          14902: => 'Evaluation Data',
        !          14903: 
        !          14904:    'Evaluation Error '
        !          14905: => 'Evaluation Error ',
        !          14906: 
        !          14907:    'Every problem in a particular folder'
        !          14908: => 'Every problem in a particular folder',
        !          14909: 
        !          14910:    'Every problem in a particular folder (overrides course default)'
        !          14911: => 'Every problem in a particular folder (overrides course default)',
        !          14912: 
        !          14913:    'Every problem in the course'
        !          14914: => 'Every problem in the course',
        !          14915: 
        !          14916:    'Exam Information'
        !          14917: => 'Exam Information',
        !          14918: 
        !          14919:    'Exam Problem'
        !          14920: => 'Exam Problem',
        !          14921: 
        !          14922:    'Exam Proctor'
        !          14923: => 'Exam Proctor',
        !          14924: 
        !          14925:    'Excel'
        !          14926: => 'Excel',
        !          14927: 
        !          14928:    'Excel format'
        !          14929: => 'Excel format',
        !          14930: 
        !          14931:    'Excused by instructor'
        !          14932: => 'Excused by instructor',
        !          14933: 
        !          14934:    'Exit'
        !          14935: => 'Exit',
        !          14936: 
        !          14937:    'Exit LON-CAPA'
        !          14938: => 'Exit LON-CAPA',
        !          14939: 
        !          14940:    'Extent'
        !          14941: => 'Extent',
        !          14942: 
        !          14943:    'External Resource'
        !          14944: => 'External Resource',
        !          14945: 
        !          14946:    'FAIL'
        !          14947: => 'FAIL',
        !          14948: 
        !          14949:    'Failed Access to Construction Space'
        !          14950: => 'Failed Access to Construction Space',
        !          14951: 
        !          14952:    'Failed to copy source'
        !          14953: => 'Failed to copy source',
        !          14954: 
        !          14955:    'Failed to write metadata copy'
        !          14956: => 'Failed to write metadata copy',
        !          14957: 
        !          14958:    'False'
        !          14959: => 'False',
        !          14960: 
        !          14961:    'February'
        !          14962: => 'February',
        !          14963: 
        !          14964:    'Feedback Addresses for Course Content'
        !          14965: => 'Feedback Addresses for Course Content',
        !          14966: 
        !          14967:    'Feedback Addresses for Course Content Comments'
        !          14968: => 'Feedback Addresses for Course Content Comments',
        !          14969: 
        !          14970:    'Feedback Addresses for Course Policy'
        !          14971: => 'Feedback Addresses for Course Policy',
        !          14972: 
        !          14973:    'Feedback Addresses for Resource Content Question'
        !          14974: => 'Feedback Addresses for Resource Content Question',
        !          14975: 
        !          14976:    'Field'
        !          14977: => 'Field',
        !          14978: 
        !          14979:    'Fielded Format'
        !          14980: => 'Fielded Format',
        !          14981: 
        !          14982:    'File'
        !          14983: => 'File',
        !          14984: 
        !          14985:    'File Category'
        !          14986: => 'File Category',
        !          14987: 
        !          14988:    'File copied.'
        !          14989: => 'File copied.',
        !          14990: 
        !          14991:    'Filenames in Construction Space'
        !          14992: => 'Filenames in Construction Space',
        !          14993: 
        !          14994:    'Finalize Publication'
        !          14995: => 'Finalize Publication',
        !          14996: 
        !          14997:    'Finish Course Initialization'
        !          14998: => 'Finish Course Initialization',
        !          14999: 
        !          15000:    'Finish Helper'
        !          15001: => 'Finish Helper',
        !          15002: 
        !          15003:    'First'
        !          15004: => 'First',
        !          15005: 
        !          15006:    'First Name'
        !          15007: => 'First Name',
        !          15008: 
        !          15009:    'First Resource'
        !          15010: => 'First Resource',
        !          15011: 
        !          15012:    'Foil'
        !          15013: => 'Foil',
        !          15014: 
        !          15015:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
        !          15016: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
        !          15017: 
        !          15018:    'Foils'
        !          15019: => 'Foils',
        !          15020: 
        !          15021:    'Folder'
        !          15022: => 'Folder',
        !          15023: 
        !          15024:    'Folder in Construction Space'
        !          15025: => 'Folder in Construction Space',
        !          15026: 
        !          15027:    'Folder/Map'
        !          15028: => 'Folder/Map',
        !          15029: 
        !          15030:    'For User'
        !          15031: => 'For User',
        !          15032: 
        !          15033:    'For one or more students'
        !          15034: => 'For one or more students',
        !          15035: 
        !          15036:    'Force publication of unmodified files'
        !          15037: => 'Force publication of unmodified files',
        !          15038: 
        !          15039:    'Format:'
        !          15040: => 'Format:',
        !          15041: 
        !          15042:    'Forward'
        !          15043: => 'Forward',
        !          15044: 
        !          15045:    'Forwarded message from'
        !          15046: => 'Forwarded message from',
        !          15047: 
        !          15048:    'Forwarding'
        !          15049: => 'Forwarding',
        !          15050: 
        !          15051:    'Found a <*response> outside of a <part> in a <part>ed problem'
        !          15052: => 'Found a <*response> outside of a <part> in a <part>ed problem',
        !          15053: 
        !          15054:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          15055: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          15056: 
        !          15057:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          15058: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          15059: 
        !          15060:    'Frequency'
        !          15061: => 'Frequency',
        !          15062: 
        !          15063:    'Fri'
        !          15064: => 'Fri',
        !          15065: 
        !          15066:    'From'
        !          15067: => 'From',
        !          15068: 
        !          15069:    'Full Update'
        !          15070: => 'Full Update',
        !          15071: 
        !          15072:    'Full update (also print list of users not enrolled anymore)'
        !          15073: => 'Full update (also print list of users not enrolled anymore)',
        !          15074: 
        !          15075:    'Functions'
        !          15076: => 'Functions',
        !          15077: 
        !          15078:    'General Intro'
        !          15079: => 'General Intro',
        !          15080: 
        !          15081:    'Generate Spreadsheet'
        !          15082: => 'Generate Spreadsheet',
        !          15083: 
        !          15084:    'Generate Statistics'
        !          15085: => 'Generate Statistics',
        !          15086: 
        !          15087:    'Generate messages from a file'
        !          15088: => 'Generate messages from a file',
        !          15089: 
        !          15090:    'Generate new role ...'
        !          15091: => 'Generate new role ...',
        !          15092: 
        !          15093:    'Generation'
        !          15094: => 'Generation',
        !          15095: 
        !          15096:    'German - ISO'
        !          15097: => 'German - ISO',
        !          15098: 
        !          15099:    'Getting Problem Variants'
        !          15100: => 'Getting Problem Variants',
        !          15101: 
        !          15102:    'Go'
        !          15103: => 'Go',
        !          15104: 
        !          15105:    'Go Back'
        !          15106: => 'Go Back',
        !          15107: 
        !          15108:    'Go To My First Homework Problem'
        !          15109: => 'Go To My First Homework Problem',
        !          15110: 
        !          15111:    'Go to ...'
        !          15112: => 'Go to ...',
        !          15113: 
        !          15114:    'Go to the next resource in the course sequence'
        !          15115: => 'Go to the next resource in the course sequence',
        !          15116: 
        !          15117:    'Go to the previous resource in the course sequence'
        !          15118: => 'Go to the previous resource in the course sequence',
        !          15119: 
        !          15120:    'Goodbye'
        !          15121: => 'Goodbye',
        !          15122: 
        !          15123:    'Grades Spreadsheet'
        !          15124: => 'Grades Spreadsheet',
        !          15125: 
        !          15126:    'Grading'
        !          15127: => 'Grading',
        !          15128: 
        !          15129:    'Grading Information'
        !          15130: => 'Grading Information',
        !          15131: 
        !          15132:    'Grant/revoke Course Custom Role'
        !          15133: => 'Grant/revoke Course Custom Role',
        !          15134: 
        !          15135:    'Grant/revoke role of Administrator'
        !          15136: => 'Grant/revoke role of Administrator',
        !          15137: 
        !          15138:    'Grant/revoke role of Author'
        !          15139: => 'Grant/revoke role of Author',
        !          15140: 
        !          15141:    'Grant/revoke role of Co-Author'
        !          15142: => 'Grant/revoke role of Co-Author',
        !          15143: 
        !          15144:    'Grant/revoke role of Course Coordinator'
        !          15145: => 'Grant/revoke role of Course Coordinator',
        !          15146: 
        !          15147:    'Grant/revoke role of Domain Coordinator'
        !          15148: => 'Grant/revoke role of Domain Coordinator',
        !          15149: 
        !          15150:    'Grant/revoke role of Domain Guest'
        !          15151: => 'Grant/revoke role of Domain Guest',
        !          15152: 
        !          15153:    'Grant/revoke role of Exam Proctor'
        !          15154: => 'Grant/revoke role of Exam Proctor',
        !          15155: 
        !          15156:    'Grant/revoke role of Instructor'
        !          15157: => 'Grant/revoke role of Instructor',
        !          15158: 
        !          15159:    'Grant/revoke role of Librarian'
        !          15160: => 'Grant/revoke role of Librarian',
        !          15161: 
        !          15162:    'Grant/revoke role of Scantron Operator'
        !          15163: => 'Grant/revoke role of Scantron Operator',
        !          15164: 
        !          15165:    'Grant/revoke role of Student'
        !          15166: => 'Grant/revoke role of Student',
        !          15167: 
        !          15168:    'Grant/revoke role of Superuser'
        !          15169: => 'Grant/revoke role of Superuser',
        !          15170: 
        !          15171:    'Grant/revoke role of Teaching Assistant'
        !          15172: => 'Grant/revoke role of Teaching Assistant',
        !          15173: 
        !          15174:    'Greek Symbols'
        !          15175: => 'Greek Symbols',
        !          15176: 
        !          15177:    'Group/Section'
        !          15178: => 'Group/Section',
        !          15179: 
        !          15180:    'HTML'
        !          15181: => 'HTML',
        !          15182: 
        !          15183:    'HTML can be allowed or banned inside of course discussion.'
        !          15184: => 'HTML can be allowed or banned inside of course discussion.',
        !          15185: 
        !          15186:    'HTML character enties'
        !          15187: => 'HTML character enties',
        !          15188: 
        !          15189:    'HTML in Discussions'
        !          15190: => 'HTML in Discussions',
        !          15191: 
        !          15192:    'HTML/XML'
        !          15193: => 'HTML/XML',
        !          15194: 
        !          15195:    'Hand Graded (handgrade)'
        !          15196: => 'Hand Graded (handgrade)',
        !          15197: 
        !          15198:    'Height(pixel):'
        !          15199: => 'Height(pixel):',
        !          15200: 
        !          15201:    'Help'
        !          15202: => 'Help',
        !          15203: 
        !          15204:    'Help on Creating Courses'
        !          15205: => 'Help on Creating Courses',
        !          15206: 
        !          15207:    'Helproom Hours'
        !          15208: => 'Helproom Hours',
        !          15209: 
        !          15210:    'Hide'
        !          15211: => 'Hide',
        !          15212: 
        !          15213:    'Hide Empty Rows in Spreadsheets'
        !          15214: => 'Hide Empty Rows in Spreadsheets',
        !          15215: 
        !          15216:    'Highest Grade Level'
        !          15217: => 'Highest Grade Level',
        !          15218: 
        !          15219:    'Hint Text'
        !          15220: => 'Hint Text',
        !          15221: 
        !          15222:    'Home Server'
        !          15223: => 'Home Server',
        !          15224: 
        !          15225:    'Homework problem'
        !          15226: => 'Homework problem',
        !          15227: 
        !          15228:    'Host'
        !          15229: => 'Host',
        !          15230: 
        !          15231:    'How do I create a CSV file from a spreadsheet'
        !          15232: => 'How do I create a CSV file from a spreadsheet',
        !          15233: 
        !          15234:    'How do I create a class list from a spreadsheet'
        !          15235: => 'How do I create a class list from a spreadsheet',
        !          15236: 
        !          15237:    'How many tries should be set for all problems in the course?'
        !          15238: => 'How many tries should be set for all problems in the course?',
        !          15239: 
        !          15240:    'How many tries should be set for the selected folder?'
        !          15241: => 'How many tries should be set for the selected folder?',
        !          15242: 
        !          15243:    'How many tries should be set for the selected problem?'
        !          15244: => 'How many tries should be set for the selected problem?',
        !          15245: 
        !          15246:    'How should the results be printed?'
        !          15247: => 'How should the results be printed?',
        !          15248: 
        !          15249:    'ID/Student Number'
        !          15250: => 'ID/Student Number',
        !          15251: 
        !          15252:    'Identify fields'
        !          15253: => 'Identify fields',
        !          15254: 
        !          15255:    'If active, the new role will be available when the students next log in to LON-CAPA.'
        !          15256: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
        !          15257: 
        !          15258:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
        !          15259: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
        !          15260: 
        !          15261:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
        !          15262: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
        !          15263: 
        !          15264:    'Ignore First Line'
        !          15265: => 'Ignore First Line',
        !          15266: 
        !          15267:    'Illegal filename.'
        !          15268: => 'Illegal filename.',
        !          15269: 
        !          15270:    'Image:'
        !          15271: => 'Image:',
        !          15272: 
        !          15273:    'Immediately expire own role as Course Coordinator'
        !          15274: => 'Immediately expire own role as Course Coordinator',
        !          15275: 
        !          15276:    'Import'
        !          15277: => 'Import',
        !          15278: 
        !          15279:    'Import a published document'
        !          15280: => 'Import a published document',
        !          15281: 
        !          15282:    'Import and Paste Area'
        !          15283: => 'Import and Paste Area',
        !          15284: 
        !          15285:    'Include retrieval of student photographs?'
        !          15286: => 'Include retrieval of student photographs?',
        !          15287: 
        !          15288:    'Incorrect'
        !          15289: => 'Incorrect',
        !          15290: 
        !          15291:    'Incorrect Answers:'
        !          15292: => 'Incorrect Answers:',
        !          15293: 
        !          15294:    'Initial Password'
        !          15295: => 'Initial Password',
        !          15296: 
        !          15297:    'Institutional Information'
        !          15298: => 'Institutional Information',
        !          15299: 
        !          15300:    'Instructor'
        !          15301: => 'Instructor',
        !          15302: 
        !          15303:    'Instructor Information'
        !          15304: => 'Instructor Information',
        !          15305: 
        !          15306:    'Interlingua (International Auxiliary Language Association) - ISO'
        !          15307: => 'Interlingua (International Auxiliary Language Association) - ISO',
        !          15308: 
        !          15309:    'Internal Filename'
        !          15310: => 'Internal Filename',
        !          15311: 
        !          15312:    'Internally authenticated'
        !          15313: => 'Internally authenticated',
        !          15314: 
        !          15315:    'Invalid Significant figures detected'
        !          15316: => 'Invalid Significant figures detected',
        !          15317: 
        !          15318:    'Invalid characters in requested name have been removed.'
        !          15319: => 'Invalid characters in requested name have been removed.',
        !          15320: 
        !          15321:    'Invalid date entry'
        !          15322: => 'Invalid date entry',
        !          15323: 
        !          15324:    'Invalid home server specified'
        !          15325: => 'Invalid home server specified',
        !          15326: 
        !          15327:    'Invalid login mode or password.'
        !          15328: => 'Invalid login mode or password.',
        !          15329: 
        !          15330:    'Invalid username or domain'
        !          15331: => 'Invalid username or domain',
        !          15332: 
        !          15333:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
        !          15334: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
        !          15335: 
        !          15336:    'January'
        !          15337: => 'January',
        !          15338: 
        !          15339:    'Japanese - UTF'
        !          15340: => 'Japanese - UTF',
        !          15341: 
        !          15342:    'July'
        !          15343: => 'July',
        !          15344: 
        !          15345:    'June'
        !          15346: => 'June',
        !          15347: 
        !          15348:    'KEYWORDS'
        !          15349: => 'KEYWORDS',
        !          15350: 
        !          15351:    'Keep all Resources up-to-date with most recent Versions (default)'
        !          15352: => 'Keep all Resources up-to-date with most recent Versions (default)',
        !          15353: 
        !          15354:    'Kerberos authenticated'
        !          15355: => 'Kerberos authenticated',
        !          15356: 
        !          15357:    'Keyword(s)'
        !          15358: => 'Keyword(s)',
        !          15359: 
        !          15360:    'Keywords'
        !          15361: => 'Keywords',
        !          15362: 
        !          15363:    'LON-CAPA Domain for Students'
        !          15364: => 'LON-CAPA Domain for Students',
        !          15365: 
        !          15366:    'LON-CAPA Enrollment Manager'
        !          15367: => 'LON-CAPA Enrollment Manager',
        !          15368: 
        !          15369:    'LON-CAPA Help'
        !          15370: => 'LON-CAPA Help',
        !          15371: 
        !          15372:    'LON-CAPA Helper:'
        !          15373: => 'LON-CAPA Helper:',
        !          15374: 
        !          15375:    'LON-CAPA domain: [_1]'
        !          15376: => 'LON-CAPA domain: [_1]',
        !          15377: 
        !          15378:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
        !          15379: => 'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
        !          15380: 
        !          15381:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
        !          15382: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
        !          15383: 
        !          15384:    'LaTeX batchmode'
        !          15385: => 'LaTeX batchmode',
        !          15386: 
        !          15387:    'LaTeX mode:'
        !          15388: => 'LaTeX mode:',
        !          15389: 
        !          15390:    'Landscape'
        !          15391: => 'Landscape',
        !          15392: 
        !          15393:    'Language'
        !          15394: => 'Language',
        !          15395: 
        !          15396:    'Languages used'
        !          15397: => 'Languages used',
        !          15398: 
        !          15399:    'Last'
        !          15400: => 'Last',
        !          15401: 
        !          15402:    'Last Modified'
        !          15403: => 'Last Modified',
        !          15404: 
        !          15405:    'Last Name'
        !          15406: => 'Last Name',
        !          15407: 
        !          15408:    'Last Name, First Names'
        !          15409: => 'Last Name, First Names',
        !          15410: 
        !          15411:    'Last Week'
        !          15412: => 'Last Week',
        !          15413: 
        !          15414:    'Last access'
        !          15415: => 'Last access',
        !          15416: 
        !          15417:    'Last accessed'
        !          15418: => 'Last accessed',
        !          15419: 
        !          15420:    'Last modified'
        !          15421: => 'Last modified',
        !          15422: 
        !          15423:    'Last updated'
        !          15424: => 'Last updated',
        !          15425: 
        !          15426:    'Launch Remote Control'
        !          15427: => 'Launch Remote Control',
        !          15428: 
        !          15429:    'Launch navigation window'
        !          15430: => 'Launch navigation window',
        !          15431: 
        !          15432:    'Leave blank on scoring form'
        !          15433: => 'Leave blank on scoring form',
        !          15434: 
        !          15435:    'Librarian'
        !          15436: => 'Librarian',
        !          15437: 
        !          15438:    'Limit by copyright/distribution'
        !          15439: => 'Limit by copyright/distribution',
        !          15440: 
        !          15441:    'Limit by language'
        !          15442: => 'Limit by language',
        !          15443: 
        !          15444:    'List Directory'
        !          15445: => 'List Directory',
        !          15446: 
        !          15447:    'List of hidden parts (hiddenparts)'
        !          15448: => 'List of hidden parts (hiddenparts)',
        !          15449: 
        !          15450:    'List of possible answers'
        !          15451: => 'List of possible answers',
        !          15452: 
        !          15453:    'Load'
        !          15454: => 'Load',
        !          15455: 
        !          15456:    'Load Map'
        !          15457: => 'Load Map',
        !          15458: 
        !          15459:    'Load:'
        !          15460: => 'Load:',
        !          15461: 
        !          15462:    'Location'
        !          15463: => 'Location',
        !          15464: 
        !          15465:    'Lock and unlock assessments'
        !          15466: => 'Lock and unlock assessments',
        !          15467: 
        !          15468:    'Log in'
        !          15469: => 'Log in',
        !          15470: 
        !          15471:    'Logged Out'
        !          15472: => 'Logged Out',
        !          15473: 
        !          15474:    'Login Data'
        !          15475: => 'Login Data',
        !          15476: 
        !          15477:    'Login Type'
        !          15478: => 'Login Type',
        !          15479: 
        !          15480:    'Logout'
        !          15481: => 'Logout',
        !          15482: 
        !          15483:    'Lowest Grade Level'
        !          15484: => 'Lowest Grade Level',
        !          15485: 
        !          15486:    'MIME Type'
        !          15487: => 'MIME Type',
        !          15488: 
        !          15489:    'Mail'
        !          15490: => 'Mail',
        !          15491: 
        !          15492:    'Main Course Documents'
        !          15493: => 'Main Course Documents',
        !          15494: 
        !          15495:    'Main Menu'
        !          15496: => 'Main Menu',
        !          15497: 
        !          15498:    'Make new directory'
        !          15499: => 'Make new directory',
        !          15500: 
        !          15501:    'Make new file'
        !          15502: => 'Make new file',
        !          15503: 
        !          15504:    'Make notes and annotations about this resource'
        !          15505: => 'Make notes and annotations about this resource',
        !          15506: 
        !          15507:    'Making Backup to'
        !          15508: => 'Making Backup to',
        !          15509: 
        !          15510:    'Manage Access Keys'
        !          15511: => 'Manage Access Keys',
        !          15512: 
        !          15513:    'Manage access keys'
        !          15514: => 'Manage access keys',
        !          15515: 
        !          15516:    'Manual Grading'
        !          15517: => 'Manual Grading',
        !          15518: 
        !          15519:    'Map'
        !          15520: => 'Map',
        !          15521: 
        !          15522:    'Map contents are not shown in order.'
        !          15523: => 'Map contents are not shown in order.',
        !          15524: 
        !          15525:    'Map has branchings. Use advanced editor.'
        !          15526: => 'Map has branchings. Use advanced editor.',
        !          15527: 
        !          15528:    'Map has conditions. Use advanced editor.'
        !          15529: => 'Map has conditions. Use advanced editor.',
        !          15530: 
        !          15531:    'Map has resource parameters. Use advanced editor.'
        !          15532: => 'Map has resource parameters. Use advanced editor.',
        !          15533: 
        !          15534:    'Map has unconnected resources. Use advanced editor.'
        !          15535: => 'Map has unconnected resources. Use advanced editor.',
        !          15536: 
        !          15537:    'March'
        !          15538: => 'March',
        !          15539: 
        !          15540:    'Mark Unread'
        !          15541: => 'Mark Unread',
        !          15542: 
        !          15543:    'Mark all posts read'
        !          15544: => 'Mark all posts read',
        !          15545: 
        !          15546:    'Material appears to be correct'
        !          15547: => 'Material appears to be correct',
        !          15548: 
        !          15549:    'Material covered with sufficient depth'
        !          15550: => 'Material covered with sufficient depth',
        !          15551: 
        !          15552:    'Material is helpful'
        !          15553: => 'Material is helpful',
        !          15554: 
        !          15555:    'Material presented in clear way'
        !          15556: => 'Material presented in clear way',
        !          15557: 
        !          15558:    'Max Number Of Shown Foils:'
        !          15559: => 'Max Number Of Shown Foils:',
        !          15560: 
        !          15561:    'Max Possible To Date'
        !          15562: => 'Max Possible To Date',
        !          15563: 
        !          15564:    'Max Tries'
        !          15565: => 'Max Tries',
        !          15566: 
        !          15567:    'Max number of foils displayed'
        !          15568: => 'Max number of foils displayed',
        !          15569: 
        !          15570:    'Maximum Number of Collaborators'
        !          15571: => 'Maximum Number of Collaborators',
        !          15572: 
        !          15573:    'Maximum Number of Collaborators (maxcollaborators)'
        !          15574: => 'Maximum Number of Collaborators (maxcollaborators)',
        !          15575: 
        !          15576:    'Maximum Number of Tries (maxtries)'
        !          15577: => 'Maximum Number of Tries (maxtries)',
        !          15578: 
        !          15579:    'May'
        !          15580: => 'May',
        !          15581: 
        !          15582:    'Mean Tries'
        !          15583: => 'Mean Tries',
        !          15584: 
        !          15585:    'Messaging'
        !          15586: => 'Messaging',
        !          15587: 
        !          15588:    'Metadata'
        !          15589: => 'Metadata',
        !          15590: 
        !          15591:    'Metadata Information'
        !          15592: => 'Metadata Information',
        !          15593: 
        !          15594:    'Metadata Version'
        !          15595: => 'Metadata Version',
        !          15596: 
        !          15597:    'Metadata current version'
        !          15598: => 'Metadata current version',
        !          15599: 
        !          15600:    'Middle'
        !          15601: => 'Middle',
        !          15602: 
        !          15603:    'Middle Name'
        !          15604: => 'Middle Name',
        !          15605: 
        !          15606:    'Middle Names/Initials'
        !          15607: => 'Middle Names/Initials',
        !          15608: 
        !          15609:    'Mime type'
        !          15610: => 'Mime type',
        !          15611: 
        !          15612:    'Missing Kerberos domain information.'
        !          15613: => 'Missing Kerberos domain information.',
        !          15614: 
        !          15615:    'Modification Date'
        !          15616: => 'Modification Date',
        !          15617: 
        !          15618:    'Modification may make assessment data inaccessible'
        !          15619: => 'Modification may make assessment data inaccessible',
        !          15620: 
        !          15621:    'Modified'
        !          15622: => 'Modified',
        !          15623: 
        !          15624:    'Modify Course Assessment Parameters'
        !          15625: => 'Modify Course Assessment Parameters',
        !          15626: 
        !          15627:    'Modify Enrollment for'
        !          15628: => 'Modify Enrollment for',
        !          15629: 
        !          15630:    'Modify Parameters'
        !          15631: => 'Modify Parameters',
        !          15632: 
        !          15633:    'Modify User'
        !          15634: => 'Modify User',
        !          15635: 
        !          15636:    'Modify another students data'
        !          15637: => 'Modify another students data',
        !          15638: 
        !          15639:    'Modify authentication mechanism and data for a user'
        !          15640: => 'Modify authentication mechanism and data for a user',
        !          15641: 
        !          15642:    'Modify deadlines, etc, for this assessment resource'
        !          15643: => 'Modify deadlines, etc, for this assessment resource',
        !          15644: 
        !          15645:    'Modify deadlines, etc, for this resource'
        !          15646: => 'Modify deadlines, etc, for this resource',
        !          15647: 
        !          15648:    'Modify grades'
        !          15649: => 'Modify grades',
        !          15650: 
        !          15651:    'Modify student data'
        !          15652: => 'Modify student data',
        !          15653: 
        !          15654:    'Modify user grades for this assessment resource'
        !          15655: => 'Modify user grades for this assessment resource',
        !          15656: 
        !          15657:    'Modifying data for user'
        !          15658: => 'Modifying data for user',
        !          15659: 
        !          15660:    'Modifying this will make problems'
        !          15661: => 'Modifying this will make problems',
        !          15662: 
        !          15663:    'Mon'
        !          15664: => 'Mon',
        !          15665: 
        !          15666:    'Most recently published Version'
        !          15667: => 'Most recently published Version',
        !          15668: 
        !          15669:    'Move Down'
        !          15670: => 'Move Down',
        !          15671: 
        !          15672:    'Move Up'
        !          15673: => 'Move Up',
        !          15674: 
        !          15675:    'Move current file to'
        !          15676: => 'Move current file to',
        !          15677: 
        !          15678:    'Must create new subdirectory inside a directory'
        !          15679: => 'Must create new subdirectory inside a directory',
        !          15680: 
        !          15681:    'My Personal Info'
        !          15682: => 'My Personal Info',
        !          15683: 
        !          15684:    'My question/comment/feedback:'
        !          15685: => 'My question/comment/feedback:',
        !          15686: 
        !          15687:    'Name'
        !          15688: => 'Name',
        !          15689: 
        !          15690:    'Name of Role'
        !          15691: => 'Name of Role',
        !          15692: 
        !          15693:    'Name starting with'
        !          15694: => 'Name starting with',
        !          15695: 
        !          15696:    'Name:'
        !          15697: => 'Name:',
        !          15698: 
        !          15699:    'Navigate'
        !          15700: => 'Navigate',
        !          15701: 
        !          15702:    'Navigate Contents'
        !          15703: => 'Navigate Contents',
        !          15704: 
        !          15705:    'Navigate Course Contents'
        !          15706: => 'Navigate Course Contents',
        !          15707: 
        !          15708:    'Navigate the table of contents for this course'
        !          15709: => 'Navigate the table of contents for this course',
        !          15710: 
        !          15711:    'Network-wide number of accesses (hits)'
        !          15712: => 'Network-wide number of accesses (hits)',
        !          15713: 
        !          15714:    'Network-wide number of courses using resource'
        !          15715: => 'Network-wide number of courses using resource',
        !          15716: 
        !          15717:    'New Directory'
        !          15718: => 'New Directory',
        !          15719: 
        !          15720:    'New Folder'
        !          15721: => 'New Folder',
        !          15722: 
        !          15723:    'New HTML file'
        !          15724: => 'New HTML file',
        !          15725: 
        !          15726:    'New Messages'
        !          15727: => 'New Messages',
        !          15728: 
        !          15729:    'New Problem Variation'
        !          15730: => 'New Problem Variation',
        !          15731: 
        !          15732:    'New Randomization'
        !          15733: => 'New Randomization',
        !          15734: 
        !          15735:    'New Resource'
        !          15736: => 'New Resource',
        !          15737: 
        !          15738:    'New Role'
        !          15739: => 'New Role',
        !          15740: 
        !          15741:    'New Search'
        !          15742: => 'New Search',
        !          15743: 
        !          15744:    'New Title'
        !          15745: => 'New Title',
        !          15746: 
        !          15747:    'New User'
        !          15748: => 'New User',
        !          15749: 
        !          15750:    'New Value'
        !          15751: => 'New Value',
        !          15752: 
        !          15753:    'New assembled page'
        !          15754: => 'New assembled page',
        !          15755: 
        !          15756:    'New assembled sequence'
        !          15757: => 'New assembled sequence',
        !          15758: 
        !          15759:    'New custom rights file'
        !          15760: => 'New custom rights file',
        !          15761: 
        !          15762:    'New discussion since'
        !          15763: => 'New discussion since',
        !          15764: 
        !          15765:    'New file'
        !          15766: => 'New file',
        !          15767: 
        !          15768:    'New parameters or stored values'
        !          15769: => 'New parameters or stored values',
        !          15770: 
        !          15771:    'New problem'
        !          15772: => 'New problem',
        !          15773: 
        !          15774:    'New style file'
        !          15775: => 'New style file',
        !          15776: 
        !          15777:    'New subdirectory'
        !          15778: => 'New subdirectory',
        !          15779: 
        !          15780:    'Next'
        !          15781: => 'Next',
        !          15782: 
        !          15783:    'Next    '
        !          15784: => 'Next    ',
        !          15785: 
        !          15786:    'Next ->'
        !          15787: => 'Next ->',
        !          15788: 
        !          15789:    'Next Month'
        !          15790: => 'Next Month',
        !          15791: 
        !          15792:    'No'
        !          15793: => 'No',
        !          15794: 
        !          15795:    'No Access or Usages Statistics are available for this resource.'
        !          15796: => 'No Access or Usages Statistics are available for this resource.',
        !          15797: 
        !          15798:    'No Assessment Statistical Data is available for this resource'
        !          15799: => 'No Assessment Statistical Data is available for this resource',
        !          15800: 
        !          15801:    'No Evaluation Data is available for this resource.'
        !          15802: => 'No Evaluation Data is available for this resource.',
        !          15803: 
        !          15804:    'No Kerberos domain was specified.'
        !          15805: => 'No Kerberos domain was specified.',
        !          15806: 
        !          15807:    'No Role, Cumulative Privileges'
        !          15808: => 'No Role, Cumulative Privileges',
        !          15809: 
        !          15810:    'No changes were made to the current settings.'
        !          15811: => 'No changes were made to the current settings.',
        !          15812: 
        !          15813:    'No content modifications yet.'
        !          15814: => 'No content modifications yet.',
        !          15815: 
        !          15816:    'No due date'
        !          15817: => 'No due date',
        !          15818: 
        !          15819:    'No language preference'
        !          15820: => 'No language preference',
        !          15821: 
        !          15822:    'No new filename specified.'
        !          15823: => 'No new filename specified.',
        !          15824: 
        !          15825:    'No previous versions published.'
        !          15826: => 'No previous versions published.',
        !          15827: 
        !          15828:    'No role specified'
        !          15829: => 'No role specified',
        !          15830: 
        !          15831:    'No section assigned'
        !          15832: => 'No section assigned',
        !          15833: 
        !          15834:    'No such file'
        !          15835: => 'No such file',
        !          15836: 
        !          15837:    'No syllabus information provided.'
        !          15838: => 'No syllabus information provided.',
        !          15839: 
        !          15840:    'No upload file specified.'
        !          15841: => 'No upload file specified.',
        !          15842: 
        !          15843:    'No write permission to'
        !          15844: => 'No write permission to',
        !          15845: 
        !          15846:    'No write permission to user directory, FAIL'
        !          15847: => 'No write permission to user directory, FAIL',
        !          15848: 
        !          15849:    'None Found'
        !          15850: => 'None Found',
        !          15851: 
        !          15852:    'Not Allowed'
        !          15853: => 'Not Allowed',
        !          15854: 
        !          15855:    'Not applicable - '
        !          15856: => 'Not applicable - ',
        !          15857: 
        !          15858:    'Not open to be viewed'
        !          15859: => 'Not open to be viewed',
        !          15860: 
        !          15861:    'Not set -'
        !          15862: => 'Not set -',
        !          15863: 
        !          15864:    'Not set - '
        !          15865: => 'Not set - ',
        !          15866: 
        !          15867:    'Not shown, not used'
        !          15868: => 'Not shown, not used',
        !          15869: 
        !          15870:    'Note: for large courses, this operation may be time consuming'
        !          15871: => 'Note: for large courses, this operation may be time consuming',
        !          15872: 
        !          15873:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
        !          15874: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
        !          15875: 
        !          15876:    'Note: this will not take effect if the user already exists'
        !          15877: => 'Note: this will not take effect if the user already exists',
        !          15878: 
        !          15879:    'Notes'
        !          15880: => 'Notes',
        !          15881: 
        !          15882:    'Notification of enrollment changes'
        !          15883: => 'Notification of enrollment changes',
        !          15884: 
        !          15885:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
        !          15886: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
        !          15887: 
        !          15888:    'November'
        !          15889: => 'November',
        !          15890: 
        !          15891:    'Number of Plots:'
        !          15892: => 'Number of Plots:',
        !          15893: 
        !          15894:    'Number of Tries before hints appear (hinttries)'
        !          15895: => 'Number of Tries before hints appear (hinttries)',
        !          15896: 
        !          15897:    'Number of assignments printed at the same time:'
        !          15898: => 'Number of assignments printed at the same time:',
        !          15899: 
        !          15900:    'Number of bubbles in exam mode (numbubbles)'
        !          15901: => 'Number of bubbles in exam mode (numbubbles)',
        !          15902: 
        !          15903:    'Number of columns'
        !          15904: => 'Number of columns',
        !          15905: 
        !          15906:    'Number of resources that follow this resource in maps'
        !          15907: => 'Number of resources that follow this resource in maps',
        !          15908: 
        !          15909:    'Number of resources that lead up to this resource in maps'
        !          15910: => 'Number of resources that lead up to this resource in maps',
        !          15911: 
        !          15912:    'Number of resources using or importing resource'
        !          15913: => 'Number of resources using or importing resource',
        !          15914: 
        !          15915:    'Numerical Tolerance (tol)'
        !          15916: => 'Numerical Tolerance (tol)',
        !          15917: 
        !          15918:    'Obsolete'
        !          15919: => 'Obsolete',
        !          15920: 
        !          15921:    'Obsolete parameters or stored values'
        !          15922: => 'Obsolete parameters or stored values',
        !          15923: 
        !          15924:    'October'
        !          15925: => 'October',
        !          15926: 
        !          15927:    'Office Hours'
        !          15928: => 'Office Hours',
        !          15929: 
        !          15930:    'Old Value'
        !          15931: => 'Old Value',
        !          15932: 
        !          15933:    'One particular problem'
        !          15934: => 'One particular problem',
        !          15935: 
        !          15936:    'One particular problem (overrides folder and course defaults)'
        !          15937: => 'One particular problem (overrides folder and course defaults)',
        !          15938: 
        !          15939:    'Online Help'
        !          15940: => 'Online Help',
        !          15941: 
        !          15942:    'Only Answers'
        !          15943: => 'Only Answers',
        !          15944: 
        !          15945:    'Only a number required.'
        !          15946: => 'Only a number required.',
        !          15947: 
        !          15948:    'Only domain coordinators can change a users password.'
        !          15949: => 'Only domain coordinators can change a users password.',
        !          15950: 
        !          15951:    'Open'
        !          15952: => 'Open',
        !          15953: 
        !          15954:    'Open All Folders'
        !          15955: => 'Open All Folders',
        !          15956: 
        !          15957:    'Open Course'
        !          15958: => 'Open Course',
        !          15959: 
        !          15960:    'Open all assessments'
        !          15961: => 'Open all assessments',
        !          15962: 
        !          15963:    'Open and correct'
        !          15964: => 'Open and correct',
        !          15965: 
        !          15966:    'Open with full tries'
        !          15967: => 'Open with full tries',
        !          15968: 
        !          15969:    'Open, no due date'
        !          15970: => 'Open, no due date',
        !          15971: 
        !          15972:    'Opening Date (contentopen)'
        !          15973: => 'Opening Date (contentopen)',
        !          15974: 
        !          15975:    'Opening Date (opendate)'
        !          15976: => 'Opening Date (opendate)',
        !          15977: 
        !          15978:    'Option Response Problem Analysis'
        !          15979: => 'Option Response Problem Analysis',
        !          15980: 
        !          15981:    'Option response'
        !          15982: => 'Option response',
        !          15983: 
        !          15984:    'Other Symbols'
        !          15985: => 'Other Symbols',
        !          15986: 
        !          15987:    'Output'
        !          15988: => 'Output',
        !          15989: 
        !          15990:    'Output Format'
        !          15991: => 'Output Format',
        !          15992: 
        !          15993:    'Output Format: [_1]'
        !          15994: => 'Output Format: [_1]',
        !          15995: 
        !          15996:    'Overall Problem Statistics'
        !          15997: => 'Overall Problem Statistics',
        !          15998: 
        !          15999:    'Owner/Publisher'
        !          16000: => 'Owner/Publisher',
        !          16001: 
        !          16002:    'Page'
        !          16003: => 'Page',
        !          16004: 
        !          16005:    'Page layout'
        !          16006: => 'Page layout',
        !          16007: 
        !          16008:    'Paper type'
        !          16009: => 'Paper type',
        !          16010: 
        !          16011:    'Parameter'
        !          16012: => 'Parameter',
        !          16013: 
        !          16014:    'Parameter Name'
        !          16015: => 'Parameter Name',
        !          16016: 
        !          16017:    'Parameter Type'
        !          16018: => 'Parameter Type',
        !          16019: 
        !          16020:    'Parameter in Effect'
        !          16021: => 'Parameter in Effect',
        !          16022: 
        !          16023:    'Parent Directory'
        !          16024: => 'Parent Directory',
        !          16025: 
        !          16026:    'Part'
        !          16027: => 'Part',
        !          16028: 
        !          16029:    'Part Description (display)'
        !          16030: => 'Part Description (display)',
        !          16031: 
        !          16032:    'Part is not open to be viewed. It'
        !          16033: => 'Part is not open to be viewed. It',
        !          16034: 
        !          16035:    'Password'
        !          16036: => 'Password',
        !          16037: 
        !          16038:    'Paste after selected'
        !          16039: => 'Paste after selected',
        !          16040: 
        !          16041:    'Path'
        !          16042: => 'Path',
        !          16043: 
        !          16044:    'Per Page'
        !          16045: => 'Per Page',
        !          16046: 
        !          16047:    'Personal Data'
        !          16048: => 'Personal Data',
        !          16049: 
        !          16050:    'Personal Information'
        !          16051: => 'Personal Information',
        !          16052: 
        !          16053:    'Please adjust significant figures.'
        !          16054: => 'Please adjust significant figures.',
        !          16055: 
        !          16056:    'Please check at least one of the following feedback types:'
        !          16057: => 'Please check at least one of the following feedback types:',
        !          16058: 
        !          16059:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
        !          16060: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
        !          16061: 
        !          16062:    'Please click Back on your browser and select another user, or '
        !          16063: => 'Please click Back on your browser and select another user, or ',
        !          16064: 
        !          16065:    'Please contact your LON-CAPA administrator regarding this situation.'
        !          16066: => 'Please contact your LON-CAPA administrator regarding this situation.',
        !          16067: 
        !          16068:    'Please do not reply to this address.'
        !          16069: => 'Please do not reply to this address.',
        !          16070: 
        !          16071:    'Please either'
        !          16072: => 'Please either',
        !          16073: 
        !          16074:    'Please notify the server administrator '
        !          16075: => 'Please notify the server administrator ',
        !          16076: 
        !          16077:    'Please pick a version to retrieve'
        !          16078: => 'Please pick a version to retrieve',
        !          16079: 
        !          16080:    'Please rank the following criteria:'
        !          16081: => 'Please rank the following criteria:',
        !          16082: 
        !          16083:    'Please select a problem to analyze'
        !          16084: => 'Please select a problem to analyze',
        !          16085: 
        !          16086:    'Please select a report to generate'
        !          16087: => 'Please select a report to generate',
        !          16088: 
        !          16089:    'Please select a report to generate.'
        !          16090: => 'Please select a report to generate.',
        !          16091: 
        !          16092:    'Please select an authentication mechanism'
        !          16093: => 'Please select an authentication mechanism',
        !          16094: 
        !          16095:    'Please select the authentication mechanism'
        !          16096: => 'Please select the authentication mechanism',
        !          16097: 
        !          16098:    'Please select the section you wish to set the answer open date for:'
        !          16099: => 'Please select the section you wish to set the answer open date for:',
        !          16100: 
        !          16101:    'Please select the section you wish to set the due date for:'
        !          16102: => 'Please select the section you wish to set the due date for:',
        !          16103: 
        !          16104:    'Please select the section you wish to set the number of tries for:'
        !          16105: => 'Please select the section you wish to set the number of tries for:',
        !          16106: 
        !          16107:    'Please select the section you wish to set the opening date for:'
        !          16108: => 'Please select the section you wish to set the opening date for:',
        !          16109: 
        !          16110:    'Please select the section you wish to set the problem weight for:'
        !          16111: => 'Please select the section you wish to set the problem weight for:',
        !          16112: 
        !          16113:    'Please select the student you wish to set the answer open date for:'
        !          16114: => 'Please select the student you wish to set the answer open date for:',
        !          16115: 
        !          16116:    'Please select the student you wish to set the due date for:'
        !          16117: => 'Please select the student you wish to set the due date for:',
        !          16118: 
        !          16119:    'Please select the student you wish to set the number of tries for:'
        !          16120: => 'Please select the student you wish to set the number of tries for:',
        !          16121: 
        !          16122:    'Please select the student you wish to set the opening date for:'
        !          16123: => 'Please select the student you wish to set the opening date for:',
        !          16124: 
        !          16125:    'Please select the student you wish to set the problem weight for:'
        !          16126: => 'Please select the student you wish to set the problem weight for:',
        !          16127: 
        !          16128:    'Please stand by.'
        !          16129: => 'Please stand by.',
        !          16130: 
        !          16131:    'Please use browser "Back" button and pick a filename'
        !          16132: => 'Please use browser "Back" button and pick a filename',
        !          16133: 
        !          16134:    "Please use browser 'Back' button and pick a filename"
        !          16135: => "Please use browser 'Back' button and pick a filename",
        !          16136: 
        !          16137:    'Portrait'
        !          16138: => 'Portrait',
        !          16139: 
        !          16140:    'Portuguese - ISO'
        !          16141: => 'Portuguese - ISO',
        !          16142: 
        !          16143:    'Position'
        !          16144: => 'Position',
        !          16145: 
        !          16146:    'Post Discussion'
        !          16147: => 'Post Discussion',
        !          16148: 
        !          16149:    'Post anonymously'
        !          16150: => 'Post anonymously',
        !          16151: 
        !          16152:    'Post discussion on course resources'
        !          16153: => 'Post discussion on course resources',
        !          16154: 
        !          16155:    'Post system frontpage announcements'
        !          16156: => 'Post system frontpage announcements',
        !          16157: 
        !          16158:    'Post to live chatrooms'
        !          16159: => 'Post to live chatrooms',
        !          16160: 
        !          16161:    'Preferred language'
        !          16162: => 'Preferred language',
        !          16163: 
        !          16164:    'Prepare a printable document'
        !          16165: => 'Prepare a printable document',
        !          16166: 
        !          16167:    'Preparing Excel Spreadsheet'
        !          16168: => 'Preparing Excel Spreadsheet',
        !          16169: 
        !          16170:    'Preparing Printout'
        !          16171: => 'Preparing Printout',
        !          16172: 
        !          16173:    'Prerequisites'
        !          16174: => 'Prerequisites',
        !          16175: 
        !          16176:    'Previous'
        !          16177: => 'Previous',
        !          16178: 
        !          16179:    'Previous Month'
        !          16180: => 'Previous Month',
        !          16181: 
        !          16182:    'Print'
        !          16183: => 'Print',
        !          16184: 
        !          16185:    'Print Index:'
        !          16186: => 'Print Index:',
        !          16187: 
        !          16188:    'Print Table of Contents:'
        !          16189: => 'Print Table of Contents:',
        !          16190: 
        !          16191:    'Print:'
        !          16192: => 'Print:',
        !          16193: 
        !          16194:    'Printing Helper'
        !          16195: => 'Printing Helper',
        !          16196: 
        !          16197:    'Privacy Note'
        !          16198: => 'Privacy Note',
        !          16199: 
        !          16200:    'Private - visible to author only for testing purposes'
        !          16201: => 'Private - visible to author only for testing purposes',
        !          16202: 
        !          16203:    'Private Publication - did not synchronize database'
        !          16204: => 'Private Publication - did not synchronize database',
        !          16205: 
        !          16206:    'Privileged users that should not be hidden on staff listings'
        !          16207: => 'Privileged users that should not be hidden on staff listings',
        !          16208: 
        !          16209:    'Problem Status Chart'
        !          16210: => 'Problem Status Chart',
        !          16211: 
        !          16212:    'Problems'
        !          16213: => 'Problems',
        !          16214: 
        !          16215:    'Problems Not Contained In A Folder'
        !          16216: => 'Problems Not Contained In A Folder',
        !          16217: 
        !          16218:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
        !          16219: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
        !          16220: 
        !          16221:    'Problems from entire course'
        !          16222: => 'Problems from entire course',
        !          16223: 
        !          16224:    'Processed [_1] student(s).'
        !          16225: => 'Processed [_1] student(s).',
        !          16226: 
        !          16227:    'Processed file'
        !          16228: => 'Processed file',
        !          16229: 
        !          16230:    'Processing'
        !          16231: => 'Processing',
        !          16232: 
        !          16233:    'Processing course structure'
        !          16234: => 'Processing course structure',
        !          16235: 
        !          16236:    'Processing first student'
        !          16237: => 'Processing first student',
        !          16238: 
        !          16239:    'Produce Excel Output'
        !          16240: => 'Produce Excel Output',
        !          16241: 
        !          16242:    'Project Information'
        !          16243: => 'Project Information',
        !          16244: 
        !          16245:    'Provide feedback messages or contribute to the course discussion about this resource'
        !          16246: => 'Provide feedback messages or contribute to the course discussion about this resource',
        !          16247: 
        !          16248:    'Provide my evaluation of this resource'
        !          16249: => 'Provide my evaluation of this resource',
        !          16250: 
        !          16251:    'Public - no authentication or authorization required for use'
        !          16252: => 'Public - no authentication or authorization required for use',
        !          16253: 
        !          16254:    'Publish'
        !          16255: => 'Publish',
        !          16256: 
        !          16257:    'Publish Directory'
        !          16258: => 'Publish Directory',
        !          16259: 
        !          16260:    'Publish Directory and Sub Directories'
        !          16261: => 'Publish Directory and Sub Directories',
        !          16262: 
        !          16263:    'Publish this Resource'
        !          16264: => 'Publish this Resource',
        !          16265: 
        !          16266:    'Published'
        !          16267: => 'Published',
        !          16268: 
        !          16269:    'Publisher/Owner'
        !          16270: => 'Publisher/Owner',
        !          16271: 
        !          16272:    'Publishing'
        !          16273: => 'Publishing',
        !          16274: 
        !          16275:    'Question Text'
        !          16276: => 'Question Text',
        !          16277: 
        !          16278:    'Question Type'
        !          16279: => 'Question Type',
        !          16280: 
        !          16281:    'Question Type (type)'
        !          16282: => 'Question Type (type)',
        !          16283: 
        !          16284:    'Question about resource content'
        !          16285: => 'Question about resource content',
        !          16286: 
        !          16287:    'Question/Comment/Feedback about course policy'
        !          16288: => 'Question/Comment/Feedback about course policy',
        !          16289: 
        !          16290:    'Quick Completed Problems Display'
        !          16291: => 'Quick Completed Problems Display',
        !          16292: 
        !          16293:    'Random position'
        !          16294: => 'Random position',
        !          16295: 
        !          16296:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
        !          16297: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
        !          16298: 
        !          16299:    'Randomization algorithm used'
        !          16300: => 'Randomization algorithm used',
        !          16301: 
        !          16302:    'Randomly pick number of resources (randompick)'
        !          16303: => 'Randomly pick number of resources (randompick)',
        !          16304: 
        !          16305:    'Re'
        !          16306: => 'Re',
        !          16307: 
        !          16308:    'Re-Initialize'
        !          16309: => 'Re-Initialize',
        !          16310: 
        !          16311:    'Re-enrollment will re-activate data.'
        !          16312: => 'Re-enrollment will re-activate data.',
        !          16313: 
        !          16314:    'Reading results from'
        !          16315: => 'Reading results from',
        !          16316: 
        !          16317:    'Reading results from [_1]'
        !          16318: => 'Reading results from [_1]',
        !          16319: 
        !          16320:    'Readings'
        !          16321: => 'Readings',
        !          16322: 
        !          16323:    'Receipt algorithm used'
        !          16324: => 'Receipt algorithm used',
        !          16325: 
        !          16326:    'Receiving results from [_1]'
        !          16327: => 'Receiving results from [_1]',
        !          16328: 
        !          16329:    'Recent'
        !          16330: => 'Recent',
        !          16331: 
        !          16332:    'Record'
        !          16333: => 'Record',
        !          16334: 
        !          16335:    'Registering'
        !          16336: => 'Registering',
        !          16337: 
        !          16338:    'Related'
        !          16339: => 'Related',
        !          16340: 
        !          16341:    'Remark'
        !          16342: => 'Remark',
        !          16343: 
        !          16344:    'Rename'
        !          16345: => 'Rename',
        !          16346: 
        !          16347:    'Rename current file to'
        !          16348: => 'Rename current file to',
        !          16349: 
        !          16350:    'Reply'
        !          16351: => 'Reply',
        !          16352: 
        !          16353:    'Report a Bug'
        !          16354: => 'Report a Bug',
        !          16355: 
        !          16356:    'Reset Submissions'
        !          16357: => 'Reset Submissions',
        !          16358: 
        !          16359:    'Resource'
        !          16360: => 'Resource',
        !          16361: 
        !          16362:    'Resource Differences'
        !          16363: => 'Resource Differences',
        !          16364: 
        !          16365:    'Resource Feedback and Discussion'
        !          16366: => 'Resource Feedback and Discussion',
        !          16367: 
        !          16368:    'Resource Hidden from Students (hiddenresource)'
        !          16369: => 'Resource Hidden from Students (hiddenresource)',
        !          16370: 
        !          16371:    'Resource Level'
        !          16372: => 'Resource Level',
        !          16373: 
        !          16374:    'Resource Publication'
        !          16375: => 'Resource Publication',
        !          16376: 
        !          16377:    'Resource alias name for conditions (mapalias)'
        !          16378: => 'Resource alias name for conditions (mapalias)',
        !          16379: 
        !          16380:    'Resource is technically correct'
        !          16381: => 'Resource is technically correct',
        !          16382: 
        !          16383:    'Resources'
        !          16384: => 'Resources',
        !          16385: 
        !          16386:    'Resources from selected sequence in course'
        !          16387: => 'Resources from selected sequence in course',
        !          16388: 
        !          16389:    'Response'
        !          16390: => 'Response',
        !          16391: 
        !          16392:    'Retrieval of an old version will overwrite the file currently in construction space'
        !          16393: => 'Retrieval of an old version will overwrite the file currently in construction space',
        !          16394: 
        !          16395:    'Retrieve'
        !          16396: => 'Retrieve',
        !          16397: 
        !          16398:    'Retrieve Old Version'
        !          16399: => 'Retrieve Old Version',
        !          16400: 
        !          16401:    'Retrieve Published Resources'
        !          16402: => 'Retrieve Published Resources',
        !          16403: 
        !          16404:    'Retrieve previous versions of'
        !          16405: => 'Retrieve previous versions of',
        !          16406: 
        !          16407:    'Retrieve version'
        !          16408: => 'Retrieve version',
        !          16409: 
        !          16410:    'Retrieving current (most recent) version'
        !          16411: => 'Retrieving current (most recent) version',
        !          16412: 
        !          16413:    'Return to DOCS'
        !          16414: => 'Return to DOCS',
        !          16415: 
        !          16416:    'Return to Last Location'
        !          16417: => 'Return to Last Location',
        !          16418: 
        !          16419:    'Reverse Association'
        !          16420: => 'Reverse Association',
        !          16421: 
        !          16422:    'Revert to Last Saved'
        !          16423: => 'Revert to Last Saved',
        !          16424: 
        !          16425:    'Revision Date'
        !          16426: => 'Revision Date',
        !          16427: 
        !          16428:    'Revoke'
        !          16429: => 'Revoke',
        !          16430: 
        !          16431:    'Revoke Existing Roles'
        !          16432: => 'Revoke Existing Roles',
        !          16433: 
        !          16434:    'Role'
        !          16435: => 'Role',
        !          16436: 
        !          16437:    'Role Information'
        !          16438: => 'Role Information',
        !          16439: 
        !          16440:    'Row'
        !          16441: => 'Row',
        !          16442: 
        !          16443:    'Rule'
        !          16444: => 'Rule',
        !          16445: 
        !          16446:    'Russian - KOI'
        !          16447: => 'Russian - KOI',
        !          16448: 
        !          16449:    'S.D. tries'
        !          16450: => 'S.D. tries',
        !          16451: 
        !          16452:    'Sample Points:'
        !          16453: => 'Sample Points:',
        !          16454: 
        !          16455:    'Samples'
        !          16456: => 'Samples',
        !          16457: 
        !          16458:    'Sat'
        !          16459: => 'Sat',
        !          16460: 
        !          16461:    'Save'
        !          16462: => 'Save',
        !          16463: 
        !          16464:    'Save as'
        !          16465: => 'Save as',
        !          16466: 
        !          16467:    'Save as & Make This Sheet the Default'
        !          16468: => 'Save as & Make This Sheet the Default',
        !          16469: 
        !          16470:    'Save as ...'
        !          16471: => 'Save as ...',
        !          16472: 
        !          16473:    'Save entries below as a draft answer (not submitting them for credit yet)'
        !          16474: => 'Save entries below as a draft answer (not submitting them for credit yet)',
        !          16475: 
        !          16476:    'Saving Modifications to'
        !          16477: => 'Saving Modifications to',
        !          16478: 
        !          16479:    'Scantron Operator'
        !          16480: => 'Scantron Operator',
        !          16481: 
        !          16482:    'Score Upload Form'
        !          16483: => 'Score Upload Form',
        !          16484: 
        !          16485:    'Search'
        !          16486: => 'Search',
        !          16487: 
        !          16488:    'Search Complete'
        !          16489: => 'Search Complete',
        !          16490: 
        !          16491:    'Search Complete [_1]'
        !          16492: => 'Search Complete [_1]',
        !          16493: 
        !          16494:    'Search the contents of this course'
        !          16495: => 'Search the contents of this course',
        !          16496: 
        !          16497:    'Search the database of published resources'
        !          16498: => 'Search the database of published resources',
        !          16499: 
        !          16500:    'Search: [_1]'
        !          16501: => 'Search: [_1]',
        !          16502: 
        !          16503:    'Searching'
        !          16504: => 'Searching',
        !          16505: 
        !          16506:    'Section'
        !          16507: => 'Section',
        !          16508: 
        !          16509:    'Section/Group'
        !          16510: => 'Section/Group',
        !          16511: 
        !          16512:    'Sections'
        !          16513: => 'Sections',
        !          16514: 
        !          16515:    'Select'
        !          16516: => 'Select',
        !          16517: 
        !          16518:    'Select Action'
        !          16519: => 'Select Action',
        !          16520: 
        !          16521:    'Select All'
        !          16522: => 'Select All',
        !          16523: 
        !          16524:    'Select All Files'
        !          16525: => 'Select All Files',
        !          16526: 
        !          16527:    'Select All Published'
        !          16528: => 'Select All Published',
        !          16529: 
        !          16530:    'Select All Resources'
        !          16531: => 'Select All Resources',
        !          16532: 
        !          16533:    'Select All Students'
        !          16534: => 'Select All Students',
        !          16535: 
        !          16536:    'Select Course'
        !          16537: => 'Select Course',
        !          16538: 
        !          16539:    'Select Date'
        !          16540: => 'Select Date',
        !          16541: 
        !          16542:    'Select Enclosing Map or Folder'
        !          16543: => 'Select Enclosing Map or Folder',
        !          16544: 
        !          16545:    'Select Folder'
        !          16546: => 'Select Folder',
        !          16547: 
        !          16548:    'Select Map'
        !          16549: => 'Select Map',
        !          16550: 
        !          16551:    'Select Only Current Students'
        !          16552: => 'Select Only Current Students',
        !          16553: 
        !          16554:    'Select Parameter Level'
        !          16555: => 'Select Parameter Level',
        !          16556: 
        !          16557:    'Select Printing Options:'
        !          16558: => 'Select Printing Options:',
        !          16559: 
        !          16560:    'Select Problem'
        !          16561: => 'Select Problem',
        !          16562: 
        !          16563:    'Select Problem(s) to print'
        !          16564: => 'Select Problem(s) to print',
        !          16565: 
        !          16566:    'Select Resource(s) to print'
        !          16567: => 'Select Resource(s) to print',
        !          16568: 
        !          16569:    'Select Resources To Print'
        !          16570: => 'Select Resources To Print',
        !          16571: 
        !          16572:    'Select Section'
        !          16573: => 'Select Section',
        !          16574: 
        !          16575:    'Select Sequence To Print From'
        !          16576: => 'Select Sequence To Print From',
        !          16577: 
        !          16578:    'Select Spreadsheet File'
        !          16579: => 'Select Spreadsheet File',
        !          16580: 
        !          16581:    'Select Student'
        !          16582: => 'Select Student',
        !          16583: 
        !          16584:    'Select Students and Resources'
        !          16585: => 'Select Students and Resources',
        !          16586: 
        !          16587:    'Select Style File'
        !          16588: => 'Select Style File',
        !          16589: 
        !          16590:    'Select User'
        !          16591: => 'Select User',
        !          16592: 
        !          16593:    'Select a'
        !          16594: => 'Select a',
        !          16595: 
        !          16596:    'Select a Course to Enter'
        !          16597: => 'Select a Course to Enter',
        !          16598: 
        !          16599:    'Select a course'
        !          16600: => 'Select a course',
        !          16601: 
        !          16602:    'Select a user name to modify the students information'
        !          16603: => 'Select a user name to modify the students information',
        !          16604: 
        !          16605:    'Select a user name to view the users personal page.'
        !          16606: => 'Select a user name to view the users personal page.',
        !          16607: 
        !          16608:    'Select for Section/Group'
        !          16609: => 'Select for Section/Group',
        !          16610: 
        !          16611:    'Select resources for the assignment'
        !          16612: => 'Select resources for the assignment',
        !          16613: 
        !          16614:    'Select the Construction Space'
        !          16615: => 'Select the Construction Space',
        !          16616: 
        !          16617:    'Select the folder you wish to set the parameter for:'
        !          16618: => 'Select the folder you wish to set the parameter for:',
        !          16619: 
        !          16620:    'Select the problem you wish to set the parameter for:'
        !          16621: => 'Select the problem you wish to set the parameter for:',
        !          16622: 
        !          16623:    'Selecting a User'
        !          16624: => 'Selecting a User',
        !          16625: 
        !          16626:    'Send Message to User(s)'
        !          16627: => 'Send Message to User(s)',
        !          16628: 
        !          16629:    'Send New'
        !          16630: => 'Send New',
        !          16631: 
        !          16632:    'Send Reply'
        !          16633: => 'Send Reply',
        !          16634: 
        !          16635:    'Send Scantron data to a course'
        !          16636: => 'Send Scantron data to a course',
        !          16637: 
        !          16638:    'Send and receive messages'
        !          16639: => 'Send and receive messages',
        !          16640: 
        !          16641:    'Send as critical message'
        !          16642: => 'Send as critical message',
        !          16643: 
        !          16644:    'Send broadcast and receipt-required email'
        !          16645: => 'Send broadcast and receipt-required email',
        !          16646: 
        !          16647:    'Send internal email'
        !          16648: => 'Send internal email',
        !          16649: 
        !          16650:    'Sending Messages'
        !          16651: => 'Sending Messages',
        !          16652: 
        !          16653:    'September'
        !          16654: => 'September',
        !          16655: 
        !          16656:    'Sequence'
        !          16657: => 'Sequence',
        !          16658: 
        !          16659:    'Sequence or Folder'
        !          16660: => 'Sequence or Folder',
        !          16661: 
        !          16662:    'Sequences and Folders'
        !          16663: => 'Sequences and Folders',
        !          16664: 
        !          16665:    'Server'
        !          16666: => 'Server',
        !          16667: 
        !          16668:    'Server Administration'
        !          16669: => 'Server Administration',
        !          16670: 
        !          16671:    'Set'
        !          16672: => 'Set',
        !          16673: 
        !          16674:    'Set Course Environment'
        !          16675: => 'Set Course Environment',
        !          16676: 
        !          16677:    'Set Course Environment Parameters'
        !          16678: => 'Set Course Environment Parameters',
        !          16679: 
        !          16680:    'Set Date'
        !          16681: => 'Set Date',
        !          16682: 
        !          16683:    'Set Defaults for All Resources in Course'
        !          16684: => 'Set Defaults for All Resources in Course',
        !          16685: 
        !          16686:    'Set End Date'
        !          16687: => 'Set End Date',
        !          16688: 
        !          16689:    'Set Individual User Roles'
        !          16690: => 'Set Individual User Roles',
        !          16691: 
        !          16692:    'Set Problem Tries'
        !          16693: => 'Set Problem Tries',
        !          16694: 
        !          16695:    'Set Problem Weight'
        !          16696: => 'Set Problem Weight',
        !          16697: 
        !          16698:    'Set Start Date'
        !          16699: => 'Set Start Date',
        !          16700: 
        !          16701:    'Set Version to be used in Course'
        !          16702: => 'Set Version to be used in Course',
        !          16703: 
        !          16704:    'Set Versions to be used in Course according to Selections below'
        !          16705: => 'Set Versions to be used in Course according to Selections below',
        !          16706: 
        !          16707:    'Set a bookmark for this resource'
        !          16708: => 'Set a bookmark for this resource',
        !          16709: 
        !          16710:    'Set a due date'
        !          16711: => 'Set a due date',
        !          16712: 
        !          16713:    'Set all Resource Versions to current Version (Fix Versions)'
        !          16714: => 'Set all Resource Versions to current Version (Fix Versions)',
        !          16715: 
        !          16716:    'Set an answer open date'
        !          16717: => 'Set an answer open date',
        !          16718: 
        !          16719:    'Set an open date'
        !          16720: => 'Set an open date',
        !          16721: 
        !          16722:    'Set answer open date for all problems in the course for ...'
        !          16723: => 'Set answer open date for all problems in the course for ...',
        !          16724: 
        !          16725:    'Set answer open date for the selected folder for ...'
        !          16726: => 'Set answer open date for the selected folder for ...',
        !          16727: 
        !          16728:    'Set answer open date for the selected problem for ...'
        !          16729: => 'Set answer open date for the selected problem for ...',
        !          16730: 
        !          16731:    'Set content feedback to Course Coordinator'
        !          16732: => 'Set content feedback to Course Coordinator',
        !          16733: 
        !          16734:    'Set course policy feedback to Course Coordinator'
        !          16735: => 'Set course policy feedback to Course Coordinator',
        !          16736: 
        !          16737:    'Set deadlines and other assessment parameters, as well as modify course environment'
        !          16738: => 'Set deadlines and other assessment parameters, as well as modify course environment',
        !          16739: 
        !          16740:    'Set due date for all problems in the course for ...'
        !          16741: => 'Set due date for all problems in the course for ...',
        !          16742: 
        !          16743:    'Set due date for the selected folder for ...'
        !          16744: => 'Set due date for the selected folder for ...',
        !          16745: 
        !          16746:    'Set due date for the selected problem for ...'
        !          16747: => 'Set due date for the selected problem for ...',
        !          16748: 
        !          16749:    'Set my user preferences'
        !          16750: => 'Set my user preferences',
        !          16751: 
        !          16752:    'Set number of tries for all problems in the course for ...'
        !          16753: => 'Set number of tries for all problems in the course for ...',
        !          16754: 
        !          16755:    'Set number of tries for the selected folder for ...'
        !          16756: => 'Set number of tries for the selected folder for ...',
        !          16757: 
        !          16758:    'Set number of tries for the selected problem for ...'
        !          16759: => 'Set number of tries for the selected problem for ...',
        !          16760: 
        !          16761:    'Set opening date for all problems in the course for ...'
        !          16762: => 'Set opening date for all problems in the course for ...',
        !          16763: 
        !          16764:    'Set opening date for all problems in the course for. . .'
        !          16765: => 'Set opening date for all problems in the course for. . .',
        !          16766: 
        !          16767:    'Set opening date for the selected folder for ...'
        !          16768: => 'Set opening date for the selected folder for ...',
        !          16769: 
        !          16770:    'Set opening date for the selected problem for ...'
        !          16771: => 'Set opening date for the selected problem for ...',
        !          16772: 
        !          16773:    'Set opening datefor all problems in the course for. . .'
        !          16774: => 'Set opening datefor all problems in the course for. . .',
        !          16775: 
        !          16776:    'Set problem weight for all problems in the course for ...'
        !          16777: => 'Set problem weight for all problems in the course for ...',
        !          16778: 
        !          16779:    'Set problem weight for the selected folder for ...'
        !          16780: => 'Set problem weight for the selected folder for ...',
        !          16781: 
        !          16782:    'Set problem weight for the selected problem for ...'
        !          16783: => 'Set problem weight for the selected problem for ...',
        !          16784: 
        !          16785:    'Set the number of tries'
        !          16786: => 'Set the number of tries',
        !          16787: 
        !          16788:    'Set the problem weight'
        !          16789: => 'Set the problem weight',
        !          16790: 
        !          16791:    'Set to ...'
        !          16792: => 'Set to ...',
        !          16793: 
        !          16794:    'Set value to "[_1]" to allow'
        !          16795: => 'Set value to "[_1]" to allow',
        !          16796: 
        !          16797:    'Set/Modify Course Assessment Parameter'
        !          16798: => 'Set/Modify Course Assessment Parameter',
        !          16799: 
        !          16800:    'Set/Modify Course Assessment Parameters'
        !          16801: => 'Set/Modify Course Assessment Parameters',
        !          16802: 
        !          16803:    'Set/Modify Course Parameters'
        !          16804: => 'Set/Modify Course Parameters',
        !          16805: 
        !          16806:    'Setting the [_1]'
        !          16807: => 'Setting the [_1]',
        !          16808: 
        !          16809:    'Setting the [_1] to [_2]'
        !          16810: => 'Setting the [_1] to [_2]',
        !          16811: 
        !          16812:    'Shared by course faculty and staff'
        !          16813: => 'Shared by course faculty and staff',
        !          16814: 
        !          16815:    'Short string response'
        !          16816: => 'Short string response',
        !          16817: 
        !          16818:    'Show Answer'
        !          16819: => 'Show Answer',
        !          16820: 
        !          16821:    'Show Feedback'
        !          16822: => 'Show Feedback',
        !          16823: 
        !          16824:    'Show Me My First Homework Problem'
        !          16825: => 'Show Me My First Homework Problem',
        !          16826: 
        !          16827:    'Show More Options'
        !          16828: => 'Show More Options',
        !          16829: 
        !          16830:    'Show Only Uncompleted Homework'
        !          16831: => 'Show Only Uncompleted Homework',
        !          16832: 
        !          16833:    'Show Preview'
        !          16834: => 'Show Preview',
        !          16835: 
        !          16836:    'Show Problem Completeness'
        !          16837: => 'Show Problem Completeness',
        !          16838: 
        !          16839:    'Show Problem Status (problemstatus)'
        !          16840: => 'Show Problem Status (problemstatus)',
        !          16841: 
        !          16842:    'Show Units - Disable Entry (turnoffunit)'
        !          16843: => 'Show Units - Disable Entry (turnoffunit)',
        !          16844: 
        !          16845:    'Show all roles'
        !          16846: => 'Show all roles',
        !          16847: 
        !          16848:    'Show all rles'
        !          16849: => 'Show all rles',
        !          16850: 
        !          16851:    'Show always at bottom position'
        !          16852: => 'Show always at bottom position',
        !          16853: 
        !          16854:    'Show always at top position'
        !          16855: => 'Show always at top position',
        !          16856: 
        !          16857:    'Show catalog information'
        !          16858: => 'Show catalog information',
        !          16859: 
        !          16860:    'Show resource'
        !          16861: => 'Show resource',
        !          16862: 
        !          16863:    'Significant Digits (sig)'
        !          16864: => 'Significant Digits (sig)',
        !          16865: 
        !          16866:    'Significant figures are incorrect, submission was not graded.'
        !          16867: => 'Significant figures are incorrect, submission was not graded.',
        !          16868: 
        !          16869:    'Simple Edit'
        !          16870: => 'Simple Edit',
        !          16871: 
        !          16872:    'Simple Page'
        !          16873: => 'Simple Page',
        !          16874: 
        !          16875:    'Simple Problem'
        !          16876: => 'Simple Problem',
        !          16877: 
        !          16878:    'Simple Problem Editor'
        !          16879: => 'Simple Problem Editor',
        !          16880: 
        !          16881:    'Since Start of Course'
        !          16882: => 'Since Start of Course',
        !          16883: 
        !          16884:    'Since Yesterday'
        !          16885: => 'Since Yesterday',
        !          16886: 
        !          16887:    'Size'
        !          16888: => 'Size',
        !          16889: 
        !          16890:    'Size:'
        !          16891: => 'Size:',
        !          16892: 
        !          16893:    'Skew Tries'
        !          16894: => 'Skew Tries',
        !          16895: 
        !          16896:    'Some items were not submitted'
        !          16897: => 'Some items were not submitted',
        !          16898: 
        !          16899:    'Some parts were not submitted.'
        !          16900: => 'Some parts were not submitted.',
        !          16901: 
        !          16902:    'Sorry ...'
        !          16903: => 'Sorry ...',
        !          16904: 
        !          16905:    'Space separated'
        !          16906: => 'Space separated',
        !          16907: 
        !          16908:    'Special Documents'
        !          16909: => 'Special Documents',
        !          16910: 
        !          16911:    'Special documents'
        !          16912: => 'Special documents',
        !          16913: 
        !          16914:    'Spreadsheet Computation'
        !          16915: => 'Spreadsheet Computation',
        !          16916: 
        !          16917:    'Spreadsheet Computation Status'
        !          16918: => 'Spreadsheet Computation Status',
        !          16919: 
        !          16920:    'Standards'
        !          16921: => 'Standards',
        !          16922: 
        !          16923:    'Start'
        !          16924: => 'Start',
        !          16925: 
        !          16926:    'Start Time'
        !          16927: => 'Start Time',
        !          16928: 
        !          16929:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
        !          16930: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
        !          16931: 
        !          16932:    'Starting'
        !          16933: => 'Starting',
        !          16934: 
        !          16935:    'Starting Date'
        !          16936: => 'Starting Date',
        !          16937: 
        !          16938:    'Starting and Ending Dates'
        !          16939: => 'Starting and Ending Dates',
        !          16940: 
        !          16941:    'Statistics'
        !          16942: => 'Statistics',
        !          16943: 
        !          16944:    'Statistics and Problem Analysis'
        !          16945: => 'Statistics and Problem Analysis',
        !          16946: 
        !          16947:    'Status'
        !          16948: => 'Status',
        !          16949: 
        !          16950:    'Store'
        !          16951: => 'Store',
        !          16952: 
        !          16953:    'Store Catalog Information'
        !          16954: => 'Store Catalog Information',
        !          16955: 
        !          16956:    'Store Changes'
        !          16957: => 'Store Changes',
        !          16958: 
        !          16959:    'Store uploaded file as '
        !          16960: => 'Store uploaded file as ',
        !          16961: 
        !          16962:    'Strongly Agree'
        !          16963: => 'Strongly Agree',
        !          16964: 
        !          16965:    'Strongly Disagree'
        !          16966: => 'Strongly Disagree',
        !          16967: 
        !          16968:    'Student'
        !          16969: => 'Student',
        !          16970: 
        !          16971:    'Student Data Compilation Progress'
        !          16972: => 'Student Data Compilation Progress',
        !          16973: 
        !          16974:    'Student Data Compilation Status'
        !          16975: => 'Student Data Compilation Status',
        !          16976: 
        !          16977:    'Student ID'
        !          16978: => 'Student ID',
        !          16979: 
        !          16980:    'Student Information'
        !          16981: => 'Student Information',
        !          16982: 
        !          16983:    'Student Name'
        !          16984: => 'Student Name',
        !          16985: 
        !          16986:    'Student Number'
        !          16987: => 'Student Number',
        !          16988: 
        !          16989:    'Student Sheet Links'
        !          16990: => 'Student Sheet Links',
        !          16991: 
        !          16992:    'Student Status'
        !          16993: => 'Student Status',
        !          16994: 
        !          16995:    'Student Status: [_1]'
        !          16996: => 'Student Status: [_1]',
        !          16997: 
        !          16998:    'Student information updated successfully.'
        !          16999: => 'Student information updated successfully.',
        !          17000: 
        !          17001:    'Student level sheet'
        !          17002: => 'Student level sheet',
        !          17003: 
        !          17004:    'Student performance statistics on all problems.'
        !          17005: => 'Student performance statistics on all problems.',
        !          17006: 
        !          17007:    'Students Affected'
        !          17008: => 'Students Affected',
        !          17009: 
        !          17010:    'Students need access key to enter course'
        !          17011: => 'Students need access key to enter course',
        !          17012: 
        !          17013:    'Students with expired roles'
        !          17014: => 'Students with expired roles',
        !          17015: 
        !          17016:    'Subject'
        !          17017: => 'Subject',
        !          17018: 
        !          17019:    'Subject:'
        !          17020: => 'Subject:',
        !          17021: 
        !          17022:    'Submission Time Analysis'
        !          17023: => 'Submission Time Analysis',
        !          17024: 
        !          17025:    'Submissions'
        !          17026: => 'Submissions',
        !          17027: 
        !          17028:    'Submit'
        !          17029: => 'Submit',
        !          17030: 
        !          17031:    'Submit Answer'
        !          17032: => 'Submit Answer',
        !          17033: 
        !          17034:    'Submit Changes'
        !          17035: => 'Submit Changes',
        !          17036: 
        !          17037:    'Submit Changes and Edit'
        !          17038: => 'Submit Changes and Edit',
        !          17039: 
        !          17040:    'Submit Changes and View'
        !          17041: => 'Submit Changes and View',
        !          17042: 
        !          17043:    'Submit Modifications'
        !          17044: => 'Submit Modifications',
        !          17045: 
        !          17046:    'Submit entries below as answer to receive credit'
        !          17047: => 'Submit entries below as answer to receive credit',
        !          17048: 
        !          17049:    'Successful Login'
        !          17050: => 'Successful Login',
        !          17051: 
        !          17052:    'Suggested Replacement for Obsolete File'
        !          17053: => 'Suggested Replacement for Obsolete File',
        !          17054: 
        !          17055:    'Summary'
        !          17056: => 'Summary',
        !          17057: 
        !          17058:    'Summary View'
        !          17059: => 'Summary View',
        !          17060: 
        !          17061:    'Sun'
        !          17062: => 'Sun',
        !          17063: 
        !          17064:    'Supplemental Course Documents'
        !          17065: => 'Supplemental Course Documents',
        !          17066: 
        !          17067:    'Survey Question'
        !          17068: => 'Survey Question',
        !          17069: 
        !          17070:    'Swedish Chef'
        !          17071: => 'Swedish Chef',
        !          17072: 
        !          17073:    'Switch Server'
        !          17074: => 'Switch Server',
        !          17075: 
        !          17076:    'Switch to another course'
        !          17077: => 'Switch to another course',
        !          17078: 
        !          17079:    'Switch to another user role'
        !          17080: => 'Switch to another user role',
        !          17081: 
        !          17082:    'Switching Role'
        !          17083: => 'Switching Role',
        !          17084: 
        !          17085:    'Syllabus'
        !          17086: => 'Syllabus',
        !          17087: 
        !          17088:    'Symbol'
        !          17089: => 'Symbol',
        !          17090: 
        !          17091:    'Synchronized SQL metadata database'
        !          17092: => 'Synchronized SQL metadata database',
        !          17093: 
        !          17094:    'System'
        !          17095: => 'System',
        !          17096: 
        !          17097:    'System Administration'
        !          17098: => 'System Administration',
        !          17099: 
        !          17100:    'System Level'
        !          17101: => 'System Level',
        !          17102: 
        !          17103:    'System wide - can be used for any courses system wide'
        !          17104: => 'System wide - can be used for any courses system wide',
        !          17105: 
        !          17106:    'System wide - open source to all authors'
        !          17107: => 'System wide - open source to all authors',
        !          17108: 
        !          17109:    'Tabulator separated'
        !          17110: => 'Tabulator separated',
        !          17111: 
        !          17112:    'Target'
        !          17113: => 'Target',
        !          17114: 
        !          17115:    'Target Edit Map'
        !          17116: => 'Target Edit Map',
        !          17117: 
        !          17118:    'Task'
        !          17119: => 'Task',
        !          17120: 
        !          17121:    'TeX unconverted due to errors'
        !          17122: => 'TeX unconverted due to errors',
        !          17123: 
        !          17124:    'TeX unconverted due to previous errors'
        !          17125: => 'TeX unconverted due to previous errors',
        !          17126: 
        !          17127:    'TeXWidth(mm):'
        !          17128: => 'TeXWidth(mm):',
        !          17129: 
        !          17130:    'Teaching Assistant'
        !          17131: => 'Teaching Assistant',
        !          17132: 
        !          17133:    'Template'
        !          17134: => 'Template',
        !          17135: 
        !          17136:    'Temporary Assembly Workspace'
        !          17137: => 'Temporary Assembly Workspace',
        !          17138: 
        !          17139:    'Text'
        !          17140: => 'Text',
        !          17141: 
        !          17142:    'Text Block'
        !          17143: => 'Text Block',
        !          17144: 
        !          17145:    'Textbook'
        !          17146: => 'Textbook',
        !          17147: 
        !          17148:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
        !          17149: => 'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.',
        !          17150: 
        !          17151:    'The error reported was'
        !          17152: => 'The error reported was',
        !          17153: 
        !          17154:    'The extension on this file'
        !          17155: => 'The extension on this file',
        !          17156: 
        !          17157:    'The filetype extension of the file you uploaded is not allowed.'
        !          17158: => 'The filetype extension of the file you uploaded is not allowed.',
        !          17159: 
        !          17160:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
        !          17161: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
        !          17162: 
        !          17163:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
        !          17164: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
        !          17165: 
        !          17166:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
        !          17167: => 'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.',
        !          17168: 
        !          17169:    'The material appears to be correct '
        !          17170: => 'The material appears to be correct ',
        !          17171: 
        !          17172:    'The material is helpful '
        !          17173: => 'The material is helpful ',
        !          17174: 
        !          17175:    'The material is presented in a clear way '
        !          17176: => 'The material is presented in a clear way ',
        !          17177: 
        !          17178:    'The optional email address field was not specified.'
        !          17179: => 'The optional email address field was not specified.',
        !          17180: 
        !          17181:    'The optional name field was not specified.'
        !          17182: => 'The optional name field was not specified.',
        !          17183: 
        !          17184:    'The optional section or group field was not specified.'
        !          17185: => 'The optional section or group field was not specified.',
        !          17186: 
        !          17187:    'The optional student number field was not specified.'
        !          17188: => 'The optional student number field was not specified.',
        !          17189: 
        !          17190:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
        !          17191: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
        !          17192: 
        !          17193:    'The requested file'
        !          17194: => 'The requested file',
        !          17195: 
        !          17196:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
        !          17197: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
        !          17198: 
        !          17199:    'The student must log out and log in again to see these changes.'
        !          17200: => 'The student must log out and log in again to see these changes.',
        !          17201: 
        !          17202:    'The submitted answer was too long.'
        !          17203: => 'The submitted answer was too long.',
        !          17204: 
        !          17205:    'The target is an existing directory.'
        !          17206: => 'The target is an existing directory.',
        !          17207: 
        !          17208:    'Then'
        !          17209: => 'Then',
        !          17210: 
        !          17211:    'There are currently no Error Messages for this resource.'
        !          17212: => 'There are currently no Error Messages for this resource.',
        !          17213: 
        !          17214:    'There are currently no results'
        !          17215: => 'There are currently no results',
        !          17216: 
        !          17217:    'There are no Evaluation Comments on this resource.'
        !          17218: => 'There are no Evaluation Comments on this resource.',
        !          17219: 
        !          17220:    'There are no currently enrolled students in the course.'
        !          17221: => 'There are no currently enrolled students in the course.',
        !          17222: 
        !          17223:    'There are no currently enrolled students in the selected sections.'
        !          17224: => 'There are no currently enrolled students in the selected sections.',
        !          17225: 
        !          17226:    'There are no previously enrolled students in the course.'
        !          17227: => 'There are no previously enrolled students in the course.',
        !          17228: 
        !          17229:    'There are no previously enrolled students in the selected sections.'
        !          17230: => 'There are no previously enrolled students in the selected sections.',
        !          17231: 
        !          17232:    'There are no students currently enrolled.'
        !          17233: => 'There are no students currently enrolled.',
        !          17234: 
        !          17235:    'There are no students in the course.'
        !          17236: => 'There are no students in the course.',
        !          17237: 
        !          17238:    'There are no students in the selected sections.'
        !          17239: => 'There are no students in the selected sections.',
        !          17240: 
        !          17241:    'There is no student data for this problem.'
        !          17242: => 'There is no student data for this problem.',
        !          17243: 
        !          17244:    'There was an error determining the environment values for'
        !          17245: => 'There was an error determining the environment values for',
        !          17246: 
        !          17247:    'This controls how receipt numbers are generated.'
        !          17248: => 'This controls how receipt numbers are generated.',
        !          17249: 
        !          17250:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
        !          17251: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
        !          17252: 
        !          17253:    'This helper will set up your LON-CAPA course and choose which features will be active.'
        !          17254: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
        !          17255: 
        !          17256:    'This is an automatic message generated by the LON-CAPA system.'
        !          17257: => 'This is an automatic message generated by the LON-CAPA system.',
        !          17258: 
        !          17259:    'This question expects a numeric answer.'
        !          17260: => 'This question expects a numeric answer.',
        !          17261: 
        !          17262:    'This resource has been marked obsolete by the author(s)'
        !          17263: => 'This resource has been marked obsolete by the author(s)',
        !          17264: 
        !          17265:    'This resource might be part of another course.'
        !          17266: => 'This resource might be part of another course.',
        !          17267: 
        !          17268:    'This syllabus can be publicly viewed at'
        !          17269: => 'This syllabus can be publicly viewed at',
        !          17270: 
        !          17271:    'Threaded View'
        !          17272: => 'Threaded View',
        !          17273: 
        !          17274:    'Thu'
        !          17275: => 'Thu',
        !          17276: 
        !          17277:    'Time'
        !          17278: => 'Time',
        !          17279: 
        !          17280:    'Title'
        !          17281: => 'Title',
        !          17282: 
        !          17283:    'To'
        !          17284: => 'To',
        !          17285: 
        !          17286:    'To create a new'
        !          17287: => 'To create a new',
        !          17288: 
        !          17289:    'Top Level Map'
        !          17290: => 'Top Level Map',
        !          17291: 
        !          17292:    'Topic'
        !          17293: => 'Topic',
        !          17294: 
        !          17295:    'Total'
        !          17296: => 'Total',
        !          17297: 
        !          17298:    'Total Parts In Course'
        !          17299: => 'Total Parts In Course',
        !          17300: 
        !          17301:    'Total number of records found in file: [_1].'
        !          17302: => 'Total number of records found in file: [_1].',
        !          17303: 
        !          17304:    'Total number of students who have worked on this problem'
        !          17305: => 'Total number of students who have worked on this problem',
        !          17306: 
        !          17307:    'Tries'
        !          17308: => 'Tries',
        !          17309: 
        !          17310:    'True'
        !          17311: => 'True',
        !          17312: 
        !          17313:    'Tue'
        !          17314: => 'Tue',
        !          17315: 
        !          17316:    'Turkish - ISO'
        !          17317: => 'Turkish - ISO',
        !          17318: 
        !          17319:    'Type'
        !          17320: => 'Type',
        !          17321: 
        !          17322:    'Type Name Here'
        !          17323: => 'Type Name Here',
        !          17324: 
        !          17325:    'Type in value'
        !          17326: => 'Type in value',
        !          17327: 
        !          17328:    'Type-in value'
        !          17329: => 'Type-in value',
        !          17330: 
        !          17331:    'Type:'
        !          17332: => 'Type:',
        !          17333: 
        !          17334:    'UNDISPLAYABLE'
        !          17335: => 'UNDISPLAYABLE',
        !          17336: 
        !          17337:    'UNIX authenticated'
        !          17338: => 'UNIX authenticated',
        !          17339: 
        !          17340:    'URL'
        !          17341: => 'URL',
        !          17342: 
        !          17343:    'URLs To Include in Syllabus'
        !          17344: => 'URLs To Include in Syllabus',
        !          17345: 
        !          17346:    'USERS'
        !          17347: => 'USERS',
        !          17348: 
        !          17349:    'Unable to connect to database!'
        !          17350: => 'Unable to connect to database!',
        !          17351: 
        !          17352:    'Unable to determine if this resource is open due to network problems. Please try again later.'
        !          17353: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
        !          17354: 
        !          17355:    'Unable to enroll'
        !          17356: => 'Unable to enroll',
        !          17357: 
        !          17358:    'Unable to enroll students'
        !          17359: => 'Unable to enroll students',
        !          17360: 
        !          17361:    'Unable to find'
        !          17362: => 'Unable to find',
        !          17363: 
        !          17364:    'Unable to make backup'
        !          17365: => 'Unable to make backup',
        !          17366: 
        !          17367:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
        !          17368: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
        !          17369: 
        !          17370:    'Unable to retrieve environment data for'
        !          17371: => 'Unable to retrieve environment data for',
        !          17372: 
        !          17373:    'Unable to set default dates for course'
        !          17374: => 'Unable to set default dates for course',
        !          17375: 
        !          17376:    'Unable to understand formula'
        !          17377: => 'Unable to understand formula',
        !          17378: 
        !          17379:    'Unable to undo, unable to switch'
        !          17380: => 'Unable to undo, unable to switch',
        !          17381: 
        !          17382:    'Unable to write to'
        !          17383: => 'Unable to write to',
        !          17384: 
        !          17385:    'Unavailable course'
        !          17386: => 'Unavailable course',
        !          17387: 
        !          17388:    'Uncheck All'
        !          17389: => 'Uncheck All',
        !          17390: 
        !          17391:    'Uncompleted Homework'
        !          17392: => 'Uncompleted Homework',
        !          17393: 
        !          17394:    'Undetermined - ISO'
        !          17395: => 'Undetermined - ISO',
        !          17396: 
        !          17397:    'Undid changes, Switched'
        !          17398: => 'Undid changes, Switched',
        !          17399: 
        !          17400:    'Unit:'
        !          17401: => 'Unit:',
        !          17402: 
        !          17403:    'Units incorrect.'
        !          17404: => 'Units incorrect.',
        !          17405: 
        !          17406:    'Units required'
        !          17407: => 'Units required',
        !          17408: 
        !          17409:    'Unknown Action'
        !          17410: => 'Unknown Action',
        !          17411: 
        !          17412:    'Unknown ID'
        !          17413: => 'Unknown ID',
        !          17414: 
        !          17415:    'Unknown message'
        !          17416: => 'Unknown message',
        !          17417: 
        !          17418:    'Unknown user'
        !          17419: => 'Unknown user',
        !          17420: 
        !          17421:    'Unpublished'
        !          17422: => 'Unpublished',
        !          17423: 
        !          17424:    'Unselect All'
        !          17425: => 'Unselect All',
        !          17426: 
        !          17427:    'Unselect All Files'
        !          17428: => 'Unselect All Files',
        !          17429: 
        !          17430:    'Unselect All Published'
        !          17431: => 'Unselect All Published',
        !          17432: 
        !          17433:    'Unselect All Resources'
        !          17434: => 'Unselect All Resources',
        !          17435: 
        !          17436:    'Unselect All Students'
        !          17437: => 'Unselect All Students',
        !          17438: 
        !          17439:    'Unselect for Section/Group'
        !          17440: => 'Unselect for Section/Group',
        !          17441: 
        !          17442:    'Unsuccessful Login'
        !          17443: => 'Unsuccessful Login',
        !          17444: 
        !          17445:    'Unsupported character combination'
        !          17446: => 'Unsupported character combination',
        !          17447: 
        !          17448:    'Up'
        !          17449: => 'Up',
        !          17450: 
        !          17451:    'Update Course Assessment Parameter Display'
        !          17452: => 'Update Course Assessment Parameter Display',
        !          17453: 
        !          17454:    'Update Display'
        !          17455: => 'Update Display',
        !          17456: 
        !          17457:    'Update Section or Specific User'
        !          17458: => 'Update Section or Specific User',
        !          17459: 
        !          17460:    'Update Student Data'
        !          17461: => 'Update Student Data',
        !          17462: 
        !          17463:    'Updating discussion time'
        !          17464: => 'Updating discussion time',
        !          17465: 
        !          17466:    'Upload Document'
        !          17467: => 'Upload Document',
        !          17468: 
        !          17469:    'Upload Scantron data'
        !          17470: => 'Upload Scantron data',
        !          17471: 
        !          17472:    'Upload a Photo'
        !          17473: => 'Upload a Photo',
        !          17474: 
        !          17475:    'Upload a class list'
        !          17476: => 'Upload a class list',
        !          17477: 
        !          17478:    'Upload a new main course document'
        !          17479: => 'Upload a new main course document',
        !          17480: 
        !          17481:    'Upload a new supplemental course document'
        !          17482: => 'Upload a new supplemental course document',
        !          17483: 
        !          17484:    'Upload class list'
        !          17485: => 'Upload class list',
        !          17486: 
        !          17487:    'Upload file'
        !          17488: => 'Upload file',
        !          17489: 
        !          17490:    'Upload file to Construction Space'
        !          17491: => 'Upload file to Construction Space',
        !          17492: 
        !          17493:    'Uploaded'
        !          17494: => 'Uploaded',
        !          17495: 
        !          17496:    'Uploaded Document'
        !          17497: => 'Uploaded Document',
        !          17498: 
        !          17499:    'Uploading Class List'
        !          17500: => 'Uploading Class List',
        !          17501: 
        !          17502:    'Use or edit my bookmark collection'
        !          17503: => 'Use or edit my bookmark collection',
        !          17504: 
        !          17505:    'User'
        !          17506: => 'User',
        !          17507: 
        !          17508:    'User Load'
        !          17509: => 'User Load',
        !          17510: 
        !          17511:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
        !          17512: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
        !          17513: 
        !          17514:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
        !          17515: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
        !          17516: 
        !          17517:    'User Role'
        !          17518: => 'User Role',
        !          17519: 
        !          17520:    'User Roles'
        !          17521: => 'User Roles',
        !          17522: 
        !          17523:    'Username'
        !          17524: => 'Username',
        !          17525: 
        !          17526:    'Users with Roles Assigned by'
        !          17527: => 'Users with Roles Assigned by',
        !          17528: 
        !          17529:    'VIEW'
        !          17530: => 'VIEW',
        !          17531: 
        !          17532:    'Value'
        !          17533: => 'Value',
        !          17534: 
        !          17535:    'Verify Content'
        !          17536: => 'Verify Content',
        !          17537: 
        !          17538:    'Verify Course Documents'
        !          17539: => 'Verify Course Documents',
        !          17540: 
        !          17541:    'Verify Selection'
        !          17542: => 'Verify Selection',
        !          17543: 
        !          17544:    'Version'
        !          17545: => 'Version',
        !          17546: 
        !          17547:    'Version Number'
        !          17548: => 'Version Number',
        !          17549: 
        !          17550:    'Version changes since Yesterday'
        !          17551: => 'Version changes since Yesterday',
        !          17552: 
        !          17553:    'Version changes since last Month'
        !          17554: => 'Version changes since last Month',
        !          17555: 
        !          17556:    'Version changes since last Week'
        !          17557: => 'Version changes since last Week',
        !          17558: 
        !          17559:    'Version changes since start of Course'
        !          17560: => 'Version changes since start of Course',
        !          17561: 
        !          17562:    'Version used in Course'
        !          17563: => 'Version used in Course',
        !          17564: 
        !          17565:    'View'
        !          17566: => 'View',
        !          17567: 
        !          17568:    'View All Messages'
        !          17569: => 'View All Messages',
        !          17570: 
        !          17571:    'View Class List'
        !          17572: => 'View Class List',
        !          17573: 
        !          17574:    'View Critical Messages'
        !          17575: => 'View Critical Messages',
        !          17576: 
        !          17577:    'View Published Version'
        !          17578: => 'View Published Version',
        !          17579: 
        !          17580:    'View course assessment statistics'
        !          17581: => 'View course assessment statistics',
        !          17582: 
        !          17583:    'View documents included in this course'
        !          17584: => 'View documents included in this course',
        !          17585: 
        !          17586:    'View file'
        !          17587: => 'View file',
        !          17588: 
        !          17589:    'View the FAQ'
        !          17590: => 'View the FAQ',
        !          17591: 
        !          17592:    'View the course assessment progress chart'
        !          17593: => 'View the course assessment progress chart',
        !          17594: 
        !          17595:    'View user submissions for this assessment resource'
        !          17596: => 'View user submissions for this assessment resource',
        !          17597: 
        !          17598:    'Visibly Separate Items on Pages'
        !          17599: => 'Visibly Separate Items on Pages',
        !          17600: 
        !          17601:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
        !          17602: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
        !          17603: 
        !          17604:    'Warning!'
        !          17605: => 'Warning!',
        !          17606: 
        !          17607:    'Warning: change of MIME type!'
        !          17608: => 'Warning: change of MIME type!',
        !          17609: 
        !          17610:    'Warning: target file exists!'
        !          17611: => 'Warning: target file exists!',
        !          17612: 
        !          17613:    'Warning: target file exists, and has been published!'
        !          17614: => 'Warning: target file exists, and has been published!',
        !          17615: 
        !          17616:    'Was due'
        !          17617: => 'Was due',
        !          17618: 
        !          17619:    'Web Links'
        !          17620: => 'Web Links',
        !          17621: 
        !          17622:    'Web References'
        !          17623: => 'Web References',
        !          17624: 
        !          17625:    'Wed'
        !          17626: => 'Wed',
        !          17627: 
        !          17628:    'Weight (weight)'
        !          17629: => 'Weight (weight)',
        !          17630: 
        !          17631:    'Welcome'
        !          17632: => 'Welcome',
        !          17633: 
        !          17634:    'Welcome to Your New LON-CAPA Course'
        !          17635: => 'Welcome to Your New LON-CAPA Course',
        !          17636: 
        !          17637:    'Welcome to the Assignment Parameter Helper'
        !          17638: => 'Welcome to the Assignment Parameter Helper',
        !          17639: 
        !          17640:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
        !          17641: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',
        !          17642: 
        !          17643:    'What parameter do you want to set for all problems in the course?'
        !          17644: => 'What parameter do you want to set for all problems in the course?',
        !          17645: 
        !          17646:    'What parameter do you want to set for the selected folder?'
        !          17647: => 'What parameter do you want to set for the selected folder?',
        !          17648: 
        !          17649:    'What parameter do you want to set for the selected problem?'
        !          17650: => 'What parameter do you want to set for the selected problem?',
        !          17651: 
        !          17652:    'What should the answer open date be set to?'
        !          17653: => 'What should the answer open date be set to?',
        !          17654: 
        !          17655:    'What should the due date be set to?'
        !          17656: => 'What should the due date be set to?',
        !          17657: 
        !          17658:    'What should the opening date be set to?'
        !          17659: => 'What should the opening date be set to?',
        !          17660: 
        !          17661:    'What weight should be set for all problems in the course?'
        !          17662: => 'What weight should be set for all problems in the course?',
        !          17663: 
        !          17664:    'What weight should be set for the selected folder?'
        !          17665: => 'What weight should be set for the selected folder?',
        !          17666: 
        !          17667:    'What weight should be set for the selected problem?'
        !          17668: => 'What weight should be set for the selected problem?',
        !          17669: 
        !          17670:    'Which Problem or Problems?'
        !          17671: => 'Which Problem or Problems?',
        !          17672: 
        !          17673:    'Which problems do you wish to set a parameter for?'
        !          17674: => 'Which problems do you wish to set a parameter for?',
        !          17675: 
        !          17676:    'Width'
        !          17677: => 'Width',
        !          17678: 
        !          17679:    'Width(pixel):'
        !          17680: => 'Width(pixel):',
        !          17681: 
        !          17682:    'With Answers'
        !          17683: => 'With Answers',
        !          17684: 
        !          17685:    'Without Answers'
        !          17686: => 'Without Answers',
        !          17687: 
        !          17688:    'Words'
        !          17689: => 'Words',
        !          17690: 
        !          17691:    'Wrote Metadata'
        !          17692: => 'Wrote Metadata',
        !          17693: 
        !          17694:    'XML/SGML'
        !          17695: => 'XML/SGML',
        !          17696: 
        !          17697:    'Yes'
        !          17698: => 'Yes',
        !          17699: 
        !          17700:    'You are correct.'
        !          17701: => 'You are correct.',
        !          17702: 
        !          17703:    'You are excused from the problem.'
        !          17704: => 'You are excused from the problem.',
        !          17705: 
        !          17706:    'You are working with an unsaved version of your map.'
        !          17707: => 'You are working with an unsaved version of your map.',
        !          17708: 
        !          17709:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
        !          17710: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
        !          17711: 
        !          17712:    'You did not select a template.'
        !          17713: => 'You did not select a template.',
        !          17714: 
        !          17715:    'You do not have authoring privileges for this resource'
        !          17716: => 'You do not have authoring privileges for this resource',
        !          17717: 
        !          17718:    'You have entered that answer before'
        !          17719: => 'You have entered that answer before',
        !          17720: 
        !          17721:    'You have no critical messages.'
        !          17722: => 'You have no critical messages.',
        !          17723: 
        !          17724:    'You have no unread messages'
        !          17725: => 'You have no unread messages',
        !          17726: 
        !          17727:    'You have provided an invalid ranking'
        !          17728: => 'You have provided an invalid ranking',
        !          17729: 
        !          17730:    'You must choose an authentication type.'
        !          17731: => 'You must choose an authentication type.',
        !          17732: 
        !          17733:    'You must choose at least one student to continue.'
        !          17734: => 'You must choose at least one student to continue.',
        !          17735: 
        !          17736:    'You must choose one or more choices to continue.'
        !          17737: => 'You must choose one or more choices to continue.',
        !          17738: 
        !          17739:    'You need to choose another user role or enter a specific course for this function'
        !          17740: => 'You need to choose another user role or enter a specific course for this function',
        !          17741: 
        !          17742:    'You need to specify the Kerberos domain.'
        !          17743: => 'You need to specify the Kerberos domain.',
        !          17744: 
        !          17745:    'You need to specify the initial password.'
        !          17746: => 'You need to specify the initial password.',
        !          17747: 
        !          17748:    'You need to specify the username field.'
        !          17749: => 'You need to specify the username field.',
        !          17750: 
        !          17751:    'Your Excel Spreadsheet'
        !          17752: => 'Your Excel Spreadsheet',
        !          17753: 
        !          17754:    'Your Version Settings have been Stored'
        !          17755: => 'Your Version Settings have been Stored',
        !          17756: 
        !          17757:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
        !          17758: => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
        !          17759: 
        !          17760:    'Your home server is '
        !          17761: => 'Your home server is ',
        !          17762: 
        !          17763:    'Your receipt is'
        !          17764: => 'Your receipt is',
        !          17765: 
        !          17766:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
        !          17767: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
        !          17768: 
        !          17769:    'Your submission has been recorded.'
        !          17770: => 'Your submission has been recorded.',
        !          17771: 
        !          17772:    '[_1] (what you just saw on the screen)'
        !          17773: => '[_1] (what you just saw on the screen)',
        !          17774: 
        !          17775:    '[_1] Do not change login data'
        !          17776: => '[_1] Do not change login data',
        !          17777: 
        !          17778:    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
        !          17779: => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',
        !          17780: 
        !          17781:    '[_1] Filesystem Authenticated (with initial password [_2])'
        !          17782: => '[_1] Filesystem Authenticated (with initial password [_2])',
        !          17783: 
        !          17784:    '[_1] Internally authenticated (mit Anfangspasswort [_2])'
        !          17785: => '[_1] Internally authenticated (mit Anfangspasswort [_2])',
        !          17786: 
        !          17787:    '[_1] Internally authenticated (with initial password [_2])'
        !          17788: => '[_1] Internally authenticated (with initial password [_2])',
        !          17789: 
        !          17790:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
        !          17791: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
        !          17792: 
        !          17793:    '[_1] Local Authentication with arguement [_2]'
        !          17794: => '[_1] Local Authentication with arguement [_2]',
        !          17795: 
        !          17796:    '[_1] Local Authentication with argument [_2]'
        !          17797: => '[_1] Local Authentication with argument [_2]',
        !          17798: 
        !          17799:    '[_1] Records per Page'
        !          17800: => '[_1] Records per Page',
        !          17801: 
        !          17802:    '[_1] minutes'
        !          17803: => '[_1] minutes',
        !          17804: 
        !          17805:    '[_1] minutes, [_2] seconds'
        !          17806: => '[_1] minutes, [_2] seconds',
        !          17807: 
        !          17808:    '[_1] with value [_2]'
        !          17809: => '[_1] with value [_2]',
        !          17810: 
        !          17811:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          17812: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          17813: 
        !          17814:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
        !          17815: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
        !          17816: 
        !          17817:    '[_2] seconds'
        !          17818: => '[_2] seconds',
        !          17819: 
        !          17820:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
        !          17821: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
        !          17822: 
        !          17823:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
        !          17824: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
        !          17825: 
        !          17826:    'a.m.'
        !          17827: => 'a.m.',
        !          17828: 
        !          17829:    'aboutlon.gif'
        !          17830: => 'aboutlon.gif',
        !          17831: 
        !          17832:    'abstract'
        !          17833: => 'abstract',
        !          17834: 
        !          17835:    'acc keys'
        !          17836: => 'acc keys',
        !          17837: 
        !          17838:    'acc keys[_1]'
        !          17839: => 'acc keys[_1]',
        !          17840: 
        !          17841:    'access denied'
        !          17842: => 'access denied',
        !          17843: 
        !          17844:    'accessbutton.gif'
        !          17845: => 'accessbutton.gif',
        !          17846: 
        !          17847:    'according to course preferences'
        !          17848: => 'according to course preferences',
        !          17849: 
        !          17850:    'according to resource settings'
        !          17851: => 'according to resource settings',
        !          17852: 
        !          17853:    'according to user session state'
        !          17854: => 'according to user session state',
        !          17855: 
        !          17856:    'after selected'
        !          17857: => 'after selected',
        !          17858: 
        !          17859:    'all'
        !          17860: => 'all',
        !          17861: 
        !          17862:    'all resources in the course'
        !          17863: => 'all resources in the course',
        !          17864: 
        !          17865:    'all students in course'
        !          17866: => 'all students in course',
        !          17867: 
        !          17868:    'an indeterminate date'
        !          17869: => 'an indeterminate date',
        !          17870: 
        !          17871:    'an unknown date'
        !          17872: => 'an unknown date',
        !          17873: 
        !          17874:    'and'
        !          17875: => 'and',
        !          17876: 
        !          17877:    'and return receipt'
        !          17878: => 'and return receipt',
        !          17879: 
        !          17880:    'anno-'
        !          17881: => 'anno-',
        !          17882: 
        !          17883:    'anno-[_1]'
        !          17884: => 'anno-[_1]',
        !          17885: 
        !          17886:    'anno.gif'
        !          17887: => 'anno.gif',
        !          17888: 
        !          17889:    'announce'
        !          17890: => 'announce',
        !          17891: 
        !          17892:    'announce[_1]'
        !          17893: => 'announce[_1]',
        !          17894: 
        !          17895:    'anonymous'
        !          17896: => 'anonymous',
        !          17897: 
        !          17898:    'anonymous students'
        !          17899: => 'anonymous students',
        !          17900: 
        !          17901:    'anot.gif'
        !          17902: => 'anot.gif',
        !          17903: 
        !          17904:    'answer date'
        !          17905: => 'answer date',
        !          17906: 
        !          17907:    'at'
        !          17908: => 'at',
        !          17909: 
        !          17910:    'at Domain'
        !          17911: => 'at Domain',
        !          17912: 
        !          17913:    'at domain'
        !          17914: => 'at domain',
        !          17915: 
        !          17916:    'audio'
        !          17917: => 'audio',
        !          17918: 
        !          17919:    'author'
        !          17920: => 'author',
        !          17921: 
        !          17922:    'backward'
        !          17923: => 'backward',
        !          17924: 
        !          17925:    'backward[_1]'
        !          17926: => 'backward[_1]',
        !          17927: 
        !          17928:    'bchat.gif'
        !          17929: => 'bchat.gif',
        !          17930: 
        !          17931:    'between'
        !          17932: => 'between',
        !          17933: 
        !          17934:    'bookmark'
        !          17935: => 'bookmark',
        !          17936: 
        !          17937:    'bookmark[_1]'
        !          17938: => 'bookmark[_1]',
        !          17939: 
        !          17940:    'bookmark[_2]'
        !          17941: => 'bookmark[_2]',
        !          17942: 
        !          17943:    'button'
        !          17944: => 'button',
        !          17945: 
        !          17946:    'by'
        !          17947: => 'by',
        !          17948: 
        !          17949:    'bytes'
        !          17950: => 'bytes',
        !          17951: 
        !          17952:    'calendar'
        !          17953: => 'calendar',
        !          17954: 
        !          17955:    'calendar[_1]'
        !          17956: => 'calendar[_1]',
        !          17957: 
        !          17958:    'can not be accessed from your location.'
        !          17959: => 'can not be accessed from your location.',
        !          17960: 
        !          17961:    'catalog'
        !          17962: => 'catalog',
        !          17963: 
        !          17964:    'catalog.gif'
        !          17965: => 'catalog.gif',
        !          17966: 
        !          17967:    'catalog[_1]'
        !          17968: => 'catalog[_1]',
        !          17969: 
        !          17970:    'ccrs.gif'
        !          17971: => 'ccrs.gif',
        !          17972: 
        !          17973:    'changes will not show until next login'
        !          17974: => 'changes will not show until next login',
        !          17975: 
        !          17976:    'chart'
        !          17977: => 'chart',
        !          17978: 
        !          17979:    'chart[_1]'
        !          17980: => 'chart[_1]',
        !          17981: 
        !          17982:    'chat'
        !          17983: => 'chat',
        !          17984: 
        !          17985:    'chat[_1]'
        !          17986: => 'chat[_1]',
        !          17987: 
        !          17988:    'check all'
        !          17989: => 'check all',
        !          17990: 
        !          17991:    'chmod error'
        !          17992: => 'chmod error',
        !          17993: 
        !          17994:    'choose'
        !          17995: => 'choose',
        !          17996: 
        !          17997:    'choose[_1]'
        !          17998: => 'choose[_1]',
        !          17999: 
        !          18000:    'choose[_2]'
        !          18001: => 'choose[_2]',
        !          18002: 
        !          18003:    'chrt.gif'
        !          18004: => 'chrt.gif',
        !          18005: 
        !          18006:    'click on the'
        !          18007: => 'click on the',
        !          18008: 
        !          18009:    'close this window'
        !          18010: => 'close this window',
        !          18011: 
        !          18012:    'co con-'
        !          18013: => 'co con-',
        !          18014: 
        !          18015:    'co con-[_1]'
        !          18016: => 'co con-[_1]',
        !          18017: 
        !          18018:    'co res'
        !          18019: => 'co res',
        !          18020: 
        !          18021:    'co res[_1]'
        !          18022: => 'co res[_1]',
        !          18023: 
        !          18024:    'com.gif'
        !          18025: => 'com.gif',
        !          18026: 
        !          18027:    'commu-'
        !          18028: => 'commu-',
        !          18029: 
        !          18030:    'commu-[_1]'
        !          18031: => 'commu-[_1]',
        !          18032: 
        !          18033:    'con-'
        !          18034: => 'con-',
        !          18035: 
        !          18036:    'con-[_1]'
        !          18037: => 'con-[_1]',
        !          18038: 
        !          18039:    'connection down'
        !          18040: => 'connection down',
        !          18041: 
        !          18042:    'contacting'
        !          18043: => 'contacting',
        !          18044: 
        !          18045:    'contacting [_1]'
        !          18046: => 'contacting [_1]',
        !          18047: 
        !          18048:    'contents'
        !          18049: => 'contents',
        !          18050: 
        !          18051:    'contents[_1]'
        !          18052: => 'contents[_1]',
        !          18053: 
        !          18054:    'copy Error'
        !          18055: => 'copy Error',
        !          18056: 
        !          18057:    'copyright'
        !          18058: => 'copyright',
        !          18059: 
        !          18060:    'could not be copied.'
        !          18061: => 'could not be copied.',
        !          18062: 
        !          18063:    'course'
        !          18064: => 'course',
        !          18065: 
        !          18066:    'course[_10]'
        !          18067: => 'course[_10]',
        !          18068: 
        !          18069:    'course[_11]'
        !          18070: => 'course[_11]',
        !          18071: 
        !          18072:    'course[_1]'
        !          18073: => 'course[_1]',
        !          18074: 
        !          18075:    'course[_2]'
        !          18076: => 'course[_2]',
        !          18077: 
        !          18078:    'course[_3]'
        !          18079: => 'course[_3]',
        !          18080: 
        !          18081:    'course[_4]'
        !          18082: => 'course[_4]',
        !          18083: 
        !          18084:    'course[_5]'
        !          18085: => 'course[_5]',
        !          18086: 
        !          18087:    'course[_6]'
        !          18088: => 'course[_6]',
        !          18089: 
        !          18090:    'course[_7]'
        !          18091: => 'course[_7]',
        !          18092: 
        !          18093:    'course[_8]'
        !          18094: => 'course[_8]',
        !          18095: 
        !          18096:    'course[_9]'
        !          18097: => 'course[_9]',
        !          18098: 
        !          18099:    'courses.gif'
        !          18100: => 'courses.gif',
        !          18101: 
        !          18102:    'cprv.gif'
        !          18103: => 'cprv.gif',
        !          18104: 
        !          18105:    'create'
        !          18106: => 'create',
        !          18107: 
        !          18108:    'create[_1]'
        !          18109: => 'create[_1]',
        !          18110: 
        !          18111:    'cstr.gif'
        !          18112: => 'cstr.gif',
        !          18113: 
        !          18114:    'currently does not exist'
        !          18115: => 'currently does not exist',
        !          18116: 
        !          18117:    'custom'
        !          18118: => 'custom',
        !          18119: 
        !          18120:    'custom distribution file'
        !          18121: => 'custom distribution file',
        !          18122: 
        !          18123:    'customdistributionfile'
        !          18124: => 'customdistributionfile',
        !          18125: 
        !          18126:    'date_am'
        !          18127: => 'date_am',
        !          18128: 
        !          18129:    'date_days'
        !          18130: => 'date_days',
        !          18131: 
        !          18132:    'date_locale'
        !          18133: => 'date_locale',
        !          18134: 
        !          18135:    'date_months'
        !          18136: => 'date_months',
        !          18137: 
        !          18138:    'date_pm'
        !          18139: => 'date_pm',
        !          18140: 
        !          18141:    'default'
        !          18142: => 'default',
        !          18143: 
        !          18144:    'directory'
        !          18145: => 'directory',
        !          18146: 
        !          18147:    'discuss'
        !          18148: => 'discuss',
        !          18149: 
        !          18150:    'discuss[_1]'
        !          18151: => 'discuss[_1]',
        !          18152: 
        !          18153:    'docs'
        !          18154: => 'docs',
        !          18155: 
        !          18156:    'docs.gif'
        !          18157: => 'docs.gif',
        !          18158: 
        !          18159:    'docs[_1]'
        !          18160: => 'docs[_1]',
        !          18161: 
        !          18162:    'docs[_2]'
        !          18163: => 'docs[_2]',
        !          18164: 
        !          18165:    'domain'
        !          18166: => 'domain',
        !          18167: 
        !          18168:    'due date'
        !          18169: => 'due date',
        !          18170: 
        !          18171:    'during the last'
        !          18172: => 'during the last',
        !          18173: 
        !          18174:    'edit'
        !          18175: => 'edit',
        !          18176: 
        !          18177:    'edit crs'
        !          18178: => 'edit crs',
        !          18179: 
        !          18180:    'edit crs[_1]'
        !          18181: => 'edit crs[_1]',
        !          18182: 
        !          18183:    'egrd.gif'
        !          18184: => 'egrd.gif',
        !          18185: 
        !          18186:    'ences'
        !          18187: => 'ences',
        !          18188: 
        !          18189:    'ences[_1]'
        !          18190: => 'ences[_1]',
        !          18191: 
        !          18192:    'enrl.gif'
        !          18193: => 'enrl.gif',
        !          18194: 
        !          18195:    'enroll'
        !          18196: => 'enroll',
        !          18197: 
        !          18198:    'enroll[_1]'
        !          18199: => 'enroll[_1]',
        !          18200: 
        !          18201:    'enter'
        !          18202: => 'enter',
        !          18203: 
        !          18204:    'enter[_1]'
        !          18205: => 'enter[_1]',
        !          18206: 
        !          18207:    'eval.gif'
        !          18208: => 'eval.gif',
        !          18209: 
        !          18210:    'evaluate'
        !          18211: => 'evaluate',
        !          18212: 
        !          18213:    'evaluate[_1]'
        !          18214: => 'evaluate[_1]',
        !          18215: 
        !          18216:    'exit'
        !          18217: => 'exit',
        !          18218: 
        !          18219:    'exit[_1]'
        !          18220: => 'exit[_1]',
        !          18221: 
        !          18222:    'expired or revoked'
        !          18223: => 'expired or revoked',
        !          18224: 
        !          18225:    'extension'
        !          18226: => 'extension',
        !          18227: 
        !          18228:    'external'
        !          18229: => 'external',
        !          18230: 
        !          18231:    'fas'
        !          18232: => 'fas',
        !          18233: 
        !          18234:    'fdbk.gif'
        !          18235: => 'fdbk.gif',
        !          18236: 
        !          18237:    'feedback'
        !          18238: => 'feedback',
        !          18239: 
        !          18240:    'feedback[_1]'
        !          18241: => 'feedback[_1]',
        !          18242: 
        !          18243:    'file<br />extension'
        !          18244: => 'file<br />extension',
        !          18245: 
        !          18246:    'first name'
        !          18247: => 'first name',
        !          18248: 
        !          18249:    'for'
        !          18250: => 'for',
        !          18251: 
        !          18252:    'for <b>all resources in the course</b>'
        !          18253: => 'for <b>all resources in the course</b>',
        !          18254: 
        !          18255:    'for <b>all students in course</b>'
        !          18256: => 'for <b>all students in course</b>',
        !          18257: 
        !          18258:    'for Enclosing Map or Folder'
        !          18259: => 'for Enclosing Map or Folder',
        !          18260: 
        !          18261:    'for Resource'
        !          18262: => 'for Resource',
        !          18263: 
        !          18264:    'for [_1]'
        !          18265: => 'for [_1]',
        !          18266: 
        !          18267:    'for section [_1]'
        !          18268: => 'for section [_1]',
        !          18269: 
        !          18270:    'for the map named [_1]'
        !          18271: => 'for the map named [_1]',
        !          18272: 
        !          18273:    'for the resource named [_1]'
        !          18274: => 'for the resource named [_1]',
        !          18275: 
        !          18276:    'for visible separation'
        !          18277: => 'for visible separation',
        !          18278: 
        !          18279:    'forward'
        !          18280: => 'forward',
        !          18281: 
        !          18282:    'forward[_1]'
        !          18283: => 'forward[_1]',
        !          18284: 
        !          18285:    'from'
        !          18286: => 'from',
        !          18287: 
        !          18288:    'from Enclosing Map or Folder'
        !          18289: => 'from Enclosing Map or Folder',
        !          18290: 
        !          18291:    'from current subdirectory'
        !          18292: => 'from current subdirectory',
        !          18293: 
        !          18294:    'general'
        !          18295: => 'general',
        !          18296: 
        !          18297:    'generation'
        !          18298: => 'generation',
        !          18299: 
        !          18300:    'grades'
        !          18301: => 'grades',
        !          18302: 
        !          18303:    'grades[_1]'
        !          18304: => 'grades[_1]',
        !          18305: 
        !          18306:    'grades[_2]'
        !          18307: => 'grades[_2]',
        !          18308: 
        !          18309:    'grds.gif'
        !          18310: => 'grds.gif',
        !          18311: 
        !          18312:    'have different numbers and answers'
        !          18313: => 'have different numbers and answers',
        !          18314: 
        !          18315:    'helper'
        !          18316: => 'helper',
        !          18317: 
        !          18318:    'htmlarea_lang'
        !          18319: => 'htmlarea_lang',
        !          18320: 
        !          18321:    'in'
        !          18322: => 'in',
        !          18323: 
        !          18324:    'in Course'
        !          18325: => 'in Course',
        !          18326: 
        !          18327:    'in Section/Group'
        !          18328: => 'in Section/Group',
        !          18329: 
        !          18330:    'in domain'
        !          18331: => 'in domain',
        !          18332: 
        !          18333:    'info'
        !          18334: => 'info',
        !          18335: 
        !          18336:    'instructor'
        !          18337: => 'instructor',
        !          18338: 
        !          18339:    'interface available'
        !          18340: => 'interface available',
        !          18341: 
        !          18342:    'internal'
        !          18343: => 'internal',
        !          18344: 
        !          18345:    'is closed but you are allowed to view it'
        !          18346: => 'is closed but you are allowed to view it',
        !          18347: 
        !          18348:    'is due at'
        !          18349: => 'is due at',
        !          18350: 
        !          18351:    'is in this state by royal decree.'
        !          18352: => 'is in this state by royal decree.',
        !          18353: 
        !          18354:    'is in under construction'
        !          18355: => 'is in under construction',
        !          18356: 
        !          18357:    'is not analyzable at this time'
        !          18358: => 'is not analyzable at this time',
        !          18359: 
        !          18360:    'is ready for download'
        !          18361: => 'is ready for download',
        !          18362: 
        !          18363:    'keys.gif'
        !          18364: => 'keys.gif',
        !          18365: 
        !          18366:    'keywords'
        !          18367: => 'keywords',
        !          18368: 
        !          18369:    'language'
        !          18370: => 'language',
        !          18371: 
        !          18372:    'last month'
        !          18373: => 'last month',
        !          18374: 
        !          18375:    'last name'
        !          18376: => 'last name',
        !          18377: 
        !          18378:    'last problem'
        !          18379: => 'last problem',
        !          18380: 
        !          18381:    'last six months'
        !          18382: => 'last six months',
        !          18383: 
        !          18384:    'last student'
        !          18385: => 'last student',
        !          18386: 
        !          18387:    'last three months'
        !          18388: => 'last three months',
        !          18389: 
        !          18390:    'last week'
        !          18391: => 'last week',
        !          18392: 
        !          18393:    'last year'
        !          18394: => 'last year',
        !          18395: 
        !          18396:    'library'
        !          18397: => 'library',
        !          18398: 
        !          18399:    'library[_1]'
        !          18400: => 'library[_1]',
        !          18401: 
        !          18402:    'log in again'
        !          18403: => 'log in again',
        !          18404: 
        !          18405:    'loginproblems.html'
        !          18406: => 'loginproblems.html',
        !          18407: 
        !          18408:    'logout.gif'
        !          18409: => 'logout.gif',
        !          18410: 
        !          18411:    'make these dates the default for future enrollment'
        !          18412: => 'make these dates the default for future enrollment',
        !          18413: 
        !          18414:    'manage'
        !          18415: => 'manage',
        !          18416: 
        !          18417:    'manage[_1]'
        !          18418: => 'manage[_1]',
        !          18419: 
        !          18420:    'may be open from a different computer.'
        !          18421: => 'may be open from a different computer.',
        !          18422: 
        !          18423:    'may open later.'
        !          18424: => 'may open later.',
        !          18425: 
        !          18426:    'middle name'
        !          18427: => 'middle name',
        !          18428: 
        !          18429:    'midnight'
        !          18430: => 'midnight',
        !          18431: 
        !          18432:    'minutes'
        !          18433: => 'minutes',
        !          18434: 
        !          18435:    'missions'
        !          18436: => 'missions',
        !          18437: 
        !          18438:    'most recent'
        !          18439: => 'most recent',
        !          18440: 
        !          18441:    'movies'
        !          18442: => 'movies',
        !          18443: 
        !          18444:    'my'
        !          18445: => 'my',
        !          18446: 
        !          18447:    'my[_1]'
        !          18448: => 'my[_1]',
        !          18449: 
        !          18450:    'name'
        !          18451: => 'name',
        !          18452: 
        !          18453:    'name only visible to course faculty'
        !          18454: => 'name only visible to course faculty',
        !          18455: 
        !          18456:    'nav.gif'
        !          18457: => 'nav.gif',
        !          18458: 
        !          18459:    'navigate'
        !          18460: => 'navigate',
        !          18461: 
        !          18462:    'navigate[_1]'
        !          18463: => 'navigate[_1]',
        !          18464: 
        !          18465:    'never'
        !          18466: => 'never',
        !          18467: 
        !          18468:    'nication'
        !          18469: => 'nication',
        !          18470: 
        !          18471:    'nication[_1]'
        !          18472: => 'nication[_1]',
        !          18473: 
        !          18474:    'no ending date'
        !          18475: => 'no ending date',
        !          18476: 
        !          18477:    'noon'
        !          18478: => 'noon',
        !          18479: 
        !          18480:    'not displayed'
        !          18481: => 'not displayed',
        !          18482: 
        !          18483:    'not found'
        !          18484: => 'not found',
        !          18485: 
        !          18486:    'notes'
        !          18487: => 'notes',
        !          18488: 
        !          18489:    'num_override'
        !          18490: => 'num_override',
        !          18491: 
        !          18492:    'number'
        !          18493: => 'number',
        !          18494: 
        !          18495:    'number of tries'
        !          18496: => 'number of tries',
        !          18497: 
        !          18498:    'obsolete'
        !          18499: => 'obsolete',
        !          18500: 
        !          18501:    'obsolete replacement'
        !          18502: => 'obsolete replacement',
        !          18503: 
        !          18504:    'obsoletereplacement'
        !          18505: => 'obsoletereplacement',
        !          18506: 
        !          18507:    'of'
        !          18508: => 'of',
        !          18509: 
        !          18510:    'only check if you know what you are doing'
        !          18511: => 'only check if you know what you are doing',
        !          18512: 
        !          18513:    'only search domain'
        !          18514: => 'only search domain',
        !          18515: 
        !          18516:    'opening date'
        !          18517: => 'opening date',
        !          18518: 
        !          18519:    'optional'
        !          18520: => 'optional',
        !          18521: 
        !          18522:    'or'
        !          18523: => 'or',
        !          18524: 
        !          18525:    'or ID'
        !          18526: => 'or ID',
        !          18527: 
        !          18528:    'or any other value'
        !          18529: => 'or any other value',
        !          18530: 
        !          18531:    'p.m.'
        !          18532: => 'p.m.',
        !          18533: 
        !          18534:    'pages'
        !          18535: => 'pages',
        !          18536: 
        !          18537:    'parm.gif'
        !          18538: => 'parm.gif',
        !          18539: 
        !          18540:    'parms'
        !          18541: => 'parms',
        !          18542: 
        !          18543:    'parms[_1]'
        !          18544: => 'parms[_1]',
        !          18545: 
        !          18546:    'part'
        !          18547: => 'part',
        !          18548: 
        !          18549:    'percent'
        !          18550: => 'percent',
        !          18551: 
        !          18552:    'pictures'
        !          18553: => 'pictures',
        !          18554: 
        !          18555:    'please refer to'
        !          18556: => 'please refer to',
        !          18557: 
        !          18558:    'pref.gif'
        !          18559: => 'pref.gif',
        !          18560: 
        !          18561:    'prefer-'
        !          18562: => 'prefer-',
        !          18563: 
        !          18564:    'prefer-[_1]'
        !          18565: => 'prefer-[_1]',
        !          18566: 
        !          18567:    'prepare'
        !          18568: => 'prepare',
        !          18569: 
        !          18570:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          18571: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          18572: 
        !          18573:    'printout'
        !          18574: => 'printout',
        !          18575: 
        !          18576:    'private'
        !          18577: => 'private',
        !          18578: 
        !          18579:    'problem'
        !          18580: => 'problem',
        !          18581: 
        !          18582:    'problem statistics grouped by sequence'
        !          18583: => 'problem statistics grouped by sequence',
        !          18584: 
        !          18585:    'problem statistics ungrouped'
        !          18586: => 'problem statistics ungrouped',
        !          18587: 
        !          18588:    'problem statistics, Excel'
        !          18589: => 'problem statistics, Excel',
        !          18590: 
        !          18591:    'problem weight'
        !          18592: => 'problem weight',
        !          18593: 
        !          18594:    'prt.gif'
        !          18595: => 'prt.gif',
        !          18596: 
        !          18597:    'public'
        !          18598: => 'public',
        !          18599: 
        !          18600:    'publisher<br />owner'
        !          18601: => 'publisher<br />owner',
        !          18602: 
        !          18603:    're-initializing course'
        !          18604: => 're-initializing course',
        !          18605: 
        !          18606:    'remaining'
        !          18607: => 'remaining',
        !          18608: 
        !          18609:    'res.gif'
        !          18610: => 'res.gif',
        !          18611: 
        !          18612:    'resource'
        !          18613: => 'resource',
        !          18614: 
        !          18615:    'resource[_1]'
        !          18616: => 'resource[_1]',
        !          18617: 
        !          18618:    'resources'
        !          18619: => 'resources',
        !          18620: 
        !          18621:    'role'
        !          18622: => 'role',
        !          18623: 
        !          18624:    'role,role,...'
        !          18625: => 'role,role,...',
        !          18626: 
        !          18627:    'role[_1]'
        !          18628: => 'role[_1]',
        !          18629: 
        !          18630:    'role[_2]'
        !          18631: => 'role[_2]',
        !          18632: 
        !          18633:    'roles'
        !          18634: => 'roles',
        !          18635: 
        !          18636:    'roles.gif'
        !          18637: => 'roles.gif',
        !          18638: 
        !          18639:    'roles[_1]'
        !          18640: => 'roles[_1]',
        !          18641: 
        !          18642:    'sbkm.gif'
        !          18643: => 'sbkm.gif',
        !          18644: 
        !          18645:    'scantron[_1]'
        !          18646: => 'scantron[_1]',
        !          18647: 
        !          18648:    'search'
        !          18649: => 'search',
        !          18650: 
        !          18651:    'search[_1]'
        !          18652: => 'search[_1]',
        !          18653: 
        !          18654:    'search[_2]'
        !          18655: => 'search[_2]',
        !          18656: 
        !          18657:    'second'
        !          18658: => 'second',
        !          18659: 
        !          18660:    'seconds'
        !          18661: => 'seconds',
        !          18662: 
        !          18663:    'seconds for'
        !          18664: => 'seconds for',
        !          18665: 
        !          18666:    'section'
        !          18667: => 'section',
        !          18668: 
        !          18669:    'selected students'
        !          18670: => 'selected students',
        !          18671: 
        !          18672:    'send[_1]'
        !          18673: => 'send[_1]',
        !          18674: 
        !          18675:    'sequence'
        !          18676: => 'sequence',
        !          18677: 
        !          18678:    'set'
        !          18679: => 'set',
        !          18680: 
        !          18681:    'set[_1]'
        !          18682: => 'set[_1]',
        !          18683: 
        !          18684:    'space'
        !          18685: => 'space',
        !          18686: 
        !          18687:    'space[_1]'
        !          18688: => 'space[_1]',
        !          18689: 
        !          18690:    'space[_2]'
        !          18691: => 'space[_2]',
        !          18692: 
        !          18693:    'spacer.gif'
        !          18694: => 'spacer.gif',
        !          18695: 
        !          18696:    'spellcheck_lang'
        !          18697: => 'spellcheck_lang',
        !          18698: 
        !          18699:    'sprs.gif'
        !          18700: => 'sprs.gif',
        !          18701: 
        !          18702:    'src.gif'
        !          18703: => 'src.gif',
        !          18704: 
        !          18705:    'standard'
        !          18706: => 'standard',
        !          18707: 
        !          18708:    'standard LaTeX mode'
        !          18709: => 'standard LaTeX mode',
        !          18710: 
        !          18711:    'standard courses only'
        !          18712: => 'standard courses only',
        !          18713: 
        !          18714:    'stat.gif'
        !          18715: => 'stat.gif',
        !          18716: 
        !          18717:    'stats'
        !          18718: => 'stats',
        !          18719: 
        !          18720:    'stats[_1]'
        !          18721: => 'stats[_1]',
        !          18722: 
        !          18723:    'struct'
        !          18724: => 'struct',
        !          18725: 
        !          18726:    'struct[_1]'
        !          18727: => 'struct[_1]',
        !          18728: 
        !          18729:    'struct[_2]'
        !          18730: => 'struct[_2]',
        !          18731: 
        !          18732:    'student'
        !          18733: => 'student',
        !          18734: 
        !          18735:    'student name'
        !          18736: => 'student name',
        !          18737: 
        !          18738:    'subject'
        !          18739: => 'subject',
        !          18740: 
        !          18741:    'switch'
        !          18742: => 'switch',
        !          18743: 
        !          18744:    'switch[_1]'
        !          18745: => 'switch[_1]',
        !          18746: 
        !          18747:    'switch[_2]'
        !          18748: => 'switch[_2]',
        !          18749: 
        !          18750:    'system wide'
        !          18751: => 'system wide',
        !          18752: 
        !          18753:    'tations'
        !          18754: => 'tations',
        !          18755: 
        !          18756:    'template'
        !          18757: => 'template',
        !          18758: 
        !          18759:    'textual_remote_display'
        !          18760: => 'textual_remote_display',
        !          18761: 
        !          18762:    'this'
        !          18763: => 'this',
        !          18764: 
        !          18765:    'title'
        !          18766: => 'title',
        !          18767: 
        !          18768:    'to'
        !          18769: => 'to',
        !          18770: 
        !          18771:    'to [_1] ([_2])'
        !          18772: => 'to [_1] ([_2])',
        !          18773: 
        !          18774:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
        !          18775: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
        !          18776: 
        !          18777:    'today'
        !          18778: => 'today',
        !          18779: 
        !          18780:    'unable to enroll'
        !          18781: => 'unable to enroll',
        !          18782: 
        !          18783:    'uncheck all'
        !          18784: => 'uncheck all',
        !          18785: 
        !          18786:    'undo'
        !          18787: => 'undo',
        !          18788: 
        !          18789:    'unless locked'
        !          18790: => 'unless locked',
        !          18791: 
        !          18792:    'untitled'
        !          18793: => 'untitled',
        !          18794: 
        !          18795:    'updated periodically'
        !          18796: => 'updated periodically',
        !          18797: 
        !          18798:    'use related words'
        !          18799: => 'use related words',
        !          18800: 
        !          18801:    'user'
        !          18802: => 'user',
        !          18803: 
        !          18804:    'user[_1]'
        !          18805: => 'user[_1]',
        !          18806: 
        !          18807:    'userauthentication.gif'
        !          18808: => 'userauthentication.gif',
        !          18809: 
        !          18810:    'username'
        !          18811: => 'username',
        !          18812: 
        !          18813:    'users in'
        !          18814: => 'users in',
        !          18815: 
        !          18816:    'vbkm.gif'
        !          18817: => 'vbkm.gif',
        !          18818: 
        !          18819:    'versions of this problem'
        !          18820: => 'versions of this problem',
        !          18821: 
        !          18822:    'versus'
        !          18823: => 'versus',
        !          18824: 
        !          18825:    'view'
        !          18826: => 'view',
        !          18827: 
        !          18828:    'view sub-'
        !          18829: => 'view sub-',
        !          18830: 
        !          18831:    'view[_1]'
        !          18832: => 'view[_1]',
        !          18833: 
        !          18834:    'visible to author and co-authors only'
        !          18835: => 'visible to author and co-authors only',
        !          18836: 
        !          18837:    'waiting on'
        !          18838: => 'waiting on',
        !          18839: 
        !          18840:    'waiting on [_1]'
        !          18841: => 'waiting on [_1]',
        !          18842: 
        !          18843:    'warning(s)'
        !          18844: => 'warning(s)',
        !          18845: 
        !          18846:    'was due on'
        !          18847: => 'was due on',
        !          18848: 
        !          18849:    'what you just saw on the screen'
        !          18850: => 'what you just saw on the screen',
        !          18851: 
        !          18852:    'will open on'
        !          18853: => 'will open on',
        !          18854: 
        !          18855:    'with server'
        !          18856: => 'with server',
        !          18857: 
        !          18858:    'yes'
        !          18859: => 'yes',
        !          18860: 
        !          18861: 
        !          18862: 
        !          18863: #SYNC Tue Aug 15 18:55:41 2006
        !          18864:    ' [_1]'
        !          18865: => ' [_1]',
        !          18866: 
        !          18867:    '"[_1]" for default hiding'
        !          18868: => '"[_1]" for default hiding',
        !          18869: 
        !          18870:    '"[_1]" for visible separation'
        !          18871: => '"[_1]" for visible separation',
        !          18872: 
        !          18873:    '"[_1]" if allowed, anything else if not'
        !          18874: => '"[_1]" if allowed, anything else if not',
        !          18875: 
        !          18876:    '"[_1]" to disable, anything else if not'
        !          18877: => '"[_1]" to disable, anything else if not',
        !          18878: 
        !          18879:    '# 16 Aug 14:45'
        !          18880: => '# 16 Aug 14:45',
        !          18881: 
        !          18882:    '# Do not translate this line.  [_1] is a check box'
        !          18883: => '# Do not translate this line.  [_1] is a check box',
        !          18884: 
        !          18885:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
        !          18886: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
        !          18887: 
        !          18888:    '# Do not translate this line.  [_1] is a column index.'
        !          18889: => '# Do not translate this line.  [_1] is a column index.',
        !          18890: 
        !          18891:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
        !          18892: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
        !          18893: 
        !          18894:    '# Do not translate this line.  [_1] is a username'
        !          18895: => '# Do not translate this line.  [_1] is a username',
        !          18896: 
        !          18897:    '# Do not translate this line.  [_1] is the number of students processed'
        !          18898: => '# Do not translate this line.  [_1] is the number of students processed',
        !          18899: 
        !          18900:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
        !          18901: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
        !          18902: 
        !          18903:    '# Do not translate this line.  [_1] is username, [_2] is error message'
        !          18904: => '# Do not translate this line.  [_1] is username, [_2] is error message',
        !          18905: 
        !          18906:    '# Do not translate this line.  [_1] is username@domain'
        !          18907: => '# Do not translate this line.  [_1] is username@domain',
        !          18908: 
        !          18909:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
        !          18910: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
        !          18911: 
        !          18912:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
        !          18913: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
        !          18914: 
        !          18915:    '# Do not translate this line.  [_2] is a text entry element'
        !          18916: => '# Do not translate this line.  [_2] is a text entry element',
        !          18917: 
        !          18918:    '# [_1] is a drop-down selection box'
        !          18919: => '# [_1] is a drop-down selection box',
        !          18920: 
        !          18921:    '# [_1] is a number [_2] is the current domain'
        !          18922: => '# [_1] is a number [_2] is the current domain',
        !          18923: 
        !          18924:    '# [_1] is an html link to the current file '
        !          18925: => '# [_1] is an html link to the current file ',
        !          18926: 
        !          18927:    '# _1 is a selection dialog'
        !          18928: => '# _1 is a selection dialog',
        !          18929: 
        !          18930:    '# _1 is a server name'
        !          18931: => '# _1 is a server name',
        !          18932: 
        !          18933:    '# _1 is search string'
        !          18934: => '# _1 is search string',
        !          18935: 
        !          18936:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
        !          18937: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
        !          18938: 
        !          18939:    '# mt fehlt'
        !          18940: => '# mt fehlt',
        !          18941: 
        !          18942:    '#Stdnts'
        !          18943: => '#Stdnts',
        !          18944: 
        !          18945:    '#YES'
        !          18946: => '#YES',
        !          18947: 
        !          18948:    '#[_1] is the foil name'
        !          18949: => '#[_1] is the foil name',
        !          18950: 
        !          18951:    '#_1 is the foil name, _2 is the current value of the foil'
        !          18952: => '#_1 is the foil name, _2 is the current value of the foil',
        !          18953: 
        !          18954:    '%Wrng'
        !          18955: => '%Wrng',
        !          18956: 
        !          18957:    '&nbsp;Show&nbsp;All&nbsp;Foils'
        !          18958: => '&nbsp;Show&nbsp;All&nbsp;Foils',
        !          18959: 
        !          18960:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
        !          18961: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
        !          18962: 
        !          18963:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
        !          18964: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
        !          18965: 
        !          18966:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
        !          18967: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
        !          18968: 
        !          18969:    '(Hand in a file you have prepared on your computer)'
        !          18970: => '(Hand in a file you have prepared on your computer)',
        !          18971: 
        !          18972:    ', and answers will be available on'
        !          18973: => ', and answers will be available on',
        !          18974: 
        !          18975:    ', is reserved internally by LON-CAPA.'
        !          18976: => ', is reserved internally by LON-CAPA.',
        !          18977: 
        !          18978:    ', or the next time you log in.'
        !          18979: => ', or the next time you log in.',
        !          18980: 
        !          18981:    ', select a template from the pull-down menu below'
        !          18982: => ', select a template from the pull-down menu below',
        !          18983: 
        !          18984:    ', select a template from the pull-down menu below.'
        !          18985: => ', select a template from the pull-down menu below.',
        !          18986: 
        !          18987:    '. . . for a particular section'
        !          18988: => '. . . for a particular section',
        !          18989: 
        !          18990:    '. . . for all students in the course'
        !          18991: => '. . . for all students in the course',
        !          18992: 
        !          18993:    '. . . for an individual student'
        !          18994: => '. . . for an individual student',
        !          18995: 
        !          18996:    '1 am'
        !          18997: => '1 am',
        !          18998: 
        !          18999:    '1 minute'
        !          19000: => '1 minute',
        !          19001: 
        !          19002:    '1 out of N multiple choice (radio button)'
        !          19003: => '1 out of N multiple choice (radio button)',
        !          19004: 
        !          19005:    '1 pm'
        !          19006: => '1 pm',
        !          19007: 
        !          19008:    '10 am'
        !          19009: => '10 am',
        !          19010: 
        !          19011:    '10 pm'
        !          19012: => '10 pm',
        !          19013: 
        !          19014:    '11 am'
        !          19015: => '11 am',
        !          19016: 
        !          19017:    '11 pm'
        !          19018: => '11 pm',
        !          19019: 
        !          19020:    '12 am'
        !          19021: => '12 am',
        !          19022: 
        !          19023:    '12 noon'
        !          19024: => '12 noon',
        !          19025: 
        !          19026:    '2 am'
        !          19027: => '2 am',
        !          19028: 
        !          19029:    '2 pm'
        !          19030: => '2 pm',
        !          19031: 
        !          19032:    '3 am'
        !          19033: => '3 am',
        !          19034: 
        !          19035:    '3 pm'
        !          19036: => '3 pm',
        !          19037: 
        !          19038:    '4 am'
        !          19039: => '4 am',
        !          19040: 
        !          19041:    '4 pm'
        !          19042: => '4 pm',
        !          19043: 
        !          19044:    '5 am'
        !          19045: => '5 am',
        !          19046: 
        !          19047:    '5 pm'
        !          19048: => '5 pm',
        !          19049: 
        !          19050:    '6 am'
        !          19051: => '6 am',
        !          19052: 
        !          19053:    '6 pm'
        !          19054: => '6 pm',
        !          19055: 
        !          19056:    '7 am'
        !          19057: => '7 am',
        !          19058: 
        !          19059:    '7 pm'
        !          19060: => '7 pm',
        !          19061: 
        !          19062:    '8 am'
        !          19063: => '8 am',
        !          19064: 
        !          19065:    '8 pm'
        !          19066: => '8 pm',
        !          19067: 
        !          19068:    '9 am'
        !          19069: => '9 am',
        !          19070: 
        !          19071:    '9 pm'
        !          19072: => '9 pm',
        !          19073: 
        !          19074:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
        !          19075: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
        !          19076: 
        !          19077:    '<- Previous'
        !          19078: => '<- Previous',
        !          19079: 
        !          19080:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
        !          19081: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
        !          19082: 
        !          19083:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
        !          19084: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
        !          19085: 
        !          19086:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
        !          19087: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
        !          19088: 
        !          19089:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
        !          19090: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
        !          19091: 
        !          19092:    '<b>Students</b> - students will not be able to participate in discussions'
        !          19093: => '<b>Students</b> - students will not be able to participate in discussions',
        !          19094: 
        !          19095:    '<b>Students</b> - students will not be able to use or view the chat room.'
        !          19096: => '<b>Students</b> - students will not be able to use or view the chat room.',
        !          19097: 
        !          19098:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
        !          19099: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
        !          19100: 
        !          19101:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
        !          19102: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
        !          19103: 
        !          19104:    '<b>[_1]</b>:  Unable to enroll: [_2]'
        !          19105: => '<b>[_1]</b>:  Unable to enroll: [_2]',
        !          19106: 
        !          19107:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
        !          19108: => '<b>[_1]</b>: Unable to enroll.  No password specified.',
        !          19109: 
        !          19110:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
        !          19111: => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',
        !          19112: 
        !          19113:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
        !          19114: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
        !          19115: 
        !          19116:    'A score has been assigned.'
        !          19117: => 'A score has been assigned.',
        !          19118: 
        !          19119:    'ABSTRACT'
        !          19120: => 'ABSTRACT',
        !          19121: 
        !          19122:    'ALL'
        !          19123: => 'ALL',
        !          19124: 
        !          19125:    'About Me'
        !          19126: => 'About Me',
        !          19127: 
        !          19128:    'Abstract'
        !          19129: => 'Abstract',
        !          19130: 
        !          19131:    'Access Control'
        !          19132: => 'Access Control',
        !          19133: 
        !          19134:    'Access Key Management'
        !          19135: => 'Access Key Management',
        !          19136: 
        !          19137:    'Access and Usage Statistics'
        !          19138: => 'Access and Usage Statistics',
        !          19139: 
        !          19140:    'Actions'
        !          19141: => 'Actions',
        !          19142: 
        !          19143:    'Activate'
        !          19144: => 'Activate',
        !          19145: 
        !          19146:    'Add Roles'
        !          19147: => 'Add Roles',
        !          19148: 
        !          19149:    'Add new option'
        !          19150: => 'Add new option',
        !          19151: 
        !          19152:    "Add one empty page/column after each student's assignment"
        !          19153: => "Add one empty page/column after each student's assignment",
        !          19154: 
        !          19155:    "Add three empty pages/column after each student's assignment"
        !          19156: => "Add three empty pages/column after each student's assignment",
        !          19157: 
        !          19158:    "Add two empty pages/column after each student's assignment"
        !          19159: => "Add two empty pages/column after each student's assignment",
        !          19160: 
        !          19161:    'Additional Keywords'
        !          19162: => 'Additional Keywords',
        !          19163: 
        !          19164:    'Additional Metadata (non-standard, parameters, exports)'
        !          19165: => 'Additional Metadata (non-standard, parameters, exports)',
        !          19166: 
        !          19167:    'Additional Recipients'
        !          19168: => 'Additional Recipients',
        !          19169: 
        !          19170:    'Additional settings, if specified below, will override cloned settings'
        !          19171: => 'Additional settings, if specified below, will override cloned settings',
        !          19172: 
        !          19173:    'Administrator'
        !          19174: => 'Administrator',
        !          19175: 
        !          19176:    'Advanced Catalog Search'
        !          19177: => 'Advanced Catalog Search',
        !          19178: 
        !          19179:    'Advanced Edit'
        !          19180: => 'Advanced Edit',
        !          19181: 
        !          19182:    'Advanced Search'
        !          19183: => 'Advanced Search',
        !          19184: 
        !          19185:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
        !          19186: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
        !          19187: 
        !          19188:    'Agree'
        !          19189: => 'Agree',
        !          19190: 
        !          19191:    'All Documents in Course'
        !          19192: => 'All Documents in Course',
        !          19193: 
        !          19194:    'All Maps or Folders'
        !          19195: => 'All Maps or Folders',
        !          19196: 
        !          19197:    'All Resources'
        !          19198: => 'All Resources',
        !          19199: 
        !          19200:    'All Resources (possibly large output)'
        !          19201: => 'All Resources (possibly large output)',
        !          19202: 
        !          19203:    'All Students'
        !          19204: => 'All Students',
        !          19205: 
        !          19206:    'All homework is currently completed'
        !          19207: => 'All homework is currently completed',
        !          19208: 
        !          19209:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
        !          19210: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.',
        !          19211: 
        !          19212:    'All versions'
        !          19213: => 'All versions',
        !          19214: 
        !          19215:    'Allow limited HTML in discussion posts'
        !          19216: => 'Allow limited HTML in discussion posts',
        !          19217: 
        !          19218:    'Allow problems to be split over pages'
        !          19219: => 'Allow problems to be split over pages',
        !          19220: 
        !          19221:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
        !          19222: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
        !          19223: 
        !          19224:    'Allowed filetypes: <b>[_1]</b>'
        !          19225: => 'Allowed filetypes: <b>[_1]</b>',
        !          19226: 
        !          19227:    'An error occured during the attempt to change the section for this student.'
        !          19228: => 'An error occured during the attempt to change the section for this student.',
        !          19229: 
        !          19230:    'An error occured while grading your answer.'
        !          19231: => 'An error occured while grading your answer.',
        !          19232: 
        !          19233:    'An error occurred during the attempt to change the role information for this student.'
        !          19234: => 'An error occurred during the attempt to change the role information for this student.',
        !          19235: 
        !          19236:    'Analyze Over '
        !          19237: => 'Analyze Over ',
        !          19238: 
        !          19239:    'Analyze Problem'
        !          19240: => 'Analyze Problem',
        !          19241: 
        !          19242:    'Analyze Problem Again'
        !          19243: => 'Analyze Problem Again',
        !          19244: 
        !          19245:    'Analyze Progress'
        !          19246: => 'Analyze Progress',
        !          19247: 
        !          19248:    'Analyze as '
        !          19249: => 'Analyze as ',
        !          19250: 
        !          19251:    'Analyzing Results'
        !          19252: => 'Analyzing Results',
        !          19253: 
        !          19254:    'Analyzing a problem'
        !          19255: => 'Analyzing a problem',
        !          19256: 
        !          19257:    'Announcements and Calendar'
        !          19258: => 'Announcements and Calendar',
        !          19259: 
        !          19260:    'Anonymous'
        !          19261: => 'Anonymous',
        !          19262: 
        !          19263:    'Anonymous contribution to course discussion of resource'
        !          19264: => 'Anonymous contribution to course discussion of resource',
        !          19265: 
        !          19266:    'Answer'
        !          19267: => 'Answer',
        !          19268: 
        !          19269:    'Answer Date (answerdate)'
        !          19270: => 'Answer Date (answerdate)',
        !          19271: 
        !          19272:    'Answer Submitted'
        !          19273: => 'Answer Submitted',
        !          19274: 
        !          19275:    'Answer Submitted: Your final submission will be graded after the due date.'
        !          19276: => 'Answer Submitted: Your final submission will be graded after the due date.',
        !          19277: 
        !          19278:    'Answer available'
        !          19279: => 'Answer available',
        !          19280: 
        !          19281:    'Answer submitted'
        !          19282: => 'Answer submitted',
        !          19283: 
        !          19284:    'Answer submitted, not yet graded'
        !          19285: => 'Answer submitted, not yet graded',
        !          19286: 
        !          19287:    'Answer:'
        !          19288: => 'Answer:',
        !          19289: 
        !          19290:    'Answerable'
        !          19291: => 'Answerable',
        !          19292: 
        !          19293:    'Any Language'
        !          19294: => 'Any Language',
        !          19295: 
        !          19296:    'Any User'
        !          19297: => 'Any User',
        !          19298: 
        !          19299:    'Any category'
        !          19300: => 'Any category',
        !          19301: 
        !          19302:    'Any comments? '
        !          19303: => 'Any comments? ',
        !          19304: 
        !          19305:    'Any copyright/distribution'
        !          19306: => 'Any copyright/distribution',
        !          19307: 
        !          19308:    'April'
        !          19309: => 'April',
        !          19310: 
        !          19311:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
        !          19312: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
        !          19313: 
        !          19314:    'Assessment'
        !          19315: => 'Assessment',
        !          19316: 
        !          19317:    'Assessment Parameters'
        !          19318: => 'Assessment Parameters',
        !          19319: 
        !          19320:    'Assessment URL and Title'
        !          19321: => 'Assessment URL and Title',
        !          19322: 
        !          19323:    'Assigned User Roles'
        !          19324: => 'Assigned User Roles',
        !          19325: 
        !          19326:    'Associate columns with student attributes.'
        !          19327: => 'Associate columns with student attributes.',
        !          19328: 
        !          19329:    'Attachment'
        !          19330: => 'Attachment',
        !          19331: 
        !          19332:    'Attribute'
        !          19333: => 'Attribute',
        !          19334: 
        !          19335:    'August'
        !          19336: => 'August',
        !          19337: 
        !          19338:    'Author'
        !          19339: => 'Author',
        !          19340: 
        !          19341:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          19342: => 'Author and Co-Author roles may not be available on servers other than your home server.',
        !          19343: 
        !          19344:    'Author(s)'
        !          19345: => 'Author(s)',
        !          19346: 
        !          19347:    'Automated Enrollment Manager'
        !          19348: => 'Automated Enrollment Manager',
        !          19349: 
        !          19350:    'Automated adds'
        !          19351: => 'Automated adds',
        !          19352: 
        !          19353:    'Automated drops'
        !          19354: => 'Automated drops',
        !          19355: 
        !          19356:    'Automated enrollment settings'
        !          19357: => 'Automated enrollment settings',
        !          19358: 
        !          19359:    'Average number of tries till solved'
        !          19360: => 'Average number of tries till solved',
        !          19361: 
        !          19362:    'Back to'
        !          19363: => 'Back to',
        !          19364: 
        !          19365:    'Back to Directory'
        !          19366: => 'Back to Directory',
        !          19367: 
        !          19368:    'Back to Source'
        !          19369: => 'Back to Source',
        !          19370: 
        !          19371:    'Back to Source Directory'
        !          19372: => 'Back to Source Directory',
        !          19373: 
        !          19374:    'Bad Filename'
        !          19375: => 'Bad Filename',
        !          19376: 
        !          19377:    'Became this version on ...'
        !          19378: => 'Became this version on ...',
        !          19379: 
        !          19380:    'Begin Enrollment'
        !          19381: => 'Begin Enrollment',
        !          19382: 
        !          19383:    'Binary File'
        !          19384: => 'Binary File',
        !          19385: 
        !          19386:    'Blank'
        !          19387: => 'Blank',
        !          19388: 
        !          19389:    'Brief view of each students performance in course.'
        !          19390: => 'Brief view of each students performance in course.',
        !          19391: 
        !          19392:    'Broadcast Message to Course'
        !          19393: => 'Broadcast Message to Course',
        !          19394: 
        !          19395:    'Browse'
        !          19396: => 'Browse',
        !          19397: 
        !          19398:    'Browse Resources'
        !          19399: => 'Browse Resources',
        !          19400: 
        !          19401:    'Browse published resources'
        !          19402: => 'Browse published resources',
        !          19403: 
        !          19404:    'Browse resources'
        !          19405: => 'Browse resources',
        !          19406: 
        !          19407:    'Browsing resource, all submissions are temporary.'
        !          19408: => 'Browsing resource, all submissions are temporary.',
        !          19409: 
        !          19410:    'Bulletin Board'
        !          19411: => 'Bulletin Board',
        !          19412: 
        !          19413:    'Bulletin Board/Discussion'
        !          19414: => 'Bulletin Board/Discussion',
        !          19415: 
        !          19416:    'By'
        !          19417: => 'By',
        !          19418: 
        !          19419:    'CSV (comma separated values, spreadsheet)'
        !          19420: => 'CSV (comma separated values, spreadsheet)',
        !          19421: 
        !          19422:    'CSV format'
        !          19423: => 'CSV format',
        !          19424: 
        !          19425:    'Calculate answers'
        !          19426: => 'Calculate answers',
        !          19427: 
        !          19428:    'Calculate course grades (Spreadsheet)'
        !          19429: => 'Calculate course grades (Spreadsheet)',
        !          19430: 
        !          19431:    'Calculations'
        !          19432: => 'Calculations',
        !          19433: 
        !          19434:    'Cancel'
        !          19435: => 'Cancel',
        !          19436: 
        !          19437:    'Cannot publish directory'
        !          19438: => 'Cannot publish directory',
        !          19439: 
        !          19440:    'Cannot retrieve directory'
        !          19441: => 'Cannot retrieve directory',
        !          19442: 
        !          19443:    'Catalog Information'
        !          19444: => 'Catalog Information',
        !          19445: 
        !          19446:    'Catalog Search'
        !          19447: => 'Catalog Search',
        !          19448: 
        !          19449:    'Change'
        !          19450: => 'Change',
        !          19451: 
        !          19452:    'Change Random Seed To:'
        !          19453: => 'Change Random Seed To:',
        !          19454: 
        !          19455:    'Change User Privileges'
        !          19456: => 'Change User Privileges',
        !          19457: 
        !          19458:    'Change Your Language Preferences'
        !          19459: => 'Change Your Language Preferences',
        !          19460: 
        !          19461:    'Change Your Preferences'
        !          19462: => 'Change Your Preferences',
        !          19463: 
        !          19464:    'Changed discussion view mode'
        !          19465: => 'Changed discussion view mode',
        !          19466: 
        !          19467:    'Changes can take up to 10 minutes before being active for all students.'
        !          19468: => 'Changes can take up to 10 minutes before being active for all students.',
        !          19469: 
        !          19470:    'Changes will become active for your current session after'
        !          19471: => 'Changes will become active for your current session after',
        !          19472: 
        !          19473:    'Chat Participation'
        !          19474: => 'Chat Participation',
        !          19475: 
        !          19476:    'Check All'
        !          19477: => 'Check All',
        !          19478: 
        !          19479:    'Check Course Document Versions'
        !          19480: => 'Check Course Document Versions',
        !          19481: 
        !          19482:    'Check for All'
        !          19483: => 'Check for All',
        !          19484: 
        !          19485:    'Check for None'
        !          19486: => 'Check for None',
        !          19487: 
        !          19488:    'Check for Section/Group'
        !          19489: => 'Check for Section/Group',
        !          19490: 
        !          19491:    'Check/Set Resource Versions'
        !          19492: => 'Check/Set Resource Versions',
        !          19493: 
        !          19494:    'Choose a different resource'
        !          19495: => 'Choose a different resource',
        !          19496: 
        !          19497:    'Choose the course to work on'
        !          19498: => 'Choose the course to work on',
        !          19499: 
        !          19500:    'Choose the user role'
        !          19501: => 'Choose the user role',
        !          19502: 
        !          19503:    'Chronological View'
        !          19504: => 'Chronological View',
        !          19505: 
        !          19506:    'Class Hours'
        !          19507: => 'Class Hours',
        !          19508: 
        !          19509:    'Clear All'
        !          19510: => 'Clear All',
        !          19511: 
        !          19512:    'Clear Caches'
        !          19513: => 'Clear Caches',
        !          19514: 
        !          19515:    'Click here for FAQ'
        !          19516: => 'Click here for FAQ',
        !          19517: 
        !          19518:    'Click here for help'
        !          19519: => 'Click here for help',
        !          19520: 
        !          19521:    'Click here to report bugs'
        !          19522: => 'Click here to report bugs',
        !          19523: 
        !          19524:    'Click here to return to the chart.'
        !          19525: => 'Click here to return to the chart.',
        !          19526: 
        !          19527:    "Click to download or use your browser's Save Link function"
        !          19528: => "Click to download or use your browser's Save Link function",
        !          19529: 
        !          19530:    'Click-On Texts (comma sep):'
        !          19531: => 'Click-On Texts (comma sep):',
        !          19532: 
        !          19533:    'Client IP/Name Access Control (acc)'
        !          19534: => 'Client IP/Name Access Control (acc)',
        !          19535: 
        !          19536:    'Clone an existing course'
        !          19537: => 'Clone an existing course',
        !          19538: 
        !          19539:    'Close'
        !          19540: => 'Close',
        !          19541: 
        !          19542:    'Close All Folders'
        !          19543: => 'Close All Folders',
        !          19544: 
        !          19545:    'Close This Window'
        !          19546: => 'Close This Window',
        !          19547: 
        !          19548:    'Closed'
        !          19549: => 'Closed',
        !          19550: 
        !          19551:    'Co-Author'
        !          19552: => 'Co-Author',
        !          19553: 
        !          19554:    'Collapse Remote Control'
        !          19555: => 'Collapse Remote Control',
        !          19556: 
        !          19557:    'Column'
        !          19558: => 'Column',
        !          19559: 
        !          19560:    'Column&nbsp;[_1]'
        !          19561: => 'Column&nbsp;[_1]',
        !          19562: 
        !          19563:    'Comma Separated Values'
        !          19564: => 'Comma Separated Values',
        !          19565: 
        !          19566:    'Communication'
        !          19567: => 'Communication',
        !          19568: 
        !          19569:    'Communication and Messages'
        !          19570: => 'Communication and Messages',
        !          19571: 
        !          19572:    'Compact View'
        !          19573: => 'Compact View',
        !          19574: 
        !          19575:    'Compare versions of'
        !          19576: => 'Compare versions of',
        !          19577: 
        !          19578:    'Completed'
        !          19579: => 'Completed',
        !          19580: 
        !          19581:    'Completely new course'
        !          19582: => 'Completely new course',
        !          19583: 
        !          19584:    'Concept:'
        !          19585: => 'Concept:',
        !          19586: 
        !          19587:    'Concepts'
        !          19588: => 'Concepts',
        !          19589: 
        !          19590:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
        !          19591: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
        !          19592: 
        !          19593:    'Construction Space'
        !          19594: => 'Construction Space',
        !          19595: 
        !          19596:    'Construction Space Directory'
        !          19597: => 'Construction Space Directory',
        !          19598: 
        !          19599:    'Construction Space File Operation'
        !          19600: => 'Construction Space File Operation',
        !          19601: 
        !          19602:    'Construction Space Version'
        !          19603: => 'Construction Space Version',
        !          19604: 
        !          19605:    'Contact'
        !          19606: => 'Contact',
        !          19607: 
        !          19608:    'Contact Information'
        !          19609: => 'Contact Information',
        !          19610: 
        !          19611:    'Content changed'
        !          19612: => 'Content changed',
        !          19613: 
        !          19614:    'Continue'
        !          19615: => 'Continue',
        !          19616: 
        !          19617:    'Continue enrollment?'
        !          19618: => 'Continue enrollment?',
        !          19619: 
        !          19620:    'Contribution to course discussion of resource'
        !          19621: => 'Contribution to course discussion of resource',
        !          19622: 
        !          19623:    'Copied metadata'
        !          19624: => 'Copied metadata',
        !          19625: 
        !          19626:    'Copied old metadata'
        !          19627: => 'Copied old metadata',
        !          19628: 
        !          19629:    'Copied old target file'
        !          19630: => 'Copied old target file',
        !          19631: 
        !          19632:    'Copied source file'
        !          19633: => 'Copied source file',
        !          19634: 
        !          19635:    'Copy current file to'
        !          19636: => 'Copy current file to',
        !          19637: 
        !          19638:    'Copy selected'
        !          19639: => 'Copy selected',
        !          19640: 
        !          19641:    'Copy this column'
        !          19642: => 'Copy this column',
        !          19643: 
        !          19644:    'Copying file'
        !          19645: => 'Copying file',
        !          19646: 
        !          19647:    'Copyright'
        !          19648: => 'Copyright',
        !          19649: 
        !          19650:    'Copyright/Distribution'
        !          19651: => 'Copyright/Distribution',
        !          19652: 
        !          19653:    'Correct Option:'
        !          19654: => 'Correct Option:',
        !          19655: 
        !          19656:    'Could Not Process Request'
        !          19657: => 'Could Not Process Request',
        !          19658: 
        !          19659:    'Could not write metadata'
        !          19660: => 'Could not write metadata',
        !          19661: 
        !          19662:    'Course'
        !          19663: => 'Course',
        !          19664: 
        !          19665:    'Course Assessment Parameter - Helper Mode'
        !          19666: => 'Course Assessment Parameter - Helper Mode',
        !          19667: 
        !          19668:    'Course Assessment Parameters - Overview Mode'
        !          19669: => 'Course Assessment Parameters - Overview Mode',
        !          19670: 
        !          19671:    'Course Assessments Parameters - Table Mode'
        !          19672: => 'Course Assessments Parameters - Table Mode',
        !          19673: 
        !          19674:    'Course Code'
        !          19675: => 'Course Code',
        !          19676: 
        !          19677:    'Course Content'
        !          19678: => 'Course Content',
        !          19679: 
        !          19680:    'Course Coordinator'
        !          19681: => 'Course Coordinator',
        !          19682: 
        !          19683:    'Course Data'
        !          19684: => 'Course Data',
        !          19685: 
        !          19686:    'Course Description'
        !          19687: => 'Course Description',
        !          19688: 
        !          19689:    'Course Documents'
        !          19690: => 'Course Documents',
        !          19691: 
        !          19692:    'Course Environment Parameters'
        !          19693: => 'Course Environment Parameters',
        !          19694: 
        !          19695:    'Course Home Server'
        !          19696: => 'Course Home Server',
        !          19697: 
        !          19698:    'Course ID'
        !          19699: => 'Course ID',
        !          19700: 
        !          19701:    'Course ID or number'
        !          19702: => 'Course ID or number',
        !          19703: 
        !          19704:    'Course ID/Number'
        !          19705: => 'Course ID/Number',
        !          19706: 
        !          19707:    'Course Information'
        !          19708: => 'Course Information',
        !          19709: 
        !          19710:    'Course Initialization Helper'
        !          19711: => 'Course Initialization Helper',
        !          19712: 
        !          19713:    'Course Level'
        !          19714: => 'Course Level',
        !          19715: 
        !          19716:    'Course Parameter Helper'
        !          19717: => 'Course Parameter Helper',
        !          19718: 
        !          19719:    'Course Search'
        !          19720: => 'Course Search',
        !          19721: 
        !          19722:    'Course Statistics and Charts'
        !          19723: => 'Course Statistics and Charts',
        !          19724: 
        !          19725:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
        !          19726: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',
        !          19727: 
        !          19728:    'Course Title'
        !          19729: => 'Course Title',
        !          19730: 
        !          19731:    'Course announcements and my calendar'
        !          19732: => 'Course announcements and my calendar',
        !          19733: 
        !          19734:    'Course default for all problems'
        !          19735: => 'Course default for all problems',
        !          19736: 
        !          19737:    'Course level sheet'
        !          19738: => 'Course level sheet',
        !          19739: 
        !          19740:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
        !          19741: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.',
        !          19742: 
        !          19743:    'Coursepack'
        !          19744: => 'Coursepack',
        !          19745: 
        !          19746:    'Courses'
        !          19747: => 'Courses',
        !          19748: 
        !          19749:    'Create'
        !          19750: => 'Create',
        !          19751: 
        !          19752:    'Create New Environment Variable'
        !          19753: => 'Create New Environment Variable',
        !          19754: 
        !          19755:    'Create New User'
        !          19756: => 'Create New User',
        !          19757: 
        !          19758:    'Create User'
        !          19759: => 'Create User',
        !          19760: 
        !          19761:    'Create Users, Change User Privileges'
        !          19762: => 'Create Users, Change User Privileges',
        !          19763: 
        !          19764:    'Create a New Course'
        !          19765: => 'Create a New Course',
        !          19766: 
        !          19767:    'Create a new course'
        !          19768: => 'Create a new course',
        !          19769: 
        !          19770:    'Create a user or modify the roles and privileges of a user'
        !          19771: => 'Create a user or modify the roles and privileges of a user',
        !          19772: 
        !          19773:    'Creating a new'
        !          19774: => 'Creating a new',
        !          19775: 
        !          19776:    'Creation Date'
        !          19777: => 'Creation Date',
        !          19778: 
        !          19779:    'Critical Messages'
        !          19780: => 'Critical Messages',
        !          19781: 
        !          19782:    'Crosslisted courses'
        !          19783: => 'Crosslisted courses',
        !          19784: 
        !          19785:    'Current'
        !          19786: => 'Current',
        !          19787: 
        !          19788:    'Current Class List'
        !          19789: => 'Current Class List',
        !          19790: 
        !          19791:    'Current Ending Date: [_1]'
        !          19792: => 'Current Ending Date: [_1]',
        !          19793: 
        !          19794:    'Current Ending Date: not set'
        !          19795: => 'Current Ending Date: not set',
        !          19796: 
        !          19797:    'Current Month'
        !          19798: => 'Current Month',
        !          19799: 
        !          19800:    'Current Resource'
        !          19801: => 'Current Resource',
        !          19802: 
        !          19803:    'Current Session Value'
        !          19804: => 'Current Session Value',
        !          19805: 
        !          19806:    'Current Starting Date: [_1]'
        !          19807: => 'Current Starting Date: [_1]',
        !          19808: 
        !          19809:    'Current Starting Date: not set'
        !          19810: => 'Current Starting Date: not set',
        !          19811: 
        !          19812:    'Current Version'
        !          19813: => 'Current Version',
        !          19814: 
        !          19815:    'Currently no active roles or courses'
        !          19816: => 'Currently no active roles or courses',
        !          19817: 
        !          19818:    'Currently no additional roles or courses'
        !          19819: => 'Currently no additional roles or courses',
        !          19820: 
        !          19821:    'Currently not available'
        !          19822: => 'Currently not available',
        !          19823: 
        !          19824:    'Currently selected. '
        !          19825: => 'Currently selected. ',
        !          19826: 
        !          19827:    'Currently submitted: <tt>[_1]</tt>'
        !          19828: => 'Currently submitted: <tt>[_1]</tt>',
        !          19829: 
        !          19830:    'Custom Distribution File'
        !          19831: => 'Custom Distribution File',
        !          19832: 
        !          19833:    'Custom Role Editor'
        !          19834: => 'Custom Role Editor',
        !          19835: 
        !          19836:    'Customized right of use ...	'
        !          19837: => 'Customized right of use ...	',
        !          19838: 
        !          19839:    'Cut selected'
        !          19840: => 'Cut selected',
        !          19841: 
        !          19842:    'Date'
        !          19843: => 'Date',
        !          19844: 
        !          19845:    'Deadlines'
        !          19846: => 'Deadlines',
        !          19847: 
        !          19848:    'December'
        !          19849: => 'December',
        !          19850: 
        !          19851:    'Decompress'
        !          19852: => 'Decompress',
        !          19853: 
        !          19854:    'Default'
        !          19855: => 'Default',
        !          19856: 
        !          19857:    'Default Assessment Spreadsheet'
        !          19858: => 'Default Assessment Spreadsheet',
        !          19859: 
        !          19860:    'Default Cataloging Information for Directory'
        !          19861: => 'Default Cataloging Information for Directory',
        !          19862: 
        !          19863:    'Default Course Spreadsheet'
        !          19864: => 'Default Course Spreadsheet',
        !          19865: 
        !          19866:    'Default Student Spreadsheet'
        !          19867: => 'Default Student Spreadsheet',
        !          19868: 
        !          19869:    'Default Value'
        !          19870: => 'Default Value',
        !          19871: 
        !          19872:    'Default XML Style File'
        !          19873: => 'Default XML Style File',
        !          19874: 
        !          19875:    'Default beginning date when enrolling students'
        !          19876: => 'Default beginning date when enrolling students',
        !          19877: 
        !          19878:    'Default ending date when enrolling students'
        !          19879: => 'Default ending date when enrolling students',
        !          19880: 
        !          19881:    'Default for new courses is'
        !          19882: => 'Default for new courses is',
        !          19883: 
        !          19884:    'Default set of options to pass to tth/m when converting tex'
        !          19885: => 'Default set of options to pass to tth/m when converting tex',
        !          19886: 
        !          19887:    'Default:'
        !          19888: => 'Default:',
        !          19889: 
        !          19890:    'Define Role'
        !          19891: => 'Define Role',
        !          19892: 
        !          19893:    'Degree of difficulty'
        !          19894: => 'Degree of difficulty',
        !          19895: 
        !          19896:    'Delete'
        !          19897: => 'Delete',
        !          19898: 
        !          19899:    'Delete Checked'
        !          19900: => 'Delete Checked',
        !          19901: 
        !          19902:    'Delete a role'
        !          19903: => 'Delete a role',
        !          19904: 
        !          19905:    'Delete an option'
        !          19906: => 'Delete an option',
        !          19907: 
        !          19908:    'Delete messages from bulletin boards'
        !          19909: => 'Delete messages from bulletin boards',
        !          19910: 
        !          19911:    'Delete:'
        !          19912: => 'Delete:',
        !          19913: 
        !          19914:    'Dependencies'
        !          19915: => 'Dependencies',
        !          19916: 
        !          19917:    'Description:'
        !          19918: => 'Description:',
        !          19919: 
        !          19920:    'Detailed Citation View'
        !          19921: => 'Detailed Citation View',
        !          19922: 
        !          19923:    'Detailed Problem Analysis'
        !          19924: => 'Detailed Problem Analysis',
        !          19925: 
        !          19926:    'Detailed statistics and graphs of student performance on problems.'
        !          19927: => 'Detailed statistics and graphs of student performance on problems.',
        !          19928: 
        !          19929:    'Differences'
        !          19930: => 'Differences',
        !          19931: 
        !          19932:    'Diffs'
        !          19933: => 'Diffs',
        !          19934: 
        !          19935:    'Diffs with Current Version'
        !          19936: => 'Diffs with Current Version',
        !          19937: 
        !          19938:    'Diffs with Version'
        !          19939: => 'Diffs with Version',
        !          19940: 
        !          19941:    'Diffs with current Version'
        !          19942: => 'Diffs with current Version',
        !          19943: 
        !          19944:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
        !          19945: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
        !          19946: 
        !          19947:    'Disable all communication among students'
        !          19948: => 'Disable all communication among students',
        !          19949: 
        !          19950:    'Disable display of problem receipts'
        !          19951: => 'Disable display of problem receipts',
        !          19952: 
        !          19953:    'Disable student resource discussion'
        !          19954: => 'Disable student resource discussion',
        !          19955: 
        !          19956:    'Disable student use of chatrooms'
        !          19957: => 'Disable student use of chatrooms',
        !          19958: 
        !          19959:    'Disagree'
        !          19960: => 'Disagree',
        !          19961: 
        !          19962:    'Disallow Resource Discussion for Roles'
        !          19963: => 'Disallow Resource Discussion for Roles',
        !          19964: 
        !          19965:    'Disallow Resource Discussion for Users'
        !          19966: => 'Disallow Resource Discussion for Users',
        !          19967: 
        !          19968:    'Disallow live chatroom use for Roles'
        !          19969: => 'Disallow live chatroom use for Roles',
        !          19970: 
        !          19971:    'Disallow live chatroom use for Users'
        !          19972: => 'Disallow live chatroom use for Users',
        !          19973: 
        !          19974:    'Discard Edits and View'
        !          19975: => 'Discard Edits and View',
        !          19976: 
        !          19977:    'Discard Selected'
        !          19978: => 'Discard Selected',
        !          19979: 
        !          19980:    'Discussion Contributions'
        !          19981: => 'Discussion Contributions',
        !          19982: 
        !          19983:    'Discussion Participation'
        !          19984: => 'Discussion Participation',
        !          19985: 
        !          19986:    'Discussions'
        !          19987: => 'Discussions',
        !          19988: 
        !          19989:    'Display'
        !          19990: => 'Display',
        !          19991: 
        !          19992:    'Display All Messages'
        !          19993: => 'Display All Messages',
        !          19994: 
        !          19995:    'Display all Messages'
        !          19996: => 'Display all Messages',
        !          19997: 
        !          19998:    'Display and analysis of submission times on assessments.'
        !          19999: => 'Display and analysis of submission times on assessments.',
        !          20000: 
        !          20001:    'Display file attributes'
        !          20002: => 'Display file attributes',
        !          20003: 
        !          20004:    'Display foils in order given'
        !          20005: => 'Display foils in order given',
        !          20006: 
        !          20007:    'Display foils in random order'
        !          20008: => 'Display foils in random order',
        !          20009: 
        !          20010:    'Distribute Messages from Uploaded File to Course'
        !          20011: => 'Distribute Messages from Uploaded File to Course',
        !          20012: 
        !          20013:    'Do NOT generate as standard course'
        !          20014: => 'Do NOT generate as standard course',
        !          20015: 
        !          20016:    'Do not show plain URL (encrypturl)'
        !          20017: => 'Do not show plain URL (encrypturl)',
        !          20018: 
        !          20019:    'DoDiff'
        !          20020: => 'DoDiff',
        !          20021: 
        !          20022:    'Domain'
        !          20023: => 'Domain',
        !          20024: 
        !          20025:    'Domain Coordinator'
        !          20026: => 'Domain Coordinator',
        !          20027: 
        !          20028:    'Domain Guest'
        !          20029: => 'Domain Guest',
        !          20030: 
        !          20031:    'Domain Level'
        !          20032: => 'Domain Level',
        !          20033: 
        !          20034:    'Domain only - use limited to courses in the domain'
        !          20035: => 'Domain only - use limited to courses in the domain',
        !          20036: 
        !          20037:    "Don't Show Feedback"
        !          20038: => "Don't Show Feedback",
        !          20039: 
        !          20040:    'Done'
        !          20041: => 'Done',
        !          20042: 
        !          20043:    'Drop Students'
        !          20044: => 'Drop Students',
        !          20045: 
        !          20046:    'Drop/Add students in this course'
        !          20047: => 'Drop/Add students in this course',
        !          20048: 
        !          20049:    'Dropped [_1]'
        !          20050: => 'Dropped [_1]',
        !          20051: 
        !          20052:    'Dropped [_1] student(s).'
        !          20053: => 'Dropped [_1] student(s).',
        !          20054: 
        !          20055:    'Dropping Students'
        !          20056: => 'Dropping Students',
        !          20057: 
        !          20058:    'Due'
        !          20059: => 'Due',
        !          20060: 
        !          20061:    'Due Date (contentclose)'
        !          20062: => 'Due Date (contentclose)',
        !          20063: 
        !          20064:    'Due Date (duedate)'
        !          20065: => 'Due Date (duedate)',
        !          20066: 
        !          20067:    'Dump Course DOCS'
        !          20068: => 'Dump Course DOCS',
        !          20069: 
        !          20070:    'Dump Course DOCS to Construction Space'
        !          20071: => 'Dump Course DOCS to Construction Space',
        !          20072: 
        !          20073:    'Duration of automated classlist updates'
        !          20074: => 'Duration of automated classlist updates',
        !          20075: 
        !          20076:    'Dynamic Metadata'
        !          20077: => 'Dynamic Metadata',
        !          20078: 
        !          20079:    'Dynamic Metadata (updated periodically)'
        !          20080: => 'Dynamic Metadata (updated periodically)',
        !          20081: 
        !          20082:    'EMail Address'
        !          20083: => 'EMail Address',
        !          20084: 
        !          20085:    'EMail and Messages'
        !          20086: => 'EMail and Messages',
        !          20087: 
        !          20088:    'ERROR'
        !          20089: => 'ERROR',
        !          20090: 
        !          20091:    'Edit'
        !          20092: => 'Edit',
        !          20093: 
        !          20094:    'Edit Catalog Information'
        !          20095: => 'Edit Catalog Information',
        !          20096: 
        !          20097:    'Edit Content of a Map'
        !          20098: => 'Edit Content of a Map',
        !          20099: 
        !          20100:    'Edit Custom Role Privileges'
        !          20101: => 'Edit Custom Role Privileges',
        !          20102: 
        !          20103:    'Edit Directory Catalog Information'
        !          20104: => 'Edit Directory Catalog Information',
        !          20105: 
        !          20106:    'Edit and view documents included in this course'
        !          20107: => 'Edit and view documents included in this course',
        !          20108: 
        !          20109:    'Edit this resource'
        !          20110: => 'Edit this resource',
        !          20111: 
        !          20112:    'Edit/Modify DOCS'
        !          20113: => 'Edit/Modify DOCS',
        !          20114: 
        !          20115:    'EditXML'
        !          20116: => 'EditXML',
        !          20117: 
        !          20118:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
        !          20119: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
        !          20120: 
        !          20121:    'Empty'
        !          20122: => 'Empty',
        !          20123: 
        !          20124:    'Enclosing Map or Folder'
        !          20125: => 'Enclosing Map or Folder',
        !          20126: 
        !          20127:    'End'
        !          20128: => 'End',
        !          20129: 
        !          20130:    'End Helper'
        !          20131: => 'End Helper',
        !          20132: 
        !          20133:    'End Time'
        !          20134: => 'End Time',
        !          20135: 
        !          20136:    'Ending Date'
        !          20137: => 'Ending Date',
        !          20138: 
        !          20139:    'English - ISO'
        !          20140: => 'English - ISO',
        !          20141: 
        !          20142:    'Enroll One Student'
        !          20143: => 'Enroll One Student',
        !          20144: 
        !          20145:    'Enroll a single student'
        !          20146: => 'Enroll a single student',
        !          20147: 
        !          20148:    'Enroll as student'
        !          20149: => 'Enroll as student',
        !          20150: 
        !          20151:    'Enrolling'
        !          20152: => 'Enrolling',
        !          20153: 
        !          20154:    'Enrolling Student'
        !          20155: => 'Enrolling Student',
        !          20156: 
        !          20157:    'Enrolling Students'
        !          20158: => 'Enrolling Students',
        !          20159: 
        !          20160:    'Enrollment Manager'
        !          20161: => 'Enrollment Manager',
        !          20162: 
        !          20163:    'Enrollment Status'
        !          20164: => 'Enrollment Status',
        !          20165: 
        !          20166:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
        !          20167: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
        !          20168: 
        !          20169:    'Enter construction space as a co-author'
        !          20170: => 'Enter construction space as a co-author',
        !          20171: 
        !          20172:    'Enter grades from check-out assessment resources'
        !          20173: => 'Enter grades from check-out assessment resources',
        !          20174: 
        !          20175:    'Enter my portfolio space'
        !          20176: => 'Enter my portfolio space',
        !          20177: 
        !          20178:    'Enter my resource construction space'
        !          20179: => 'Enter my resource construction space',
        !          20180: 
        !          20181:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
        !          20182: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
        !          20183: 
        !          20184:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
        !          20185: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
        !          20186: 
        !          20187:    'Enter the chatroom for the course'
        !          20188: => 'Enter the chatroom for the course',
        !          20189: 
        !          20190:    'Entering Construction Space'
        !          20191: => 'Entering Construction Space',
        !          20192: 
        !          20193:    'Entering course ...'
        !          20194: => 'Entering course ...',
        !          20195: 
        !          20196:    'Error'
        !          20197: => 'Error',
        !          20198: 
        !          20199:    'Error Messages'
        !          20200: => 'Error Messages',
        !          20201: 
        !          20202:    'Error dropping [_1]:[_2]'
        !          20203: => 'Error dropping [_1]:[_2]',
        !          20204: 
        !          20205:    'Error: Directory Non Empty'
        !          20206: => 'Error: Directory Non Empty',
        !          20207: 
        !          20208:    'Error: destination for operation is an existing directory.'
        !          20209: => 'Error: destination for operation is an existing directory.',
        !          20210: 
        !          20211:    'Essay, open end'
        !          20212: => 'Essay, open end',
        !          20213: 
        !          20214:    'Evaluate Resource'
        !          20215: => 'Evaluate Resource',
        !          20216: 
        !          20217:    'Evaluation Comments'
        !          20218: => 'Evaluation Comments',
        !          20219: 
        !          20220:    'Evaluation Data'
        !          20221: => 'Evaluation Data',
        !          20222: 
        !          20223:    'Evaluation Error '
        !          20224: => 'Evaluation Error ',
        !          20225: 
        !          20226:    'Every problem in a particular folder'
        !          20227: => 'Every problem in a particular folder',
        !          20228: 
        !          20229:    'Every problem in a particular folder (overrides course default)'
        !          20230: => 'Every problem in a particular folder (overrides course default)',
        !          20231: 
        !          20232:    'Every problem in the course'
        !          20233: => 'Every problem in the course',
        !          20234: 
        !          20235:    'Exam Information'
        !          20236: => 'Exam Information',
        !          20237: 
        !          20238:    'Exam Problem'
        !          20239: => 'Exam Problem',
        !          20240: 
        !          20241:    'Exam Proctor'
        !          20242: => 'Exam Proctor',
        !          20243: 
        !          20244:    'Excel'
        !          20245: => 'Excel',
        !          20246: 
        !          20247:    'Excel format'
        !          20248: => 'Excel format',
        !          20249: 
        !          20250:    'Excused by instructor'
        !          20251: => 'Excused by instructor',
        !          20252: 
        !          20253:    'Exit'
        !          20254: => 'Exit',
        !          20255: 
        !          20256:    'Exit LON-CAPA'
        !          20257: => 'Exit LON-CAPA',
        !          20258: 
        !          20259:    'Extent'
        !          20260: => 'Extent',
        !          20261: 
        !          20262:    'External Resource'
        !          20263: => 'External Resource',
        !          20264: 
        !          20265:    'FAIL'
        !          20266: => 'FAIL',
        !          20267: 
        !          20268:    'Failed Access to Construction Space'
        !          20269: => 'Failed Access to Construction Space',
        !          20270: 
        !          20271:    'Failed to copy source'
        !          20272: => 'Failed to copy source',
        !          20273: 
        !          20274:    'Failed to write metadata copy'
        !          20275: => 'Failed to write metadata copy',
        !          20276: 
        !          20277:    'False'
        !          20278: => 'False',
        !          20279: 
        !          20280:    'February'
        !          20281: => 'February',
        !          20282: 
        !          20283:    'Feedback Addresses for Course Content'
        !          20284: => 'Feedback Addresses for Course Content',
        !          20285: 
        !          20286:    'Feedback Addresses for Course Content Comments'
        !          20287: => 'Feedback Addresses for Course Content Comments',
        !          20288: 
        !          20289:    'Feedback Addresses for Course Policy'
        !          20290: => 'Feedback Addresses for Course Policy',
        !          20291: 
        !          20292:    'Feedback Addresses for Resource Content Question'
        !          20293: => 'Feedback Addresses for Resource Content Question',
        !          20294: 
        !          20295:    'Field'
        !          20296: => 'Field',
        !          20297: 
        !          20298:    'Fielded Format'
        !          20299: => 'Fielded Format',
        !          20300: 
        !          20301:    'File'
        !          20302: => 'File',
        !          20303: 
        !          20304:    'File Category'
        !          20305: => 'File Category',
        !          20306: 
        !          20307:    'File copied.'
        !          20308: => 'File copied.',
        !          20309: 
        !          20310:    'Filenames in Construction Space'
        !          20311: => 'Filenames in Construction Space',
        !          20312: 
        !          20313:    'Finalize Publication'
        !          20314: => 'Finalize Publication',
        !          20315: 
        !          20316:    'Finish Course Initialization'
        !          20317: => 'Finish Course Initialization',
        !          20318: 
        !          20319:    'Finish Helper'
        !          20320: => 'Finish Helper',
        !          20321: 
        !          20322:    'First'
        !          20323: => 'First',
        !          20324: 
        !          20325:    'First Name'
        !          20326: => 'First Name',
        !          20327: 
        !          20328:    'First Resource'
        !          20329: => 'First Resource',
        !          20330: 
        !          20331:    'Foil'
        !          20332: => 'Foil',
        !          20333: 
        !          20334:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
        !          20335: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
        !          20336: 
        !          20337:    'Foils'
        !          20338: => 'Foils',
        !          20339: 
        !          20340:    'Folder'
        !          20341: => 'Folder',
        !          20342: 
        !          20343:    'Folder in Construction Space'
        !          20344: => 'Folder in Construction Space',
        !          20345: 
        !          20346:    'Folder/Map'
        !          20347: => 'Folder/Map',
        !          20348: 
        !          20349:    'For User'
        !          20350: => 'For User',
        !          20351: 
        !          20352:    'For one or more students'
        !          20353: => 'For one or more students',
        !          20354: 
        !          20355:    'Force publication of unmodified files'
        !          20356: => 'Force publication of unmodified files',
        !          20357: 
        !          20358:    'Format:'
        !          20359: => 'Format:',
        !          20360: 
        !          20361:    'Forward'
        !          20362: => 'Forward',
        !          20363: 
        !          20364:    'Forwarded message from'
        !          20365: => 'Forwarded message from',
        !          20366: 
        !          20367:    'Forwarding'
        !          20368: => 'Forwarding',
        !          20369: 
        !          20370:    'Found a <*response> outside of a <part> in a <part>ed problem'
        !          20371: => 'Found a <*response> outside of a <part> in a <part>ed problem',
        !          20372: 
        !          20373:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          20374: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          20375: 
        !          20376:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
        !          20377: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
        !          20378: 
        !          20379:    'Frequency'
        !          20380: => 'Frequency',
        !          20381: 
        !          20382:    'Fri'
        !          20383: => 'Fri',
        !          20384: 
        !          20385:    'From'
        !          20386: => 'From',
        !          20387: 
        !          20388:    'Full Update'
        !          20389: => 'Full Update',
        !          20390: 
        !          20391:    'Full update (also print list of users not enrolled anymore)'
        !          20392: => 'Full update (also print list of users not enrolled anymore)',
        !          20393: 
        !          20394:    'Functions'
        !          20395: => 'Functions',
        !          20396: 
        !          20397:    'General Intro'
        !          20398: => 'General Intro',
        !          20399: 
        !          20400:    'Generate Spreadsheet'
        !          20401: => 'Generate Spreadsheet',
        !          20402: 
        !          20403:    'Generate Statistics'
        !          20404: => 'Generate Statistics',
        !          20405: 
        !          20406:    'Generate messages from a file'
        !          20407: => 'Generate messages from a file',
        !          20408: 
        !          20409:    'Generate new role ...'
        !          20410: => 'Generate new role ...',
        !          20411: 
        !          20412:    'Generation'
        !          20413: => 'Generation',
        !          20414: 
        !          20415:    'German - ISO'
        !          20416: => 'German - ISO',
        !          20417: 
        !          20418:    'Getting Problem Variants'
        !          20419: => 'Getting Problem Variants',
        !          20420: 
        !          20421:    'Go'
        !          20422: => 'Go',
        !          20423: 
        !          20424:    'Go Back'
        !          20425: => 'Go Back',
        !          20426: 
        !          20427:    'Go To My First Homework Problem'
        !          20428: => 'Go To My First Homework Problem',
        !          20429: 
        !          20430:    'Go to ...'
        !          20431: => 'Go to ...',
        !          20432: 
        !          20433:    'Go to the next resource in the course sequence'
        !          20434: => 'Go to the next resource in the course sequence',
        !          20435: 
        !          20436:    'Go to the previous resource in the course sequence'
        !          20437: => 'Go to the previous resource in the course sequence',
        !          20438: 
        !          20439:    'Goodbye'
        !          20440: => 'Goodbye',
        !          20441: 
        !          20442:    'Grades Spreadsheet'
        !          20443: => 'Grades Spreadsheet',
        !          20444: 
        !          20445:    'Grading'
        !          20446: => 'Grading',
        !          20447: 
        !          20448:    'Grading Information'
        !          20449: => 'Grading Information',
        !          20450: 
        !          20451:    'Grant/revoke Course Custom Role'
        !          20452: => 'Grant/revoke Course Custom Role',
        !          20453: 
        !          20454:    'Grant/revoke role of Administrator'
        !          20455: => 'Grant/revoke role of Administrator',
        !          20456: 
        !          20457:    'Grant/revoke role of Author'
        !          20458: => 'Grant/revoke role of Author',
        !          20459: 
        !          20460:    'Grant/revoke role of Co-Author'
        !          20461: => 'Grant/revoke role of Co-Author',
        !          20462: 
        !          20463:    'Grant/revoke role of Course Coordinator'
        !          20464: => 'Grant/revoke role of Course Coordinator',
        !          20465: 
        !          20466:    'Grant/revoke role of Domain Coordinator'
        !          20467: => 'Grant/revoke role of Domain Coordinator',
        !          20468: 
        !          20469:    'Grant/revoke role of Domain Guest'
        !          20470: => 'Grant/revoke role of Domain Guest',
        !          20471: 
        !          20472:    'Grant/revoke role of Exam Proctor'
        !          20473: => 'Grant/revoke role of Exam Proctor',
        !          20474: 
        !          20475:    'Grant/revoke role of Instructor'
        !          20476: => 'Grant/revoke role of Instructor',
        !          20477: 
        !          20478:    'Grant/revoke role of Librarian'
        !          20479: => 'Grant/revoke role of Librarian',
        !          20480: 
        !          20481:    'Grant/revoke role of Scantron Operator'
        !          20482: => 'Grant/revoke role of Scantron Operator',
        !          20483: 
        !          20484:    'Grant/revoke role of Student'
        !          20485: => 'Grant/revoke role of Student',
        !          20486: 
        !          20487:    'Grant/revoke role of Superuser'
        !          20488: => 'Grant/revoke role of Superuser',
        !          20489: 
        !          20490:    'Grant/revoke role of Teaching Assistant'
        !          20491: => 'Grant/revoke role of Teaching Assistant',
        !          20492: 
        !          20493:    'Greek Symbols'
        !          20494: => 'Greek Symbols',
        !          20495: 
        !          20496:    'Group/Section'
        !          20497: => 'Group/Section',
        !          20498: 
        !          20499:    'HTML'
        !          20500: => 'HTML',
        !          20501: 
        !          20502:    'HTML can be allowed or banned inside of course discussion.'
        !          20503: => 'HTML can be allowed or banned inside of course discussion.',
        !          20504: 
        !          20505:    'HTML character enties'
        !          20506: => 'HTML character enties',
        !          20507: 
        !          20508:    'HTML in Discussions'
        !          20509: => 'HTML in Discussions',
        !          20510: 
        !          20511:    'HTML/XML'
        !          20512: => 'HTML/XML',
        !          20513: 
        !          20514:    'Hand Graded (handgrade)'
        !          20515: => 'Hand Graded (handgrade)',
        !          20516: 
        !          20517:    'Height(pixel):'
        !          20518: => 'Height(pixel):',
        !          20519: 
        !          20520:    'Help'
        !          20521: => 'Help',
        !          20522: 
        !          20523:    'Help on Creating Courses'
        !          20524: => 'Help on Creating Courses',
        !          20525: 
        !          20526:    'Helproom Hours'
        !          20527: => 'Helproom Hours',
        !          20528: 
        !          20529:    'Hide'
        !          20530: => 'Hide',
        !          20531: 
        !          20532:    'Hide Empty Rows in Spreadsheets'
        !          20533: => 'Hide Empty Rows in Spreadsheets',
        !          20534: 
        !          20535:    'Highest Grade Level'
        !          20536: => 'Highest Grade Level',
        !          20537: 
        !          20538:    'Hint Text'
        !          20539: => 'Hint Text',
        !          20540: 
        !          20541:    'Home Server'
        !          20542: => 'Home Server',
        !          20543: 
        !          20544:    'Homework problem'
        !          20545: => 'Homework problem',
        !          20546: 
        !          20547:    'Host'
        !          20548: => 'Host',
        !          20549: 
        !          20550:    'How do I create a CSV file from a spreadsheet'
        !          20551: => 'How do I create a CSV file from a spreadsheet',
        !          20552: 
        !          20553:    'How do I create a class list from a spreadsheet'
        !          20554: => 'How do I create a class list from a spreadsheet',
        !          20555: 
        !          20556:    'How many tries should be set for all problems in the course?'
        !          20557: => 'How many tries should be set for all problems in the course?',
        !          20558: 
        !          20559:    'How many tries should be set for the selected folder?'
        !          20560: => 'How many tries should be set for the selected folder?',
        !          20561: 
        !          20562:    'How many tries should be set for the selected problem?'
        !          20563: => 'How many tries should be set for the selected problem?',
        !          20564: 
        !          20565:    'How should the results be printed?'
        !          20566: => 'How should the results be printed?',
        !          20567: 
        !          20568:    'ID/Student Number'
        !          20569: => 'ID/Student Number',
        !          20570: 
        !          20571:    'Identify fields'
        !          20572: => 'Identify fields',
        !          20573: 
        !          20574:    'If active, the new role will be available when the students next log in to LON-CAPA.'
        !          20575: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
        !          20576: 
        !          20577:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
        !          20578: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
        !          20579: 
        !          20580:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
        !          20581: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
        !          20582: 
        !          20583:    'Ignore First Line'
        !          20584: => 'Ignore First Line',
        !          20585: 
        !          20586:    'Illegal filename.'
        !          20587: => 'Illegal filename.',
        !          20588: 
        !          20589:    'Image:'
        !          20590: => 'Image:',
        !          20591: 
        !          20592:    'Immediately expire own role as Course Coordinator'
        !          20593: => 'Immediately expire own role as Course Coordinator',
        !          20594: 
        !          20595:    'Import'
        !          20596: => 'Import',
        !          20597: 
        !          20598:    'Import a published document'
        !          20599: => 'Import a published document',
        !          20600: 
        !          20601:    'Import and Paste Area'
        !          20602: => 'Import and Paste Area',
        !          20603: 
        !          20604:    'Include retrieval of student photographs?'
        !          20605: => 'Include retrieval of student photographs?',
        !          20606: 
        !          20607:    'Incorrect'
        !          20608: => 'Incorrect',
        !          20609: 
        !          20610:    'Incorrect Answers:'
        !          20611: => 'Incorrect Answers:',
        !          20612: 
        !          20613:    'Initial Password'
        !          20614: => 'Initial Password',
        !          20615: 
        !          20616:    'Institutional Information'
        !          20617: => 'Institutional Information',
        !          20618: 
        !          20619:    'Instructor'
        !          20620: => 'Instructor',
        !          20621: 
        !          20622:    'Instructor Information'
        !          20623: => 'Instructor Information',
        !          20624: 
        !          20625:    'Interlingua (International Auxiliary Language Association) - ISO'
        !          20626: => 'Interlingua (International Auxiliary Language Association) - ISO',
        !          20627: 
        !          20628:    'Internal Filename'
        !          20629: => 'Internal Filename',
        !          20630: 
        !          20631:    'Internally authenticated'
        !          20632: => 'Internally authenticated',
        !          20633: 
        !          20634:    'Invalid Significant figures detected'
        !          20635: => 'Invalid Significant figures detected',
        !          20636: 
        !          20637:    'Invalid characters in requested name have been removed.'
        !          20638: => 'Invalid characters in requested name have been removed.',
        !          20639: 
        !          20640:    'Invalid date entry'
        !          20641: => 'Invalid date entry',
        !          20642: 
        !          20643:    'Invalid home server specified'
        !          20644: => 'Invalid home server specified',
        !          20645: 
        !          20646:    'Invalid login mode or password.'
        !          20647: => 'Invalid login mode or password.',
        !          20648: 
        !          20649:    'Invalid username or domain'
        !          20650: => 'Invalid username or domain',
        !          20651: 
        !          20652:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
        !          20653: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
        !          20654: 
        !          20655:    'January'
        !          20656: => 'January',
        !          20657: 
        !          20658:    'Japanese - UTF'
        !          20659: => 'Japanese - UTF',
        !          20660: 
        !          20661:    'July'
        !          20662: => 'July',
        !          20663: 
        !          20664:    'June'
        !          20665: => 'June',
        !          20666: 
        !          20667:    'KEYWORDS'
        !          20668: => 'KEYWORDS',
        !          20669: 
        !          20670:    'Keep all Resources up-to-date with most recent Versions (default)'
        !          20671: => 'Keep all Resources up-to-date with most recent Versions (default)',
        !          20672: 
        !          20673:    'Kerberos authenticated'
        !          20674: => 'Kerberos authenticated',
        !          20675: 
        !          20676:    'Keyword(s)'
        !          20677: => 'Keyword(s)',
        !          20678: 
        !          20679:    'Keywords'
        !          20680: => 'Keywords',
        !          20681: 
        !          20682:    'LON-CAPA Domain for Students'
        !          20683: => 'LON-CAPA Domain for Students',
        !          20684: 
        !          20685:    'LON-CAPA Enrollment Manager'
        !          20686: => 'LON-CAPA Enrollment Manager',
        !          20687: 
        !          20688:    'LON-CAPA Help'
        !          20689: => 'LON-CAPA Help',
        !          20690: 
        !          20691:    'LON-CAPA Helper:'
        !          20692: => 'LON-CAPA Helper:',
        !          20693: 
        !          20694:    'LON-CAPA domain: [_1]'
        !          20695: => 'LON-CAPA domain: [_1]',
        !          20696: 
        !          20697:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
        !          20698: => 'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
        !          20699: 
        !          20700:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
        !          20701: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
        !          20702: 
        !          20703:    'LaTeX batchmode'
        !          20704: => 'LaTeX batchmode',
        !          20705: 
        !          20706:    'LaTeX mode:'
        !          20707: => 'LaTeX mode:',
        !          20708: 
        !          20709:    'Landscape'
        !          20710: => 'Landscape',
        !          20711: 
        !          20712:    'Language'
        !          20713: => 'Language',
        !          20714: 
        !          20715:    'Languages used'
        !          20716: => 'Languages used',
        !          20717: 
        !          20718:    'Last'
        !          20719: => 'Last',
        !          20720: 
        !          20721:    'Last Modified'
        !          20722: => 'Last Modified',
        !          20723: 
        !          20724:    'Last Name'
        !          20725: => 'Last Name',
        !          20726: 
        !          20727:    'Last Name, First Names'
        !          20728: => 'Last Name, First Names',
        !          20729: 
        !          20730:    'Last Week'
        !          20731: => 'Last Week',
        !          20732: 
        !          20733:    'Last access'
        !          20734: => 'Last access',
        !          20735: 
        !          20736:    'Last accessed'
        !          20737: => 'Last accessed',
        !          20738: 
        !          20739:    'Last modified'
        !          20740: => 'Last modified',
        !          20741: 
        !          20742:    'Last updated'
        !          20743: => 'Last updated',
        !          20744: 
        !          20745:    'Launch Remote Control'
        !          20746: => 'Launch Remote Control',
        !          20747: 
        !          20748:    'Launch navigation window'
        !          20749: => 'Launch navigation window',
        !          20750: 
        !          20751:    'Leave blank on scoring form'
        !          20752: => 'Leave blank on scoring form',
        !          20753: 
        !          20754:    'Librarian'
        !          20755: => 'Librarian',
        !          20756: 
        !          20757:    'Limit by copyright/distribution'
        !          20758: => 'Limit by copyright/distribution',
        !          20759: 
        !          20760:    'Limit by language'
        !          20761: => 'Limit by language',
        !          20762: 
        !          20763:    'List Directory'
        !          20764: => 'List Directory',
        !          20765: 
        !          20766:    'List of hidden parts (hiddenparts)'
        !          20767: => 'List of hidden parts (hiddenparts)',
        !          20768: 
        !          20769:    'List of possible answers'
        !          20770: => 'List of possible answers',
        !          20771: 
        !          20772:    'Load'
        !          20773: => 'Load',
        !          20774: 
        !          20775:    'Load Map'
        !          20776: => 'Load Map',
        !          20777: 
        !          20778:    'Load:'
        !          20779: => 'Load:',
        !          20780: 
        !          20781:    'Location'
        !          20782: => 'Location',
        !          20783: 
        !          20784:    'Lock and unlock assessments'
        !          20785: => 'Lock and unlock assessments',
        !          20786: 
        !          20787:    'Log in'
        !          20788: => 'Log in',
        !          20789: 
        !          20790:    'Logged Out'
        !          20791: => 'Logged Out',
        !          20792: 
        !          20793:    'Login Data'
        !          20794: => 'Login Data',
        !          20795: 
        !          20796:    'Login Type'
        !          20797: => 'Login Type',
        !          20798: 
        !          20799:    'Logout'
        !          20800: => 'Logout',
        !          20801: 
        !          20802:    'Lowest Grade Level'
        !          20803: => 'Lowest Grade Level',
        !          20804: 
        !          20805:    'MIME Type'
        !          20806: => 'MIME Type',
        !          20807: 
        !          20808:    'Mail'
        !          20809: => 'Mail',
        !          20810: 
        !          20811:    'Main Course Documents'
        !          20812: => 'Main Course Documents',
        !          20813: 
        !          20814:    'Main Menu'
        !          20815: => 'Main Menu',
        !          20816: 
        !          20817:    'Make new directory'
        !          20818: => 'Make new directory',
        !          20819: 
        !          20820:    'Make new file'
        !          20821: => 'Make new file',
        !          20822: 
        !          20823:    'Make notes and annotations about this resource'
        !          20824: => 'Make notes and annotations about this resource',
        !          20825: 
        !          20826:    'Making Backup to'
        !          20827: => 'Making Backup to',
        !          20828: 
        !          20829:    'Manage Access Keys'
        !          20830: => 'Manage Access Keys',
        !          20831: 
        !          20832:    'Manage access keys'
        !          20833: => 'Manage access keys',
        !          20834: 
        !          20835:    'Manual Grading'
        !          20836: => 'Manual Grading',
        !          20837: 
        !          20838:    'Map'
        !          20839: => 'Map',
        !          20840: 
        !          20841:    'Map contents are not shown in order.'
        !          20842: => 'Map contents are not shown in order.',
        !          20843: 
        !          20844:    'Map has branchings. Use advanced editor.'
        !          20845: => 'Map has branchings. Use advanced editor.',
        !          20846: 
        !          20847:    'Map has conditions. Use advanced editor.'
        !          20848: => 'Map has conditions. Use advanced editor.',
        !          20849: 
        !          20850:    'Map has resource parameters. Use advanced editor.'
        !          20851: => 'Map has resource parameters. Use advanced editor.',
        !          20852: 
        !          20853:    'Map has unconnected resources. Use advanced editor.'
        !          20854: => 'Map has unconnected resources. Use advanced editor.',
        !          20855: 
        !          20856:    'March'
        !          20857: => 'March',
        !          20858: 
        !          20859:    'Mark Unread'
        !          20860: => 'Mark Unread',
        !          20861: 
        !          20862:    'Mark all posts read'
        !          20863: => 'Mark all posts read',
        !          20864: 
        !          20865:    'Material appears to be correct'
        !          20866: => 'Material appears to be correct',
        !          20867: 
        !          20868:    'Material covered with sufficient depth'
        !          20869: => 'Material covered with sufficient depth',
        !          20870: 
        !          20871:    'Material is helpful'
        !          20872: => 'Material is helpful',
        !          20873: 
        !          20874:    'Material presented in clear way'
        !          20875: => 'Material presented in clear way',
        !          20876: 
        !          20877:    'Max Number Of Shown Foils:'
        !          20878: => 'Max Number Of Shown Foils:',
        !          20879: 
        !          20880:    'Max Possible To Date'
        !          20881: => 'Max Possible To Date',
        !          20882: 
        !          20883:    'Max Tries'
        !          20884: => 'Max Tries',
        !          20885: 
        !          20886:    'Max number of foils displayed'
        !          20887: => 'Max number of foils displayed',
        !          20888: 
        !          20889:    'Maximum Number of Collaborators'
        !          20890: => 'Maximum Number of Collaborators',
        !          20891: 
        !          20892:    'Maximum Number of Collaborators (maxcollaborators)'
        !          20893: => 'Maximum Number of Collaborators (maxcollaborators)',
        !          20894: 
        !          20895:    'Maximum Number of Tries (maxtries)'
        !          20896: => 'Maximum Number of Tries (maxtries)',
        !          20897: 
        !          20898:    'May'
        !          20899: => 'May',
        !          20900: 
        !          20901:    'Mean Tries'
        !          20902: => 'Mean Tries',
        !          20903: 
        !          20904:    'Messaging'
        !          20905: => 'Messaging',
        !          20906: 
        !          20907:    'Metadata'
        !          20908: => 'Metadata',
        !          20909: 
        !          20910:    'Metadata Information'
        !          20911: => 'Metadata Information',
        !          20912: 
        !          20913:    'Metadata Version'
        !          20914: => 'Metadata Version',
        !          20915: 
        !          20916:    'Metadata current version'
        !          20917: => 'Metadata current version',
        !          20918: 
        !          20919:    'Middle'
        !          20920: => 'Middle',
        !          20921: 
        !          20922:    'Middle Name'
        !          20923: => 'Middle Name',
        !          20924: 
        !          20925:    'Middle Names/Initials'
        !          20926: => 'Middle Names/Initials',
        !          20927: 
        !          20928:    'Mime type'
        !          20929: => 'Mime type',
        !          20930: 
        !          20931:    'Missing Kerberos domain information.'
        !          20932: => 'Missing Kerberos domain information.',
        !          20933: 
        !          20934:    'Modification Date'
        !          20935: => 'Modification Date',
        !          20936: 
        !          20937:    'Modification may make assessment data inaccessible'
        !          20938: => 'Modification may make assessment data inaccessible',
        !          20939: 
        !          20940:    'Modified'
        !          20941: => 'Modified',
        !          20942: 
        !          20943:    'Modify Course Assessment Parameters'
        !          20944: => 'Modify Course Assessment Parameters',
        !          20945: 
        !          20946:    'Modify Enrollment for'
        !          20947: => 'Modify Enrollment for',
        !          20948: 
        !          20949:    'Modify Parameters'
        !          20950: => 'Modify Parameters',
        !          20951: 
        !          20952:    'Modify User'
        !          20953: => 'Modify User',
        !          20954: 
        !          20955:    'Modify another students data'
        !          20956: => 'Modify another students data',
        !          20957: 
        !          20958:    'Modify authentication mechanism and data for a user'
        !          20959: => 'Modify authentication mechanism and data for a user',
        !          20960: 
        !          20961:    'Modify deadlines, etc, for this assessment resource'
        !          20962: => 'Modify deadlines, etc, for this assessment resource',
        !          20963: 
        !          20964:    'Modify deadlines, etc, for this resource'
        !          20965: => 'Modify deadlines, etc, for this resource',
        !          20966: 
        !          20967:    'Modify grades'
        !          20968: => 'Modify grades',
        !          20969: 
        !          20970:    'Modify student data'
        !          20971: => 'Modify student data',
        !          20972: 
        !          20973:    'Modify user grades for this assessment resource'
        !          20974: => 'Modify user grades for this assessment resource',
        !          20975: 
        !          20976:    'Modifying data for user'
        !          20977: => 'Modifying data for user',
        !          20978: 
        !          20979:    'Modifying this will make problems'
        !          20980: => 'Modifying this will make problems',
        !          20981: 
        !          20982:    'Mon'
        !          20983: => 'Mon',
        !          20984: 
        !          20985:    'Most recently published Version'
        !          20986: => 'Most recently published Version',
        !          20987: 
        !          20988:    'Move Down'
        !          20989: => 'Move Down',
        !          20990: 
        !          20991:    'Move Up'
        !          20992: => 'Move Up',
        !          20993: 
        !          20994:    'Move current file to'
        !          20995: => 'Move current file to',
        !          20996: 
        !          20997:    'Must create new subdirectory inside a directory'
        !          20998: => 'Must create new subdirectory inside a directory',
        !          20999: 
        !          21000:    'My Personal Info'
        !          21001: => 'My Personal Info',
        !          21002: 
        !          21003:    'My question/comment/feedback:'
        !          21004: => 'My question/comment/feedback:',
        !          21005: 
        !          21006:    'Name'
        !          21007: => 'Name',
        !          21008: 
        !          21009:    'Name of Role'
        !          21010: => 'Name of Role',
        !          21011: 
        !          21012:    'Name starting with'
        !          21013: => 'Name starting with',
        !          21014: 
        !          21015:    'Name:'
        !          21016: => 'Name:',
        !          21017: 
        !          21018:    'Navigate'
        !          21019: => 'Navigate',
        !          21020: 
        !          21021:    'Navigate Contents'
        !          21022: => 'Navigate Contents',
        !          21023: 
        !          21024:    'Navigate Course Contents'
        !          21025: => 'Navigate Course Contents',
        !          21026: 
        !          21027:    'Navigate the table of contents for this course'
        !          21028: => 'Navigate the table of contents for this course',
        !          21029: 
        !          21030:    'Network-wide number of accesses (hits)'
        !          21031: => 'Network-wide number of accesses (hits)',
        !          21032: 
        !          21033:    'Network-wide number of courses using resource'
        !          21034: => 'Network-wide number of courses using resource',
        !          21035: 
        !          21036:    'New Directory'
        !          21037: => 'New Directory',
        !          21038: 
        !          21039:    'New Folder'
        !          21040: => 'New Folder',
        !          21041: 
        !          21042:    'New HTML file'
        !          21043: => 'New HTML file',
        !          21044: 
        !          21045:    'New Messages'
        !          21046: => 'New Messages',
        !          21047: 
        !          21048:    'New Problem Variation'
        !          21049: => 'New Problem Variation',
        !          21050: 
        !          21051:    'New Randomization'
        !          21052: => 'New Randomization',
        !          21053: 
        !          21054:    'New Resource'
        !          21055: => 'New Resource',
        !          21056: 
        !          21057:    'New Role'
        !          21058: => 'New Role',
        !          21059: 
        !          21060:    'New Search'
        !          21061: => 'New Search',
        !          21062: 
        !          21063:    'New Title'
        !          21064: => 'New Title',
        !          21065: 
        !          21066:    'New User'
        !          21067: => 'New User',
        !          21068: 
        !          21069:    'New Value'
        !          21070: => 'New Value',
        !          21071: 
        !          21072:    'New assembled page'
        !          21073: => 'New assembled page',
        !          21074: 
        !          21075:    'New assembled sequence'
        !          21076: => 'New assembled sequence',
        !          21077: 
        !          21078:    'New custom rights file'
        !          21079: => 'New custom rights file',
        !          21080: 
        !          21081:    'New discussion since'
        !          21082: => 'New discussion since',
        !          21083: 
        !          21084:    'New file'
        !          21085: => 'New file',
        !          21086: 
        !          21087:    'New parameters or stored values'
        !          21088: => 'New parameters or stored values',
        !          21089: 
        !          21090:    'New problem'
        !          21091: => 'New problem',
        !          21092: 
        !          21093:    'New style file'
        !          21094: => 'New style file',
        !          21095: 
        !          21096:    'New subdirectory'
        !          21097: => 'New subdirectory',
        !          21098: 
        !          21099:    'Next'
        !          21100: => 'Next',
        !          21101: 
        !          21102:    'Next    '
        !          21103: => 'Next    ',
        !          21104: 
        !          21105:    'Next ->'
        !          21106: => 'Next ->',
        !          21107: 
        !          21108:    'Next Month'
        !          21109: => 'Next Month',
        !          21110: 
        !          21111:    'No'
        !          21112: => 'No',
        !          21113: 
        !          21114:    'No Access or Usages Statistics are available for this resource.'
        !          21115: => 'No Access or Usages Statistics are available for this resource.',
        !          21116: 
        !          21117:    'No Assessment Statistical Data is available for this resource'
        !          21118: => 'No Assessment Statistical Data is available for this resource',
        !          21119: 
        !          21120:    'No Evaluation Data is available for this resource.'
        !          21121: => 'No Evaluation Data is available for this resource.',
        !          21122: 
        !          21123:    'No Kerberos domain was specified.'
        !          21124: => 'No Kerberos domain was specified.',
        !          21125: 
        !          21126:    'No Role, Cumulative Privileges'
        !          21127: => 'No Role, Cumulative Privileges',
        !          21128: 
        !          21129:    'No changes were made to the current settings.'
        !          21130: => 'No changes were made to the current settings.',
        !          21131: 
        !          21132:    'No content modifications yet.'
        !          21133: => 'No content modifications yet.',
        !          21134: 
        !          21135:    'No due date'
        !          21136: => 'No due date',
        !          21137: 
        !          21138:    'No language preference'
        !          21139: => 'No language preference',
        !          21140: 
        !          21141:    'No new filename specified.'
        !          21142: => 'No new filename specified.',
        !          21143: 
        !          21144:    'No previous versions published.'
        !          21145: => 'No previous versions published.',
        !          21146: 
        !          21147:    'No role specified'
        !          21148: => 'No role specified',
        !          21149: 
        !          21150:    'No section assigned'
        !          21151: => 'No section assigned',
        !          21152: 
        !          21153:    'No such file'
        !          21154: => 'No such file',
        !          21155: 
        !          21156:    'No syllabus information provided.'
        !          21157: => 'No syllabus information provided.',
        !          21158: 
        !          21159:    'No upload file specified.'
        !          21160: => 'No upload file specified.',
        !          21161: 
        !          21162:    'No write permission to'
        !          21163: => 'No write permission to',
        !          21164: 
        !          21165:    'No write permission to user directory, FAIL'
        !          21166: => 'No write permission to user directory, FAIL',
        !          21167: 
        !          21168:    'None Found'
        !          21169: => 'None Found',
        !          21170: 
        !          21171:    'Not Allowed'
        !          21172: => 'Not Allowed',
        !          21173: 
        !          21174:    'Not applicable - '
        !          21175: => 'Not applicable - ',
        !          21176: 
        !          21177:    'Not open to be viewed'
        !          21178: => 'Not open to be viewed',
        !          21179: 
        !          21180:    'Not set -'
        !          21181: => 'Not set -',
        !          21182: 
        !          21183:    'Not set - '
        !          21184: => 'Not set - ',
        !          21185: 
        !          21186:    'Not shown, not used'
        !          21187: => 'Not shown, not used',
        !          21188: 
        !          21189:    'Note: for large courses, this operation may be time consuming'
        !          21190: => 'Note: for large courses, this operation may be time consuming',
        !          21191: 
        !          21192:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
        !          21193: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
        !          21194: 
        !          21195:    'Note: this will not take effect if the user already exists'
        !          21196: => 'Note: this will not take effect if the user already exists',
        !          21197: 
        !          21198:    'Notes'
        !          21199: => 'Notes',
        !          21200: 
        !          21201:    'Notification of enrollment changes'
        !          21202: => 'Notification of enrollment changes',
        !          21203: 
        !          21204:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
        !          21205: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
        !          21206: 
        !          21207:    'November'
        !          21208: => 'November',
        !          21209: 
        !          21210:    'Number of Plots:'
        !          21211: => 'Number of Plots:',
        !          21212: 
        !          21213:    'Number of Tries before hints appear (hinttries)'
        !          21214: => 'Number of Tries before hints appear (hinttries)',
        !          21215: 
        !          21216:    'Number of assignments printed at the same time:'
        !          21217: => 'Number of assignments printed at the same time:',
        !          21218: 
        !          21219:    'Number of bubbles in exam mode (numbubbles)'
        !          21220: => 'Number of bubbles in exam mode (numbubbles)',
        !          21221: 
        !          21222:    'Number of columns'
        !          21223: => 'Number of columns',
        !          21224: 
        !          21225:    'Number of resources that follow this resource in maps'
        !          21226: => 'Number of resources that follow this resource in maps',
        !          21227: 
        !          21228:    'Number of resources that lead up to this resource in maps'
        !          21229: => 'Number of resources that lead up to this resource in maps',
        !          21230: 
        !          21231:    'Number of resources using or importing resource'
        !          21232: => 'Number of resources using or importing resource',
        !          21233: 
        !          21234:    'Numerical Tolerance (tol)'
        !          21235: => 'Numerical Tolerance (tol)',
        !          21236: 
        !          21237:    'Obsolete'
        !          21238: => 'Obsolete',
        !          21239: 
        !          21240:    'Obsolete parameters or stored values'
        !          21241: => 'Obsolete parameters or stored values',
        !          21242: 
        !          21243:    'October'
        !          21244: => 'October',
        !          21245: 
        !          21246:    'Office Hours'
        !          21247: => 'Office Hours',
        !          21248: 
        !          21249:    'Old Value'
        !          21250: => 'Old Value',
        !          21251: 
        !          21252:    'One particular problem'
        !          21253: => 'One particular problem',
        !          21254: 
        !          21255:    'One particular problem (overrides folder and course defaults)'
        !          21256: => 'One particular problem (overrides folder and course defaults)',
        !          21257: 
        !          21258:    'Online Help'
        !          21259: => 'Online Help',
        !          21260: 
        !          21261:    'Only Answers'
        !          21262: => 'Only Answers',
        !          21263: 
        !          21264:    'Only a number required.'
        !          21265: => 'Only a number required.',
        !          21266: 
        !          21267:    'Only domain coordinators can change a users password.'
        !          21268: => 'Only domain coordinators can change a users password.',
        !          21269: 
        !          21270:    'Open'
        !          21271: => 'Open',
        !          21272: 
        !          21273:    'Open All Folders'
        !          21274: => 'Open All Folders',
        !          21275: 
        !          21276:    'Open Course'
        !          21277: => 'Open Course',
        !          21278: 
        !          21279:    'Open all assessments'
        !          21280: => 'Open all assessments',
        !          21281: 
        !          21282:    'Open and correct'
        !          21283: => 'Open and correct',
        !          21284: 
        !          21285:    'Open with full tries'
        !          21286: => 'Open with full tries',
        !          21287: 
        !          21288:    'Open, no due date'
        !          21289: => 'Open, no due date',
        !          21290: 
        !          21291:    'Opening Date (contentopen)'
        !          21292: => 'Opening Date (contentopen)',
        !          21293: 
        !          21294:    'Opening Date (opendate)'
        !          21295: => 'Opening Date (opendate)',
        !          21296: 
        !          21297:    'Option Response Problem Analysis'
        !          21298: => 'Option Response Problem Analysis',
        !          21299: 
        !          21300:    'Option response'
        !          21301: => 'Option response',
        !          21302: 
        !          21303:    'Other Symbols'
        !          21304: => 'Other Symbols',
        !          21305: 
        !          21306:    'Output'
        !          21307: => 'Output',
        !          21308: 
        !          21309:    'Output Format'
        !          21310: => 'Output Format',
        !          21311: 
        !          21312:    'Output Format: [_1]'
        !          21313: => 'Output Format: [_1]',
        !          21314: 
        !          21315:    'Overall Problem Statistics'
        !          21316: => 'Overall Problem Statistics',
        !          21317: 
        !          21318:    'Owner/Publisher'
        !          21319: => 'Owner/Publisher',
        !          21320: 
        !          21321:    'Page'
        !          21322: => 'Page',
        !          21323: 
        !          21324:    'Page layout'
        !          21325: => 'Page layout',
        !          21326: 
        !          21327:    'Paper type'
        !          21328: => 'Paper type',
        !          21329: 
        !          21330:    'Parameter'
        !          21331: => 'Parameter',
        !          21332: 
        !          21333:    'Parameter Name'
        !          21334: => 'Parameter Name',
        !          21335: 
        !          21336:    'Parameter Type'
        !          21337: => 'Parameter Type',
        !          21338: 
        !          21339:    'Parameter in Effect'
        !          21340: => 'Parameter in Effect',
        !          21341: 
        !          21342:    'Parent Directory'
        !          21343: => 'Parent Directory',
        !          21344: 
        !          21345:    'Part'
        !          21346: => 'Part',
        !          21347: 
        !          21348:    'Part Description (display)'
        !          21349: => 'Part Description (display)',
        !          21350: 
        !          21351:    'Part is not open to be viewed. It'
        !          21352: => 'Part is not open to be viewed. It',
        !          21353: 
        !          21354:    'Password'
        !          21355: => 'Password',
        !          21356: 
        !          21357:    'Paste after selected'
        !          21358: => 'Paste after selected',
        !          21359: 
        !          21360:    'Path'
        !          21361: => 'Path',
        !          21362: 
        !          21363:    'Per Page'
        !          21364: => 'Per Page',
        !          21365: 
        !          21366:    'Personal Data'
        !          21367: => 'Personal Data',
        !          21368: 
        !          21369:    'Personal Information'
        !          21370: => 'Personal Information',
        !          21371: 
        !          21372:    'Please adjust significant figures.'
        !          21373: => 'Please adjust significant figures.',
        !          21374: 
        !          21375:    'Please check at least one of the following feedback types:'
        !          21376: => 'Please check at least one of the following feedback types:',
        !          21377: 
        !          21378:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
        !          21379: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
        !          21380: 
        !          21381:    'Please click Back on your browser and select another user, or '
        !          21382: => 'Please click Back on your browser and select another user, or ',
        !          21383: 
        !          21384:    'Please contact your LON-CAPA administrator regarding this situation.'
        !          21385: => 'Please contact your LON-CAPA administrator regarding this situation.',
        !          21386: 
        !          21387:    'Please do not reply to this address.'
        !          21388: => 'Please do not reply to this address.',
        !          21389: 
        !          21390:    'Please either'
        !          21391: => 'Please either',
        !          21392: 
        !          21393:    'Please notify the server administrator '
        !          21394: => 'Please notify the server administrator ',
        !          21395: 
        !          21396:    'Please pick a version to retrieve'
        !          21397: => 'Please pick a version to retrieve',
        !          21398: 
        !          21399:    'Please rank the following criteria:'
        !          21400: => 'Please rank the following criteria:',
        !          21401: 
        !          21402:    'Please select a problem to analyze'
        !          21403: => 'Please select a problem to analyze',
        !          21404: 
        !          21405:    'Please select a report to generate'
        !          21406: => 'Please select a report to generate',
        !          21407: 
        !          21408:    'Please select a report to generate.'
        !          21409: => 'Please select a report to generate.',
        !          21410: 
        !          21411:    'Please select an authentication mechanism'
        !          21412: => 'Please select an authentication mechanism',
        !          21413: 
        !          21414:    'Please select the authentication mechanism'
        !          21415: => 'Please select the authentication mechanism',
        !          21416: 
        !          21417:    'Please select the section you wish to set the answer open date for:'
        !          21418: => 'Please select the section you wish to set the answer open date for:',
        !          21419: 
        !          21420:    'Please select the section you wish to set the due date for:'
        !          21421: => 'Please select the section you wish to set the due date for:',
        !          21422: 
        !          21423:    'Please select the section you wish to set the number of tries for:'
        !          21424: => 'Please select the section you wish to set the number of tries for:',
        !          21425: 
        !          21426:    'Please select the section you wish to set the opening date for:'
        !          21427: => 'Please select the section you wish to set the opening date for:',
        !          21428: 
        !          21429:    'Please select the section you wish to set the problem weight for:'
        !          21430: => 'Please select the section you wish to set the problem weight for:',
        !          21431: 
        !          21432:    'Please select the student you wish to set the answer open date for:'
        !          21433: => 'Please select the student you wish to set the answer open date for:',
        !          21434: 
        !          21435:    'Please select the student you wish to set the due date for:'
        !          21436: => 'Please select the student you wish to set the due date for:',
        !          21437: 
        !          21438:    'Please select the student you wish to set the number of tries for:'
        !          21439: => 'Please select the student you wish to set the number of tries for:',
        !          21440: 
        !          21441:    'Please select the student you wish to set the opening date for:'
        !          21442: => 'Please select the student you wish to set the opening date for:',
        !          21443: 
        !          21444:    'Please select the student you wish to set the problem weight for:'
        !          21445: => 'Please select the student you wish to set the problem weight for:',
        !          21446: 
        !          21447:    'Please stand by.'
        !          21448: => 'Please stand by.',
        !          21449: 
        !          21450:    'Please use browser "Back" button and pick a filename'
        !          21451: => 'Please use browser "Back" button and pick a filename',
        !          21452: 
        !          21453:    "Please use browser 'Back' button and pick a filename"
        !          21454: => "Please use browser 'Back' button and pick a filename",
        !          21455: 
        !          21456:    'Portrait'
        !          21457: => 'Portrait',
        !          21458: 
        !          21459:    'Portuguese - ISO'
        !          21460: => 'Portuguese - ISO',
        !          21461: 
        !          21462:    'Position'
        !          21463: => 'Position',
        !          21464: 
        !          21465:    'Post Discussion'
        !          21466: => 'Post Discussion',
        !          21467: 
        !          21468:    'Post anonymously'
        !          21469: => 'Post anonymously',
        !          21470: 
        !          21471:    'Post discussion on course resources'
        !          21472: => 'Post discussion on course resources',
        !          21473: 
        !          21474:    'Post system frontpage announcements'
        !          21475: => 'Post system frontpage announcements',
        !          21476: 
        !          21477:    'Post to live chatrooms'
        !          21478: => 'Post to live chatrooms',
        !          21479: 
        !          21480:    'Preferred language'
        !          21481: => 'Preferred language',
        !          21482: 
        !          21483:    'Prepare a printable document'
        !          21484: => 'Prepare a printable document',
        !          21485: 
        !          21486:    'Preparing Excel Spreadsheet'
        !          21487: => 'Preparing Excel Spreadsheet',
        !          21488: 
        !          21489:    'Preparing Printout'
        !          21490: => 'Preparing Printout',
        !          21491: 
        !          21492:    'Prerequisites'
        !          21493: => 'Prerequisites',
        !          21494: 
        !          21495:    'Previous'
        !          21496: => 'Previous',
        !          21497: 
        !          21498:    'Previous Month'
        !          21499: => 'Previous Month',
        !          21500: 
        !          21501:    'Print'
        !          21502: => 'Print',
        !          21503: 
        !          21504:    'Print Index:'
        !          21505: => 'Print Index:',
        !          21506: 
        !          21507:    'Print Table of Contents:'
        !          21508: => 'Print Table of Contents:',
        !          21509: 
        !          21510:    'Print:'
        !          21511: => 'Print:',
        !          21512: 
        !          21513:    'Printing Helper'
        !          21514: => 'Printing Helper',
        !          21515: 
        !          21516:    'Privacy Note'
        !          21517: => 'Privacy Note',
        !          21518: 
        !          21519:    'Private - visible to author only for testing purposes'
        !          21520: => 'Private - visible to author only for testing purposes',
        !          21521: 
        !          21522:    'Private Publication - did not synchronize database'
        !          21523: => 'Private Publication - did not synchronize database',
        !          21524: 
        !          21525:    'Privileged users that should not be hidden on staff listings'
        !          21526: => 'Privileged users that should not be hidden on staff listings',
        !          21527: 
        !          21528:    'Problem Status Chart'
        !          21529: => 'Problem Status Chart',
        !          21530: 
        !          21531:    'Problems'
        !          21532: => 'Problems',
        !          21533: 
        !          21534:    'Problems Not Contained In A Folder'
        !          21535: => 'Problems Not Contained In A Folder',
        !          21536: 
        !          21537:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
        !          21538: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
        !          21539: 
        !          21540:    'Problems from entire course'
        !          21541: => 'Problems from entire course',
        !          21542: 
        !          21543:    'Processed [_1] student(s).'
        !          21544: => 'Processed [_1] student(s).',
        !          21545: 
        !          21546:    'Processed file'
        !          21547: => 'Processed file',
        !          21548: 
        !          21549:    'Processing'
        !          21550: => 'Processing',
        !          21551: 
        !          21552:    'Processing course structure'
        !          21553: => 'Processing course structure',
        !          21554: 
        !          21555:    'Processing first student'
        !          21556: => 'Processing first student',
        !          21557: 
        !          21558:    'Produce Excel Output'
        !          21559: => 'Produce Excel Output',
        !          21560: 
        !          21561:    'Project Information'
        !          21562: => 'Project Information',
        !          21563: 
        !          21564:    'Provide feedback messages or contribute to the course discussion about this resource'
        !          21565: => 'Provide feedback messages or contribute to the course discussion about this resource',
        !          21566: 
        !          21567:    'Provide my evaluation of this resource'
        !          21568: => 'Provide my evaluation of this resource',
        !          21569: 
        !          21570:    'Public - no authentication or authorization required for use'
        !          21571: => 'Public - no authentication or authorization required for use',
        !          21572: 
        !          21573:    'Publish'
        !          21574: => 'Publish',
        !          21575: 
        !          21576:    'Publish Directory'
        !          21577: => 'Publish Directory',
        !          21578: 
        !          21579:    'Publish Directory and Sub Directories'
        !          21580: => 'Publish Directory and Sub Directories',
        !          21581: 
        !          21582:    'Publish this Resource'
        !          21583: => 'Publish this Resource',
        !          21584: 
        !          21585:    'Published'
        !          21586: => 'Published',
        !          21587: 
        !          21588:    'Publisher/Owner'
        !          21589: => 'Publisher/Owner',
        !          21590: 
        !          21591:    'Publishing'
        !          21592: => 'Publishing',
        !          21593: 
        !          21594:    'Question Text'
        !          21595: => 'Question Text',
        !          21596: 
        !          21597:    'Question Type'
        !          21598: => 'Question Type',
        !          21599: 
        !          21600:    'Question Type (type)'
        !          21601: => 'Question Type (type)',
        !          21602: 
        !          21603:    'Question about resource content'
        !          21604: => 'Question about resource content',
        !          21605: 
        !          21606:    'Question/Comment/Feedback about course policy'
        !          21607: => 'Question/Comment/Feedback about course policy',
        !          21608: 
        !          21609:    'Quick Completed Problems Display'
        !          21610: => 'Quick Completed Problems Display',
        !          21611: 
        !          21612:    'Random position'
        !          21613: => 'Random position',
        !          21614: 
        !          21615:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
        !          21616: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
        !          21617: 
        !          21618:    'Randomization algorithm used'
        !          21619: => 'Randomization algorithm used',
        !          21620: 
        !          21621:    'Randomly pick number of resources (randompick)'
        !          21622: => 'Randomly pick number of resources (randompick)',
        !          21623: 
        !          21624:    'Re'
        !          21625: => 'Re',
        !          21626: 
        !          21627:    'Re-Initialize'
        !          21628: => 'Re-Initialize',
        !          21629: 
        !          21630:    'Re-enrollment will re-activate data.'
        !          21631: => 'Re-enrollment will re-activate data.',
        !          21632: 
        !          21633:    'Reading results from'
        !          21634: => 'Reading results from',
        !          21635: 
        !          21636:    'Reading results from [_1]'
        !          21637: => 'Reading results from [_1]',
        !          21638: 
        !          21639:    'Readings'
        !          21640: => 'Readings',
        !          21641: 
        !          21642:    'Receipt algorithm used'
        !          21643: => 'Receipt algorithm used',
        !          21644: 
        !          21645:    'Receiving results from [_1]'
        !          21646: => 'Receiving results from [_1]',
        !          21647: 
        !          21648:    'Recent'
        !          21649: => 'Recent',
        !          21650: 
        !          21651:    'Record'
        !          21652: => 'Record',
        !          21653: 
        !          21654:    'Registering'
        !          21655: => 'Registering',
        !          21656: 
        !          21657:    'Related'
        !          21658: => 'Related',
        !          21659: 
        !          21660:    'Remark'
        !          21661: => 'Remark',
        !          21662: 
        !          21663:    'Rename'
        !          21664: => 'Rename',
        !          21665: 
        !          21666:    'Rename current file to'
        !          21667: => 'Rename current file to',
        !          21668: 
        !          21669:    'Reply'
        !          21670: => 'Reply',
        !          21671: 
        !          21672:    'Report a Bug'
        !          21673: => 'Report a Bug',
        !          21674: 
        !          21675:    'Reset Submissions'
        !          21676: => 'Reset Submissions',
        !          21677: 
        !          21678:    'Resource'
        !          21679: => 'Resource',
        !          21680: 
        !          21681:    'Resource Differences'
        !          21682: => 'Resource Differences',
        !          21683: 
        !          21684:    'Resource Feedback and Discussion'
        !          21685: => 'Resource Feedback and Discussion',
        !          21686: 
        !          21687:    'Resource Hidden from Students (hiddenresource)'
        !          21688: => 'Resource Hidden from Students (hiddenresource)',
        !          21689: 
        !          21690:    'Resource Level'
        !          21691: => 'Resource Level',
        !          21692: 
        !          21693:    'Resource Publication'
        !          21694: => 'Resource Publication',
        !          21695: 
        !          21696:    'Resource alias name for conditions (mapalias)'
        !          21697: => 'Resource alias name for conditions (mapalias)',
        !          21698: 
        !          21699:    'Resource is technically correct'
        !          21700: => 'Resource is technically correct',
        !          21701: 
        !          21702:    'Resources'
        !          21703: => 'Resources',
        !          21704: 
        !          21705:    'Resources from selected sequence in course'
        !          21706: => 'Resources from selected sequence in course',
        !          21707: 
        !          21708:    'Response'
        !          21709: => 'Response',
        !          21710: 
        !          21711:    'Retrieval of an old version will overwrite the file currently in construction space'
        !          21712: => 'Retrieval of an old version will overwrite the file currently in construction space',
        !          21713: 
        !          21714:    'Retrieve'
        !          21715: => 'Retrieve',
        !          21716: 
        !          21717:    'Retrieve Old Version'
        !          21718: => 'Retrieve Old Version',
        !          21719: 
        !          21720:    'Retrieve Published Resources'
        !          21721: => 'Retrieve Published Resources',
        !          21722: 
        !          21723:    'Retrieve previous versions of'
        !          21724: => 'Retrieve previous versions of',
        !          21725: 
        !          21726:    'Retrieve version'
        !          21727: => 'Retrieve version',
        !          21728: 
        !          21729:    'Retrieving current (most recent) version'
        !          21730: => 'Retrieving current (most recent) version',
        !          21731: 
        !          21732:    'Return to DOCS'
        !          21733: => 'Return to DOCS',
        !          21734: 
        !          21735:    'Return to Last Location'
        !          21736: => 'Return to Last Location',
        !          21737: 
        !          21738:    'Reverse Association'
        !          21739: => 'Reverse Association',
        !          21740: 
        !          21741:    'Revert to Last Saved'
        !          21742: => 'Revert to Last Saved',
        !          21743: 
        !          21744:    'Revision Date'
        !          21745: => 'Revision Date',
        !          21746: 
        !          21747:    'Revoke'
        !          21748: => 'Revoke',
        !          21749: 
        !          21750:    'Revoke Existing Roles'
        !          21751: => 'Revoke Existing Roles',
        !          21752: 
        !          21753:    'Role'
        !          21754: => 'Role',
        !          21755: 
        !          21756:    'Role Information'
        !          21757: => 'Role Information',
        !          21758: 
        !          21759:    'Row'
        !          21760: => 'Row',
        !          21761: 
        !          21762:    'Rule'
        !          21763: => 'Rule',
        !          21764: 
        !          21765:    'Russian - KOI'
        !          21766: => 'Russian - KOI',
        !          21767: 
        !          21768:    'S.D. tries'
        !          21769: => 'S.D. tries',
        !          21770: 
        !          21771:    'Sample Points:'
        !          21772: => 'Sample Points:',
        !          21773: 
        !          21774:    'Samples'
        !          21775: => 'Samples',
        !          21776: 
        !          21777:    'Sat'
        !          21778: => 'Sat',
        !          21779: 
        !          21780:    'Save'
        !          21781: => 'Save',
        !          21782: 
        !          21783:    'Save as'
        !          21784: => 'Save as',
        !          21785: 
        !          21786:    'Save as & Make This Sheet the Default'
        !          21787: => 'Save as & Make This Sheet the Default',
        !          21788: 
        !          21789:    'Save as ...'
        !          21790: => 'Save as ...',
        !          21791: 
        !          21792:    'Save entries below as a draft answer (not submitting them for credit yet)'
        !          21793: => 'Save entries below as a draft answer (not submitting them for credit yet)',
        !          21794: 
        !          21795:    'Saving Modifications to'
        !          21796: => 'Saving Modifications to',
        !          21797: 
        !          21798:    'Scantron Operator'
        !          21799: => 'Scantron Operator',
        !          21800: 
        !          21801:    'Score Upload Form'
        !          21802: => 'Score Upload Form',
        !          21803: 
        !          21804:    'Search'
        !          21805: => 'Search',
        !          21806: 
        !          21807:    'Search Complete'
        !          21808: => 'Search Complete',
        !          21809: 
        !          21810:    'Search Complete [_1]'
        !          21811: => 'Search Complete [_1]',
        !          21812: 
        !          21813:    'Search the contents of this course'
        !          21814: => 'Search the contents of this course',
        !          21815: 
        !          21816:    'Search the database of published resources'
        !          21817: => 'Search the database of published resources',
        !          21818: 
        !          21819:    'Search: [_1]'
        !          21820: => 'Search: [_1]',
        !          21821: 
        !          21822:    'Searching'
        !          21823: => 'Searching',
        !          21824: 
        !          21825:    'Section'
        !          21826: => 'Section',
        !          21827: 
        !          21828:    'Section/Group'
        !          21829: => 'Section/Group',
        !          21830: 
        !          21831:    'Sections'
        !          21832: => 'Sections',
        !          21833: 
        !          21834:    'Select'
        !          21835: => 'Select',
        !          21836: 
        !          21837:    'Select Action'
        !          21838: => 'Select Action',
        !          21839: 
        !          21840:    'Select All'
        !          21841: => 'Select All',
        !          21842: 
        !          21843:    'Select All Files'
        !          21844: => 'Select All Files',
        !          21845: 
        !          21846:    'Select All Published'
        !          21847: => 'Select All Published',
        !          21848: 
        !          21849:    'Select All Resources'
        !          21850: => 'Select All Resources',
        !          21851: 
        !          21852:    'Select All Students'
        !          21853: => 'Select All Students',
        !          21854: 
        !          21855:    'Select Course'
        !          21856: => 'Select Course',
        !          21857: 
        !          21858:    'Select Date'
        !          21859: => 'Select Date',
        !          21860: 
        !          21861:    'Select Enclosing Map or Folder'
        !          21862: => 'Select Enclosing Map or Folder',
        !          21863: 
        !          21864:    'Select Folder'
        !          21865: => 'Select Folder',
        !          21866: 
        !          21867:    'Select Map'
        !          21868: => 'Select Map',
        !          21869: 
        !          21870:    'Select Only Current Students'
        !          21871: => 'Select Only Current Students',
        !          21872: 
        !          21873:    'Select Parameter Level'
        !          21874: => 'Select Parameter Level',
        !          21875: 
        !          21876:    'Select Printing Options:'
        !          21877: => 'Select Printing Options:',
        !          21878: 
        !          21879:    'Select Problem'
        !          21880: => 'Select Problem',
        !          21881: 
        !          21882:    'Select Problem(s) to print'
        !          21883: => 'Select Problem(s) to print',
        !          21884: 
        !          21885:    'Select Resource(s) to print'
        !          21886: => 'Select Resource(s) to print',
        !          21887: 
        !          21888:    'Select Resources To Print'
        !          21889: => 'Select Resources To Print',
        !          21890: 
        !          21891:    'Select Section'
        !          21892: => 'Select Section',
        !          21893: 
        !          21894:    'Select Sequence To Print From'
        !          21895: => 'Select Sequence To Print From',
        !          21896: 
        !          21897:    'Select Spreadsheet File'
        !          21898: => 'Select Spreadsheet File',
        !          21899: 
        !          21900:    'Select Student'
        !          21901: => 'Select Student',
        !          21902: 
        !          21903:    'Select Students and Resources'
        !          21904: => 'Select Students and Resources',
        !          21905: 
        !          21906:    'Select Style File'
        !          21907: => 'Select Style File',
        !          21908: 
        !          21909:    'Select User'
        !          21910: => 'Select User',
        !          21911: 
        !          21912:    'Select a'
        !          21913: => 'Select a',
        !          21914: 
        !          21915:    'Select a Course to Enter'
        !          21916: => 'Select a Course to Enter',
        !          21917: 
        !          21918:    'Select a course'
        !          21919: => 'Select a course',
        !          21920: 
        !          21921:    'Select a user name to modify the students information'
        !          21922: => 'Select a user name to modify the students information',
        !          21923: 
        !          21924:    'Select a user name to view the users personal page.'
        !          21925: => 'Select a user name to view the users personal page.',
        !          21926: 
        !          21927:    'Select for Section/Group'
        !          21928: => 'Select for Section/Group',
        !          21929: 
        !          21930:    'Select resources for the assignment'
        !          21931: => 'Select resources for the assignment',
        !          21932: 
        !          21933:    'Select the Construction Space'
        !          21934: => 'Select the Construction Space',
        !          21935: 
        !          21936:    'Select the folder you wish to set the parameter for:'
        !          21937: => 'Select the folder you wish to set the parameter for:',
        !          21938: 
        !          21939:    'Select the problem you wish to set the parameter for:'
        !          21940: => 'Select the problem you wish to set the parameter for:',
        !          21941: 
        !          21942:    'Selecting a User'
        !          21943: => 'Selecting a User',
        !          21944: 
        !          21945:    'Send Message to User(s)'
        !          21946: => 'Send Message to User(s)',
        !          21947: 
        !          21948:    'Send New'
        !          21949: => 'Send New',
        !          21950: 
        !          21951:    'Send Reply'
        !          21952: => 'Send Reply',
        !          21953: 
        !          21954:    'Send Scantron data to a course'
        !          21955: => 'Send Scantron data to a course',
        !          21956: 
        !          21957:    'Send and receive messages'
        !          21958: => 'Send and receive messages',
        !          21959: 
        !          21960:    'Send as critical message'
        !          21961: => 'Send as critical message',
        !          21962: 
        !          21963:    'Send broadcast and receipt-required email'
        !          21964: => 'Send broadcast and receipt-required email',
        !          21965: 
        !          21966:    'Send internal email'
        !          21967: => 'Send internal email',
        !          21968: 
        !          21969:    'Sending Messages'
        !          21970: => 'Sending Messages',
        !          21971: 
        !          21972:    'September'
        !          21973: => 'September',
        !          21974: 
        !          21975:    'Sequence'
        !          21976: => 'Sequence',
        !          21977: 
        !          21978:    'Sequence or Folder'
        !          21979: => 'Sequence or Folder',
        !          21980: 
        !          21981:    'Sequences and Folders'
        !          21982: => 'Sequences and Folders',
        !          21983: 
        !          21984:    'Server'
        !          21985: => 'Server',
        !          21986: 
        !          21987:    'Server Administration'
        !          21988: => 'Server Administration',
        !          21989: 
        !          21990:    'Set'
        !          21991: => 'Set',
        !          21992: 
        !          21993:    'Set Course Environment'
        !          21994: => 'Set Course Environment',
        !          21995: 
        !          21996:    'Set Course Environment Parameters'
        !          21997: => 'Set Course Environment Parameters',
        !          21998: 
        !          21999:    'Set Date'
        !          22000: => 'Set Date',
        !          22001: 
        !          22002:    'Set Defaults for All Resources in Course'
        !          22003: => 'Set Defaults for All Resources in Course',
        !          22004: 
        !          22005:    'Set End Date'
        !          22006: => 'Set End Date',
        !          22007: 
        !          22008:    'Set Individual User Roles'
        !          22009: => 'Set Individual User Roles',
        !          22010: 
        !          22011:    'Set Problem Tries'
        !          22012: => 'Set Problem Tries',
        !          22013: 
        !          22014:    'Set Problem Weight'
        !          22015: => 'Set Problem Weight',
        !          22016: 
        !          22017:    'Set Start Date'
        !          22018: => 'Set Start Date',
        !          22019: 
        !          22020:    'Set Version to be used in Course'
        !          22021: => 'Set Version to be used in Course',
        !          22022: 
        !          22023:    'Set Versions to be used in Course according to Selections below'
        !          22024: => 'Set Versions to be used in Course according to Selections below',
        !          22025: 
        !          22026:    'Set a bookmark for this resource'
        !          22027: => 'Set a bookmark for this resource',
        !          22028: 
        !          22029:    'Set a due date'
        !          22030: => 'Set a due date',
        !          22031: 
        !          22032:    'Set all Resource Versions to current Version (Fix Versions)'
        !          22033: => 'Set all Resource Versions to current Version (Fix Versions)',
        !          22034: 
        !          22035:    'Set an answer open date'
        !          22036: => 'Set an answer open date',
        !          22037: 
        !          22038:    'Set an open date'
        !          22039: => 'Set an open date',
        !          22040: 
        !          22041:    'Set answer open date for all problems in the course for ...'
        !          22042: => 'Set answer open date for all problems in the course for ...',
        !          22043: 
        !          22044:    'Set answer open date for the selected folder for ...'
        !          22045: => 'Set answer open date for the selected folder for ...',
        !          22046: 
        !          22047:    'Set answer open date for the selected problem for ...'
        !          22048: => 'Set answer open date for the selected problem for ...',
        !          22049: 
        !          22050:    'Set content feedback to Course Coordinator'
        !          22051: => 'Set content feedback to Course Coordinator',
        !          22052: 
        !          22053:    'Set course policy feedback to Course Coordinator'
        !          22054: => 'Set course policy feedback to Course Coordinator',
        !          22055: 
        !          22056:    'Set deadlines and other assessment parameters, as well as modify course environment'
        !          22057: => 'Set deadlines and other assessment parameters, as well as modify course environment',
        !          22058: 
        !          22059:    'Set due date for all problems in the course for ...'
        !          22060: => 'Set due date for all problems in the course for ...',
        !          22061: 
        !          22062:    'Set due date for the selected folder for ...'
        !          22063: => 'Set due date for the selected folder for ...',
        !          22064: 
        !          22065:    'Set due date for the selected problem for ...'
        !          22066: => 'Set due date for the selected problem for ...',
        !          22067: 
        !          22068:    'Set my user preferences'
        !          22069: => 'Set my user preferences',
        !          22070: 
        !          22071:    'Set number of tries for all problems in the course for ...'
        !          22072: => 'Set number of tries for all problems in the course for ...',
        !          22073: 
        !          22074:    'Set number of tries for the selected folder for ...'
        !          22075: => 'Set number of tries for the selected folder for ...',
        !          22076: 
        !          22077:    'Set number of tries for the selected problem for ...'
        !          22078: => 'Set number of tries for the selected problem for ...',
        !          22079: 
        !          22080:    'Set opening date for all problems in the course for ...'
        !          22081: => 'Set opening date for all problems in the course for ...',
        !          22082: 
        !          22083:    'Set opening date for all problems in the course for. . .'
        !          22084: => 'Set opening date for all problems in the course for. . .',
        !          22085: 
        !          22086:    'Set opening date for the selected folder for ...'
        !          22087: => 'Set opening date for the selected folder for ...',
        !          22088: 
        !          22089:    'Set opening date for the selected problem for ...'
        !          22090: => 'Set opening date for the selected problem for ...',
        !          22091: 
        !          22092:    'Set opening datefor all problems in the course for. . .'
        !          22093: => 'Set opening datefor all problems in the course for. . .',
        !          22094: 
        !          22095:    'Set problem weight for all problems in the course for ...'
        !          22096: => 'Set problem weight for all problems in the course for ...',
        !          22097: 
        !          22098:    'Set problem weight for the selected folder for ...'
        !          22099: => 'Set problem weight for the selected folder for ...',
        !          22100: 
        !          22101:    'Set problem weight for the selected problem for ...'
        !          22102: => 'Set problem weight for the selected problem for ...',
        !          22103: 
        !          22104:    'Set the number of tries'
        !          22105: => 'Set the number of tries',
        !          22106: 
        !          22107:    'Set the problem weight'
        !          22108: => 'Set the problem weight',
        !          22109: 
        !          22110:    'Set to ...'
        !          22111: => 'Set to ...',
        !          22112: 
        !          22113:    'Set value to "[_1]" to allow'
        !          22114: => 'Set value to "[_1]" to allow',
        !          22115: 
        !          22116:    'Set/Modify Course Assessment Parameter'
        !          22117: => 'Set/Modify Course Assessment Parameter',
        !          22118: 
        !          22119:    'Set/Modify Course Assessment Parameters'
        !          22120: => 'Set/Modify Course Assessment Parameters',
        !          22121: 
        !          22122:    'Set/Modify Course Parameters'
        !          22123: => 'Set/Modify Course Parameters',
        !          22124: 
        !          22125:    'Setting the [_1]'
        !          22126: => 'Setting the [_1]',
        !          22127: 
        !          22128:    'Setting the [_1] to [_2]'
        !          22129: => 'Setting the [_1] to [_2]',
        !          22130: 
        !          22131:    'Shared by course faculty and staff'
        !          22132: => 'Shared by course faculty and staff',
        !          22133: 
        !          22134:    'Short string response'
        !          22135: => 'Short string response',
        !          22136: 
        !          22137:    'Show Answer'
        !          22138: => 'Show Answer',
        !          22139: 
        !          22140:    'Show Feedback'
        !          22141: => 'Show Feedback',
        !          22142: 
        !          22143:    'Show Me My First Homework Problem'
        !          22144: => 'Show Me My First Homework Problem',
        !          22145: 
        !          22146:    'Show More Options'
        !          22147: => 'Show More Options',
        !          22148: 
        !          22149:    'Show Only Uncompleted Homework'
        !          22150: => 'Show Only Uncompleted Homework',
        !          22151: 
        !          22152:    'Show Preview'
        !          22153: => 'Show Preview',
        !          22154: 
        !          22155:    'Show Problem Completeness'
        !          22156: => 'Show Problem Completeness',
        !          22157: 
        !          22158:    'Show Problem Status (problemstatus)'
        !          22159: => 'Show Problem Status (problemstatus)',
        !          22160: 
        !          22161:    'Show Units - Disable Entry (turnoffunit)'
        !          22162: => 'Show Units - Disable Entry (turnoffunit)',
        !          22163: 
        !          22164:    'Show all roles'
        !          22165: => 'Show all roles',
        !          22166: 
        !          22167:    'Show all rles'
        !          22168: => 'Show all rles',
        !          22169: 
        !          22170:    'Show always at bottom position'
        !          22171: => 'Show always at bottom position',
        !          22172: 
        !          22173:    'Show always at top position'
        !          22174: => 'Show always at top position',
        !          22175: 
        !          22176:    'Show catalog information'
        !          22177: => 'Show catalog information',
        !          22178: 
        !          22179:    'Show resource'
        !          22180: => 'Show resource',
        !          22181: 
        !          22182:    'Significant Digits (sig)'
        !          22183: => 'Significant Digits (sig)',
        !          22184: 
        !          22185:    'Significant figures are incorrect, submission was not graded.'
        !          22186: => 'Significant figures are incorrect, submission was not graded.',
        !          22187: 
        !          22188:    'Simple Edit'
        !          22189: => 'Simple Edit',
        !          22190: 
        !          22191:    'Simple Page'
        !          22192: => 'Simple Page',
        !          22193: 
        !          22194:    'Simple Problem'
        !          22195: => 'Simple Problem',
        !          22196: 
        !          22197:    'Simple Problem Editor'
        !          22198: => 'Simple Problem Editor',
        !          22199: 
        !          22200:    'Since Start of Course'
        !          22201: => 'Since Start of Course',
        !          22202: 
        !          22203:    'Since Yesterday'
        !          22204: => 'Since Yesterday',
        !          22205: 
        !          22206:    'Size'
        !          22207: => 'Size',
        !          22208: 
        !          22209:    'Size:'
        !          22210: => 'Size:',
        !          22211: 
        !          22212:    'Skew Tries'
        !          22213: => 'Skew Tries',
        !          22214: 
        !          22215:    'Some items were not submitted'
        !          22216: => 'Some items were not submitted',
        !          22217: 
        !          22218:    'Some parts were not submitted.'
        !          22219: => 'Some parts were not submitted.',
        !          22220: 
        !          22221:    'Sorry ...'
        !          22222: => 'Sorry ...',
        !          22223: 
        !          22224:    'Space separated'
        !          22225: => 'Space separated',
        !          22226: 
        !          22227:    'Special Documents'
        !          22228: => 'Special Documents',
        !          22229: 
        !          22230:    'Special documents'
        !          22231: => 'Special documents',
        !          22232: 
        !          22233:    'Spreadsheet Computation'
        !          22234: => 'Spreadsheet Computation',
        !          22235: 
        !          22236:    'Spreadsheet Computation Status'
        !          22237: => 'Spreadsheet Computation Status',
        !          22238: 
        !          22239:    'Standards'
        !          22240: => 'Standards',
        !          22241: 
        !          22242:    'Start'
        !          22243: => 'Start',
        !          22244: 
        !          22245:    'Start Time'
        !          22246: => 'Start Time',
        !          22247: 
        !          22248:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
        !          22249: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
        !          22250: 
        !          22251:    'Starting'
        !          22252: => 'Starting',
        !          22253: 
        !          22254:    'Starting Date'
        !          22255: => 'Starting Date',
        !          22256: 
        !          22257:    'Starting and Ending Dates'
        !          22258: => 'Starting and Ending Dates',
        !          22259: 
        !          22260:    'Statistics'
        !          22261: => 'Statistics',
        !          22262: 
        !          22263:    'Statistics and Problem Analysis'
        !          22264: => 'Statistics and Problem Analysis',
        !          22265: 
        !          22266:    'Status'
        !          22267: => 'Status',
        !          22268: 
        !          22269:    'Store'
        !          22270: => 'Store',
        !          22271: 
        !          22272:    'Store Catalog Information'
        !          22273: => 'Store Catalog Information',
        !          22274: 
        !          22275:    'Store Changes'
        !          22276: => 'Store Changes',
        !          22277: 
        !          22278:    'Store uploaded file as '
        !          22279: => 'Store uploaded file as ',
        !          22280: 
        !          22281:    'Strongly Agree'
        !          22282: => 'Strongly Agree',
        !          22283: 
        !          22284:    'Strongly Disagree'
        !          22285: => 'Strongly Disagree',
        !          22286: 
        !          22287:    'Student'
        !          22288: => 'Student',
        !          22289: 
        !          22290:    'Student Data Compilation Progress'
        !          22291: => 'Student Data Compilation Progress',
        !          22292: 
        !          22293:    'Student Data Compilation Status'
        !          22294: => 'Student Data Compilation Status',
        !          22295: 
        !          22296:    'Student ID'
        !          22297: => 'Student ID',
        !          22298: 
        !          22299:    'Student Information'
        !          22300: => 'Student Information',
        !          22301: 
        !          22302:    'Student Name'
        !          22303: => 'Student Name',
        !          22304: 
        !          22305:    'Student Number'
        !          22306: => 'Student Number',
        !          22307: 
        !          22308:    'Student Sheet Links'
        !          22309: => 'Student Sheet Links',
        !          22310: 
        !          22311:    'Student Status'
        !          22312: => 'Student Status',
        !          22313: 
        !          22314:    'Student Status: [_1]'
        !          22315: => 'Student Status: [_1]',
        !          22316: 
        !          22317:    'Student information updated successfully.'
        !          22318: => 'Student information updated successfully.',
        !          22319: 
        !          22320:    'Student level sheet'
        !          22321: => 'Student level sheet',
        !          22322: 
        !          22323:    'Student performance statistics on all problems.'
        !          22324: => 'Student performance statistics on all problems.',
        !          22325: 
        !          22326:    'Students Affected'
        !          22327: => 'Students Affected',
        !          22328: 
        !          22329:    'Students need access key to enter course'
        !          22330: => 'Students need access key to enter course',
        !          22331: 
        !          22332:    'Students with expired roles'
        !          22333: => 'Students with expired roles',
        !          22334: 
        !          22335:    'Subject'
        !          22336: => 'Subject',
        !          22337: 
        !          22338:    'Subject:'
        !          22339: => 'Subject:',
        !          22340: 
        !          22341:    'Submission Time Analysis'
        !          22342: => 'Submission Time Analysis',
        !          22343: 
        !          22344:    'Submissions'
        !          22345: => 'Submissions',
        !          22346: 
        !          22347:    'Submit'
        !          22348: => 'Submit',
        !          22349: 
        !          22350:    'Submit Answer'
        !          22351: => 'Submit Answer',
        !          22352: 
        !          22353:    'Submit Changes'
        !          22354: => 'Submit Changes',
        !          22355: 
        !          22356:    'Submit Changes and Edit'
        !          22357: => 'Submit Changes and Edit',
        !          22358: 
        !          22359:    'Submit Changes and View'
        !          22360: => 'Submit Changes and View',
        !          22361: 
        !          22362:    'Submit Modifications'
        !          22363: => 'Submit Modifications',
        !          22364: 
        !          22365:    'Submit entries below as answer to receive credit'
        !          22366: => 'Submit entries below as answer to receive credit',
        !          22367: 
        !          22368:    'Successful Login'
        !          22369: => 'Successful Login',
        !          22370: 
        !          22371:    'Suggested Replacement for Obsolete File'
        !          22372: => 'Suggested Replacement for Obsolete File',
        !          22373: 
        !          22374:    'Summary'
        !          22375: => 'Summary',
        !          22376: 
        !          22377:    'Summary View'
        !          22378: => 'Summary View',
        !          22379: 
        !          22380:    'Sun'
        !          22381: => 'Sun',
        !          22382: 
        !          22383:    'Supplemental Course Documents'
        !          22384: => 'Supplemental Course Documents',
        !          22385: 
        !          22386:    'Survey Question'
        !          22387: => 'Survey Question',
        !          22388: 
        !          22389:    'Swedish Chef'
        !          22390: => 'Swedish Chef',
        !          22391: 
        !          22392:    'Switch Server'
        !          22393: => 'Switch Server',
        !          22394: 
        !          22395:    'Switch to another course'
        !          22396: => 'Switch to another course',
        !          22397: 
        !          22398:    'Switch to another user role'
        !          22399: => 'Switch to another user role',
        !          22400: 
        !          22401:    'Switching Role'
        !          22402: => 'Switching Role',
        !          22403: 
        !          22404:    'Syllabus'
        !          22405: => 'Syllabus',
        !          22406: 
        !          22407:    'Symbol'
        !          22408: => 'Symbol',
        !          22409: 
        !          22410:    'Synchronized SQL metadata database'
        !          22411: => 'Synchronized SQL metadata database',
        !          22412: 
        !          22413:    'System'
        !          22414: => 'System',
        !          22415: 
        !          22416:    'System Administration'
        !          22417: => 'System Administration',
        !          22418: 
        !          22419:    'System Level'
        !          22420: => 'System Level',
        !          22421: 
        !          22422:    'System wide - can be used for any courses system wide'
        !          22423: => 'System wide - can be used for any courses system wide',
        !          22424: 
        !          22425:    'System wide - open source to all authors'
        !          22426: => 'System wide - open source to all authors',
        !          22427: 
        !          22428:    'Tabulator separated'
        !          22429: => 'Tabulator separated',
        !          22430: 
        !          22431:    'Target'
        !          22432: => 'Target',
        !          22433: 
        !          22434:    'Target Edit Map'
        !          22435: => 'Target Edit Map',
        !          22436: 
        !          22437:    'Task'
        !          22438: => 'Task',
        !          22439: 
        !          22440:    'TeX unconverted due to errors'
        !          22441: => 'TeX unconverted due to errors',
        !          22442: 
        !          22443:    'TeX unconverted due to previous errors'
        !          22444: => 'TeX unconverted due to previous errors',
        !          22445: 
        !          22446:    'TeXWidth(mm):'
        !          22447: => 'TeXWidth(mm):',
        !          22448: 
        !          22449:    'Teaching Assistant'
        !          22450: => 'Teaching Assistant',
        !          22451: 
        !          22452:    'Template'
        !          22453: => 'Template',
        !          22454: 
        !          22455:    'Temporary Assembly Workspace'
        !          22456: => 'Temporary Assembly Workspace',
        !          22457: 
        !          22458:    'Text'
        !          22459: => 'Text',
        !          22460: 
        !          22461:    'Text Block'
        !          22462: => 'Text Block',
        !          22463: 
        !          22464:    'Textbook'
        !          22465: => 'Textbook',
        !          22466: 
        !          22467:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
        !          22468: => 'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.',
        !          22469: 
        !          22470:    'The error reported was'
        !          22471: => 'The error reported was',
        !          22472: 
        !          22473:    'The extension on this file'
        !          22474: => 'The extension on this file',
        !          22475: 
        !          22476:    'The filetype extension of the file you uploaded is not allowed.'
        !          22477: => 'The filetype extension of the file you uploaded is not allowed.',
        !          22478: 
        !          22479:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
        !          22480: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
        !          22481: 
        !          22482:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
        !          22483: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
        !          22484: 
        !          22485:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
        !          22486: => 'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.',
        !          22487: 
        !          22488:    'The material appears to be correct '
        !          22489: => 'The material appears to be correct ',
        !          22490: 
        !          22491:    'The material is helpful '
        !          22492: => 'The material is helpful ',
        !          22493: 
        !          22494:    'The material is presented in a clear way '
        !          22495: => 'The material is presented in a clear way ',
        !          22496: 
        !          22497:    'The optional email address field was not specified.'
        !          22498: => 'The optional email address field was not specified.',
        !          22499: 
        !          22500:    'The optional name field was not specified.'
        !          22501: => 'The optional name field was not specified.',
        !          22502: 
        !          22503:    'The optional section or group field was not specified.'
        !          22504: => 'The optional section or group field was not specified.',
        !          22505: 
        !          22506:    'The optional student number field was not specified.'
        !          22507: => 'The optional student number field was not specified.',
        !          22508: 
        !          22509:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
        !          22510: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
        !          22511: 
        !          22512:    'The requested file'
        !          22513: => 'The requested file',
        !          22514: 
        !          22515:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
        !          22516: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
        !          22517: 
        !          22518:    'The student must log out and log in again to see these changes.'
        !          22519: => 'The student must log out and log in again to see these changes.',
        !          22520: 
        !          22521:    'The submitted answer was too long.'
        !          22522: => 'The submitted answer was too long.',
        !          22523: 
        !          22524:    'The target is an existing directory.'
        !          22525: => 'The target is an existing directory.',
        !          22526: 
        !          22527:    'Then'
        !          22528: => 'Then',
        !          22529: 
        !          22530:    'There are currently no Error Messages for this resource.'
        !          22531: => 'There are currently no Error Messages for this resource.',
        !          22532: 
        !          22533:    'There are currently no results'
        !          22534: => 'There are currently no results',
        !          22535: 
        !          22536:    'There are no Evaluation Comments on this resource.'
        !          22537: => 'There are no Evaluation Comments on this resource.',
        !          22538: 
        !          22539:    'There are no currently enrolled students in the course.'
        !          22540: => 'There are no currently enrolled students in the course.',
        !          22541: 
        !          22542:    'There are no currently enrolled students in the selected sections.'
        !          22543: => 'There are no currently enrolled students in the selected sections.',
        !          22544: 
        !          22545:    'There are no previously enrolled students in the course.'
        !          22546: => 'There are no previously enrolled students in the course.',
        !          22547: 
        !          22548:    'There are no previously enrolled students in the selected sections.'
        !          22549: => 'There are no previously enrolled students in the selected sections.',
        !          22550: 
        !          22551:    'There are no students currently enrolled.'
        !          22552: => 'There are no students currently enrolled.',
        !          22553: 
        !          22554:    'There are no students in the course.'
        !          22555: => 'There are no students in the course.',
        !          22556: 
        !          22557:    'There are no students in the selected sections.'
        !          22558: => 'There are no students in the selected sections.',
        !          22559: 
        !          22560:    'There is no student data for this problem.'
        !          22561: => 'There is no student data for this problem.',
        !          22562: 
        !          22563:    'There was an error determining the environment values for'
        !          22564: => 'There was an error determining the environment values for',
        !          22565: 
        !          22566:    'This controls how receipt numbers are generated.'
        !          22567: => 'This controls how receipt numbers are generated.',
        !          22568: 
        !          22569:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
        !          22570: => 'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.',
        !          22571: 
        !          22572:    'This helper will set up your LON-CAPA course and choose which features will be active.'
        !          22573: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
        !          22574: 
        !          22575:    'This is an automatic message generated by the LON-CAPA system.'
        !          22576: => 'This is an automatic message generated by the LON-CAPA system.',
        !          22577: 
        !          22578:    'This question expects a numeric answer.'
        !          22579: => 'This question expects a numeric answer.',
        !          22580: 
        !          22581:    'This resource has been marked obsolete by the author(s)'
        !          22582: => 'This resource has been marked obsolete by the author(s)',
        !          22583: 
        !          22584:    'This resource might be part of another course.'
        !          22585: => 'This resource might be part of another course.',
        !          22586: 
        !          22587:    'This syllabus can be publicly viewed at'
        !          22588: => 'This syllabus can be publicly viewed at',
        !          22589: 
        !          22590:    'Threaded View'
        !          22591: => 'Threaded View',
        !          22592: 
        !          22593:    'Thu'
        !          22594: => 'Thu',
        !          22595: 
        !          22596:    'Time'
        !          22597: => 'Time',
        !          22598: 
        !          22599:    'Title'
        !          22600: => 'Title',
        !          22601: 
        !          22602:    'To'
        !          22603: => 'To',
        !          22604: 
        !          22605:    'To create a new'
        !          22606: => 'To create a new',
        !          22607: 
        !          22608:    'Top Level Map'
        !          22609: => 'Top Level Map',
        !          22610: 
        !          22611:    'Topic'
        !          22612: => 'Topic',
        !          22613: 
        !          22614:    'Total'
        !          22615: => 'Total',
        !          22616: 
        !          22617:    'Total Parts In Course'
        !          22618: => 'Total Parts In Course',
        !          22619: 
        !          22620:    'Total number of records found in file: [_1].'
        !          22621: => 'Total number of records found in file: [_1].',
        !          22622: 
        !          22623:    'Total number of students who have worked on this problem'
        !          22624: => 'Total number of students who have worked on this problem',
        !          22625: 
        !          22626:    'Tries'
        !          22627: => 'Tries',
        !          22628: 
        !          22629:    'True'
        !          22630: => 'True',
        !          22631: 
        !          22632:    'Tue'
        !          22633: => 'Tue',
        !          22634: 
        !          22635:    'Turkish - ISO'
        !          22636: => 'Turkish - ISO',
        !          22637: 
        !          22638:    'Type'
        !          22639: => 'Type',
        !          22640: 
        !          22641:    'Type Name Here'
        !          22642: => 'Type Name Here',
        !          22643: 
        !          22644:    'Type in value'
        !          22645: => 'Type in value',
        !          22646: 
        !          22647:    'Type-in value'
        !          22648: => 'Type-in value',
        !          22649: 
        !          22650:    'Type:'
        !          22651: => 'Type:',
        !          22652: 
        !          22653:    'UNDISPLAYABLE'
        !          22654: => 'UNDISPLAYABLE',
        !          22655: 
        !          22656:    'UNIX authenticated'
        !          22657: => 'UNIX authenticated',
        !          22658: 
        !          22659:    'URL'
        !          22660: => 'URL',
        !          22661: 
        !          22662:    'URLs To Include in Syllabus'
        !          22663: => 'URLs To Include in Syllabus',
        !          22664: 
        !          22665:    'USERS'
        !          22666: => 'USERS',
        !          22667: 
        !          22668:    'Unable to connect to database!'
        !          22669: => 'Unable to connect to database!',
        !          22670: 
        !          22671:    'Unable to determine if this resource is open due to network problems. Please try again later.'
        !          22672: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
        !          22673: 
        !          22674:    'Unable to enroll'
        !          22675: => 'Unable to enroll',
        !          22676: 
        !          22677:    'Unable to enroll students'
        !          22678: => 'Unable to enroll students',
        !          22679: 
        !          22680:    'Unable to find'
        !          22681: => 'Unable to find',
        !          22682: 
        !          22683:    'Unable to make backup'
        !          22684: => 'Unable to make backup',
        !          22685: 
        !          22686:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
        !          22687: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
        !          22688: 
        !          22689:    'Unable to retrieve environment data for'
        !          22690: => 'Unable to retrieve environment data for',
        !          22691: 
        !          22692:    'Unable to set default dates for course'
        !          22693: => 'Unable to set default dates for course',
        !          22694: 
        !          22695:    'Unable to understand formula'
        !          22696: => 'Unable to understand formula',
        !          22697: 
        !          22698:    'Unable to undo, unable to switch'
        !          22699: => 'Unable to undo, unable to switch',
        !          22700: 
        !          22701:    'Unable to write to'
        !          22702: => 'Unable to write to',
        !          22703: 
        !          22704:    'Unavailable course'
        !          22705: => 'Unavailable course',
        !          22706: 
        !          22707:    'Uncheck All'
        !          22708: => 'Uncheck All',
        !          22709: 
        !          22710:    'Uncompleted Homework'
        !          22711: => 'Uncompleted Homework',
        !          22712: 
        !          22713:    'Undetermined - ISO'
        !          22714: => 'Undetermined - ISO',
        !          22715: 
        !          22716:    'Undid changes, Switched'
        !          22717: => 'Undid changes, Switched',
        !          22718: 
        !          22719:    'Unit:'
        !          22720: => 'Unit:',
        !          22721: 
        !          22722:    'Units incorrect.'
        !          22723: => 'Units incorrect.',
        !          22724: 
        !          22725:    'Units required'
        !          22726: => 'Units required',
        !          22727: 
        !          22728:    'Unknown Action'
        !          22729: => 'Unknown Action',
        !          22730: 
        !          22731:    'Unknown ID'
        !          22732: => 'Unknown ID',
        !          22733: 
        !          22734:    'Unknown message'
        !          22735: => 'Unknown message',
        !          22736: 
        !          22737:    'Unknown user'
        !          22738: => 'Unknown user',
        !          22739: 
        !          22740:    'Unpublished'
        !          22741: => 'Unpublished',
        !          22742: 
        !          22743:    'Unselect All'
        !          22744: => 'Unselect All',
        !          22745: 
        !          22746:    'Unselect All Files'
        !          22747: => 'Unselect All Files',
        !          22748: 
        !          22749:    'Unselect All Published'
        !          22750: => 'Unselect All Published',
        !          22751: 
        !          22752:    'Unselect All Resources'
        !          22753: => 'Unselect All Resources',
        !          22754: 
        !          22755:    'Unselect All Students'
        !          22756: => 'Unselect All Students',
        !          22757: 
        !          22758:    'Unselect for Section/Group'
        !          22759: => 'Unselect for Section/Group',
        !          22760: 
        !          22761:    'Unsuccessful Login'
        !          22762: => 'Unsuccessful Login',
        !          22763: 
        !          22764:    'Unsupported character combination'
        !          22765: => 'Unsupported character combination',
        !          22766: 
        !          22767:    'Up'
        !          22768: => 'Up',
        !          22769: 
        !          22770:    'Update Course Assessment Parameter Display'
        !          22771: => 'Update Course Assessment Parameter Display',
        !          22772: 
        !          22773:    'Update Display'
        !          22774: => 'Update Display',
        !          22775: 
        !          22776:    'Update Section or Specific User'
        !          22777: => 'Update Section or Specific User',
        !          22778: 
        !          22779:    'Update Student Data'
        !          22780: => 'Update Student Data',
        !          22781: 
        !          22782:    'Updating discussion time'
        !          22783: => 'Updating discussion time',
        !          22784: 
        !          22785:    'Upload Document'
        !          22786: => 'Upload Document',
        !          22787: 
        !          22788:    'Upload Scantron data'
        !          22789: => 'Upload Scantron data',
        !          22790: 
        !          22791:    'Upload a Photo'
        !          22792: => 'Upload a Photo',
        !          22793: 
        !          22794:    'Upload a class list'
        !          22795: => 'Upload a class list',
        !          22796: 
        !          22797:    'Upload a new main course document'
        !          22798: => 'Upload a new main course document',
        !          22799: 
        !          22800:    'Upload a new supplemental course document'
        !          22801: => 'Upload a new supplemental course document',
        !          22802: 
        !          22803:    'Upload class list'
        !          22804: => 'Upload class list',
        !          22805: 
        !          22806:    'Upload file'
        !          22807: => 'Upload file',
        !          22808: 
        !          22809:    'Upload file to Construction Space'
        !          22810: => 'Upload file to Construction Space',
        !          22811: 
        !          22812:    'Uploaded'
        !          22813: => 'Uploaded',
        !          22814: 
        !          22815:    'Uploaded Document'
        !          22816: => 'Uploaded Document',
        !          22817: 
        !          22818:    'Uploading Class List'
        !          22819: => 'Uploading Class List',
        !          22820: 
        !          22821:    'Use or edit my bookmark collection'
        !          22822: => 'Use or edit my bookmark collection',
        !          22823: 
        !          22824:    'User'
        !          22825: => 'User',
        !          22826: 
        !          22827:    'User Load'
        !          22828: => 'User Load',
        !          22829: 
        !          22830:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
        !          22831: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
        !          22832: 
        !          22833:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
        !          22834: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
        !          22835: 
        !          22836:    'User Role'
        !          22837: => 'User Role',
        !          22838: 
        !          22839:    'User Roles'
        !          22840: => 'User Roles',
        !          22841: 
        !          22842:    'Username'
        !          22843: => 'Username',
        !          22844: 
        !          22845:    'Users with Roles Assigned by'
        !          22846: => 'Users with Roles Assigned by',
        !          22847: 
        !          22848:    'VIEW'
        !          22849: => 'VIEW',
        !          22850: 
        !          22851:    'Value'
        !          22852: => 'Value',
        !          22853: 
        !          22854:    'Verify Content'
        !          22855: => 'Verify Content',
        !          22856: 
        !          22857:    'Verify Course Documents'
        !          22858: => 'Verify Course Documents',
        !          22859: 
        !          22860:    'Verify Selection'
        !          22861: => 'Verify Selection',
        !          22862: 
        !          22863:    'Version'
        !          22864: => 'Version',
        !          22865: 
        !          22866:    'Version Number'
        !          22867: => 'Version Number',
        !          22868: 
        !          22869:    'Version changes since Yesterday'
        !          22870: => 'Version changes since Yesterday',
        !          22871: 
        !          22872:    'Version changes since last Month'
        !          22873: => 'Version changes since last Month',
        !          22874: 
        !          22875:    'Version changes since last Week'
        !          22876: => 'Version changes since last Week',
        !          22877: 
        !          22878:    'Version changes since start of Course'
        !          22879: => 'Version changes since start of Course',
        !          22880: 
        !          22881:    'Version used in Course'
        !          22882: => 'Version used in Course',
        !          22883: 
        !          22884:    'View'
        !          22885: => 'View',
        !          22886: 
        !          22887:    'View All Messages'
        !          22888: => 'View All Messages',
        !          22889: 
        !          22890:    'View Class List'
        !          22891: => 'View Class List',
        !          22892: 
        !          22893:    'View Critical Messages'
        !          22894: => 'View Critical Messages',
        !          22895: 
        !          22896:    'View Published Version'
        !          22897: => 'View Published Version',
        !          22898: 
        !          22899:    'View course assessment statistics'
        !          22900: => 'View course assessment statistics',
        !          22901: 
        !          22902:    'View documents included in this course'
        !          22903: => 'View documents included in this course',
        !          22904: 
        !          22905:    'View file'
        !          22906: => 'View file',
        !          22907: 
        !          22908:    'View the FAQ'
        !          22909: => 'View the FAQ',
        !          22910: 
        !          22911:    'View the course assessment progress chart'
        !          22912: => 'View the course assessment progress chart',
        !          22913: 
        !          22914:    'View user submissions for this assessment resource'
        !          22915: => 'View user submissions for this assessment resource',
        !          22916: 
        !          22917:    'Visibly Separate Items on Pages'
        !          22918: => 'Visibly Separate Items on Pages',
        !          22919: 
        !          22920:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
        !          22921: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
        !          22922: 
        !          22923:    'Warning!'
        !          22924: => 'Warning!',
        !          22925: 
        !          22926:    'Warning: change of MIME type!'
        !          22927: => 'Warning: change of MIME type!',
        !          22928: 
        !          22929:    'Warning: target file exists!'
        !          22930: => 'Warning: target file exists!',
        !          22931: 
        !          22932:    'Warning: target file exists, and has been published!'
        !          22933: => 'Warning: target file exists, and has been published!',
        !          22934: 
        !          22935:    'Was due'
        !          22936: => 'Was due',
        !          22937: 
        !          22938:    'Web Links'
        !          22939: => 'Web Links',
        !          22940: 
        !          22941:    'Web References'
        !          22942: => 'Web References',
        !          22943: 
        !          22944:    'Wed'
        !          22945: => 'Wed',
        !          22946: 
        !          22947:    'Weight (weight)'
        !          22948: => 'Weight (weight)',
        !          22949: 
        !          22950:    'Welcome'
        !          22951: => 'Welcome',
        !          22952: 
        !          22953:    'Welcome to Your New LON-CAPA Course'
        !          22954: => 'Welcome to Your New LON-CAPA Course',
        !          22955: 
        !          22956:    'Welcome to the Assignment Parameter Helper'
        !          22957: => 'Welcome to the Assignment Parameter Helper',
        !          22958: 
        !          22959:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
        !          22960: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',
        !          22961: 
        !          22962:    'What parameter do you want to set for all problems in the course?'
        !          22963: => 'What parameter do you want to set for all problems in the course?',
        !          22964: 
        !          22965:    'What parameter do you want to set for the selected folder?'
        !          22966: => 'What parameter do you want to set for the selected folder?',
        !          22967: 
        !          22968:    'What parameter do you want to set for the selected problem?'
        !          22969: => 'What parameter do you want to set for the selected problem?',
        !          22970: 
        !          22971:    'What should the answer open date be set to?'
        !          22972: => 'What should the answer open date be set to?',
        !          22973: 
        !          22974:    'What should the due date be set to?'
        !          22975: => 'What should the due date be set to?',
        !          22976: 
        !          22977:    'What should the opening date be set to?'
        !          22978: => 'What should the opening date be set to?',
        !          22979: 
        !          22980:    'What weight should be set for all problems in the course?'
        !          22981: => 'What weight should be set for all problems in the course?',
        !          22982: 
        !          22983:    'What weight should be set for the selected folder?'
        !          22984: => 'What weight should be set for the selected folder?',
        !          22985: 
        !          22986:    'What weight should be set for the selected problem?'
        !          22987: => 'What weight should be set for the selected problem?',
        !          22988: 
        !          22989:    'Which Problem or Problems?'
        !          22990: => 'Which Problem or Problems?',
        !          22991: 
        !          22992:    'Which problems do you wish to set a parameter for?'
        !          22993: => 'Which problems do you wish to set a parameter for?',
        !          22994: 
        !          22995:    'Width'
        !          22996: => 'Width',
        !          22997: 
        !          22998:    'Width(pixel):'
        !          22999: => 'Width(pixel):',
        !          23000: 
        !          23001:    'With Answers'
        !          23002: => 'With Answers',
        !          23003: 
        !          23004:    'Without Answers'
        !          23005: => 'Without Answers',
        !          23006: 
        !          23007:    'Words'
        !          23008: => 'Words',
        !          23009: 
        !          23010:    'Wrote Metadata'
        !          23011: => 'Wrote Metadata',
        !          23012: 
        !          23013:    'XML/SGML'
        !          23014: => 'XML/SGML',
        !          23015: 
        !          23016:    'Yes'
        !          23017: => 'Yes',
        !          23018: 
        !          23019:    'You are correct.'
        !          23020: => 'You are correct.',
        !          23021: 
        !          23022:    'You are excused from the problem.'
        !          23023: => 'You are excused from the problem.',
        !          23024: 
        !          23025:    'You are working with an unsaved version of your map.'
        !          23026: => 'You are working with an unsaved version of your map.',
        !          23027: 
        !          23028:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
        !          23029: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
        !          23030: 
        !          23031:    'You did not select a template.'
        !          23032: => 'You did not select a template.',
        !          23033: 
        !          23034:    'You do not have authoring privileges for this resource'
        !          23035: => 'You do not have authoring privileges for this resource',
        !          23036: 
        !          23037:    'You have entered that answer before'
        !          23038: => 'You have entered that answer before',
        !          23039: 
        !          23040:    'You have no critical messages.'
        !          23041: => 'You have no critical messages.',
        !          23042: 
        !          23043:    'You have no unread messages'
        !          23044: => 'You have no unread messages',
        !          23045: 
        !          23046:    'You have provided an invalid ranking'
        !          23047: => 'You have provided an invalid ranking',
        !          23048: 
        !          23049:    'You must choose an authentication type.'
        !          23050: => 'You must choose an authentication type.',
        !          23051: 
        !          23052:    'You must choose at least one student to continue.'
        !          23053: => 'You must choose at least one student to continue.',
        !          23054: 
        !          23055:    'You must choose one or more choices to continue.'
        !          23056: => 'You must choose one or more choices to continue.',
        !          23057: 
        !          23058:    'You need to choose another user role or enter a specific course for this function'
        !          23059: => 'You need to choose another user role or enter a specific course for this function',
        !          23060: 
        !          23061:    'You need to specify the Kerberos domain.'
        !          23062: => 'You need to specify the Kerberos domain.',
        !          23063: 
        !          23064:    'You need to specify the initial password.'
        !          23065: => 'You need to specify the initial password.',
        !          23066: 
        !          23067:    'You need to specify the username field.'
        !          23068: => 'You need to specify the username field.',
        !          23069: 
        !          23070:    'Your Excel Spreadsheet'
        !          23071: => 'Your Excel Spreadsheet',
        !          23072: 
        !          23073:    'Your Version Settings have been Stored'
        !          23074: => 'Your Version Settings have been Stored',
        !          23075: 
        !          23076:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
        !          23077: => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
        !          23078: 
        !          23079:    'Your home server is '
        !          23080: => 'Your home server is ',
        !          23081: 
        !          23082:    'Your receipt is'
        !          23083: => 'Your receipt is',
        !          23084: 
        !          23085:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
        !          23086: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
        !          23087: 
        !          23088:    'Your submission has been recorded.'
        !          23089: => 'Your submission has been recorded.',
        !          23090: 
        !          23091:    '[_1] (what you just saw on the screen)'
        !          23092: => '[_1] (what you just saw on the screen)',
        !          23093: 
        !          23094:    '[_1] Do not change login data'
        !          23095: => '[_1] Do not change login data',
        !          23096: 
        !          23097:    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
        !          23098: => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',
        !          23099: 
        !          23100:    '[_1] Filesystem Authenticated (with initial password [_2])'
        !          23101: => '[_1] Filesystem Authenticated (with initial password [_2])',
        !          23102: 
        !          23103:    '[_1] Internally authenticated (mit Anfangspasswort [_2])'
        !          23104: => '[_1] Internally authenticated (mit Anfangspasswort [_2])',
        !          23105: 
        !          23106:    '[_1] Internally authenticated (with initial password [_2])'
        !          23107: => '[_1] Internally authenticated (with initial password [_2])',
        !          23108: 
        !          23109:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
        !          23110: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
        !          23111: 
        !          23112:    '[_1] Local Authentication with arguement [_2]'
        !          23113: => '[_1] Local Authentication with arguement [_2]',
        !          23114: 
        !          23115:    '[_1] Local Authentication with argument [_2]'
        !          23116: => '[_1] Local Authentication with argument [_2]',
        !          23117: 
        !          23118:    '[_1] Records per Page'
        !          23119: => '[_1] Records per Page',
        !          23120: 
        !          23121:    '[_1] minutes'
        !          23122: => '[_1] minutes',
        !          23123: 
        !          23124:    '[_1] minutes, [_2] seconds'
        !          23125: => '[_1] minutes, [_2] seconds',
        !          23126: 
        !          23127:    '[_1] with value [_2]'
        !          23128: => '[_1] with value [_2]',
        !          23129: 
        !          23130:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          23131: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          23132: 
        !          23133:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
        !          23134: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
        !          23135: 
        !          23136:    '[_2] seconds'
        !          23137: => '[_2] seconds',
        !          23138: 
        !          23139:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
        !          23140: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
        !          23141: 
        !          23142:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
        !          23143: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
        !          23144: 
        !          23145:    'a.m.'
        !          23146: => 'a.m.',
        !          23147: 
        !          23148:    'aboutlon.gif'
        !          23149: => 'aboutlon.gif',
        !          23150: 
        !          23151:    'abstract'
        !          23152: => 'abstract',
        !          23153: 
        !          23154:    'acc keys'
        !          23155: => 'acc keys',
        !          23156: 
        !          23157:    'acc keys[_1]'
        !          23158: => 'acc keys[_1]',
        !          23159: 
        !          23160:    'access denied'
        !          23161: => 'access denied',
        !          23162: 
        !          23163:    'accessbutton.gif'
        !          23164: => 'accessbutton.gif',
        !          23165: 
        !          23166:    'according to course preferences'
        !          23167: => 'according to course preferences',
        !          23168: 
        !          23169:    'according to resource settings'
        !          23170: => 'according to resource settings',
        !          23171: 
        !          23172:    'according to user session state'
        !          23173: => 'according to user session state',
        !          23174: 
        !          23175:    'after selected'
        !          23176: => 'after selected',
        !          23177: 
        !          23178:    'all'
        !          23179: => 'all',
        !          23180: 
        !          23181:    'all resources in the course'
        !          23182: => 'all resources in the course',
        !          23183: 
        !          23184:    'all students in course'
        !          23185: => 'all students in course',
        !          23186: 
        !          23187:    'an indeterminate date'
        !          23188: => 'an indeterminate date',
        !          23189: 
        !          23190:    'an unknown date'
        !          23191: => 'an unknown date',
        !          23192: 
        !          23193:    'and'
        !          23194: => 'and',
        !          23195: 
        !          23196:    'and return receipt'
        !          23197: => 'and return receipt',
        !          23198: 
        !          23199:    'anno-'
        !          23200: => 'anno-',
        !          23201: 
        !          23202:    'anno-[_1]'
        !          23203: => 'anno-[_1]',
        !          23204: 
        !          23205:    'anno.gif'
        !          23206: => 'anno.gif',
        !          23207: 
        !          23208:    'announce'
        !          23209: => 'announce',
        !          23210: 
        !          23211:    'announce[_1]'
        !          23212: => 'announce[_1]',
        !          23213: 
        !          23214:    'anonymous'
        !          23215: => 'anonymous',
        !          23216: 
        !          23217:    'anonymous students'
        !          23218: => 'anonymous students',
        !          23219: 
        !          23220:    'anot.gif'
        !          23221: => 'anot.gif',
        !          23222: 
        !          23223:    'answer date'
        !          23224: => 'answer date',
        !          23225: 
        !          23226:    'at'
        !          23227: => 'at',
        !          23228: 
        !          23229:    'at Domain'
        !          23230: => 'at Domain',
        !          23231: 
        !          23232:    'at domain'
        !          23233: => 'at domain',
        !          23234: 
        !          23235:    'audio'
        !          23236: => 'audio',
        !          23237: 
        !          23238:    'author'
        !          23239: => 'author',
        !          23240: 
        !          23241:    'backward'
        !          23242: => 'backward',
        !          23243: 
        !          23244:    'backward[_1]'
        !          23245: => 'backward[_1]',
        !          23246: 
        !          23247:    'bchat.gif'
        !          23248: => 'bchat.gif',
        !          23249: 
        !          23250:    'between'
        !          23251: => 'between',
        !          23252: 
        !          23253:    'bookmark'
        !          23254: => 'bookmark',
        !          23255: 
        !          23256:    'bookmark[_1]'
        !          23257: => 'bookmark[_1]',
        !          23258: 
        !          23259:    'bookmark[_2]'
        !          23260: => 'bookmark[_2]',
        !          23261: 
        !          23262:    'button'
        !          23263: => 'button',
        !          23264: 
        !          23265:    'by'
        !          23266: => 'by',
        !          23267: 
        !          23268:    'bytes'
        !          23269: => 'bytes',
        !          23270: 
        !          23271:    'calendar'
        !          23272: => 'calendar',
        !          23273: 
        !          23274:    'calendar[_1]'
        !          23275: => 'calendar[_1]',
        !          23276: 
        !          23277:    'can not be accessed from your location.'
        !          23278: => 'can not be accessed from your location.',
        !          23279: 
        !          23280:    'catalog'
        !          23281: => 'catalog',
        !          23282: 
        !          23283:    'catalog.gif'
        !          23284: => 'catalog.gif',
        !          23285: 
        !          23286:    'catalog[_1]'
        !          23287: => 'catalog[_1]',
        !          23288: 
        !          23289:    'ccrs.gif'
        !          23290: => 'ccrs.gif',
        !          23291: 
        !          23292:    'changes will not show until next login'
        !          23293: => 'changes will not show until next login',
        !          23294: 
        !          23295:    'chart'
        !          23296: => 'chart',
        !          23297: 
        !          23298:    'chart[_1]'
        !          23299: => 'chart[_1]',
        !          23300: 
        !          23301:    'chat'
        !          23302: => 'chat',
        !          23303: 
        !          23304:    'chat[_1]'
        !          23305: => 'chat[_1]',
        !          23306: 
        !          23307:    'check all'
        !          23308: => 'check all',
        !          23309: 
        !          23310:    'chmod error'
        !          23311: => 'chmod error',
        !          23312: 
        !          23313:    'choose'
        !          23314: => 'choose',
        !          23315: 
        !          23316:    'choose[_1]'
        !          23317: => 'choose[_1]',
        !          23318: 
        !          23319:    'choose[_2]'
        !          23320: => 'choose[_2]',
        !          23321: 
        !          23322:    'chrt.gif'
        !          23323: => 'chrt.gif',
        !          23324: 
        !          23325:    'click on the'
        !          23326: => 'click on the',
        !          23327: 
        !          23328:    'close this window'
        !          23329: => 'close this window',
        !          23330: 
        !          23331:    'co con-'
        !          23332: => 'co con-',
        !          23333: 
        !          23334:    'co con-[_1]'
        !          23335: => 'co con-[_1]',
        !          23336: 
        !          23337:    'co res'
        !          23338: => 'co res',
        !          23339: 
        !          23340:    'co res[_1]'
        !          23341: => 'co res[_1]',
        !          23342: 
        !          23343:    'com.gif'
        !          23344: => 'com.gif',
        !          23345: 
        !          23346:    'commu-'
        !          23347: => 'commu-',
        !          23348: 
        !          23349:    'commu-[_1]'
        !          23350: => 'commu-[_1]',
        !          23351: 
        !          23352:    'con-'
        !          23353: => 'con-',
        !          23354: 
        !          23355:    'con-[_1]'
        !          23356: => 'con-[_1]',
        !          23357: 
        !          23358:    'connection down'
        !          23359: => 'connection down',
        !          23360: 
        !          23361:    'contacting'
        !          23362: => 'contacting',
        !          23363: 
        !          23364:    'contacting [_1]'
        !          23365: => 'contacting [_1]',
        !          23366: 
        !          23367:    'contents'
        !          23368: => 'contents',
        !          23369: 
        !          23370:    'contents[_1]'
        !          23371: => 'contents[_1]',
        !          23372: 
        !          23373:    'copy Error'
        !          23374: => 'copy Error',
        !          23375: 
        !          23376:    'copyright'
        !          23377: => 'copyright',
        !          23378: 
        !          23379:    'could not be copied.'
        !          23380: => 'could not be copied.',
        !          23381: 
        !          23382:    'course'
        !          23383: => 'course',
        !          23384: 
        !          23385:    'course[_10]'
        !          23386: => 'course[_10]',
        !          23387: 
        !          23388:    'course[_11]'
        !          23389: => 'course[_11]',
        !          23390: 
        !          23391:    'course[_1]'
        !          23392: => 'course[_1]',
        !          23393: 
        !          23394:    'course[_2]'
        !          23395: => 'course[_2]',
        !          23396: 
        !          23397:    'course[_3]'
        !          23398: => 'course[_3]',
        !          23399: 
        !          23400:    'course[_4]'
        !          23401: => 'course[_4]',
        !          23402: 
        !          23403:    'course[_5]'
        !          23404: => 'course[_5]',
        !          23405: 
        !          23406:    'course[_6]'
        !          23407: => 'course[_6]',
        !          23408: 
        !          23409:    'course[_7]'
        !          23410: => 'course[_7]',
        !          23411: 
        !          23412:    'course[_8]'
        !          23413: => 'course[_8]',
        !          23414: 
        !          23415:    'course[_9]'
        !          23416: => 'course[_9]',
        !          23417: 
        !          23418:    'courses.gif'
        !          23419: => 'courses.gif',
        !          23420: 
        !          23421:    'cprv.gif'
        !          23422: => 'cprv.gif',
        !          23423: 
        !          23424:    'create'
        !          23425: => 'create',
        !          23426: 
        !          23427:    'create[_1]'
        !          23428: => 'create[_1]',
        !          23429: 
        !          23430:    'cstr.gif'
        !          23431: => 'cstr.gif',
        !          23432: 
        !          23433:    'currently does not exist'
        !          23434: => 'currently does not exist',
        !          23435: 
        !          23436:    'custom'
        !          23437: => 'custom',
        !          23438: 
        !          23439:    'custom distribution file'
        !          23440: => 'custom distribution file',
        !          23441: 
        !          23442:    'customdistributionfile'
        !          23443: => 'customdistributionfile',
        !          23444: 
        !          23445:    'date_am'
        !          23446: => 'date_am',
        !          23447: 
        !          23448:    'date_days'
        !          23449: => 'date_days',
        !          23450: 
        !          23451:    'date_locale'
        !          23452: => 'date_locale',
        !          23453: 
        !          23454:    'date_months'
        !          23455: => 'date_months',
        !          23456: 
        !          23457:    'date_pm'
        !          23458: => 'date_pm',
        !          23459: 
        !          23460:    'default'
        !          23461: => 'default',
        !          23462: 
        !          23463:    'directory'
        !          23464: => 'directory',
        !          23465: 
        !          23466:    'discuss'
        !          23467: => 'discuss',
        !          23468: 
        !          23469:    'discuss[_1]'
        !          23470: => 'discuss[_1]',
        !          23471: 
        !          23472:    'docs'
        !          23473: => 'docs',
        !          23474: 
        !          23475:    'docs.gif'
        !          23476: => 'docs.gif',
        !          23477: 
        !          23478:    'docs[_1]'
        !          23479: => 'docs[_1]',
        !          23480: 
        !          23481:    'docs[_2]'
        !          23482: => 'docs[_2]',
        !          23483: 
        !          23484:    'domain'
        !          23485: => 'domain',
        !          23486: 
        !          23487:    'due date'
        !          23488: => 'due date',
        !          23489: 
        !          23490:    'during the last'
        !          23491: => 'during the last',
        !          23492: 
        !          23493:    'edit'
        !          23494: => 'edit',
        !          23495: 
        !          23496:    'edit crs'
        !          23497: => 'edit crs',
        !          23498: 
        !          23499:    'edit crs[_1]'
        !          23500: => 'edit crs[_1]',
        !          23501: 
        !          23502:    'egrd.gif'
        !          23503: => 'egrd.gif',
        !          23504: 
        !          23505:    'ences'
        !          23506: => 'ences',
        !          23507: 
        !          23508:    'ences[_1]'
        !          23509: => 'ences[_1]',
        !          23510: 
        !          23511:    'enrl.gif'
        !          23512: => 'enrl.gif',
        !          23513: 
        !          23514:    'enroll'
        !          23515: => 'enroll',
        !          23516: 
        !          23517:    'enroll[_1]'
        !          23518: => 'enroll[_1]',
        !          23519: 
        !          23520:    'enter'
        !          23521: => 'enter',
        !          23522: 
        !          23523:    'enter[_1]'
        !          23524: => 'enter[_1]',
        !          23525: 
        !          23526:    'eval.gif'
        !          23527: => 'eval.gif',
        !          23528: 
        !          23529:    'evaluate'
        !          23530: => 'evaluate',
        !          23531: 
        !          23532:    'evaluate[_1]'
        !          23533: => 'evaluate[_1]',
        !          23534: 
        !          23535:    'exit'
        !          23536: => 'exit',
        !          23537: 
        !          23538:    'exit[_1]'
        !          23539: => 'exit[_1]',
        !          23540: 
        !          23541:    'expired or revoked'
        !          23542: => 'expired or revoked',
        !          23543: 
        !          23544:    'extension'
        !          23545: => 'extension',
        !          23546: 
        !          23547:    'external'
        !          23548: => 'external',
        !          23549: 
        !          23550:    'fas'
        !          23551: => 'fas',
        !          23552: 
        !          23553:    'fdbk.gif'
        !          23554: => 'fdbk.gif',
        !          23555: 
        !          23556:    'feedback'
        !          23557: => 'feedback',
        !          23558: 
        !          23559:    'feedback[_1]'
        !          23560: => 'feedback[_1]',
        !          23561: 
        !          23562:    'file<br />extension'
        !          23563: => 'file<br />extension',
        !          23564: 
        !          23565:    'first name'
        !          23566: => 'first name',
        !          23567: 
        !          23568:    'for'
        !          23569: => 'for',
        !          23570: 
        !          23571:    'for <b>all resources in the course</b>'
        !          23572: => 'for <b>all resources in the course</b>',
        !          23573: 
        !          23574:    'for <b>all students in course</b>'
        !          23575: => 'for <b>all students in course</b>',
        !          23576: 
        !          23577:    'for Enclosing Map or Folder'
        !          23578: => 'for Enclosing Map or Folder',
        !          23579: 
        !          23580:    'for Resource'
        !          23581: => 'for Resource',
        !          23582: 
        !          23583:    'for [_1]'
        !          23584: => 'for [_1]',
        !          23585: 
        !          23586:    'for section [_1]'
        !          23587: => 'for section [_1]',
        !          23588: 
        !          23589:    'for the map named [_1]'
        !          23590: => 'for the map named [_1]',
        !          23591: 
        !          23592:    'for the resource named [_1]'
        !          23593: => 'for the resource named [_1]',
        !          23594: 
        !          23595:    'for visible separation'
        !          23596: => 'for visible separation',
        !          23597: 
        !          23598:    'forward'
        !          23599: => 'forward',
        !          23600: 
        !          23601:    'forward[_1]'
        !          23602: => 'forward[_1]',
        !          23603: 
        !          23604:    'from'
        !          23605: => 'from',
        !          23606: 
        !          23607:    'from Enclosing Map or Folder'
        !          23608: => 'from Enclosing Map or Folder',
        !          23609: 
        !          23610:    'from current subdirectory'
        !          23611: => 'from current subdirectory',
        !          23612: 
        !          23613:    'general'
        !          23614: => 'general',
        !          23615: 
        !          23616:    'generation'
        !          23617: => 'generation',
        !          23618: 
        !          23619:    'grades'
        !          23620: => 'grades',
        !          23621: 
        !          23622:    'grades[_1]'
        !          23623: => 'grades[_1]',
        !          23624: 
        !          23625:    'grades[_2]'
        !          23626: => 'grades[_2]',
        !          23627: 
        !          23628:    'grds.gif'
        !          23629: => 'grds.gif',
        !          23630: 
        !          23631:    'have different numbers and answers'
        !          23632: => 'have different numbers and answers',
        !          23633: 
        !          23634:    'helper'
        !          23635: => 'helper',
        !          23636: 
        !          23637:    'htmlarea_lang'
        !          23638: => 'htmlarea_lang',
        !          23639: 
        !          23640:    'in'
        !          23641: => 'in',
        !          23642: 
        !          23643:    'in Course'
        !          23644: => 'in Course',
        !          23645: 
        !          23646:    'in Section/Group'
        !          23647: => 'in Section/Group',
        !          23648: 
        !          23649:    'in domain'
        !          23650: => 'in domain',
        !          23651: 
        !          23652:    'info'
        !          23653: => 'info',
        !          23654: 
        !          23655:    'instructor'
        !          23656: => 'instructor',
        !          23657: 
        !          23658:    'interface available'
        !          23659: => 'interface available',
        !          23660: 
        !          23661:    'internal'
        !          23662: => 'internal',
        !          23663: 
        !          23664:    'is closed but you are allowed to view it'
        !          23665: => 'is closed but you are allowed to view it',
        !          23666: 
        !          23667:    'is due at'
        !          23668: => 'is due at',
        !          23669: 
        !          23670:    'is in this state by royal decree.'
        !          23671: => 'is in this state by royal decree.',
        !          23672: 
        !          23673:    'is in under construction'
        !          23674: => 'is in under construction',
        !          23675: 
        !          23676:    'is not analyzable at this time'
        !          23677: => 'is not analyzable at this time',
        !          23678: 
        !          23679:    'is ready for download'
        !          23680: => 'is ready for download',
        !          23681: 
        !          23682:    'keys.gif'
        !          23683: => 'keys.gif',
        !          23684: 
        !          23685:    'keywords'
        !          23686: => 'keywords',
        !          23687: 
        !          23688:    'language'
        !          23689: => 'language',
        !          23690: 
        !          23691:    'last month'
        !          23692: => 'last month',
        !          23693: 
        !          23694:    'last name'
        !          23695: => 'last name',
        !          23696: 
        !          23697:    'last problem'
        !          23698: => 'last problem',
        !          23699: 
        !          23700:    'last six months'
        !          23701: => 'last six months',
        !          23702: 
        !          23703:    'last student'
        !          23704: => 'last student',
        !          23705: 
        !          23706:    'last three months'
        !          23707: => 'last three months',
        !          23708: 
        !          23709:    'last week'
        !          23710: => 'last week',
        !          23711: 
        !          23712:    'last year'
        !          23713: => 'last year',
        !          23714: 
        !          23715:    'library'
        !          23716: => 'library',
        !          23717: 
        !          23718:    'library[_1]'
        !          23719: => 'library[_1]',
        !          23720: 
        !          23721:    'log in again'
        !          23722: => 'log in again',
        !          23723: 
        !          23724:    'loginproblems.html'
        !          23725: => 'loginproblems.html',
        !          23726: 
        !          23727:    'logout.gif'
        !          23728: => 'logout.gif',
        !          23729: 
        !          23730:    'make these dates the default for future enrollment'
        !          23731: => 'make these dates the default for future enrollment',
        !          23732: 
        !          23733:    'manage'
        !          23734: => 'manage',
        !          23735: 
        !          23736:    'manage[_1]'
        !          23737: => 'manage[_1]',
        !          23738: 
        !          23739:    'may be open from a different computer.'
        !          23740: => 'may be open from a different computer.',
        !          23741: 
        !          23742:    'may open later.'
        !          23743: => 'may open later.',
        !          23744: 
        !          23745:    'middle name'
        !          23746: => 'middle name',
        !          23747: 
        !          23748:    'midnight'
        !          23749: => 'midnight',
        !          23750: 
        !          23751:    'minutes'
        !          23752: => 'minutes',
        !          23753: 
        !          23754:    'missions'
        !          23755: => 'missions',
        !          23756: 
        !          23757:    'most recent'
        !          23758: => 'most recent',
        !          23759: 
        !          23760:    'movies'
        !          23761: => 'movies',
        !          23762: 
        !          23763:    'my'
        !          23764: => 'my',
        !          23765: 
        !          23766:    'my[_1]'
        !          23767: => 'my[_1]',
        !          23768: 
        !          23769:    'name'
        !          23770: => 'name',
        !          23771: 
        !          23772:    'name only visible to course faculty'
        !          23773: => 'name only visible to course faculty',
        !          23774: 
        !          23775:    'nav.gif'
        !          23776: => 'nav.gif',
        !          23777: 
        !          23778:    'navigate'
        !          23779: => 'navigate',
        !          23780: 
        !          23781:    'navigate[_1]'
        !          23782: => 'navigate[_1]',
        !          23783: 
        !          23784:    'never'
        !          23785: => 'never',
        !          23786: 
        !          23787:    'nication'
        !          23788: => 'nication',
        !          23789: 
        !          23790:    'nication[_1]'
        !          23791: => 'nication[_1]',
        !          23792: 
        !          23793:    'no ending date'
        !          23794: => 'no ending date',
        !          23795: 
        !          23796:    'noon'
        !          23797: => 'noon',
        !          23798: 
        !          23799:    'not displayed'
        !          23800: => 'not displayed',
        !          23801: 
        !          23802:    'not found'
        !          23803: => 'not found',
        !          23804: 
        !          23805:    'notes'
        !          23806: => 'notes',
        !          23807: 
        !          23808:    'num_override'
        !          23809: => 'num_override',
        !          23810: 
        !          23811:    'number'
        !          23812: => 'number',
        !          23813: 
        !          23814:    'number of tries'
        !          23815: => 'number of tries',
        !          23816: 
        !          23817:    'obsolete'
        !          23818: => 'obsolete',
        !          23819: 
        !          23820:    'obsolete replacement'
        !          23821: => 'obsolete replacement',
        !          23822: 
        !          23823:    'obsoletereplacement'
        !          23824: => 'obsoletereplacement',
        !          23825: 
        !          23826:    'of'
        !          23827: => 'of',
        !          23828: 
        !          23829:    'only check if you know what you are doing'
        !          23830: => 'only check if you know what you are doing',
        !          23831: 
        !          23832:    'only search domain'
        !          23833: => 'only search domain',
        !          23834: 
        !          23835:    'opening date'
        !          23836: => 'opening date',
        !          23837: 
        !          23838:    'optional'
        !          23839: => 'optional',
        !          23840: 
        !          23841:    'or'
        !          23842: => 'or',
        !          23843: 
        !          23844:    'or ID'
        !          23845: => 'or ID',
        !          23846: 
        !          23847:    'or any other value'
        !          23848: => 'or any other value',
        !          23849: 
        !          23850:    'p.m.'
        !          23851: => 'p.m.',
        !          23852: 
        !          23853:    'pages'
        !          23854: => 'pages',
        !          23855: 
        !          23856:    'parm.gif'
        !          23857: => 'parm.gif',
        !          23858: 
        !          23859:    'parms'
        !          23860: => 'parms',
        !          23861: 
        !          23862:    'parms[_1]'
        !          23863: => 'parms[_1]',
        !          23864: 
        !          23865:    'part'
        !          23866: => 'part',
        !          23867: 
        !          23868:    'percent'
        !          23869: => 'percent',
        !          23870: 
        !          23871:    'pictures'
        !          23872: => 'pictures',
        !          23873: 
        !          23874:    'please refer to'
        !          23875: => 'please refer to',
        !          23876: 
        !          23877:    'pref.gif'
        !          23878: => 'pref.gif',
        !          23879: 
        !          23880:    'prefer-'
        !          23881: => 'prefer-',
        !          23882: 
        !          23883:    'prefer-[_1]'
        !          23884: => 'prefer-[_1]',
        !          23885: 
        !          23886:    'prepare'
        !          23887: => 'prepare',
        !          23888: 
        !          23889:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
        !          23890: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
        !          23891: 
        !          23892:    'printout'
        !          23893: => 'printout',
        !          23894: 
        !          23895:    'private'
        !          23896: => 'private',
        !          23897: 
        !          23898:    'problem'
        !          23899: => 'problem',
        !          23900: 
        !          23901:    'problem statistics grouped by sequence'
        !          23902: => 'problem statistics grouped by sequence',
        !          23903: 
        !          23904:    'problem statistics ungrouped'
        !          23905: => 'problem statistics ungrouped',
        !          23906: 
        !          23907:    'problem statistics, Excel'
        !          23908: => 'problem statistics, Excel',
        !          23909: 
        !          23910:    'problem weight'
        !          23911: => 'problem weight',
        !          23912: 
        !          23913:    'prt.gif'
        !          23914: => 'prt.gif',
        !          23915: 
        !          23916:    'public'
        !          23917: => 'public',
        !          23918: 
        !          23919:    'publisher<br />owner'
        !          23920: => 'publisher<br />owner',
        !          23921: 
        !          23922:    're-initializing course'
        !          23923: => 're-initializing course',
        !          23924: 
        !          23925:    'remaining'
        !          23926: => 'remaining',
        !          23927: 
        !          23928:    'res.gif'
        !          23929: => 'res.gif',
        !          23930: 
        !          23931:    'resource'
        !          23932: => 'resource',
        !          23933: 
        !          23934:    'resource[_1]'
        !          23935: => 'resource[_1]',
        !          23936: 
        !          23937:    'resources'
        !          23938: => 'resources',
        !          23939: 
        !          23940:    'role'
        !          23941: => 'role',
        !          23942: 
        !          23943:    'role,role,...'
        !          23944: => 'role,role,...',
        !          23945: 
        !          23946:    'role[_1]'
        !          23947: => 'role[_1]',
        !          23948: 
        !          23949:    'role[_2]'
        !          23950: => 'role[_2]',
        !          23951: 
        !          23952:    'roles'
        !          23953: => 'roles',
        !          23954: 
        !          23955:    'roles.gif'
        !          23956: => 'roles.gif',
        !          23957: 
        !          23958:    'roles[_1]'
        !          23959: => 'roles[_1]',
        !          23960: 
        !          23961:    'sbkm.gif'
        !          23962: => 'sbkm.gif',
        !          23963: 
        !          23964:    'scantron[_1]'
        !          23965: => 'scantron[_1]',
        !          23966: 
        !          23967:    'search'
        !          23968: => 'search',
        !          23969: 
        !          23970:    'search[_1]'
        !          23971: => 'search[_1]',
        !          23972: 
        !          23973:    'search[_2]'
        !          23974: => 'search[_2]',
        !          23975: 
        !          23976:    'second'
        !          23977: => 'second',
        !          23978: 
        !          23979:    'seconds'
        !          23980: => 'seconds',
        !          23981: 
        !          23982:    'seconds for'
        !          23983: => 'seconds for',
        !          23984: 
        !          23985:    'section'
        !          23986: => 'section',
        !          23987: 
        !          23988:    'selected students'
        !          23989: => 'selected students',
        !          23990: 
        !          23991:    'send[_1]'
        !          23992: => 'send[_1]',
        !          23993: 
        !          23994:    'sequence'
        !          23995: => 'sequence',
        !          23996: 
        !          23997:    'set'
        !          23998: => 'set',
        !          23999: 
        !          24000:    'set[_1]'
        !          24001: => 'set[_1]',
        !          24002: 
        !          24003:    'space'
        !          24004: => 'space',
        !          24005: 
        !          24006:    'space[_1]'
        !          24007: => 'space[_1]',
        !          24008: 
        !          24009:    'space[_2]'
        !          24010: => 'space[_2]',
        !          24011: 
        !          24012:    'spacer.gif'
        !          24013: => 'spacer.gif',
        !          24014: 
        !          24015:    'spellcheck_lang'
        !          24016: => 'spellcheck_lang',
        !          24017: 
        !          24018:    'sprs.gif'
        !          24019: => 'sprs.gif',
        !          24020: 
        !          24021:    'src.gif'
        !          24022: => 'src.gif',
        !          24023: 
        !          24024:    'standard'
        !          24025: => 'standard',
        !          24026: 
        !          24027:    'standard LaTeX mode'
        !          24028: => 'standard LaTeX mode',
        !          24029: 
        !          24030:    'standard courses only'
        !          24031: => 'standard courses only',
        !          24032: 
        !          24033:    'stat.gif'
        !          24034: => 'stat.gif',
        !          24035: 
        !          24036:    'stats'
        !          24037: => 'stats',
        !          24038: 
        !          24039:    'stats[_1]'
        !          24040: => 'stats[_1]',
        !          24041: 
        !          24042:    'struct'
        !          24043: => 'struct',
        !          24044: 
        !          24045:    'struct[_1]'
        !          24046: => 'struct[_1]',
        !          24047: 
        !          24048:    'struct[_2]'
        !          24049: => 'struct[_2]',
        !          24050: 
        !          24051:    'student'
        !          24052: => 'student',
        !          24053: 
        !          24054:    'student name'
        !          24055: => 'student name',
        !          24056: 
        !          24057:    'subject'
        !          24058: => 'subject',
        !          24059: 
        !          24060:    'switch'
        !          24061: => 'switch',
        !          24062: 
        !          24063:    'switch[_1]'
        !          24064: => 'switch[_1]',
        !          24065: 
        !          24066:    'switch[_2]'
        !          24067: => 'switch[_2]',
        !          24068: 
        !          24069:    'system wide'
        !          24070: => 'system wide',
        !          24071: 
        !          24072:    'tations'
        !          24073: => 'tations',
        !          24074: 
        !          24075:    'template'
        !          24076: => 'template',
        !          24077: 
        !          24078:    'textual_remote_display'
        !          24079: => 'textual_remote_display',
        !          24080: 
        !          24081:    'this'
        !          24082: => 'this',
        !          24083: 
        !          24084:    'title'
        !          24085: => 'title',
        !          24086: 
        !          24087:    'to'
        !          24088: => 'to',
        !          24089: 
        !          24090:    'to [_1] ([_2])'
        !          24091: => 'to [_1] ([_2])',
        !          24092: 
        !          24093:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
        !          24094: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
        !          24095: 
        !          24096:    'today'
        !          24097: => 'today',
        !          24098: 
        !          24099:    'unable to enroll'
        !          24100: => 'unable to enroll',
        !          24101: 
        !          24102:    'uncheck all'
        !          24103: => 'uncheck all',
        !          24104: 
        !          24105:    'undo'
        !          24106: => 'undo',
        !          24107: 
        !          24108:    'unless locked'
        !          24109: => 'unless locked',
        !          24110: 
        !          24111:    'untitled'
        !          24112: => 'untitled',
        !          24113: 
        !          24114:    'updated periodically'
        !          24115: => 'updated periodically',
        !          24116: 
        !          24117:    'use related words'
        !          24118: => 'use related words',
        !          24119: 
        !          24120:    'user'
        !          24121: => 'user',
        !          24122: 
        !          24123:    'user[_1]'
        !          24124: => 'user[_1]',
        !          24125: 
        !          24126:    'userauthentication.gif'
        !          24127: => 'userauthentication.gif',
        !          24128: 
        !          24129:    'username'
        !          24130: => 'username',
        !          24131: 
        !          24132:    'users in'
        !          24133: => 'users in',
        !          24134: 
        !          24135:    'vbkm.gif'
        !          24136: => 'vbkm.gif',
        !          24137: 
        !          24138:    'versions of this problem'
        !          24139: => 'versions of this problem',
        !          24140: 
        !          24141:    'versus'
        !          24142: => 'versus',
        !          24143: 
        !          24144:    'view'
        !          24145: => 'view',
        !          24146: 
        !          24147:    'view sub-'
        !          24148: => 'view sub-',
        !          24149: 
        !          24150:    'view[_1]'
        !          24151: => 'view[_1]',
        !          24152: 
        !          24153:    'visible to author and co-authors only'
        !          24154: => 'visible to author and co-authors only',
        !          24155: 
        !          24156:    'waiting on'
        !          24157: => 'waiting on',
        !          24158: 
        !          24159:    'waiting on [_1]'
        !          24160: => 'waiting on [_1]',
        !          24161: 
        !          24162:    'warning(s)'
        !          24163: => 'warning(s)',
        !          24164: 
        !          24165:    'was due on'
        !          24166: => 'was due on',
        !          24167: 
        !          24168:    'what you just saw on the screen'
        !          24169: => 'what you just saw on the screen',
        !          24170: 
        !          24171:    'will open on'
        !          24172: => 'will open on',
        !          24173: 
        !          24174:    'with server'
        !          24175: => 'with server',
        !          24176: 
        !          24177:    'yes'
        !          24178: => 'yes',
        !          24179: 
        !          24180: 
        !          24181: #SYNCMARKER
1.4       minaeibi 24182: );
                   24183: 
                   24184: 1;
1.5       minaeibi 24185: 
                   24186: 

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