Annotation of loncom/localize/localize/fr.pm, revision 1.14

1.3       www         1: # The LearningOnline Network with CAPA
1.4       www         2: # French Localization Lexicon
1.3       www         3: #
1.14    ! bisitz      4: # $Id: fr.pm,v 1.13 2009/02/17 17:03:08 bisitz Exp $
1.3       www         5: #
                      6: # Copyright Michigan State University Board of Trustees
                      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::fr;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
                     36:           
1.8       bisitz     37: 'char_encoding'=> 'UTF-8',
1.3       www        38: 'language_code'=> 'fr',
                     39: 'date_locale'  => 
                     40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds hs',
                     41: 'date_months'  => 'Jan,Fev,Mar,Avr,Mai,Juin,Juil,Aou,Sept,Oct,Nov,Dec',
                     42: 'date_days'    => 'Dim,Lun,Mar,Mer,Jeu,Ven,Sam',
                     43: 'date_am' => 'matin',
                     44: 'date_pm' => 'soir',
                     45: 'textual_remote_display' => 'on',
1.5       www        46: 'htmlarea_lang' => 'fr',
1.3       www        47: 
1.11      bisitz     48:    'Arabic - UTF'
                     49: => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
                     50: 
                     51:    'German - UTF'
                     52: => 'Deutsch - UTF',
                     53: 
                     54:    'English - UTF'
                     55: => 'English - UTF',
                     56: 
                     57:    'Spanish (Castellan) - UTF'
                     58: => 'español (castellano) - UTF',
                     59: 
                     60:    'Persian - UTF'
                     61: => 'ﺍیﺭﺎﻧی - UTF',
                     62: 
                     63:    'French - UTF'
                     64: => 'français - UTF',
                     65: 
                     66:    'Hebrew - UTF'
                     67: => 'עברית - UTF',
                     68: 
                     69:    'Japanese - UTF'
                     70: => '日本語 - UTF',
                     71: 
                     72:    'Portuguese - UTF'
                     73: => 'Português - UTF',
                     74: 
                     75:    'Russian - UTF'
1.14    ! bisitz     76: => 'Русский - UTF',
1.11      bisitz     77: 
                     78:    'Turkish - UTF'
                     79: => 'türkçe - UTF',
                     80: 
                     81:    'Chinese Simplified - UTF'
                     82: => '简体中文 - UTF',
                     83: 
                     84:    'Swedish Chef - UTF'
                     85: => 'Swedish Chef - UTF',
                     86: 
1.3       www        87:    'Domain'
                     88: => 'Domaine',
                     89: 
                     90:    'Server'
                     91: => 'Serveur',
                     92: 
                     93:    'Load'
                     94: => 'Charge du Serveur',
                     95: 
                     96:    'User Load'
                     97: => 'Charge utilisateurs',
                     98: 
                     99:    'Help'
                    100: => 'Aide',
                    101: 
                    102:    'Log in'
                    103: => 'Ouverture de session',
                    104: 
                    105:    'Username'
1.4       www       106: => "Nom d'utilisateur",
1.3       www       107: 
                    108:    'Password'
                    109: => 'Mot de passe',
                    110: 
                    111:    'choose'
                    112: => 'choisir',
                    113: 
                    114:    'enter'
                    115: => 'entrer',
                    116: 
                    117:    'view'
                    118: => 'Visualiser',
                    119: 
                    120:    'calendar'
                    121: => 'calendrier',
                    122: 
                    123:    'prefer-'
1.8       bisitz    124: => 'préfer-',
1.3       www       125: 
                    126:    'ences'
                    127: => 'ences',
                    128: 
                    129:    'role'
1.8       bisitz    130: => 'rôle',
1.3       www       131: 
                    132:    'course'
                    133: => 'cours',
                    134: 
                    135:    'Course'
                    136: => 'Cours',
                    137: 
                    138:    'Section/Group'
                    139: => 'Section/Groupe',
                    140: 
                    141:    'today'
                    142: => 'Aujourd hui',
                    143: 
                    144:    'last week'
1.8       bisitz    145: => 'semaine dernière',
1.3       www       146: 
                    147:    'last month'
                    148: => 'mois dernier',
                    149: 
                    150:    'last three months'
                    151: => 'trois derniers mois',
                    152: 
                    153:    'last six months'
                    154: => 'six dernier mois',
                    155: 
                    156:    'last year'
                    157: => 'an dernier',
                    158: 
                    159:    'Submit'
                    160: => 'Soumettre',
                    161: 
                    162:    'Rename'
                    163: => 'Renommer',
                    164: 
                    165:    'Save'
                    166: => 'Enregistrer',
                    167: 
                    168:    'Done'
1.8       bisitz    169: => 'Tâche accomplie',
1.3       www       170: 
                    171:    'Select User'
                    172: => 'Choisir Utilisateur',
                    173: 
                    174:    'Select Course'
                    175: => 'Choisir Cours',
                    176: 
                    177:    'Changes will become active for your current session after'
                    178: => 'Les changements prendront effet plus trad pour votre session actuelle',
                    179: 
                    180:    're-initializing course'
1.8       bisitz    181: => 'réinitialisation du cours',
1.3       www       182: 
                    183:    ', or the next time you log in.'
1.8       bisitz    184: => ', ou à la prochaine ouverture de session.',
1.3       www       185: 
                    186:    'Uploaded Document'
1.8       bisitz    187: => 'Document téléchargé vers serveur',
1.3       www       188: 
                    189:    'No content modifications yet.'
1.8       bisitz    190: => 'Contenu pas modifié encore.',
1.3       www       191: 
                    192:    'Part is not open to be viewed. It'
1.8       bisitz    193: => "Objet n'est pas ouvert pour être visualiser. Il",
1.3       www       194: 
                    195:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.8       bisitz    196: => 'Des problèmes de réseaux ne permettent pas de determiner si la ressource est accessible. Veuillez essayer plus tard SVP',
1.3       www       197: 
                    198:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.8       bisitz    199: => 'Note: l application des changements à tous les utilisateurs peut prendre jusqu à 10 minutes.',
1.3       www       200: 
                    201:    'Language'
                    202: => 'Langage',
                    203: 
                    204:    'Notes'
                    205: => 'Notes',
                    206: 
                    207:    'Abstract'
1.8       bisitz    208: => 'Résumé',
1.3       www       209: 
                    210:    'Create a user or modify the roles and privileges of a user'
1.8       bisitz    211: => 'créer un utilisateur ou modifier les rôles et privilèges d un utilisateur',
1.3       www       212: 
                    213:    'View course assessment statistics'
1.8       bisitz    214: => 'Analyse statistiques des résultats des devoirs',
1.3       www       215: 
                    216:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.8       bisitz    217: => 'Définir date-limite et autres parametres des devoirs ainsi que modifier l environement du cours',
1.3       www       218: 
                    219:    'New Folder'
                    220: => 'Nouveau Dossier',
                    221: 
                    222:    'Simple Page'
                    223: => 'Page Simple',
                    224: 
                    225:    'Simple Problem'
1.8       bisitz    226: => 'Problème Simple',
1.3       www       227: 
                    228:    'Upload Document'
1.8       bisitz    229: => 'Télécharger Document vers serveur',
1.3       www       230: 
                    231:    'Search'
                    232: => 'Rechercher',
                    233: 
                    234:    'Import'
                    235: => 'Importer',
                    236: 
                    237:    'Main Course Documents'
                    238: => 'Documents Principaux du Cours',
                    239: 
                    240:    'Supplemental Course Documents'
                    241: => 'Documents Supplementaires du Cours',
                    242: 
                    243:    'Bulletin Board'
                    244: => 'Tableau d affichage et discussion',
                    245: 
                    246:    'Special Documents'
                    247: => 'Documents Speciaux',
                    248: 
                    249:    'create'
1.8       bisitz    250: => 'créer',
1.3       www       251: 
                    252:    'grades'
                    253: => 'notes',
                    254: 
                    255:    'commu-'
                    256: => 'commu-',
                    257: 
                    258:    'nication'
                    259: => 'nication',
                    260: 
                    261:    'enroll'
                    262: => 'inscrire',
                    263: 
                    264:    'navigate'
                    265: => 'naviguer',
                    266: 
                    267:    'contents'
                    268: => 'contenu',
                    269: 
                    270:    'Navigate Contents'
                    271: => 'Naviguer Contenu',
                    272: 
                    273:    'Announcements and Calendar'
                    274: => 'Annonces et Calendrier',
                    275: 
                    276:    'Author'
                    277: => 'Auteur',
                    278: 
                    279:    'Change Your Preferences'
1.8       bisitz    280: => 'Changer Ses Préférences',
1.3       www       281: 
                    282:    'Choose the user role'
1.8       bisitz    283: => 'Choisir le rôle de l utilisateur',
1.3       www       284: 
                    285:    'Co-Author'
                    286: => 'Co-Auteur',
                    287: 
                    288:    'Communication and Messages'
                    289: => 'Communication et Messages',
                    290: 
                    291:    'Course Coordinator'
                    292: => 'Coordinateur du Cours',
                    293: 
                    294:    'Course Statistics and Charts'
1.8       bisitz    295: => 'Données statistiques du cours et diagrammes',
1.3       www       296: 
                    297:    'Course announcements and my calendar'
1.8       bisitz    298: => 'Annonces à propos du cours et Calendrier privé',
1.3       www       299: 
                    300:    'Create Users, Change User Privileges'
1.8       bisitz    301: => 'Créer Utilisateurs, Changer Privilèges des Utilisateurs',
1.3       www       302: 
                    303:    'Domain Coordinator'
                    304: => 'Coordinateur de Domaine',
                    305: 
                    306:    'Enrollment Manager'
                    307: => 'Gestion des Inscriptions',
                    308: 
                    309:    'Enter grades from check-out assessment resources'
1.8       bisitz    310: => "Assignez les notes de contrôle des ressources d'évaluation",
1.3       www       311: 
                    312:    'Exam Proctor'
                    313: => 'Surveillant d Examens',
                    314: 
                    315:    'Exit LON-CAPA'
                    316: => 'Sortir de LON-CAPA',
                    317: 
                    318:    'Grades Spreadsheet'
                    319: => 'Tableur de Notes',
                    320: 
                    321:    'Grading'
                    322: => 'Assigner des notes',
                    323: 
                    324:    'Instructor'
                    325: => 'Enseignant',
                    326: 
                    327:    'Launch Remote Control'
1.8       bisitz    328: => 'Activer la Télécommande',
1.3       www       329: 
                    330:    'Main Menu'
                    331: => 'Menu Principal',
                    332: 
                    333:    'Navigate Course Contents'
                    334: => 'Naviguer le Contenu du Cours',
                    335: 
                    336:    'No Role, Cumulative Privileges'
1.8       bisitz    337: => 'Pas de rôle, privilèges cumulés',
1.3       www       338: 
                    339:    'Return to Last Location'
1.8       bisitz    340: => 'Retour en arrière',
1.3       www       341: 
                    342:    'Send and receive messages'
                    343: => 'Envoi et reception de messages',
                    344: 
                    345:    'Set my user preferences'
1.8       bisitz    346: => 'Etablir mes préférences d utilisateur',
1.3       www       347: 
                    348:    'Student'
                    349: => 'Etudiant(e)',
                    350: 
                    351:    'Switch to another user role'
1.8       bisitz    352: => 'Changer à un autre rôle d utilisateur',
1.3       www       353: 
                    354:    'Teaching Assistant'
                    355: => 'Assistant de Cours',
                    356: 
                    357:    'Use or edit my bookmark collection'
1.8       bisitz    358: => 'Utilisez ou éditez ma collection de signet ',
1.3       www       359: 
                    360:    'User Roles'
1.8       bisitz    361: => 'Rôles d utilsateurs',
1.3       www       362: 
                    363:    'Calculate course grades (Spreadsheet)'
                    364: => 'Calculez les notes de cours (tableur)',
                    365: 
                    366:    'Enter the chatroom for the course'
                    367: => 'Entrez le bavardoir (ChatRoom) du cours',
                    368: 
                    369:    'Navigate the table of contents for this course'
1.8       bisitz    370: => 'Naviguez la table des matières pour ce cours',
1.3       www       371: 
                    372:    'Syllabus'
1.8       bisitz    373: => 'Programmes d études',
1.3       www       374: 
                    375:    'View the course assessment progress chart'
1.8       bisitz    376: => 'Visualisez le diagramme de progrès des étudiants du cours',
1.3       www       377: 
                    378:    'Class Hours'
                    379: => 'Heures de Cours',
                    380: 
                    381:    'Course Description'
                    382: => 'Description du Cours',
                    383: 
                    384:    'Coursepack'
                    385: => 'Paquet de cours',
                    386: 
                    387:    'Current Month'
                    388: => 'Mois courant',
                    389: 
                    390:    'Deadlines'
                    391: => 'Dates limites',
                    392: 
                    393:    'Fri'
                    394: => 'Ven',
                    395: 
                    396:    'Grading Information'
                    397: => 'Information concernant la correction des devoirs',
                    398: 
                    399:    'Helproom Hours'
                    400: => 'Heures d ouverture de la salle d aide',
                    401: 
                    402:    'Instructor Information'
                    403: => 'Information enseignant',
                    404: 
                    405:    'Mon'
                    406: => 'Lun',
                    407: 
                    408:    'Next Month'
                    409: => 'Mois Prochain',
                    410: 
                    411:    'Office Hours'
                    412: => 'Heures d ouverture du bureau de l enseignant',
                    413: 
                    414:    'Prerequisites'
1.8       bisitz    415: => 'Choses nécessaires',
1.3       www       416: 
                    417:    'Previous Month'
                    418: => 'Mois dernier',
                    419: 
                    420:    'Readings'
                    421: => 'Lectures',
                    422: 
                    423:    'Sat'
                    424: => 'Sam',
                    425: 
                    426:    'January'
                    427: => 'Janvier',
                    428: 
                    429:    'February'
1.8       bisitz    430: => 'Février',
1.3       www       431: 
                    432:    'March'
                    433: => 'Mars',
                    434: 
                    435:    'April'
                    436: => 'Avril',
                    437: 
                    438:    'May'
                    439: => 'Mai',
                    440: 
                    441:    'June'
                    442: => 'Juin',
                    443: 
                    444:    'July'
                    445: => 'Juillet',
                    446: 
                    447:    'August'
                    448: => 'Aout',
                    449: 
                    450:    'September'
                    451: => 'Septembre',
                    452: 
                    453:    'October'
                    454: => 'Octobre',
                    455: 
                    456:    'November'
                    457: => 'Novembre',
                    458: 
                    459:    'December'
1.8       bisitz    460: => 'Décembre',
1.3       www       461: 
                    462:    'Sun'
                    463: => 'Dim',
                    464: 
                    465:    'Textbook'
                    466: => 'Livre du Cours',
                    467: 
                    468:    'Thu'
                    469: => 'Jeu',
                    470: 
                    471:    'Tue'
                    472: => 'Mar',
                    473: 
                    474:    'Web Links'
                    475: => 'Liens Hypertexte',
                    476: 
                    477:    'Wed'
                    478: => 'Mer',
                    479: 
                    480:    'Drop/Add students in this course'
                    481: => 'Enlever/Rajouter etudiants au cours',
                    482: 
                    483:    'You have entered that answer before'
1.8       bisitz    484: => 'Vous avez déjà soumis cette réponse',
1.3       www       485: 
                    486:    'A score has been assigned.'
1.8       bisitz    487: => 'Une note a été attribuée.',
1.3       www       488: 
                    489:    'You are correct.'
                    490: => 'Correct!',
                    491: 
                    492:    'Your receipt is'
1.8       bisitz    493: => 'Votre numero de reçu est',
1.3       www       494: 
                    495:    'You are excused from the problem.'
1.8       bisitz    496: => 'Vous êtes excusé dispensé de faire ce problème.',
1.3       www       497: 
                    498:    'Incorrect'
                    499: => 'Incorrect.',
                    500: 
                    501:    'Some parts were not submitted.'
1.8       bisitz    502: => 'Certaines parties n ont pas été soumises.',
1.3       www       503: 
1.9       bisitz    504:    'An error occurred while grading your answer.'
1.8       bisitz    505: => 'Une erreur est apparue lors de l évaluation de votre réponse.',
1.3       www       506: 
                    507:    'The submitted answer was too long.'
1.8       bisitz    508: => 'La réponse soumise est trop longue.',
1.3       www       509: 
                    510:    'This question expects a numeric answer.'
1.8       bisitz    511: => 'La réponse à cette question doit être numérique',
1.3       www       512: 
                    513:    'You have provided an invalid ranking'
                    514: => 'L ordre soumis est incorrect',
                    515: 
                    516:    'please refer to'
1.8       bisitz    517: => 'SVP se référer à',
1.3       www       518: 
                    519:    'The filetype extension of the file you uploaded is not allowed.'
1.8       bisitz    520: => 'L extension du fichier téléchargé est incorrecte.',
1.3       www       521: 
                    522:    'Units incorrect.'
1.8       bisitz    523: => 'Unités incorrectes.',
1.3       www       524: 
                    525:    'Only a number required.'
                    526: => 'Seul un nombre est requis.',
                    527: 
                    528:    'Units required'
1.8       bisitz    529: => 'Unités sont requises',
1.3       www       530: 
                    531:    'Unable to understand formula'
                    532: => 'Impossible d interpreter la formule',
                    533: 
                    534:    'Your submission has been recorded.'
1.8       bisitz    535: => 'Votre réponse/requete a été enregistrée.',
1.3       www       536: 
                    537:    'Unknown message'
                    538: => 'Message inconnu',
                    539: 
                    540:    'Answer Submitted'
1.8       bisitz    541: => 'Réponse Soumise',
1.3       www       542: 
                    543:    'Tries'
                    544: => 'Nombre d essai',
                    545: 
                    546:    'Submit Answer'
1.8       bisitz    547: => 'Soumettre Réponse',
1.3       www       548: 
                    549:    'Prepare a printable document'
                    550: => 'Preparer Document pour impression',
                    551: 
                    552:    'Go To My First Homework Problem'
1.8       bisitz    553: => 'Aller au premier problème du devoir',
1.3       www       554: 
                    555:    'Discussions'
1.8       bisitz    556: => 'Discuss¦ons',
1.3       www       557: 
                    558:    'New discussion since'
                    559: => 'Nouvelle Discussion depuis',
                    560: 
                    561:    'Goodbye'
                    562: => 'Au Revoir',
                    563: 
                    564:    'Select'
1.8       bisitz    565: => 'Sélectionez',
1.3       www       566: 
                    567:    'Re-Initialize'
1.8       bisitz    568: => 'Réinitialisez',
1.3       www       569: 
                    570:    'Currently selected. '
1.8       bisitz    571: => 'Sélection actuelle.',
1.3       www       572: 
                    573:    'Switch Server'
                    574: => 'Changez de Serveur',
                    575: 
                    576:    'system wide'
1.8       bisitz    577: => 'pour tout le système ',
1.3       www       578: 
                    579:    'Currently not available'
                    580: => 'Pas disponible pour l instant',
                    581: 
                    582:    'No role specified'
1.8       bisitz    583: => 'Aucun rôle n est spécifié',
1.3       www       584: 
                    585:    'Remark'
                    586: => 'Remarque',
                    587: 
                    588:    'Extent'
                    589: => 'Extension',
                    590: 
                    591:    'User Role'
1.8       bisitz    592: => 'Rôle/fonction de l utilisateur',
1.3       www       593: 
                    594:    'Start'
1.8       bisitz    595: => 'Début/Commencez',
1.3       www       596: 
                    597:    'End'
                    598: => 'Fin/Finir',
                    599: 
                    600:    'System'
1.8       bisitz    601: => 'Système',
1.3       www       602: 
                    603:    'Display'
                    604: => 'Afficher',
                    605: 
                    606:    'an unknown date'
                    607: => 'une date inconnue',
                    608: 
                    609:    'an indeterminate date'
1.8       bisitz    610: => 'une date indéterminée',
1.3       www       611: 
                    612:    'will open on'
                    613: => 'sera disponible le',
                    614: 
                    615:    'is due at'
1.8       bisitz    616: => 'est dû à',
1.3       www       617: 
                    618:    'was due on'
1.8       bisitz    619: => 'etait dû le',
1.3       www       620: 
                    621:    'is closed but you are allowed to view it'
1.8       bisitz    622: => 'est fermé mais vous avez la permission de le visualiser',
1.3       www       623: 
                    624:    'Undid changes, Switched'
1.8       bisitz    625: => 'changements annulés, a commuté',
1.3       www       626: 
                    627:    'Unable to undo, unable to switch'
                    628: => 'Impossible d annuler, impossible de commuter',
                    629: 
                    630:    'Unable to make backup'
                    631: => 'Impossible de faire une sauvegarde',
                    632: 
                    633:    'Saving Modifications to'
1.8       bisitz    634: => 'Changements enregistrés dans',
1.3       www       635: 
                    636:    'Unable to write to'
                    637: => 'Impossible d ecrire dans ',
                    638: 
                    639:    'Analyzing a problem'
1.8       bisitz    640: => 'Analyse en cours d un problème',
1.3       www       641: 
                    642:    'EditXML'
                    643: => 'Edition XML',
                    644: 
                    645:    'Discard Edits and View'
                    646: => 'Ignorer Changements et Visualiser',
                    647: 
                    648:    'Submit Changes'
                    649: => 'Soumettre Changements',
                    650: 
                    651:    'Submit Changes and View'
                    652: => 'Soumettre Changements et Visualiser',
                    653: 
                    654:    'Edit'
                    655: => 'Edition',
                    656: 
                    657:    ', select a template from the pull-down menu below'
1.8       bisitz    658: => ', choisissez un descripteur(gabarit) à partir du menu déroulant ci-dessous',
1.3       www       659: 
                    660:    'undo'
                    661: => 'annuler',
                    662: 
                    663:    'Answer'
1.8       bisitz    664: => 'Réponse',
1.3       www       665: 
                    666:    'Frequency'
1.8       bisitz    667: => 'Fréquence',
1.3       www       668: 
                    669:    'You did not select a template.'
1.4       www       670: => "Vous n'avez pas choisi un descripteur(gabarit).",
1.3       www       671: 
                    672:    'Analyze Progress'
1.8       bisitz    673: => 'Analyser le Progrès',
1.3       www       674: 
                    675:    'Getting Problem Variants'
1.8       bisitz    676: => 'Obtenant des variantes du Problème',
1.3       www       677: 
                    678:    'last problem'
1.8       bisitz    679: => 'dernier problème',
1.3       www       680: 
                    681:    'may open later.'
1.8       bisitz    682: => 'pourra être disponible plus tard.',
1.3       www       683: 
                    684:    ', and answers will be available on'
1.8       bisitz    685: => ', et les réponses seront disponibles le',
1.3       www       686: 
                    687:    'Select a'
1.8       bisitz    688: => 'Sélectionner un',
1.3       www       689: 
                    690:    'Unable to find'
                    691: => 'Impossible de trouver',
                    692: 
                    693:    'Part'
                    694: => 'Partie',
                    695: 
                    696:    'Then'
                    697: => 'Ensuite',
                    698: 
                    699:    'Create'
1.8       bisitz    700: => 'Créer',
1.3       www       701: 
                    702:    'is in under construction'
                    703: => 'se trouve dans l espace construction',
                    704: 
                    705:    'List of possible answers'
1.8       bisitz    706: => 'Liste des réponses possibles',
1.3       www       707: 
                    708:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.8       bisitz    709: => "n'a trouvé aucune partie analysable dans ce problème, pour l instant seul les réponses numériques, les formules et les chaînes de caractères sont acceptés.",
1.3       www       710: 
                    711:    'is not analyzable at this time'
1.8       bisitz    712: => 'ne peut pas être analysé en ce moment',
1.3       www       713: 
                    714:    'Access and Usage Statistics'
                    715: => 'Statistiques d acces et utilisation',
                    716: 
                    717:    'Actions'
                    718: => 'Actions',
                    719: 
                    720:    'All homework is currently completed'
1.8       bisitz    721: => 'tout le devoir est actuellement terminé ',
1.3       www       722: 
                    723:    'Answer available'
1.8       bisitz    724: => 'Réponse disponible',
1.3       www       725: 
                    726:    'Answer submitted'
1.8       bisitz    727: => 'Réponse soumise',
1.3       www       728: 
                    729:    'Answer submitted, not yet graded'
1.8       bisitz    730: => 'Réponse soumise, pas notée encore',
1.3       www       731: 
                    732:    'Back to Directory'
1.8       bisitz    733: => 'Retour au Répertoire',
1.3       www       734: 
                    735:    'Cancel'
                    736: => 'Annuler',
                    737: 
                    738:    'Construction Space Directory'
1.8       bisitz    739: => 'Répertoire de l espace de construction',
1.3       www       740: 
                    741:    'Contact'
                    742: => 'Contacter',
                    743: 
                    744:    'Copying file'
                    745: => 'Copie du fichier en cours',
                    746: 
                    747:    'Date'
                    748: => 'Date',
                    749: 
                    750:    'Empty'
                    751: => 'Vide',
                    752: 
                    753:    'Evaluation Comments'
1.8       bisitz    754: => 'Commentaires d évaluation',
1.3       www       755: 
                    756:    'Evaluation Data'
1.8       bisitz    757: => 'Données d évaluation',
1.3       www       758: 
                    759:    'Excused by instructor'
1.8       bisitz    760: => 'Dispensé(e) par l enseignant',
1.3       www       761: 
                    762:    'File'
                    763: => 'Fichier',
                    764: 
                    765:    'Go Back'
1.8       bisitz    766: => 'Revenir en Arrière',
1.3       www       767: 
                    768:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.8       bisitz    769: => 'Il est vivement recommendé d utiliser un anti-virus récent avant d ouvrir ce fichier.',
1.3       www       770: 
                    771:    'Last Modified'
1.8       bisitz    772: => 'Dernière Modification',
1.3       www       773: 
                    774:    'Map'
1.8       bisitz    775: => 'Carte/Séquence',
1.3       www       776: 
                    777:    'Map contents are not shown in order.'
1.8       bisitz    778: => 'Les contenus des CARTES ne sont pas montrés dans l ordre',
1.3       www       779: 
                    780:    'Name'
                    781: => 'Nom',
                    782: 
                    783:    'New Messages'
                    784: => 'Nouveaux Messages',
                    785: 
                    786:    'New Search'
                    787: => 'Nouvelle Recherche',
                    788: 
                    789:    'No due date'
                    790: => 'Sans date limite',
                    791: 
                    792:    'No upload file specified.'
1.8       bisitz    793: => 'Le fichier à télécharger n a pas été spécifié.',
1.3       www       794: 
                    795:    'No write permission to user directory, FAIL'
1.8       bisitz    796: => 'Permission d ecrire dans le répertoire utilisateur refusée, ECHEC',
1.3       www       797: 
                    798:    'Open, no due date'
                    799: => 'Ouvert, pas de date limite',
                    800: 
                    801:    'Page'
                    802: => 'Page',
                    803: 
                    804:    'Path'
                    805: => 'voie d acces',
                    806: 
1.4       www       807:    "Please use browser 'Back' button and pick a filename"
1.8       bisitz    808: => "SVP, Utilisez le bouton 'Retour' du navigateur et sélectionnez un nom de fichier",
1.3       www       809: 
                    810:    'Processing'
                    811: => 'traitant',
                    812: 
                    813:    'Searching'
                    814: => 'Recherche en cours',
                    815: 
                    816:    'Select the Construction Space'
                    817: => 'Choisir l espace de Construction',
                    818: 
                    819:    'Sequence'
1.8       bisitz    820: => 'Séquence',
1.3       www       821: 
                    822:    'Server Administration'
                    823: => 'Administration du Serveur',
                    824: 
                    825:    'Show Only Uncompleted Homework'
                    826: => 'Montrer uniquement les devoirs incomplets',
                    827: 
                    828:    'Status'
                    829: => 'Etat',
                    830: 
                    831:    'Store uploaded file as '
1.8       bisitz    832: => 'Enregistrer le fichier téléchargé comme ',
1.3       www       833: 
                    834:    'System Administration'
1.8       bisitz    835: => 'Administration du Système',
1.3       www       836: 
                    837:    'The target is an existing directory.'
                    838: => 'La destination est un dossier existant.',
                    839: 
                    840:    'Title'
                    841: => 'Titre',
                    842: 
                    843:    'Uncompleted Homework'
                    844: => 'Devoir incomplet',
                    845: 
                    846:    'View All Messages'
                    847: => 'Visualiser tous les Messages',
                    848: 
                    849:    'Was due'
1.8       bisitz    850: => 'était dû(e)',
1.3       www       851: 
                    852:    'Yes'
                    853: => 'Oui',
                    854: 
                    855:    'You do not have authoring privileges for this resource'
1.8       bisitz    856: => 'Vous n avez pas de privilège d auteur pour cette ressource',
1.3       www       857: 
                    858:    'You have no unread messages'
                    859: => 'Vous n avez pas de nouveaux messages',
                    860: 
                    861:    'You have no unread messages'
                    862: => 'Vous n avez pas de nouveaux messages',
                    863: 
                    864:    'could not be copied.'
                    865: => 'ne peut etre copie(e).',
                    866: 
                    867:    'could not be copied.'
1.8       bisitz    868: => 'ne peut être copié(e).',
1.3       www       869: 
                    870:    'never'
                    871: => 'jamais',
                    872: 
                    873:    'not displayed'
1.8       bisitz    874: => 'pas affiché(e)',
1.3       www       875: 
                    876:    ', is reserved internally by LON-CAPA.'
1.8       bisitz    877: => ', est réservé de façon interne par LON-CAPA.',
1.3       www       878: 
                    879:    'Back to'
1.8       bisitz    880: => 'Retour à',
1.3       www       881: 
                    882:    'Back to Source'
1.8       bisitz    883: => 'Retour à la Source',
1.3       www       884: 
                    885:    'Back to Source Directory'
