source: branches/rsr.v5.1.dev/web/punbb/lang/French/topic.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 817 bytes
Line 
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);
Note: See TracBrowser for help on using the repository browser.