2012-04-22 02:12:03 +00:00
{
2015-03-26 18:28:50 +00:00
"appliesToEverything" : {
"message" : "В с е " ,
"description" : "Text displayed for styles that apply to all sites"
} ,
"manageOnlyEdited" : {
"message" : "Только отредактированные стили" ,
"description" : "Checkbox to show only locally edited styles"
} ,
"cm_tabSize" : {
2015-04-17 14:41:33 +00:00
"message" : "Размер табуляции" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the text box controlling tab size option for the style editor."
} ,
"enableStyleLabel" : {
"message" : "Включить" ,
"description" : "Label for the button to enable a style"
} ,
"styleMissingName" : {
"message" : "Введите название." ,
"description" : "Error displayed when user saves without providing a name"
} ,
"appliesDomainOption" : {
"message" : "URL в домене" ,
"description" : "Option to make the style apply to the entered string as a domain"
} ,
"checkForUpdate" : {
"message" : "Проверить обновления" ,
"description" : "Label for the button to check a single style for an update"
} ,
"updateAllCheckSucceededNoUpdate" : {
2015-04-17 14:41:33 +00:00
"message" : "В с е стили актуальных версий." ,
2015-03-26 18:28:50 +00:00
"description" : "Text that displays when an update all check completed and no updates are available"
} ,
"helpAlt" : {
"message" : "Справка" ,
"description" : "Alternate text for help buttons"
} ,
"findStylesForSite" : {
"message" : "Найдите другие стили для этого веб-сайта." ,
"description" : "Text for a link that gets a list of styles for the current site"
} ,
"manageHeading" : {
"message" : "Установленные стили" ,
"description" : "Heading for the manage page"
} ,
"styleEnabledLabel" : {
"message" : "Включено" ,
"description" : "Label for the enabled state of styles"
} ,
"styleToMozillaFormatHelp" : {
"message" : "Формат кода Mozilla можно использовать в сочетании с форматом Stylish для Firefox и отправлять на сайт userstyles.org." ,
"description" : "Help info for the button that converts the code to Mozilla format"
} ,
"sectionAdd" : {
"message" : "Добавить раздел" ,
"description" : "Label for the button to add a section"
} ,
"styleSaveLabel" : {
"message" : "Сохранить" ,
"description" : "Label for save button for style editing"
} ,
"writeStyleForURL" : {
"message" : "этого адреса" ,
"description" : "Text for link in toolbar pop-up to write a new style for the current URL"
} ,
"appliesAdd" : {
"message" : "Добавить" ,
"description" : "Label for the button to add an 'applies' entry"
} ,
"appliesRegexpOption" : {
"message" : "URL, соответствующим регулярному выражению" ,
"description" : "Option to make the style apply to the entered string as a regular expression"
} ,
"styleInstall" : {
"message" : "Установить \"$stylename$\" в Stylish?" ,
2015-04-22 11:26:41 +00:00
"description" : "Confirmation when installing a style" ,
"placeholders" : { "stylename" : { "content" : "$1" } }
2015-03-26 18:28:50 +00:00
} ,
"manageText" : {
"message" : "Готовые стили можно найти на странице <a href='http://userstyles.org'>userstyles.org</a>. Если вам нужна помощь, задайте вопрос на <a href='http://forum.userstyles.org'>форуме</a>." ,
"description" : "Help text on the manage page"
} ,
"disableStyleLabel" : {
"message" : "Отключить" ,
"description" : "Label for the button to disable a style"
} ,
"prefShowBadge" : {
"message" : "Показывать на кнопке в тулбаре количество активных стилей для открытого сайта " ,
"description" : "Label for the checkbox controlling toolbar badge text."
} ,
2015-04-17 14:41:33 +00:00
"menuShowBadge" : {
"message" : "Число активных стилей" ,
"description" : "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
} ,
2015-03-26 18:28:50 +00:00
"cm_lineWrapping" : {
2015-04-17 14:41:33 +00:00
"message" : "Перенос по словам" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the checkbox controlling word wrap option for the style editor."
} ,
"styleCancelEditLabel" : {
"message" : "Завершить" ,
"description" : "Label for cancel button for style editing"
} ,
"styleChangesNotSaved" : {
"message" : "Вы изменили этот стиль, но не сохранили е г о ." ,
"description" : "Text for the prompt when changes are made to a style and the user tries to leave without saving"
} ,
"updateCheckFailServerUnreachable" : {
"message" : "Ошибка обновления: сервер недоступен." ,
"description" : "Text that displays when an update check failed because the update server is unreachable"
} ,
"manageFilters" : {
"message" : "Фильтры" ,
"description" : "Label for filters container"
} ,
"applyAllUpdates" : {
2015-04-17 14:41:33 +00:00
"message" : "Применить все обновления" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the button to apply all detected updates"
} ,
"deleteStyleConfirm" : {
"message" : "Удалить этот стиль?" ,
"description" : "Confirmation before deleting a style"
} ,
"styleBadRegexp" : {
"message" : "Ошибка в регулярном выражении." ,
"description" : "Validation message for a bad regexp in a style"
} ,
"optionsHeading" : {
"message" : "Настройки" ,
"description" : "Heading for options section on manage page."
} ,
"appliesDisplay" : {
"message" : "Применить к: $applies$" ,
2015-04-22 11:26:41 +00:00
"description" : "Text on the manage screen to describe what the style applies to" ,
"placeholders" : { "applies" : { "content" : "$1" } }
2015-03-26 18:28:50 +00:00
} ,
"styleUpdate" : {
"message" : "Подтвердите обновление стиля '$stylename$'." ,
2015-04-22 11:26:41 +00:00
"description" : "Confirmation when updating a style" ,
"placeholders" : { "stylename" : { "content" : "$1" } }
2015-03-26 18:28:50 +00:00
} ,
"styleSectionsTitle" : {
"message" : "Разделы" ,
"description" : "Title for the style sections section"
} ,
"editStyleTitle" : {
"message" : "Изменение стиля \"$stylename$\"" ,
2015-04-22 11:26:41 +00:00
"description" : "Title of the page for editing styles" ,
"placeholders" : { "stylename" : { "content" : "$1" } }
2015-03-26 18:28:50 +00:00
} ,
"updateCheckSucceededNoUpdate" : {
"message" : "Стиль обновлен." ,
"description" : "Text that displays when an update check completed and no update is available"
} ,
"appliesUrlPrefixOption" : {
"message" : "URL, начинающимся с " ,
"description" : "Option to make the style apply to the entered string as a URL prefix"
} ,
"popupStylesFirst" : {
2015-04-17 14:41:33 +00:00
"message" : "Показывать список стилей перед командами в интерфейсе тулбара" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the checkbox controlling section order in the toolbar button menu."
} ,
"sectionHelp" : {
"message" : "Разделы позволяют задавать разный код для различных наборов URL в пределах одного стиля. Например, стиль может применяться к главной странице не так, как к остальным частям сайта." ,
"description" : "Help text for sections"
} ,
"noStylesForSite" : {
"message" : "Для этого веб-сайта не установлено ни одного стиля." ,
"description" : "Text displayed when no styles are installed for the current site"
} ,
"appliesDisplayTruncatedSuffix" : {
"message" : "и другие" ,
"description" : "Text added to appliesDisplay when there are more sites for the style than are displayed"
} ,
"appliesRemove" : {
"message" : "Удалить" ,
"description" : "Label for the button to remove an 'applies' entry"
} ,
"manageTitle" : {
"message" : "Stylish" ,
"description" : "Title for the manage page"
} ,
"writeStyleFor" : {
"message" : "Создать стиль для:" ,
"description" : "Label for toolbar pop-up that precedes the links to write a new style"
} ,
"appliesLabel" : {
"message" : "Применить к:" ,
"description" : "Label for 'applies to' fields on the edit/add screen"
} ,
"openManage" : {
"message" : "Управление установленными стилями." ,
"description" : "Link to open the manage page."
} ,
"updateCheckFailBadResponseCode" : {
"message" : "Ошибка обновления: сервер вернул код \"$code$\"." ,
2015-04-22 11:26:41 +00:00
"description" : "Text that displays when an update check failed because the response code indicates an error" ,
"placeholders" : { "code" : { "content" : "$1" } }
2015-03-26 18:28:50 +00:00
} ,
"appliesSpecify" : {
"message" : "Указать" ,
"description" : "Label for the button to make a style apply only to specific sites"
} ,
"installUpdate" : {
"message" : "Установить обновление" ,
"description" : "Label for the button to install an update for a single style"
} ,
"stylishUnavailableForURL" : {
"message" : "(Stylish не работает на таких страницах)" ,
"description" : "Note in the toolbar pop-up when on a URL Stylish can't affect"
} ,
"sectionRemove" : {
"message" : "Удалить раздел" ,
"description" : "Label for the button to remove a section"
} ,
"disableAllStyles" : {
2015-04-17 14:41:33 +00:00
"message" : "Выключить все стили" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the checkbox that turns all enabled styles off."
} ,
"updateCompleted" : {
"message" : "Обновление завершено." ,
"description" : "Text that displays when an update completed"
} ,
"checkingForUpdate" : {
"message" : "Проверка…" ,
"description" : "Text to display when checking a style for an update"
} ,
"sectionCode" : {
"message" : "Код" ,
"description" : "Label for the code for a section"
} ,
"cm_smartIndent" : {
2015-04-17 14:41:33 +00:00
"message" : "Умные отступы" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the checkbox controlling smart indentation option for the style editor."
} ,
"appliesHelp" : {
"message" : "Чтобы указать, к каким URL относится код в этом разделе, воспользуйтесь параметром \"Применить к\"." ,
"description" : "Help text for 'applies to' section"
} ,
"editStyleHeading" : {
"message" : "Изменение стиля" ,
"description" : "Title of the page for editing styles"
} ,
"appliesUrlOption" : {
"message" : "URL" ,
"description" : "Option to make the style apply to the entered string as a URL"
} ,
"addStyleTitle" : {
"message" : "Добавление стиля" ,
"description" : "Title of the page for adding styles"
} ,
"dbError" : {
"message" : "Возникла ошибка доступа к базе данных Stylish. Хотите перейти на страницу с возможными способами решения?" ,
"description" : "Prompt when a DB error is encountered"
} ,
"editGotoLine" : {
"message" : "Перейти к строке (или строке:колонке)" ,
"description" : "Go to line or line:column on Ctrl-G in style code editor"
} ,
"checkAllUpdates" : {
"message" : "Проверить обновления для всех стилей" ,
"description" : "Label for the button to check all styles for updates"
} ,
"styleToMozillaFormat" : {
"message" : "В формат Mozilla" ,
"description" : "Label for the button that converts the code to Mozilla format"
} ,
"cm_keyMap" : {
2015-04-17 14:41:33 +00:00
"message" : "Раскладка" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the drop-down list controlling the keymap for the style editor."
} ,
"cm_indentWithTabs" : {
2015-04-17 14:41:33 +00:00
"message" : "Умные отступы при помощи табуляции" ,
2015-03-26 18:28:50 +00:00
"description" : "Label for the checkbox controlling tabs with smart indentation option for the style editor."
} ,
"deleteStyleLabel" : {
"message" : "Удалить" ,
"description" : "Label for the button to delete a style"
} ,
"addStyleLabel" : {
"message" : "Создать стиль" ,
"description" : "Label for the button to go to the add style page"
} ,
"manageOnlyEnabled" : {
"message" : "Только включенные стили" ,
"description" : "Checkbox to show only enabled styles"
} ,
"editStyleLabel" : {
"message" : "Изменить" ,
"description" : "Label for the button to go to the edit style page"
} ,
"description" : {
"message" : "Настраивайте стили веб-сайтов с помощью менеджера стилей Stylish. Он позволяет легко установить темы и изменить внешний вид сайтов Google, Facebook, YouTube, Orkut и множества других веб-страниц." ,
"description" : "Extension description"
2012-04-22 02:12:03 +00:00
}
2014-10-03 20:39:17 +00:00
}