1.8       bisitz    886: => 'Retour au répertoire Source',
1.3       www       887: 
                    888:    'Became this version on ...'
                    889: => 'Devint cette version le ...',
                    890: 
                    891:    'Browse published resources'
1.8       bisitz    892: => 'Naviguer parmi les ressouces publiées',
1.3       www       893: 
                    894:    'Choose the course to work on'
                    895: => 'Choisir le cours sur lequel vous voulez travailler',
                    896: 
                    897:    'Create a new course'
1.8       bisitz    898: => 'créer un nouveau cours',
1.3       www       899: 
                    900:    'Customized right of use ...	'
                    901: => 'Droit d utilisation sur mesure ...	',
                    902: 
                    903:    'Delete messages from bulletin boards'
1.13      bisitz    904: => 'Effacer Messages des Tableaux d affichage ',
1.3       www       905: 
                    906:    'Domain only - use limited to courses in the domain'
1.8       bisitz    907: => 'Domaine seulement - usage limité aux cours dans le domaine',
1.3       www       908: 
                    909:    'Dynamic Metadata'
1.8       bisitz    910: => 'Meta-données dynamiques',
1.3       www       911: 
                    912:    'Edit and view documents included in this course'
                    913: => 'Edition et Visualisation des documents inclus dans ce cours',
                    914: 
                    915:    'Edit/Modify DOCS'
                    916: => 'Edition/Modification des DOCS',
                    917: 
                    918:    'Enter my resource construction space'
                    919: => 'Entrer mon espace de construction de ressources',
                    920: 
                    921:    'FAIL'
                    922: => 'ECHEC',
                    923: 
                    924:    'Failed to copy source'
                    925: => 'Echec dans la copie de la source',
                    926: 
                    927:    'Failed to write metadata copy'
                    928: => 'Echec dans la copie des meta-donnees',
                    929: 
                    930:    'File copied.'
                    931: => 'Fichier copie',
                    932: 
                    933:    'Finalize Publication'
                    934: => 'Finalisez Publication',
                    935: 
                    936:    'Grant/revoke role of Co-Author'
1.8       bisitz    937: => 'Octroyer/Révoquer rôle de Co-Auteur',
1.3       www       938: 
                    939:    'Grant/revoke role of Domain Coordinator'
1.8       bisitz    940: => 'Octroyer/Révoquer rôle de Coordinateur de Domaine',
1.3       www       941: 
                    942:    'Grant/revoke role of Exam Proctor'
1.8       bisitz    943: => 'Octroyer/Révoquer rôle de Surveillant d examen',
1.3       www       944: 
                    945:    'Grant/revoke role of Instructor'
1.8       bisitz    946: => 'Octroyer/Révoquer rôle d enseignant',
1.3       www       947: 
                    948:    'Grant/revoke role of Student'
1.8       bisitz    949: => 'Octroyer/Révoquer rôle d etudiant(e)',
1.3       www       950: 
                    951:    'Grant/revoke role of Superuser'
1.8       bisitz    952: => 'Octroyer/Révoquer rôle de Super-Utilisateur',
1.3       www       953: 
                    954:    'Illegal filename.'
                    955: => 'Nom illegal de fichier.',
                    956: 
                    957:    'Name starting with'
1.8       bisitz    958: => 'Nom commençant par ',
1.3       www       959: 
                    960:    'No previous versions published.'
1.8       bisitz    961: => 'Pas de version antérieures publiées.',
1.3       www       962: 
                    963:    'No write permission to'
1.8       bisitz    964: => 'Pas de permission d écriture dans',
1.3       www       965: 
                    966:    'Please pick a version to retrieve'
1.8       bisitz    967: => 'SVP choisir version à récupérer',
1.3       www       968: 
                    969:    'Private - visible to author only for testing purposes'
1.8       bisitz    970: => 'Privée - Visible uniquement à l auteur pour test seulement',
1.3       www       971: 
                    972:    'Private Publication - did not synchronize database'
1.8       bisitz    973: => "Publication privée - n'a pas synchronisé la base de données",
1.3       www       974: 
                    975:    'Public - no authentication or authorization required for use'
1.8       bisitz    976: => 'Publique - peut être utilisé(e) sans authentification ou autorisation',
1.3       www       977: 
                    978:    'Retrieval of an old version will overwrite the file currently in construction space'
1.8       bisitz    979: => 'Le retrait d une vielle version remplace complétement le fichier actuel dans l espace de construction',
1.3       www       980: 
                    981:    'Retrieve previous versions of'
1.8       bisitz    982: => 'Restaurer les vers¦ons antérieures de',
1.3       www       983: 
                    984:    'Retrieve version'
                    985: => 'Restaurer la version',
                    986: 
                    987:    'Rule'
1.8       bisitz    988: => 'Règles',
1.3       www       989: 
                    990:    'Search the contents of this course'
                    991: => 'Rechercher les contenus de ce cours',
                    992: 
                    993:    'Search the database of published resources'
1.8       bisitz    994: => 'Rechercher la base de données des ressources publiées',
1.3       www       995: 
                    996:    'Send broadcast and receipt-required email'
                    997: => 'Diffuser un courriel(email) avec avis de reception',
                    998: 
                    999:    'Show Problem Completeness'
1.8       bisitz   1000: => 'Montrer intégrité/cohérence du problème',
1.3       www      1001: 
                   1002:    'Switch to another course'
1.8       bisitz   1003: => 'commutez à un autre cours ',
1.3       www      1004: 
                   1005:    'System wide - can be used for any courses system wide'
1.8       bisitz   1006: => 'Pour tout le système - peut être utilisé(e) par n importe quel cours dans le système',
1.3       www      1007: 
                   1008:    'System wide - open source to all authors'
1.8       bisitz   1009: => 'Pour tout le système - source disponible à tous les auteurs',
1.3       www      1010: 
                   1011:    'The extension on this file'
1.4       www      1012: => "L'extension du fichier",
1.3       www      1013: 
                   1014:    'This resource has been marked obsolete by the author(s)'
1.8       bisitz   1015: => "Cette ressource a été marquée obsolete par l'auteur",
1.3       www      1016: 
                   1017:    'Unsupported character combination'
1.8       bisitz   1018: => 'combinaison de caractères non acceptable ',
1.3       www      1019: 
                   1020:    'Uploaded'
1.8       bisitz   1021: => 'A été téléchargé vers le serveur',
1.3       www      1022: 
                   1023:    'Users with Roles Assigned by'
1.8       bisitz   1024: => 'Utilisateurs avec rôles octroyés par',
1.3       www      1025: 
                   1026:    'View documents included in this course'
                   1027: => 'Visualizer les documents inclus dans ce cours',
                   1028: 
                   1029:    'View file'
                   1030: => 'Afficher fichier',
                   1031: 
                   1032:    'untitled'
                   1033: => 'sans titre',
                   1034: 
1.4       www      1035:    "Click to download or use your browser's Save Link function"
1.8       bisitz   1036: => "Cliquer pour télécharger ou utiliser la fonction 'sauver lien' de votre navigateur",
1.3       www      1037: 
                   1038:    '#Stdnts'
                   1039: => '#Etudiant(e)s',
                   1040: 
                   1041:    '#YES'
                   1042: => '#OUI',
                   1043: 
                   1044:    '%Wrng'
                   1045: => '%Faux',
                   1046: 
                   1047:    '. . . for a particular section'
1.8       bisitz   1048: => '. . . pour une section particulière',
1.3       www      1049: 
                   1050:    '. . . for all students in the course'
1.8       bisitz   1051: => '. . . pour tous les étudiants dans le cours',
1.3       www      1052: 
                   1053:    '. . . for an individual student'
1.8       bisitz   1054: => '. . . pour un(e) étudiant(e) particulier',
1.3       www      1055: 
                   1056:    '1 am'
                   1057: => '1:00',
                   1058: 
                   1059:    '1 pm'
                   1060: => '13:00',
                   1061: 
                   1062:    '10 am'
                   1063: => '10:00',
                   1064: 
                   1065:    '10 pm'
                   1066: => '22:00',
                   1067: 
                   1068:    '11 am'
                   1069: => '11:00',
                   1070: 
                   1071:    '11 pm'
                   1072: => '23:00',
                   1073: 
                   1074:    '12 am'
                   1075: => '00:00',
                   1076: 
                   1077:    '12 noon'
                   1078: => '12:00',
                   1079: 
                   1080:    '2 am'
                   1081: => '2:00',
                   1082: 
                   1083:    '2 pm'
                   1084: => '14:00',
                   1085: 
                   1086:    '3 am'
                   1087: => '3:00',
                   1088: 
                   1089:    '3 pm'
                   1090: => '15:00',
                   1091: 
                   1092:    '4 am'
                   1093: => '4:00',
                   1094: 
                   1095:    '4 pm'
                   1096: => '16:00',
                   1097: 
                   1098:    '5 am'
                   1099: => '5:00',
                   1100: 
                   1101:    '5 pm'
                   1102: => '17:00',
                   1103: 
                   1104:    '6 am'
                   1105: => '6:00',
                   1106: 
                   1107:    '6 pm'
                   1108: => '18:00',
                   1109: 
                   1110:    '7 am'
                   1111: => '7:00',
                   1112: 
                   1113:    '7 pm'
                   1114: => '19:00',
                   1115: 
                   1116:    '8 am'
                   1117: => '8:00',
                   1118: 
                   1119:    '8 pm'
                   1120: => '20:00',
                   1121: 
                   1122:    '9 am'
                   1123: => '9:00',
                   1124: 
                   1125:    '9 pm'
                   1126: => '21:00',
                   1127: 
                   1128:    '<- Previous'
1.8       bisitz   1129: => '<- Précédent ',
1.3       www      1130: 
                   1131:    'ALL'
                   1132: => 'TOUS',
                   1133: 
                   1134:    'About Me'
1.8       bisitz   1135: => 'Données personelles',
1.3       www      1136: 
                   1137:    'Access Key Management'
1.8       bisitz   1138: => 'Gestion des clés d access',
1.3       www      1139: 
                   1140:    'Additional Keywords'
1.8       bisitz   1141: => 'Mots clés additionels',
1.3       www      1142: 
                   1143:    'Additional Metadata (non-standard, parameters, exports)'
1.8       bisitz   1144: => 'Meta-données Additionelles (non-standard, paramètres, exports)',
1.3       www      1145: 
                   1146:    'Advanced Catalog Search'
1.8       bisitz   1147: => 'Recherche Avancée du Catalogue',
1.3       www      1148: 
                   1149:    'Advanced Search'
1.8       bisitz   1150: => 'Recherche Avancée',
1.3       www      1151: 
                   1152:    'All Maps or Folders'
                   1153: => 'Tous les CARTES et dossiers',
                   1154: 
                   1155:    'All versions'
                   1156: => 'Toutes les versions',
                   1157: 
                   1158:    'Any Language'
                   1159: => 'N importe quelle langage',
                   1160: 
                   1161:    'Any User'
                   1162: => 'N importe quel Utilisateur',
                   1163: 
                   1164:    'Any category'
                   1165: => 'N importe quelle Categorie',
                   1166: 
                   1167:    'Any copyright/distribution'
                   1168: => 'Toutes distributions/copyright ',
                   1169: 
                   1170:    'Assessment'
1.8       bisitz   1171: => 'Évaluation',
1.3       www      1172: 
                   1173:    'Assessment URL and Title'
1.8       bisitz   1174: => 'Évaluation, adresse URL et Titre',
1.3       www      1175: 
                   1176:    'Assigned User Roles'
1.8       bisitz   1177: => 'Roles Attribués à l utilisateur',
1.3       www      1178: 
                   1179:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.8       bisitz   1180: => 'Rôles d Auteur et Co-Auteur ne sont disponibles que sur le serveur d acceuil.',
1.3       www      1181: 
                   1182:    'Author(s)'
                   1183: => 'Auteur(s)',
                   1184: 
                   1185:    'Average number of tries till solved'
1.8       bisitz   1186: => 'Nombre moyen d essai pour résoudre le problème',
1.3       www      1187: 
                   1188:    'Brief view of each students performance in course.'
1.8       bisitz   1189: => 'Bref résumé de la performance de chaque étudiant du cours.',
1.3       www      1190: 
                   1191:    'Broadcast Message to Course'
1.8       bisitz   1192: => 'Diffuser Message à tous les utilisateurs du cours',
1.3       www      1193: 
                   1194:    'Browse Resources'
                   1195: => 'Naviguer parmi les ressources',
                   1196: 
                   1197:    'Browse Resources'
                   1198: => 'Naviguer parmi les ressources',
                   1199: 
                   1200:    'Bulletin Board/Discussion'
                   1201: => 'Tableau d Affichage/Discussion',
                   1202: 
                   1203:    'Calculations'
                   1204: => 'Calculs',
                   1205: 
                   1206:    'Catalog Information'
                   1207: => 'Information de Catalogue',
                   1208: 
                   1209:    'Changes can take up to 10 minutes before being active for all students.'
1.8       bisitz   1210: => 'l activation des changements pour tous les étudiants peut prendre jusqu à 10 minutes.',
1.3       www      1211: 
                   1212:    'Clear All'
                   1213: => 'Effacer Tout',
                   1214: 
                   1215:    'Clear Caches'
1.8       bisitz   1216: => 'Effacer les Antémémoires',
1.3       www      1217: 
                   1218:    'Close'
                   1219: => 'Fermer',
                   1220: 
                   1221:    'Close All Folders'
                   1222: => 'Fermer tous les Dossiers',
                   1223: 
                   1224:    'Collapse Remote Control'
1.8       bisitz   1225: => 'Supprimer la Télécommande',
1.3       www      1226: 
                   1227:    'Comma Separated Values'
1.8       bisitz   1228: => 'Valeurs séparées par Virgule',
1.3       www      1229: 
                   1230:    'Compact View'
                   1231: => 'Visualisation Compacte',
                   1232: 
                   1233:    'Construction Space'
                   1234: => 'Espace de Construction',
                   1235: 
                   1236:    'Construction Space File Operation'
                   1237: => 'Operation de fichier de l espace de Construction',
                   1238: 
                   1239:    'Contact Information'
                   1240: => 'Information de contact',
                   1241: 
                   1242:    'Content changed'
1.8       bisitz   1243: => 'Contenu changé',
1.3       www      1244: 
                   1245:    'Copied metadata'
1.8       bisitz   1246: => 'Meta-données copiées',
1.3       www      1247: 
                   1248:    'Copied old metadata'
1.8       bisitz   1249: => 'Anciennes Meta-données copiées',
1.3       www      1250: 
                   1251:    'Copied old target file'
1.8       bisitz   1252: => 'Ancien fichier cible copié',
1.3       www      1253: 
                   1254:    'Copied source file'
1.8       bisitz   1255: => 'Fichier source copié',
1.3       www      1256: 
                   1257:    'Copyright'
                   1258: => 'Copyright',
                   1259: 
                   1260:    'Copyright/Distribution'
                   1261: => 'Copyright/Distribution',
                   1262: 
                   1263:    'Could Not Process Request'
                   1264: => 'N a pas pu traiter la demande',
                   1265: 
                   1266:    'Could not write metadata'
1.8       bisitz   1267: => 'Ne peut pas écrire les meta-données',
1.3       www      1268: 
                   1269:    'Course Assessment Parameter - Helper Mode'
1.8       bisitz   1270: => 'Paramètres d évaluation du cours - Mode Assistance',
1.3       www      1271: 
                   1272:    'Course Assessment Parameters - Overview Mode'
1.8       bisitz   1273: => 'Paramètres d évaluation du cours - Mode de vue d ensemble',
1.3       www      1274: 
                   1275:    'Course Assessments Parameters - Table Mode'
1.8       bisitz   1276: => 'Paramètres d évaluation du cours - Mode Table',
1.3       www      1277: 
                   1278:    'Course Documents'
                   1279: => 'Documents du Cours',
                   1280: 
                   1281:    'Course Environment Parameters'
1.8       bisitz   1282: => 'Paramètres d Environement du Cours',
1.3       www      1283: 
                   1284:    'Course ID'
                   1285: => 'Numero d identification du Cours',
                   1286: 
                   1287:    'Course Parameter Helper'
1.8       bisitz   1288: => 'Aide pour établir les paramètres du cours',
1.3       www      1289: 
                   1290:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
1.8       bisitz   1291: => 'Les données statistiques et les diagrammes du cours ne peuvent pas être récuperés jusqu à ce que la base de données soit relancée. Vos donnees sont intactes mais ne peuvent pas être affichées en ce moment.',
1.3       www      1292: 
                   1293:    'Course level sheet'
                   1294: => 'feuille au niveau du cours ',
                   1295: 
                   1296:    'Create New Environment Variable'
1.8       bisitz   1297: => 'Créer une nouvelle variable d environement',
1.3       www      1298: 
                   1299:    'Creation Date'
1.8       bisitz   1300: => 'Date de Création',
1.3       www      1301: 
                   1302:    'Current Session Value'
                   1303: => 'Valeur pour la session Courrante',
                   1304: 
                   1305:    'Custom Distribution File'
                   1306: => 'Fichier de distribution fait sur commande',
                   1307: 
                   1308:    'Default'
1.8       bisitz   1309: => 'Défaut ',
1.3       www      1310: 
                   1311:    'Default Cataloging Information for Directory'
1.8       bisitz   1312: => 'information de répertoire pour le catalogue, par défaut',
1.3       www      1313: 
                   1314:    'Default Value'
                   1315: => 'Valeur Par Defaut',
                   1316: 
                   1317:    'Degree of difficulty'
1.8       bisitz   1318: => 'Degré de difficulté',
1.3       www      1319: 
                   1320:    'Delete a role'
1.8       bisitz   1321: => 'Eliminer un rôle',
1.3       www      1322: 
                   1323:    'Detailed Citation View'
1.8       bisitz   1324: => 'Affichage détaillé des citations',
1.3       www      1325: 
                   1326:    'Detailed Problem Analysis'
1.8       bisitz   1327: => 'Analyse détaillée du problème',
1.3       www      1328: 
                   1329:    'Detailed statistics and graphs of student performance on problems.'
1.8       bisitz   1330: => 'Données statistiques détaillées et diagrammes illustrant la performance des étudiants résolvant des problèmes.',
1.3       www      1331: 
                   1332:    'Differences'
                   1333: => 'Differences',
                   1334: 
                   1335:    'Disable all communication among students'
1.8       bisitz   1336: => 'Empecher toute comunication entre les étudiants',
1.3       www      1337: 
                   1338:    'Discard Selected'
1.8       bisitz   1339: => 'Ignorez sélection',
1.3       www      1340: 
                   1341:    'Distribute Messages from Uploaded File to Course'
1.8       bisitz   1342: => 'Distrubuer les Messages du fichier téléchargé à tout le monde dans le cours',
1.3       www      1343: 
                   1344:    'DoDiff'
                   1345: => 'DoDiff',
                   1346: 
                   1347:    'Due'
1.8       bisitz   1348: => 'est dû ',
1.3       www      1349: 
                   1350:    'Dump Course DOCS to Construction Space'
1.8       bisitz   1351: => 'Décharger les DOCS du Cours dans l espace de Construction',
1.3       www      1352: 
                   1353:    'EMail and Messages'
                   1354: => 'Courriel(email) et Messages',
                   1355: 
                   1356:    'Edit Catalog Information'
                   1357: => 'Editer les Informations du Catalogue',
                   1358: 
                   1359:    'Edit Content of a Map'
                   1360: => 'Editer le Contenu de la Carte',
                   1361: 
                   1362:    'Edit Directory Catalog Information'
1.8       bisitz   1363: => 'Editer les Informations du Catalogue de répertoires',
1.3       www      1364: 
                   1365:    'Edit this resource'
                   1366: => 'Editer cette ressource',
                   1367: 
                   1368:    'Enclosing Map or Folder'
1.4       www      1369: => 'Enfermant Carte ou Dossier',
1.3       www      1370: 
                   1371:    'End Helper'
                   1372: => 'Arreter l aide',
                   1373: 
                   1374:    'Enrollment Status'
                   1375: => 'Etat de l Inscription',
                   1376: 
                   1377:    'Enter construction space as a co-author'
                   1378: => 'Entrer l espace de construction comme auteur',
                   1379: 
                   1380:    'Entering course ...'
                   1381: => 'Entrant le cours ...',
                   1382: 
                   1383:    'Error Messages'
                   1384: => 'Messages d Erreur',
                   1385: 
                   1386:    'Evaluate Resource'
                   1387: => 'Evaluer la ressource',
                   1388: 
                   1389:    'Every problem in a particular folder'
1.8       bisitz   1390: => 'Chaque problème dans un dossier particulier',
1.3       www      1391: 
                   1392:    'Every problem in the course'
1.8       bisitz   1393: => 'Chaque problème du cours',
1.3       www      1394: 
                   1395:    'Exam Information'
                   1396: => 'Information sur l Examen',
                   1397: 
                   1398:    'Excel'
                   1399: => 'Excel',
                   1400: 
                   1401:    'External Resource'
                   1402: => 'Ressource Externe',
                   1403: 
                   1404:    'Failed Access to Construction Space'
1.8       bisitz   1405: => 'Accès a l espace de construction raté',
1.3       www      1406: 
                   1407:    'Fielded Format'
                   1408: => 'Format en Champs',
                   1409: 
                   1410:    'File Category'
                   1411: => 'Categorie de Fichier',
                   1412: 
                   1413:    'Finish Course Initialization'
                   1414: => 'Finaliser l initialisation du cours',
                   1415: 
                   1416:    'Folder'
                   1417: => 'Dossier',
                   1418: 
                   1419:    'For User'
                   1420: => 'Pour l Utilisateur',
                   1421: 
                   1422:    'Force publication of unmodified files'
1.8       bisitz   1423: => 'Forcer la publication des fichiers non modifiés',
1.3       www      1424: 
                   1425:    'Generate Spreadsheet'
1.8       bisitz   1426: => 'Générer une feuille de calculs (Tableur)',
1.3       www      1427: 
                   1428:    'Generate Statistics'
1.8       bisitz   1429: => 'Générer Données Statistiques',
1.3       www      1430: 
                   1431:    'Generate new role ...'
1.8       bisitz   1432: => 'Générer un nouveau rôle ...',
1.3       www      1433: 
                   1434:    'Go to the next resource in the course sequence'
1.8       bisitz   1435: => 'Aller à la prochaine ressource dans la séquence du cours',
1.3       www      1436: 
                   1437:    'Go to the previous resource in the course sequence'
1.8       bisitz   1438: => 'Aller à la ressource précédente dans la séquence du cours',
1.3       www      1439: 
                   1440:    'Grant/revoke Course Custom Role'
1.8       bisitz   1441: => 'Octroyer/annuler le rôle sur mesure pour le cours' ,
1.3       www      1442: 
                   1443:    'Grant/revoke role of Administrator'
1.8       bisitz   1444: => 'Octroyer/annuler le rôle d Administrateur ',
1.3       www      1445: 
                   1446:    'Grant/revoke role of Author'
1.8       bisitz   1447: => 'Octroyer/annuler le rôle d auteur ',
1.3       www      1448: 
                   1449:    'Grant/revoke role of Course Coordinator'
1.8       bisitz   1450: => 'Octroyer/annuler le rôle de Coordinateur du cours',
1.3       www      1451: 
                   1452:    'Grant/revoke role of Domain Guest'
1.8       bisitz   1453: => 'Octroyer/annuler le rôle d invité de domaine ',
1.3       www      1454: 
                   1455:    'Grant/revoke role of Librarian'
1.8       bisitz   1456: => 'Octroyer/annuler le rôle de bibliothécaire',
1.3       www      1457: 
                   1458:    'Grant/revoke role of Scantron Operator'
1.8       bisitz   1459: => 'Octroyer/annuler le rôle d operateur Scantron',
1.3       www      1460: 
                   1461:    'Grant/revoke role of Teaching Assistant'
1.8       bisitz   1462: => 'Octroyer/annuler le rôle d aide enseignant ',
1.3       www      1463: 
                   1464:    'HTML'
                   1465: => 'HTML',
                   1466: 
                   1467:    'Host'
1.8       bisitz   1468: => 'Hôte',
1.3       www      1469: 
                   1470:    'Import a published document'
1.8       bisitz   1471: => 'Importer un document publié',
1.3       www      1472: 
                   1473:    'Internally authenticated'
                   1474: => 'Authentification Interne',
                   1475: 
                   1476:    'Invalid date entry'
                   1477: => 'Saisie invalide de date',
                   1478: 
                   1479:    'Kerberos authenticated'
                   1480: => 'Authetification par Kerberos',
                   1481: 
                   1482:    'Keyword(s)'
1.8       bisitz   1483: => 'Mot(s) Clé(s)',
1.3       www      1484: 
                   1485:    'Keywords'
1.8       bisitz   1486: => 'Mots Clés',
1.3       www      1487: 
                   1488:    'LON-CAPA Helper:'
                   1489: => 'Aide de LON-CAPA:',
                   1490: 
                   1491:    'Last Week'
1.8       bisitz   1492: =>  'La semaine dernière',
1.3       www      1493: 
                   1494:    'Last access'
1.8       bisitz   1495: => 'Dernier accès',
1.3       www      1496: 
                   1497:    'Last modified'
1.8       bisitz   1498: => 'Dernière modification',
1.3       www      1499: 
                   1500:    'Last updated'
1.8       bisitz   1501: => 'Dernière mise à jour',
1.3       www      1502: 
                   1503:    'Limit by copyright/distribution'
                   1504: => 'Limiter par copyright/distribution',
                   1505: 
                   1506:    'Limit by language'
                   1507: => 'Limiter par langage',
                   1508: 
                   1509:    'Load Map'
1.8       bisitz   1510: => 'Charger Carte/Séquence',
1.3       www      1511: 
                   1512:    'Load:'
                   1513: => 'Charger:',
                   1514: 
                   1515:    'Lock and unlock assessments'
1.8       bisitz   1516: => 'Bloquer et débloquer les devoirs',
1.3       www      1517: 
                   1518:    'Logged Out'
1.8       bisitz   1519: => 'Session fermée',
1.3       www      1520: 
                   1521:    'MIME Type'
                   1522: => 'Type MIME',
                   1523: 
                   1524:    'Make notes and annotations about this resource'
                   1525: => 'Inserer notes et annotations au sujet de cette ressource',
                   1526: 
                   1527:    'Manage Access Keys'
1.8       bisitz   1528: => 'Gérer les Codes d Accès',
1.3       www      1529: 
                   1530:    'Manage access keys'
1.8       bisitz   1531: => 'Gérer les codes d accès',
1.3       www      1532: 
                   1533:    'Material appears to be correct'
1.8       bisitz   1534: => 'Le materiel de cours semble être correct',
1.3       www      1535: 
                   1536:    'Material covered with sufficient depth'
1.8       bisitz   1537: => 'Le materiel de cours est traité avec suffisament de profondeur',
1.3       www      1538: 
                   1539:    'Material is helpful'
                   1540: => 'Le materiel de cours est utile',
                   1541: 
                   1542:    'Material presented in clear way'
1.8       bisitz   1543: => 'Le materiel de cours est presenté de façon claire',
1.3       www      1544: 
                   1545:    'Max Possible To Date'
                   1546: => ' Maximum Possible Jusqu ici ',
                   1547: 
                   1548:    'Max Tries'
                   1549: => 'Maximum nombre d essai',
                   1550: 
                   1551:    'Mean Tries'
                   1552: => 'Moyenne du nombre d essai',
                   1553: 
                   1554:    'Metadata Information'
1.8       bisitz   1555: => 'Information de meta-données',
1.3       www      1556: 
                   1557:    'Mime type'
                   1558: => 'Type Mime',
                   1559: 
                   1560:    'Modification Date'
                   1561: => 'Date de Modification',
                   1562: 
                   1563:    'Modified'
1.8       bisitz   1564: => 'Modifié(e)',
1.3       www      1565: 
                   1566:    'Modify Course Assessment Parameters'
1.8       bisitz   1567: => 'Modifier les paramètres des devoirs du cours',
1.3       www      1568: 
                   1569:    'Modify authentication mechanism and data for a user'
1.8       bisitz   1570: => 'Modifier le mecanisme d authentification et les données de l utilisateur',
1.3       www      1571: 
                   1572:    'Modify deadlines, etc, for this assessment resource'
                   1573: => 'Modifier les dates limites, etc. pour ce devoir',
                   1574: 
                   1575:    'Modify grades'
                   1576: => 'Modifier les notes',
                   1577: 
                   1578:    'Modify user grades for this assessment resource'
                   1579: => 'Modifier les notes de l utilisateur pour ce devoir',
                   1580: 
                   1581:    'Move Down'
1.8       bisitz   1582: => 'Se déplacer vers le bas',
1.3       www      1583: 
                   1584:    'Move Up'
1.8       bisitz   1585: => 'Se déplacer vers le haut',
1.3       www      1586: 
                   1587:    'My Personal Info'
                   1588: => 'Mes informations personnelles',
                   1589: 
                   1590:    'Network-wide number of accesses (hits)'
1.8       bisitz   1591: => 'Nombre d accès à travers le réseau (hits)',
1.3       www      1592: 
                   1593:    'Network-wide number of courses using resource'
1.8       bisitz   1594: => 'Nombre de cours à travers le réseau utilisant cette ressource',
1.3       www      1595: 
                   1596:    'New Title'
                   1597: => 'Nouveau Titre',
                   1598: 
                   1599:    'Next    '
                   1600: => 'Suivant    ',
                   1601: 
                   1602:    'No changes were made to the current settings.'
1.8       bisitz   1603: => 'Aucun changement n a été fait à la configuration actuelle.',
1.3       www      1604: 
                   1605:    'Number of resources that follow this resource in maps'
                   1606: => 'Nombre de ressources suivant cette ressource dans les CARTES',
                   1607: 
                   1608:    'Number of resources that lead up to this resource in maps'
