Skip to content

Instantly share code, notes, and snippets.

@Ser1ous
Last active December 27, 2015 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ser1ous/7351179 to your computer and use it in GitHub Desktop.
Save Ser1ous/7351179 to your computer and use it in GitHub Desktop.
SEO Pro Russian Language file and need small correct to css. For Author, Please change css file .seopro-counter-keywords { width: 70px; } to: .seopro-counter-keywords { min-width: 70px; } and .seopro-counter-chars { width: 120px; } to .seopro-counter-chars { min-width: 120px; }
<?php
// @authot language file Ivan Klimchuk <modx.by> and Aliaksandr Pashkevich
$_lang['seopro.keywords'] = 'Keywords';
$_lang['seopro.characters'] = 'Символов';
$_lang['seopro.characters.allowed'] = 'Осталось символов';
$_lang['seopro.tips'] = 'SEO-PRO Подсказка!';
$_lang['seopro.focuskeywords'] = 'Выделенные ключевые слова';
$_lang['seopro.focuskeywords_desc'] = 'Разделённые запятыми';
$_lang['seopro.prevbox'] = 'Как это выглядит в Google?';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment