1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://trad.spip.org/tradlang_module/multilang?lang_cible=en |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // C |
---|
11 | 'cfg_activer' => 'Activate Multilang on the edit page:', |
---|
12 | 'cfg_boite_multilang' => 'Configuration of the Multilang plugin', |
---|
13 | 'cfg_descr_multilang' => 'Multilang: plugin to manage multi tags', |
---|
14 | 'cfg_effacer' => 'Re-init', |
---|
15 | 'cfg_explication_crayons' => 'Requires multilang to be activated in the public space of the site.', |
---|
16 | 'cfg_langues' => 'Used languages', |
---|
17 | 'cfg_lbl_article' => 'of the articles', |
---|
18 | 'cfg_lbl_auteur' => 'of the authors', |
---|
19 | 'cfg_lbl_breve' => 'of the news items', |
---|
20 | 'cfg_lbl_crayons' => 'Use multilang in the pencils', |
---|
21 | 'cfg_lbl_document' => 'of the documents', |
---|
22 | 'cfg_lbl_espace_public' => 'Use multilang in the public space', |
---|
23 | 'cfg_lbl_evenement' => 'of the events', |
---|
24 | 'cfg_lbl_formstables' => 'of forms&tables', |
---|
25 | 'cfg_lbl_gis' => 'geolocated points', |
---|
26 | 'cfg_lbl_motcle' => 'of the keywords', |
---|
27 | 'cfg_lbl_rubrique' => 'of the sections', |
---|
28 | 'cfg_lbl_site' => 'of the websites', |
---|
29 | 'cfg_lbl_siteconfig' => 'of the website configuration', |
---|
30 | 'cfg_titre_multilang' => 'Multilang', |
---|
31 | 'champ_numero' => 'Number', |
---|
32 | 'configuration_multilang' => 'Multilang', |
---|
33 | |
---|
34 | // E |
---|
35 | 'explication_langues_utilisees' => 'Select the languages to use in the multilang menu. Select none to use them all.', |
---|
36 | |
---|
37 | // L |
---|
38 | 'label_langues_utilisees' => 'Used languages by multilang', |
---|
39 | 'lien_desactiver' => 'All', |
---|
40 | 'lien_multi_title' => 'Edit multilingual fields in «@lang@»', |
---|
41 | 'lien_multi_title_sans' => 'Version "@lang@" is incomplete. Click to edit.', |
---|
42 | |
---|
43 | // M |
---|
44 | 'message_champs_readonly' => 'The multilingual fields are in read only mode, choose a language to edit them' |
---|
45 | ); |
---|
46 | |
---|
47 | ?> |
---|