1.8       bisitz   1609: => 'Nombre de ressources qui ménent à cette ressource dans les CARTES',
1.3       www      1610: 
                   1611:    'Number of resources using or importing resource'
                   1612: => 'Nombre de ressources utilisant ou important cette ressource',
                   1613: 
                   1614:    'Obsolete'
1.8       bisitz   1615: => 'Désuet',
1.3       www      1616: 
                   1617:    'One particular problem'
1.8       bisitz   1618: => 'Un problème particulier',
1.3       www      1619: 
                   1620:    'Open'
                   1621: => 'Ouvrir',
                   1622: 
                   1623:    'Open All Folders'
                   1624: => 'Ouvrir tous les Dossiers',
                   1625: 
                   1626:    'Output'
                   1627: => 'Sortie',
                   1628: 
                   1629:    'Output Format'
                   1630: => 'Format en sortie',
                   1631: 
                   1632:    'Overall Problem Statistics'
1.8       bisitz   1633: => 'Données Statistiques globales du Problème',
1.3       www      1634: 
                   1635:    'Owner/Publisher'
1.8       bisitz   1636: => 'Propriétaire/Editeur',
1.3       www      1637: 
                   1638:    'Parameter Name'
1.8       bisitz   1639: => 'Nom du Paramètre',
1.3       www      1640: 
                   1641:    'Parameter Type'
1.8       bisitz   1642: => 'Type de Paramètre',
1.3       www      1643: 
                   1644:    'Parameter in Effect'
1.8       bisitz   1645: => 'Paramètre en Effet',
1.3       www      1646: 
                   1647:    'Parent Directory'
1.8       bisitz   1648: => 'Répertoire Parent',
1.3       www      1649: 
                   1650:    'Per Page'
                   1651: => 'Par page',
                   1652: 
                   1653:    'Personal Information'
                   1654: => 'Information Personnelle',
                   1655: 
                   1656:    'Please either'
1.4       www      1657: => "SVP l'un ou l'autre",
1.3       www      1658: 
                   1659:    'Please notify the server administrator '
                   1660: => 'SVP Notifiez l administrateur du serveur',
                   1661: 
                   1662:    'Please select a problem to analyze'
1.8       bisitz   1663: => 'SVP, sélectionnez un problème à analyser',
1.3       www      1664: 
                   1665:    'Please select a report to generate.'
1.8       bisitz   1666: => 'SVP, sélectionnez un rapport à créer.',
1.3       www      1667: 
                   1668:    'Post anonymously'
1.8       bisitz   1669: => 'Poster de façon anonyme',
1.3       www      1670: 
                   1671:    'Post discussion on course resources'
                   1672: => 'Poster une discussion sur les ressources du cours',
                   1673: 
                   1674:    'Post system frontpage announcements'
1.8       bisitz   1675: => 'Poster annonces en première page du système',
1.3       www      1676: 
                   1677:    'Post to live chatrooms'
1.8       bisitz   1678: => 'Poster en temps réel au bavardoir (ChatRoom)',
1.3       www      1679: 
                   1680:    'Preparing Excel Spreadsheet'
1.8       bisitz   1681: => 'Préparer Tableur Excel',
1.3       www      1682: 
                   1683:    'Printing Helper'
                   1684: => 'Assistant d impression',
                   1685: 
                   1686:    'Privacy Note'
1.8       bisitz   1687: => 'Note Privée',
1.3       www      1688: 
                   1689:    'Problem Status Chart'
1.8       bisitz   1690: => 'Tableau d état des Problèmes',
1.3       www      1691: 
                   1692:    'Problems Not Contained In A Folder'
1.8       bisitz   1693: => 'Problèmes non contenus dans un dossier',
1.3       www      1694: 
                   1695:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
1.8       bisitz   1696: => 'Problèmes pour créer une feuille de calcul Excel.  Cette erreur a été journalisée. Veuillez SVP informer l administrateur du système LON-CAPA.',
1.3       www      1697: 
                   1698:    'Processing course structure'
                   1699: => 'Traitement de la struture du cours',
                   1700: 
                   1701:    'Processing first student'
1.8       bisitz   1702: => 'Traitement du premier étudiant',
1.3       www      1703: 
                   1704:    'Project Information'
1.8       bisitz   1705: => 'Information à propos du Projet',
1.3       www      1706: 
                   1707:    'Provide feedback messages or contribute to the course discussion about this resource'
1.8       bisitz   1708: => 'Fournir un feedback et contribuer à la discussion du cours sur cette ressource',
1.3       www      1709: 
                   1710:    'Provide my evaluation of this resource'
1.8       bisitz   1711: => 'Fournir mon évaluation de cette ressource',
1.3       www      1712: 
                   1713:    'Publish'
                   1714: => 'Publier',
                   1715: 
                   1716:    'Publish Directory'
1.8       bisitz   1717: => 'Publier Répertoire',
1.3       www      1718: 
                   1719:    'Publish Directory and Sub Directories'
1.8       bisitz   1720: => 'Publier Répertoire et Sous-répertoires',
1.3       www      1721: 
                   1722:    'Published'
1.8       bisitz   1723: => 'Publié(e)',
1.3       www      1724: 
                   1725:    'Publisher/Owner'
1.8       bisitz   1726: => 'Editeur/Propriétaire',
1.3       www      1727: 
                   1728:    'Publishing'
                   1729: => 'En train de publier',
                   1730: 
                   1731:    'Quick Completed Problems Display'
1.8       bisitz   1732: => 'Visualition rapide des Problèmes Résolus',
1.3       www      1733: 
                   1734:    'Reading results from'
1.8       bisitz   1735: => 'Lisant résultats à partir de ',
1.3       www      1736: 
                   1737:    'Related'
1.8       bisitz   1738: => 'Relié à ',
1.3       www      1739: 
                   1740:    'Resource Feedback and Discussion'
                   1741: => 'Feedback et discussion de ressources',
                   1742: 
                   1743:    'Resource Level'
                   1744: => 'Niveau Ressource',
                   1745: 
                   1746:    'Resource Publication'
                   1747: => 'Publication de Ressource',
                   1748: 
                   1749:    'Resource is technically correct'
                   1750: => 'Ressource techniquement correte',
                   1751: 
                   1752:    'Retrieve'
                   1753: => 'Restaurer',
                   1754: 
                   1755:    'Revert to Last Saved'
1.8       bisitz   1756: => 'Retourner à la dernière version sauvée',
1.3       www      1757: 
                   1758:    'Revision Date'
                   1759: => 'Date de Revision',
                   1760: 
                   1761:    'Row'
                   1762: => 'Ligne',
                   1763: 
                   1764:    'S.D. tries'
                   1765: => 'Dev Stand nombre d essai',
                   1766: 
                   1767:    'Save as'
                   1768: => 'Enregister sous',
                   1769: 
                   1770:    'Save as & Make This Sheet the Default'
                   1771: => 'Enregistrer sous & faire le tableur par defaut',
                   1772: 
                   1773:    'Scantron Operator'
                   1774: => 'Operateur Scantron',
                   1775: 
                   1776:    'Score Upload Form'
1.8       bisitz   1777: => 'Formulaire pour Télécharger les notes',
1.3       www      1778: 
                   1779:    'Search Complete'
1.8       bisitz   1780: => 'Recherche Completée',
1.3       www      1781: 
                   1782:    'Section'
                   1783: => 'Section',
                   1784: 
                   1785:    'Sections'
                   1786: => 'Sections',
                   1787: 
                   1788:    'Select All'
1.8       bisitz   1789: => 'Tout Sélectionner',
1.3       www      1790: 
                   1791:    'Select All Students'
1.8       bisitz   1792: => 'Sélectionner tous les étudiants',
1.3       www      1793: 
                   1794:    'Select Date'
1.8       bisitz   1795: => 'Sélectionner une Date',
1.3       www      1796: 
                   1797:    'Select Enclosing Map or Folder'
1.8       bisitz   1798: => 'Sélectionner une carte ou Dossier',
1.3       www      1799: 
                   1800:    'Select Map'
1.8       bisitz   1801: => 'Sélectionner Carte/Sequence',
1.3       www      1802: 
                   1803:    'Select Parameter Level'
1.8       bisitz   1804: => 'Sélectionner niveau du paramètre',
1.3       www      1805: 
                   1806:    'Select Spreadsheet File'
1.8       bisitz   1807: => 'Sélectionner Tableur',
1.3       www      1808: 
                   1809:    'Send Message to User(s)'
                   1810: => 'Envoyer message aux utilisateurs',
                   1811: 
                   1812:    'Send Scantron data to a course'
1.8       bisitz   1813: => 'Envoyer résultats Scantron à un cours',
1.3       www      1814: 
                   1815:    'Send internal email'
                   1816: => 'Envoyer courriel(email) interne',
                   1817: 
                   1818:    'Sequence or Folder'
1.8       bisitz   1819: => 'Séquence ou Dossier',
1.3       www      1820: 
                   1821:    'Sequences and Folders'
1.8       bisitz   1822: => 'Séquences et Dossiers',
1.3       www      1823: 
                   1824:    'Set Course Environment Parameters'
1.8       bisitz   1825: => 'Configurer les paramètres de l environement du cours',
1.3       www      1826: 
                   1827:    'Set Date'
                   1828: => 'Fixer Date',
                   1829: 
                   1830:    'Set Defaults for All Resources in Course'
                   1831: => 'Fixer valeurs par defaut pour toutes les ressources du cours',
                   1832: 
                   1833:    'Set a bookmark for this resource'
                   1834: => 'Etablir un signet pour cette ressource',
                   1835: 
                   1836:    'Set a due date'
                   1837: => 'Fixer une date due',
                   1838: 
                   1839:    'Set an answer open date'
1.8       bisitz   1840: => 'Fixer une date pour afficher les réponses',
1.3       www      1841: 
                   1842:    'Set an open date'
                   1843: => 'Fixer une date d ouverture',
                   1844: 
                   1845:    'Set opening date for all problems in the course for. . .'
1.8       bisitz   1846: => 'Fixer la date de disponibilité de tous les problèmes du cours pour  . .',
1.3       www      1847: 
                   1848:    'Set the number of tries'
                   1849: => 'Fixer le nombre d essai',
                   1850: 
                   1851:    'Set the problem weight'
1.8       bisitz   1852: => 'Fixer le poids (coefficient) du problème',
1.3       www      1853: 
                   1854:    'Set/Modify Course Assessment Parameter'
1.8       bisitz   1855: => 'Fixer/Modifier Paramètre des devoirs du Cours',
1.3       www      1856: 
                   1857:    'Set/Modify Course Assessment Parameters'
1.8       bisitz   1858: => 'Fixer/Modifier Paramètres des devoirs du Cours',
1.3       www      1859: 
                   1860:    'Set/Modify Course Parameters'
1.8       bisitz   1861: => 'Fixer/Modifier Parameères du Cours',
1.3       www      1862: 
                   1863:    'Shared by course faculty and staff'
                   1864: => 'Partage par le corps enseignant du cours',
                   1865: 
                   1866:    'Show More Options'
                   1867: => 'Montrer plus Options',
                   1868: 
1.10      bisitz   1869:    'Show all roles'
1.3       www      1870: => 'Mostrer tous les roles',
                   1871: 
                   1872:    'Show catalog information'
                   1873: => 'Montrer information de catalogue',
                   1874: 
                   1875:    'Show resource'
                   1876: => 'Montrer ressource',
                   1877: 
                   1878:    'Significant figures are incorrect, submission was not graded.'
1.8       bisitz   1879: => 'Nombres de chiffres significatifs incorrect, la réponse soumise n a pas été evaluée.',
1.3       www      1880: 
                   1881:    'Since Start of Course'
1.8       bisitz   1882: => 'Depuis le début du Cours',
1.3       www      1883: 
                   1884:    'Since Yesterday'
                   1885: => 'Depuis hier',
                   1886: 
                   1887:    'Size'
                   1888: => 'Taille',
                   1889: 
                   1890:    'Skew Tries'
                   1891: => 'Essai de biais',
                   1892: 
                   1893:    'Special documents'
1.8       bisitz   1894: => 'Documents spécials',
1.3       www      1895: 
                   1896:    'Spreadsheet Computation'
                   1897: => 'Calcul de Tableur',
                   1898: 
                   1899:    'Spreadsheet Computation Status'
                   1900: => 'Etat du calcul du tableur',
                   1901: 
                   1902:    'Statistics'
1.8       bisitz   1903: => 'Données satistiques',
1.3       www      1904: 
                   1905:    'Statistics and Problem Analysis'
1.8       bisitz   1906: => 'Données satistiques et analyse de problèmes',
1.3       www      1907: 
                   1908:    'Store'
                   1909: => 'Sauvegarder',
                   1910: 
                   1911:    'Store Catalog Information'
                   1912: => 'Sauvegarder information du catalogue',
                   1913: 
                   1914:    'Student level sheet'
1.8       bisitz   1915: => 'Tableur au niveau étudiant',
1.3       www      1916: 
                   1917:    'Student performance statistics on all problems.'
1.8       bisitz   1918: => 'Données statistiques de la performance de l étudiant avec tous les problèmes.',
1.3       www      1919: 
                   1920:    'Students Affected'
1.8       bisitz   1921: => 'Etudiants concernés',
1.3       www      1922: 
                   1923:    'Subject'
                   1924: => 'Sujet',
                   1925: 
                   1926:    'Successful Login'
1.8       bisitz   1927: => 'Connection réussie',
1.3       www      1928: 
                   1929:    'Suggested Replacement for Obsolete File'
1.8       bisitz   1930: => 'Suggestion de remplacement pour fichier désuet',
1.3       www      1931: 
                   1932:    'Summary'
1.8       bisitz   1933: => 'Résumé',
1.3       www      1934: 
                   1935:    'Summary View'
1.8       bisitz   1936: => 'Visualisation du Résumé',
1.3       www      1937: 
                   1938:    'Switching Role'
1.8       bisitz   1939: => 'Changement de rôle',
1.3       www      1940: 
                   1941:    'Synchronized SQL metadata database'
1.8       bisitz   1942: => 'Base de données de meta-données SQL synchronisée',
1.3       www      1943: 
                   1944:    'Target'
                   1945: => 'Cible',
                   1946: 
                   1947:    'Task'
1.8       bisitz   1948: => 'Tâche',
1.3       www      1949: 
                   1950:    'Template'
                   1951: => 'Gabarit',
                   1952: 
                   1953:    'Temporary Assembly Workspace'
                   1954: => 'Espace temporaire de montage',
                   1955: 
                   1956:    '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.8       bisitz   1957: => 'Toute information soumise est visible à tout utilisateur connecté à LONCAPA. Ne soumettez aucune information que vous ne désirez pas partager publiquement.',
1.3       www      1958: 
                   1959:    'There are currently no results'
                   1960: => 'Pas de resultats pour l instant',
                   1961: 
                   1962:    '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.8       bisitz   1963: => "cette aide vous aidera en fixant la dates d ouverture, la date dûe et la date d affichage des réponses ainsi que le nombre d essais permis pour les problèmes. Vous serez invité à choisir pour quels problèmes vous souhaitez fixer les paramètres, puis quel paramètre vous souhaitez fixer, ensuite vous choisirez qui sera affecté par la nouvelle configuration. Après que l'aide ait fini sa tâche, il vous montrera où dans l'interface avançée vous auriez du allé pour fixer le paramètre que vous avez choisi, pour qu à l'avenir vous puissiez le faire directement. Cliquez Suivant -&gt; pour commencer, ou cliquez &lt;- précédent pour retourner à l'écran précédent.",
1.3       www      1964: 
                   1965:    'This syllabus can be publicly viewed at'
1.8       bisitz   1966: => 'Ce programme peut être publiquement visualisé à',
1.3       www      1967: 
                   1968:    'Topic'
                   1969: => 'Sujet',
                   1970: 
                   1971:    'Total'
                   1972: => 'Total',
                   1973: 
                   1974:    'Total Parts In Course'
                   1975: => 'Nombre total de composants du cours',
                   1976: 
                   1977:    'Total number of students who have worked on this problem'
1.8       bisitz   1978: => 'Nombre total d étudiants qui ont travaillé sur ce problème',
1.3       www      1979: 
                   1980:    'Type'
                   1981: => 'Type',
                   1982: 
                   1983:    'UNIX authenticated'
                   1984: => 'Authentification par UNIX',
                   1985: 
                   1986:    'URL'
                   1987: => 'Adresse URL',
                   1988: 
                   1989:    'URLs To Include in Syllabus'
1.8       bisitz   1990: => 'Adresses URL à inclure dans le Programme du Cours',
1.3       www      1991: 
                   1992:    'USERS'
                   1993: => 'UTILISATEURS',
                   1994: 
                   1995:    'Unable to connect to database!'
1.8       bisitz   1996: => 'incapable de connecter à la base de données!',
1.3       www      1997: 
                   1998:    'Unknown ID'
                   1999: => 'Identification inconnue',
                   2000: 
                   2001:    'Unknown user'
                   2002: => 'Utilisateur inconnu',
                   2003: 
                   2004:    'Unpublished'
1.8       bisitz   2005: => 'Non publié(e)',
1.3       www      2006: 
                   2007:    'Unselect All'
1.8       bisitz   2008: => 'Désélectioner Tout',
1.3       www      2009: 
                   2010:    'Unselect All Students'
1.8       bisitz   2011: => 'Désélectioner Tous les Etudiants',
1.3       www      2012: 
                   2013:    'Up'
                   2014: => 'vers le haut ',
                   2015: 
                   2016:    'Update Course Assessment Parameter Display'
1.8       bisitz   2017: => 'Mise à jour de la visualisation des paramètres des devoirs du cours',
1.3       www      2018: 
                   2019:    'Update Display'
1.8       bisitz   2020: => 'Mise à jour de la visualisation',
1.3       www      2021: 
                   2022:    'Update Section or Specific User'
1.8       bisitz   2023: => 'Mise à jour de la section ou d un utilisateur spécifique',
1.3       www      2024: 
                   2025:    'Upload Scantron data'
1.8       bisitz   2026: => 'Télécharger les données Scantron',
1.3       www      2027: 
                   2028:    'Upload a Photo'
1.8       bisitz   2029: => 'Télécharger une photo',
1.3       www      2030: 
                   2031:    'Upload a new main course document'
1.8       bisitz   2032: => 'Télécharger un nouveau document principal de cours',
1.3       www      2033: 
                   2034:    'Upload a new supplemental course document'
1.8       bisitz   2035: => 'Télécharger un nouveau document supplémentaire pour le cours',
1.3       www      2036: 
                   2037:    'User'
                   2038: => 'Utilisateur',
                   2039: 
                   2040:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.8       bisitz   2041: => 'Notes de l utilisateur, enregistrements des discussions en tête à tête , et Messages critiques du Cours',
1.3       www      2042: 
                   2043:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.8       bisitz   2044: => 'Notes de l utilisateur, enregistrements des discussions en tête à tête, et Messages critiques',
1.3       www      2045: 
                   2046:    'Verify Course Documents'
1.8       bisitz   2047: => 'Vérifier les Documents du Cours',
1.3       www      2048: 
                   2049:    'Verify Selection'
1.8       bisitz   2050: => 'Vérifier Sélection',
1.3       www      2051: 
                   2052:    'Version'
                   2053: => 'Version',
                   2054: 
                   2055:    'Version Number'
                   2056: => 'Numero de Version',
                   2057: 
                   2058:    'View'
                   2059: => 'Visualiser',
                   2060: 
                   2061:    'View Critical Messages'
                   2062: => 'Visualiser Messages Critiques',
                   2063: 
                   2064:    'View Published Version'
1.8       bisitz   2065: => 'Visualiser Version Publiée',
1.3       www      2066: 
                   2067:    'View user submissions for this assessment resource'
1.8       bisitz   2068: => 'Visualiser les réponses de l utilisateur pour ce devoir',
1.3       www      2069: 
                   2070:    'Web References'
1.8       bisitz   2071: => 'Références Web',
1.3       www      2072: 
                   2073:    'Welcome to the Assignment Parameter Helper'
1.8       bisitz   2074: => 'Bienvenu au programme d aide de configuration et attribution des paramètres',
1.3       www      2075: 
                   2076:    'What parameter do you want to set for all problems in the course?'
1.8       bisitz   2077: => 'Quel paramètre desirez vous etablir pour tous les problèmes du cours?',
1.3       www      2078: 
                   2079:    'What should the opening date be set to?'
1.8       bisitz   2080: => 'Quelle date d ouverture (du problème) voulez vous?',
1.3       www      2081: 
                   2082:    'Which Problem or Problems?'
1.8       bisitz   2083: => 'Quel(s) Problème ou Problèmes?',
1.3       www      2084: 
                   2085:    'Which problems do you wish to set a parameter for?'
1.8       bisitz   2086: => 'Pour quels problèmes voulez vous établir le paramètre?',
1.3       www      2087: 
                   2088:    'Words'
                   2089: => 'Mots',
                   2090: 
                   2091:    'Wrote Metadata'
1.8       bisitz   2092: => 'Méta-données enregistrées',
1.3       www      2093: 
                   2094:    'XML/SGML'
                   2095: => 'XML/SGML',
                   2096: 
                   2097:    'You must choose at least one student to continue.'
1.8       bisitz   2098: => 'Vous devez choisir au moins un étudiant pour continuer.',
1.3       www      2099: 
                   2100:    'You must choose one or more choices to continue.'
1.8       bisitz   2101: => 'Vous devez sélectionner une ou plusieurs options avant de continuer.',
1.3       www      2102: 
                   2103:    'You need to choose another user role or enter a specific course for this function'
1.8       bisitz   2104: => 'Vous devez choisir un autre rôle ou un cours spécifique pour cette fonction',
1.3       www      2105: 
                   2106:    'Your Excel Spreadsheet'
                   2107: => 'Votre tableur Excel',
                   2108: 
                   2109:    'Your home server is '
                   2110: => 'Votre Serveur d acceuil',
                   2111: 
                   2112:    'a.m.'
                   2113: => 'a.m.',
                   2114: 
                   2115:    'abstract'
1.8       bisitz   2116: => 'résumé',
1.3       www      2117: 
                   2118:    'acc keys'
1.8       bisitz   2119: => 'Touches d accès',
1.3       www      2120: 
                   2121:    'access denied'
1.8       bisitz   2122: => 'accès refusé',
1.3       www      2123: 
                   2124:    'according to course preferences'
1.8       bisitz   2125: => 'd apres les préferences du cours',
1.3       www      2126: 
                   2127:    'according to resource settings'
                   2128: => 'd apres la configuration de la ressource',
                   2129: 
                   2130:    'according to user session state'
1.8       bisitz   2131: => 'd apres l état de la session de l utilisateur',
1.3       www      2132: 
                   2133:    'all'
                   2134: => 'tout',
                   2135: 
                   2136: 
                   2137:    'anno-[_1]'
                   2138: => 'anno-[_1]',
                   2139: 
                   2140:    'announce'
                   2141: => 'annoncer',
                   2142: 
                   2143:    'at'
1.8       bisitz   2144: => 'à',
1.3       www      2145: 
                   2146:    'at Domain'
                   2147: => 'au Domaine',
                   2148: 
                   2149:    'at domain'
                   2150: => 'au domaine',
                   2151: 
                   2152:    'audio'
                   2153: => 'audio',
                   2154: 
                   2155:    'author'
                   2156: => 'auteur',
                   2157: 
                   2158:    'backward[_1]'
                   2159: => 'backward[_1]',
                   2160: 
                   2161:    'bookmark[_2]'
                   2162: => 'bookmark[_2]',
                   2163: 
                   2164:    'catalog[_1]'
                   2165: => 'catalog[_1]',
                   2166: 
                   2167:    'chart'
                   2168: => 'diagramme',
                   2169: 
                   2170:    'chat'
                   2171: => 'causerie',
                   2172: 
                   2173:    'close this window'
1.8       bisitz   2174: => 'fermez cette fenêtre',
1.3       www      2175: 
                   2176:    'connection down'
1.8       bisitz   2177: => 'connexion fermée',
1.3       www      2178: 
                   2179:    'contacting'
                   2180: => 'entrant en contact',
                   2181: 
                   2182:    'copyright'
                   2183: => 'copyright',
                   2184: 
                   2185:    'custom distribution file'
                   2186: => 'fichier de distribution sur mesure ',
                   2187: 
                   2188:    'default'
                   2189: => 'par default',
                   2190: 
                   2191:    'directory'
1.8       bisitz   2192: => 'répertoire',
1.3       www      2193: 
                   2194:    'discuss[_1]'
                   2195: => 'discuss[_1]',
                   2196: 
                   2197:    'docs'
                   2198: => 'documents',
                   2199: 
                   2200:    'during the last'
1.8       bisitz   2201: => 'durant la dernière',
1.3       www      2202: 
                   2203:    'edit'
1.8       bisitz   2204: => 'éditer',
1.3       www      2205: 
                   2206:    'evaluate[_1]'
                   2207: => 'evaluate[_1]',
                   2208: 
                   2209:    'exit'
                   2210: => 'sortir',
                   2211: 
                   2212:    'fas'
                   2213: => 'fas',
                   2214: 
                   2215:    'feedback[_1]'
                   2216: => 'feedback[_1]',
                   2217: 
                   2218:    'for Enclosing Map or Folder'
                   2219: => 'pour la carte ou le dossier',
                   2220: 
                   2221:    'for Resource'
                   2222: => 'pour la ressource',
                   2223: 
                   2224:    'forward[_1]'
                   2225: => 'forward[_1]',
                   2226: 
                   2227:    'from Enclosing Map or Folder'
                   2228: => 'de la carte ou du dossier',
                   2229: 
                   2230:    'general'
1.8       bisitz   2231: => 'géneral',
1.3       www      2232: 
                   2233:    'in Course'
                   2234: => 'dans le Cours',
                   2235: 
                   2236:    'in Section/Group'
                   2237: => 'dans section/Groupe',
                   2238: 
                   2239:    'info'
                   2240: => 'info',
                   2241: 
                   2242:    'interface available'
                   2243: => 'interface disponible',
                   2244: 
                   2245:    'keywords'
1.8       bisitz   2246: => 'mots-clés',
1.3       www      2247: 
                   2248:    'language'
                   2249: => 'langage',
                   2250: 
                   2251:    'last student'
1.8       bisitz   2252: => 'dernier étudiant',
1.3       www      2253: 
                   2254:    'library'
1.8       bisitz   2255: => 'bibliothèque',
1.3       www      2256: 
                   2257:    'log in again'
                   2258: => 'Se connecter de nouveau',
                   2259: 
                   2260:    'manage'
1.8       bisitz   2261: => 'gérez',
1.3       www      2262: 
                   2263:    'may be open from a different computer.'
1.8       bisitz   2264: => 'peut être ouvert à partir d un ordinateur différent.',
1.3       www      2265: 
                   2266:    'midnight'
                   2267: => 'minuit',
                   2268: 
                   2269:    'minutes'
                   2270: => 'minutes',
                   2271: 
                   2272:    'missions'
1.8       bisitz   2273: => 'miss¦ons',
1.3       www      2274: 
                   2275:    'movies'
                   2276: => 'films',
                   2277: 
                   2278:    'my'
                   2279: => 'mon/ma/mes',
                   2280: 
                   2281:    'noon'
                   2282: => 'midi',
                   2283: 
                   2284:    'not found'
1.8       bisitz   2285: => 'non trouvé',
1.3       www      2286: 
                   2287:    'notes'
                   2288: => 'notes',
                   2289: 
                   2290:    'num_override'
1.8       bisitz   2291: => 'num_dépassement',
1.3       www      2292: 
                   2293:    'obsolete'
1.8       bisitz   2294: => 'désuet',
1.3       www      2295: 
                   2296:    'obsolete replacement'
1.8       bisitz   2297: => 'remplacement obsoléte',
1.3       www      2298: 
                   2299:    'of'
                   2300: => 'de',
                   2301: 
                   2302:    'or'
                   2303: => 'ou',
                   2304: 
                   2305:    'or ID'
                   2306: => 'ou ID',
                   2307: 
                   2308:    'p.m.'
                   2309: => 'p.m.',
                   2310: 
                   2311:    'pages'
                   2312: => 'pages',
                   2313: 
                   2314:    'parms'
1.8       bisitz   2315: => 'paramètres',
1.3       www      2316: 
                   2317:    'part'
                   2318: => 'partie',
                   2319: 
                   2320:    'percent'
                   2321: => 'pourcent',
                   2322: 
                   2323:    'pictures'
                   2324: => 'figures',
                   2325: 
                   2326:    'prepare'
1.8       bisitz   2327: => 'Préparez',
1.3       www      2328: 
                   2329:    'printout'
                   2330: => 'Tirage',
                   2331: 
                   2332:    'problem'
1.8       bisitz   2333: => 'problème',
1.3       www      2334: 
                   2335:    'problem statistics grouped by sequence'
1.8       bisitz   2336: => 'Données statistiques des problèmes groupées par séquences',
1.3       www      2337: 
                   2338:    'problem statistics ungrouped'
1.8       bisitz   2339: => 'Données statistiques non groupées des problèmes',
1.3       www      2340: 
                   2341:    'problem statistics, Excel'
1.8       bisitz   2342: => 'Données statistiques des problèmes, Excel',
1.3       www      2343: 
                   2344:    'remaining'
                   2345: => 'restant',
                   2346: 
                   2347:    'resource'
                   2348: => 'ressource',
                   2349: 
                   2350:    'resources'
                   2351: => 'ressources',
                   2352: 
                   2353:    'roles'
1.8       bisitz   2354: => 'rôles',
1.3       www      2355: 
                   2356:    'search'
                   2357: => 'cherchez',
                   2358: 
                   2359:    'second'
                   2360: => 'seconde',
                   2361: 
                   2362:    'seconds'
                   2363: => 'secondes',
                   2364: 
                   2365:    'seconds for'
                   2366: => 'secondes pour',
                   2367: 
                   2368:    'sequence'
