[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / multilang / lang / multilang_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/multilang?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 // C
13 'cfg_activer' => 'Activate Multilang on the edit page:',
14 'cfg_boite_multilang' => 'Configuration of the Multilang plugin',
15 'cfg_descr_multilang' => 'Multilang: plugin to manage multi tags',
16 'cfg_effacer' => 'Re-init',
17 'cfg_explication_crayons' => 'Requires multilang to be activated in the public space of the site.',
18 'cfg_langues' => 'Used languages',
19 'cfg_lbl_crayons' => 'Use multilang in the pencils',
20 'cfg_lbl_espace_public' => 'Use multilang in the public space',
21 'cfg_lbl_formstables' => 'of forms&tables',
22 'cfg_lbl_siteconfig' => 'of the website configuration',
23 'cfg_titre_multilang' => 'Multilang',
24 'champ_numero' => 'Number',
25 'configuration_multilang' => 'Multilang',
26
27 // E
28 'explication_langues_utilisees' => 'Select the languages to use in the multilang menu. Select none to use them all.',
29
30 // L
31 'label_langues_utilisees' => 'Used languages by multilang',
32 'lien_desactiver' => 'All',
33 'lien_multi_title' => 'Edit multilingual fields in «@lang@»',
34 'lien_multi_title_sans' => 'Version "@lang@" is incomplete. Click to edit.',
35
36 // M
37 'message_champs_readonly' => 'The multilingual fields are in read only mode, choose a language to edit them'
38 );