Diff for /loncom/localize/localize/fr.pm between versions 1.22 and 1.25

version 1.22, 2011/05/27 14:39:56 version 1.25, 2013/09/10 17:44:03
Line 42  use base qw(Apache::localize); Line 42  use base qw(Apache::localize);
 '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'  
 => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',  
   
    'German - UTF'  
 => 'Deutsch - UTF',  
   
    'English - UTF'  
 => 'English - UTF',  
   
    'Spanish (Castellan) - UTF'  
 => 'español (castellano) - UTF',  
   
    'Persian - UTF'  
 => 'ﺍیﺭﺎﻧی - UTF',  
   
    'French - UTF'  
 => 'français - UTF',  
   
    'Hebrew - UTF'  
 => 'עברית - UTF',  
   
    'Japanese - UTF'  
 => '日本語 - UTF',  
   
    'Portuguese - UTF'  
 => 'Português - UTF',  
   
    'Russian - UTF'  
 => 'Русский - UTF',  
   
    'Turkish - UTF'  
 => 'türkçe - UTF',  
   
    'Chinese Simplified - UTF'  
 => '简体中文 - UTF',  
   
    'Swedish Chef - UTF'  
 => 'Swedish Chef - UTF',  
   
    'Domain'     'Domain'
 => 'Domaine',  => 'Domaine',
   
Line 1951  use base qw(Apache::localize); Line 1911  use base qw(Apache::localize);
 => 'Espace temporaire de montage',  => 'Espace temporaire de montage',
   
    '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.'     '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.'
 => 'Toute information soumise est visible à tout utilisateur connecté à LONCAPA. Ne soumettez aucune information que vous ne désirez pas partager publiquement.',  => 'Toute information soumise est visible à tout utilisateur connecté à LON-CAPA. Ne soumettez aucune information que vous ne désirez pas partager publiquement.',
   
    'There are currently no results'     'There are currently no results'
 => "Pas de resultats pour l'instant",  => "Pas de resultats pour l'instant",

Removed from v.1.22  
changed lines
  Added in v.1.25


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