Rev | Line | |
---|
[1] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in viewtopic.php |
---|
| 4 | $lang_topic = array( |
---|
[3] | 5 | |
---|
| 6 | 'Post reply' => 'Répondre', |
---|
[1] | 7 | 'Topic closed' => 'Discussion fermée', |
---|
[3] | 8 | 'From' => 'Lieu :', // User location |
---|
| 9 | 'IP address logged' => 'IP de connexion', |
---|
| 10 | 'Note' => 'Note :', // Admin note |
---|
| 11 | 'Posts' => 'Messages :', |
---|
| 12 | 'Replies' => 'Réponses :', |
---|
| 13 | 'Registered' => 'Inscription :', |
---|
| 14 | 'Website' => 'Site Web', |
---|
| 15 | 'Guest' => 'Invité', |
---|
| 16 | 'Online' => 'En ligne', |
---|
| 17 | 'Offline' => 'Hors ligne', |
---|
| 18 | 'Last edit' => 'DerniÚre modification par', |
---|
| 19 | 'Report' => 'Signaler', |
---|
| 20 | 'Delete' => 'Supprimer', |
---|
| 21 | 'Edit' => 'Modifier', |
---|
| 22 | 'Quote' => 'Citer', |
---|
| 23 | 'Is subscribed' => 'Vous suivez cette discussion', |
---|
| 24 | 'Unsubscribe' => 'Ne plus suivre', |
---|
| 25 | 'Subscribe' => 'Suivre cette discussion', |
---|
[1] | 26 | 'Quick post' => 'Réponse rapide', |
---|
[3] | 27 | 'Mod controls' => 'Modération', |
---|
| 28 | 'New icon' => 'Nouveau message', |
---|
| 29 | 'Re' => 'Re :', |
---|
| 30 | 'Preview' => 'Prévisualisation' |
---|
| 31 | |
---|
[1] | 32 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.