1.8       bisitz   2369: => 'séquence',
1.3       www      2370: 
                   2371:    'set[_1]'
                   2372: => 'placez[_1]',
                   2373: 
                   2374:    'space'
                   2375: => 'espace',
                   2376: 
                   2377:    'stats'
1.8       bisitz   2378: => 'Données statistiques',
1.3       www      2379: 
                   2380:    'con-'
                   2381: => 'construction-',
                   2382: 
                   2383:    'struct'
                   2384: => 'structure',
                   2385: 
                   2386:    'subject'
                   2387: => 'sujet',
                   2388: 
                   2389:    'switch'
                   2390: => 'commutez',
                   2391: 
                   2392:    'title'
                   2393: => 'titre',
                   2394: 
                   2395:    'unless locked'
1.8       bisitz   2396: => 'à moins que verrouillé ',
1.3       www      2397: 
                   2398:    'updated periodically'
1.8       bisitz   2399: => 'mis à jour périodiquement ',
1.3       www      2400: 
                   2401:    'user'
                   2402: => 'utilisateur',
                   2403: 
                   2404:    'users in'
                   2405: => 'utilisateurs dans',
                   2406: 
                   2407:    'view sub-'
                   2408: => 'visualisez sub-',
                   2409: 
                   2410:    'visible to author and co-authors only'
1.8       bisitz   2411: => "visible à l'auteur et aux co-auteurs seulement",
1.3       www      2412: 
                   2413:    'waiting on'
                   2414: => 'attendant',
                   2415: 
                   2416:    'warning(s)'
                   2417: => 'avertissement(s)',
                   2418: 
                   2419:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
1.8       bisitz   2420: => "Bienvenue au réseau d'étude <i>en ligne </i>avec CAPA. Attendez s'il vous plaît tandis que votre session se configure",
1.3       www      2421: 
                   2422:    'Welcome'
                   2423: => 'Bienvenue',
                   2424: 
                   2425:    'Calculate answers'
1.8       bisitz   2426: => 'Calculez les réponses',
1.3       www      2427: 
                   2428:    '&nbsp;Show&nbsp;All&nbsp;Foils'
                   2429: => '&nbsp;Montrer&nbsp;Toutes&nbsp;les Alternatives',
                   2430: 
                   2431:    '1 out of N multiple choice (radio button)'
                   2432: => '1 des N choix multiples (bouton radio)',
                   2433: 
                   2434:    '<b>[_1]</b>:  Unable to enroll: [_2]'
                   2435: => '<b>[_1]</b>:  Incapable d inscrire: [_2]',
                   2436: 
                   2437:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
1.8       bisitz   2438: => '<b>[_1]</b>: Incapable d inscrire. Aucun mot de passe indiqué.',
1.3       www      2439: 
                   2440:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
                   2441: => '<b>[_1]</b>: Nom d utilisateur inacceptable pour l utilisateur [_2] [_3] [_4] [_5]',
                   2442: 
                   2443:    'Administrator'
                   2444: => 'Administrateur',
                   2445: 
                   2446:    'All Documents in Course'
                   2447: => 'Tous les documents du Cours',
                   2448: 
                   2449:    'All Resources (possibly large output)'
                   2450: => 'Toutes les ressources (probablement grande sortie)',
                   2451: 
                   2452:    'Analyze Over '
                   2453: => 'Analisez Sur ',
                   2454: 
                   2455:    'Analyze Problem'
1.8       bisitz   2456: => 'Analisez le problème',
1.3       www      2457: 
                   2458:    'Analyze Problem Again'
1.8       bisitz   2459: => 'Analisez le problème de nouveau',
1.3       www      2460: 
                   2461:    'Analyze as '
                   2462: => 'Analisez comme ',
                   2463: 
                   2464:    'Anonymous'
                   2465: => 'Anonyme',
                   2466: 
                   2467:    'Anonymous contribution to course discussion of resource'
1.8       bisitz   2468: => 'Contribution anonyme à la discussion de cours sur la ressource',
1.3       www      2469: 
                   2470:    'Answer:'
1.8       bisitz   2471: => 'Réponse:',
1.3       www      2472: 
                   2473:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.8       bisitz   2474: => "En règle générale, seulement les auteurs ou les co-auteurs devraient être authentifiés par fichier  système (ce qui permet l'accès au fichier système du serveur).",
1.3       www      2475: 
                   2476:    'Associate columns with student attributes.'
1.8       bisitz   2477: => 'Associez les colonnes aux attributs de l étudiant.',
1.3       www      2478: 
                   2479:    'Attachment'
1.8       bisitz   2480: => 'Pièce jointe',
1.3       www      2481: 
                   2482:    'Attribute'
                   2483: => 'Attribut',
                   2484: 
                   2485:    'Browsing resource, all submissions are temporary.'
                   2486: => 'Survolant la ressource, toutes les soumissions sont provisoires.',
                   2487: 
                   2488:    'By'
                   2489: => 'Par',
                   2490: 
                   2491:    'CSV (comma separated values, spreadsheet)'
1.8       bisitz   2492: => 'CSV (valeurs séparées par virgule, tableur) ',
1.3       www      2493: 
                   2494:    'Calculate answers'
1.8       bisitz   2495: => 'Calculez les réponses',
1.3       www      2496: 
                   2497:    'Change'
                   2498: => 'Changez',
                   2499: 
                   2500:    'Change Random Seed To:'
1.8       bisitz   2501: => 'Changez l initialisation du tirage aléatoire a:',
1.3       www      2502: 
                   2503:    'Change Your Language Preferences'
1.8       bisitz   2504: => 'Changez Vos Préférences De Langage',
1.3       www      2505: 
                   2506:    'Changed discussion view mode'
1.8       bisitz   2507: => 'Mode de visualisation de la discussion changé',
1.3       www      2508: 
                   2509:    'Check All'
1.8       bisitz   2510: => 'Sélectionez Tous',
1.3       www      2511: 
                   2512:    'Check Course Document Versions'
1.8       bisitz   2513: => 'Sélectionez la version du document du cours',
1.3       www      2514: 
                   2515:    'Check for All'
1.8       bisitz   2516: => 'Sélectionez pour tous',
1.3       www      2517: 
                   2518:    'Check for None'
1.8       bisitz   2519: => 'Sélectionez aucun',
1.3       www      2520: 
                   2521:    'Check for Section/Group'
1.8       bisitz   2522: => 'Sélectionez Section/Groupe',
1.3       www      2523: 
                   2524:    'Check/Set Resource Versions'
1.8       bisitz   2525: => 'Sélectionez/imposez les versions de la ressource',
1.3       www      2526: 
                   2527:    'Choose a different resource'
                   2528: => 'Choisir une ressource differente',
                   2529: 
                   2530:    'Chronological View'
                   2531: => 'Visualisation Chronologique',
                   2532: 
                   2533:    'Click-On Texts (comma sep):'
1.8       bisitz   2534: => 'Textes cliquables (séparés par virgule):',
1.3       www      2535: 
                   2536:    'Column'
                   2537: => 'Colonne ',
                   2538: 
                   2539:    'Column&nbsp;[_1]'
                   2540: => 'Column&nbsp;[_1]',
                   2541: 
                   2542:    'Concept:'
                   2543: => 'Concept:',
                   2544: 
                   2545:    'Concepts'
                   2546: => 'Concepts',
                   2547: 
                   2548:    'Continue enrollment?'
1.4       www      2549: => "Continuez l'inscription?",
1.3       www      2550: 
                   2551:    'Contribution to course discussion of resource'
1.8       bisitz   2552: => 'Contribution à la discussion de la ressource du cours',
1.3       www      2553: 
                   2554:    'Correct Option:'
                   2555: => 'Option Correcte:',
                   2556: 
                   2557:    'Create a New Course'
1.8       bisitz   2558: => 'Créez un nouveau cours ',
1.3       www      2559: 
                   2560:    'Critical Messages'
                   2561: => 'Messages Critiques',
                   2562: 
                   2563:    'Current'
                   2564: => 'Actuel',
                   2565: 
                   2566:    'Default:'
1.8       bisitz   2567: => 'Défaut:',
1.3       www      2568: 
                   2569:    'Delete'
                   2570: => 'Effacez',
                   2571: 
                   2572:    'Delete Checked'
1.8       bisitz   2573: => 'Effacez ceux marqués',
1.3       www      2574: 
                   2575:    'Delete an option'
                   2576: => 'Effacez une option',
                   2577: 
                   2578:    'Delete:'
                   2579: => 'Effacez:',
                   2580: 
                   2581:    'Description:'
                   2582: => 'Description:',
                   2583: 
                   2584:    'Diffs'
                   2585: => 'Differences',
                   2586: 
                   2587:    'Diffs with Current Version'
                   2588: => 'Differences avec la version actuelle',
                   2589: 
                   2590:    'Diffs with Version'
                   2591: => 'Differences avec la version',
                   2592: 
                   2593:    'Diffs with current Version'
                   2594: => 'Differences avec la version actuelle',
                   2595: 
                   2596:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.8       bisitz   2597: => "Invalidez la Sauvegarde de l'Identification/numéro d'étudiant et forcez le changement des identifications contradictoires (à faire seulement si vous savez ce que vous faites)",
1.3       www      2598: 
                   2599:    'Discussion Contributions'
1.8       bisitz   2600: => 'Contributions à la Discussion',
1.3       www      2601: 
                   2602:    'Display All Messages'
                   2603: => 'Visualiser Tous les Messages',
                   2604: 
                   2605:    'Display all Messages'
                   2606: => 'Visualiser tous les Messages',
                   2607: 
                   2608:    'Display and analysis of submission times on assessments.'
                   2609: => 'Affichage et analyse des temps de soumission des devoirs.',
                   2610: 
                   2611:    'Display foils in order given'
1.8       bisitz   2612: => 'Viusaliser les alternatives dans l ordre donné',
1.3       www      2613: 
                   2614:    'Display foils in random order'
1.8       bisitz   2615: => 'Viusaliser les alternatives dans un ordre aléatoire',
1.3       www      2616: 
                   2617:    'Domain Guest'
1.8       bisitz   2618: => 'Invité de Domaine ',
1.3       www      2619: 
                   2620:    'Drop Students'
1.8       bisitz   2621: => 'Exclure des étudiants',
1.3       www      2622: 
                   2623:    'Dropped [_1]'
                   2624: => 'Dropped [_1]',
                   2625: 
                   2626:    'Dropped [_1] student(s).'
                   2627: => 'Dropped [_1] student(s).',
                   2628: 
                   2629:    'Dropping Students'
1.8       bisitz   2630: => 'Exclurant des étudiants',
1.3       www      2631: 
                   2632:    'Dump Course DOCS'
                   2633: => 'Videz les DOCS du cours',
                   2634: 
                   2635:    'EMail Address'
                   2636: => 'Adresse E-Mail',
                   2637: 
                   2638:    '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.'
1.8       bisitz   2639: => "Erreurs d'éditeur - ces erreurs pourraient ne pas affecter l éxecution du problème, mais ils poseront probablement des problèmes avec l utilisation ultérieure du mode d édition. Veuillez employer le mode EditXML pour fixer ces erreurs.",
1.3       www      2640: 
                   2641:    'Enroll a single student'
1.8       bisitz   2642: => 'Inscrire un seul étudiant',
1.3       www      2643: 
                   2644:    'Enrolling Students'
1.8       bisitz   2645: => 'Inscription d étudiants',
1.3       www      2646: 
                   2647:    'Error'
                   2648: => 'Erreur',
                   2649: 
                   2650:    'Error dropping [_1]:[_2]'
                   2651: => 'Error dropping [_1]:[_2]',
                   2652: 
                   2653:    'False'
                   2654: => 'Faux',
                   2655: 
                   2656:    'Field'
                   2657: => 'Champs',
                   2658: 
                   2659:    'Filenames in Construction Space'
                   2660: => 'Noms de fichiers dans l espace de construction',
                   2661: 
                   2662:    'First Name'
1.8       bisitz   2663: => 'Prénom',
1.3       www      2664: 
                   2665:    'Foil'
                   2666: => 'Alternative',
                   2667: 
                   2668:    'Foils'
                   2669: => 'Alternatives',
                   2670: 
                   2671:    'Folder in Construction Space'
                   2672: => 'Dossiers de fichiers dans l espace de construction',
                   2673: 
                   2674:    'Format:'
                   2675: => 'Format:',
                   2676: 
                   2677:    'Forward'
1.8       bisitz   2678: => 'Expédiez vers l avant',
1.3       www      2679: 
                   2680:    'Forwarded message from'
1.8       bisitz   2681: => 'Message expédié de',
1.3       www      2682: 
                   2683:    'Forwarding'
1.8       bisitz   2684: => 'Expédiant',
1.3       www      2685: 
                   2686:    'From'
                   2687: => 'De',
                   2688: 
                   2689:    'Full Update'
1.8       bisitz   2690: => 'Mise à jour Compléte',
1.3       www      2691: 
                   2692:    'Full update (also print list of users not enrolled anymore)'
1.8       bisitz   2693: => "Mise à jour Compléte (imprimez également la liste d'utilisateurs exclus)",
1.3       www      2694: 
                   2695:    'Functions'
                   2696: => 'Fonctions',
                   2697: 
                   2698:    'Generation'
1.8       bisitz   2699: => 'Génération ',
1.3       www      2700: 
                   2701:    'Group/Section'
                   2702: => 'Groupe/Section',
                   2703: 
                   2704:    'HTML/XML'
                   2705: => 'HTML/XML',
                   2706: 
                   2707:    'Height(pixel):'
                   2708: => 'Hauteur(pixel):',
                   2709: 
                   2710:    'Hide'
                   2711: => 'Cacher',
                   2712: 
                   2713:    'Hint Text'
                   2714: => 'Texte donnant un indice',
                   2715: 
                   2716:    'ID/Student Number'
1.8       bisitz   2717: => 'ID/Numéro d identification de l étudiant(e)',
1.3       www      2718: 
                   2719:    'Identify fields'
                   2720: => 'Champs d identification',
                   2721: 
                   2722:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.8       bisitz   2723: => 'si actif, le nouveau rôle sera disponible à la prochaine connexion de l étudiant à LON-CAPA.',
1.3       www      2724: 
                   2725:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
1.8       bisitz   2726: => 'Si cette ressource est en utilisation active, les données de performance des étudiants sur la version précédente peuvent devenir inaccessibles.',
1.3       www      2727: 
                   2728:    'Ignore First Line'
1.8       bisitz   2729: => 'Ignorer la première ligne',
1.3       www      2730: 
                   2731:    'Image:'
                   2732: => 'Image:',
                   2733: 
                   2734:    'Incorrect Answers:'
1.8       bisitz   2735: => 'Réponses Incorrectes:',
1.3       www      2736: 
                   2737:    'Initial Password'
                   2738: => 'Mot de passe Initial',
                   2739: 
                   2740:    'Internal Filename'
                   2741: => 'Fichier interne',
                   2742: 
                   2743:    'Invalid home server specified'
1.8       bisitz   2744: => 'Serveur HOME spécifié invalide',
1.3       www      2745: 
                   2746:    'Keep all Resources up-to-date with most recent Versions (default)'
1.8       bisitz   2747: => 'Maintenez toutes les ressources à jour avec les versions les plus récentes (défaut) ',
1.3       www      2748: 
                   2749:    'LON-CAPA Domain for Students'
1.8       bisitz   2750: => 'Domaine LON-CAPA pour les étudiants',
1.3       www      2751: 
                   2752:    'LON-CAPA Enrollment Manager'
                   2753: => 'Gestionnaire d Inscription de LON-CAPA ',
                   2754: 
                   2755:    'LON-CAPA domain: [_1]'
                   2756: => 'LON-CAPA domain: [_1]',
                   2757: 
                   2758:    'LaTeX batchmode'
1.8       bisitz   2759: => 'LaTeX en tâche de fond',
1.3       www      2760: 
                   2761:    'LaTeX mode:'
                   2762: => 'mode LaTeX:',
                   2763: 
                   2764:    'Last Name'
                   2765: => 'Nom',
                   2766: 
                   2767:    'Last Name, First Names'
1.8       bisitz   2768: => 'Nom, Prénoms',
1.3       www      2769: 
                   2770:    'Last accessed'
1.8       bisitz   2771: => 'Accedé dernierement',
1.3       www      2772: 
                   2773:    'Librarian'
1.8       bisitz   2774: => 'Bibliothécaire ',
1.3       www      2775: 
                   2776:    'Login Type'
1.8       bisitz   2777: => 'Type de procédure de connexion',
1.3       www      2778: 
                   2779:    'Making Backup to'
                   2780: => 'Faisant une sauvegarde sur',
                   2781: 
                   2782:    'Mark Unread'
                   2783: => 'Marquez comme non lu',
                   2784: 
                   2785:    'Max Number Of Shown Foils:'
1.8       bisitz   2786: => 'Nombre maximum d alternatives montrées:',
1.3       www      2787: 
                   2788:    'Max number of foils displayed'
1.8       bisitz   2789: => 'Nombre maximum d alternatives visualisées:',
1.3       www      2790: 
                   2791:    'Metadata'
1.8       bisitz   2792: => 'Méta-données ',
1.3       www      2793: 
                   2794:    'Metadata Version'
1.8       bisitz   2795: => 'Version des Meta-données ',
1.3       www      2796: 
                   2797:    'Metadata current version'
1.8       bisitz   2798: => 'Version Actuelle des Méta-données',
1.3       www      2799: 
                   2800:    'Middle Names/Initials'
1.8       bisitz   2801: => 'Deuxième prénom/initiales ',
1.3       www      2802: 
                   2803:    'Modify Parameters'
1.8       bisitz   2804: => 'Modifiez les Paramétres',
1.3       www      2805: 
                   2806:    'Modify student data'
1.8       bisitz   2807: => 'Modifiez les données de l étudiant(e)',
1.3       www      2808: 
                   2809:    'Most recently published Version'
1.8       bisitz   2810: => 'Version la plus récemment publiée ',
1.3       www      2811: 
                   2812:    'Name:'
                   2813: => 'Nom:',
                   2814: 
                   2815:    'New Problem Variation'
1.8       bisitz   2816: => 'Nouvelle Variation du Problème',
1.3       www      2817: 
                   2818:    'New Randomization'
1.8       bisitz   2819: => 'Nouveau tirage alèatoire',
1.3       www      2820: 
                   2821:    'New parameters or stored values'
1.8       bisitz   2822: => 'Nouveaux paramètres ou valeurs enregistrées',
1.3       www      2823: 
                   2824:    'Next'
                   2825: => 'Prochain',
                   2826: 
                   2827:    'No'
                   2828: => 'Non',
                   2829: 
                   2830:    'No Kerberos domain was specified.'
1.8       bisitz   2831: => 'Aucun domaine Kerberos n a été spécifié.',
1.3       www      2832: 
                   2833:    'No language preference'
1.8       bisitz   2834: => 'Aucune préférence de langage',
1.3       www      2835: 
                   2836:    'None Found'
1.8       bisitz   2837: => 'Aucun trouvé',
1.3       www      2838: 
                   2839:    'Not applicable - '
                   2840: => 'Non applicable - ',
                   2841: 
                   2842:    'Not set - '
1.8       bisitz   2843: => 'Pas déterminé - ',
1.3       www      2844: 
                   2845:    'Not shown, not used'
1.8       bisitz   2846: => 'Pas Montré, Pas utilié',
1.3       www      2847: 
                   2848:    'Note: for large courses, this operation may be time consuming'
1.8       bisitz   2849: => 'Note : pour de grands cours, cette opération peut prendre du temps',
1.3       www      2850: 
                   2851:    'Note: this will not take effect if the user already exists'
1.8       bisitz   2852: => "Note : ceci n'entrera pas en vigueur si l'utilisateur existe déjà",
1.3       www      2853: 
                   2854:    'Number of Plots:'
                   2855: => 'Nombre de Graphes:',
                   2856: 
                   2857:    'Obsolete parameters or stored values'
1.8       bisitz   2858: => 'Paramètres ou valeurs enregistrées désuets',
1.3       www      2859: 
                   2860:    'One particular problem (overrides folder and course defaults)'
1.8       bisitz   2861: => "Un problème particulier (ignore la chemise et les paramètres par défauts du cours)",
1.3       www      2862: 
                   2863:    'Only Answers'
1.8       bisitz   2864: => 'Réponse simplement',
1.3       www      2865: 
                   2866:    'Option Response Problem Analysis'
1.8       bisitz   2867: => 'Analyse de problema à réponses à choix multiple',
1.3       www      2868: 
                   2869:    'Option response'
1.8       bisitz   2870: => 'Réponse à choix multiple',
1.3       www      2871: 
                   2872:    'Please do not reply to this address.'
1.8       bisitz   2873: => 'SVP ne répondez pas à cette adresse.',
1.3       www      2874: 
                   2875:    'Please select a report to generate'
1.8       bisitz   2876: => 'Choisissez SVP un rapport à produire ',
1.3       www      2877: 
                   2878:    'Position'
                   2879: => 'Position',
                   2880: 
                   2881:    'Preferred language'
1.8       bisitz   2882: => 'Langage Préférée',
1.3       www      2883: 
                   2884:    'Preparing Printout'
1.8       bisitz   2885: => 'Préparant la sortie d impression',
1.3       www      2886: 
                   2887:    'Previous'
1.8       bisitz   2888: => 'Précédent',
1.3       www      2889: 
                   2890:    'Print Index:'
                   2891: => 'Imprimez le lexique:',
                   2892: 
                   2893:    'Print Table of Contents:'
1.8       bisitz   2894: => 'Imprimez la table des matières:',
1.3       www      2895: 
                   2896:    'Print:'
                   2897: => 'Imprimez:',
                   2898: 
                   2899:    'Problems'
1.8       bisitz   2900: => 'Problèmes',
1.3       www      2901: 
                   2902:    'Problems from entire course'
1.8       bisitz   2903: => 'Problèmes du cours entier',
1.3       www      2904: 
                   2905:    'Processed [_1] student(s).'
                   2906: => 'Processed [_1] student(s).',
                   2907: 
                   2908:    'Produce Excel Output'
                   2909: => 'Produire tableur Excel',
                   2910: 
                   2911:    'Question Text'
                   2912: => 'Texte de la Question',
                   2913: 
                   2914:    'Question Type'
                   2915: => 'Type de Question',
                   2916: 
                   2917:    'Random position'
1.8       bisitz   2918: => 'Position aléatoire ',
1.3       www      2919: 
                   2920:    'Re'
                   2921: => 'Re',
                   2922: 
                   2923:    'Re-enrollment will re-activate data.'
1.8       bisitz   2924: => 'La Re-inscription réactivera les données.',
1.3       www      2925: 
                   2926:    'Record'
                   2927: => 'Registre',
                   2928: 
                   2929:    'Registering'
                   2930: => 'Enregistrement',
                   2931: 
                   2932:    'Reply'
1.8       bisitz   2933: => 'Répondre/réponse',
1.3       www      2934: 
                   2935:    'Reset Submissions'
1.8       bisitz   2936: => 'Réinitialisez les Soumissions',
1.3       www      2937: 
                   2938:    'Resources from selected sequence in course'
1.8       bisitz   2939: => 'Ressources de la séquence de cours choisie ',
1.3       www      2940: 
                   2941:    'Retrieve Published Resources'
1.8       bisitz   2942: => 'Récuperez les Ressources Publiées',
1.3       www      2943: 
                   2944:    'Retrieving current (most recent) version'
1.8       bisitz   2945: => 'Récupération de la version actuelle (plus récente)',
1.3       www      2946: 
                   2947:    'Sample Points:'
1.8       bisitz   2948: => 'Points échantillon:',
1.3       www      2949: 
                   2950:    'Samples'
                   2951: => 'Echantillons',
                   2952: 
                   2953:    'Save as ...'
                   2954: => 'Sauvegardez comme ...',
                   2955: 
                   2956:    'Select Printing Options:'
1.8       bisitz   2957: => 'Sélectionnez les options d impression:',
1.3       www      2958: 
                   2959:    'Select a course'
1.8       bisitz   2960: => 'Sélectionnez un cours',
1.3       www      2961: 
                   2962:    'Selecting a User'
1.8       bisitz   2963: => 'Sélectionnez un Utilisateur',
1.3       www      2964: 
                   2965:    'Send New'
                   2966: => 'Envoyez Nouveau',
                   2967: 
                   2968:    'Send Reply'
1.8       bisitz   2969: => 'Envoyez Réponse',
1.3       www      2970: 
                   2971:    'Send as critical message'
                   2972: => 'Envoyez comme message critique',
                   2973: 
                   2974:    'Set Version to be used in Course'
1.8       bisitz   2975: => 'Choisir la version à utiliser dans le cours',
1.3       www      2976: 
                   2977:    'Set Versions to be used in Course according to Selections below'
1.8       bisitz   2978: => 'Choisir les versions à utiliser dans le cours selon des sélections ci-dessous',
1.3       www      2979: 
                   2980:    'Set all Resource Versions to current Version (Fix Versions)'
1.8       bisitz   2981: => 'Fixez toutes les versions de ressource à la version en cours
1.3       www      2982: (Corrigez versions) ',
                   2983: 
                   2984:    'Short string response'
1.8       bisitz   2985: => 'Réponse type chaîne courte de caractères',
1.3       www      2986: 
                   2987:    'Show Preview'
1.8       bisitz   2988: => 'Visualisation préliminaire',
1.3       www      2989: 
                   2990:    'Show always at bottom position'
1.8       bisitz   2991: => 'Montrer toujours en position inférieure',
1.3       www      2992: 
                   2993:    'Show always at top position'
1.8       bisitz   2994: => 'Montrer toujours en position supérieure',
1.3       www      2995: 
                   2996:    'Simple Problem Editor'
1.8       bisitz   2997: => 'Editeur simple de problèmes',
1.3       www      2998: 
                   2999:    'Size:'
                   3000: => 'Taille:',
                   3001: 
                   3002:    'Space separated'
1.8       bisitz   3003: => 'separé(e) par un espace',
1.3       www      3004: 
                   3005:    'Starting'
1.8       bisitz   3006: => 'Commençant',
1.3       www      3007: 
                   3008:    'Starting and Ending Dates'
1.8       bisitz   3009: => 'Dates de début et fin',
1.3       www      3010: 
                   3011:    'Store Changes'
                   3012: => 'Sauvegarde des changements',
                   3013: 
                   3014:    'Student Data Compilation Progress'
1.8       bisitz   3015: => 'Progrès de la Compilation des Données de l étudiant',
1.3       www      3016: 
                   3017:    'Student Data Compilation Status'
1.8       bisitz   3018: => 'Etat de la Compilation des Données de l étudiant',
1.3       www      3019: 
                   3020:    'Student Number'
1.8       bisitz   3021: => 'Numero d étudiant',
1.3       www      3022: 
                   3023:    'Student Sheet Links'
1.8       bisitz   3024: => 'Liens hypertexte à la page de l étudiant',
1.3       www      3025: 
                   3026:    'Submission Time Analysis'
1.8       bisitz   3027: => 'Analyse des temps de soumissions des réponses',
1.3       www      3028: 
                   3029:    'Submit Changes and Edit'
                   3030: => 'Soumettre les changements et Editer',
                   3031: 
                   3032:    'Tabulator separated'
1.8       bisitz   3033: => 'Tableur séparé',
1.3       www      3034: 
                   3035:    'TeXWidth(mm):'
                   3036: => 'LargeurTeX(mm):',
                   3037: 
                   3038:    'Text'
                   3039: => 'Texte',
                   3040: 
                   3041:    'Text Block'
                   3042: => 'Bloque de Texte',
                   3043: 
                   3044:    'The optional email address field was not specified.'
1.8       bisitz   3045: => "Le Champs facultatif d adresse email n'a pas été spécifié.",
1.3       www      3046: 
                   3047:    'The optional name field was not specified.'
1.8       bisitz   3048: => "Le Champs facultatif du nom n'a pas été spécifié.",
1.3       www      3049: 
                   3050:    'The optional section or group field was not specified.'
1.8       bisitz   3051: => "Le Champs facultatif de la section ou groupe n'a pas été spécifié.",
1.3       www      3052: 
                   3053:    'The optional student number field was not specified.'
1.8       bisitz   3054: => "Le Champs facultatif du numéro d étudiant n'a pas été spécifié.",
1.3       www      3055: 
                   3056:    'There are no students currently enrolled.'
1.8       bisitz   3057: => "Il n'y a aucun étudiant actuellement inscrit.",
1.3       www      3058: 
                   3059:    'There is no student data for this problem.'
1.8       bisitz   3060: => "Il n'y a aucune donnée d'étudiant pour ce problème.",
1.3       www      3061: 
                   3062:    'This is an automatic message generated by the LON-CAPA system.'
1.8       bisitz   3063: => 'Ceci est un message automatique produit par le système LON-CAPA.',
1.3       www      3064: 
                   3065:    'Threaded View'
1.8       bisitz   3066: => 'Visualisation Filetée (Threaded)',
1.3       www      3067: 
                   3068:    'Time'
                   3069: => 'Temps',
                   3070: 
                   3071:    'To'
                   3072: => 'Pour',
                   3073: 
                   3074:    'Total number of records found in file: [_1].'
1.8       bisitz   3075: => 'Nombre total des enregistrements trouvés dans le fichier: [_1].',
1.3       www      3076: 
                   3077:    'True'
                   3078: => 'Vrai',
                   3079: 
                   3080:    'Type in value'
                   3081: => 'Saisir une valeur',
                   3082: 
                   3083:    'Type:'
                   3084: => 'Type:',
                   3085: 
                   3086:    'Unable to enroll students'
1.8       bisitz   3087: => 'Incapable d inscrire les étudiants',
1.3       www      3088: 
                   3089:    'Uncheck All'
1.8       bisitz   3090: => 'Désélectioner Tous',
1.3       www      3091: 
                   3092:    'Unit:'
1.8       bisitz   3093: => 'Unitée:',
1.3       www      3094: 
                   3095:    'Unsuccessful Login'
1.8       bisitz   3096: => 'Procédure de connexion Non réussie',
1.3       www      3097: 
                   3098:    'Update Student Data'
