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/bando?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 | // I |
---|
13 | 'icone_accueil' => 'Launch pad', |
---|
14 | 'icone_administration' => 'Maintenance', |
---|
15 | 'icone_configuration' => 'Configuration', |
---|
16 | 'icone_edition' => 'Site edit', |
---|
17 | 'icone_langage' => 'My language', |
---|
18 | 'icone_mes_infos' => 'My informations', |
---|
19 | 'icone_preferences' => 'My preferences', |
---|
20 | 'icone_reactions' => 'Activity', |
---|
21 | 'icone_squelette' => 'Templates', |
---|
22 | 'icone_suivi_edito' => 'Publication', |
---|
23 | 'icone_suivi_publication' => 'To follow the publication', |
---|
24 | 'icone_visiter_site' => 'Visit', |
---|
25 | |
---|
26 | // L |
---|
27 | 'label_adresses_secondaires' => 'ALIAS addresses for the public site', |
---|
28 | 'label_bando_outils' => 'Toolbar', |
---|
29 | 'label_bando_outils_afficher' => 'Show tools', |
---|
30 | 'label_bando_outils_masquer' => 'Hide tools', |
---|
31 | 'label_choix_langue' => 'Manage your language ', |
---|
32 | 'label_slogan_site' => 'Slogan', |
---|
33 | 'label_taille_ecran' => 'Display', |
---|
34 | 'label_texte_et_icones_navigation' => 'Navigation menu', |
---|
35 | 'label_texte_et_icones_page' => 'Page display', |
---|
36 | |
---|
37 | // T |
---|
38 | 'texte_redirection_adresses_secondaires' => 'The ALIAS addresses are alternative URLs that can also be used for accessing your site. |
---|
39 | These addresses will be automatically redirected to the main address. Enter one address per line', |
---|
40 | 'titre_config_langage' => 'Configure the lang', |
---|
41 | 'titre_configurer_preferences' => 'Configure your preferences', |
---|
42 | 'titre_identite_site' => 'Site’s identity', |
---|
43 | 'titre_infos_perso' => 'My personal details' |
---|
44 | ); |
---|