1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de https://trad.spip.net/tradlang_module/sedna?lang_cible=en |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
7 | return; |
---|
8 | } |
---|
9 | |
---|
10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
11 | |
---|
12 | // A |
---|
13 | 'aff_resume' => 'Show summaries', |
---|
14 | 'afficher_sources' => 'Show this feed', |
---|
15 | 'annee' => 'Last year', |
---|
16 | 'articles_recents_court' => 'Recent posts', |
---|
17 | |
---|
18 | // C |
---|
19 | 'connexion' => 'Login', |
---|
20 | |
---|
21 | // D |
---|
22 | 'deconnexion' => 'Logout', |
---|
23 | 'derniere_syndication' => 'Last syndication of this feed performed', |
---|
24 | 'deuxjours' => 'Last two days', |
---|
25 | |
---|
26 | // L |
---|
27 | 'liens' => '1 post', |
---|
28 | 'liens_pluriel' => '@nb@ posts', |
---|
29 | |
---|
30 | // M |
---|
31 | 'masquer_resume' => 'Hide summaries', |
---|
32 | 'masquer_sources' => 'Hide this feed', |
---|
33 | 'mois' => 'Last month', |
---|
34 | |
---|
35 | // P |
---|
36 | 'pas_articles' => 'No posts within this time period!', |
---|
37 | 'pas_synchro' => 'Do not synchronise', |
---|
38 | 'preferences' => 'Preferences', |
---|
39 | 'probleme_de_syndication' => 'Syndication problem', |
---|
40 | |
---|
41 | // S |
---|
42 | 'semaine' => 'Last week', |
---|
43 | 'sources' => 'Feeds', |
---|
44 | 'synchro' => 'Synchronise', |
---|
45 | 'synchro_titre' => 'Save on the website the list of posts already read', |
---|
46 | 'syndication_ajour' => 'Update now', |
---|
47 | 'syndication_fait' => 'Syndication completed', |
---|
48 | |
---|
49 | // T |
---|
50 | 'toutes' => 'All' |
---|
51 | ); |
---|