| 1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- $_lang['seopro.keywords'] = 'Keywords';
- $_lang['seopro.characters'] = 'Characters';
- $_lang['seopro.characters.allowed'] = 'Allowed characters';
- $_lang['seopro.tips'] = 'SEO Pro tips';
- $_lang['seopro.focuskeywords'] = 'Focus keywords';
- $_lang['seopro.focuskeywords_desc'] = 'Enter your keywords comma-separated (example: table, chair)';
- $_lang['seopro.prevbox'] = 'Google Preview';
- $_lang['seopro.prevbox_yandex'] = 'Yandex Preview';
- $_lang['seopro.emptymetadescription']='<i>Please enter a description</i>';
- $_lang['seopro.branding_text']='This site is optimized with the Sterc seoPro plugin - https://github.com/Sterc/SEOPro.';
- $_lang['setting_seopro.delimiter'] = 'Delimiter in Google/Yandex Preview.';
- $_lang['setting_seopro.delimiter_desc'] = 'Delimiter between Title and Sitename';
- $_lang['setting_seopro.fields'] = 'Fields where SEO Pro will work on';
- $_lang['setting_seopro.fields_desc'] = 'Only change these if you know what you\'re doing. Default value:pagetitle,longtitle,description,alias,menutitle. Will not work on the content field';
- $_lang['setting_seopro.version'] ='Version number';
- $_lang['setting_seopro.version_desc']= 'Current '.$_lang['setting_seopro.version'];
- $_lang['setting_seopro.allowbranding'] ='Allow Sterc branding in the <head>';
- $_lang['setting_seopro.allowbranding_desc']= 'Show us some love ;x';
- $_lang['setting_seopro.usesitename'] ='Display sitename in the Google/Yandex Preview and add it to the SEO Pro title placeholder [[+seoPro.title]]?';
- $_lang['setting_seopro.usesitename_desc']= 'If this value is \'no\' the delimiter and sitename setting will be removed from the Google Preview AND SEO Pro title placeholder';
- $_lang['setting_seopro.disabledtemplates'] ='Disabled Templates';
- $_lang['setting_seopro.disabledtemplates_desc']= 'Comma separated list of disabled template IDs';
- $_lang['setting_seopro.max_keywords_title'] ='Max amount of focus keywords allowed in title.';
- $_lang['setting_seopro.max_keywords_title_desc'] ='Use this setting to control the maximum amount of focus keywords that are allowed in the title to get a thumbs-up.
- It is advised to use no more than 4 keywords in your title.';
- $_lang['setting_seopro.max_keywords_description'] ='Max amount of focus keywords allowed in description.';
- $_lang['setting_seopro.max_keywords_description_desc'] ='Use this setting to control the maximum amount of focus keywords that are allowed in the description to get a thumbs-up.
- It is advised to use no more than 8 keywords in your description.';
- $_lang['setting_seopro.searchengine'] ='Search engine used for the preview.';
- $_lang['setting_seopro.searchengine_desc'] ='Possible values: google, yandex. Defaults to google.';
- $_lang['setting_seopro.title_format'] ='Format used for the meta title.';
- $_lang['setting_seopro.title_format_desc'] ='Here you can specify the format for the meta title used
- in Google/Yandex preview. The rendered output is also available on frontend with [[+seoPro.title]].';
|