[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / seo-v1 / lang / seo_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/seo?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 // S
11 'S.E.O' => 'SEO',
12
13 // A
14 'alexa' => 'Alexa',
15 'alexa_activate' => 'Activate Alexa',
16 'alexa_id' => 'Website Alexa\'s ID',
17
18 // B
19 'bing_webmaster' => 'Bing Webmaster Tools',
20 'bing_webmaster_activate' => 'Enable Bing Webmaster Tools',
21 'bing_webmaster_id' => 'Meta Code verification',
22
23 // C
24 'canonical_url' => 'Canonical URL',
25 'canonical_url_activate' => 'Activate Canonical URL',
26
27 // F
28 'forcer_squelette_descriptif' => 'SEO metas are prioritary to the one generated by the skeleton',
29 'forcer_squelette_label' => 'Load metas for all skeletons',
30
31 // G
32 'google_analytics' => 'Google Analytics',
33 'google_analytics_activate' => 'Activate Analytics',
34 'google_analytics_id' => 'Google Analytics web property ID',
35 'google_webmaster_tools' => 'Google Webmaster Tools',
36 'google_webmaster_tools_activate' => 'Activate Webmaster Tools',
37 'google_webmaster_tools_id' => 'Meta Code verification',
38
39 // I
40 'insert_head' => 'Automatic insertion in #INSERT_HEAD',
41 'insert_head_activate' => 'Activate automatic insertion',
42 'insert_head_descriptif' => 'Automatic insertion of SEO configuration in &lt;header&gt;',
43
44 // M
45 'meta_author' => 'Author:',
46 'meta_copyright' => 'Copyright:',
47 'meta_description' => 'Description:',
48 'meta_keywords' => 'Keywords:',
49 'meta_page_description_sommaire_value' => 'Page Description Value + Home Page Meta Value',
50 'meta_page_description_value' => 'Page Description Value',
51 'meta_page_title_sommaire_value' => 'Page Title Value + Home Page Meta Value',
52 'meta_page_title_value' => 'Page Title Value',
53 'meta_robots' => 'Robots:',
54 'meta_sommaire_value' => 'Home Page Meta Value',
55 'meta_tags' => 'Meta Tags',
56 'meta_tags_activate' => 'Activate meta tags',
57 'meta_tags_default' => 'Defaults Meta Tag (for Articles and Sections)',
58 'meta_tags_edit_activate' => 'Activate meta tags editing in sections and articles',
59 'meta_tags_editing' => 'Meta Tags Editing',
60 'meta_tags_sommaire' => 'Home Page Meta Tags',
61 'meta_title' => 'Title:',
62
63 // S
64 'seo' => 'Search Engine Optimisation'
65 );
66
67 ?>