[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / seo-dev / lang / seo_en.php
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/seo?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 // S
13 'S.E.O' => 'SEO',
14
15 // A
16 'alexa' => 'Alexa',
17 'alexa_activate' => 'Activate Alexa',
18 'alexa_id' => 'Website Alexa’s ID',
19
20 // B
21 'bing_webmaster' => 'Bing Webmaster Tools',
22 'bing_webmaster_activate' => 'Enable Bing Webmaster Tools',
23 'bing_webmaster_id' => 'Meta Code verification',
24
25 // C
26 'canonical_url' => 'Canonical URL',
27 'canonical_url_activate' => 'Activate Canonical URL meta',
28
29 // E
30 'explication_description' => 'It is recommended that the length is less than or equal to 160 characters.',
31 'explication_title' => 'It is recommended that the length is between 5 and 70 characters.',
32
33 // F
34 'forcer_squelette_descriptif' => 'SEO metas are prioritary to the metas generated by the skeleton',
35 'forcer_squelette_label' => 'Load metas for all skeletons',
36
37 // G
38 'google_analytics' => 'Google Analytics',
39 'google_analytics_activate' => 'Activate Google Analytics',
40 'google_analytics_id' => 'Google Analytics web property ID',
41 'google_webmaster_tools' => 'Google Webmaster Tools',
42 'google_webmaster_tools_activate' => 'Activate Google Webmaster Tools',
43 'google_webmaster_tools_id' => 'Meta Code verification',
44
45 // I
46 'info_count_max' => 'Characters to achieve the optimum limit:',
47 'insert_head' => 'Automatic insertion in #INSERT_HEAD',
48 'insert_head_activate' => 'Activate automatic insertion',
49 'insert_head_descriptif' => 'Automatic insertion of SEO configuration in the <head>',
50
51 // M
52 'meta_author' => 'Author:',
53 'meta_copyright' => 'Copyright:',
54 'meta_description' => 'Description:',
55 'meta_keywords' => 'Keywords:',
56 'meta_page_description_sommaire_value' => 'Page Description Value + Home Page Meta Value',
57 'meta_page_description_value' => 'Page Description Value',
58 'meta_page_title_sommaire_value' => 'Page Title Value + Home Page Meta Value',
59 'meta_page_title_value' => 'Page Title Value',
60 'meta_robots' => 'Robots:',
61 'meta_sommaire_value' => 'Home Page Meta Value',
62 'meta_tags' => 'Meta Tags',
63 'meta_tags_activate' => 'Activate editorial meta tags',
64 'meta_tags_default' => 'Defaults values for meta tags (for articles and sections)',
65 'meta_tags_edit_activate' => 'Activate meta tags editing in sections and articles',
66 'meta_tags_editing' => 'Meta tags editing',
67 'meta_tags_sommaire' => 'Summary meta tags value (home page)',
68 'meta_title' => 'Title:',
69
70 // S
71 'seo' => 'Search Engine Optimisation'
72 );