Changeset 2437 for trunk/system/i18n/fr_FR/cache.php
- Timestamp:
- 04/06/2008 08:20:16 AM (8 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/fr_FR/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/fr_FR/cache.php
r2277 r2437 3 3 $lang = array 4 4 ( 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.', 6 6 '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.', 7 8 'extension_not_loaded' => 'l\'extension PHP %s doit être chargée pour utiliser ce driver.', 8 9 'unwritable' => 'Le chemin <tt>%s</tt> configuré pour le cache n\'est pas accessible en écriture.',
