default.inc.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. $_lang['seopro.keywords'] = 'Keywords';
  3. $_lang['seopro.characters'] = 'Characters';
  4. $_lang['seopro.characters.allowed'] = 'Allowed characters';
  5. $_lang['seopro.tips'] = 'SEO Pro tips';
  6. $_lang['seopro.focuskeywords'] = 'Focus keywords';
  7. $_lang['seopro.focuskeywords_desc'] = 'Enter your keywords comma-separated (example: table, chair)';
  8. $_lang['seopro.prevbox'] = 'Google Preview';
  9. $_lang['seopro.prevbox_yandex'] = 'Yandex Preview';
  10. $_lang['seopro.emptymetadescription']='<i>Please enter a description</i>';
  11. $_lang['seopro.branding_text']='This site is optimized with the Sterc seoPro plugin - https://github.com/Sterc/SEOPro.';
  12. $_lang['setting_seopro.delimiter'] = 'Delimiter in Google/Yandex Preview.';
  13. $_lang['setting_seopro.delimiter_desc'] = 'Delimiter between Title and Sitename';
  14. $_lang['setting_seopro.fields'] = 'Fields where SEO Pro will work on';
  15. $_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';
  16. $_lang['setting_seopro.version'] ='Version number';
  17. $_lang['setting_seopro.version_desc']= 'Current '.$_lang['setting_seopro.version'];
  18. $_lang['setting_seopro.allowbranding'] ='Allow Sterc branding in the &lt;head&gt;';
  19. $_lang['setting_seopro.allowbranding_desc']= 'Show us some love ;x';
  20. $_lang['setting_seopro.usesitename'] ='Display sitename in the Google/Yandex Preview and add it to the SEO Pro title placeholder [[+seoPro.title]]?';
  21. $_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';
  22. $_lang['setting_seopro.disabledtemplates'] ='Disabled Templates';
  23. $_lang['setting_seopro.disabledtemplates_desc']= 'Comma separated list of disabled template IDs';
  24. $_lang['setting_seopro.max_keywords_title'] ='Max amount of focus keywords allowed in title.';
  25. $_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.
  26. It is advised to use no more than 4 keywords in your title.';
  27. $_lang['setting_seopro.max_keywords_description'] ='Max amount of focus keywords allowed in description.';
  28. $_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.
  29. It is advised to use no more than 8 keywords in your description.';
  30. $_lang['setting_seopro.searchengine'] ='Search engine used for the preview.';
  31. $_lang['setting_seopro.searchengine_desc'] ='Possible values: google, yandex. Defaults to google.';
  32. $_lang['setting_seopro.title_format'] ='Format used for the meta title.';
  33. $_lang['setting_seopro.title_format_desc'] ='Here you can specify the format for the meta title used
  34. in Google/Yandex preview. The rendered output is also available on frontend with [[+seoPro.title]].';