Commit | Line | Data |
---|---|---|
c495c100 P |
1 | <?php |
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP | |
3 | // extrait automatiquement de http://www.spip.net/trad-lang/ | |
4 | // ** ne pas modifier le fichier ** | |
5 | ||
6 | if (!defined("_ECRIRE_INC_VERSION")) return; | |
7 | ||
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( | |
9 | ||
10 | // A | |
11 | 'attente_confirmation' => 'En attente de confirmation', | |
12 | ||
13 | // D | |
14 | 'derniers_connectes' => 'Derniers connectés :', | |
15 | ||
16 | // E | |
17 | 'explique_spam' => 'Attention : tu as utilisé des balises, des caractères ou des mots interdits.<br /><br />Reviens en arrière !', | |
18 | ||
19 | // L | |
20 | 'lutte_spam' => 'Lutte contre le SPAM', | |
21 | ||
22 | // N | |
23 | 'nom_forum' => 'Merci de spécifier ton nom !', | |
24 | 'non_confirmes' => 'Non confirmés :', | |
25 | ||
26 | // P | |
27 | 'page_debut' => 'Première page', | |
28 | 'page_fin' => 'Dernière page', | |
29 | 'page_lien' => 'Page @page@ : @title@', | |
30 | 'page_precedente' => 'Page précédente', | |
31 | 'page_suivante' => 'Page suivante', | |
32 | ||
33 | // S | |
34 | 'smileys_dispos' => 'Frimousses disponibles :', | |
35 | 'sommaire_page' => ', p@page@', | |
36 | 'sommaire_page_long' => ', page @page@', | |
37 | 'sommaire_titre' => 'Sommaire', | |
38 | 'stats_auteur' => '@icon@ @nom@, le @date@', | |
39 | 'stats_date' => '@jour@/@mois@/@annee@ à @h@h@m@', | |
40 | ||
41 | // T | |
42 | 'texte_formatspip' => 'TEXTE ORIGINAL AU FORMAT SPIP', | |
43 | 'textes_formatspip' => 'TEXTES ORIGINAUX AU FORMAT SPIP', | |
44 | 'titre' => 'Le Couteau Suisse', | |
45 | ||
46 | // V | |
47 | 'variable_vide' => '(Vide)' | |
48 | ); | |
49 | ||
50 | ?> |