Show
Ignore:
Timestamp:
04/06/2008 08:20:16 AM (8 months ago)
Author:
spirit
Message:

i18n fr_FR update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/fr_FR/cache.php

    r2277 r2437  
    33$lang = array 
    44( 
    5         'undefined_group'      => 'Le groupe %s n\'est pas défini dans votre configuration.', 
     5    'undefined_group'      => 'Le groupe %s n\'est pas défini dans votre configuration.', 
    66    'driver_not_supported' => 'Le driver du cache %s n\'existe pas.', 
     7    'driver_implements'    => 'Le driver de Cache demandé, %s, n\'implémente pas Cache_Driver.', 
    78    'extension_not_loaded' => 'l\'extension PHP %s doit être chargée pour utiliser ce driver.', 
    89        'unwritable'           => 'Le chemin <tt>%s</tt> configuré pour le cache n\'est pas accessible en écriture.',