additional_plugins/serendipity_event_metadesc/lang_ru.inc.php
2013-08-12 10:27:53 +02:00

26 lines
2.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @version
* @author Alexey Noskov <alexey.noskov@gmail.com>
* EN-Revision: Revision of lang_ru.inc.php
*/
@define('PLUGIN_METADESC_NAME', 'HTML МЕТА-Tags');
@define('PLUGIN_METADESC_DESC', 'Sets HTML meta keywords/description tags and title element for single entry pages and default meta keywords/description tags for non-single entry pages.');
@define('PLUGIN_METADESC_FORM', 'If you leave these fields empty, the first 120 characters of the entry will be served as the meta description. If a keyword phrase cannot be generated based upon the list of HTML Tags for keywords, the default meta keywords for non-single entry pages will be used.<br /><br />META-Description suggestion<sup>*</sup>: 20-30 words, 120-180 characters maximum including spaces.<br />META-Keywords suggestion<sup>*</sup>: 15-20 words utilizing keywords and phrases from entry content.');
@define('PLUGIN_METADESC_DESCRIPTION', 'META-Description');
@define('PLUGIN_METADESC_KEYWORDS', 'META-Keywords');
@define('PLUGIN_METADESC_HEADTITLE_DESC', 'The HTML page title element can be customized using the field below. If you leave this field empty, the title element will be served as defined by the template, which is typically "Entry Title - Blog Title". <br /><br />Suggestion<sup>*</sup>: 3-9 words, 64 characters maximum including spaces, most important words first.');
@define('PLUGIN_METADESC_HEADTITLE', 'HTML page title element');
@define('PLUGIN_METADESC_LENGTH', 'Length');
@define('PLUGIN_METADESC_WORDS', 'words');
@define('PLUGIN_METADESC_CHARACTERS', 'characters');
@define('PLUGIN_METADESC_STRINGLENGTH_DISCLAIMER', 'Word and character count suggestions are approximate guidelines, not actual limits.');
@define('PLUGIN_METADESC_TAGNAMES', 'HTML-Тэги для ключевых слов');
@define('PLUGIN_METADESC_TAGNAMES_DESC', 'Введите список HTML-тэгов, разделенных запятой, которые должны быть просмотрены и обычно содержат ключевые слова.');
@define('PLUGIN_METADESC_DEFAULT_DESCRIPTION', 'HTML default meta description');
@define('PLUGIN_METADESC_DEFAULT_DESCRIPTION_DESC', 'Enter the default meta description used on non-single entry pages.');
@define('PLUGIN_METADESC_DEFAULT_KEYWORDS', 'HTML default meta keywords');
@define('PLUGIN_METADESC_DEFAULT_KEYWORDS_DESC', 'Enter a comma-separated list of keywords to be used on non-single entry pages.');