1.8       bisitz   3099: => 'Mise à jour des Données étudiant',
1.3       www      3100: 
                   3101:    'Updating discussion time'
1.8       bisitz   3102: => 'Mise à jour du temps de discussion',
1.3       www      3103: 
                   3104:    'Upload a class list'
1.8       bisitz   3105: => 'Téléchargez la liste d étudiant du cours',
1.3       www      3106: 
                   3107:    'Upload file to Construction Space'
1.8       bisitz   3108: => 'Téléchargez le fichier dans l espace construction',
1.3       www      3109: 
                   3110:    'Uploading Class List'
1.8       bisitz   3111: => 'Téléchargement de la liste d étudiant du cours',
1.3       www      3112: 
                   3113:    'Value'
                   3114: => 'Valeur',
                   3115: 
                   3116:    'Verify Content'
                   3117: => 'Verifiez Contenu',
                   3118: 
                   3119:    'Version changes since Yesterday'
                   3120: => 'Changements de version depuis hier',
                   3121: 
                   3122:    'Version changes since last Month'
                   3123: => 'Changements de version depuis le mois dernier',
                   3124: 
                   3125:    'Version changes since last Week'
1.8       bisitz   3126: => 'Changements de version depuis la semaine dernière',
1.3       www      3127: 
                   3128:    'Version changes since start of Course'
1.8       bisitz   3129: => 'Changements de version depuis le début du cours',
1.3       www      3130: 
                   3131:    'Version used in Course'
1.8       bisitz   3132: => 'Version utilisée dans le cours',
1.3       www      3133: 
                   3134:    'View Class List'
1.8       bisitz   3135: => 'Visualiser la liste des étudiants',
1.3       www      3136: 
                   3137:    'Warning!'
                   3138: => 'Alerte!',
                   3139: 
                   3140:    'Width(pixel):'
                   3141: => 'Largeur(pixel):',
                   3142: 
                   3143:    'With Answers'
1.8       bisitz   3144: => 'Avec Réponses',
1.3       www      3145: 
                   3146:    'Without Answers'
1.8       bisitz   3147: => 'Sans Réponses',
1.3       www      3148: 
                   3149:    'You have no critical messages.'
1.4       www      3150: => "Vous n'avez aucun message critique.",
1.3       www      3151: 
                   3152:    'You must choose an authentication type.'
1.4       www      3153: => "vous devez choisir un type d'authentification.",
1.3       www      3154: 
                   3155:    'You need to specify the Kerberos domain.'
                   3156: => 'vous devez indiquer le domaine de Kerberos.',
                   3157: 
                   3158:    'You need to specify the initial password.'
                   3159: => 'vous devez indiquer le mot de passe initial.',
                   3160: 
                   3161:    'You need to specify the username field.'
                   3162: => 'vous devez indiquer le Champs nom d utilisateur.',
                   3163: 
                   3164:    'Your Version Settings have been Stored'
1.8       bisitz   3165: => 'Vos configurations de version ont été enregistrées',
1.3       www      3166: 
                   3167:    '[_1] Do not change login data'
1.8       bisitz   3168: => '[_1] Ne changez pas les données de procédure de connexion',
1.3       www      3169: 
                   3170:    '[_1] Filesystem Authenticated (with initial password [_2])'
1.8       bisitz   3171: => '[_1] Fichier système authentifié avec le mot de passe initial [_2])',
1.3       www      3172: 
                   3173:    '[_1] Internally authenticated (with initial password [_2])'
1.8       bisitz   3174: => '[_1] Authentifié de façon interne (avec le mot de passe initial [_2])',
1.3       www      3175: 
                   3176:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
1.8       bisitz   3177: => '[_1] Authentifié via Kerberos, domaine [_2] [_3] Version 4 [_4] Version 5',
1.3       www      3178: 
                   3179:    '[_1] Local Authentication with arguement [_2]'
                   3180: => '[_1] Authentification locale avec arguement [_2]',
                   3181: 
                   3182:    'and return receipt'
1.8       bisitz   3183: => 'et delivrez un reçu',
1.3       www      3184: 
                   3185:    'anonymous'
                   3186: => 'anonyme',
                   3187: 
                   3188:    'bytes'
                   3189: => 'Octets',
                   3190: 
                   3191:    'can not be accessed from your location.'
1.8       bisitz   3192: => 'ne peut pas être consulté depuis votre emplacement.',
1.3       www      3193: 
                   3194:    'file<br />extension'
                   3195: => 'extension<br /> de fichier',
                   3196: 
                   3197:    'most recent'
                   3198: => 'plus recent',
                   3199: 
                   3200:    'name only visible to course faculty'
                   3201: => 'nom visible uniquement aux enseignants du cours',
                   3202: 
                   3203:    'publisher<br />owner'
1.8       bisitz   3204: => 'éditeur<br />propriétaire',
1.3       www      3205: 
                   3206:    'standard LaTeX mode'
                   3207: => 'mode standard LaTeX',
                   3208: 
                   3209:    'versions of this problem'
1.8       bisitz   3210: => 'vers¦ons de ce problème',
1.3       www      3211: 
                   3212:    'loginproblems.html'
                   3213: => 'loginproblems.html',
                   3214: 
                   3215: # ----
                   3216: 
                   3217:    'Course announcements and my calendar'
                   3218: => 'Calendrier et annonces de cours',
                   3219: 
                   3220:    'calendar[_1]'
                   3221: => 'calendar[_1]',
                   3222: 
                   3223:    'announce[_1]'
                   3224: => 'announce[_1]',
                   3225: 
                   3226: 
                   3227: # ----
                   3228: 
                   3229:    'Send and receive messages'
                   3230: => 'Envoyer et recevoir des messages',
                   3231: 
                   3232:    'commu-[_1]'
                   3233: => 'commu-[_1]',
                   3234: 
                   3235:    'nication[_1]'
                   3236: => 'nication[_1]',
                   3237: 
                   3238: 
                   3239: # ----
                   3240: 
                   3241:    'Enter the chatroom for the course'
                   3242: => 'Entrer le bavardoir (Chatroom) pour le cours',
                   3243: 
                   3244:    'course[_10]'
                   3245: => 'course[_10]',
                   3246: 
                   3247:    'chat[_1]'
                   3248: => 'chat[_1]',
                   3249: 
                   3250: 
                   3251: # ----
                   3252: 
                   3253:    'Search the contents of this course'
                   3254: => 'Recherchez le contenu de ce cours ',
                   3255: 
                   3256:    'search[_1]'
                   3257: => 'search[_1]',
                   3258: 
                   3259:    'course[_11]'
                   3260: => 'course[_11]',
                   3261: 
                   3262: 
                   3263: # ----
                   3264: 
                   3265:    'Search the database of published resources'
1.8       bisitz   3266: => 'Recherchez la base de données des ressources publiées',
1.3       www      3267: 
                   3268:    'search[_2]'
                   3269: => 'search[_2]',
                   3270: 
                   3271:    'library[_1]'
                   3272: => 'library[_1]',
                   3273: 
                   3274: 
                   3275: # ----
                   3276: 
                   3277:    'Set my user preferences'
1.8       bisitz   3278: => "Configurez mes préférences d'utilisateur",
1.3       www      3279: 
                   3280:    'prefer-[_1]'
                   3281: => 'prefer-[_1]',
                   3282: 
                   3283:    'ences[_1]'
                   3284: => 'ences[_1]',
                   3285: 
                   3286: 
                   3287: # ----
                   3288: 
                   3289:    'Exit LON-CAPA'
                   3290: => 'Sortir de LON-CAPA',
                   3291: 
                   3292:    'exit[_1]'
                   3293: => 'exit[_1]',
                   3294: 
                   3295:    ' [_1]'
                   3296: => ' [_1]',
                   3297: 
                   3298: 
                   3299: # ----
                   3300: 
                   3301:    'Switch to another user role'
1.8       bisitz   3302: => "Changez à un autre rôle d'utilisateur",
1.3       www      3303: 
                   3304:    'switch[_2]'
                   3305: => 'switch[_2]',
                   3306: 
                   3307:    'role[_1]'
                   3308: => 'role[_1]',
                   3309: 
                   3310: 
                   3311: # ----
                   3312: 
                   3313:    'Choose the user role'
1.8       bisitz   3314: => "Choisir le rôle d'utilisateur",
1.3       www      3315: 
                   3316:    'choose[_2]'
                   3317: => 'choisir[_2]',
                   3318: 
                   3319:    'role[_2]'
1.8       bisitz   3320: => 'rôle[_2]',
1.3       www      3321: 
                   3322: 
                   3323: # ----
                   3324: 
                   3325:    'Choose the course to work on'
                   3326: => 'choisissez le cours pour travailler',
                   3327: 
                   3328:    'choose[_1]'
                   3329: => 'choose[_1]',
                   3330: 
                   3331:    'course[_1]'
                   3332: => 'course[_1]',
                   3333: 
                   3334: 
                   3335: # ----
                   3336: 
                   3337:    'Switch to another course'
                   3338: => 'Changez de cours',
                   3339: 
                   3340:    'switch[_1]'
                   3341: => 'switch[_1]',
                   3342: 
                   3343:    'course[_2]'
                   3344: => 'course[_2]',
                   3345: 
                   3346: 
                   3347: # ----
                   3348: 
                   3349:    'View documents included in this course'
                   3350: => 'visualisez les documents inclus dans ce cours',
                   3351: 
                   3352:    'course[_3]'
                   3353: => 'cours[_3]',
                   3354: 
                   3355:    'docs[_1]'
                   3356: => 'docs[_1]',
                   3357: 
                   3358: 
                   3359: # ----
                   3360: 
                   3361:    'Edit and view documents included in this course'
1.8       bisitz   3362: => 'éditez et visualisez les documents inclus dans ce cours',
1.3       www      3363: 
                   3364:    'edit crs[_1]'
                   3365: => 'edit crs[_1]',
                   3366: 
                   3367:    'docs[_2]'
                   3368: => 'docs[_2]',
                   3369: 
                   3370: 
                   3371: # ----
                   3372: 
                   3373:    'Navigate the table of contents for this course'
1.8       bisitz   3374: => 'Navigez la table des matières pour ce cours ',
1.3       www      3375: 
                   3376:    'navigate[_1]'
                   3377: => 'navigate[_1]',
                   3378: 
                   3379:    'contents[_1]'
                   3380: => 'contents[_1]',
                   3381: 
                   3382: 
                   3383: # ----
                   3384: 
                   3385:    'Show Problem Completeness'
1.8       bisitz   3386: => 'Montrez l état d avancement de ce Problème',
1.3       www      3387: 
                   3388:    'my[_1]'
                   3389: => 'my[_1]',
                   3390: 
                   3391:    'grades[_1]'
                   3392: => 'grades[_1]',
                   3393: 
                   3394: 
                   3395: # ----
                   3396: 
                   3397:    'Calculate course grades (Spreadsheet)'
                   3398: => 'Calculez les notes du cours (Tableur)',
                   3399: 
                   3400:    'course[_4]'
                   3401: => 'course[_4]',
                   3402: 
                   3403:    'grades[_2]'
                   3404: => 'grades[_2]',
                   3405: 
                   3406: 
                   3407: # ----
                   3408: 
                   3409:    'View the course assessment progress chart'
1.8       bisitz   3410: => 'Visualisez le diagramme de progrès des devoirs du cours',
1.3       www      3411: 
                   3412:    'course[_5]'
                   3413: => 'course[_5]',
                   3414: 
                   3415:    'chart[_1]'
                   3416: => 'chart[_1]',
                   3417: 
                   3418: 
                   3419: # ----
                   3420: 
                   3421:    'View course assessment statistics'
1.8       bisitz   3422: => 'Visualisez les données statistiques des devoirs de cours',
1.3       www      3423: 
                   3424:    'course[_6]'
                   3425: => 'course[_6]',
                   3426: 
                   3427:    'stats[_1]'
                   3428: => 'stats[_1]',
                   3429: 
                   3430: 
                   3431: # ----
                   3432: 
                   3433:    'Drop/Add students in this course'
1.8       bisitz   3434: => 'Eliminez/Ajoutez des étudiants dans ce cours',
1.3       www      3435: 
                   3436:    'course[_7]'
                   3437: => 'course[_7]',
                   3438: 
                   3439:    'enroll[_1]'
                   3440: => 'enroll[_1]',
                   3441: 
                   3442: 
                   3443: # ----
                   3444: 
                   3445:    'Manage Access Keys'
1.8       bisitz   3446: => 'Gérez les Clés d accès',
1.3       www      3447: 
                   3448:    'manage[_1]'
                   3449: => 'manage[_1]',
                   3450: 
                   3451:    'acc keys[_1]'
                   3452: => 'acc keys[_1]',
                   3453: 
                   3454: 
                   3455: # ----
                   3456: 
                   3457:    'Create a user or modify the roles and privileges of a user'
1.8       bisitz   3458: => "créez un utilisateur ou modifiez les rôles et les privilèges d'un utilisateur",
1.3       www      3459: 
                   3460:    'user[_1]'
                   3461: => 'user[_1]',
                   3462: 
                   3463:    'roles[_1]'
                   3464: => 'roles[_1]',
                   3465: 
                   3466: 
                   3467: # ----
                   3468: 
                   3469:    'Create a user or modify the roles and privileges of a user'
1.8       bisitz   3470: => "créez un utilisateur ou modifiez les rôles et les privilèges d'un utilisateur",
1.3       www      3471: 
                   3472:    'user[_1]'
                   3473: => 'user[_1]',
                   3474: 
                   3475:    'roles[_1]'
                   3476: => 'roles[_1]',
                   3477: 
                   3478: 
                   3479: # ----
                   3480: 
                   3481:    'Create a user or modify the roles and privileges of a user'
1.8       bisitz   3482: => "créez un utilisateur ou modifiez les rôles et les privilèges d'un utilisateur",
1.3       www      3483: 
                   3484:    'user[_1]'
                   3485: => 'user[_1]',
                   3486: 
                   3487:    'roles[_1]'
                   3488: => 'roles[_1]',
                   3489: 
                   3490: 
                   3491: # ----
                   3492: 
                   3493:    'Create a new course'
1.8       bisitz   3494: => 'Créer un nouveau cours',
1.3       www      3495: 
                   3496:    'create[_1]'
                   3497: => 'create[_1]',
                   3498: 
                   3499:    'course[_8]'
                   3500: => 'course[_8]',
                   3501: 
                   3502: 
                   3503: # ----
                   3504: 
                   3505:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.8       bisitz   3506: => "Définir les dates-limites et autres paramètres des devoirs, et aussi modifiez l'environnement de cours",
1.3       www      3507: 
                   3508:    'course[_9]'
                   3509: => 'course[_9]',
                   3510: 
                   3511:    'parms[_1]'
                   3512: => 'parms[_1]',
                   3513: 
                   3514: 
                   3515: # ----
                   3516: 
                   3517:    'Enter my resource construction space'
                   3518: => 'Entrez mon espace construction de ressource',
                   3519: 
                   3520:    'con-[_1]'
                   3521: => 'con-[_1]',
                   3522: 
                   3523:    'struct[_1]'
                   3524: => 'struct[_1]',
                   3525: 
                   3526: 
                   3527: # ----
                   3528: 
                   3529:    'Enter construction space as a co-author'
                   3530: => 'Entrer l espace construction comme co-auteur',
                   3531: 
                   3532:    'co con-[_1]'
                   3533: => 'co con-[_1]',
                   3534: 
                   3535:    'struct[_2]'
                   3536: => 'struct[_2]',
                   3537: 
                   3538: 
                   3539: # ----
                   3540: 
                   3541:    'Browse published resources'
1.8       bisitz   3542: => 'Naviguer les Ressources Publiées',
1.3       www      3543: 
                   3544:    'resource[_1]'
                   3545: => 'resource[_1]',
                   3546: 
                   3547:    'space[_1]'
                   3548: => 'space[_1]',
                   3549: 
                   3550: 
                   3551: # ----
                   3552: 
                   3553:    'Browse published resources'
1.8       bisitz   3554: => 'Naviguer les Ressources Publiées',
1.3       www      3555: 
                   3556:    'co res[_1]'
                   3557: => 'co res[_1]',
                   3558: 
                   3559:    'space[_2]'
                   3560: => 'space[_2]',
                   3561: 
                   3562: 
                   3563: # ----
                   3564: 
                   3565:    'Browse published resources'
1.8       bisitz   3566: => 'Naviguer les Ressources Publiées',
1.3       www      3567: 
                   3568:    'resource[_1]'
                   3569: => 'resource[_1]',
                   3570: 
                   3571:    'space[_1]'
                   3572: => 'space[_1]',
                   3573: 
                   3574: 
                   3575: # ----
                   3576: 
                   3577:    'Enter grades from check-out assessment resources'
1.8       bisitz   3578: => "Ecrire les notes de contrôle des ressources d'évaluation",
1.3       www      3579: 
                   3580:    'enter[_1]'
                   3581: => 'enter[_1]',
                   3582: 
                   3583:    'grades[_2]'
                   3584: => 'grades[_2]',
                   3585: 
                   3586: 
                   3587: # ----
                   3588: 
                   3589:    'Send Scantron data to a course'
                   3590: => 'Envoyer les donnees Scantron a un cours',
                   3591: 
                   3592:    'send[_1]'
                   3593: => 'send[_1]',
                   3594: 
                   3595:    'scantron[_1]'
                   3596: => 'scantron[_1]',
                   3597: 
                   3598: 
                   3599: # ----
                   3600: 
                   3601:    'Use or edit my bookmark collection'
                   3602: => 'Utiliser ou editer ma collection de signets',
                   3603: 
                   3604:    'view[_1]'
                   3605: => 'view[_1]',
                   3606: 
                   3607:    'bookmark[_1]'
                   3608: => 'bookmark[_1]',
                   3609: 
1.6       riegler  3610: 
                   3611: #SYNC Tue Aug 15 14:23:19 2006
                   3612:    '"[_1]" for default hiding'
                   3613: => '"[_1]" for default hiding',
1.8       bisitz   3614: # "[_1]" fou par Défaut  hiding
1.6       riegler  3615:    '"[_1]" for visible separation'
                   3616: => '"[_1]" for visible separation',
1.8       bisitz   3617: # "[_1]" fou visible separàion
1.6       riegler  3618:    '"[_1]" if allowed, anything else if not'
                   3619: => '"[_1]" if allowed, anything else if not',
                   3620: # "[_1]" if PouruPourMer, anything else if Nont
                   3621:    '"[_1]" to disable, anything else if not'
                   3622: => '"[_1]" to disable, anything else if not',
                   3623: # "[_1]" Pour disable, anything else if Nont
                   3624:    '# Do not translate this line.  [_1] is a check box'
                   3625: => '# Do not translate this line.  [_1] is a check box',
1.8       bisitz   3626: # # Do Nont translàe this line.  [_1] is a check box
1.6       riegler  3627:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
                   3628: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
1.8       bisitz   3629: # # Do Nont translàe this line.  [_1] is a check box, [_2] is a Texte entry Champs
1.6       riegler  3630:    '# Do not translate this line.  [_1] is a column index.'
                   3631: => '# Do not translate this line.  [_1] is a column index.',
1.8       bisitz   3632: # # Do Nont translàe this line.  [_1] is a Colonne  index.
1.6       riegler  3633:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
                   3634: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
1.8       bisitz   3635: # # Do Nont translàe this line.  [_1] is a drop-down box listing Domaines.
1.6       riegler  3636:    '# Do not translate this line.  [_1] is a username'
                   3637: => '# Do not translate this line.  [_1] is a username',
1.8       bisitz   3638: # # Do Nont translàe this line.  [_1] is a utilisàeurNom
1.6       riegler  3639:    '# Do not translate this line.  [_1] is the number of students processed'
                   3640: => '# Do not translate this line.  [_1] is the number of students processed',
1.8       bisitz   3641: # # Do Nont translàe this line.  [_1] is the number de Etudiant(e)s processed
1.6       riegler  3642:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
                   3643: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
1.8       bisitz   3644: # # Do Nont translàe this line.  [_1] is utilisàeurNom, [_2] - [_5] aRe first, middle, and last Noms, and generàion.
1.6       riegler  3645:    '# Do not translate this line.  [_1] is username, [_2] is error message'
                   3646: => '# Do not translate this line.  [_1] is username, [_2] is error message',
1.8       bisitz   3647: # # Do Nont translàe this line.  [_1] is utilisàeurNom, [_2] is errou message
1.6       riegler  3648:    '# Do not translate this line.  [_1] is username@domain'
                   3649: => '# Do not translate this line.  [_1] is username@domain',
1.8       bisitz   3650: # # Do Nont translàe this line.  [_1] is utilisàeurNom@Domaine
1.6       riegler  3651:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
                   3652: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
1.8       bisitz   3653: # # Do Nont translàe this line.  [_1] is utilisàeurNom@Domaine [_2] is the errou message.
1.6       riegler  3654:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
                   3655: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
1.8       bisitz   3656: # # Do Nont translàe this line.  [_1], [_3], and [_4] aRe check boxes
1.6       riegler  3657:    '# Do not translate this line.  [_2] is a text entry element'
                   3658: => '# Do not translate this line.  [_2] is a text entry element',
1.8       bisitz   3659: # # Do Nont translàe this line.  [_2] is a Texte entry element
1.6       riegler  3660:    '# [_1] is a drop-down selection box'
                   3661: => '# [_1] is a drop-down selection box',
1.8       bisitz   3662: # # [_1] is a drop-down Sélectionezion box
1.6       riegler  3663:    '# [_1] is a number [_2] is the current domain'
                   3664: => '# [_1] is a number [_2] is the current domain',
                   3665: # # [_1] is a number [_2] is the Actuel Domaine
                   3666:    '# [_1] is an html link to the current file '
                   3667: => '# [_1] is an html link to the current file ',
                   3668: # # [_1] is an HTML link Pour the Actuel Fichier 
                   3669:    '# _1 is a selection dialog'
                   3670: => '# _1 is a selection dialog',
1.8       bisitz   3671: # # [_1]1 is a Sélectionezion dialog
1.6       riegler  3672:    '# _1 is a server name'
                   3673: => '# _1 is a server name',
                   3674: # # [_1]1 is a Serveur Nom
                   3675:    '# _1 is search string'
                   3676: => '# _1 is search string',
                   3677: # # [_1]1 is cherchez string
                   3678:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
                   3679: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
                   3680: # # [_1]1, [_1]3, and [_1]5 aRe link anchous, [_1]2,_4, and [_1]6 aRe '</a>'
                   3681:    '#[_1] is the foil name'
                   3682: => '#[_1] is the foil name',
                   3683: # #[_1] is the Alternative Nom
                   3684:    '#_1 is the foil name, _2 is the current value of the foil'
                   3685: => '#_1 is the foil name, _2 is the current value of the foil',
                   3686: # #_1 is the Alternative Nom, [_1]2 is the Actuel Valeur de the Alternative
                   3687:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
                   3688: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
                   3689: # &quot; [_1] &quot; is Nont an acceptable number de NonmbRe d essai. NonmbRe d essai must be a positive number with Non decimal point.
                   3690:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
                   3691: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
                   3692: # &quot; [_1] &quot; is Nont an acceptable weight. Weight must be a positive number.
                   3693:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
                   3694: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
1.8       bisitz   3695: # (entRer maximum [_1] collabouàous using utilisàeurNom ou utilisàeurNom@Domaine, e.g. smithje ou smithje@[_2].)
1.6       riegler  3696:    '(Hand in a file you have prepared on your computer)'
                   3697: => '(Hand in a file you have prepared on your computer)',
1.8       bisitz   3698: # (Hand in a Fichier you have PrépaRezd on your computer)
1.6       riegler  3699:    ', select a template from the pull-down menu below.'
                   3700: => ', select a template from the pull-down menu below.',
1.8       bisitz   3701: # , Sélectionner un templàe De the pull-down menu below.
1.6       riegler  3702:    '1 minute'
                   3703: => '1 minute',
                   3704: 
                   3705:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   3706: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
1.8       bisitz   3707: # <*Response>s aRe both inside de <Partieie> and outside de <Partieie>, this is Nont a valid problème, errous in Assigner des notes Mai occur.
1.6       riegler  3708:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
                   3709: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
                   3710: # <b>HTML PouruPourMer</b>: Discussion Partieieicipants can use limited HTML in their postings.
                   3711:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
                   3712: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
                   3713: # <b>HTML banned</b>: HTML will Nont be PouruPourMer in discussion postings.
                   3714:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
                   3715: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.8       bisitz   3716: # <b>InstructuReou</b> - instructuReous will Nont be able Pour Partieieicipàe in Discuss¦ons
1.6       riegler  3717:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
                   3718: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
                   3719: # <b>InstructuReou</b> - instructuReous will Nont be able Pour use ou Visualiser the caUtiliSameurie room
                   3720:    '<b>Students</b> - students will not be able to participate in discussions'
                   3721: => '<b>Students</b> - students will not be able to participate in discussions',
1.8       bisitz   3722: # <b>Etudiant(e)s</b> - Etudiant(e)s will Nont be able Pour Partieieicipàe in Discuss¦ons
1.6       riegler  3723:    '<b>Students</b> - students will not be able to use or view the chat room.'
                   3724: => '<b>Students</b> - students will not be able to use or view the chat room.',
                   3725: # <b>Etudiant(e)s</b> - Etudiant(e)s will Nont be able Pour use ou Visualiser the caUtiliSameurie room.
                   3726:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
                   3727: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.8       bisitz   3728: # <b>Assistant de Courss</b> - Assistant de Courss will Nont be able Pour Partieieicipàe in Discuss¦ons
1.6       riegler  3729:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
                   3730: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
                   3731: # <b>Assistant de Courss</b> - Assistant de Courss will Nont be able use ou Visualiser the caUtiliSameurie room
                   3732:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
                   3733: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
                   3734: # <p>Your Actuel LON-CAPA Domaine is &quot;<b>[_1]</b>&quot;.</p>
                   3735:    'ABSTRACT'
                   3736: => 'ABSTRACT',
1.8       bisitz   3737: # résumé
1.6       riegler  3738:    'Access Control'
                   3739: => 'Access Control',
                   3740: 
                   3741:    'Activate'
                   3742: => 'Activate',
1.8       bisitz   3743: # Activàe
1.6       riegler  3744:    'Add Roles'
                   3745: => 'Add Roles',
1.8       bisitz   3746: # Add rôles
1.6       riegler  3747:    'Add new option'
                   3748: => 'Add new option',
                   3749: 
                   3750:    "Add one empty page/column after each student's assignment"
                   3751: => "Add one empty page/column after each student's assignment",
                   3752: # Add one Vide Page/Colonne  after each Etudiant(e)'s assignment
                   3753:    "Add three empty pages/column after each student's assignment"
                   3754: => "Add three empty pages/column after each student's assignment",
                   3755: # Add thRee Vide Pages/Colonne  after each Etudiant(e)'s assignment
                   3756:    "Add two empty pages/column after each student's assignment"
                   3757: => "Add two empty pages/column after each student's assignment",
                   3758: # Add two Vide Pages/Colonne  after each Etudiant(e)'s assignment
                   3759:    'Additional Recipients'
                   3760: => 'Additional Recipients',
                   3761: 
                   3762:    'Additional settings, if specified below, will override cloned settings'
                   3763: => 'Additional settings, if specified below, will override cloned settings',
                   3764: 
                   3765:    'Advanced Edit'
                   3766: => 'Advanced Edit',
1.8       bisitz   3767: # Advanced éditer
1.6       riegler  3768:    '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.'
                   3769: => '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.',
1.8       bisitz   3770: # Advanced: You can sFin/Finir the feedback De diffeRent Sections Pour diffeRent people, Par doing the following: Separàe each entry with a comma. Pour sFin/Finir feedback Pour a certain addRess fou diffeRent Sections, appFin/Finir the Section Nom ou Noms (separàed Par semi-colons) in a paRentheTailled list after the utilisàeur:Domaine. Fou example, john102:msu(001;002;003),bob293:msu(004;005;006),madevers le haut Nom:heRe(007;008;009) will route cours feedback Pour &quot;john102&quot; fou Sections [_1], 2, and 3, Pour &quot;bob293&quot; fou 4, 5, and 6, and Pour &quot;madevers le haut Nom:heRe&quot; fou 7, 8, and 9. Nonte theRe is Non RequiRement thà the addResses be in any Partieieicular Domaine.
1.6       riegler  3771:    'All Resources'
                   3772: => 'All Resources',
                   3773: # Pourut Ressources
                   3774:    'All Students'
                   3775: => 'All Students',
                   3776: # Pourut Etudiant(e)s
                   3777:    '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;.'
                   3778: => '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;.',
1.8       bisitz   3779: # Pourut settings which you can Changez with this Aideer can also be Changezd Par going Pour the Pa.m.scReen and clicking on the &quot;Set cours environment&quot; butPourn. If you do Nont have experience cooudinàing LON-CAPA courss ou if you pRefer the Aideer interface, please click Prochain -&gt;.
1.6       riegler  3780:    'Allow limited HTML in discussion posts'
                   3781: => 'Allow limited HTML in discussion posts',
                   3782: # PouruPourw limited HTML in discussion posts
                   3783:    'Allow problems to be split over pages'
                   3784: => 'Allow problems to be split over pages',
1.8       bisitz   3785: # PouruPourw problèmes Pour be split over Pages
1.6       riegler  3786:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
                   3787: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.8       bisitz   3788: # PouruPourMer Fichier Extensions fou A été téléchargé vers le serveur Fichiers (A été téléchargé vers le serveurFichierTypes)
1.6       riegler  3789:    'Allowed filetypes: <b>[_1]</b>'
                   3790: => 'Allowed filetypes: <b>[_1]</b>',
                   3791: # PouruPourMer FichierTypes: <b>[_1]</b>
1.9       bisitz   3792:    'An error occurred during the attempt to change the section for this student.'
                   3793: => 'An error occurred during the attempt to change the section for this student.',
