# This file is distributed under the same license as the Code Snippets package.
msgid ""
msgstr ""
"Project-Id-Version: Code Snippets\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-20 15:56+1000\n"
"PO-Revision-Date: 2015-05-20 12:15+0300\n"
"Last-Translator: Alexey Chumakov \n"
"\t\t\t
"
msgstr ""
"Здесь приведены ссылки на некоторые сайты со множеством сниппетов:\n"
"\t\t\n"
"\t\t\t
"
#: includes/edit/admin-help.php:31
msgid ""
"More places to find snippets, as well as a selection of example snippets, "
"can be found in the plugin documentation"
msgstr ""
"Места, где можно найти сниппеты, а также избранные примеры, находятся на странице плагина"
#: includes/edit/admin-help.php:36
msgid "Adding Snippets"
msgstr "Добавление сниппетов"
#: includes/edit/admin-help.php:38
msgid ""
"You need to fill out the name and code fields for your snippet to be added. "
"While the description field will add more information about how your snippet "
"works, what is does and where you found it, it is completely optional."
msgstr ""
"Для добавление сниппета нужно заполнить поля названия и кода. В поле "
"описания можно добавить дополнительные сведения о том, как работает сниппет, "
"но это совершенно необязательно."
#: includes/edit/admin-help.php:39
msgid ""
"Please be sure to check that your snippet is valid PHP code and will not "
"produce errors before adding it through this page. While doing so will not "
"become active straight away, it will help to minimise the chance of a faulty "
"snippet becoming active on your site."
msgstr ""
"Пожалуйста, перед добавление сниппета убедитесь в том, что он является "
"корректным PHP кодом, и не приведет к сбоям. Хотя добавляемый сниппет сразу "
"не активизируется, это поможет сократить вероятность включения неисправного "
"сниппета в будущем."
#: includes/edit/admin-help.php:43 includes/import/admin-help.php:37
#: includes/manage/admin-help.php:37
msgid "For more information:"
msgstr "Дополнительная информация:"
#: includes/edit/admin-help.php:44 includes/import/admin-help.php:38
msgid ""
"WordPress Extend"
msgstr ""
"Страница плагина"
#: includes/edit/admin-help.php:45 includes/import/admin-help.php:39
#: includes/manage/admin-help.php:39
msgid ""
"Support Forums"
msgstr ""
"Форумы поддержки"
#: includes/edit/admin-help.php:46 includes/import/admin-help.php:40
#: includes/manage/admin-help.php:40
msgid ""
"Project Website"
msgstr ""
"Сайт плагина"
#: includes/edit/admin-messages.php:14
msgid "An error occurred when saving the snippet."
msgstr "Произошла ошибка при сохранении сниппета."
#: includes/edit/admin-messages.php:18
msgid "Snippet updated and activated."
msgstr "Сниппет обновлен и активирован."
#: includes/edit/admin-messages.php:22
msgid "Snippet added and activated."
msgstr "Сниппет добавлен и активирован."
#: includes/edit/admin-messages.php:26
msgid "Snippet updated and deactivated."
msgstr "Сниппет обновлен и деактивирован."
#: includes/edit/admin-messages.php:30
msgid "Snippet updated."
msgstr "Сниппет обновлен."
#: includes/edit/admin-messages.php:34
msgid "Snippet added."
msgstr "Сниппет добавлен."
#: includes/edit/admin.php:26 includes/edit/edit.php:48
#: includes/edit/edit.php:49
msgid "Edit Snippet"
msgstr "Редактирование сниппета"
#: includes/edit/admin.php:29 includes/manage/admin.php:24
msgctxt "snippet"
msgid "Add New"
msgstr "Добавить новый"
#: includes/edit/admin.php:32 includes/edit/edit.php:34
msgid "Add New Snippet"
msgstr "Добавление нового сниппета"
#: includes/edit/admin.php:49 includes/edit/admin.php:50
msgid "Name (short title)"
msgstr "Название (короткий заголовок на английском)"
#: includes/edit/admin.php:55
msgid "Code"
msgstr "Код"
#: includes/edit/admin.php:75 includes/edit/admin.php:89
msgid "Save Changes and Activate"
msgstr "Сохранить изменения и активировать"
#: includes/edit/admin.php:95
msgid "Save Changes and Deactivate"
msgstr "Сохранить изменения и деактивировать"
#: includes/edit/admin.php:105 includes/manage/class-list-table.php:141
#: includes/manage/class-list-table.php:266
msgid "Export"
msgstr "Экспорт"
#: includes/edit/admin.php:112
msgid ""
"You are about to permanently delete this snippet.\n"
"'Cancel' to stop, 'OK' to delete."
msgstr ""
"Вы собираетесь удалить этот сниппет.\n"
"'Отмена' — прекратить, 'OK' — удалить."
#: includes/edit/admin.php:117 includes/manage/class-list-table.php:150
#: includes/manage/class-list-table.php:267
msgid "Delete"
msgstr "Удалить"
#: includes/edit/edit.php:35
msgid "Add New"
msgstr "Добавить новый"
#: includes/edit/edit.php:83 includes/manage/manage.php:67
msgid "You are not authorized to access this page."
msgstr "У вас нет доступа к этой странице."
#: includes/edit/edit.php:177 includes/manage/class-list-table.php:226
msgid "Description"
msgstr "Описание"
#: includes/edit/edit.php:204
msgid "Run snippet everywhere"
msgstr "Запускать сниппет везде"
#: includes/edit/edit.php:205
msgid "Only run in adminstration area"
msgstr "Запускать только в консоли администратора"
#: includes/edit/edit.php:206
msgid "Only run on site front-end"
msgstr "Запускать только на фронт-энде сайта"
#: includes/edit/edit.php:210
msgid "Scope"
msgstr "Область"
#: includes/edit/edit.php:231 includes/manage/class-list-table.php:227
msgid "Tags"
msgstr "Метки"
#: includes/edit/edit.php:235
msgid "Enter a list of tags; separated by commas"
msgstr "Введите метки через запятую"
#: includes/import/admin-help.php:18
msgid ""
"Snippets are similar to plugins - they both extend and expand the "
"functionality of WordPress. Snippets are more light-weight, just a few lines "
"of code, and do not put as much load on your server. Here you can load "
"snippets from a Code Snippets (.xml) import file into the database with your "
"existing snippets."
msgstr ""
"Сниппеты похожи на плагины — и те и другие расширяют функциональность "
"WordPress. Сниппеты меньше, они состоят лишь из нескольких строк кода и не "
"сильно нагружают ваш сервер. Здесь вы можете загрузить ваши сниппеты из "
"файла экспорта плагина (.xml), чтобы добавить их на ваш сайт."
#: includes/import/admin-help.php:23
msgid "Importing"
msgstr "Импорт"
#: includes/import/admin-help.php:25
msgid ""
"You can load your snippets from a code snippets (.xml) export file using "
"this page."
msgstr ""
"На этой странице вы можете загрузить свои сниппеты из файла экспорта (.xml)."
#: includes/import/admin-help.php:26
#, php-format
msgid ""
"Snippets will be added to the database along with your existing snippets. "
"Regardless of whether the snippets were active on the previous site, "
"imported snippets are always inactive until activated using the Manage Snippets page.
define('CODE_SNIPPETS_SAFE_MODE', true);
to your wp-"
"config.php
file. After you have deactivated the offending snippet, "
"you can turn off safe mode by removing this line or replacing true"
"strong> with false."
msgstr ""
"На случай любых проблем со сниппетом, приводящим к сбою WordPress, можно "
"отключить все сниппеты, добавив строчку "
"define('CODE_SNIPPETS_SAFE_MODE', true);
в ваш файл "
"конфигурации wp-config.php
. Отключив виновный сниппет, можно "
"отключить безопасный режим, удалив указанную строчку или "
"поменявtrue на false."
#: includes/manage/admin-help.php:30
msgid "Uninstall"
msgstr "Удаление"
#: includes/manage/admin-help.php:32
#, php-format
msgid ""
"When you delete Code Snippets through the Plugins menu in WordPress it will "
"clear up the %1$s
table and a few other bits of data stored in "
"the database. If you want to keep this data (ie: you are only temporally "
"uninstalling Code Snippets) then remove the %2$s
folder using "
"FTP."
msgstr ""
"При удалении плагина через меню \"Плагины\" консоли таблица %1$s"
"code> в базе данных и кое-какие еще следы в базе данных будут удалены. Если "
"вы хотите сохранить настройки (сниппеты) плагина, то удаляйте плагин ("
"%2$s
) через FTP, а не через консоль."
#: includes/manage/admin-help.php:33
msgid ""
"Even if you're sure that you don't want to use Code Snippets ever again on "
"this WordPress installation, you may want to use the export feature to back "
"up your snippets."
msgstr ""
"Даже если вы уверены, что никогда больше не будете использовать данный "
"плагин на этом сайте, на всякий случай сделайте экспорт всех сниппетов."
#: includes/manage/admin-help.php:38
msgid ""
"WordPress Extend"
msgstr ""
"Страница плагина"
#: includes/manage/admin-messages.php:14
msgid ""
"Warning: Safe mode is active and snippets will not execute! "
"Remove the CODE_SNIPPETS_SAFE_MODE
constant from wp-"
"config.php
to turn off safe mode. Help"
msgstr ""
"Внимание: включен безопасный режим, и сниппеты не будут "
"выполняются! Удалите константу CODE_SNIPPETS_SAFE_MODE
из файла "
"wp-config.php
, чтобы выключить безопасный режим. Помощь"
#: includes/manage/admin-messages.php:20
msgid "Snippet activated."
msgstr "Сниппет активирован."
#: includes/manage/admin-messages.php:24
msgid "Selected snippets activated."
msgstr "Выбранные сниппеты активированы."
#: includes/manage/admin-messages.php:28
msgid "Snippet deactivated."
msgstr "Сниппет деактивирован."
#: includes/manage/admin-messages.php:32
msgid "Selected snippets deactivated."
msgstr "Выбранные сниппеты деактивированы."
#: includes/manage/admin-messages.php:36
msgid "Snippet deleted."
msgstr "Сниппет удален."
#: includes/manage/admin-messages.php:40
msgid "Selected snippets deleted."
msgstr "Выбранные сниппеты удалены."
#: includes/manage/admin.php:36
msgid "Search Installed Snippets"
msgstr "Искать установленные сниппеты"
#: includes/manage/class-list-table.php:53
msgid "Snippets per page"
msgstr "Сниппетов на странице"
#: includes/manage/class-list-table.php:116
#: includes/manage/class-list-table.php:265
msgid "Network Deactivate"
msgstr "Деактивировать в сети"
#: includes/manage/class-list-table.php:116
#: includes/manage/class-list-table.php:265
msgid "Deactivate"
msgstr "Деактивировать"
#: includes/manage/class-list-table.php:125
#: includes/manage/class-list-table.php:264
msgid "Network Activate"
msgstr "Активировать в сети"
#: includes/manage/class-list-table.php:125
#: includes/manage/class-list-table.php:264
msgid "Activate"
msgstr "Активировать"
#: includes/manage/class-list-table.php:135
msgid "Edit"
msgstr "Изменить"
#: includes/manage/class-list-table.php:157
msgid ""
"You are about to permanently delete the selected item.\n"
"\t\t\t\t'Cancel' to stop, 'OK' to delete."
msgstr ""
"Вы действительно хотите удалить выбранный сниппет?\n"
"\t\t\t\t'Отмена' — прекратить, 'OK' — удалить."
#: includes/manage/class-list-table.php:165
#, php-format
msgid "Untitled #%d"
msgstr "Без названия #%d"
#: includes/manage/class-list-table.php:224
msgid "Name"
msgstr "Название"
#: includes/manage/class-list-table.php:225
msgid "ID"
msgstr "ID"
#: includes/manage/class-list-table.php:268
msgid "Export to PHP"
msgstr "Экспорт в PHP"
#: includes/manage/class-list-table.php:305
#, php-format
msgid "All (%s)"
msgid_plural "All (%s)"
msgstr[0] "Все (%s)"
msgstr[1] "Все (%s)"
msgstr[2] "Все (%s)"
#: includes/manage/class-list-table.php:308
#, php-format
msgid "Active (%s)"
msgid_plural "Active (%s)"
msgstr[0] "Активный (%s)"
msgstr[1] "Активные (%s)"
msgstr[2] "Активные (%s)"
#: includes/manage/class-list-table.php:311
#, php-format
msgid "Recently Active (%s)"
msgid_plural "Recently Active (%s)"
msgstr[0] "Недавно активный (%s)"
msgstr[1] "Недавно активные (%s)"
msgstr[2] "Недавно активные (%s)"
#: includes/manage/class-list-table.php:314
#, php-format
msgid "Inactive (%s)"
msgid_plural "Inactive (%s)"
msgstr[0] "Неактивный (%s)"
msgstr[1] "Неактивные (%s)"
msgstr[2] "Неактивные (%s)"
#: includes/manage/class-list-table.php:317
#, php-format
msgid "Admin (%s)"
msgid_plural "Admin (%s)"
msgstr[0] "В консоли (%s)"
msgstr[1] "В консоли (%s)"
msgstr[2] "В консоли (%s)"
#: includes/manage/class-list-table.php:320
#, php-format
msgid "Front End (%s)"
msgid_plural "Front End (%s)"
msgstr[0] "На сайте (%s)"
msgstr[1] "На сайте (%s)"
msgstr[2] "На сайте (%s)"
#: includes/manage/class-list-table.php:380
msgid "Show all tags"
msgstr "Показать все метки"
#: includes/manage/class-list-table.php:394
msgid "Filter"
msgstr "Фильтр"
#: includes/manage/class-list-table.php:402
msgid "Clear List"
msgstr "Очистить список"
#: includes/manage/class-list-table.php:551
#, php-format
msgid ""
"You do not appear to have any snippets available at this time. Add New→"
msgstr "Нет доступных сниппетов. Добавить новый→"
#: includes/manage/class-list-table.php:783
msgid "Search results"
msgstr "Результаты поиска"
#: includes/manage/class-list-table.php:786
#, php-format
msgid " for “%s”"
msgstr " по запросу “%s”"
#: includes/manage/class-list-table.php:790
#, php-format
msgid " in tag “%s”"
msgstr " в метке “%s”"
#: includes/manage/class-list-table.php:796
msgid "Clear Filters"
msgstr "Очистить фильтры"
#: includes/settings/admin.php:20
msgid "Snippets Settings"
msgstr "Настройки сниппетов"
#: includes/settings/admin.php:21 includes/settings/admin.php:39
msgid "Settings"
msgstr "Настройки"
#: includes/settings/class-settings.php:51
msgid "Activate by Default"
msgstr "Включать по умолчанию"
#: includes/settings/class-settings.php:53
msgid ""
"Make the 'Save and Activate' button the default action when saving a snippet."
msgstr ""
"Сделать кнопку 'Сохранить и активировать' действием по умолчанию при "
"сохранении сниппета"
#: includes/settings/class-settings.php:59
msgid "Enable Scope Selector"
msgstr "Включить селектор области"
#: includes/settings/class-settings.php:61
msgid "Enable the scope selector when editing a snippet"
msgstr "Включить селектор области применения при редактировании сниппета"
#: includes/settings/class-settings.php:71
msgid "Row Height"
msgstr "Высота в строках"
#: includes/settings/class-settings.php:73
msgid "rows"
msgstr "строк"
#: includes/settings/class-settings.php:80
msgid "Use Full Editor"
msgstr "Использовать расширенный редактор"
#: includes/settings/class-settings.php:82
msgid "Enable all features of the visual editor"
msgstr "Включить все функции визуального редактора"
#: includes/settings/class-settings.php:88
msgid "Media Buttons"
msgstr "Кнопки медиа"
#: includes/settings/class-settings.php:90
msgid "Enable the add media buttons"
msgstr "Включить кнопки добавления медиафайла"
#: includes/settings/class-settings.php:100
msgid "Theme"
msgstr "Тема"
#: includes/settings/class-settings.php:108
msgid "Indent With Tabs"
msgstr "Сдвигать табуляторами"
#: includes/settings/class-settings.php:110
msgid "Use hard tabs (not spaces) for indentation."
msgstr "Использовать жесткие табуляторы (не пробелы) для сдвига"
#: includes/settings/class-settings.php:117
msgid "Tab Size"
msgstr "Размер табулятора"
#: includes/settings/class-settings.php:119
msgid "The width of a tab character."
msgstr "Ширина символа табуляции"
#: includes/settings/class-settings.php:127
msgid "Indent Unit"
msgstr "Шаг сдвига"
#: includes/settings/class-settings.php:129
msgid "How many spaces a block should be indented."
msgstr "На сколько пробелов сдвигать блок"
#: includes/settings/class-settings.php:137
msgid "Wrap Lines"
msgstr "Переносить строки"
#: includes/settings/class-settings.php:139
msgid "Whether the editor should scroll or wrap for long lines."
msgstr "Прокручивать или переносить длинные строки в редакторе"
#: includes/settings/class-settings.php:146
msgid "Line Numbers"
msgstr "Номера строк"
#: includes/settings/class-settings.php:148
msgid "Show line numbers to the left of the editor."
msgstr "Показывать номера строк в редакторе слева"
#: includes/settings/class-settings.php:155
msgid "Auto Close Brackets"
msgstr "Автоматически закрывать скобки"
#: includes/settings/class-settings.php:157
msgid "Auto-close brackets and quotes when typed."
msgstr "Автоматически закрывать скобки и кавычки при наборе"
#: includes/settings/class-settings.php:164
msgid "Highlight Selection Matches"
msgstr "Выделять совпадения"
#: includes/settings/class-settings.php:165
msgid "Highlight all instances of a currently selected word."
msgstr "Выделять все вхождения выбранного слова"
#: includes/settings/settings.php:84
msgid "General"
msgstr "Основные"
#: includes/settings/settings.php:85
msgid "Description Editor"
msgstr "Редактор описания"
#: includes/settings/settings.php:86
msgid "Code Editor"
msgstr "Редактор кода"
#: includes/settings/settings.php:134
msgid "Editor Preview"
msgstr "Предварительный просмотр в редакторе"
#: includes/settings/settings.php:180
msgid "Settings saved."
msgstr "Настройки сохранены."
#~ msgid "Вы действительно хотите удалить выбранный сниппет?"
#~ msgstr "Вы действительно хотите удалить выбранный сниппет?"
#, fuzzy
#~ msgid "Все (%s)"
#~ msgid_plural "Все (%s)"
#~ msgstr[0] "All (%s)"
#~ msgstr[1] "All (%s)"
#~ msgstr[2] "All (%s)"