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' => 'Waiting for confirmation', | |
12 | ||
13 | // D | |
14 | 'derniers_connectes' => 'Last connected:', | |
15 | ||
16 | // E | |
17 | 'explique_spam' => 'Warning : you have used forbidden tags, characters or words. <br /><br />Start again!', | |
18 | ||
19 | // L | |
20 | 'lutte_spam' => 'Fight against SPAM', | |
21 | ||
22 | // N | |
23 | 'nom_forum' => 'Please give your name!', | |
24 | 'non_confirmes' => 'Unconfirmed:', | |
25 | ||
26 | // P | |
27 | 'page_debut' => 'First page', | |
28 | 'page_fin' => 'Last page', | |
29 | 'page_lien' => 'Page @page@: @title@', | |
30 | 'page_precedente' => 'Previous page', | |
31 | 'page_suivante' => 'Next page', | |
32 | 'plugin_xml' => 'Gathers together in one plugin many small, useful tools to improve the management of your SPIP site. | |
33 | ||
34 | Each tool can be ativated individually by the the user from the [plugin\'s admin page->./?exec=admin_couteau_suisse]. To set some options, click on {{Configuration}}, then choose the {{Swiss Knife}} tab. | |
35 | ||
36 | Available categories are: Administration, Typographical improvements, Typographical shortcuts, Display on the public site, Tags, Filters, Criteria.. | |
37 | ||
38 | Find your favourite tools in this plugin: {Superscript}, {Curly inverted commas}, {Beautiful bullets}, {A summary for your articles}, {Smileys}, {Delete the number}, {Fine URLs}, {SPIP and external links}, {No anonymous forums}, {Division in pages and tab}, etc., etc. | |
39 | ||
40 | See the documentation articles at: [spip-contrib.net->http://www.spip-contrib.net/Le-Couteau-Suisse]. | |
41 | ||
42 | Compatibility: SPIP 1.9x (all versions)', | |
43 | ||
44 | // S | |
45 | 'smileys_dispos' => 'Available smileys:', | |
46 | 'sommaire_page' => ', p@page@', | |
47 | 'sommaire_page_long' => ', page @page@', | |
48 | 'sommaire_titre' => 'Table of content', | |
49 | 'stats_auteur' => '@icon@ @nom@, @date@', | |
50 | 'stats_date' => '@jour@/@mois@/@annee@ at @h@:@m@', | |
51 | ||
52 | // T | |
53 | 'texte_formatspip' => 'ORIGINAL TEXT IN SPIP FORMAT', | |
54 | 'textes_formatspip' => 'ORIGINAL TEXTS IN SPIP FORMAT', | |
55 | 'titre' => 'Swiss Knife', | |
56 | ||
57 | // V | |
58 | 'variable_vide' => '(Empty)' | |
59 | ); | |
60 | ||
61 | ?> |