1.8       bisitz   3794: # An errou occuRed during the àtempt Pour Changez the Section fou this Etudiant(e).
1.6       riegler  3795:    'An error occurred during the attempt to change the role information for this student.'
                   3796: => 'An error occurred during the attempt to change the role information for this student.',
1.8       bisitz   3797: # An errou occurRed during the àtempt Pour Changez the rôle infoumàion fou this Etudiant(e).
1.6       riegler  3798:    'Analyzing Results'
                   3799: => 'Analyzing Results',
                   3800: 
                   3801:    'Answer Date (answerdate)'
                   3802: => 'Answer Date (answerdate)',
1.8       bisitz   3803: # Réponse Dàe (Réponsedàe)
1.6       riegler  3804:    'Answer Submitted: Your final submission will be graded after the due date.'
                   3805: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.8       bisitz   3806: # Réponse SoumettReted: Your final submission will be graded after the est dû  dàe.
1.6       riegler  3807:    'Answerable'
                   3808: => 'Answerable',
1.8       bisitz   3809: # Réponseable
1.6       riegler  3810:    'Assessment Parameters'
                   3811: => 'Assessment Parameters',
1.8       bisitz   3812: # Évaluation Parameters
1.6       riegler  3813:    'Automated Enrollment Manager'
                   3814: => 'Automated Enrollment Manager',
1.8       bisitz   3815: # AuPourmàed inscriRement géRezr
1.6       riegler  3816:    'Automated adds'
                   3817: => 'Automated adds',
1.8       bisitz   3818: # AuPourmàed adds
1.6       riegler  3819:    'Automated drops'
                   3820: => 'Automated drops',
1.8       bisitz   3821: # AuPourmàed drops
1.6       riegler  3822:    'Automated enrollment settings'
                   3823: => 'Automated enrollment settings',
1.8       bisitz   3824: # AuPourmàed inscriRement settings
1.6       riegler  3825:    'Bad Filename'
                   3826: => 'Bad Filename',
                   3827: # Bad FichierNom
                   3828:    'Begin Enrollment'
                   3829: => 'Begin Enrollment',
                   3830: # Begin inscriRement
                   3831:    'Binary File'
                   3832: => 'Binary File',
                   3833: # Binary Fichier
                   3834:    'Blank'
                   3835: => 'Blank',
                   3836: 
                   3837:    'Browse'
                   3838: => 'Browse',
                   3839: # BLignese
                   3840:    'Browse resources'
                   3841: => 'Browse resources',
                   3842: # BLignese Ressources
                   3843:    'CSV format'
                   3844: => 'CSV format',
1.8       bisitz   3845: # CSV foumà
1.6       riegler  3846:    'Cannot publish directory'
                   3847: => 'Cannot publish directory',
                   3848: # CanNont Publier diRecPouruy
                   3849:    'Cannot retrieve directory'
                   3850: => 'Cannot retrieve directory',
                   3851: # CanNont RestauRer diRecPouruy
                   3852:    'Catalog Search'
                   3853: => 'Catalog Search',
1.8       bisitz   3854: # Càalog cherchez
1.6       riegler  3855:    'Change User Privileges'
                   3856: => 'Change User Privileges',
1.8       bisitz   3857: # Changez utilisàeur Privileges
1.6       riegler  3858:    'Chat Participation'
                   3859: => 'Chat Participation',
1.8       bisitz   3860: # caUtiliSameurie Partieieicipàion
1.6       riegler  3861:    'Click here for FAQ'
                   3862: => 'Click here for FAQ',
                   3863: # Click heRe fou FAQ
                   3864:    'Click here for help'
                   3865: => 'Click here for help',
                   3866: # Click heRe fou Aide
                   3867:    'Click here to report bugs'
                   3868: => 'Click here to report bugs',
                   3869: # Click heRe Pour Repout bugs
                   3870:    'Click here to return to the chart.'
                   3871: => 'Click here to return to the chart.',
                   3872: # Click heRe Pour Return Pour the diagra.m..
                   3873:    'Client IP/Name Access Control (acc)'
                   3874: => 'Client IP/Name Access Control (acc)',
                   3875: # Client IP/Nom Access Control (acc)
                   3876:    'Clone an existing course'
                   3877: => 'Clone an existing course',
                   3878: # Clone an existing cours
                   3879:    'Close This Window'
                   3880: => 'Close This Window',
1.8       bisitz   3881: # fermez cette fenêtRe
1.6       riegler  3882:    'Closed'
                   3883: => 'Closed',
                   3884: # Fermerd
                   3885:    'Communication'
                   3886: => 'Communication',
1.8       bisitz   3887: # Communicàion
1.6       riegler  3888:    'Compare versions of'
                   3889: => 'Compare versions of',
                   3890: # CompaRe Versions de
                   3891:    'Completed'
                   3892: => 'Completed',
                   3893: 
                   3894:    'Completely new course'
                   3895: => 'Completely new course',
                   3896: # Completely new cours
                   3897:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
                   3898: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
1.8       bisitz   3899: # Confirm thà this infoumàion is couRect, Ensuite click &quot;Finish Aideer&quot; Pour complete setting the parameter.
1.6       riegler  3900:    'Construction Space Version'
                   3901: => 'Construction Space Version',
                   3902: # ConstructuReion espace Version
                   3903:    'Continue'
                   3904: => 'Continue',
                   3905: 
                   3906:    'Copy current file to'
                   3907: => 'Copy current file to',
                   3908: # Copy Actuel Fichier Pour
                   3909:    'Copy selected'
                   3910: => 'Copy selected',
1.8       bisitz   3911: # Copy Sélectionezed
1.6       riegler  3912:    'Course Code'
                   3913: => 'Course Code',
                   3914: # cours Code
                   3915:    'Course Content'
                   3916: => 'Course Content',
                   3917: # cours Content
                   3918:    'Course Data'
                   3919: => 'Course Data',
1.8       bisitz   3920: # cours Dàa
1.6       riegler  3921:    'Course Home Server'
                   3922: => 'Course Home Server',
                   3923: # cours Home Serveur
                   3924:    'Course ID or number'
                   3925: => 'Course ID or number',
                   3926: # cours ID ou number
                   3927:    'Course ID/Number'
                   3928: => 'Course ID/Number',
                   3929: # cours ID/Number
                   3930:    'Course Information'
                   3931: => 'Course Information',
1.8       bisitz   3932: # cours infoumàion
1.6       riegler  3933:    'Course Initialization Helper'
                   3934: => 'Course Initialization Helper',
1.8       bisitz   3935: # cours Initializàion Aideer
1.6       riegler  3936:    'Course Level'
                   3937: => 'Course Level',
                   3938: # cours Level
                   3939:    'Course Search'
                   3940: => 'Course Search',
                   3941: # cours cherchez
                   3942:    'Course Title'
                   3943: => 'Course Title',
                   3944: # cours titRe
                   3945:    'Course default for all problems'
                   3946: => 'Course default for all problems',
1.8       bisitz   3947: # cours par Défaut  fou Pourut problèmes
1.6       riegler  3948:    '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.'
                   3949: => '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.',
1.8       bisitz   3950: # cours members can provide feedback about the cours. You can choisir who will Receive the feedback, such as a diffeRent instructuReou ou a TA. Please entRer their LON-CAPA addRess below, in the foum utilisàeur:Domaine, wheRe &quot;utilisàeur&quot; and &quot;Domaine&quot; aRe both the LON-CAPA utilisàeurNom and LON-CAPA Domaine, Nont an Adresse E-Mail.
1.6       riegler  3951:    'Courses'
                   3952: => 'Courses',
                   3953: # courss
                   3954:    'Create New User'
                   3955: => 'Create New User',
1.8       bisitz   3956: # créer New utilisàeur
1.6       riegler  3957:    'Create User'
                   3958: => 'Create User',
1.8       bisitz   3959: # créer utilisàeur
1.6       riegler  3960:    'Creating a new'
                   3961: => 'Creating a new',
1.8       bisitz   3962: # CReàing a new
1.6       riegler  3963:    'Crosslisted courses'
                   3964: => 'Crosslisted courses',
                   3965: # Crosslisted courss
                   3966:    'Current Class List'
                   3967: => 'Current Class List',
                   3968: # Actuel Class List
                   3969:    'Current Ending Date: [_1]'
                   3970: => 'Current Ending Date: [_1]',
1.8       bisitz   3971: # Actuel Fin/Finiring Dàe: [_1]
1.6       riegler  3972:    'Current Ending Date: not set'
                   3973: => 'Current Ending Date: not set',
1.8       bisitz   3974: # Actuel Fin/Finiring Dàe: Nont set
1.6       riegler  3975:    'Current Resource'
                   3976: => 'Current Resource',
                   3977: # Actuel Ressource
                   3978:    'Current Starting Date: [_1]'
                   3979: => 'Current Starting Date: [_1]',
1.8       bisitz   3980: # Actuel Commençant Dàe: [_1]
1.6       riegler  3981:    'Current Starting Date: not set'
                   3982: => 'Current Starting Date: not set',
1.8       bisitz   3983: # Actuel Commençant Dàe: Nont set
1.6       riegler  3984:    'Current Version'
                   3985: => 'Current Version',
                   3986: # Actuel Version
                   3987:    'Currently no active roles or courses'
                   3988: => 'Currently no active roles or courses',
1.8       bisitz   3989: # Actuelly Non active rôles ou courss
1.6       riegler  3990:    'Currently no additional roles or courses'
                   3991: => 'Currently no additional roles or courses',
1.8       bisitz   3992: # Actuelly Non additional rôles ou courss
1.6       riegler  3993:    'Currently submitted: <tt>[_1]</tt>'
                   3994: => 'Currently submitted: <tt>[_1]</tt>',
                   3995: # Actuelly SoumettReted: <tt>[_1]</tt>
                   3996:    'Custom Role Editor'
                   3997: => 'Custom Role Editor',
1.8       bisitz   3998: # CusPourm rôle éditerou
1.6       riegler  3999:    'Cut selected'
                   4000: => 'Cut selected',
1.8       bisitz   4001: # Cut Sélectionezed
1.6       riegler  4002:    'Decompress'
                   4003: => 'Decompress',
                   4004: 
                   4005:    'Default Assessment Spreadsheet'
                   4006: => 'Default Assessment Spreadsheet',
1.8       bisitz   4007: # par Défaut  Évaluation SpReadsheet
1.6       riegler  4008:    'Default Course Spreadsheet'
                   4009: => 'Default Course Spreadsheet',
1.8       bisitz   4010: # par Défaut  cours SpReadsheet
1.6       riegler  4011:    'Default Student Spreadsheet'
                   4012: => 'Default Student Spreadsheet',
1.8       bisitz   4013: # par Défaut  Etudiant(e) SpReadsheet
1.6       riegler  4014:    'Default XML Style File'
                   4015: => 'Default XML Style File',
1.8       bisitz   4016: # par Défaut  XML Style Fichier
1.6       riegler  4017:    'Default beginning date when enrolling students'
                   4018: => 'Default beginning date when enrolling students',
1.8       bisitz   4019: # par Défaut  beginning dàe when inscriReing Etudiant(e)s
1.6       riegler  4020:    'Default ending date when enrolling students'
                   4021: => 'Default ending date when enrolling students',
1.8       bisitz   4022: # par Défaut  Fin/Finiring dàe when inscriReing Etudiant(e)s
1.6       riegler  4023:    'Default for new courses is'
                   4024: => 'Default for new courses is',
1.8       bisitz   4025: # par Défaut  fou new courss is
1.6       riegler  4026:    'Default set of options to pass to tth/m when converting tex'
                   4027: => 'Default set of options to pass to tth/m when converting tex',
1.8       bisitz   4028: # par Défaut  set de options Pour pass Pour tth/m when converting tex
1.6       riegler  4029:    'Define Role'
                   4030: => 'Define Role',
1.8       bisitz   4031: # Define rôle
1.6       riegler  4032:    'Dependencies'
                   4033: => 'Dependencies',
                   4034: # DepFin/Finirencies
                   4035:    'Disable display of problem receipts'
                   4036: => 'Disable display of problem receipts',
1.8       bisitz   4037: # Disable Afficher de problème Receipts
1.6       riegler  4038:    'Disable student resource discussion'
                   4039: => 'Disable student resource discussion',
                   4040: # Disable Etudiant(e) Ressource discussion
                   4041:    'Disable student use of chatrooms'
                   4042: => 'Disable student use of chatrooms',
                   4043: # Disable Etudiant(e) use de caUtiliSameurierooms
                   4044:    'Disallow Resource Discussion for Roles'
                   4045: => 'Disallow Resource Discussion for Roles',
1.8       bisitz   4046: # DisPouruPourw Ressource Discussion fou rôles
1.6       riegler  4047:    'Disallow Resource Discussion for Users'
                   4048: => 'Disallow Resource Discussion for Users',
1.8       bisitz   4049: # DisPouruPourw Ressource Discussion fou utilisàeurs
1.6       riegler  4050:    'Disallow live chatroom use for Roles'
                   4051: => 'Disallow live chatroom use for Roles',
1.8       bisitz   4052: # DisPouruPourw live caUtiliSameurieroom use fou rôles
1.6       riegler  4053:    'Disallow live chatroom use for Users'
                   4054: => 'Disallow live chatroom use for Users',
1.8       bisitz   4055: # DisPouruPourw live caUtiliSameurieroom use fou utilisàeurs
1.6       riegler  4056:    'Discussion Participation'
                   4057: => 'Discussion Participation',
1.8       bisitz   4058: # Discussion Partieieicipàion
1.6       riegler  4059:    'Display file attributes'
                   4060: => 'Display file attributes',
1.8       bisitz   4061: # Afficher Fichier àtributes
1.6       riegler  4062:    'Do NOT generate as standard course'
                   4063: => 'Do NOT generate as standard course',
1.8       bisitz   4064: # Do NonT generàe as standard cours
1.6       riegler  4065:    'Do not show plain URL (encrypturl)'
                   4066: => 'Do not show plain URL (encrypturl)',
                   4067: # Do Nont show plain AdResse URL (encryptAdResse URL)
                   4068:    'Domain Level'
                   4069: => 'Domain Level',
                   4070: # Domaine Level
                   4071:    "Don't Show Feedback"
                   4072: => "Don't Show Feedback",
                   4073: 
                   4074:    'Due Date (contentclose)'
                   4075: => 'Due Date (contentclose)',
1.8       bisitz   4076: # est dû  Dàe (contentFermer)
1.6       riegler  4077:    'Due Date (duedate)'
                   4078: => 'Due Date (duedate)',
1.8       bisitz   4079: # est dû  Dàe (est dû dàe)
1.6       riegler  4080:    'Duration of automated classlist updates'
                   4081: => 'Duration of automated classlist updates',
1.8       bisitz   4082: # Duràion de auPourmàed classlist vers le haut dàes
1.6       riegler  4083:    'Dynamic Metadata (updated periodically)'
                   4084: => 'Dynamic Metadata (updated periodically)',
1.8       bisitz   4085: # Dynamic Metadàa (mis à jour périodiquement )
1.6       riegler  4086:    'ERROR'
                   4087: => 'ERROR',
                   4088: # ERRou
                   4089:    'Edit Custom Role Privileges'
                   4090: => 'Edit Custom Role Privileges',
1.8       bisitz   4091: # éditer CusPourm rôle Privileges
1.6       riegler  4092:    'End Time'
                   4093: => 'End Time',
                   4094: # Fin/Finir Temps
                   4095:    'Ending Date'
                   4096: => 'Ending Date',
1.8       bisitz   4097: # Fin/Finiring Dàe
1.6       riegler  4098:    'Enroll One Student'
                   4099: => 'Enroll One Student',
                   4100: # inscriRe One Etudiant(e)
                   4101:    'Enroll as student'
                   4102: => 'Enroll as student',
                   4103: # inscriRe as Etudiant(e)
                   4104:    'Enrolling'
                   4105: => 'Enrolling',
                   4106: # inscriReing
                   4107:    'Enrolling Student'
                   4108: => 'Enrolling Student',
                   4109: # inscriReing Etudiant(e)
                   4110:    '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.'
                   4111: => '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.',
1.8       bisitz   4112: # entRer as many Champss as you can. The Système will infoum you and bring you back Pour this Page if the dàa Sélectionezed is insufficient Pour inscriRe Etudiant(e)s in your class.
1.6       riegler  4113:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
                   4114: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
1.8       bisitz   4115: # entRer terms ou phrases separàed Par AND, ou, ou NonT Ensuite pRess cherchez below
1.6       riegler  4116:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
                   4117: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
1.8       bisitz   4118: # entRer terms ou phrases separàed Par cherchez operàous such as AND, ou, ou NonT
1.6       riegler  4119:    'Entering Construction Space'
                   4120: => 'Entering Construction Space',
                   4121: # entRering ConstructuReion espace
                   4122:    'Error: Directory Non Empty'
                   4123: => 'Error: Directory Non Empty',
                   4124: # Errou: DiRecPouruy Nonn Vide
                   4125:    'Error: destination for operation is an existing directory.'
                   4126: => 'Error: destination for operation is an existing directory.',
1.8       bisitz   4127: # Errou: destinàion fou operàion is an existing diRecPouruy.
1.6       riegler  4128:    'Essay, open end'
                   4129: => 'Essay, open end',
                   4130: # Essay, Ouvrir Fin/Finir
                   4131:    'Evaluation Error '
                   4132: => 'Evaluation Error ',
1.8       bisitz   4133: # Evaluàion Errou 
1.6       riegler  4134:    'Every problem in a particular folder (overrides course default)'
                   4135: => 'Every problem in a particular folder (overrides course default)',
1.8       bisitz   4136: # Every problème in a Partieieicular Dossier (overrides cours par Défaut )
1.6       riegler  4137:    'Exam Problem'
                   4138: => 'Exam Problem',
1.8       bisitz   4139: # Exam problème
1.6       riegler  4140:    'Excel format'
                   4141: => 'Excel format',
1.8       bisitz   4142: # Excel foumà
1.6       riegler  4143:    'Exit'
                   4144: => 'Exit',
                   4145: # sortir
                   4146:    'Feedback Addresses for Course Content'
                   4147: => 'Feedback Addresses for Course Content',
                   4148: # Feedback AddResses fou cours Content
                   4149:    'Feedback Addresses for Course Content Comments'
                   4150: => 'Feedback Addresses for Course Content Comments',
                   4151: # Feedback AddResses fou cours Content Comments
                   4152:    'Feedback Addresses for Course Policy'
                   4153: => 'Feedback Addresses for Course Policy',
                   4154: # Feedback AddResses fou cours Policy
                   4155:    'Feedback Addresses for Resource Content Question'
                   4156: => 'Feedback Addresses for Resource Content Question',
                   4157: # Feedback AddResses fou Ressource Content Question
                   4158:    'Finish Helper'
                   4159: => 'Finish Helper',
                   4160: # Finish Aideer
                   4161:    'First'
                   4162: => 'First',
                   4163: 
                   4164:    'First Resource'
                   4165: => 'First Resource',
                   4166: # First Ressource
                   4167:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
                   4168: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
                   4169: # Alternative Nom <b><tt>[_1]</tt></b> appears moue than once. Alternative Noms need Pour be unique.
                   4170:    'Folder/Map'
                   4171: => 'Folder/Map',
1.8       bisitz   4172: # Dossier/Carte/Séquence
1.6       riegler  4173:    'For one or more students'
                   4174: => 'For one or more students',
                   4175: # Fou one ou moue Etudiant(e)s
                   4176:    'Found a <*response> outside of a <part> in a <part>ed problem'
                   4177: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.8       bisitz   4178: # Found a <*Response> outside de a <Partieie> in a <Partieie>ed problème
1.6       riegler  4179:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
                   4180: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.8       bisitz   4181: # Found Non analyzable Respones in this problème, Actuelly only Numerical, Foumula and String Response styles aRe svers le haut pouted.
1.6       riegler  4182:    'Generate messages from a file'
                   4183: => 'Generate messages from a file',
1.8       bisitz   4184: # Generàe messages De a Fichier
1.6       riegler  4185:    'Go'
                   4186: => 'Go',
                   4187: 
                   4188:    'Go to ...'
                   4189: => 'Go to ...',
                   4190: # Go Pour ...
                   4191:    'HTML can be allowed or banned inside of course discussion.'
                   4192: => 'HTML can be allowed or banned inside of course discussion.',
                   4193: # HTML can be PouruPourMer ou banned inside de cours discussion.
                   4194:    'HTML in Discussions'
                   4195: => 'HTML in Discussions',
1.8       bisitz   4196: # HTML in Discuss¦ons
1.6       riegler  4197:    'Hand Graded (handgrade)'
                   4198: => 'Hand Graded (handgrade)',
                   4199: 
                   4200:    'Help on Creating Courses'
                   4201: => 'Help on Creating Courses',
1.8       bisitz   4202: # Aide on CReàing courss
1.6       riegler  4203:    'Hide Empty Rows in Spreadsheets'
                   4204: => 'Hide Empty Rows in Spreadsheets',
                   4205: # Cacher Vide Lignes in SpReadsheets
                   4206:    'Home Server'
                   4207: => 'Home Server',
                   4208: # Home Serveur
                   4209:    'Homework problem'
                   4210: => 'Homework problem',
1.8       bisitz   4211: # Homewouk problème
1.6       riegler  4212:    'How do I create a CSV file from a spreadsheet'
                   4213: => 'How do I create a CSV file from a spreadsheet',
1.8       bisitz   4214: # How do I créer a CSV Fichier De a spReadsheet
1.6       riegler  4215:    'How do I create a class list from a spreadsheet'
                   4216: => 'How do I create a class list from a spreadsheet',
1.8       bisitz   4217: # How do I créer a class list De a spReadsheet
1.6       riegler  4218:    'How many tries should be set for all problems in the course?'
                   4219: => 'How many tries should be set for all problems in the course?',
1.8       bisitz   4220: # How many NonmbRe d essai should be set fou Pourut problèmes in the cours?
1.6       riegler  4221:    'How many tries should be set for the selected folder?'
                   4222: => 'How many tries should be set for the selected folder?',
1.8       bisitz   4223: # How many NonmbRe d essai should be set fou the Sélectionezed Dossier?
1.6       riegler  4224:    'How many tries should be set for the selected problem?'
                   4225: => 'How many tries should be set for the selected problem?',
1.8       bisitz   4226: # How many NonmbRe d essai should be set fou the Sélectionezed problème?
1.6       riegler  4227:    'How should the results be printed?'
                   4228: => 'How should the results be printed?',
                   4229: 
                   4230:    'Immediately expire own role as Course Coordinator'
                   4231: => 'Immediately expire own role as Course Coordinator',
1.8       bisitz   4232: # Immediàely expiRe own rôle as cours Cooudinàou
1.6       riegler  4233:    'Import and Paste Area'
                   4234: => 'Import and Paste Area',
                   4235: # Impout and Paste ARea
                   4236:    'Include retrieval of student photographs?'
                   4237: => 'Include retrieval of student photographs?',
                   4238: # Include Retrieval de Etudiant(e) phoPourgraphs?
                   4239:    'Institutional Information'
                   4240: => 'Institutional Information',
1.8       bisitz   4241: # Institutional infoumàion
1.6       riegler  4242:    'Invalid Significant figures detected'
                   4243: => 'Invalid Significant figures detected',
                   4244: 
                   4245:    'Invalid characters in requested name have been removed.'
                   4246: => 'Invalid characters in requested name have been removed.',
                   4247: # Invalid characters in Requested Nom have been Removed.
                   4248:    'Invalid login mode or password.'
                   4249: => 'Invalid login mode or password.',
                   4250: # Invalid login mode ou passwoud.
                   4251:    'Invalid username or domain'
                   4252: => 'Invalid username or domain',
1.8       bisitz   4253: # Invalid utilisàeurNom ou Domaine
1.6       riegler  4254:    'KEYWORDS'
                   4255: => 'KEYWORDS',
                   4256: # KEYWouDS
                   4257:    '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.'
                   4258: => '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.',
                   4259: # LON-CAPA has live caUtiliSameurie functionality. This cours will Receive its own caUtiliSameurie room. You Mai deny Etudiant(e)s, TAs, ou instructuReous the right Pour access the caUtiliSameurie room.
                   4260:    '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.'
                   4261: => '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.',
1.8       bisitz   4262: # LON-CAPA Hôtes Discuss¦ons on Pourut Ressources in a cours. Par par Défaut , Pourut utilisàeurs aRe PouruPourMer Pour Partieieicipàe in these Discuss¦ons. If you do Nont wish certain Types de utilisàeurs Pour be able Pour use the discussion feàuRes, Sélectionez those Types below. Nonte your class Mai Nont have Pourut de these rôles; you Mai safely igNonue rôles you do Nont intFin/Finir Pour use. (Fou instance, &quot;Exam ProcPouru&quot; is génerPouruty useful only fou large courss.) Types de utilisàeurs Nont PouruPourMer Pour Partieieicipàe in discussion can still Visualiser any discussion thà other utilisàeurs post.
1.6       riegler  4263:    'Languages used'
                   4264: => 'Languages used',
                   4265: # langages used
                   4266:    'Last'
                   4267: => 'Last',
                   4268: 
                   4269:    'Leave blank on scoring form'
                   4270: => 'Leave blank on scoring form',
                   4271: # Leave blank on scouing foum
                   4272:    'List Directory'
                   4273: => 'List Directory',
                   4274: # List DiRecPouruy
                   4275:    'List of hidden parts (hiddenparts)'
                   4276: => 'List of hidden parts (hiddenparts)',
                   4277: # List de hidden Partieies (hiddenPartieies)
                   4278:    'Location'
                   4279: => 'Location',
1.8       bisitz   4280: # Locàion
1.6       riegler  4281:    'Login Data'
                   4282: => 'Login Data',
1.8       bisitz   4283: # Login Dàa
1.6       riegler  4284:    'Logout'
                   4285: => 'Logout',
                   4286: 
                   4287:    'Mail'
                   4288: => 'Mail',
                   4289: 
                   4290:    'Make new directory'
                   4291: => 'Make new directory',
                   4292: # Make new diRecPouruy
                   4293:    'Make new file'
                   4294: => 'Make new file',
                   4295: # Make new Fichier
                   4296:    'Manual Grading'
                   4297: => 'Manual Grading',
                   4298: # Manual Assigner des notes
                   4299:    'Map has branchings. Use advanced editor.'
                   4300: => 'Map has branchings. Use advanced editor.',
1.8       bisitz   4301: # Carte/Séquence has branchings. Use advanced éditerou.
1.6       riegler  4302:    'Map has conditions. Use advanced editor.'
                   4303: => 'Map has conditions. Use advanced editor.',
1.8       bisitz   4304: # Carte/Séquence has conditions. Use advanced éditerou.
1.6       riegler  4305:    'Map has resource parameters. Use advanced editor.'
                   4306: => 'Map has resource parameters. Use advanced editor.',
1.8       bisitz   4307: # Carte/Séquence has Ressource parameters. Use advanced éditerou.
1.6       riegler  4308:    'Map has unconnected resources. Use advanced editor.'
                   4309: => 'Map has unconnected resources. Use advanced editor.',
1.8       bisitz   4310: # Carte/Séquence has unconnected Ressources. Use advanced éditerou.
1.6       riegler  4311:    'Maximum Number of Collaborators'
                   4312: => 'Maximum Number of Collaborators',
1.8       bisitz   4313: # Maximum Number de Collabouàous
1.6       riegler  4314:    'Maximum Number of Collaborators (maxcollaborators)'
                   4315: => 'Maximum Number of Collaborators (maxcollaborators)',
1.8       bisitz   4316: # Maximum Number de Collabouàous (maxcollabouàous)
1.6       riegler  4317:    'Maximum Number of Tries (maxtries)'
                   4318: => 'Maximum Number of Tries (maxtries)',
                   4319: # Maximum Number de NonmbRe d essai (maxNonmbRe d essai)
                   4320:    'Messaging'
                   4321: => 'Messaging',
                   4322: 
                   4323:    'Middle'
                   4324: => 'Middle',
                   4325: 
                   4326:    'Middle Name'
                   4327: => 'Middle Name',
                   4328: # Middle Nom
                   4329:    'Missing Kerberos domain information.'
                   4330: => 'Missing Kerberos domain information.',
1.8       bisitz   4331: # Missing Kerberos Domaine infoumàion.
1.6       riegler  4332:    'Modification may make assessment data inaccessible'
                   4333: => 'Modification may make assessment data inaccessible',
1.8       bisitz   4334: # Modificàion Mai make Évaluation dàa inaccessible
1.6       riegler  4335:    'Modify Enrollment for'
                   4336: => 'Modify Enrollment for',
                   4337: # Modify inscriRement fou
                   4338:    'Modify User'
                   4339: => 'Modify User',
1.8       bisitz   4340: # Modify utilisàeur
1.6       riegler  4341:    'Modify another students data'
                   4342: => 'Modify another students data',
1.8       bisitz   4343: # Modify aNonther Etudiant(e)s dàa
1.6       riegler  4344:    'Modify deadlines, etc, for this resource'
                   4345: => 'Modify deadlines, etc, for this resource',
                   4346: # Modify Dates limites, etc, fou this Ressource
                   4347:    'Modifying data for user'
                   4348: => 'Modifying data for user',
1.8       bisitz   4349: # Modifying dàa fou utilisàeur
1.6       riegler  4350:    'Modifying this will make problems'
                   4351: => 'Modifying this will make problems',
1.8       bisitz   4352: # Modifying this will make problèmes
1.6       riegler  4353:    'Move current file to'
                   4354: => 'Move current file to',
                   4355: # Move Actuel Fichier Pour
                   4356:    'Must create new subdirectory inside a directory'
                   4357: => 'Must create new subdirectory inside a directory',
1.8       bisitz   4358: # Must créer new subdiRecPouruy inside a diRecPouruy
1.6       riegler  4359:    'Name of Role'
                   4360: => 'Name of Role',
