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

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

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