Diff for /loncom/localize/localize/fr.pm between versions 1.18 and 1.23

version 1.18, 2009/05/07 12:42:17 version 1.23, 2011/11/09 13:14:16
Line 33  package Apache::localize::fr; Line 33  package Apache::localize::fr;
 use base qw(Apache::localize);  use base qw(Apache::localize);
   
 %Lexicon=('_AUTO' => 1,  %Lexicon=('_AUTO' => 1,
             
 'char_encoding'=> 'UTF-8',  'char_encoding'=> 'UTF-8',
 'language_code'=> 'fr',  'language_code'=> 'fr',
 'date_locale'  =>   'date_locale'  =>
       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds hs',        '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds hs',
 'date_months'  => 'Jan,Fev,Mar,Avr,Mai,Juin,Juil,Aou,Sept,Oct,Nov,Dec',  'date_months'  => 'Jan,Fev,Mar,Avr,Mai,Juin,Juil,Aou,Sept,Oct,Nov,Dec',
 'date_days'    => 'Dim,Lun,Mar,Mer,Jeu,Ven,Sam',  'date_days'    => 'Dim,Lun,Mar,Mer,Jeu,Ven,Sam',
 'date_am' => 'matin',  'date_am' => 'matin',
 'date_pm' => 'soir',  'date_pm' => 'soir',
 'textual_remote_display' => 'on',  
 'htmlarea_lang' => 'fr',  'htmlarea_lang' => 'fr',
   
    'Arabic - UTF'     'Arabic - UTF'
Line 891  use base qw(Apache::localize); Line 890  use base qw(Apache::localize);
    'Create a new course'     'Create a new course'
 => 'Créer un nouveau cours',  => 'Créer un nouveau cours',
   
    'Customized right of use ... '     'Customized right of use ...'
 => "Droit d'utilisation sur mesure ... ",  => "Droit d'utilisation sur mesure ...",
   
    'Delete messages from bulletin boards'     'Delete messages from bulletin boards'
 => "Effacer Messages des Tableaux d'affichage",  => "Effacer Messages des Tableaux d'affichage",
Line 1047  use base qw(Apache::localize); Line 1046  use base qw(Apache::localize);
    '. . . for an individual student'     '. . . for an individual student'
 => '. . . pour un(e) étudiant(e) particulier',  => '. . . pour un(e) étudiant(e) particulier',
   
      '12 am' # midnight
   => '00:00',
   
      'midnight'
   => 'minuit',
   
    '1 am'     '1 am'
 => '1:00',  => '1:00',
   
    '1 pm'     '2 am'
 => '13:00',  => '2:00',
   
      '3 am'
   => '3:00',
   
      '4 am'
   => '4:00',
   
      '5 am'
   => '5:00',
   
      '6 am'
   => '6:00',
   
      '7 am'
   => '7:00',
   
      '8 am'
   => '8:00',
   
      '9 am'
   => '9:00',
   
    '10 am'     '10 am'
 => '10:00',  => '10:00',
   
    '10 pm'  
 => '22:00',  
   
    '11 am'     '11 am'
 => '11:00',  => '11:00',
   
    '11 pm'  
 => '23:00',  
   
    '12 am'  
 => '00:00',  
   
    '12 noon'     '12 noon'
 => '12:00',  => '12:00',
   
    '2 am'     'noon'
 => '2:00',  => 'midi',
   
      '1 pm'
   => '13:00',
   
    '2 pm'     '2 pm'
 => '14:00',  => '14:00',
   
    '3 am'  
 => '3:00',  
   
    '3 pm'     '3 pm'
 => '15:00',  => '15:00',
   
    '4 am'  
 => '4:00',  
   
    '4 pm'     '4 pm'
 => '16:00',  => '16:00',
   
    '5 am'  
 => '5:00',  
   
    '5 pm'     '5 pm'
 => '17:00',  => '17:00',
   
    '6 am'  
 => '6:00',  
   
    '6 pm'     '6 pm'
 => '18:00',  => '18:00',
   
    '7 am'  
 => '7:00',  
   
    '7 pm'     '7 pm'
 => '19:00',  => '19:00',
   
    '8 am'  
 => '8:00',  
   
    '8 pm'     '8 pm'
 => '20:00',  => '20:00',
   
    '9 am'  
 => '9:00',  
   
    '9 pm'     '9 pm'
 => '21:00',  => '21:00',
   
      '10 pm'
   => '22:00',
   
      '11 pm'
   => '23:00',
   
    '<- Previous'     '<- Previous'
 => '<- Précédent ',  => '<- Précédent ',
   
Line 1446  use base qw(Apache::localize); Line 1451  use base qw(Apache::localize);
    'Grant/revoke role of Librarian'     'Grant/revoke role of Librarian'
 => 'Octroyer/annuler le rôle de bibliothécaire',  => 'Octroyer/annuler le rôle de bibliothécaire',
   
    'Grant/revoke role of Scantron Operator'     'Grant/revoke role of Bubblesheet Scanning Operator'
 => "Octroyer/annuler le rôle d'operateur Scantron",  => 'Grant/revoke role of Bubblesheet Scanning Operator', # "Octroyer/annuler le rôle d'operateur Scantron",
   
    'Grant/revoke role of Teaching Assistant'     'Grant/revoke role of Teaching Assistant'
 => "Octroyer/annuler le rôle d'aide enseignant",  => "Octroyer/annuler le rôle d'aide enseignant",
Line 1761  use base qw(Apache::localize); Line 1766  use base qw(Apache::localize);
    'Save as & Make This Sheet the Default'     'Save as & Make This Sheet the Default'
 => 'Enregistrer sous & faire le tableur par defaut',  => 'Enregistrer sous & faire le tableur par defaut',
   
    'Scantron Operator'     'Bubblesheet Scanning Operator'
 => 'Operateur Scantron',  => 'Bubblesheet Scanning Operator', # 'Operateur Scantron',
   
    'Score Upload Form'     'Score Upload Form'
 => 'Formulaire pour Télécharger les notes',  => 'Formulaire pour Télécharger les notes',
Line 1800  use base qw(Apache::localize); Line 1805  use base qw(Apache::localize);
    'Send Message to User(s)'     'Send Message to User(s)'
 => 'Envoyer message aux utilisateurs',  => 'Envoyer message aux utilisateurs',
   
    'Send Scantron data to a course'     'Send bubblesheet data to a course'
 => 'Envoyer les donnees Scantron a un cours', # 'Envoyer résultats Scantron à un cours',   => 'Send bubblesheet data to a course', # 'Envoyer les donnees Scantron a un cours', # 'Envoyer résultats Scantron à un cours',
   
    'Send internal email'     'Send internal email'
 => 'Envoyer courriel(email) interne',  => 'Envoyer courriel(email) interne',
Line 2013  use base qw(Apache::localize); Line 2018  use base qw(Apache::localize);
    'Update Section or Specific User'     'Update Section or Specific User'
 => "Mise à jour de la section ou d'un utilisateur spécifique",  => "Mise à jour de la section ou d'un utilisateur spécifique",
   
    'Upload Scantron data'     'Upload bubblesheet data'
 => 'Télécharger les données Scantron',  => 'Upload bubblesheet data', # 'Télécharger les données Scantron',
   
    'Upload a Photo'     'Upload a Photo'
 => 'Télécharger une photo',  => 'Télécharger une photo',
Line 2254  use base qw(Apache::localize); Line 2259  use base qw(Apache::localize);
    'may be open from a different computer.'     'may be open from a different computer.'
 => "peut être ouvert à partir d'un ordinateur différent.",  => "peut être ouvert à partir d'un ordinateur différent.",
   
    'midnight'  
 => 'minuit',  
   
    'minutes'     'minutes'
 => 'minutes',  => 'minutes',
   
Line 2269  use base qw(Apache::localize); Line 2271  use base qw(Apache::localize);
    'my'     'my'
 => 'mon/ma/mes',  => 'mon/ma/mes',
   
    'noon'  
 => 'midi',  
   
    'not found'     'not found'
 => 'non trouvé',  => 'non trouvé',
   
Line 2407  use base qw(Apache::localize); Line 2406  use base qw(Apache::localize);
    'warning(s)'     'warning(s)'
 => 'avertissement(s)',  => 'avertissement(s)',
   
    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'     'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up'
 => "Bienvenue au réseau d'étude <i>en ligne </i>avec CAPA. Attendez s'il vous plaît tandis que votre session se configure",  => "Bienvenue au réseau d'étude [_1]en ligne[_2] avec CAPA. Attendez s'il vous plaît tandis que votre session se configure",
   
    'Welcome'     'Welcome'
 => 'Bienvenue',  => 'Bienvenue',
Line 3923  use base qw(Apache::localize); Line 3922  use base qw(Apache::localize);
 # Essay, Ouvrir Fin/Finir  # Essay, Ouvrir Fin/Finir
    'Evaluation Error '     'Evaluation Error '
 => 'Evaluation Error ',  => 'Evaluation Error ',
 # Evaluàion Errou   # Evaluàion Errou
    'Every problem in a particular folder (overrides course default)'     'Every problem in a particular folder (overrides course default)'
 => 'Every problem in a particular folder (overrides course default)',  => 'Every problem in a particular folder (overrides course default)',
 # Every problème in a Partieieicular Dossier (overrides cours par Défaut )  # Every problème in a Partieieicular Dossier (overrides cours par Défaut )
Line 4295  use base qw(Apache::localize); Line 4294  use base qw(Apache::localize);
 # 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  # 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
    'Please click Back on your browser and select another user, or '     'Please click Back on your browser and select another user, or '
 => 'Please click Back on your browser and select another user, or ',  => 'Please click Back on your browser and select another user, or ',
 # Please click Back on your bLigneser and Sélectionner unNonther utilisàeur, ou   # Please click Back on your bLigneser and Sélectionner unNonther utilisàeur, ou
    'Please contact your LON-CAPA administrator regarding this situation.'     'Please contact your LON-CAPA administrator regarding this situation.'
 => 'Please contact your LON-CAPA administrator regarding this situation.',  => 'Please contact your LON-CAPA administrator regarding this situation.',
 # Please Contacter your LON-CAPA a.m.nistràou Regarding this situàion.  # Please Contacter your LON-CAPA a.m.nistràou Regarding this situàion.
Line 4484  use base qw(Apache::localize); Line 4483  use base qw(Apache::localize);
 # Sélectionner un utilisàeur Nom Pour Visualiser the utilisàeurs personal Page.  # Sélectionner un utilisàeur Nom Pour Visualiser the utilisàeurs personal Page.
    'Select for Section/Group'     'Select for Section/Group'
 => 'Select for Section/Group',  => 'Select for Section/Group',
 # Sélectionez fou Section/Grovers le haut   # Sélectionez fou Section/Grovers le haut
    'Select resources for the assignment'     'Select resources for the assignment'
 => 'Select resources for the assignment',  => 'Select resources for the assignment',
 # Sélectionez Ressources fou the assignment  # Sélectionez Ressources fou the assignment
Line 4763  use base qw(Apache::localize); Line 4762  use base qw(Apache::localize);
 # UnSélectionez Pourut Ressources  # UnSélectionez Pourut Ressources
    'Unselect for Section/Group'     'Unselect for Section/Group'
 => 'Unselect for Section/Group',  => 'Unselect for Section/Group',
 # UnSélectionez fou Section/Grovers le haut   # UnSélectionez fou Section/Grovers le haut
    'Upload file'     'Upload file'
 => 'Upload file',  => 'Upload file',
 # vers le haut Charge du Serveur Fichier  # vers le haut Charge du Serveur Fichier
Line 5177  use base qw(Apache::localize); Line 5176  use base qw(Apache::localize);
   
    'Copy this column'     'Copy this column'
 => 'Copy this column',  => 'Copy this column',
 # Copy this Colonne   # Copy this Colonne
    'Disagree'     'Disagree'
 => 'Disagree',  => 'Disagree',
   
Line 5258  use base qw(Apache::localize); Line 5257  use base qw(Apache::localize);
   
    'The material appears to be correct '     'The material appears to be correct '
 => 'The material appears to be correct ',  => 'The material appears to be correct ',
 # The màerial appears Pour be couRect   # The màerial appears Pour be couRect
    'The material is helpful '     'The material is helpful '
 => 'The material is helpful ',  => 'The material is helpful ',
 # The màerial is Aideful   # The màerial is Aideful
    'The material is presented in a clear way '     'The material is presented in a clear way '
 => 'The material is presented in a clear way ',  => 'The material is presented in a clear way ',
 # The màerial is pResented in a clear way   # The màerial is pResented in a clear way
    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '     'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
 => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',  => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
 # The Ressource is technicPouruty couRect (Charge du Serveurs fast eNonugh, does Nont produce errous, links wouk, etc)   # The Ressource is technicPouruty couRect (Charge du Serveurs fast eNonugh, does Nont produce errous, links wouk, etc)
   
   
 #SYNC Tue Aug 15 18:55:42 2006  #SYNC Tue Aug 15 18:55:42 2006

Removed from v.1.18  
changed lines
  Added in v.1.23


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