1.8       bisitz   4361: # Nom de rôle
1.6       riegler  4362:    'New Directory'
                   4363: => 'New Directory',
                   4364: # New DiRecPouruy
                   4365:    'New HTML file'
                   4366: => 'New HTML file',
                   4367: # New HTML Fichier
                   4368:    'New Resource'
                   4369: => 'New Resource',
                   4370: # New Ressource
                   4371:    'New Role'
                   4372: => 'New Role',
1.8       bisitz   4373: # New rôle
1.6       riegler  4374:    'New User'
                   4375: => 'New User',
1.8       bisitz   4376: # New utilisàeur
1.6       riegler  4377:    'New Value'
                   4378: => 'New Value',
                   4379: # New Valeur
                   4380:    'New assembled page'
                   4381: => 'New assembled page',
                   4382: 
                   4383:    'New assembled sequence'
                   4384: => 'New assembled sequence',
1.8       bisitz   4385: # New assembled séquence
1.6       riegler  4386:    'New custom rights file'
                   4387: => 'New custom rights file',
                   4388: # New cusPourm rights Fichier
                   4389:    'New file'
                   4390: => 'New file',
                   4391: # New Fichier
                   4392:    'New problem'
                   4393: => 'New problem',
1.8       bisitz   4394: # New problème
1.6       riegler  4395:    'New style file'
                   4396: => 'New style file',
                   4397: # New style Fichier
                   4398:    'New subdirectory'
                   4399: => 'New subdirectory',
                   4400: # New subdiRecPouruy
                   4401:    'Next ->'
                   4402: => 'Next ->',
                   4403: # Prochain ->
                   4404:    'No Access or Usages Statistics are available for this resource.'
                   4405: => 'No Access or Usages Statistics are available for this resource.',
1.8       bisitz   4406: # Non Access ou Usages Stàistics aRe available fou this Ressource.
1.6       riegler  4407:    'No Assessment Statistical Data is available for this resource'
                   4408: => 'No Assessment Statistical Data is available for this resource',
1.8       bisitz   4409: # Non Évaluation Stàistical Dàa is available fou this Ressource
1.6       riegler  4410:    'No Evaluation Data is available for this resource.'
                   4411: => 'No Evaluation Data is available for this resource.',
1.8       bisitz   4412: # Non Evaluàion Dàa is available fou this Ressource.
1.6       riegler  4413:    'No new filename specified.'
                   4414: => 'No new filename specified.',
                   4415: # Non new FichierNom specified.
                   4416:    'No section assigned'
                   4417: => 'No section assigned',
                   4418: # Non Section assigned
                   4419:    'No such file'
                   4420: => 'No such file',
                   4421: # Non such Fichier
                   4422:    'Not Allowed'
                   4423: => 'Not Allowed',
                   4424: # Nont PouruPourMer
                   4425:    'Not open to be viewed'
                   4426: => 'Not open to be viewed',
                   4427: # Nont Ouvrir Pour be VisualiseRed
                   4428:    'Notification of enrollment changes'
                   4429: => 'Notification of enrollment changes',
1.8       bisitz   4430: # Nontificàion de inscriRement Changezs
1.6       riegler  4431:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
                   4432: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.8       bisitz   4433: # Nontificàion Pour cours cooudinàou via LON-CAPa.m.ssage when inscriRement Changezs occur during the auPourmàed vers le haut dàe?
1.6       riegler  4434:    'Number of Tries before hints appear (hinttries)'
                   4435: => 'Number of Tries before hints appear (hinttries)',
                   4436: # Number de NonmbRe d essai befoue hints appear (hintNonmbRe d essai)
                   4437:    'Number of assignments printed at the same time:'
                   4438: => 'Number of assignments printed at the same time:',
1.8       bisitz   4439: # Number de assignments printed à the same Temps:
1.6       riegler  4440:    'Number of bubbles in exam mode (numbubbles)'
                   4441: => 'Number of bubbles in exam mode (numbubbles)',
                   4442: # Number de bubbles in exam mode (numbubbles)
                   4443:    'Number of columns'
                   4444: => 'Number of columns',
                   4445: # Number de Colonne s
                   4446:    'Numerical Tolerance (tol)'
                   4447: => 'Numerical Tolerance (tol)',
                   4448: # Numerical Pourlerance (Pourl)
                   4449:    'Old Value'
                   4450: => 'Old Value',
                   4451: # Old Valeur
                   4452:    'Online Help'
                   4453: => 'Online Help',
                   4454: # Online Aide
                   4455:    'Only domain coordinators can change a users password.'
                   4456: => 'Only domain coordinators can change a users password.',
1.8       bisitz   4457: # Only Domaine cooudinàous can Changez a utilisàeurs passwoud.
1.6       riegler  4458:    'Open Course'
                   4459: => 'Open Course',
                   4460: # Ouvrir cours
                   4461:    'Open all assessments'
                   4462: => 'Open all assessments',
1.8       bisitz   4463: # Ouvrir Pourut Évaluations
1.6       riegler  4464:    'Open and correct'
                   4465: => 'Open and correct',
                   4466: # Ouvrir and couRect
                   4467:    'Open with full tries'
                   4468: => 'Open with full tries',
                   4469: # Ouvrir with full NonmbRe d essai
                   4470:    'Opening Date (contentopen)'
                   4471: => 'Opening Date (contentopen)',
1.8       bisitz   4472: # Ouvriring Dàe (contenPourpen)
1.6       riegler  4473:    'Opening Date (opendate)'
                   4474: => 'Opening Date (opendate)',
1.8       bisitz   4475: # Ouvriring Dàe (Ouvrirdàe)
1.6       riegler  4476:    'Output Format: [_1]'
                   4477: => 'Output Format: [_1]',
1.8       bisitz   4478: # Sortie Foumà: [_1]
1.6       riegler  4479:    'Page layout'
                   4480: => 'Page layout',
                   4481: 
                   4482:    'Paper type'
                   4483: => 'Paper type',
                   4484: 
                   4485:    'Parameter'
                   4486: => 'Parameter',
                   4487: 
                   4488:    'Part Description (display)'
                   4489: => 'Part Description (display)',
                   4490: # Partieie Description (Afficher)
                   4491:    'Paste after selected'
                   4492: => 'Paste after selected',
1.8       bisitz   4493: # Paste after Sélectionezed
1.6       riegler  4494:    'Personal Data'
                   4495: => 'Personal Data',
1.8       bisitz   4496: # Personal Dàa
1.6       riegler  4497:    'Please adjust significant figures.'
                   4498: => 'Please adjust significant figures.',
                   4499: 
                   4500:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
                   4501: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
1.8       bisitz   4502: # Please choisir the par Défaut  auEnsuiteticàion method Pour be used Par new utilisàeurs added Pour this LON-CAPA Domaine Par the auPourmàed inscriRement process
1.6       riegler  4503:    'Please click Back on your browser and select another user, or '
                   4504: => 'Please click Back on your browser and select another user, or ',
1.8       bisitz   4505: # Please click Back on your bLigneser and Sélectionner unNonther utilisàeur, ou 
1.6       riegler  4506:    'Please contact your LON-CAPA administrator regarding this situation.'
                   4507: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.8       bisitz   4508: # Please Contacter your LON-CAPA a.m.nistràou Regarding this situàion.
1.6       riegler  4509:    'Please select an authentication mechanism'
                   4510: => 'Please select an authentication mechanism',
1.8       bisitz   4511: # Please Sélectionner unn auEnsuiteticàion mechanism
1.6       riegler  4512:    'Please select the authentication mechanism'
                   4513: => 'Please select the authentication mechanism',
1.8       bisitz   4514: # Please Sélectionez the auEnsuiteticàion mechanism
1.6       riegler  4515:    'Please select the section you wish to set the answer open date for:'
                   4516: => 'Please select the section you wish to set the answer open date for:',
1.8       bisitz   4517: # Please Sélectionez the Section you wish Pour set the Réponse Ouvrir dàe fou:
1.6       riegler  4518:    'Please select the section you wish to set the due date for:'
                   4519: => 'Please select the section you wish to set the due date for:',
1.8       bisitz   4520: # Please Sélectionez the Section you wish Pour set the est dû  dàe fou:
1.6       riegler  4521:    'Please select the section you wish to set the number of tries for:'
                   4522: => 'Please select the section you wish to set the number of tries for:',
1.8       bisitz   4523: # Please Sélectionez the Section you wish Pour set the number de NonmbRe d essai fou:
1.6       riegler  4524:    'Please select the section you wish to set the opening date for:'
                   4525: => 'Please select the section you wish to set the opening date for:',
1.8       bisitz   4526: # Please Sélectionez the Section you wish Pour set the Ouvriring dàe fou:
1.6       riegler  4527:    'Please select the section you wish to set the problem weight for:'
                   4528: => 'Please select the section you wish to set the problem weight for:',
1.8       bisitz   4529: # Please Sélectionez the Section you wish Pour set the problème weight fou:
1.6       riegler  4530:    'Please select the student you wish to set the answer open date for:'
                   4531: => 'Please select the student you wish to set the answer open date for:',
1.8       bisitz   4532: # Please Sélectionez the Etudiant(e) you wish Pour set the Réponse Ouvrir dàe fou:
1.6       riegler  4533:    'Please select the student you wish to set the due date for:'
                   4534: => 'Please select the student you wish to set the due date for:',
1.8       bisitz   4535: # Please Sélectionez the Etudiant(e) you wish Pour set the est dû  dàe fou:
1.6       riegler  4536:    'Please select the student you wish to set the number of tries for:'
                   4537: => 'Please select the student you wish to set the number of tries for:',
1.8       bisitz   4538: # Please Sélectionez the Etudiant(e) you wish Pour set the number de NonmbRe d essai fou:
1.6       riegler  4539:    'Please select the student you wish to set the opening date for:'
                   4540: => 'Please select the student you wish to set the opening date for:',
1.8       bisitz   4541: # Please Sélectionez the Etudiant(e) you wish Pour set the Ouvriring dàe fou:
1.6       riegler  4542:    'Please select the student you wish to set the problem weight for:'
                   4543: => 'Please select the student you wish to set the problem weight for:',
1.8       bisitz   4544: # Please Sélectionez the Etudiant(e) you wish Pour set the problème weight fou:
1.6       riegler  4545:    'Please stand by.'
                   4546: => 'Please stand by.',
                   4547: # Please stand Par.
                   4548:    'Please use browser "Back" button and pick a filename'
                   4549: => 'Please use browser "Back" button and pick a filename',
                   4550: # Please use bLigneser "Back" butPourn and pick a FichierNom
                   4551:    'Print'
                   4552: => 'Print',
                   4553: 
                   4554:    'Privileged users that should not be hidden on staff listings'
                   4555: => 'Privileged users that should not be hidden on staff listings',
1.8       bisitz   4556: # Privileged utilisàeurs thà should Nont be hidden on staff listings
1.6       riegler  4557:    'Processed file'
                   4558: => 'Processed file',
                   4559: # Processed Fichier
                   4560:    'Publish this Resource'
                   4561: => 'Publish this Resource',
                   4562: # Publier this Ressource
                   4563:    'Question Type (type)'
                   4564: => 'Question Type (type)',
                   4565: # Type de Question (Type)
                   4566:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
                   4567: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.8       bisitz   4568: # Random seed fou randomly picking number de Ressources (optional, only set if you kNonw whà you aRe doing) (randompickseed)
1.6       riegler  4569:    'Randomization algorithm used'
                   4570: => 'Randomization algorithm used',
1.8       bisitz   4571: # Randomizàion algouithm used
1.6       riegler  4572:    'Randomly pick number of resources (randompick)'
                   4573: => 'Randomly pick number of resources (randompick)',
                   4574: # Randomly pick number de Ressources (randompick)
                   4575:    'Reading results from [_1]'
                   4576: => 'Reading results from [_1]',
1.8       bisitz   4577: # Lisant résultats à Partieir de  [_1]
1.6       riegler  4578:    'Receipt algorithm used'
                   4579: => 'Receipt algorithm used',
                   4580: # Receipt algouithm used
                   4581:    'Receiving results from [_1]'
                   4582: => 'Receiving results from [_1]',
                   4583: # Receiving Results De [_1]
                   4584:    'Recent'
                   4585: => 'Recent',
                   4586: 
                   4587:    'Rename current file to'
                   4588: => 'Rename current file to',
                   4589: # ReNonmmer Actuel Fichier Pour
                   4590:    'Report a Bug'
                   4591: => 'Report a Bug',
                   4592: # Repout a Bug
                   4593:    'Resource'
                   4594: => 'Resource',
                   4595: # Ressource
                   4596:    'Resource Differences'
                   4597: => 'Resource Differences',
                   4598: # Ressource Differences
                   4599:    'Resource Hidden from Students (hiddenresource)'
                   4600: => 'Resource Hidden from Students (hiddenresource)',
                   4601: # Ressource Hidden De Etudiant(e)s (hiddenRessource)
                   4602:    'Resource alias name for conditions (mapalias)'
                   4603: => 'Resource alias name for conditions (mapalias)',
1.8       bisitz   4604: # Ressource alias Nom fou conditions (Carte/Séquencealias)
1.6       riegler  4605:    'Resources'
                   4606: => 'Resources',
                   4607: # Ressources
                   4608:    'Response'
                   4609: => 'Response',
                   4610: 
                   4611:    'Retrieve Old Version'
                   4612: => 'Retrieve Old Version',
                   4613: # RestauRer Old Version
                   4614:    'Return to DOCS'
                   4615: => 'Return to DOCS',
                   4616: # Return Pour documents
                   4617:    'Reverse Association'
                   4618: => 'Reverse Association',
1.8       bisitz   4619: # Reverse Associàion
1.6       riegler  4620:    'Revoke'
                   4621: => 'Revoke',
                   4622: 
                   4623:    'Revoke Existing Roles'
                   4624: => 'Revoke Existing Roles',
1.8       bisitz   4625: # Revoke Existing rôles
1.6       riegler  4626:    'Role'
                   4627: => 'Role',
1.8       bisitz   4628: # rôle
1.6       riegler  4629:    'Role Information'
                   4630: => 'Role Information',
1.8       bisitz   4631: # rôle infoumàion
1.6       riegler  4632:    'Save entries below as a draft answer (not submitting them for credit yet)'
                   4633: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.8       bisitz   4634: # EnRegistRer enNonmbRe d essai below as a draft Réponse (Nont SoumettReting them fou créditer yet)
1.6       riegler  4635:    'Search Complete [_1]'
                   4636: => 'Search Complete [_1]',
                   4637: # cherchez Complete [_1]
                   4638:    'Search: [_1]'
                   4639: => 'Search: [_1]',
                   4640: # cherchez: [_1]
                   4641:    'Select Action'
                   4642: => 'Select Action',
1.8       bisitz   4643: # Sélectionner unction
1.6       riegler  4644:    'Select All Files'
                   4645: => 'Select All Files',
1.8       bisitz   4646: # Sélectionez Pourut Fichiers
1.6       riegler  4647:    'Select All Published'
                   4648: => 'Select All Published',
1.8       bisitz   4649: # Sélectionez Pourut Publié(e)
1.6       riegler  4650:    'Select All Resources'
                   4651: => 'Select All Resources',
1.8       bisitz   4652: # Sélectionez Pourut Ressources
1.6       riegler  4653:    'Select Folder'
                   4654: => 'Select Folder',
1.8       bisitz   4655: # Sélectionez Dossier
1.6       riegler  4656:    'Select Only Current Students'
                   4657: => 'Select Only Current Students',
1.8       bisitz   4658: # Sélectionez Only Actuel Etudiant(e)s
1.6       riegler  4659:    'Select Problem'
                   4660: => 'Select Problem',
1.8       bisitz   4661: # Sélectionez problème
1.6       riegler  4662:    'Select Problem(s) to print'
                   4663: => 'Select Problem(s) to print',
1.8       bisitz   4664: # Sélectionez problème(s) Pour print
1.6       riegler  4665:    'Select Resource(s) to print'
                   4666: => 'Select Resource(s) to print',
1.8       bisitz   4667: # Sélectionez Ressource(s) Pour print
1.6       riegler  4668:    'Select Resources To Print'
                   4669: => 'Select Resources To Print',
1.8       bisitz   4670: # Sélectionez Ressources Pour Print
1.6       riegler  4671:    'Select Section'
                   4672: => 'Select Section',
1.8       bisitz   4673: # Sélectionez Section
1.6       riegler  4674:    'Select Sequence To Print From'
                   4675: => 'Select Sequence To Print From',
1.8       bisitz   4676: # Sélectionez séquence Pour Print De
1.6       riegler  4677:    'Select Student'
                   4678: => 'Select Student',
1.8       bisitz   4679: # Sélectionez Etudiant(e)
1.6       riegler  4680:    'Select Students and Resources'
                   4681: => 'Select Students and Resources',
1.8       bisitz   4682: # Sélectionez Etudiant(e)s and Ressources
1.6       riegler  4683:    'Select Style File'
                   4684: => 'Select Style File',
1.8       bisitz   4685: # Sélectionez Style Fichier
1.6       riegler  4686:    'Select a user name to modify the students information'
                   4687: => 'Select a user name to modify the students information',
1.8       bisitz   4688: # Sélectionner un utilisàeur Nom Pour modify the Etudiant(e)s infoumàion
1.6       riegler  4689:    'Select a user name to view the users personal page.'
                   4690: => 'Select a user name to view the users personal page.',
1.8       bisitz   4691: # Sélectionner un utilisàeur Nom Pour Visualiser the utilisàeurs personal Page.
1.6       riegler  4692:    'Select for Section/Group'
                   4693: => 'Select for Section/Group',
1.8       bisitz   4694: # Sélectionez fou Section/Grovers le haut 
1.6       riegler  4695:    'Select resources for the assignment'
                   4696: => 'Select resources for the assignment',
1.8       bisitz   4697: # Sélectionez Ressources fou the assignment
1.6       riegler  4698:    'Select the folder you wish to set the parameter for:'
                   4699: => 'Select the folder you wish to set the parameter for:',
1.8       bisitz   4700: # Sélectionez the Dossier you wish Pour set the parameter fou:
1.6       riegler  4701:    'Select the problem you wish to set the parameter for:'
                   4702: => 'Select the problem you wish to set the parameter for:',
1.8       bisitz   4703: # Sélectionez the problème you wish Pour set the parameter fou:
1.6       riegler  4704:    'Set'
                   4705: => 'Set',
                   4706: 
                   4707:    'Set Course Environment'
                   4708: => 'Set Course Environment',
                   4709: # Set cours Environment
                   4710:    'Set End Date'
                   4711: => 'Set End Date',
1.8       bisitz   4712: # Set Fin/Finir Dàe
1.6       riegler  4713:    'Set Individual User Roles'
                   4714: => 'Set Individual User Roles',
1.8       bisitz   4715: # Set Individual utilisàeur rôles
1.6       riegler  4716:    'Set Problem Tries'
                   4717: => 'Set Problem Tries',
1.8       bisitz   4718: # Set problème NonmbRe d essai
1.6       riegler  4719:    'Set Problem Weight'
                   4720: => 'Set Problem Weight',
1.8       bisitz   4721: # Set problème Weight
1.6       riegler  4722:    'Set Start Date'
                   4723: => 'Set Start Date',
1.8       bisitz   4724: # Set Début/Commencez Dàe
1.6       riegler  4725:    'Set answer open date for all problems in the course for ...'
                   4726: => 'Set answer open date for all problems in the course for ...',
1.8       bisitz   4727: # Set Réponse Ouvrir dàe fou Pourut problèmes in the cours fou ...
1.6       riegler  4728:    'Set answer open date for the selected folder for ...'
                   4729: => 'Set answer open date for the selected folder for ...',
1.8       bisitz   4730: # Set Réponse Ouvrir dàe fou the Sélectionezed Dossier fou ...
1.6       riegler  4731:    'Set answer open date for the selected problem for ...'
                   4732: => 'Set answer open date for the selected problem for ...',
1.8       bisitz   4733: # Set Réponse Ouvrir dàe fou the Sélectionezed problème fou ...
1.6       riegler  4734:    'Set content feedback to Course Coordinator'
                   4735: => 'Set content feedback to Course Coordinator',
1.8       bisitz   4736: # Set content feedback Pour cours Cooudinàou
1.6       riegler  4737:    'Set course policy feedback to Course Coordinator'
                   4738: => 'Set course policy feedback to Course Coordinator',
1.8       bisitz   4739: # Set cours policy feedback Pour cours Cooudinàou
1.6       riegler  4740:    'Set due date for all problems in the course for ...'
                   4741: => 'Set due date for all problems in the course for ...',
1.8       bisitz   4742: # Set est dû  dàe fou Pourut problèmes in the cours fou ...
1.6       riegler  4743:    'Set due date for the selected folder for ...'
                   4744: => 'Set due date for the selected folder for ...',
1.8       bisitz   4745: # Set est dû  dàe fou the Sélectionezed Dossier fou ...
1.6       riegler  4746:    'Set due date for the selected problem for ...'
                   4747: => 'Set due date for the selected problem for ...',
1.8       bisitz   4748: # Set est dû  dàe fou the Sélectionezed problème fou ...
1.6       riegler  4749:    'Set number of tries for all problems in the course for ...'
                   4750: => 'Set number of tries for all problems in the course for ...',
1.8       bisitz   4751: # Set number de NonmbRe d essai fou Pourut problèmes in the cours fou ...
1.6       riegler  4752:    'Set number of tries for the selected folder for ...'
                   4753: => 'Set number of tries for the selected folder for ...',
1.8       bisitz   4754: # Set number de NonmbRe d essai fou the Sélectionezed Dossier fou ...
1.6       riegler  4755:    'Set number of tries for the selected problem for ...'
                   4756: => 'Set number of tries for the selected problem for ...',
1.8       bisitz   4757: # Set number de NonmbRe d essai fou the Sélectionezed problème fou ...
1.6       riegler  4758:    'Set opening date for all problems in the course for ...'
                   4759: => 'Set opening date for all problems in the course for ...',
1.8       bisitz   4760: # Set Ouvriring dàe fou Pourut problèmes in the cours fou ...
1.6       riegler  4761:    'Set opening date for the selected folder for ...'
                   4762: => 'Set opening date for the selected folder for ...',
1.8       bisitz   4763: # Set Ouvriring dàe fou the Sélectionezed Dossier fou ...
1.6       riegler  4764:    'Set opening date for the selected problem for ...'
                   4765: => 'Set opening date for the selected problem for ...',
1.8       bisitz   4766: # Set Ouvriring dàe fou the Sélectionezed problème fou ...
1.6       riegler  4767:    'Set opening datefor all problems in the course for. . .'
                   4768: => 'Set opening datefor all problems in the course for. . .',
1.8       bisitz   4769: # Set Ouvriring dàefou Pourut problèmes in the cours fou. . .
1.6       riegler  4770:    'Set problem weight for all problems in the course for ...'
                   4771: => 'Set problem weight for all problems in the course for ...',
1.8       bisitz   4772: # Set problème weight fou Pourut problèmes in the cours fou ...
1.6       riegler  4773:    'Set problem weight for the selected folder for ...'
                   4774: => 'Set problem weight for the selected folder for ...',
1.8       bisitz   4775: # Set problème weight fou the Sélectionezed Dossier fou ...
1.6       riegler  4776:    'Set problem weight for the selected problem for ...'
                   4777: => 'Set problem weight for the selected problem for ...',
1.8       bisitz   4778: # Set problème weight fou the Sélectionezed problème fou ...
1.6       riegler  4779:    'Set to ...'
                   4780: => 'Set to ...',
                   4781: # Set Pour ...
                   4782:    'Set value to "[_1]" to allow'
                   4783: => 'Set value to "[_1]" to allow',
                   4784: # Set Valeur Pour "[_1]" Pour PouruPourw
                   4785:    'Setting the [_1]'
                   4786: => 'Setting the [_1]',
                   4787: 
                   4788:    'Setting the [_1] to [_2]'
                   4789: => 'Setting the [_1] to [_2]',
                   4790: # Setting the [_1] Pour [_2]
                   4791:    'Show Answer'
                   4792: => 'Show Answer',
1.8       bisitz   4793: # Show Réponse
1.6       riegler  4794:    'Show Feedback'
                   4795: => 'Show Feedback',
                   4796: 
                   4797:    'Show Problem Status (problemstatus)'
                   4798: => 'Show Problem Status (problemstatus)',
1.8       bisitz   4799: # Show problème Stàus (problèmestàus)
1.6       riegler  4800:    'Show Units - Disable Entry (turnoffunit)'
                   4801: => 'Show Units - Disable Entry (turnoffunit)',
                   4802: # Show Units - Disable Entry (turndefunit)
                   4803:    'Significant Digits (sig)'
                   4804: => 'Significant Digits (sig)',
                   4805: 
                   4806:    'Simple Edit'
                   4807: => 'Simple Edit',
1.8       bisitz   4808: # Simple éditer
1.6       riegler  4809:    'Some items were not submitted'
                   4810: => 'Some items were not submitted',
                   4811: # Some items weRe Nont SoumettReted
                   4812:    'Start Time'
                   4813: => 'Start Time',
1.8       bisitz   4814: # Début/Commencez Temps
1.6       riegler  4815:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
                   4816: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.8       bisitz   4817: # Début/Commencez each Etudiant(e)'s assignment on a new Page/Colonne  (add a Pagefeed after each assignment)
1.6       riegler  4818:    'Starting Date'
                   4819: => 'Starting Date',
1.8       bisitz   4820: # Commençant Dàe
1.6       riegler  4821:    'Student ID'
                   4822: => 'Student ID',
                   4823: # Etudiant(e) ID
                   4824:    'Student Information'
                   4825: => 'Student Information',
1.8       bisitz   4826: # Etudiant(e) infoumàion
1.6       riegler  4827:    'Student Name'
                   4828: => 'Student Name',
                   4829: # Etudiant(e) Nom
                   4830:    'Student Status'
                   4831: => 'Student Status',
1.8       bisitz   4832: # Etudiant(e) Stàus
1.6       riegler  4833:    'Student Status: [_1]'
                   4834: => 'Student Status: [_1]',
1.8       bisitz   4835: # Etudiant(e) Stàus: [_1]
1.6       riegler  4836:    'Student information updated successfully.'
                   4837: => 'Student information updated successfully.',
1.8       bisitz   4838: # Etudiant(e) infoumàion vers le haut dàed successfully.
1.6       riegler  4839:    'Students need access key to enter course'
                   4840: => 'Students need access key to enter course',
                   4841: # Etudiant(e)s need access key Pour entRer cours
                   4842:    'Students with expired roles'
                   4843: => 'Students with expired roles',
1.8       bisitz   4844: # Etudiant(e)s with expiRed rôles
1.6       riegler  4845:    'Subject:'
                   4846: => 'Subject:',
                   4847: # sujet:
                   4848:    'Submissions'
                   4849: => 'Submissions',
1.8       bisitz   4850: # Submiss¦ons
1.6       riegler  4851:    'Submit Modifications'
                   4852: => 'Submit Modifications',
1.8       bisitz   4853: # SoumettRe Modificàions
1.6       riegler  4854:    'Submit entries below as answer to receive credit'
                   4855: => 'Submit entries below as answer to receive credit',
1.8       bisitz   4856: # SoumettRe enNonmbRe d essai below as Réponse Pour Receive créditer
1.6       riegler  4857:    'Survey Question'
                   4858: => 'Survey Question',
                   4859: 
                   4860:    'Swedish Chef'
                   4861: => 'Swedish Chef',
                   4862: # SMerish Chef
                   4863:    'System Level'
                   4864: => 'System Level',
1.8       bisitz   4865: # Système Level
1.6       riegler  4866:    'Target Edit Map'
                   4867: => 'Target Edit Map',
1.8       bisitz   4868: # Cible éditer Carte/Séquence
1.6       riegler  4869:    'TeX unconverted due to errors'
                   4870: => 'TeX unconverted due to errors',
1.8       bisitz   4871: # TeX unconverted est dû  Pour errous
1.6       riegler  4872:    'TeX unconverted due to previous errors'
                   4873: => 'TeX unconverted due to previous errors',
1.8       bisitz   4874: # TeX unconverted est dû  Pour Précédent errous
1.6       riegler  4875:    '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.'
                   4876: => '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.',
1.8       bisitz   4877: # The &quot;cours Description&quot; is the Nom de the cours thà will be seen Par the Etudiant(e)s. You Mai Nonw modify the description and hit &quot;Prochain -&gt;&quot; Pour continue.
1.6       riegler  4878:    'The error reported was'
                   4879: => 'The error reported was',
                   4880: # The errou Repouted was
                   4881:    '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.'
                   4882: => '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.',
1.8       bisitz   4883: # The following enNonmbRe d essai will be used Pour identify the cours accouding Pour the naming scheme adopted Par your institution. Your choices will be used Pour Carte/Séquence an internal LON-CAPA cours ID Pour the couResponding cours Section ID(s) used Par the defice Responsible fou providing deficial class lists fou courss à your institution. This Carte/Séquenceping is RequiRed if you choisir Pour employ auPourmàic populàion de class lists.
1.6       riegler  4884:    "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."
                   4885: => "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.",
1.8       bisitz   4886: # The following settings control auPourmàic inscriRement de Etudiant(e)s in this class based on infoumàion available fou this specific cours De your institution's deficial classlists.
1.6       riegler  4887:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
                   4888: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
                   4889: # The question can Nont be gotten couRect, the following Alternatives in the &lt;optionResponse&gt; have invalid couRect options
                   4890:    'The requested file'
                   4891: => 'The requested file',
                   4892: # The Requested Fichier
                   4893:    'The student must log out and log in again to see these changes.'
                   4894: => 'The student must log out and log in again to see these changes.',
                   4895: # The Etudiant(e) must log out and Se connecter de Nonuveau Pour see these Changezs.
                   4896:    'There are currently no Error Messages for this resource.'
                   4897: => 'There are currently no Error Messages for this resource.',
                   4898: # TheRe aRe Actuelly Non Errou Messages fou this Ressource.
                   4899:    'There are no Evaluation Comments on this resource.'
                   4900: => 'There are no Evaluation Comments on this resource.',
