Commit | Line | Data |
---|---|---|
c495c100 P |
1 | <?php |
2 | ||
3 | // Language definitions used in viewtopic.php | |
4 | $lang_topic = array( | |
5 | ||
6 | 'Post reply' => 'Écrire une réponse', | |
7 | 'Topic closed' => 'Discussion fermée', | |
8 | 'From' => 'Lieu', // User location | |
9 | 'Note' => 'Note', // Admin note | |
10 | 'Website' => 'Site web', | |
11 | 'Guest' => 'Invité', | |
12 | 'Online' => 'En ligne', | |
13 | 'Offline' => 'Hors ligne', | |
14 | 'Last edit' => 'Dernière modification par', | |
15 | 'Report' => 'Signaler', | |
16 | 'Delete' => 'Supprimer', | |
17 | 'Edit' => 'Modifier', | |
18 | 'Quote' => 'Citer', | |
19 | 'Is subscribed' => 'Vous êtes abonné à cette discussion', | |
20 | 'Unsubscribe' => 'Désabonner', | |
21 | 'Subscribe' => 'S\'abonner à cette discussion', | |
22 | 'Quick post' => 'Réponse rapide', | |
23 | 'Link separator' => ' | ', // The text that separates links in posts (website, e-mail, report, edit etc.) | |
24 | 'Mod controls' => 'Modération' | |
25 | ||
26 | ); |