Changeset 2277

Show
Ignore:
Timestamp:
03/10/2008 03:41:10 PM (9 months ago)
Author:
spirit
Message:

updates in fr_FR according to recent changes

Location:
trunk/system/i18n/fr_FR
Files:
2 modified

Legend:

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

    r1922 r2277  
    33$lang = array 
    44( 
    5         'driver_not_supported' => 'Le driver du cache %s n\'existe pas.', 
     5        'undefined_group'      => 'Le groupe %s n\'est pas défini dans votre configuration.', 
     6    'driver_not_supported' => 'Le driver du cache %s n\'existe pas.', 
    67    'extension_not_loaded' => 'l\'extension PHP %s doit être chargée pour utiliser ce driver.', 
    78        'unwritable'           => 'Le chemin <tt>%s</tt> configuré pour le cache n\'est pas accessible en écriture.', 
  • trunk/system/i18n/fr_FR/core.php

    r1922 r2277  
    1313        'page_not_found'        => 'La page demandée <tt>%s</tt> n\'a pu être trouvée.', 
    1414        'stats_footer'          => 'Chargé en {execution_time} secondes, {memory_usage} de mémoire utilisée. Généré par Kohana v{kohana_version}.', 
    15         'error_message'         => 'Une erreur est survenue à la <strong>ligne %s</strong> de <strong>%s</strong>.', 
     15        'error_file_line'       => '<tt>%s <strong>[%s]:</strong></tt>', 
    1616        'stack_trace'           => 'Stack Trace', 
    1717        'generic_error'         => 'Impossible de terminer la requête',