1.8       bisitz   4901: # TheRe aRe Non Evaluàion Comments on this Ressource.
1.6       riegler  4902:    'There are no currently enrolled students in the course.'
                   4903: => 'There are no currently enrolled students in the course.',
                   4904: # TheRe aRe Non Actuelly inscriReed Etudiant(e)s in the cours.
                   4905:    'There are no currently enrolled students in the selected sections.'
                   4906: => 'There are no currently enrolled students in the selected sections.',
1.8       bisitz   4907: # TheRe aRe Non Actuelly inscriReed Etudiant(e)s in the Sélectionezed Sections.
1.6       riegler  4908:    'There are no previously enrolled students in the course.'
                   4909: => 'There are no previously enrolled students in the course.',
1.8       bisitz   4910: # TheRe aRe Non Précédently inscriReed Etudiant(e)s in the cours.
1.6       riegler  4911:    'There are no previously enrolled students in the selected sections.'
                   4912: => 'There are no previously enrolled students in the selected sections.',
1.8       bisitz   4913: # TheRe aRe Non Précédently inscriReed Etudiant(e)s in the Sélectionezed Sections.
1.6       riegler  4914:    'There are no students in the course.'
                   4915: => 'There are no students in the course.',
                   4916: # TheRe aRe Non Etudiant(e)s in the cours.
                   4917:    'There are no students in the selected sections.'
                   4918: => 'There are no students in the selected sections.',
1.8       bisitz   4919: # TheRe aRe Non Etudiant(e)s in the Sélectionezed Sections.
1.6       riegler  4920:    'There was an error determining the environment values for'
                   4921: => 'There was an error determining the environment values for',
                   4922: # TheRe was an errou determining the environment Valeurs fou
                   4923:    'This controls how receipt numbers are generated.'
                   4924: => 'This controls how receipt numbers are generated.',
1.8       bisitz   4925: # This controls how Receipt numbers aRe generàed.
1.6       riegler  4926:    'This helper will set up your LON-CAPA course and choose which features will be active.'
                   4927: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.8       bisitz   4928: # This Aideer will set vers le haut  your LON-CAPA cours and choisir which feàuRes will be active.
1.6       riegler  4929:    'To create a new'
                   4930: => 'To create a new',
1.8       bisitz   4931: # Pour créer a new
1.6       riegler  4932:    'Top Level Map'
                   4933: => 'Top Level Map',
1.8       bisitz   4934: # Pourp Level Carte/Séquence
1.6       riegler  4935:    'Type Name Here'
                   4936: => 'Type Name Here',
                   4937: # Type Nom HeRe
                   4938:    'Type-in value'
                   4939: => 'Type-in value',
                   4940: # Type-in Valeur
                   4941:    'UNDISPLAYABLE'
                   4942: => 'UNDISPLAYABLE',
                   4943: # UNAfficherABLE
                   4944:    'Unable to enroll'
                   4945: => 'Unable to enroll',
                   4946: # Unable Pour inscriRe
                   4947:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
                   4948: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.8       bisitz   4949: # Unable Pour Publier Fichier, it contains dvers le haut licàed ID(s), ID(s) need Pour be unique. The dvers le haut licàed ID(s) aRe
1.6       riegler  4950:    'Unable to retrieve environment data for'
                   4951: => 'Unable to retrieve environment data for',
1.8       bisitz   4952: # Unable Pour RestauRer environment dàa fou
1.6       riegler  4953:    'Unable to set default dates for course'
                   4954: => 'Unable to set default dates for course',
1.8       bisitz   4955: # Unable Pour set par Défaut  dàes fou cours
1.6       riegler  4956:    'Unavailable course'
                   4957: => 'Unavailable course',
                   4958: # Unavailable cours
                   4959:    'Unknown Action'
                   4960: => 'Unknown Action',
                   4961: # UnkNonwn Action
                   4962:    'Unselect All Files'
                   4963: => 'Unselect All Files',
1.8       bisitz   4964: # UnSélectionez Pourut Fichiers
1.6       riegler  4965:    'Unselect All Published'
                   4966: => 'Unselect All Published',
1.8       bisitz   4967: # UnSélectionez Pourut Publié(e)
1.6       riegler  4968:    'Unselect All Resources'
                   4969: => 'Unselect All Resources',
1.8       bisitz   4970: # UnSélectionez Pourut Ressources
1.6       riegler  4971:    'Unselect for Section/Group'
                   4972: => 'Unselect for Section/Group',
1.8       bisitz   4973: # UnSélectionez fou Section/Grovers le haut 
1.6       riegler  4974:    'Upload class list'
                   4975: => 'Upload class list',
                   4976: # vers le haut Charge du Serveur class list
                   4977:    'Upload file'
                   4978: => 'Upload file',
                   4979: # vers le haut Charge du Serveur Fichier
                   4980:    'VIEW'
                   4981: => 'VIEW',
                   4982: # Visualiser
                   4983:    'View the FAQ'
                   4984: => 'View the FAQ',
                   4985: # Visualiser the FAQ
                   4986:    'Visibly Separate Items on Pages'
                   4987: => 'Visibly Separate Items on Pages',
1.8       bisitz   4988: # Visibly Separàe Items on Pages
1.6       riegler  4989:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
                   4990: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.8       bisitz   4991: # WARNING: The metadàa table does Nont exist in the LON-CAPA dàabase.
1.6       riegler  4992:    'Warning: change of MIME type!'
                   4993: => 'Warning: change of MIME type!',
                   4994: # Warning: Changez de Type Mime!
                   4995:    'Warning: target file exists!'
                   4996: => 'Warning: target file exists!',
                   4997: # Warning: Cible Fichier exists!
                   4998:    'Warning: target file exists, and has been published!'
                   4999: => 'Warning: target file exists, and has been published!',
1.8       bisitz   5000: # Warning: Cible Fichier exists, and has been Publié(e)!
1.6       riegler  5001:    'Weight (weight)'
                   5002: => 'Weight (weight)',
                   5003: 
                   5004:    'Welcome to Your New LON-CAPA Course'
                   5005: => 'Welcome to Your New LON-CAPA Course',
                   5006: # Bienvenue Pour Your New LON-CAPA cours
                   5007:    'What parameter do you want to set for the selected folder?'
                   5008: => 'What parameter do you want to set for the selected folder?',
1.8       bisitz   5009: # Whà parameter do you want Pour set fou the Sélectionezed Dossier?
1.6       riegler  5010:    'What parameter do you want to set for the selected problem?'
                   5011: => 'What parameter do you want to set for the selected problem?',
1.8       bisitz   5012: # Whà parameter do you want Pour set fou the Sélectionezed problème?
1.6       riegler  5013:    'What should the answer open date be set to?'
                   5014: => 'What should the answer open date be set to?',
1.8       bisitz   5015: # Whà should the Réponse Ouvrir dàe be set Pour?
1.6       riegler  5016:    'What should the due date be set to?'
                   5017: => 'What should the due date be set to?',
1.8       bisitz   5018: # Whà should the est dû  dàe be set Pour?
1.6       riegler  5019:    'What weight should be set for all problems in the course?'
                   5020: => 'What weight should be set for all problems in the course?',
1.8       bisitz   5021: # Whà weight should be set fou Pourut problèmes in the cours?
1.6       riegler  5022:    'What weight should be set for the selected folder?'
                   5023: => 'What weight should be set for the selected folder?',
1.8       bisitz   5024: # Whà weight should be set fou the Sélectionezed Dossier?
1.6       riegler  5025:    'What weight should be set for the selected problem?'
                   5026: => 'What weight should be set for the selected problem?',
1.8       bisitz   5027: # Whà weight should be set fou the Sélectionezed problème?
1.6       riegler  5028:    'Width'
                   5029: => 'Width',
                   5030: 
                   5031:    'You are working with an unsaved version of your map.'
                   5032: => 'You are working with an unsaved version of your map.',
1.8       bisitz   5033: # You aRe wouking with an unEnRegistRerd Version de your Carte/Séquence.
1.6       riegler  5034:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
                   5035: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
                   5036: # You Changezd the Etudiant(e)s id but did Nont disable the ID Changez safeguard. The Etudiant(e)s id will Nont be Changezd.
                   5037:    '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.'
                   5038: => '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.',
1.8       bisitz   5039: # Your cours is Nonw set vers le haut . Please Sélectionez the Finish cours Initializàion butPourn Pour Re-intialize the cours with your chosen settings. Remember thà Pourut de these settings can be Modifié(e) in the paramètRes scReen, Par pushing the cours Environment butPourn.
1.6       riegler  5040:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
                   5041: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
1.8       bisitz   5042: # Your Request Pour Changez the rôle infoumàion fou this Etudiant(e) was Refused. You do Nont appear Pour have sufficient authouity Pour Changez Etudiant(e) infoumàion.
1.6       riegler  5043:    '[_1] (what you just saw on the screen)'
                   5044: => '[_1] (what you just saw on the screen)',
1.8       bisitz   5045: # [_1] (whà you just saw on the scReen)
1.6       riegler  5046:    '[_1] Local Authentication with argument [_2]'
                   5047: => '[_1] Local Authentication with argument [_2]',
1.8       bisitz   5048: # [_1] Local AuEnsuiteticàion with argument [_2]
1.6       riegler  5049:    '[_1] Records per Page'
                   5050: => '[_1] Records per Page',
                   5051: # [_1] Recouds Par Page
                   5052:    '[_1] minutes'
                   5053: => '[_1] minutes',
                   5054: 
                   5055:    '[_1] minutes, [_2] seconds'
                   5056: => '[_1] minutes, [_2] seconds',
                   5057: # [_1] minutes, [_2] secondees
                   5058:    '[_1] with value [_2]'
                   5059: => '[_1] with value [_2]',
                   5060: # [_1] with Valeur [_2]
                   5061:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5062: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
                   5063: # [_1]pRev[_2] &nbsp; [_3]ReCharge du Serveur[_4] &nbsp; [_5]Prochain[_6]
                   5064:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
                   5065: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
                   5066: # [_1]pRev[_2] &nbsp; [_3]ReCharge du Serveur[_4] &nbsp; Prochain
                   5067:    '[_2] seconds'
                   5068: => '[_2] seconds',
                   5069: # [_2] secondees
                   5070:    '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'
                   5071: => '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',
1.8       bisitz   5072: # a comma separàed list de cours Sections crosslisted with the Actuel cours, with each entry including the institutional cours Section Nom folloMer Par a colon and Ensuite the (optional) grovers le haut ID Pour be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2
1.6       riegler  5073:    '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'
                   5074: => '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',
1.8       bisitz   5075: # a comma separàed list de institutional Section numbers, each separàed Par a colon De the (optional) couResponding Section/grovers le haut  ID Pour be used in LON-CAPA e.g., 001:1,002:2
1.6       riegler  5076:    'aboutlon.gif'
                   5077: => 'aboutlon.gif',
                   5078: 
                   5079:    'accessbutton.gif'
                   5080: => 'accessbutton.gif',
                   5081: # accessbutPourn.gif
                   5082:    'after selected'
                   5083: => 'after selected',
1.8       bisitz   5084: # after Sélectionezed
1.6       riegler  5085:    'all resources in the course'
                   5086: => 'all resources in the course',
                   5087: # Pourut Ressources in the cours
                   5088:    'all students in course'
                   5089: => 'all students in course',
                   5090: # Pourut Etudiant(e)s dans le Cours
                   5091:    'and'
                   5092: => 'and',
                   5093: 
                   5094:    'anno-'
                   5095: => 'anno-',
                   5096: # anNon-
                   5097:    'anno.gif'
                   5098: => 'anno.gif',
                   5099: # anNon.gif
                   5100:    'anonymous students'
                   5101: => 'anonymous students',
                   5102: # aNonnyme Etudiant(e)s
                   5103:    'anot.gif'
                   5104: => 'anot.gif',
                   5105: # aNont.gif
                   5106:    'answer date'
                   5107: => 'answer date',
1.8       bisitz   5108: # Réponse dàe
1.6       riegler  5109:    'backward'
                   5110: => 'backward',
                   5111: 
                   5112:    'bchat.gif'
                   5113: => 'bchat.gif',
                   5114: # bcaUtiliSameurie.gif
                   5115:    'between'
                   5116: => 'between',
                   5117: 
                   5118:    'bookmark'
                   5119: => 'bookmark',
                   5120: 
                   5121:    'button'
                   5122: => 'button',
                   5123: # butPourn
                   5124:    'by'
                   5125: => 'by',
                   5126: # Par
                   5127:    'catalog'
                   5128: => 'catalog',
1.8       bisitz   5129: # càalog
1.6       riegler  5130:    'catalog.gif'
                   5131: => 'catalog.gif',
1.8       bisitz   5132: # càalog.gif
1.6       riegler  5133:    'ccrs.gif'
                   5134: => 'ccrs.gif',
                   5135: 
                   5136:    'changes will not show until next login'
                   5137: => 'changes will not show until next login',
                   5138: # Changezs will Nont show until Prochain login
                   5139:    'check all'
                   5140: => 'check all',
                   5141: # check Pourut
                   5142:    'chmod error'
                   5143: => 'chmod error',
                   5144: # chmod errou
                   5145:    'chrt.gif'
                   5146: => 'chrt.gif',
                   5147: 
                   5148:    'click on the'
                   5149: => 'click on the',
                   5150: 
                   5151:    'co con-'
                   5152: => 'co con-',
                   5153: # co construction-
                   5154:    'co res'
                   5155: => 'co res',
                   5156: 
                   5157:    'com.gif'
                   5158: => 'com.gif',
                   5159: 
                   5160:    'contacting [_1]'
                   5161: => 'contacting [_1]',
                   5162: # entrant en Contacter [_1]
                   5163:    'copy Error'
                   5164: => 'copy Error',
                   5165: # copy Errou
                   5166:    'courses.gif'
                   5167: => 'courses.gif',
                   5168: # courss.gif
                   5169:    'cprv.gif'
                   5170: => 'cprv.gif',
                   5171: 
                   5172:    'cstr.gif'
                   5173: => 'cstr.gif',
                   5174: 
                   5175:    'currently does not exist'
                   5176: => 'currently does not exist',
                   5177: # Actuelly does Nont exist
                   5178:    'custom'
                   5179: => 'custom',
                   5180: # cusPourm
                   5181:    'customdistributionfile'
                   5182: => 'customdistributionfile',
                   5183: # cusPourmdistributionFichier
                   5184:    'discuss'
                   5185: => 'discuss',
                   5186: 
                   5187:    'docs.gif'
                   5188: => 'docs.gif',
                   5189: # documents.gif
                   5190:    'domain'
                   5191: => 'domain',
                   5192: # Domaine
                   5193:    'due date'
                   5194: => 'due date',
1.8       bisitz   5195: # est dû  dàe
1.6       riegler  5196:    'edit crs'
                   5197: => 'edit crs',
1.8       bisitz   5198: # éditer crs
1.6       riegler  5199:    'egrd.gif'
                   5200: => 'egrd.gif',
                   5201: 
                   5202:    'enrl.gif'
                   5203: => 'enrl.gif',
                   5204: 
                   5205:    'eval.gif'
                   5206: => 'eval.gif',
                   5207: 
                   5208:    'evaluate'
                   5209: => 'evaluate',
1.8       bisitz   5210: # evaluàe
1.6       riegler  5211:    'expired or revoked'
                   5212: => 'expired or revoked',
                   5213: # expiRed ou Revoked
                   5214:    'extension'
                   5215: => 'extension',
                   5216: 
                   5217:    'external'
                   5218: => 'external',
                   5219: 
                   5220:    'fdbk.gif'
                   5221: => 'fdbk.gif',
                   5222: 
                   5223:    'feedback'
                   5224: => 'feedback',
                   5225: 
                   5226:    'first name'
                   5227: => 'first name',
                   5228: # first Nom
                   5229:    'for'
                   5230: => 'for',
                   5231: # fou
                   5232:    'for <b>all resources in the course</b>'
                   5233: => 'for <b>all resources in the course</b>',
                   5234: # fou <b>Pourut Ressources in the cours</b>
                   5235:    'for <b>all students in course</b>'
                   5236: => 'for <b>all students in course</b>',
                   5237: # fou <b>Pourut Etudiant(e)s dans le Cours</b>
                   5238:    'for [_1]'
                   5239: => 'for [_1]',
                   5240: # fou [_1]
                   5241:    'for section [_1]'
                   5242: => 'for section [_1]',
                   5243: # fou Section [_1]
                   5244:    'for the map named [_1]'
                   5245: => 'for the map named [_1]',
1.8       bisitz   5246: # fou the Carte/Séquence Nomd [_1]
1.6       riegler  5247:    'for the resource named [_1]'
                   5248: => 'for the resource named [_1]',
                   5249: # fou the Ressource Nomd [_1]
                   5250:    'for visible separation'
                   5251: => 'for visible separation',
1.8       bisitz   5252: # fou visible separàion
1.6       riegler  5253:    'forward'
                   5254: => 'forward',
                   5255: # fouward
                   5256:    'from'
                   5257: => 'from',
                   5258: # De
                   5259:    'from current subdirectory'
                   5260: => 'from current subdirectory',
                   5261: # De Actuel subdiRecPouruy
                   5262:    'generation'
                   5263: => 'generation',
1.8       bisitz   5264: # generàion
1.6       riegler  5265:    'grds.gif'
                   5266: => 'grds.gif',
                   5267: 
                   5268:    'have different numbers and answers'
                   5269: => 'have different numbers and answers',
1.8       bisitz   5270: # have diffeRent numbers and Réponses
1.6       riegler  5271:    'helper'
                   5272: => 'helper',
                   5273: # Aideer
                   5274:    'in'
                   5275: => 'in',
                   5276: 
                   5277:    'in domain'
                   5278: => 'in domain',
                   5279: # in Domaine
                   5280:    'instructor'
                   5281: => 'instructor',
                   5282: # instructuReou
                   5283:    'internal'
                   5284: => 'internal',
                   5285: 
                   5286:    'is in this state by royal decree.'
                   5287: => 'is in this state by royal decree.',
1.8       bisitz   5288: # is in this stàe Par royal decRee.
1.6       riegler  5289:    'is ready for download'
                   5290: => 'is ready for download',
                   5291: # is Ready fou downCharge du Serveur
                   5292:    'keys.gif'
                   5293: => 'keys.gif',
                   5294: 
                   5295:    'last name'
                   5296: => 'last name',
                   5297: # last Nom
                   5298:    'logout.gif'
                   5299: => 'logout.gif',
                   5300: 
                   5301:    'make these dates the default for future enrollment'
                   5302: => 'make these dates the default for future enrollment',
1.8       bisitz   5303: # make these dàes the par Défaut  fou futuRe inscriRement
1.6       riegler  5304:    'middle name'
                   5305: => 'middle name',
                   5306: # middle Nom
                   5307:    'name'
                   5308: => 'name',
                   5309: # Nom
                   5310:    'nav.gif'
                   5311: => 'nav.gif',
                   5312: 
                   5313:    'no ending date'
                   5314: => 'no ending date',
1.8       bisitz   5315: # Non Fin/Finiring dàe
1.6       riegler  5316:    'number'
                   5317: => 'number',
                   5318: 
                   5319:    'number of tries'
                   5320: => 'number of tries',
                   5321: # number de NonmbRe d essai
                   5322:    'obsoletereplacement'
                   5323: => 'obsoletereplacement',
1.8       bisitz   5324: # désuetReplacement
1.6       riegler  5325:    'only check if you know what you are doing'
                   5326: => 'only check if you know what you are doing',
1.8       bisitz   5327: # only check if you kNonw whà you aRe doing
1.6       riegler  5328:    'only search domain'
                   5329: => 'only search domain',
                   5330: # only cherchez Domaine
                   5331:    'opening date'
                   5332: => 'opening date',
1.8       bisitz   5333: # Ouvriring dàe
1.6       riegler  5334:    'optional'
                   5335: => 'optional',
                   5336: 
                   5337:    'or any other value'
                   5338: => 'or any other value',
                   5339: # ou any other Valeur
                   5340:    'parm.gif'
                   5341: => 'parm.gif',
                   5342: # pa.m.gif
                   5343:    'pref.gif'
                   5344: => 'pref.gif',
                   5345: 
                   5346:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5347: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
                   5348: # pRev &nbsp; [_3]ReCharge du Serveur[_4] &nbsp; [_5]Prochain[_6]
                   5349:    'private'
                   5350: => 'private',
1.8       bisitz   5351: # privàe
1.6       riegler  5352:    'problem weight'
                   5353: => 'problem weight',
1.8       bisitz   5354: # problème weight
1.6       riegler  5355:    'prt.gif'
                   5356: => 'prt.gif',
                   5357: 
                   5358:    'public'
                   5359: => 'public',
                   5360: 
                   5361:    'res.gif'
                   5362: => 'res.gif',
                   5363: 
                   5364:    'role,role,...'
                   5365: => 'role,role,...',
1.8       bisitz   5366: # rôle,rôle,...
1.6       riegler  5367:    'roles.gif'
                   5368: => 'roles.gif',
1.8       bisitz   5369: # rôles.gif
1.6       riegler  5370:    'sbkm.gif'
                   5371: => 'sbkm.gif',
                   5372: 
                   5373:    'section'
                   5374: => 'section',
                   5375: 
                   5376:    'selected students'
                   5377: => 'selected students',
1.8       bisitz   5378: # Sélectionezed Etudiant(e)s
1.6       riegler  5379:    'set'
                   5380: => 'set',
                   5381: 
                   5382:    'spacer.gif'
                   5383: => 'spacer.gif',
                   5384: # espacer.gif
                   5385:    'spellcheck_lang'
                   5386: => 'spellcheck_lang',
                   5387: 
                   5388:    'sprs.gif'
                   5389: => 'sprs.gif',
                   5390: 
                   5391:    'src.gif'
                   5392: => 'src.gif',
                   5393: 
                   5394:    'standard'
                   5395: => 'standard',
                   5396: 
                   5397:    'standard courses only'
                   5398: => 'standard courses only',
                   5399: # standard courss only
                   5400:    'stat.gif'
                   5401: => 'stat.gif',
1.8       bisitz   5402: # stà.gif
1.6       riegler  5403:    'student'
                   5404: => 'student',
                   5405: # Etudiant(e)
                   5406:    'student name'
                   5407: => 'student name',
                   5408: # Etudiant(e) Nom
                   5409:    'tations'
                   5410: => 'tations',
1.8       bisitz   5411: # tàions
1.6       riegler  5412:    'template'
                   5413: => 'template',
1.8       bisitz   5414: # templàe
1.6       riegler  5415:    'this'
                   5416: => 'this',
                   5417: 
                   5418:    'to'
                   5419: => 'to',
                   5420: # Pour
                   5421:    'to [_1] ([_2])'
                   5422: => 'to [_1] ([_2])',
                   5423: # Pour [_1] ([_2])
                   5424:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
                   5425: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.8       bisitz   5426: # Pour interface with institutional dàa, e.g., fs03glg231 fou FPourut 2003 Geology 231
1.6       riegler  5427:    'unable to enroll'
                   5428: => 'unable to enroll',
                   5429: # unable Pour inscriRe
                   5430:    'uncheck all'
                   5431: => 'uncheck all',
                   5432: # uncheck Pourut
                   5433:    'use related words'
                   5434: => 'use related words',
1.8       bisitz   5435: # use Relàed wouds
1.6       riegler  5436:    'userauthentication.gif'
                   5437: => 'userauthentication.gif',
1.8       bisitz   5438: # utilisàeurauEnsuiteticàion.gif
1.6       riegler  5439:    'username'
                   5440: => 'username',
1.8       bisitz   5441: # utilisàeurNom
1.6       riegler  5442:    'vbkm.gif'
                   5443: => 'vbkm.gif',
                   5444: 
                   5445:    'versus'
                   5446: => 'versus',
                   5447: 
                   5448:    'waiting on [_1]'
                   5449: => 'waiting on [_1]',
1.8       bisitz   5450: # àtFin/Finirant [_1]
1.6       riegler  5451:    'what you just saw on the screen'
                   5452: => 'what you just saw on the screen',
1.8       bisitz   5453: # whà you just saw on the scReen
1.6       riegler  5454:    'with server'
                   5455: => 'with server',
                   5456: # with Serveur
                   5457:    'yes'
                   5458: => 'yes',
                   5459: # Oui
                   5460: 
                   5461: 
                   5462: #SYNC Tue Aug 15 14:43:21 2006
                   5463:    'Enter my portfolio space'
                   5464: => 'Enter my portfolio space',
                   5465: # entRer Lun/ma.m.s poutfolio espace
                   5466:    'No syllabus information provided.'
                   5467: => 'No syllabus information provided.',
1.8       bisitz   5468: # Non Programmes d études infoumàion provided.
1.6       riegler  5469:    'Post Discussion'
                   5470: => 'Post Discussion',
                   5471: 
                   5472:    'Sorry ...'
                   5473: => 'Sorry ...',
                   5474: # Soury ...
                   5475:    'This resource might be part of another course.'
                   5476: => 'This resource might be part of another course.',
                   5477: # this Ressource might be Partieie de aNonther cours.
                   5478: 
                   5479: 
                   5480: #SYNC Tue Aug 15 16:12:11 2006
                   5481:    'Agree'
                   5482: => 'Agree',
                   5483: 
                   5484:    'Any comments? '
                   5485: => 'Any comments? ',
                   5486: 
                   5487:    'Copy this column'
                   5488: => 'Copy this column',
                   5489: # Copy this Colonne 
                   5490:    'Disagree'
                   5491: => 'Disagree',
                   5492: 
                   5493:    'General Intro'
                   5494: => 'General Intro',
1.8       bisitz   5495: # géneral intro
1.6       riegler  5496:    'Greek Symbols'
                   5497: => 'Greek Symbols',
                   5498: 
                   5499:    'HTML character enties'
                   5500: => 'HTML character enties',
                   5501: 
                   5502:    'Highest Grade Level'
                   5503: => 'Highest Grade Level',
                   5504: 
                   5505:    '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.'
                   5506: => '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.',
                   5507: # If you aRe Visualisering this online, copy and paste the Texte De any de the right Colonne s inPour your Texte aRea Pour get the symbol on the left.
                   5508:    'LON-CAPA Help'
                   5509: => 'LON-CAPA Help',
                   5510: # LON-CAPA Aide
                   5511:    'Landscape'
                   5512: => 'Landscape',
                   5513: 
                   5514:    'Launch navigation window'
                   5515: => 'Launch navigation window',
1.8       bisitz   5516: # Launch navigàion window
1.6       riegler  5517:    'Lowest Grade Level'
                   5518: => 'Lowest Grade Level',
                   5519: 
                   5520:    'Mark all posts read'
                   5521: => 'Mark all posts read',
                   5522: # Mark Pourut posts Read
                   5523:    'My question/comment/feedback:'
                   5524: => 'My question/comment/feedback:',
                   5525: # Lun/ma.m.s question/comment/feedback:
                   5526:    'Not set -'
                   5527: => 'Not set -',
                   5528: # Nont Set -
                   5529:    'Other Symbols'
                   5530: => 'Other Symbols',
                   5531: 
                   5532:    'Please check at least one of the following feedback types:'
                   5533: => 'Please check at least one of the following feedback types:',
1.8       bisitz   5534: # Please check à least one de the following feedback Types:
1.6       riegler  5535:    'Please rank the following criteria:'
                   5536: => 'Please rank the following criteria:',
                   5537: 
                   5538:    'Portrait'
                   5539: => 'Portrait',
                   5540: # Poutrait
                   5541:    'Question about resource content'
                   5542: => 'Question about resource content',
                   5543: # Question about Ressource content
                   5544:    'Question/Comment/Feedback about course policy'
                   5545: => 'Question/Comment/Feedback about course policy',
                   5546: # Question/Comment/feedback about cours policy
                   5547:    'Select a Course to Enter'
                   5548: => 'Select a Course to Enter',
1.8       bisitz   5549: # Sélectionner un cours Pour entRer
1.6       riegler  5550:    'Sending Messages'
                   5551: => 'Sending Messages',
                   5552: # SFin/Finiring Messages
                   5553:    'Show Me My First Homework Problem'
                   5554: => 'Show Me My First Homework Problem',
1.8       bisitz   5555: # Show Me Lun/ma.m.s First Homewouk problème
1.6       riegler  5556:    'Standards'
                   5557: => 'Standards',
                   5558: 
                   5559:    'Strongly Agree'
                   5560: => 'Strongly Agree',
                   5561: 
                   5562:    'Strongly Disagree'
                   5563: => 'Strongly Disagree',
                   5564: 
                   5565:    'Symbol'
                   5566: => 'Symbol',
                   5567: 
                   5568:    'The material appears to be correct '
                   5569: => 'The material appears to be correct ',
1.8       bisitz   5570: # The màerial appears Pour be couRect 
1.6       riegler  5571:    'The material is helpful '
                   5572: => 'The material is helpful ',
1.8       bisitz   5573: # The màerial is Aideful 
1.6       riegler  5574:    'The material is presented in a clear way '
                   5575: => 'The material is presented in a clear way ',
1.8       bisitz   5576: # The màerial is pResented in a clear way 
1.6       riegler  5577:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
                   5578: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
                   5579: # The Ressource is technicPouruty couRect (Charge du Serveurs fast eNonugh, does Nont produce errous, links wouk, etc) 
                   5580: 
                   5581: 
                   5582: #SYNC Tue Aug 15 18:55:42 2006
                   5583: 
1.7       riegler  5584: 
                   5585: #SYNC Fri Aug 18 20:46:55 2006
                   5586:    'HTML character entities'
                   5587: => 'HTML character entities',
                   5588: 
                   5589: 
1.3       www      5590: #SYNCMARKER
                   5591: );
                   5592: 
                   5593: 1;

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