Changeset 3043 for plugins/adminExample/locales/fr/admin.lang.php
- Timestamp:
- 05/18/11 22:46:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/adminExample/locales/fr/admin.lang.php
r1719 r3043 1 1 <?php 2 // Language: français3 // Module: adminExample - 0.1 4 // Date: 20 09-10-25 11:24:035 // Translated with dcTranslater - 1. 22 // Language: Français 3 // Module: adminExample - 0.1.2 4 // Date: 2011-05-18 20:42:27 5 // Translated with dcTranslater - 1.5 6 6 7 #index.php:41 7 #_admin.php:65 8 $GLOBALS['__l10n']['Admin example: active'] = 'Example d\'administration : actif'; 9 10 #_admin.php:71 11 $GLOBALS['__l10n']['Admin example: inactive'] = 'Example d\'administration : inactif'; 12 13 #index.php:38 8 14 $GLOBALS['__l10n']['Configuration successfully updated.'] = 'Configuration mise à jour avec succès.'; 9 15 10 #index.php:5 716 #index.php:53 11 17 $GLOBALS['__l10n']['Tab 1'] = 'Onglet 1'; 12 18 13 #index.php: 6219 #index.php:58 14 20 $GLOBALS['__l10n']['Numbers'] = 'Numéros'; 15 21 16 #index.php:92 22 #index.php:59 23 #index.php:97 17 24 $GLOBALS['__l10n']['one'] = 'un'; 18 25 19 #index.php:95 26 #index.php:60 27 #index.php:100 20 28 $GLOBALS['__l10n']['two'] = 'deux'; 21 29 22 #index.php:111 30 #index.php:64 31 #index.php:69 32 #index.php:79 33 #index.php:92 34 #index.php:116 23 35 $GLOBALS['__l10n']['Hello World!'] = 'Bonjour le monde !'; 24 36 25 #index.php:109 37 #index.php:73 38 #index.php:114 26 39 $GLOBALS['__l10n']['Enable'] = 'Activer'; 27 40 28 #index.php:89 41 #index.php:75 42 #index.php:94 29 43 $GLOBALS['__l10n']['Title:'] = 'Titre :'; 30 44 31 #index.php:104 45 #index.php:85 46 $GLOBALS['__l10n']['Required field'] = 'Champ obligatoire'; 47 48 #index.php:85 49 $GLOBALS['__l10n']['A required field:'] = 'Un champ obligatoire :'; 50 51 #index.php:87 52 $GLOBALS['__l10n']['Hello World'] = 'Bonjour le monde'; 53 54 #index.php:109 32 55 $GLOBALS['__l10n']['Settings'] = 'Paramètres'; 33 56 34 #index.php:1 1557 #index.php:120 35 58 $GLOBALS['__l10n']['Save configuration'] = 'Enregistrer la configuration'; 36 59 37 #index.php:12 060 #index.php:125 38 61 $GLOBALS['__l10n']['Columns'] = 'Colonnes'; 39 62 40 #index.php:131 63 #index.php:126 64 #index.php:136 41 65 $GLOBALS['__l10n']['%s columns'] = '%s colonnes'; 42 66
Note: See TracChangeset
for help on using the changeset viewer.