Edgewall Software

Ticket #5478: patch_from_r9161.diff

File patch_from_r9161.diff, 184.9 KB (added by elnur <elnur.home@…>, 2 years ago)

This is the result of my today's work.

  • trac/locale/ru/LC_MESSAGES/messages.po

     
    99"Project-Id-Version: Trac 0.12\n" 
    1010"Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n" 
    1111"POT-Creation-Date: 2007-07-15 21:01+0200\n" 
    12 "PO-Revision-Date: 2008-06-28 21:56+0200\n" 
    13 "Last-Translator: Alexey Kinyov <alexey.rudy@gmail.com>\n" 
     12"PO-Revision-Date: 2010-02-06 16:09+0300\n" 
     13"Last-Translator: Elnur Abdurrakhimov <elnur.home@gmail.com>\n" 
    1414"Language-Team: ru_RU <trac-dev@googlegroups.com>\n" 
    1515"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " 
    1616"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" 
    1717"MIME-Version: 1.0\n" 
    1818"Content-Type: text/plain; charset=utf-8\n" 
    1919"Content-Transfer-Encoding: 8bit\n" 
    20 "Generated-By: Babel 1.0dev-r404\n" 
     20"Generated-By: Babel 0.9.4\n" 
    2121 
    22 #: trac/about.py:43 trac/templates/about.html:9 trac/templates/about.html:26 
     22#: tracopt/mimeview/php.py:97 
     23msgid "" 
     24"You appear to be using the PHP CGI binary. Trac requires the CLI version " 
     25"for syntax highlighting." 
     26msgstr "" 
     27 
     28#: trac/about.py:45 trac/templates/about.html:9 trac/templates/about.html:28 
    2329msgid "About Trac" 
    24 msgstr "О системе Trac" 
     30msgstr "О Trac" 
    2531 
    26 #: trac/attachment.py:144 
     32#: trac/attachment.py:148 
    2733#, fuzzy, python-format 
    2834msgid "Attachment '%(title)s' does not exist." 
    2935msgstr "Вложение '%(title)s' не существует." 
    3036 
    31 #: trac/attachment.py:145 
     37#: trac/attachment.py:149 
    3238#, fuzzy 
    3339msgid "Invalid Attachment" 
    3440msgstr "Недопустимое вложение" 
    3541 
    36 #: trac/attachment.py:187 
     42#: trac/attachment.py:191 
    3743#, fuzzy 
    3844msgid "Could not delete attachment" 
    3945msgstr "Ошибка удаления вложения" 
    4046 
    41 #: trac/attachment.py:291 
     47#: trac/attachment.py:297 
    4248#, fuzzy, python-format 
    4349msgid "Attachment '%(filename)s' not found" 
    4450msgstr "Вложение '%(filename)s' не найдено" 
    4551 
    46 #: trac/attachment.py:365 
     52#: trac/attachment.py:371 
    4753msgid "Bad request" 
    4854msgstr "Неправильный запрос" 
    4955 
    50 #: trac/attachment.py:382 
     56#: trac/attachment.py:388 
    5157#, python-format 
    5258msgid "Back to %(parent)s" 
    5359msgstr "Вернуться к %(parent)s" 
    5460 
    55 #: trac/attachment.py:474 
     61#: trac/attachment.py:480 
    5662#, fuzzy 
    5763msgid " attached to " 
    5864msgstr " прикреплено к " 
    5965 
    60 #: trac/attachment.py:513 
     66#: trac/attachment.py:541 
    6167#, python-format 
    6268msgid "Attachment '%(id)s' in %(parent)s" 
    6369msgstr "Вложение '%(id)s' в %(parent)s" 
    6470 
    65 #: trac/attachment.py:516 
     71#: trac/attachment.py:544 
    6672#, python-format 
    6773msgid "Attachments of %(parent)s" 
    6874msgstr "Вложения для %(parent)s" 
    6975 
    70 #: trac/attachment.py:529 trac/attachment.py:552 trac/admin/web_ui.py:403 
    71 #: trac/admin/web_ui.py:406 trac/admin/web_ui.py:410 
     76#: trac/attachment.py:557 trac/attachment.py:580 trac/admin/web_ui.py:422 
     77#: trac/admin/web_ui.py:425 trac/admin/web_ui.py:429 
     78#, fuzzy 
    7279msgid "No file uploaded" 
    7380msgstr "Файл не принят" 
    7481 
    75 #: trac/attachment.py:537 
     82#: trac/attachment.py:565 
     83#, fuzzy 
    7684msgid "Can't upload empty file" 
    7785msgstr "Нельзя приложить пустой файл" 
    7886 
    79 #: trac/attachment.py:542 
    80 #, python-format 
     87#: trac/attachment.py:570 
     88#, fuzzy, python-format 
    8189msgid "Maximum attachment size: %(num)s bytes" 
    8290msgstr "Максимальный размер вложения %(num)s байт" 
    8391 
    84 #: trac/attachment.py:543 
     92#: trac/attachment.py:571 
    8593msgid "Upload failed" 
    8694msgstr "Ошибка загрузки" 
    8795 
    88 #: trac/attachment.py:564 
     96#: trac/attachment.py:592 
    8997#, fuzzy, python-format 
    9098msgid "Attachment field %(field)s is invalid: %(message)s" 
    9199msgstr "Неверное значение поля %(field)s: %(message)s" 
    92100 
    93 #: trac/attachment.py:568 
     101#: trac/attachment.py:596 
    94102#, fuzzy, python-format 
    95103msgid "Invalid attachment: %(message)s" 
    96104msgstr "Недопустимое вложение: %(message)s" 
    97105 
    98 #: trac/attachment.py:602 
     106#: trac/attachment.py:607 
     107#, python-format 
     108msgid "" 
     109"You don't have permission to replace the attachment %(name)s. You can " 
     110"only replace your own attachments. Replacing other's attachments requires" 
     111" ATTACHMENT_DELETE permission." 
     112msgstr "" 
     113 
     114#: trac/attachment.py:639 
    99115#, fuzzy, python-format 
    100116msgid "%(attachment)s (delete)" 
    101117msgstr "%(attachment)s (удалить)" 
    102118 
    103 #: trac/attachment.py:664 trac/versioncontrol/web_ui/browser.py:511 
    104 #: trac/wiki/web_ui.py:66 
     119#: trac/attachment.py:700 trac/versioncontrol/web_ui/browser.py:629 
     120#: trac/wiki/web_ui.py:69 
    105121msgid "Plain Text" 
    106122msgstr "Простой текст" 
    107123 
    108 #: trac/attachment.py:670 trac/versioncontrol/web_ui/browser.py:516 
     124#: trac/attachment.py:706 trac/versioncontrol/web_ui/browser.py:635 
    109125msgid "Original Format" 
    110126msgstr "Исходный формат" 
    111127 
    112 #: trac/env.py:404 
     128#: trac/attachment.py:748 trac/attachment.py:754 
     129#: trac/ticket/templates/ticket.html:83 trac/ticket/templates/ticket.html:84 
    113130#, fuzzy 
    114 msgid "Can only backup sqlite databases" 
    115 msgstr "Может быть создана резервная копия только для баз sqlite" 
     131msgid "Download" 
     132msgstr "загрузить" 
    116133 
    117 #: trac/env.py:489 
     134#: trac/attachment.py:848 
     135#, python-format 
     136msgid "Invalid resource identifier '%(id)s'" 
     137msgstr "" 
     138 
     139#: trac/attachment.py:884 trac/admin/templates/admin_components.html:80 
     140#: trac/admin/templates/admin_enums.html:47 
     141#: trac/admin/templates/admin_milestones.html:103 
     142#: trac/admin/templates/admin_versions.html:77 trac/templates/about.html:83 
     143#: trac/templates/error.html:185 trac/ticket/admin.py:209 
     144#: trac/ticket/admin.py:400 trac/ticket/admin.py:559 
     145#: trac/versioncontrol/admin.py:106 
     146#: trac/versioncontrol/templates/admin_repositories.html:124 
     147msgid "Name" 
     148msgstr "Имя" 
     149 
     150#: trac/attachment.py:884 
     151msgid "Size" 
     152msgstr "" 
     153 
     154#: trac/attachment.py:884 trac/templates/history_view.html:30 
     155#: trac/versioncontrol/templates/revisionlog.html:97 
     156msgid "Author" 
     157msgstr "Автор" 
     158 
     159#: trac/attachment.py:884 trac/templates/history_view.html:29 
     160msgid "Date" 
     161msgstr "Дата" 
     162 
     163#: trac/attachment.py:885 trac/templates/attachment.html:89 
     164#: trac/ticket/api.py:287 trac/ticket/templates/ticket.html:202 
     165msgid "Description" 
     166msgstr "Описание" 
     167 
     168#: trac/attachment.py:910 trac/wiki/admin.py:101 
     169#, fuzzy, python-format 
     170msgid "File '%(name)s' exists" 
     171msgstr "Страница не существует: %(name)s" 
     172 
     173#: trac/config.py:391 
     174#, python-format 
     175msgid "[%(section)s] %(entry)s: expected integer, got %(value)s" 
     176msgstr "" 
     177 
     178#: trac/env.py:531 
    118179#, fuzzy 
    119180msgid "Database newer than Trac version" 
    120181msgstr "Версия базы данных новее нежели версия Trac" 
    121182 
    122 #: trac/env.py:501 
     183#: trac/env.py:545 
    123184#, fuzzy, python-format 
    124185msgid "No upgrade module for version %(num)i (%(version)s.py)" 
    125186msgstr "Не найден модуль обновления для версии %(num)i (%(version)s.py)" 
    126187 
    127 #: trac/env.py:546 
     188#: trac/env.py:590 
    128189#, fuzzy 
    129190msgid "" 
    130191"Missing environment variable \"TRAC_ENV\". Trac requires this variable to" 
    131192" point to a valid Trac environment." 
    132 msgstr "Пропущена переменная окружения \"TRAC_ENV\". Trac требуется, чтобы данная переменная" 
    133 " указывала на существующий путь к окружению Trac." 
     193msgstr "" 
     194"Пропущена переменная окружения \"TRAC_ENV\". Trac требуется, чтобы данная" 
     195" переменная\"\n" 
     196"\" указывала на существующий путь к окружению Trac." 
    134197 
    135 #: trac/env.py:578 
     198#: trac/env.py:622 
    136199#, fuzzy, python-format 
    137200msgid "" 
    138201"The Trac Environment needs to be upgraded.\n" 
    139202"\n" 
    140203"Run \"trac-admin %(path)s upgrade\"" 
    141 msgstr "Требуется обновление окружения Trac.\n" 
    142 "\n" 
    143 "Выполните \"trac-admin %(path)s upgrade\"" 
     204msgstr "" 
     205"Требуется обновление окружения Trac.\n" 
     206"\"\n" 
     207"\"\n" 
     208"\"\n" 
     209"\"Выполните \"trac-admin %(path)s upgrade\"" 
    144210 
    145 #: trac/notification.py:216 
     211#: trac/env.py:656 
     212msgid "Copying resources from:" 
     213msgstr "" 
     214 
     215#: trac/env.py:672 
     216msgid "Creating scripts." 
     217msgstr "" 
     218 
     219#: trac/env.py:687 
    146220#, fuzzy, python-format 
    147 msgid "Invalid email encoding setting: %s" 
    148 msgstr "Неверная настройка кодировки email: %s" 
     221msgid "hotcopy can't overwrite existing '%(dest)s'" 
     222msgstr "hotcopy не может переписать существующую '%(dest)s'" 
    149223 
    150 #: trac/notification.py:248 
     224#: trac/env.py:697 
     225#, python-format 
     226msgid "Hotcopying %(src)s to %(dst)s ..." 
     227msgstr "" 
     228 
     229#: trac/env.py:712 
     230msgid "The following errors happened while copying the environment:" 
     231msgstr "" 
     232 
     233#: trac/env.py:723 
     234msgid "Hotcopy done." 
     235msgstr "" 
     236 
     237#: trac/env.py:728 trac/admin/api.py:125 
    151238#, fuzzy 
    152 msgid "Header length is too short" 
    153 msgstr "Слишком маленькая длина заголовка" 
     239msgid "Invalid arguments" 
     240msgstr "Недопустимое вложение" 
    154241 
    155 #: trac/notification.py:318 
     242#: trac/env.py:731 
     243msgid "Database is up to date, no upgrade necessary." 
     244msgstr "" 
     245 
     246#: trac/env.py:739 
     247#, python-format 
     248msgid "" 
     249"Backup failed with '%(msg)s'.\n" 
     250"Use '--no-backup' to upgrade without doing a backup." 
     251msgstr "" 
     252 
     253#: trac/env.py:744 
     254msgid "Upgrade done." 
     255msgstr "" 
     256 
     257#: trac/notification.py:155 
    156258#, fuzzy 
    157259msgid "TLS enabled but server does not support TLS" 
    158260msgstr "Включена опция TLS, однако сервер не поддерживает TLS" 
    159261 
    160 #: trac/notification.py:390 
     262#: trac/notification.py:303 
     263#, fuzzy, python-format 
     264msgid "Invalid email encoding setting: %s" 
     265msgstr "Неверная настройка кодировки email: %s" 
     266 
     267#: trac/notification.py:329 
    161268#, fuzzy 
    162 msgid "Ticket contains non-ASCII chars. Please change encoding setting" 
    163 msgstr "Задача содержит символы в кодировке отличной от ASCII. Пожалуйста, измените настройку кодировки" 
     269msgid "Header length is too short" 
     270msgstr "Слишком маленькая длина заголовка" 
    164271 
    165 #: trac/perm.py:47 
    166 #, python-format 
    167 #, fuzzy 
     272#: trac/perm.py:48 
     273#, fuzzy, python-format 
    168274msgid "%(perm)s privileges are required to perform this operation on %(resource)s" 
    169 msgstr "Для осуществления данной операции над %(resource)s требуются права доступа %(perm)s" 
     275msgstr "" 
     276"Для осуществления данной операции над %(resource)s требуются права " 
     277"доступа %(perm)s" 
    170278 
    171 #: trac/perm.py:49 
     279#: trac/perm.py:50 
    172280#, python-format 
    173281msgid "%(perm)s privileges are required to perform this operation" 
    174282msgstr "Для данного действия требуются права доступа %(perm)s" 
    175283 
    176 #: trac/perm.py:52 
     284#: trac/perm.py:55 
    177285#, fuzzy 
    178286msgid "Insufficient privileges to perform this operation." 
    179287msgstr "Для осуществления данной операции недостаточно прав доступа." 
    180288 
    181 #: trac/perm.py:318 
     289#: trac/perm.py:319 
    182290#, python-format 
    183291msgid "%(name)s is not a valid action." 
    184292msgstr "Недопустимое действие: %(name)s" 
    185293 
    186 #: trac/resource.py:329 
     294#: trac/perm.py:615 
     295msgid "User" 
     296msgstr "" 
     297 
     298#: trac/perm.py:615 trac/admin/templates/admin_perms.html:69 
     299#: trac/ticket/templates/ticket.html:443 
     300msgid "Action" 
     301msgstr "Действие" 
     302 
     303#: trac/perm.py:617 
     304#, fuzzy 
     305msgid "Available actions:" 
     306msgstr "Имеющиеся проекты" 
     307 
     308#: trac/perm.py:630 
     309msgid "Group names must be in lower case and actions in upper case" 
     310msgstr "" 
     311 
     312#: trac/resource.py:326 
    187313#, fuzzy, python-format 
    188314msgid " at version %(version)s" 
    189315msgstr " в версии %(version)s" 
    190316 
    191 #: trac/admin/console.py:1143 
     317#: trac/admin/api.py:129 
     318#, fuzzy 
     319msgid "Command not found" 
     320msgstr "Не найден пакет Docutils" 
     321 
     322#: trac/admin/console.py:110 trac/ticket/templates/report_edit.html:34 
     323msgid "Error:" 
     324msgstr "Ошибка:" 
     325 
     326#: trac/admin/console.py:128 
     327#, python-format 
     328msgid "" 
     329"Welcome to trac-admin %(version)s\n" 
     330"Interactive Trac administration console.\n" 
     331"Copyright (c) 2003-2009 Edgewall Software\n" 
     332"\n" 
     333"Type:  '?' or 'help' for help on commands.\n" 
     334"        " 
     335msgstr "" 
     336 
     337#: trac/admin/console.py:160 
     338msgid "Failed to open environment." 
     339msgstr "" 
     340 
     341#: trac/admin/console.py:229 
     342msgid "Completion error:" 
     343msgstr "" 
     344 
     345#: trac/admin/console.py:280 
     346#, python-format 
     347msgid "No documentation found for '%(cmd)s'" 
     348msgstr "" 
     349 
     350#: trac/admin/console.py:282 
     351#, python-format 
     352msgid "trac-admin - The Trac Administration Console %(version)s" 
     353msgstr "" 
     354 
     355#: trac/admin/console.py:286 
     356msgid "Usage: trac-admin </path/to/projenv> [command [subcommand] [option ...]]\n" 
     357msgstr "" 
     358 
     359#: trac/admin/console.py:289 
     360msgid "Invoking trac-admin without command starts interactive mode.\n" 
     361msgstr "" 
     362 
     363#: trac/admin/console.py:329 
     364#, python-format 
     365msgid "Creating a new Trac environment at %(envname)s" 
     366msgstr "" 
     367 
     368#: trac/admin/console.py:331 
     369msgid "" 
     370"\n" 
     371"Trac will first ask a few questions about your environment \n" 
     372"in order to initialize and prepare the project database.\n" 
     373"\n" 
     374" Please enter the name of your project.\n" 
     375" This name will be used in page titles and descriptions.\n" 
     376msgstr "" 
     377 
     378#: trac/admin/console.py:339 
     379#, python-format 
     380msgid "Project Name [%(default)s]> " 
     381msgstr "" 
     382 
     383#: trac/admin/console.py:341 
     384msgid "" 
     385" \n" 
     386" Please specify the connection string for the database to use.\n" 
     387" By default, a local SQLite database is created in the environment\n" 
     388" directory. It is also possible to use an already existing\n" 
     389" PostgreSQL database (check the Trac documentation for the exact\n" 
     390" connection string syntax).\n" 
     391msgstr "" 
     392 
     393#: trac/admin/console.py:349 
    192394#, fuzzy, python-format 
    193 msgid "hotcopy can't overwrite existing '%(dest)s'" 
    194 msgstr "hotcopy не может переписать существующую '%(dest)s'" 
     395msgid "Database connection string [%(default)s]> " 
     396msgstr "" 
     397"Строка соединения с базой данных должна начинаться с имени схемы " 
     398"(scheme:/)" 
    195399 
    196 #: trac/admin/web_ui.py:66 
     400#: trac/admin/console.py:356 
     401#, python-format 
     402msgid "Initenv for '%(env)s' failed." 
     403msgstr "" 
     404 
     405#: trac/admin/console.py:391 
     406msgid "Creating and Initializing Project" 
     407msgstr "" 
     408 
     409#: trac/admin/console.py:414 
     410msgid " Installing default wiki pages" 
     411msgstr "" 
     412 
     413#: trac/admin/console.py:425 
     414msgid " Indexing default repository" 
     415msgstr "" 
     416 
     417#: trac/admin/console.py:428 
     418msgid "" 
     419"\n" 
     420"---------------------------------------------------------------------\n" 
     421"Warning: couldn't index the default repository.\n" 
     422"\n" 
     423"This can happen for a variety of reasons: wrong repository type, \n" 
     424"no appropriate third party library for this repository type,\n" 
     425"no actual repository at the specified repository path...\n" 
     426"\n" 
     427"You can nevertheless start using your Trac environment, but \n" 
     428"you'll need to check again your trac.ini file and the [trac] \n" 
     429"repository_type and repository_path settings.\n" 
     430msgstr "" 
     431 
     432#: trac/admin/console.py:471 
     433#, python-format 
     434msgid "" 
     435"\n" 
     436"---------------------------------------------------------------------\n" 
     437"Project environment for '%(project_name)s' created.\n" 
     438"\n" 
     439"You may now configure the environment by editing the file:\n" 
     440"\n" 
     441"  %(config_path)s\n" 
     442"\n" 
     443"If you'd like to take this new project environment for a test drive,\n" 
     444"try running the Trac standalone web server `tracd`:\n" 
     445"\n" 
     446"  tracd --port 8000 %(project_path)s\n" 
     447"\n" 
     448"Then point your browser to http://localhost:8000/%(project_dir)s.\n" 
     449"There you can also browse the documentation for your installed\n" 
     450"version of Trac, including information on further setup (such as\n" 
     451"deploying Trac to a real web server).\n" 
     452"\n" 
     453"The latest documentation can also always be found on the project\n" 
     454"website:\n" 
     455"\n" 
     456"  http://trac.edgewall.org/\n" 
     457"\n" 
     458"Congratulations!\n" 
     459msgstr "" 
     460 
     461#: trac/admin/console.py:531 
     462#, python-format 
     463msgid "non-ascii environment path '%(path)s' not supported." 
     464msgstr "" 
     465 
     466#: trac/admin/web_ui.py:64 
    197467msgid "Admin" 
    198468msgstr "Администрирование" 
    199469 
    200 #: trac/admin/web_ui.py:67 trac/admin/templates/admin.html:16 
     470#: trac/admin/web_ui.py:65 trac/admin/templates/admin.html:16 
    201471msgid "Administration" 
    202472msgstr "Администрирование" 
    203473 
    204 #: trac/admin/web_ui.py:83 
     474#: trac/admin/web_ui.py:81 
    205475#, fuzzy 
    206476msgid "No administration panels available" 
    207477msgstr "Панель администрирования недоступна" 
    208478 
    209 #: trac/admin/web_ui.py:105 
     479#: trac/admin/web_ui.py:107 trac/admin/web_ui.py:111 
    210480#, fuzzy 
    211481msgid "Unknown administration panel" 
    212482msgstr "Неизвестная панель администрирования" 
    213483 
    214 #: trac/admin/web_ui.py:180 trac/admin/web_ui.py:207 trac/admin/web_ui.py:296 
    215 #: trac/admin/web_ui.py:379 trac/prefs/web_ui.py:89 
     484#: trac/admin/web_ui.py:184 trac/ticket/admin.py:65 trac/ticket/admin.py:90 
     485#: trac/ticket/admin.py:275 trac/ticket/admin.py:457 trac/ticket/admin.py:609 
     486#: trac/ticket/admin.py:697 trac/ticket/report.py:177 
     487#: trac/ticket/roadmap.py:684 trac/versioncontrol/admin.py:188 
     488#: trac/wiki/web_ui.py:289 
     489msgid "Your changes have been saved." 
     490msgstr "" 
     491 
     492#: trac/admin/web_ui.py:187 trac/ticket/admin.py:68 
     493msgid "" 
     494"Error writing to trac.ini, make sure it is writable by the web server. " 
     495"Your changes have not been saved." 
     496msgstr "" 
     497 
     498#: trac/admin/web_ui.py:200 trac/admin/web_ui.py:228 trac/admin/web_ui.py:316 
     499#: trac/admin/web_ui.py:398 trac/prefs/web_ui.py:86 
    216500#: trac/prefs/templates/prefs_general.html:9 
    217501msgid "General" 
    218 msgstr "Общие" 
     502msgstr "Общее" 
    219503 
    220 #: trac/admin/web_ui.py:180 trac/admin/templates/admin_basics.html:13 
     504#: trac/admin/web_ui.py:200 trac/admin/templates/admin_basics.html:13 
    221505msgid "Basic Settings" 
    222 msgstr "Настройки" 
     506msgstr "Основные настройки" 
    223507 
    224 #: trac/admin/web_ui.py:207 trac/admin/templates/admin_logging.html:9 
    225 #: trac/admin/templates/admin_logging.html:21 
     508#: trac/admin/web_ui.py:228 trac/admin/templates/admin_logging.html:10 
     509#: trac/admin/templates/admin_logging.html:22 
    226510msgid "Logging" 
    227511msgstr "Ведение журнала" 
    228512 
    229 #: trac/admin/web_ui.py:216 trac/ticket/templates/milestone_delete.html:29 
    230 #: trac/ticket/templates/milestone_edit.html:73 
     513#: trac/admin/web_ui.py:237 trac/ticket/templates/milestone_delete.html:31 
     514#: trac/ticket/templates/milestone_edit.html:72 
    231515msgid "None" 
    232516msgstr "Не установлено" 
    233517 
    234 #: trac/admin/web_ui.py:217 
     518#: trac/admin/web_ui.py:238 
    235519#, fuzzy 
    236520msgid "Console" 
    237521msgstr "Консоль" 
    238522 
    239 #: trac/admin/web_ui.py:219 trac/templates/attachment.html:20 
    240 #: trac/templates/attachment.html:81 trac/versioncontrol/api.py:105 
     523#: trac/admin/web_ui.py:240 trac/templates/attachment.html:29 
    241524msgid "File" 
    242525msgstr "Файл" 
    243526 
    244 #: trac/admin/web_ui.py:221 
     527#: trac/admin/web_ui.py:242 
    245528#, fuzzy 
    246529msgid "Syslog" 
    247530msgstr "Системный журнал" 
    248531 
    249 #: trac/admin/web_ui.py:223 
     532#: trac/admin/web_ui.py:244 
    250533msgid "Windows event log" 
    251534msgstr "Журнал событий windows" 
    252535 
    253 #: trac/admin/web_ui.py:237 
     536#: trac/admin/web_ui.py:257 
    254537#, python-format 
    255538msgid "Unknown log type %(type)s" 
    256539msgstr "Неизвестный тип журнала %(type)s" 
    257540 
    258 #: trac/admin/web_ui.py:238 
     541#: trac/admin/web_ui.py:258 
    259542msgid "Invalid log type" 
    260543msgstr "Недопустимый журнал" 
    261544 
    262 #: trac/admin/web_ui.py:249 
     545#: trac/admin/web_ui.py:272 
    263546#, python-format 
    264547msgid "Unknown log level %(level)s" 
    265548msgstr "Неизвестный уровень сообщения %(level)s" 
    266549 
    267 #: trac/admin/web_ui.py:250 
     550#: trac/admin/web_ui.py:273 
    268551msgid "Invalid log level" 
    269552msgstr "Недопустимый уровень сообщения" 
    270553 
    271 #: trac/admin/web_ui.py:266 
     554#: trac/admin/web_ui.py:286 
    272555msgid "You must specify a log file" 
    273556msgstr "Необходимо указать файл журнала" 
    274557 
    275 #: trac/admin/web_ui.py:267 
     558#: trac/admin/web_ui.py:287 
    276559msgid "Missing field" 
    277560msgstr "Отсутсвует поле" 
    278561 
    279 #: trac/admin/web_ui.py:296 trac/admin/templates/admin_perms.html:9 
     562#: trac/admin/web_ui.py:316 trac/admin/templates/admin_perms.html:9 
    280563msgid "Permissions" 
    281564msgstr "Права" 
    282565 
    283 #: trac/admin/web_ui.py:310 
     566#: trac/admin/web_ui.py:330 
    284567#, fuzzy 
    285568msgid "All upper-cased tokens are reserved for permission names" 
    286569msgstr "Все слова в верхенм регистре зарезервированы под наименование прав доступа" 
    287570 
    288 #: trac/admin/web_ui.py:317 
     571#: trac/admin/web_ui.py:337 
    289572msgid "Unknown action" 
    290573msgstr "Неизвестное действие" 
    291574 
    292 #: trac/admin/web_ui.py:324 
     575#: trac/admin/web_ui.py:341 
    293576#, python-format 
    294 msgid "Permission \"%(action)s\" was already granted to \"%(subject)s\"" 
     577msgid "The subject %(subject)s has been granted the permission %(action)s." 
     578msgstr "" 
     579 
     580#: trac/admin/web_ui.py:346 
     581#, fuzzy, python-format 
     582msgid "The permission %(action)s was already granted to %(subject)s." 
    295583msgstr "\"%(subject)s\" уже имеет право \"%(action)s\" " 
    296584 
    297 #: trac/admin/web_ui.py:343 
    298 #, python-format 
    299 msgid "\"%(subject)s\" was already added to group \"%(group)s\"" 
     585#: trac/admin/web_ui.py:362 
     586#, fuzzy, python-format 
     587msgid "The subject %(subject)s has been added to the group %(group)s." 
    300588msgstr "\"%(subject)s\" уже находится в группе \"%(group)s\"" 
    301589 
    302 #: trac/admin/web_ui.py:379 trac/admin/templates/admin_plugins.html:9 
     590#: trac/admin/web_ui.py:367 
     591#, fuzzy, python-format 
     592msgid "The subject %(subject)s was already added to the group %(group)s." 
     593msgstr "\"%(subject)s\" уже находится в группе \"%(group)s\"" 
     594 
     595#: trac/admin/web_ui.py:380 
     596msgid "The selected permissions have been revoked." 
     597msgstr "" 
     598 
     599#: trac/admin/web_ui.py:398 trac/admin/templates/admin_plugins.html:9 
    303600msgid "Plugins" 
    304601msgstr "Плагины" 
    305602 
    306 #: trac/admin/web_ui.py:413 
     603#: trac/admin/web_ui.py:432 
    307604msgid "Uploaded file is not a Python source file or egg" 
    308605msgstr "Принятый файле не является исходным кодом или яйцом Питона" 
    309606 
    310 #: trac/admin/web_ui.py:418 
     607#: trac/admin/web_ui.py:437 
    311608#, python-format 
    312609msgid "Plugin %(name)s already installed" 
    313610msgstr "Плагин %(name)s уже устанолен" 
     
    329626#: trac/admin/templates/admin_components.html:66 
    330627#: trac/admin/templates/admin_enums.html:20 
    331628#: trac/admin/templates/admin_enums.html:34 
    332 #: trac/admin/templates/admin_milestones.html:21 
    333 #: trac/admin/templates/admin_milestones.html:77 
     629#: trac/admin/templates/admin_milestones.html:22 
     630#: trac/admin/templates/admin_milestones.html:79 
    334631#: trac/admin/templates/admin_versions.html:21 
    335632#: trac/admin/templates/admin_versions.html:56 
     633#: trac/versioncontrol/templates/admin_repositories.html:49 
     634#: trac/versioncontrol/templates/admin_repositories.html:94 
     635#: trac/versioncontrol/templates/admin_repositories.html:111 
    336636msgid "Name:" 
    337637msgstr "Название:" 
    338638 
    339639#: trac/admin/templates/admin_basics.html:24 
     640#: trac/versioncontrol/templates/admin_repositories.html:61 
     641#, fuzzy 
    340642msgid "URL:" 
    341 msgstr "Ссылка:" 
     643msgstr "URL:" 
    342644 
    343645#: trac/admin/templates/admin_basics.html:29 
    344 #: trac/ticket/templates/ticket.html:291 
     646#: trac/ticket/templates/ticket.html:366 
    345647msgid "Description:" 
    346648msgstr "Описание:" 
    347649 
    348650#: trac/admin/templates/admin_basics.html:36 
    349651#: trac/admin/templates/admin_components.html:99 
    350652#: trac/admin/templates/admin_enums.html:69 
    351 #: trac/admin/templates/admin_logging.html:53 
    352 #: trac/admin/templates/admin_milestones.html:124 
    353 #: trac/admin/templates/admin_plugins.html:102 
     653#: trac/admin/templates/admin_logging.html:54 
     654#: trac/admin/templates/admin_milestones.html:128 
     655#: trac/admin/templates/admin_plugins.html:164 
    354656#: trac/admin/templates/admin_versions.html:94 
    355657#, fuzzy 
    356658msgid "Apply changes" 
    357 msgstr "Сохранить изменения" 
     659msgstr "Применить изменения" 
    358660 
    359 #: trac/admin/templates/admin_components.html:10 
     661#: trac/admin/templates/admin_components.html:10 trac/ticket/admin.py:76 
    360662msgid "Components" 
    361663msgstr "Компоненты" 
    362664 
    363665#: trac/admin/templates/admin_components.html:14 
    364666msgid "Manage Components" 
    365 msgstr "Управлять компонентами" 
     667msgstr "Управление компонентами" 
    366668 
    367669#: trac/admin/templates/admin_components.html:18 
    368670msgid "Owner:" 
     
    383685 
    384686#: trac/admin/templates/admin_components.html:55 
    385687#: trac/admin/templates/admin_enums.html:23 
    386 #: trac/admin/templates/admin_milestones.html:65 
     688#: trac/admin/templates/admin_milestones.html:67 
    387689#: trac/admin/templates/admin_versions.html:45 
    388 #: trac/templates/attachment.html:49 trac/templates/attachment.html:62 
    389 #: trac/ticket/templates/milestone_delete.html:33 
    390 #: trac/ticket/templates/milestone_edit.html:91 
    391 #: trac/ticket/templates/report_delete.html:20 
     690#: trac/templates/attachment.html:60 trac/templates/attachment.html:73 
     691#: trac/ticket/templates/milestone_delete.html:40 
     692#: trac/ticket/templates/milestone_edit.html:93 
     693#: trac/ticket/templates/report_delete.html:21 
    392694#: trac/ticket/templates/report_edit.html:42 
     695#: trac/ticket/templates/ticket.html:109 
     696#: trac/versioncontrol/templates/admin_repositories.html:83 
    393697#: trac/wiki/templates/wiki_delete.html:36 
    394 #: trac/wiki/templates/wiki_edit.html:35 trac/wiki/templates/wiki_edit.html:45 
    395 #: trac/wiki/templates/wiki_edit.html:133 
     698#: trac/wiki/templates/wiki_edit.html:81 
     699#: trac/wiki/templates/wiki_edit_form.html:77 
    396700msgid "Cancel" 
    397 msgstr "Отмена" 
     701msgstr "Отменить" 
    398702 
    399703#: trac/admin/templates/admin_components.html:56 
    400704#: trac/admin/templates/admin_enums.html:24 
    401 #: trac/admin/templates/admin_milestones.html:66 
     705#: trac/admin/templates/admin_milestones.html:68 
    402706#: trac/admin/templates/admin_versions.html:46 
     707#: trac/versioncontrol/templates/admin_repositories.html:84 
    403708msgid "Save" 
    404709msgstr "Сохранить" 
    405710 
     
    410715#: trac/admin/templates/admin_components.html:70 
    411716#: trac/admin/templates/admin_enums.html:32 
    412717#: trac/admin/templates/admin_enums.html:37 
    413 #: trac/admin/templates/admin_milestones.html:90 
    414 #: trac/admin/templates/admin_perms.html:44 
    415 #: trac/admin/templates/admin_perms.html:66 
     718#: trac/admin/templates/admin_milestones.html:92 
     719#: trac/admin/templates/admin_perms.html:38 
     720#: trac/admin/templates/admin_perms.html:60 
    416721#: trac/admin/templates/admin_versions.html:67 
     722#: trac/versioncontrol/templates/admin_repositories.html:101 
     723#: trac/versioncontrol/templates/admin_repositories.html:115 
    417724msgid "Add" 
    418725msgstr "Добавить" 
    419726 
    420 #: trac/admin/templates/admin_components.html:80 
    421 #: trac/admin/templates/admin_enums.html:47 
    422 #: trac/admin/templates/admin_milestones.html:100 
    423 #: trac/admin/templates/admin_versions.html:77 trac/templates/about.html:66 
    424 #: trac/templates/error.html:162 
    425 msgid "Name" 
    426 msgstr "Имя" 
    427  
    428 #: trac/admin/templates/admin_components.html:80 
     727#: trac/admin/templates/admin_components.html:80 trac/ticket/admin.py:209 
     728#: trac/ticket/api.py:281 trac/ticket/web_ui.py:1321 
    429729msgid "Owner" 
    430730msgstr "Владелец" 
    431731 
    432732#: trac/admin/templates/admin_components.html:80 
    433733#: trac/admin/templates/admin_enums.html:47 
    434 #: trac/admin/templates/admin_milestones.html:100 
     734#: trac/admin/templates/admin_milestones.html:103 
    435735#: trac/admin/templates/admin_versions.html:77 
    436736msgid "Default" 
    437737msgstr "По умолчанию" 
    438738 
    439739#: trac/admin/templates/admin_components.html:98 
    440740#: trac/admin/templates/admin_enums.html:68 
    441 #: trac/admin/templates/admin_milestones.html:123 
    442 #: trac/admin/templates/admin_perms.html:93 
     741#: trac/admin/templates/admin_milestones.html:127 
     742#: trac/admin/templates/admin_perms.html:87 
    443743#: trac/admin/templates/admin_versions.html:93 
     744#: trac/versioncontrol/templates/admin_repositories.html:144 
    444745msgid "Remove selected items" 
    445 msgstr "Удалить выбранные пункты" 
     746msgstr "Удалить выбранные элементы" 
    446747 
    447748#: trac/admin/templates/admin_components.html:101 
    448749#: trac/admin/templates/admin_enums.html:71 
    449 #: trac/admin/templates/admin_milestones.html:126 
     750#: trac/admin/templates/admin_milestones.html:130 
    450751#: trac/admin/templates/admin_versions.html:96 
     752#, fuzzy 
    451753msgid "" 
    452754"You can remove all items from this list to completely hide this\n" 
    453755"              field from the user interface." 
     
    457759 
    458760#: trac/admin/templates/admin_components.html:107 
    459761#: trac/admin/templates/admin_enums.html:77 
    460 #: trac/admin/templates/admin_milestones.html:132 
     762#: trac/admin/templates/admin_milestones.html:136 
    461763#: trac/admin/templates/admin_versions.html:102 
    462764msgid "" 
    463765"As long as you don't add any items to the list, this field\n" 
     
    471773msgstr "Управлять" 
    472774 
    473775#: trac/admin/templates/admin_enums.html:18 
     776#: trac/ticket/templates/ticket.html:135 
    474777msgid "Modify" 
    475778msgstr "Изменить" 
    476779 
     
    478781msgid "Order" 
    479782msgstr "Порядок" 
    480783 
    481 #: trac/admin/templates/admin_logging.html:25 trac/templates/about.html:61 
     784#: trac/admin/templates/admin_logging.html:26 trac/templates/about.html:78 
    482785msgid "Configuration" 
    483786msgstr "Конфигурация" 
    484787 
    485 #: trac/admin/templates/admin_logging.html:27 
     788#: trac/admin/templates/admin_logging.html:28 
     789#: trac/versioncontrol/templates/admin_repositories.html:18 
    486790msgid "Type:" 
    487791msgstr "Тип:" 
    488792 
    489 #: trac/admin/templates/admin_logging.html:36 
     793#: trac/admin/templates/admin_logging.html:37 
    490794msgid "Log level:" 
    491795msgstr "Уровень сообщений:" 
    492796 
    493 #: trac/admin/templates/admin_logging.html:44 
     797#: trac/admin/templates/admin_logging.html:45 
    494798msgid "Log file:" 
    495799msgstr "Файл журнала:" 
    496800 
    497 #: trac/admin/templates/admin_logging.html:47 
    498 msgid "If you specify a relative path, the log file will be stored inside the" 
     801#: trac/admin/templates/admin_logging.html:48 
     802#, fuzzy, python-format 
     803msgid "" 
     804"If you specify a relative path, the log file will be stored inside the\n" 
     805"            [1:log] directory of the project environment ([2:%(dir)s])." 
    499806msgstr "При указании относительного пути, журнал будет сохранен внутри" 
    500807 
    501 #: trac/admin/templates/admin_logging.html:49 
    502 #, fuzzy 
    503 msgid "log" 
    504 msgstr "журнал" 
    505  
    506 #: trac/admin/templates/admin_logging.html:49 
    507 msgid "directory of the project environment (" 
    508 msgstr "директория окружения проекта" 
    509  
    510 #: trac/admin/templates/admin_milestones.html:10 trac/ticket/roadmap.py:503 
     808#: trac/admin/templates/admin_milestones.html:10 trac/ticket/admin.py:241 
     809#: trac/ticket/roadmap.py:852 
    511810msgid "Milestones" 
    512811msgstr "Этапы" 
    513812 
    514813#: trac/admin/templates/admin_milestones.html:14 
    515814msgid "Manage Milestones" 
    516 msgstr "Управлять этапами" 
     815msgstr "Управление этапами" 
    517816 
    518 #: trac/admin/templates/admin_milestones.html:19 
     817#: trac/admin/templates/admin_milestones.html:20 
    519818msgid "Modify Milestone:" 
    520819msgstr "Изменить этапы:" 
    521820 
    522 #: trac/admin/templates/admin_milestones.html:24 
    523 #: trac/admin/templates/admin_milestones.html:82 
    524 #: trac/ticket/templates/milestone_edit.html:51 
     821#: trac/admin/templates/admin_milestones.html:25 
     822#: trac/admin/templates/admin_milestones.html:84 
     823#: trac/ticket/templates/milestone_edit.html:50 
    525824msgid "Due:" 
    526825msgstr "Срок:" 
    527826 
    528 #: trac/admin/templates/admin_milestones.html:27 
    529 #: trac/admin/templates/admin_milestones.html:41 
    530 #: trac/admin/templates/admin_milestones.html:86 
     827#: trac/admin/templates/admin_milestones.html:29 
     828#: trac/admin/templates/admin_milestones.html:43 
     829#: trac/admin/templates/admin_milestones.html:88 
    531830#: trac/admin/templates/admin_versions.html:30 
    532831#: trac/admin/templates/admin_versions.html:63 
    533 #: trac/ticket/templates/milestone_edit.html:54 
    534 #: trac/ticket/templates/milestone_edit.html:66 
     832#: trac/ticket/templates/milestone_edit.html:53 
     833#: trac/ticket/templates/milestone_edit.html:65 
    535834msgid "Format:" 
    536835msgstr "Формат:" 
    537836 
    538 #: trac/admin/templates/admin_milestones.html:33 
    539 #: trac/ticket/templates/milestone_edit.html:59 
     837#: trac/admin/templates/admin_milestones.html:35 
     838#: trac/ticket/templates/milestone_edit.html:58 
    540839msgid "Completed:" 
    541840msgstr "Завершен:" 
    542841 
    543 #: trac/admin/templates/admin_milestones.html:55 
     842#: trac/admin/templates/admin_milestones.html:57 
    544843#: trac/admin/templates/admin_versions.html:35 
    545 #: trac/ticket/templates/milestone_edit.html:82 
     844#: trac/ticket/templates/milestone_edit.html:84 
     845#: trac/versioncontrol/templates/admin_repositories.html:72 
    546846#, fuzzy 
    547847msgid "Description (you may use [1:WikiFormatting] here):" 
    548848msgstr "Описание (можно использовать [1:WikiFormatting]):" 
    549849 
    550 #: trac/admin/templates/admin_milestones.html:75 
     850#: trac/admin/templates/admin_milestones.html:77 
    551851msgid "Add Milestone:" 
    552852msgstr "Добавить этап:" 
    553853 
    554 #: trac/admin/templates/admin_milestones.html:100 
     854#: trac/admin/templates/admin_milestones.html:103 trac/ticket/admin.py:400 
    555855msgid "Due" 
    556856msgstr "Срок" 
    557857 
    558 #: trac/admin/templates/admin_milestones.html:100 
    559 #: trac/ticket/templates/milestone_view.html:25 
    560 #: trac/ticket/templates/roadmap.html:38 
     858#: trac/admin/templates/admin_milestones.html:103 trac/ticket/admin.py:400 
    561859msgid "Completed" 
    562860msgstr "Завершен" 
    563861 
     862#: trac/admin/templates/admin_milestones.html:103 
     863msgid "Tickets" 
     864msgstr "Карточки" 
     865 
    564866#: trac/admin/templates/admin_perms.html:13 
    565867msgid "Manage Permissions" 
    566868msgstr "Управление правами" 
    567869 
    568 #: trac/admin/templates/admin_perms.html:15 
    569 msgid "Note that" 
    570 msgstr "Обратите внимание, что" 
    571  
    572 #: trac/admin/templates/admin_perms.html:16 
    573 #: trac/admin/templates/admin_perms.html:75 
    574 #, fuzzy 
    575 msgid "Subject" 
    576 msgstr "Субьект:" 
    577  
    578 #: trac/admin/templates/admin_perms.html:16 trac/ticket/templates/query.html:60 
    579 msgid "or" 
    580 msgstr "или" 
    581  
    582 #: trac/admin/templates/admin_perms.html:16 
    583 msgid "Group" 
    584 msgstr "Группа" 
    585  
    586 #: trac/admin/templates/admin_perms.html:16 
    587 msgid "names can't be all upper cased," 
    588 msgstr "Имена не могут быть в верхнем регистре," 
    589  
    590 #: trac/admin/templates/admin_perms.html:16 
    591 msgid "as this is reserved for permission names." 
    592 msgstr "так как он зарезервирован для названий прав." 
    593  
    594 #: trac/admin/templates/admin_perms.html:24 
     870#: trac/admin/templates/admin_perms.html:18 
    595871msgid "Grant Permission:" 
    596872msgstr "Дать право:" 
    597873 
    598 #: trac/admin/templates/admin_perms.html:27 
    599 #: trac/admin/templates/admin_perms.html:54 
     874#: trac/admin/templates/admin_perms.html:21 
     875#: trac/admin/templates/admin_perms.html:48 
    600876msgid "Subject:" 
    601 msgstr "Субьект:" 
     877msgstr "Субъект:" 
    602878 
    603 #: trac/admin/templates/admin_perms.html:31 
     879#: trac/admin/templates/admin_perms.html:25 
    604880msgid "Action:" 
    605881msgstr "Действие:" 
    606882 
    607 #: trac/admin/templates/admin_perms.html:39 
     883#: trac/admin/templates/admin_perms.html:33 
    608884msgid "" 
    609885"Grant permission for an action to a subject, which can be either a user\n" 
    610886"          or a group." 
    611887msgstr "Дать право на заданное действе субьекту: пользователю или группе" 
    612888 
    613 #: trac/admin/templates/admin_perms.html:51 
     889#: trac/admin/templates/admin_perms.html:45 
    614890msgid "Add Subject to Group:" 
    615891msgstr "Добавить субъекта в группу:" 
    616892 
    617 #: trac/admin/templates/admin_perms.html:58 
     893#: trac/admin/templates/admin_perms.html:52 
    618894msgid "Group:" 
    619895msgstr "Группа:" 
    620896 
    621 #: trac/admin/templates/admin_perms.html:62 
     897#: trac/admin/templates/admin_perms.html:56 
    622898msgid "Add a user or group to an existing permission group." 
    623899msgstr "Добавить пользователя или группу к существующей группе." 
    624900 
    625 #: trac/admin/templates/admin_perms.html:75 
    626 #: trac/ticket/templates/ticket.html:365 
    627 msgid "Action" 
    628 msgstr "Действие" 
     901#: trac/admin/templates/admin_perms.html:69 
     902#: trac/admin/templates/admin_perms.html:92 
     903#, fuzzy 
     904msgid "Subject" 
     905msgstr "Субьект:" 
    629906 
    630 #: trac/admin/templates/admin_plugins.html:17 
     907#: trac/admin/templates/admin_perms.html:91 
     908msgid "Note that" 
     909msgstr "Обратите внимание, что" 
     910 
     911#: trac/admin/templates/admin_perms.html:92 trac/ticket/templates/query.html:73 
     912msgid "or" 
     913msgstr "или" 
     914 
     915#: trac/admin/templates/admin_perms.html:92 
     916msgid "Group" 
     917msgstr "Группа" 
     918 
     919#: trac/admin/templates/admin_perms.html:92 
     920#, fuzzy 
     921msgid "" 
     922"names can't be all upper-case,\n" 
     923"      as that is reserved for permission names." 
     924msgstr "Все слова в верхенм регистре зарезервированы под наименование прав доступа" 
     925 
     926#: trac/admin/templates/admin_plugins.html:41 
    631927msgid "Manage Plugins" 
    632928msgstr "Управление плагинами" 
    633929 
    634 #: trac/admin/templates/admin_plugins.html:21 
     930#: trac/admin/templates/admin_plugins.html:45 
    635931msgid "Install Plugin:" 
    636932msgstr "Установить плагин:" 
    637933 
    638 #: trac/admin/templates/admin_plugins.html:23 
     934#: trac/admin/templates/admin_plugins.html:47 
    639935msgid "File:" 
    640936msgstr "Файл:" 
    641937 
    642 #: trac/admin/templates/admin_plugins.html:28 
     938#: trac/admin/templates/admin_plugins.html:52 
    643939msgid "" 
    644940"The web server does not have sufficient permissions to store files in\n" 
    645941"            the environment plugins directory." 
     
    647943"Веб сервер не имеет достаточных прав для сохранения файлов в директории " 
    648944"проекта." 
    649945 
    650 #: trac/admin/templates/admin_plugins.html:32 
     946#: trac/admin/templates/admin_plugins.html:56 
    651947msgid "Upload a plugin packaged as Python egg." 
    652948msgstr "Загрузить плагин в формате .egg" 
    653949 
    654 #: trac/admin/templates/admin_plugins.html:37 
     950#: trac/admin/templates/admin_plugins.html:61 
    655951#, fuzzy 
    656952msgid "Install" 
    657953msgstr "Установить" 
    658954 
    659 #: trac/admin/templates/admin_plugins.html:49 
    660 #, fuzzy 
    661 msgid "Uninstall" 
    662 msgstr "Удалить" 
    663  
    664 #: trac/admin/templates/admin_plugins.html:59 trac/templates/diff_view.html:43 
    665 #: trac/versioncontrol/templates/changeset.html:97 
     955#: trac/admin/templates/admin_plugins.html:84 trac/templates/diff_view.html:46 
     956#: trac/versioncontrol/templates/changeset.html:107 
    666957msgid "Author:" 
    667958msgstr "Автор:" 
    668959 
    669 #: trac/admin/templates/admin_plugins.html:68 
     960#: trac/admin/templates/admin_plugins.html:93 
    670961msgid "Home page:" 
    671962msgstr "Домашняя страница:" 
    672963 
    673 #: trac/admin/templates/admin_plugins.html:75 
     964#: trac/admin/templates/admin_plugins.html:100 
    674965msgid "License:" 
    675966msgstr "Лицензия:" 
    676967 
    677 #: trac/admin/templates/admin_plugins.html:82 
     968#: trac/admin/templates/admin_plugins.html:110 
     969#, fuzzy 
     970msgid "Show all descriptions" 
     971msgstr "Описание" 
     972 
     973#: trac/admin/templates/admin_plugins.html:112 
     974#, fuzzy 
     975msgid "Hide all descriptions" 
     976msgstr "Описание" 
     977 
     978#: trac/admin/templates/admin_plugins.html:114 trac/ticket/admin.py:76 
     979#: trac/ticket/api.py:294 
    678980msgid "Component" 
    679981msgstr "Компонент" 
    680982 
    681 #: trac/admin/templates/admin_plugins.html:82 
     983#: trac/admin/templates/admin_plugins.html:117 
    682984#, fuzzy 
    683985msgid "Enabled" 
    684986msgstr "Включен" 
    685987 
    686 #: trac/admin/templates/admin_versions.html:10 
     988#: trac/admin/templates/admin_plugins.html:126 
     989msgid "Toggle the module description" 
     990msgstr "" 
     991 
     992#: trac/admin/templates/admin_plugins.html:142 
     993msgid "Toggle the component description" 
     994msgstr "" 
     995 
     996#: trac/admin/templates/admin_versions.html:10 trac/ticket/admin.py:440 
    687997msgid "Versions" 
    688998msgstr "Версии" 
    689999 
     
    7131023msgid "Released" 
    7141024msgstr "Выпущена" 
    7151025 
    716 #: trac/db/api.py:98 
     1026#: trac/db/api.py:132 
    7171027#, fuzzy, python-format 
    7181028msgid "Unsupported database type \"%(scheme)s\"" 
    7191029msgstr "Неподдерживаемый тип базы данных \"%(scheme)s\"" 
    7201030 
    721 #: trac/db/api.py:121 
    722 #, fuzzy 
    723 msgid "Database connection string must start with scheme:/" 
    724 msgstr "Строка соединения с базой данных должна начинаться с имени схемы (scheme:/)" 
     1031#: trac/db/api.py:160 
     1032#, fuzzy, python-format 
     1033msgid "" 
     1034"Unknown scheme \"%(scheme)s\"; database connection string must start with" 
     1035" {scheme}:/" 
     1036msgstr "" 
     1037"Строка соединения с базой данных должна начинаться с имени схемы " 
     1038"(scheme:/)" 
    7251039 
    726 #: trac/db/pool.py:113 
     1040#: trac/db/mysql_backend.py:75 
     1041msgid "Cannot load Python bindings for MySQL" 
     1042msgstr "" 
     1043 
     1044#: trac/db/pool.py:122 
    7271045#, fuzzy, python-format 
    7281046msgid "Unable to get database connection within %(time)d seconds" 
    7291047msgstr "Невозможно соединиться с базой данных в течении %(time)d секунд" 
    7301048 
    731 #: trac/db/sqlite_backend.py:133 
     1049#: trac/db/postgres_backend.py:68 
     1050msgid "Cannot load Python bindings for PostgreSQL" 
     1051msgstr "" 
     1052 
     1053#: trac/db/sqlite_backend.py:147 
     1054msgid "Cannot load Python bindings for SQLite" 
     1055msgstr "" 
     1056 
     1057#: trac/db/sqlite_backend.py:151 
     1058msgid "Need at least PySqlite 2.0.7 or higher" 
     1059msgstr "" 
     1060 
     1061#: trac/db/sqlite_backend.py:174 
    7321062#, fuzzy, python-format 
    7331063msgid "Database already exists at %(path)s" 
    7341064msgstr "База данных по пути %(path)s уже существует" 
    7351065 
    736 #: trac/db/sqlite_backend.py:161 
     1066#: trac/db/sqlite_backend.py:220 
    7371067#, fuzzy, python-format 
    7381068msgid "Database \"%(path)s\" not found." 
    7391069msgstr "Не найден путь к базе данных \"%(path)s\"" 
    7401070 
    741 #: trac/db/sqlite_backend.py:170 
     1071#: trac/db/sqlite_backend.py:229 
    7421072#, fuzzy, python-format 
    7431073msgid "" 
    744 "The user %(user)s requires read _and_ write permission to the database " 
     1074"The user %(user)s requires read _and_ write permissions to the database " 
    7451075"file %(path)s and the directory it is located in." 
    746 msgstr "Пользователю %(user)s трубуются права на чтение _и_ на запись к файлу базы данных " 
    747 "%(path)s и директории, в которой она находится." 
     1076msgstr "" 
     1077"Пользователю %(user)s трубуются права на чтение _и_ на запись к файлу " 
     1078"базы данных \"\n" 
     1079"\"%(path)s и директории, в которой она находится." 
    7481080 
    749 #: trac/mimeview/api.py:553 trac/mimeview/api.py:563 
     1081#: trac/mimeview/api.py:663 trac/mimeview/api.py:673 
    7501082#, fuzzy, python-format 
    7511083msgid "No available MIME conversions from %(old)s to %(new)s" 
    7521084msgstr "Нет доступного MIME преобразования из %(old)s в %(new)s" 
    7531085 
    754 #: trac/mimeview/patch.py:55 
     1086#: trac/mimeview/api.py:781 
     1087#, python-format 
     1088msgid "HTML preview using %(renderer)s failed (%(err)s)" 
     1089msgstr "" 
     1090 
     1091#: trac/mimeview/patch.py:53 
    7551092msgid "Invalid unified diff content" 
    7561093msgstr "" 
    7571094 
    758 #: trac/mimeview/php.py:98 
    759 msgid "" 
    760 "You appear to be using the PHP CGI binary. Trac requires the CLI version " 
    761 "for syntax highlighting." 
     1095#: trac/mimeview/patch.py:163 
     1096#, fuzzy, python-format 
     1097msgid "new file %(new)s" 
     1098msgstr "Сбой отчета: %(error)s" 
     1099 
     1100#: trac/mimeview/patch.py:167 
     1101#, python-format 
     1102msgid "deleted file %(deleted)s" 
    7621103msgstr "" 
    7631104 
    764 #: trac/mimeview/rst.py:60 
    765 #, fuzzy 
    766 msgid "Docutils not found" 
    767 msgstr "Не найден пакет Docutils" 
     1105#: trac/mimeview/patch.py:239 
     1106msgid "this hunk was shorter than expected" 
     1107msgstr "" 
    7681108 
    769 #: trac/mimeview/rst.py:62 
    770 #, fuzzy, python-format 
    771 msgid "Docutils version >= %(version)s required, %(found)s found" 
    772 msgstr "Требуется пакет Docutils версии >= %(version)s, найден пакет версии %(found)s" 
     1109#: trac/mimeview/pygments.py:121 trac/prefs/templates/prefs_pygments.html:9 
     1110msgid "Syntax Highlighting" 
     1111msgstr "" 
    7731112 
    774 #: trac/prefs/web_ui.py:54 trac/prefs/templates/prefs.html:16 
     1113#: trac/prefs/web_ui.py:52 trac/prefs/templates/prefs.html:16 
     1114#: trac/ticket/templates/ticket.html:477 
     1115#: trac/wiki/templates/wiki_edit_form.html:50 
     1116#, fuzzy 
    7751117msgid "Preferences" 
    776 msgstr "Настройки" 
     1118msgstr "Предпочтения" 
    7771119 
    778 #: trac/prefs/web_ui.py:77 
     1120#: trac/prefs/web_ui.py:75 
    7791121msgid "Unknown preference panel" 
    7801122msgstr "Неизвестная панель настроек" 
    7811123 
    782 #: trac/prefs/web_ui.py:90 trac/prefs/templates/prefs_datetime.html:9 
     1124#: trac/prefs/web_ui.py:87 trac/prefs/templates/prefs_datetime.html:10 
    7831125msgid "Date & Time" 
    7841126msgstr "Дата и время" 
    7851127 
    786 #: trac/prefs/web_ui.py:91 trac/prefs/templates/prefs_keybindings.html:9 
     1128#: trac/prefs/web_ui.py:88 trac/prefs/templates/prefs_keybindings.html:10 
    7871129msgid "Keyboard Shortcuts" 
    7881130msgstr "Горячие клавиши" 
    7891131 
    790 #: trac/prefs/web_ui.py:93 trac/prefs/templates/prefs_language.html:9 
    791 #, fuzzy 
     1132#: trac/prefs/web_ui.py:90 trac/prefs/templates/prefs_language.html:9 
    7921133msgid "Language" 
    7931134msgstr "Язык" 
    7941135 
    795 #: trac/prefs/web_ui.py:95 trac/prefs/templates/prefs_advanced.html:9 
     1136#: trac/prefs/web_ui.py:92 trac/prefs/templates/prefs_advanced.html:9 
    7961137msgid "Advanced" 
    7971138msgstr "Дополнительно" 
    7981139 
     1140#: trac/prefs/web_ui.py:143 
     1141msgid "Your preferences have been saved." 
     1142msgstr "Ваши предпочтения сохранены." 
     1143 
    7991144#: trac/prefs/templates/prefs.html:10 
     1145#, fuzzy 
    8001146msgid "Preferences:" 
    801 msgstr "Настройки:" 
     1147msgstr "Предпочтения:" 
    8021148 
    8031149#: trac/prefs/templates/prefs.html:17 
    8041150#, fuzzy 
     
    8551201"Таким образом можно использовать общие настройки на разных компьютерах и " 
    8561202"браузерах." 
    8571203 
    858 #: trac/prefs/templates/prefs_datetime.html:15 
     1204#: trac/prefs/templates/prefs_datetime.html:16 
    8591205#, fuzzy 
    8601206msgid "Time zone:" 
    8611207msgstr "Часовой пояс:" 
    8621208 
    863 #: trac/prefs/templates/prefs_datetime.html:17 
     1209#: trac/prefs/templates/prefs_datetime.html:18 
    8641210msgid "Default time zone" 
    8651211msgstr "Часовой пояс по умолчанию" 
    8661212 
    867 #: trac/prefs/templates/prefs_datetime.html:24 
     1213#: trac/prefs/templates/prefs_datetime.html:25 
    8681214msgid "" 
    8691215"Configuring your time zone will result in all\n" 
    8701216"      dates and times displayed on this site to use your time zone\n" 
     
    8741220"время\n" 
    8751221" вместо времени сервера." 
    8761222 
    877 #: trac/prefs/templates/prefs_datetime.html:28 
     1223#: trac/prefs/templates/prefs_datetime.html:30 
    8781224msgid "Example: The current time is" 
    8791225msgstr "Пример: текущее время:" 
    8801226 
    881 #: trac/prefs/templates/prefs_datetime.html:29 
     1227#: trac/prefs/templates/prefs_datetime.html:31 
    8821228#, fuzzy 
    8831229msgid "(UTC)." 
    8841230msgstr "(по Гринвичу, UTC)." 
    8851231 
    886 #: trac/prefs/templates/prefs_datetime.html:30 
     1232#: trac/prefs/templates/prefs_datetime.html:32 
    8871233msgid "In" 
    8881234msgstr "В" 
    8891235 
    890 #: trac/prefs/templates/prefs_datetime.html:31 
     1236#: trac/prefs/templates/prefs_datetime.html:33 
    8911237msgid "time zone" 
    8921238msgstr "часовом поясе" 
    8931239 
    894 #: trac/prefs/templates/prefs_datetime.html:31 
     1240#: trac/prefs/templates/prefs_datetime.html:33 
    8951241msgid ", this would be displayed as" 
    8961242msgstr ", будет отображено как" 
    8971243 
    898 #: trac/prefs/templates/prefs_datetime.html:35 
     1244#: trac/prefs/templates/prefs_datetime.html:37 
    8991245msgid "" 
    9001246"Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean " 
    9011247"Time (GMT)." 
     
    9031249"UTC, всеообщее скоординированное время, также известно как GMT, " 
    9041250"Гринвическое время." 
    9051251 
    906 #: trac/prefs/templates/prefs_datetime.html:36 
     1252#: trac/prefs/templates/prefs_datetime.html:38 
    9071253#, fuzzy 
    9081254msgid "" 
    9091255"A positive offset is used to indicate a timezone at the east of " 
     
    9381284"почты\n" 
    9391285"и RSS обновлений." 
    9401286 
    941 #: trac/prefs/templates/prefs_keybindings.html:17 
     1287#: trac/prefs/templates/prefs_keybindings.html:18 
    9421288msgid "Enable access keys" 
    9431289msgstr "Разрешить горячие клавиши" 
    9441290 
    945 #: trac/prefs/templates/prefs_keybindings.html:20 
     1291#: trac/prefs/templates/prefs_keybindings.html:21 
     1292#, fuzzy 
    9461293msgid "" 
    947 "This site provides keyboard shortcuts for faster\n" 
    948 "      access to certain functions of this site. As these shortcuts can\n" 
     1294"This site provides keyboard shortcuts for\n" 
     1295"      faster access to certain functions of this site. As these shortcuts" 
     1296" can\n" 
    9491297"      cause conflicts with shortcuts provided by the desktop system or\n" 
    950 "      web browser, they are disabled by default. See" 
     1298"      web browser, they are disabled by default. See\n" 
     1299"      [1:TracAccessibility]\n" 
     1300"      for more information on access keys." 
    9511301msgstr "" 
    9521302"Сайт предоставляет горячие клавиши для быстрого доступа к некоторым " 
    9531303"функциям.Так как они могут конфликтовать с клавишами, используемыми вашей" 
    9541304" системой и браузером, по умолчанию они отключены. См." 
    9551305 
    956 #: trac/prefs/templates/prefs_keybindings.html:24 
    957 msgid "TracAccessibility" 
    958 msgstr "" 
    959  
    960 #: trac/prefs/templates/prefs_keybindings.html:24 
    961 msgid "for more information on access keys." 
    962 msgstr " о горячих клавишах." 
    963  
    9641306#: trac/prefs/templates/prefs_language.html:14 
    9651307#, fuzzy 
    9661308msgid "Language:" 
     
    9881330"        language negotiation feature to select the appropriate language." 
    9891331msgstr "" 
    9901332 
    991 #: trac/prefs/templates/prefs_pygments.html:9 
     1333#: trac/prefs/templates/prefs_pygments.html:36 
    9921334#, fuzzy 
    993 msgid "Pygments Theme" 
    994 msgstr "Тема Pygments" 
    995  
    996 #: trac/prefs/templates/prefs_pygments.html:36 
    9971335msgid "" 
    9981336"The Pygments syntax highlighter can be used with\n" 
    999 "      different coloring themes." 
     1337"      different coloring styles." 
    10001338msgstr "" 
    10011339"Синтаксическая подсветка Pygments может использоваться с разными " 
    10021340"цветовыми темами." 
    10031341 
    10041342#: trac/prefs/templates/prefs_pygments.html:38 
    1005 msgid "Theme:" 
    1006 msgstr "Тема:" 
     1343msgid "Style:" 
     1344msgstr "" 
    10071345 
    10081346#: trac/prefs/templates/prefs_pygments.html:43 
    10091347msgid "Preview:" 
    10101348msgstr "Предварительный просмотр:" 
    10111349 
    1012 #: trac/search/web_ui.py:58 trac/search/templates/search.html:10 
    1013 #: trac/search/templates/search.html:23 trac/search/templates/search.html:28 
     1350#: trac/search/web_ui.py:63 trac/search/templates/search.html:11 
     1351#: trac/search/templates/search.html:24 trac/search/templates/search.html:29 
    10141352#: trac/templates/theme.html:28 
    10151353msgid "Search" 
    10161354msgstr "Поиск" 
    10171355 
    1018 #: trac/search/web_ui.py:100 
     1356#: trac/search/web_ui.py:153 
    10191357#, python-format 
     1358msgid "Browse repository path %(path)s" 
     1359msgstr "Открыть путь репозитория %(path)s" 
     1360 
     1361#: trac/search/web_ui.py:193 
     1362#, python-format 
    10201363msgid "Search query too short. Query must be at least %(num)s characters long." 
    10211364msgstr "Слишком короткий поисковый запрос, требуется как минимум %(num)s символов." 
    10221365 
    1023 #: trac/search/web_ui.py:102 
    1024 msgid "Search Error" 
    1025 msgstr "Ошибка поиска" 
    1026  
    1027 #: trac/search/web_ui.py:137 trac/ticket/query.py:659 trac/ticket/report.py:316 
     1366#: trac/search/web_ui.py:231 trac/ticket/query.py:763 trac/ticket/report.py:353 
    10281367#, fuzzy 
    10291368msgid "Next Page" 
    10301369msgstr "Следующая страница" 
    10311370 
    1032 #: trac/search/web_ui.py:143 trac/ticket/query.py:664 trac/ticket/report.py:320 
     1371#: trac/search/web_ui.py:237 trac/ticket/query.py:768 trac/ticket/report.py:356 
    10331372#, fuzzy 
    10341373msgid "Previous Page" 
    10351374msgstr "Пердыдущая страница" 
    10361375 
    1037 #: trac/search/web_ui.py:185 
    1038 #, python-format 
    1039 msgid "Browse repository path %(path)s" 
    1040 msgstr "Открыть путь репозитория %(path)s" 
    1041  
    1042 #: trac/search/templates/search.html:10 trac/search/templates/search.html:40 
    1043 #: trac/ticket/templates/query_results.html:21 
    1044 #: trac/ticket/templates/report_view.html:44 
     1376#: trac/search/templates/search.html:11 trac/search/templates/search.html:41 
     1377#: trac/ticket/templates/query_results.html:22 
     1378#: trac/ticket/templates/report_view.html:86 
    10451379msgid "Results" 
    10461380msgstr "Результаты" 
    10471381 
    1048 #: trac/search/templates/search.html:48 
     1382#: trac/search/templates/search.html:49 
    10491383msgid "Quickjump to" 
    10501384msgstr "Перейти на" 
    10511385 
    1052 #: trac/search/templates/search.html:56 
     1386#: trac/search/templates/search.html:57 
    10531387msgid "By" 
    10541388msgstr "По" 
    10551389 
    1056 #: trac/search/templates/search.html:65 
    1057 #: trac/ticket/templates/report_view.html:166 
     1390#: trac/search/templates/search.html:66 
     1391#: trac/ticket/templates/report_view.html:199 
    10581392msgid "No matches found." 
    1059 msgstr "Нет совпадений." 
     1393msgstr "Совпадений не найдено." 
    10601394 
    10611395#: trac/search/templates/search.html:70 
    1062 #: trac/ticket/templates/milestone_delete.html:38 
    1063 #: trac/ticket/templates/milestone_edit.html:95 
    1064 #: trac/ticket/templates/milestone_view.html:96 
    1065 #: trac/ticket/templates/query.html:238 
    1066 #: trac/ticket/templates/report_delete.html:26 
    1067 #: trac/ticket/templates/report_edit.html:49 
    1068 #: trac/ticket/templates/report_view.html:169 
    1069 #: trac/ticket/templates/roadmap.html:71 trac/ticket/templates/ticket.html:395 
    1070 #: trac/timeline/templates/timeline.html:53 
    1071 #: trac/versioncontrol/templates/browser.html:142 
    1072 #: trac/versioncontrol/templates/diff_form.html:62 
    1073 #: trac/versioncontrol/templates/revisionlog.html:168 
    1074 msgid "Note:" 
    1075 msgstr "Заметка:" 
     1396msgid "" 
     1397"[1:Note:] See [2:TracSearch]\n" 
     1398"        for help on searching." 
     1399msgstr "" 
    10761400 
    1077 #: trac/search/templates/search.html:70 
    1078 #: trac/ticket/templates/milestone_delete.html:38 
    1079 #: trac/ticket/templates/milestone_edit.html:95 
    1080 #: trac/ticket/templates/milestone_view.html:96 
    1081 #: trac/ticket/templates/query.html:238 
    1082 #: trac/ticket/templates/report_delete.html:26 
    1083 #: trac/ticket/templates/report_edit.html:49 
    1084 #: trac/ticket/templates/report_view.html:169 
    1085 #: trac/ticket/templates/roadmap.html:71 trac/ticket/templates/ticket.html:395 
    1086 #: trac/timeline/templates/timeline.html:53 
    1087 #: trac/versioncontrol/templates/browser.html:142 
    1088 #: trac/versioncontrol/templates/diff_form.html:62 
    1089 #: trac/versioncontrol/templates/revisionlog.html:168 
    1090 msgid "See" 
    1091 msgstr "См." 
    1092  
    1093 #: trac/search/templates/search.html:70 
    1094 msgid "TracSearch" 
    1095 msgstr "Поиск" 
    1096  
    1097 #: trac/search/templates/search.html:70 
    1098 msgid "for help on searching." 
    1099 msgstr "помощь по поиску" 
    1100  
    1101 #: trac/templates/about.html:23 
     1401#: trac/templates/about.html:25 
    11021402msgid "Trac: Integrated SCM & Project Management" 
    11031403msgstr "" 
    11041404 
    1105 #: trac/templates/about.html:27 
     1405#: trac/templates/about.html:29 
    11061406msgid "" 
    11071407"Trac is a web-based software project management and bug/issue\n" 
    11081408"        tracking system emphasizing ease of use and low ceremony.\n" 
     
    11191419"методов контролировать события и\"\n" 
    11201420"\"изменения в проекте." 
    11211421 
    1122 #: trac/templates/about.html:33 
     1422#: trac/templates/about.html:35 
    11231423msgid "Trac is distributed under the modified BSD License." 
    11241424msgstr "Trac распространяется в рамках лицензии 'Modified BSD License'." 
    11251425 
    1126 #: trac/templates/about.html:33 
     1426#: trac/templates/about.html:35 
    11271427msgid "The complete text of the license can be found" 
    11281428msgstr "Полный текст лицензии доступен" 
    11291429 
    1130 #: trac/templates/about.html:35 
     1430#: trac/templates/about.html:37 
    11311431#, fuzzy 
    11321432msgid "online" 
    11331433msgstr "в сети" 
    11341434 
    1135 #: trac/templates/about.html:35 
     1435#: trac/templates/about.html:37 
    11361436msgid "as well as in the" 
    11371437msgstr "а также в файле" 
    11381438 
    1139 #: trac/templates/about.html:36 
     1439#: trac/templates/about.html:38 
    11401440msgid "COPYING" 
    11411441msgstr "" 
    11421442 
    1143 #: trac/templates/about.html:36 
     1443#: trac/templates/about.html:38 
    11441444msgid "file included in the distribution." 
    11451445msgstr "включенном в дистрибутив." 
    11461446 
    1147 #: trac/templates/about.html:38 
     1447#: trac/templates/about.html:40 
    11481448msgid "python powered" 
    11491449msgstr "" 
    11501450 
    1151 #: trac/templates/about.html:41 
     1451#: trac/templates/about.html:43 
     1452#, fuzzy 
    11521453msgid "Please visit the Trac open source project:" 
    11531454msgstr "Пожалуйтса, посетите the Trac open source project:" 
    11541455 
    1155 #: trac/templates/about.html:42 
     1456#: trac/templates/about.html:44 
    11561457msgid "http://trac.edgewall.org/" 
    11571458msgstr "" 
    11581459 
    1159 #: trac/templates/about.html:51 
     1460#: trac/templates/about.html:53 
    11601461msgid "System Information" 
    11611462msgstr "Системная информация" 
    11621463 
    1163 #: trac/templates/about.html:65 
     1464#: trac/templates/about.html:63 
     1465#, fuzzy 
     1466msgid "Installed Plugins" 
     1467msgstr "Установить плагин:" 
     1468 
     1469#: trac/templates/about.html:71 trac/templates/error.html:83 
     1470#: trac/templates/error.html:217 
     1471msgid "N/A" 
     1472msgstr "" 
     1473 
     1474#: trac/templates/about.html:82 
    11641475msgid "Section" 
    11651476msgstr "Раздел" 
    11661477 
    1167 #: trac/templates/about.html:67 trac/templates/error.html:162 
     1478#: trac/templates/about.html:84 trac/templates/error.html:185 
    11681479msgid "Value" 
    11691480msgstr "Значение" 
    11701481 
    1171 #: trac/templates/attachment.html:10 
     1482#: trac/templates/attachment.html:11 
    11721483msgid "Attachment" 
    11731484msgstr "Вложение" 
    11741485 
    1175 #: trac/templates/attachment.html:17 
     1486#: trac/templates/attachment.html:26 
    11761487msgid "Add Attachment to" 
    11771488msgstr "Добавить вложение к" 
    11781489 
    1179 #: trac/templates/attachment.html:20 
     1490#: trac/templates/attachment.html:29 
    11801491#, fuzzy 
    11811492msgid "(size limit" 
    11821493msgstr "(максимальный размер" 
    11831494 
    1184 #: trac/templates/attachment.html:25 
     1495#: trac/templates/attachment.html:34 
    11851496msgid "Attachment Info" 
    11861497msgstr "Информация о вложении" 
    11871498 
    1188 #: trac/templates/attachment.html:28 trac/ticket/templates/ticket.html:246 
    1189 #: trac/wiki/templates/wiki_edit.html:105 
     1499#: trac/templates/attachment.html:37 trac/ticket/templates/ticket.html:468 
     1500#: trac/wiki/templates/wiki_edit_form.html:46 
    11901501msgid "Your email or username:" 
    11911502msgstr "Ваш электронный адрес или имя пользователя:" 
    11921503 
    1193 #: trac/templates/attachment.html:34 
     1504#: trac/templates/attachment.html:43 
    11941505msgid "Description of the file (optional):" 
    11951506msgstr "Описание файла (не требуется):" 
    11961507 
    1197 #: trac/templates/attachment.html:39 
     1508#: trac/templates/attachment.html:49 
    11981509msgid "Replace existing attachment of the same name" 
    11991510msgstr "Заменить существующее вложение с таким именем" 
    12001511 
    1201 #: trac/templates/attachment.html:48 
     1512#: trac/templates/attachment.html:59 
    12021513#, fuzzy 
    12031514msgid "Add attachment" 
    12041515msgstr "Добавить вложение к" 
    12051516 
    1206 #: trac/templates/attachment.html:56 
     1517#: trac/templates/attachment.html:67 
    12071518#, fuzzy 
    12081519msgid "Are you sure you want to delete this attachment?" 
    12091520msgstr "Вы действительно хотите удлить это вложение?" 
    12101521 
    1211 #: trac/templates/attachment.html:56 trac/wiki/templates/wiki_delete.html:32 
     1522#: trac/templates/attachment.html:67 trac/wiki/templates/wiki_delete.html:32 
    12121523msgid "This is an irreversible operation." 
    12131524msgstr "Изменения от данной операции нельзя будет отменить." 
    12141525 
    1215 #: trac/templates/attachment.html:63 trac/templates/attachment.html:103 
     1526#: trac/templates/attachment.html:74 trac/templates/attachment.html:114 
    12161527#, fuzzy 
    12171528msgid "Delete attachment" 
    12181529msgstr "Удалить вложение" 
    12191530 
    1220 #: trac/templates/attachment.html:78 trac/ticket/api.py:212 
    1221 #: trac/ticket/templates/ticket.html:165 
    1222 msgid "Description" 
    1223 msgstr "Описание" 
     1531#: trac/templates/attachment.html:83 
     1532#, fuzzy 
     1533msgid "Attach another file" 
     1534msgstr "Приложить файл" 
    12241535 
    1225 #: trac/templates/attachment.html:82 
    1226 msgid "(added by" 
    1227 msgstr "(добавлено" 
     1536#: trac/templates/attachment.html:92 
     1537#, python-format 
     1538msgid "" 
     1539"File %(file)s, %(size)s\n" 
     1540"                (added by %(author)s,  %(date)s ago)" 
     1541msgstr "" 
    12281542 
    1229 #: trac/templates/attachment.html:83 trac/templates/diff_view.html:40 
    1230 #: trac/versioncontrol/templates/browser.html:104 
    1231 #: trac/versioncontrol/templates/changeset.html:96 
    1232 #: trac/wiki/templates/wiki_view.html:26 
    1233 msgid "ago)" 
    1234 msgstr "нзад)" 
    1235  
    1236 #: trac/templates/diff_div.html:53 
    1237 #: trac/versioncontrol/templates/browser.html:124 
     1543#: trac/templates/diff_div.html:58 
     1544#: trac/versioncontrol/templates/browser.html:130 
    12381545msgid "Property" 
    12391546msgstr "Свойство" 
    12401547 
    1241 #: trac/templates/diff_div.html:64 trac/ticket/templates/ticket.html:61 
    1242 #: trac/versioncontrol/templates/changeset.html:32 
     1548#: trac/templates/diff_div.html:69 trac/ticket/templates/ticket.html:89 
     1549#: trac/versioncontrol/templates/changeset.html:39 
    12431550msgid "to" 
    12441551msgstr "на" 
    12451552 
    1246 #: trac/templates/diff_div.html:69 
     1553#: trac/templates/diff_div.html:74 
    12471554msgid "Differences" 
    12481555msgstr "Различия" 
    12491556 
    1250 #: trac/templates/diff_view.html:17 
     1557#: trac/templates/diff_options.html:9 
     1558msgid "View differences" 
     1559msgstr "Смотреть различия" 
     1560 
     1561#: trac/templates/diff_options.html:12 
     1562#, fuzzy 
     1563msgid "inline" 
     1564msgstr "подряд" 
     1565 
     1566#: trac/templates/diff_options.html:14 
     1567msgid "side by side" 
     1568msgstr "в двух колонках" 
     1569 
     1570#: trac/templates/diff_options.html:16 
     1571msgid "Show" 
     1572msgstr "Показать" 
     1573 
     1574#: trac/templates/diff_options.html:20 
     1575msgid "lines around each change" 
     1576msgstr "строк вокруг каждого изменения" 
     1577 
     1578#: trac/templates/diff_options.html:23 
     1579msgid "Ignore:" 
     1580msgstr "Игнорировать:" 
     1581 
     1582#: trac/templates/diff_options.html:27 
     1583msgid "Blank lines" 
     1584msgstr "Пустые строки" 
     1585 
     1586#: trac/templates/diff_options.html:32 
     1587#, fuzzy 
     1588msgid "Case changes" 
     1589msgstr "Изменения регистра" 
     1590 
     1591#: trac/templates/diff_options.html:37 
     1592msgid "White space changes" 
     1593msgstr "Изменения пробельных символов" 
     1594 
     1595#: trac/templates/diff_options.html:41 
     1596#: trac/ticket/templates/milestone_view.html:59 
     1597#: trac/ticket/templates/query.html:207 
     1598#: trac/ticket/templates/report_view.html:33 
     1599#: trac/ticket/templates/roadmap.html:25 
     1600#: trac/timeline/templates/timeline.html:32 
     1601#: trac/versioncontrol/templates/revisionlog.html:66 
     1602#, fuzzy 
     1603msgid "Update" 
     1604msgstr "Обновить" 
     1605 
     1606#: trac/templates/diff_view.html:18 
     1607#: trac/versioncontrol/templates/changeset.html:36 
    12511608msgid "Changes" 
    12521609msgstr "Изменения" 
    12531610 
    1254 #: trac/templates/diff_view.html:18 trac/templates/diff_view.html:21 
     1611#: trac/templates/diff_view.html:19 trac/templates/diff_view.html:22 
     1612#: trac/ticket/templates/query.html:115 
    12551613msgid "between" 
    12561614msgstr "по сравнению" 
    12571615 
    1258 #: trac/templates/diff_view.html:19 trac/templates/diff_view.html:25 
    1259 #: trac/templates/history_view.html:26 trac/ticket/templates/ticket.html:98 
    1260 #: trac/wiki/web_ui.py:519 trac/wiki/templates/wiki_view.html:25 
     1616#: trac/templates/diff_view.html:20 trac/templates/diff_view.html:26 
     1617#: trac/templates/history_view.html:28 trac/ticket/admin.py:440 
     1618#: trac/ticket/api.py:295 trac/ticket/templates/ticket.html:149 
    12611619msgid "Version" 
    12621620msgstr "Версия" 
    12631621 
    1264 #: trac/templates/diff_view.html:19 trac/templates/diff_view.html:22 
    1265 #: trac/timeline/templates/timeline.html:20 
     1622#: trac/templates/diff_view.html:20 trac/templates/diff_view.html:23 
     1623#: trac/ticket/templates/query.html:117 
    12661624msgid "and" 
    12671625msgstr "и" 
    12681626 
    1269 #: trac/templates/diff_view.html:22 trac/ticket/web_ui.py:716 
    1270 #: trac/ticket/templates/ticket.html:95 
     1627#: trac/templates/diff_view.html:23 trac/ticket/web_ui.py:798 
     1628#: trac/ticket/web_ui.py:933 trac/ticket/templates/ticket.html:146 
    12711629msgid "Initial Version" 
    12721630msgstr "Исходная версия" 
    12731631 
    1274 #: trac/templates/diff_view.html:24 
    1275 #: trac/versioncontrol/templates/changeset.html:71 
     1632#: trac/templates/diff_view.html:25 
     1633#: trac/versioncontrol/templates/changeset.html:37 
     1634#: trac/versioncontrol/templates/changeset.html:81 
    12761635msgid "from" 
    12771636msgstr "с" 
    12781637 
    1279 #: trac/templates/diff_view.html:25 
     1638#: trac/templates/diff_view.html:26 
    12801639msgid "of" 
    12811640msgstr "из" 
    12821641 
    1283 #: trac/templates/diff_view.html:37 
    1284 #: trac/versioncontrol/templates/changeset.html:94 
     1642#: trac/templates/diff_view.html:39 
     1643#: trac/versioncontrol/templates/changeset.html:104 
    12851644#, fuzzy 
    12861645msgid "Timestamp:" 
    12871646msgstr "Время:" 
    12881647 
    1289 #: trac/templates/diff_view.html:39 trac/templates/diff_view.html:45 
    1290 #: trac/templates/diff_view.html:50 
     1648#: trac/templates/diff_view.html:41 trac/templates/diff_view.html:48 
     1649#: trac/templates/diff_view.html:54 
    12911650msgid "(multiple changes)" 
    12921651msgstr "(несколько изменений)" 
    12931652 
    1294 #: trac/templates/diff_view.html:46 
     1653#: trac/templates/diff_view.html:43 
     1654#: trac/versioncontrol/templates/changeset.html:105 
     1655#, python-format 
     1656msgid "%(date)s (%(duration)s ago)" 
     1657msgstr "" 
     1658 
     1659#: trac/templates/diff_view.html:50 
    12951660msgid "(IP:" 
    12961661msgstr "" 
    12971662 
    1298 #: trac/templates/diff_view.html:48 
     1663#: trac/templates/diff_view.html:52 
    12991664msgid "Comment:" 
    13001665msgstr "Комментарий" 
    13011666 
    1302 #: trac/templates/diff_view.html:56 
    1303 #: trac/versioncontrol/templates/changeset.html:151 
    1304 #: trac/versioncontrol/templates/revisionlog.html:70 
     1667#: trac/templates/diff_view.html:60 
     1668#: trac/versioncontrol/templates/changeset.html:161 
     1669#: trac/versioncontrol/templates/revisionlog.html:72 
    13051670msgid "Legend:" 
    13061671msgstr "Обозначения:" 
    13071672 
    1308 #: trac/templates/diff_view.html:58 
    1309 #: trac/versioncontrol/templates/changeset.html:153 
     1673#: trac/templates/diff_view.html:62 
     1674#: trac/versioncontrol/templates/changeset.html:163 
    13101675msgid "Unmodified" 
    13111676msgstr "Нет изменений" 
    13121677 
    1313 #: trac/templates/diff_view.html:59 
    1314 #: trac/versioncontrol/templates/changeset.html:154 
    1315 #: trac/versioncontrol/templates/revisionlog.html:72 
     1678#: trac/templates/diff_view.html:63 
     1679#: trac/versioncontrol/templates/changeset.html:164 
     1680#: trac/versioncontrol/templates/revisionlog.html:74 
    13161681msgid "Added" 
    13171682msgstr "Добавлено" 
    13181683 
    1319 #: trac/templates/diff_view.html:60 
    1320 #: trac/versioncontrol/templates/changeset.html:155 
    1321 #: trac/versioncontrol/templates/revisionlog.html:74 
     1684#: trac/templates/diff_view.html:64 
     1685#: trac/versioncontrol/templates/changeset.html:165 
     1686#: trac/versioncontrol/templates/revisionlog.html:76 
    13221687msgid "Removed" 
    13231688msgstr "Удалено" 
    13241689 
    1325 #: trac/templates/diff_view.html:61 trac/ticket/query.py:588 
    1326 #: trac/versioncontrol/templates/changeset.html:157 
    1327 #: trac/versioncontrol/templates/revisionlog.html:76 
     1690#: trac/templates/diff_view.html:65 trac/ticket/api.py:323 
     1691#: trac/versioncontrol/templates/changeset.html:167 
     1692#: trac/versioncontrol/templates/revisionlog.html:78 trac/wiki/admin.py:196 
    13281693msgid "Modified" 
    13291694msgstr "Изменено" 
    13301695 
    1331 #: trac/templates/error.html:60 
     1696#: trac/templates/error.html:64 
    13321697msgid "" 
    13331698"==== How to Reproduce ====\n" 
    13341699"\n" 
    13351700"While doing a" 
    13361701msgstr "" 
    13371702 
    1338 #: trac/templates/error.html:64 
     1703#: trac/templates/error.html:67 
    13391704msgid "operation on `" 
    13401705msgstr "" 
    13411706 
    1342 #: trac/templates/error.html:64 
     1707#: trac/templates/error.html:67 
    13431708msgid "" 
    13441709"`, Trac issued an internal error.\n" 
    13451710"\n" 
    13461711"''(please provide additional details here)''" 
    13471712msgstr "" 
    13481713 
    1349 #: trac/templates/error.html:68 
     1714#: trac/templates/error.html:71 
    13501715msgid "" 
    13511716"Request parameters:\n" 
    13521717"{{{" 
    13531718msgstr "" 
    13541719 
    1355 #: trac/templates/error.html:73 
     1720#: trac/templates/error.html:76 
    13561721msgid "==== System Information ====" 
    13571722msgstr "" 
    13581723 
    1359 #: trac/templates/error.html:76 
     1724#: trac/templates/error.html:80 
     1725msgid "==== Enabled Plugins ====" 
     1726msgstr "" 
     1727 
     1728#: trac/templates/error.html:83 
    13601729msgid "" 
    13611730"==== Python Traceback ====\n" 
    13621731"{{{" 
    13631732msgstr "" 
    13641733 
    1365 #: trac/templates/error.html:84 
     1734#: trac/templates/error.html:90 
    13661735#, fuzzy 
    13671736msgid "Create" 
    1368 msgstr "Создано" 
     1737msgstr "Создать" 
    13691738 
    1370 #: trac/templates/error.html:99 
     1739#: trac/templates/error.html:105 
    13711740#, fuzzy 
    13721741msgid "Oops…" 
    13731742msgstr "Упс…" 
    13741743 
    1375 #: trac/templates/error.html:101 
    1376 #, fuzzy 
     1744#: trac/templates/error.html:107 
    13771745msgid "Trac detected an internal error:" 
    1378 msgstr "Обнаружена внутренняя ошибка Trac:" 
     1746msgstr "Trac обнаружил внутреннюю ошибку:" 
    13791747 
    1380 #: trac/templates/error.html:106 
    1381 #, fuzzy 
     1748#: trac/templates/error.html:112 
    13821749msgid "" 
    1383 "There was an internal error in Trac. It is recommended\n" 
    1384 "              that you inform your local" 
    1385 msgstr "Обнаружена внутренняя ошибка Trac. Рекомендуется\n" 
    1386 "              информировать вашего локального" 
     1750"There was an internal error in Trac.\n" 
     1751"                It is recommended that you notify your local\n" 
     1752"                [1:\n" 
     1753"                    Trac administrator] with the information needed to\n" 
     1754"                reproduce the issue." 
     1755msgstr "" 
    13871756 
    1388 #: trac/templates/error.html:108 
     1757#: trac/templates/error.html:120 
     1758msgid "To that end, you could" 
     1759msgstr "" 
     1760 
     1761#: trac/templates/error.html:120 
    13891762#, fuzzy 
    1390 msgid "" 
    1391 "Trac\n" 
    1392 "              administrator" 
     1763msgid "a ticket." 
     1764msgstr "Просмотр задачи" 
     1765 
     1766#: trac/templates/error.html:122 
     1767msgid "The action that triggered the error was:" 
    13931768msgstr "" 
    1394 "Trac\n" 
    1395 "              администратора" 
    13961769 
    1397 #: trac/templates/error.html:109 
     1770#: trac/templates/error.html:127 
     1771msgid "This is probably a local installation issue." 
     1772msgstr "Возможно, это проблема локальной установки." 
     1773 
     1774#: trac/templates/error.html:128 
     1775msgid "You should" 
     1776msgstr "" 
     1777 
     1778#: trac/templates/error.html:129 
    13981779#, fuzzy 
    13991780msgid "" 
    1400 "and give him all the information he needs to\n" 
    1401 "              reproduce the issue." 
     1781"a ticket at the admin Trac to report\n" 
     1782"                    the issue." 
    14021783msgstr "" 
    14031784"и предоставить ему всю информацию, которая может потребоваться\n" 
    14041785"              для воспроизведения данной ошибки." 
    14051786 
    1406 #: trac/templates/error.html:114 
    1407 msgid "To that end, you could" 
    1408 msgstr "" 
     1787#: trac/templates/error.html:134 
     1788msgid "Found a bug in Trac?" 
     1789msgstr "Нашёл баг в Trac?" 
    14091790 
    1410 #: trac/templates/error.html:114 
     1791#: trac/templates/error.html:135 
    14111792msgid "" 
    1412 "a ticket at this\n" 
    1413 "                  site." 
     1793"If you think this should work and you can reproduce the problem,\n" 
     1794"              you should consider creating a bug report." 
    14141795msgstr "" 
     1796"Если Вы считаете, что это должно работать, и Вы можете воспроизвести " 
     1797"проблему,\n" 
     1798"              Вам следует рассмотреть возможность создания отчёта о баге." 
    14151799 
    1416 #: trac/templates/error.html:118 
    1417 msgid "The action that triggered the error was:" 
     1800#: trac/templates/error.html:138 
     1801#, fuzzy 
     1802msgid "Note that the" 
     1803msgstr "Обратите внимание, что" 
     1804 
     1805#: trac/templates/error.html:139 
     1806msgid "plugin seems to be involved." 
    14181807msgstr "" 
    14191808 
    1420 #: trac/templates/error.html:124 
    1421 msgid "" 
    1422 "If you think this should work you can reproduce the problem,\n" 
    1423 "              you should consider reporting this to the Trac team." 
     1809#: trac/templates/error.html:141 
     1810msgid "Note that the following plugins seem to be involved:" 
    14241811msgstr "" 
    14251812 
    1426 #: trac/templates/error.html:126 
     1813#: trac/templates/error.html:145 
     1814msgid "Please report this issue to the plugin maintainer." 
     1815msgstr "" 
     1816 
     1817#: trac/templates/error.html:147 
    14271818msgid "" 
    14281819"Before you do that, though, please first try\n" 
    1429 "                [1:searching]\n" 
    1430 "                for similar issues, as it is quite likely that this " 
     1820"                [1:[2:searching]\n" 
     1821"                for similar issues], as it is quite likely that this " 
    14311822"problem\n" 
    14321823"                has been reported before. For questions about " 
    14331824"installation\n" 
    1434 "                and configuration of Trac, please try the\n" 
    1435 "                [2:mailing list]\n" 
    1436 "                instead of filing a ticket." 
     1825"                and configuration of Trac or its plugins, please try the\n" 
     1826"                [3:mailing list]\n" 
     1827"                instead of creating a ticket." 
    14371828msgstr "" 
    14381829 
    1439 #: trac/templates/error.html:136 
    1440 msgid "Otherwise, please" 
    1441 msgstr "" 
    1442  
    1443 #: trac/templates/error.html:136 
     1830#: trac/templates/error.html:156 
     1831#, python-format 
    14441832msgid "" 
    1445 "a new ticket at\n" 
    1446 "                the Trac project site, where you can describe the problem" 
    1447 " and\n" 
    1448 "                explain how to reproduce it." 
     1833"Otherwise, please %(create)s a new bug report\n" 
     1834"                describing the problem and explain how to reproduce it." 
    14491835msgstr "" 
    14501836 
    1451 #: trac/templates/error.html:141 
     1837#: trac/templates/error.html:160 
    14521838msgid "Python Traceback" 
    14531839msgstr "" 
    14541840 
    1455 #: trac/templates/error.html:142 
     1841#: trac/templates/error.html:161 
    14561842msgid "Most recent call last:" 
    14571843msgstr "" 
    14581844 
    1459 #: trac/templates/error.html:147 trac/templates/error.html:174 
     1845#: trac/templates/error.html:166 trac/templates/error.html:197 
    14601846msgid "File \"" 
    14611847msgstr "" 
    14621848 
    1463 #: trac/templates/error.html:147 
     1849#: trac/templates/error.html:166 
    14641850msgid "" 
    14651851"\",\n" 
    14661852"                        line" 
    14671853msgstr "" 
    14681854 
    1469 #: trac/templates/error.html:148 trac/templates/error.html:174 
     1855#: trac/templates/error.html:167 trac/templates/error.html:197 
    14701856msgid ", in" 
    14711857msgstr "" 
    14721858 
    1473 #: trac/templates/error.html:152 
     1859#: trac/templates/error.html:171 
    14741860msgid "Code fragment:" 
    14751861msgstr "" 
    14761862 
    1477 #: trac/templates/error.html:160 
     1863#: trac/templates/error.html:173 
     1864#, fuzzy 
     1865msgid "Line" 
     1866msgstr "в сети" 
     1867 
     1868#: trac/templates/error.html:183 
    14781869msgid "Local variables:" 
    14791870msgstr "" 
    14801871 
    1481 #: trac/templates/error.html:174 
     1872#: trac/templates/error.html:197 
    14821873msgid "\", line" 
    14831874msgstr "" 
    14841875 
    1485 #: trac/templates/error.html:177 
     1876#: trac/templates/error.html:200 
    14861877msgid "Switch to plain text view" 
    14871878msgstr "" 
    14881879 
    1489 #: trac/templates/error.html:180 
     1880#: trac/templates/error.html:203 
    14901881msgid "System Information:" 
    14911882msgstr "" 
    14921883 
    1493 #: trac/templates/error.html:192 
     1884#: trac/templates/error.html:211 
     1885#, fuzzy 
     1886msgid "Enabled Plugins:" 
     1887msgstr "Управление плагинами" 
     1888 
     1889#: trac/templates/error.html:227 
    14941890msgid "TracGuide" 
    14951891msgstr "" 
    14961892 
    1497 #: trac/templates/error.html:192 
     1893#: trac/templates/error.html:227 
    14981894msgid "— The Trac User and Administration Guide" 
    14991895msgstr "" 
    15001896 
    1501 #: trac/templates/history_view.html:15 
     1897#: trac/templates/history_view.html:16 
    15021898msgid "Change History for" 
    15031899msgstr "История изменений" 
    15041900 
    1505 #: trac/templates/history_view.html:20 trac/templates/history_view.html:51 
    1506 #: trac/versioncontrol/templates/diff_form.html:57 
    1507 #: trac/versioncontrol/templates/revisionlog.html:84 
    1508 #: trac/versioncontrol/templates/revisionlog.html:162 
     1901#: trac/templates/history_view.html:22 trac/templates/history_view.html:53 
     1902#: trac/versioncontrol/templates/diff_form.html:58 
     1903#: trac/versioncontrol/templates/revisionlog.html:176 
    15091904#, fuzzy 
    15101905msgid "View changes" 
    15111906msgstr "Просмотреть изменения" 
    15121907 
    1513 #: trac/templates/history_view.html:22 
     1908#: trac/templates/history_view.html:24 
    15141909msgid "Change history" 
    15151910msgstr "История изменений" 
    15161911 
    1517 #: trac/templates/history_view.html:27 
    1518 #: trac/versioncontrol/templates/revisionlog.html:94 
    1519 msgid "Date" 
    1520 msgstr "Дата" 
    1521  
    1522 #: trac/templates/history_view.html:28 
    1523 #: trac/versioncontrol/templates/revisionlog.html:95 
    1524 msgid "Author" 
    1525 msgstr "Автор" 
    1526  
    1527 #: trac/templates/history_view.html:29 
     1912#: trac/templates/history_view.html:31 
    15281913#: trac/ticket/templates/ticket_notify_email.txt:21 
    15291914msgid "Comment" 
    15301915msgstr "Комментарий" 
    15311916 
    1532 #: trac/templates/history_view.html:41 
     1917#: trac/templates/history_view.html:43 
    15331918msgid "View this version" 
    15341919msgstr "Текущая версия" 
    15351920 
     1921#: trac/templates/history_view.html:46 
     1922#, python-format 
     1923msgid "IP-Address: %(ipnr)s" 
     1924msgstr "" 
     1925 
    15361926#: trac/templates/index.html:8 trac/templates/index.html:12 
    15371927msgid "Available Projects" 
    15381928msgstr "Имеющиеся проекты" 
     
    15411931msgid "Error" 
    15421932msgstr "Ошибка" 
    15431933 
    1544 #: trac/templates/layout.html:43 
     1934#: trac/templates/layout.html:49 
    15451935msgid "Download in other formats:" 
    1546 msgstr "Загрузить в других форматах:" 
     1936msgstr "Скачать в других форматах:" 
    15471937 
    1548 #: trac/templates/macros.html:40 
    1549 msgid "anonymous" 
    1550 msgstr "аноним" 
    1551  
    1552 #: trac/templates/macros.html:73 trac/templates/macros.html:74 
     1938#: trac/templates/macros.html:36 trac/templates/macros.html:37 
    15531939msgid "Previous" 
    15541940msgstr "Пред." 
    15551941 
    1556 #: trac/templates/macros.html:83 trac/templates/macros.html:84 
     1942#: trac/templates/macros.html:46 trac/templates/macros.html:47 
    15571943msgid "Next" 
    15581944msgstr "След." 
    15591945 
    1560 #: trac/templates/macros.html:94 
    1561 msgid "View differences" 
    1562 msgstr "Смотреть различия" 
    1563  
    1564 #: trac/templates/macros.html:97 
     1946#: trac/templates/macros.html:61 
    15651947#, fuzzy 
    1566 msgid "inline" 
    1567 msgstr "подряд" 
     1948msgid "(The file is empty)" 
     1949msgstr "файл." 
    15681950 
    1569 #: trac/templates/macros.html:99 
    1570 msgid "side by side" 
    1571 msgstr "в двух колонках" 
    1572  
    1573 #: trac/templates/macros.html:101 
    1574 msgid "Show" 
    1575 msgstr "Показать" 
    1576  
    1577 #: trac/templates/macros.html:104 
    1578 msgid "lines around each change" 
    1579 msgstr "строк вокруг каждого изменения" 
    1580  
    1581 #: trac/templates/macros.html:107 
    1582 msgid "Ignore:" 
    1583 msgstr "Игнорировать:" 
    1584  
    1585 #: trac/templates/macros.html:111 
    1586 msgid "Blank lines" 
    1587 msgstr "Пустые строки" 
    1588  
    1589 #: trac/templates/macros.html:116 
    1590 #, fuzzy 
    1591 msgid "Case changes" 
    1592 msgstr "Изменения регистра" 
    1593  
    1594 #: trac/templates/macros.html:121 
    1595 msgid "White space changes" 
    1596 msgstr "Изменения пробельных символов" 
    1597  
    1598 #: trac/templates/macros.html:125 trac/ticket/templates/milestone_view.html:53 
    1599 #: trac/ticket/templates/query.html:179 trac/ticket/templates/roadmap.html:26 
    1600 #: trac/timeline/templates/timeline.html:30 
    1601 #: trac/versioncontrol/templates/revisionlog.html:64 
    1602 #, fuzzy 
    1603 msgid "Update" 
    1604 msgstr "Обновить" 
    1605  
    1606 #: trac/templates/macros.html:138 trac/templates/macros.html:151 
     1951#: trac/templates/macros.html:64 
    16071952msgid "HTML preview not available" 
    16081953msgstr "Просмотр в формате HTML невозможен" 
    16091954 
    1610 #: trac/templates/macros.html:140 
     1955#: trac/templates/macros.html:66 
    16111956msgid "since the file size exceeds" 
    16121957msgstr "так как длина файла превышает" 
    16131958 
    1614 #: trac/templates/macros.html:141 
     1959#: trac/templates/macros.html:67 
    16151960msgid "bytes." 
    16161961msgstr "байт." 
    16171962 
    1618 #: trac/templates/macros.html:143 
     1963#: trac/templates/macros.html:69 
    16191964msgid "since no preview renderer could handle it." 
    16201965msgstr "так как не найден подходящий обработчик." 
    16211966 
    1622 #: trac/templates/macros.html:146 
     1967#: trac/templates/macros.html:72 
    16231968msgid "Try" 
    16241969msgstr "Вместо этого попробуйте" 
    16251970 
    1626 #: trac/templates/macros.html:147 
     1971#: trac/templates/macros.html:73 
    16271972msgid "downloading" 
    16281973msgstr "загрузить" 
    16291974 
    1630 #: trac/templates/macros.html:147 
     1975#: trac/templates/macros.html:73 
    16311976msgid "the file instead." 
    16321977msgstr "файл." 
    16331978 
    1634 #: trac/templates/macros.html:151 
     1979#: trac/templates/macros.html:86 
     1980#, python-format 
    16351981msgid "" 
    1636 ".\n" 
    1637 "          To view," 
     1982"[1:%(file)s]\n" 
     1983"        [2:[3:]]\n" 
     1984"        (%(size)s) - added by [4:%(author)s]\n" 
     1985"        %(date)s ago." 
    16381986msgstr "" 
    1639 ".\n" 
    1640 "Чтобы посмотреть," 
    16411987 
    1642 #: trac/templates/macros.html:152 
    1643 msgid "download" 
    1644 msgstr "загрузить" 
    1645  
    1646 #: trac/templates/macros.html:152 
    1647 msgid "the file." 
    1648 msgstr "файл." 
    1649  
    1650 #: trac/templates/macros.html:154 
    1651 msgid "found:" 
    1652 msgstr "найдено:" 
    1653  
    1654 #: trac/templates/macros.html:171 
     1988#: trac/templates/macros.html:97 trac/templates/macros.html:108 
     1989#: trac/ticket/templates/ticket.html:491 
    16551990#, fuzzy 
    1656 msgid "View attachment" 
    1657 msgstr "Посмотреть вложение" 
    1658  
    1659 #: trac/templates/macros.html:172 
    1660 msgid ") - added by" 
    1661 msgstr ") - добавлено" 
    1662  
    1663 #: trac/templates/macros.html:173 trac/ticket/templates/query_results.html:70 
    1664 msgid "ago." 
    1665 msgstr "назад." 
    1666  
    1667 #: trac/templates/macros.html:178 trac/templates/macros.html:189 
    1668 #, fuzzy 
    16691991msgid "Attachments" 
    16701992msgstr "Вложения" 
    16711993 
    1672 #: trac/templates/macros.html:214 
     1994#: trac/templates/macros.html:133 
    16731995msgid "Attach file" 
    16741996msgstr "Приложить файл" 
    16751997 
    1676 #: trac/templates/macros.html:238 trac/templates/macros.html:242 
    1677 msgid "s:" 
    1678 msgstr "ы:" 
     1998#: trac/templates/macros.html:148 
     1999#, fuzzy, python-format 
     2000msgid "%(num)s of %(total)s %(unit)s %(title)s" 
     2001msgid_plural "%(num)s of %(total)s %(units)s %(title)s" 
     2002msgstr[0] "" 
     2003msgstr[1] "" 
     2004msgstr[2] "" 
    16792005 
    1680 #: trac/templates/macros.html:242 
    1681 #, fuzzy 
    1682 msgid "Total" 
    1683 msgstr "Всего" 
     2006#: trac/templates/macros.html:161 
     2007#, fuzzy, python-format 
     2008msgid "%(title)s %(unit)s:" 
     2009msgid_plural "%(title)s %(units)s:" 
     2010msgstr[0] "" 
     2011msgstr[1] "" 
     2012msgstr[2] "" 
    16842013 
     2014#: trac/templates/macros.html:171 
     2015#, fuzzy, python-format 
     2016msgid "Total %(unit)s:" 
     2017msgid_plural "Total %(units)s:" 
     2018msgstr[0] "" 
     2019msgstr[1] "" 
     2020msgstr[2] "" 
     2021 
    16852022#: trac/templates/theme.html:26 
    16862023msgid "Search:" 
    16872024msgstr "Поиск:" 
     
    16952032msgid "Warning:" 
    16962033msgstr "Предупреждение:" 
    16972034 
    1698 #: trac/templates/theme.html:49 
    1699 msgid "Warnings:" 
    1700 msgstr "Предупреждения:" 
     2035#: trac/ticket/admin.py:36 
     2036msgid "(Undefined)" 
     2037msgstr "" 
    17012038 
    1702 #: trac/templates/theme.html:57 
    1703 #, fuzzy 
    1704 msgid "Notice:" 
    1705 msgstr "Заметка:" 
     2039#: trac/ticket/admin.py:47 
     2040msgid "Ticket System" 
     2041msgstr "Система карточек" 
    17062042 
    1707 #: trac/templates/theme.html:60 
     2043#: trac/ticket/admin.py:112 
     2044#, python-format 
     2045msgid "The component \"%(name)s\" has been added." 
     2046msgstr "" 
     2047 
     2048#: trac/ticket/admin.py:117 trac/ticket/model.py:733 trac/ticket/model.py:755 
    17082049#, fuzzy 
    1709 msgid "Notices:" 
    1710 msgstr "Лицензия:" 
     2050msgid "Invalid component name." 
     2051msgstr "Этап %(name)s" 
    17112052 
    1712 #: trac/ticket/admin.py:87 
     2053#: trac/ticket/admin.py:118 
    17132054#, fuzzy, python-format 
    17142055msgid "Component %(name)s already exists." 
    17152056msgstr "" 
    17162057 
    1717 #: trac/ticket/admin.py:94 
     2058#: trac/ticket/admin.py:125 
    17182059msgid "No component selected" 
    17192060msgstr "" 
    17202061 
    1721 #: trac/ticket/admin.py:157 trac/ticket/roadmap.py:632 
     2062#: trac/ticket/admin.py:133 
     2063msgid "The selected components have been removed." 
     2064msgstr "" 
     2065 
     2066#: trac/ticket/admin.py:241 trac/ticket/api.py:293 
     2067#: trac/ticket/templates/milestone_view.html:11 
     2068#: trac/ticket/templates/milestone_view.html:22 
     2069msgid "Milestone" 
     2070msgstr "Этап" 
     2071 
     2072#: trac/ticket/admin.py:270 trac/ticket/roadmap.py:661 
    17222073msgid "Completion date may not be in the future" 
    17232074msgstr "Дата завершения не может быть в будущем" 
    17242075 
    1725 #: trac/ticket/admin.py:159 
     2076#: trac/ticket/admin.py:272 
    17262077#, fuzzy 
    17272078msgid "Invalid Completion Date" 
    17282079msgstr "" 
    17292080 
    1730 #: trac/ticket/admin.py:185 
     2081#: trac/ticket/admin.py:299 
     2082#, python-format 
     2083msgid "The milestone \"%(name)s\" has been added." 
     2084msgstr "" 
     2085 
     2086#: trac/ticket/admin.py:304 trac/ticket/model.py:873 trac/ticket/model.py:898 
     2087#, fuzzy 
     2088msgid "Invalid milestone name." 
     2089msgstr "Этап %(name)s" 
     2090 
     2091#: trac/ticket/admin.py:305 
    17312092#, fuzzy, python-format 
    17322093msgid "Milestone %(name)s already exists." 
    17332094msgstr "" 
    17342095 
    1735 #: trac/ticket/admin.py:192 
     2096#: trac/ticket/admin.py:313 
    17362097msgid "No milestone selected" 
    17372098msgstr "" 
    17382099 
    1739 #: trac/ticket/admin.py:267 
     2100#: trac/ticket/admin.py:321 
     2101msgid "The selected milestones have been removed." 
     2102msgstr "" 
     2103 
     2104#: trac/ticket/admin.py:480 
    17402105#, fuzzy, python-format 
     2106msgid "The version \"%(name)s\" has been added." 
     2107msgstr "Версия не существует: %(name)s" 
     2108 
     2109#: trac/ticket/admin.py:485 trac/ticket/model.py:1010 trac/ticket/model.py:1032 
     2110#, fuzzy 
     2111msgid "Invalid version name." 
     2112msgstr "Этап %(name)s" 
     2113 
     2114#: trac/ticket/admin.py:486 
     2115#, fuzzy, python-format 
    17412116msgid "Version %(name)s already exists." 
    17422117msgstr "" 
    17432118 
    1744 #: trac/ticket/admin.py:274 
     2119#: trac/ticket/admin.py:493 
    17452120msgid "No version selected" 
    17462121msgstr "" 
    17472122 
    1748 #: trac/ticket/admin.py:348 
     2123#: trac/ticket/admin.py:501 
     2124msgid "The selected versions have been removed." 
     2125msgstr "" 
     2126 
     2127#: trac/ticket/admin.py:559 
     2128#, fuzzy 
     2129msgid "Time" 
     2130msgstr "часовом поясе" 
     2131 
     2132#: trac/ticket/admin.py:629 
     2133#, python-format 
     2134msgid "The %(field)s \"%(name)s\" has been added." 
     2135msgstr "" 
     2136 
     2137#: trac/ticket/admin.py:635 trac/ticket/model.py:592 trac/ticket/model.py:619 
     2138#, python-format 
     2139msgid "Invalid %(type)s name." 
     2140msgstr "" 
     2141 
     2142#: trac/ticket/admin.py:637 
    17492143#, fuzzy, python-format 
    17502144msgid "%(type)s %(name)s already exists" 
    17512145msgstr "" 
    17522146 
    1753 #: trac/ticket/admin.py:354 
     2147#: trac/ticket/admin.py:643 
    17542148#, python-format 
    17552149msgid "No %s selected" 
    17562150msgstr "" 
    17572151 
    1758 #: trac/ticket/admin.py:383 
     2152#: trac/ticket/admin.py:653 
     2153#, python-format 
     2154msgid "The selected %(fields)s have been removed." 
     2155msgstr "" 
     2156 
     2157#: trac/ticket/admin.py:674 
     2158msgid "" 
     2159"Error writing to trac.ini, make sure it is writable by the web server. " 
     2160"The default value has not been saved." 
     2161msgstr "" 
     2162 
     2163#: trac/ticket/admin.py:686 
    17592164msgid "Order numbers must be unique" 
    17602165msgstr "" 
    17612166 
    1762 #: trac/ticket/api.py:362 
     2167#: trac/ticket/admin.py:748 
     2168msgid "Possible Values" 
     2169msgstr "" 
     2170 
     2171#: trac/ticket/admin.py:770 
    17632172#, python-format 
     2173msgid "Invalid up/down value: %(value)s" 
     2174msgstr "" 
     2175 
     2176#: trac/ticket/admin.py:790 trac/ticket/api.py:292 
     2177msgid "Priority" 
     2178msgstr "Приоритет" 
     2179 
     2180#: trac/ticket/admin.py:790 
     2181msgid "Priorities" 
     2182msgstr "Приоритеты" 
     2183 
     2184#: trac/ticket/admin.py:796 trac/ticket/api.py:297 
     2185#, fuzzy 
     2186msgid "Resolution" 
     2187msgstr "Разрешение" 
     2188 
     2189#: trac/ticket/admin.py:796 
     2190#, fuzzy 
     2191msgid "Resolutions" 
     2192msgstr "Разрешения" 
     2193 
     2194#: trac/ticket/admin.py:802 trac/ticket/api.py:296 
     2195#, fuzzy 
     2196msgid "Severity" 
     2197msgstr "Серьёзность" 
     2198 
     2199#: trac/ticket/admin.py:802 
     2200#, fuzzy 
     2201msgid "Severities" 
     2202msgstr "Степени серьёзности" 
     2203 
     2204#: trac/ticket/admin.py:808 
     2205#, fuzzy 
     2206msgid "Ticket Type" 
     2207msgstr "История изменений" 
     2208 
     2209#: trac/ticket/admin.py:808 
     2210msgid "Ticket Types" 
     2211msgstr "Типы карточек" 
     2212 
     2213#: trac/ticket/admin.py:836 
     2214msgid "<number> must be a number" 
     2215msgstr "" 
     2216 
     2217#: trac/ticket/admin.py:841 
     2218#, python-format 
     2219msgid "Ticket %(num)s and all associated data removed." 
     2220msgstr "" 
     2221 
     2222#: trac/ticket/api.py:275 
     2223#, fuzzy 
     2224msgid "Summary" 
     2225msgstr "Краткое изложение" 
     2226 
     2227#: trac/ticket/api.py:277 
     2228#, fuzzy 
     2229msgid "Reporter" 
     2230msgstr "Автор" 
     2231 
     2232#: trac/ticket/api.py:290 trac/versioncontrol/admin.py:106 
     2233#: trac/versioncontrol/templates/admin_repositories.html:124 
     2234msgid "Type" 
     2235msgstr "Тип" 
     2236 
     2237#: trac/ticket/api.py:291 
     2238msgid "Status" 
     2239msgstr "Статус" 
     2240 
     2241#: trac/ticket/api.py:316 
     2242msgid "Keywords" 
     2243msgstr "Ключевые слова" 
     2244 
     2245#: trac/ticket/api.py:317 
     2246msgid "Cc" 
     2247msgstr "Копия" 
     2248 
     2249#: trac/ticket/api.py:321 
     2250msgid "Created" 
     2251msgstr "Создано" 
     2252 
     2253#: trac/ticket/api.py:481 
     2254#, python-format 
    17642255msgid "Comment %(cnum)s for Ticket #%(id)s" 
    17652256msgstr "" 
    17662257 
    1767 #: trac/ticket/api.py:383 
     2258#: trac/ticket/api.py:502 
    17682259#, fuzzy, python-format 
    17692260msgid "Ticket #%(shortname)s" 
    17702261msgstr "Задача #%(shortname)s" 
    17712262 
    1772 #: trac/ticket/default_workflow.py:226 
     2263#: trac/ticket/default_workflow.py:225 
    17732264msgid "Current state no longer exists" 
    17742265msgstr "" 
    17752266 
    1776 #: trac/ticket/default_workflow.py:228 
     2267#: trac/ticket/default_workflow.py:227 
    17772268msgid "The ticket will be disowned" 
    17782269msgstr "" 
    17792270 
    1780 #: trac/ticket/default_workflow.py:247 trac/ticket/default_workflow.py:258 
    1781 msgid "The owner will change" 
     2271#: trac/ticket/default_workflow.py:246 trac/ticket/default_workflow.py:262 
     2272#, python-format 
     2273msgid "The owner will be changed from %(current_owner)s" 
    17822274msgstr "" 
    17832275 
    1784 #: trac/ticket/default_workflow.py:251 trac/ticket/default_workflow.py:261 
     2276#: trac/ticket/default_workflow.py:252 
    17852277#, python-format 
    1786 msgid "The owner will change to %(name)s" 
     2278msgid "The owner will be changed from %(current_owner)s to %(selected_owner)s" 
    17872279msgstr "" 
    17882280 
    1789 #: trac/ticket/default_workflow.py:254 
     2281#: trac/ticket/default_workflow.py:257 
    17902282msgid "to " 
    17912283msgstr "" 
    17922284 
    1793 #: trac/ticket/default_workflow.py:273 
     2285#: trac/ticket/default_workflow.py:267 
    17942286#, python-format 
     2287msgid "The owner will be changed from %(current_owner)s to %(authname)s" 
     2288msgstr "" 
     2289 
     2290#: trac/ticket/default_workflow.py:277 
     2291msgid "" 
     2292"Your workflow attempts to set a resolution but none is defined " 
     2293"(configuration issue, please contact your Trac admin)." 
     2294msgstr "" 
     2295 
     2296#: trac/ticket/default_workflow.py:282 
     2297#, python-format 
    17952298msgid "The resolution will be set to %(name)s" 
    17962299msgstr "" 
    17972300 
    1798 #: trac/ticket/default_workflow.py:283 
     2301#: trac/ticket/default_workflow.py:293 
    17992302msgid "The resolution will be set" 
    18002303msgstr "" 
    18012304 
    1802 #: trac/ticket/default_workflow.py:288 
     2305#: trac/ticket/default_workflow.py:299 
    18032306#, python-format 
    18042307msgid "Next status will be '%(name)s'" 
    18052308msgstr "" 
    18062309 
    1807 #: trac/ticket/model.py:128 
     2310#: trac/ticket/model.py:110 
     2311#, fuzzy, python-format 
     2312msgid "Ticket %(id)s does not exist." 
     2313msgstr "Отчет не существует: %(num)s" 
     2314 
     2315#: trac/ticket/model.py:111 
     2316#, fuzzy 
     2317msgid "Invalid ticket number" 
     2318msgstr "Недопустимый номер отчета" 
     2319 
     2320#: trac/ticket/model.py:147 
    18082321msgid "Multi-values fields not supported yet" 
    18092322msgstr "" 
    18102323 
    1811 #: trac/ticket/model.py:363 
     2324#: trac/ticket/model.py:551 
    18122325#, python-format 
    18132326msgid "%(type)s %(name)s does not exist." 
    18142327msgstr "" 
    18152328 
    1816 #: trac/ticket/model.py:507 
     2329#: trac/ticket/model.py:700 
    18172330#, python-format 
    18182331msgid "Component %(name)s does not exist." 
    18192332msgstr "" 
    18202333 
    1821 #: trac/ticket/model.py:737 
     2334#: trac/ticket/model.py:818 
    18222335#, fuzzy, python-format 
     2336msgid "Milestone %(name)s does not exist." 
     2337msgstr "Версия не существует: %(name)s" 
     2338 
     2339#: trac/ticket/model.py:819 
     2340#, fuzzy 
     2341msgid "Invalid milestone name" 
     2342msgstr "Этап %(name)s" 
     2343 
     2344#: trac/ticket/model.py:956 
     2345msgid "Open (by due date)" 
     2346msgstr "" 
     2347 
     2348#: trac/ticket/model.py:957 
     2349msgid "Open (no due date)" 
     2350msgstr "Открытые (сроков нет)" 
     2351 
     2352#: trac/ticket/model.py:960 
     2353#, fuzzy 
     2354msgid "Closed" 
     2355msgstr "скопировано" 
     2356 
     2357#: trac/ticket/model.py:977 
     2358#, fuzzy, python-format 
    18232359msgid "Version %(name)s does not exist." 
    18242360msgstr "Версия не существует: %(name)s" 
    18252361 
    1826 #: trac/ticket/query.py:72 
     2362#: trac/ticket/query.py:53 
     2363msgid "Invalid query constraint value" 
     2364msgstr "" 
     2365 
     2366#: trac/ticket/query.py:87 
    18272367#, python-format 
    18282368msgid "Query page %(page)s is invalid." 
    18292369msgstr "" 
    18302370 
    1831 #: trac/ticket/query.py:88 
     2371#: trac/ticket/query.py:102 
    18322372#, python-format 
    18332373msgid "Query max %(max)s is invalid." 
    18342374msgstr "" 
    18352375 
    1836 #: trac/ticket/query.py:135 
     2376#: trac/ticket/query.py:158 
    18372377msgid "Query filter requires field and constraints separated by a \"=\"" 
    18382378msgstr "" 
    18392379 
    1840 #: trac/ticket/query.py:139 
     2380#: trac/ticket/query.py:171 
    18412381msgid "Query filter requires field name" 
    18422382msgstr "" 
    18432383 
    1844 #: trac/ticket/query.py:271 
     2384#: trac/ticket/query.py:304 
    18452385#, python-format 
    18462386msgid "Page %(page)s is beyond the number of pages in the query" 
    18472387msgstr "" 
    18482388 
    1849 #: trac/ticket/query.py:589 
    1850 msgid "Created" 
    1851 msgstr "Создано" 
     2389#: trac/ticket/query.py:561 
     2390#, fuzzy, python-format 
     2391msgid "Invalid ticket id list: %(value)s" 
     2392msgstr "Ошибка на Вики-странице: %(message)s" 
    18522393 
    1853 #: trac/ticket/query.py:592 trac/ticket/web_ui.py:548 
    1854 #, fuzzy 
    1855 msgid "Ticket" 
    1856 msgstr "Задача" 
    1857  
    1858 #: trac/ticket/query.py:608 
     2394#: trac/ticket/query.py:661 trac/ticket/query.py:669 
    18592395msgid "contains" 
    18602396msgstr "содержит" 
    18612397 
    1862 #: trac/ticket/query.py:609 
     2398#: trac/ticket/query.py:662 trac/ticket/query.py:670 
    18632399msgid "doesn't contain" 
    18642400msgstr "не содержит" 
    18652401 
    1866 #: trac/ticket/query.py:610 
     2402#: trac/ticket/query.py:663 
    18672403msgid "begins with" 
    18682404msgstr "начинается с" 
    18692405 
    1870 #: trac/ticket/query.py:611 
     2406#: trac/ticket/query.py:664 
    18712407msgid "ends with" 
    18722408msgstr "кончается на" 
    18732409 
    1874 #: trac/ticket/query.py:612 trac/ticket/query.py:616 
     2410#: trac/ticket/query.py:665 trac/ticket/query.py:673 trac/ticket/query.py:677 
    18752411msgid "is" 
    18762412msgstr "совпадает с" 
    18772413 
    1878 #: trac/ticket/query.py:613 trac/ticket/query.py:617 
     2414#: trac/ticket/query.py:666 trac/ticket/query.py:674 trac/ticket/query.py:678 
    18792415msgid "is not" 
    18802416msgstr "не сопадает с" 
    18812417 
    1882 #: trac/ticket/query.py:672 trac/ticket/report.py:327 
     2418#: trac/ticket/query.py:708 trac/ticket/query.py:714 
     2419#, fuzzy 
     2420msgid "Ticket" 
     2421msgstr "Задача" 
     2422 
     2423#: trac/ticket/query.py:776 trac/ticket/report.py:362 
    18832424#, python-format 
    18842425msgid "Page %(num)d" 
    18852426msgstr "" 
    18862427 
    1887 #: trac/ticket/query.py:713 trac/ticket/report.py:511 trac/ticket/web_ui.py:113 
    1888 #: trac/timeline/web_ui.py:190 trac/versioncontrol/web_ui/log.py:241 
     2428#: trac/ticket/query.py:825 trac/ticket/report.py:522 trac/ticket/web_ui.py:129 
     2429#: trac/timeline/web_ui.py:214 trac/versioncontrol/web_ui/log.py:304 
     2430#, fuzzy 
    18892431msgid "RSS Feed" 
    1890 msgstr "" 
     2432msgstr "RSS-лента" 
    18912433 
    1892 #: trac/ticket/query.py:715 trac/ticket/report.py:514 trac/ticket/web_ui.py:109 
     2434#: trac/ticket/query.py:827 trac/ticket/report.py:524 trac/ticket/web_ui.py:125 
    18932435msgid "Comma-delimited Text" 
    1894 msgstr "Текст, разделенный запятыми (CSV)" 
     2436msgstr "Текст, разделенный запятыми" 
    18952437 
    1896 #: trac/ticket/query.py:717 trac/ticket/report.py:516 trac/ticket/web_ui.py:111 
     2438#: trac/ticket/query.py:829 trac/ticket/report.py:526 trac/ticket/web_ui.py:127 
    18972439msgid "Tab-delimited Text" 
    18982440msgstr "Текст, разделенный табуляцией" 
    18992441 
    1900 #: trac/ticket/query.py:739 trac/ticket/report.py:62 
    1901 #, fuzzy 
     2442#: trac/ticket/query.py:851 trac/ticket/report.py:64 
    19022443msgid "View Tickets" 
    1903 msgstr "Задачи" 
     2444msgstr "Просмотр карточек" 
    19042445 
    1905 #: trac/ticket/query.py:890 trac/ticket/query.py:901 trac/ticket/report.py:120 
     2446#: trac/ticket/query.py:1058 trac/ticket/query.py:1069 
     2447#: trac/ticket/report.py:126 
     2448#, fuzzy 
    19062449msgid "Custom Query" 
    19072450msgstr "Произвольный запрос" 
    19082451 
    1909 #: trac/ticket/query.py:900 trac/ticket/report.py:110 trac/ticket/report.py:111 
    1910 #: trac/ticket/report.py:113 trac/ticket/report.py:230 
     2452#: trac/ticket/query.py:1068 trac/ticket/report.py:116 
     2453#: trac/ticket/report.py:117 trac/ticket/report.py:119 
     2454#: trac/ticket/templates/report_list.html:10 
     2455#: trac/ticket/templates/report_list.html:15 
    19112456msgid "Available Reports" 
    1912 msgstr "Доступные отчеты" 
     2457msgstr "Доступные отчёты" 
    19132458 
    1914 #: trac/ticket/query.py:987 
     2459#: trac/ticket/query.py:1151 
    19152460#, python-format 
    19162461msgid "[Error: %(error)s]" 
    19172462msgstr "[Ошибка: %(error)s]" 
    19182463 
    1919 #: trac/ticket/query.py:1076 
     2464#: trac/ticket/query.py:1285 
    19202465#, fuzzy 
    19212466msgid "No results" 
    19222467msgstr "Нет результатов" 
    19232468 
    1924 #: trac/ticket/query.py:1114 
     2469#: trac/ticket/query.py:1303 
    19252470#, python-format 
     2471msgid "%(groupvalue)s %(groupname)s tickets matching %(query)s" 
     2472msgstr "" 
     2473 
     2474#: trac/ticket/query.py:1326 
     2475#, python-format 
    19262476msgid "%(groupvalue)s %(groupname)s tickets:" 
    19272477msgstr "" 
    19282478 
    1929 #: trac/ticket/report.py:177 
     2479#: trac/ticket/report.py:150 
     2480msgid "The report has been created." 
     2481msgstr "Отчёт создан." 
     2482 
     2483#: trac/ticket/report.py:162 
     2484#, python-format 
     2485msgid "The report {%(id)d} has been deleted." 
     2486msgstr "Отчёт {%(id)d} удалён." 
     2487 
     2488#: trac/ticket/report.py:186 
    19302489#, fuzzy, python-format 
    19312490msgid "Delete Report {%(num)s} %(title)s" 
    19322491msgstr "Удалить отчет {%(num)s} %(title)s" 
    19332492 
    1934 #: trac/ticket/report.py:182 trac/ticket/report.py:194 
    1935 #: trac/ticket/report.py:242 
     2493#: trac/ticket/report.py:191 trac/ticket/report.py:203 
     2494#: trac/ticket/report.py:253 
    19362495#, python-format 
    19372496msgid "Report %(num)s does not exist." 
    19382497msgstr "Отчет не существует: %(num)s" 
    19392498 
    1940 #: trac/ticket/report.py:183 trac/ticket/report.py:195 
    1941 #: trac/ticket/report.py:243 
     2499#: trac/ticket/report.py:192 trac/ticket/report.py:204 
     2500#: trac/ticket/report.py:254 
    19422501#, fuzzy 
    19432502msgid "Invalid Report Number" 
    19442503msgstr "Недопустимый номер отчета" 
    19452504 
    1946 #: trac/ticket/report.py:207 
    1947 #, fuzzy 
     2505#: trac/ticket/report.py:216 
    19482506msgid "Create New Report" 
    1949 msgstr "Создать новый отчет" 
     2507msgstr "Создать новый отчёт" 
    19502508 
    1951 #: trac/ticket/report.py:211 
     2509#: trac/ticket/report.py:220 
    19522510#, python-format 
    19532511msgid "Edit Report {%(num)d} %(title)s" 
    19542512msgstr "Редактировать отчет {%(num)d} %(title)s" 
    19552513 
    1956 #: trac/ticket/report.py:225 
     2514#: trac/ticket/report.py:259 
    19572515#, python-format 
    19582516msgid "Report failed: %(error)s" 
    19592517msgstr "Сбой отчета: %(error)s" 
    19602518 
    1961 #: trac/ticket/report.py:233 
    1962 msgid "This is a list of available reports." 
    1963 msgstr "Список доступных отчетов:" 
    1964  
    1965 #: trac/ticket/report.py:258 
     2519#: trac/ticket/report.py:274 
    19662520#, python-format 
    19672521msgid "When specified, the report number should be \"%(num)s\"." 
    19682522msgstr "Если номер отчета указан, то он должен быть \"%(num)s\"." 
    19692523 
    1970 #: trac/ticket/report.py:305 
     2524#: trac/ticket/report.py:325 
    19712525#, python-format 
    19722526msgid "Report execution failed: %(error)s" 
    19732527msgstr "Ошибка при построении отчета: %(error)s" 
    19742528 
    1975 #: trac/ticket/report.py:518 
     2529#: trac/ticket/report.py:530 
    19762530#, fuzzy 
    19772531msgid "SQL Query" 
    19782532msgstr "Запрос SQL" 
    19792533 
    1980 #: trac/ticket/report.py:532 
     2534#: trac/ticket/report.py:554 
    19812535#, python-format 
     2536msgid "The following arguments are missing: %(args)s" 
     2537msgstr "" 
     2538 
     2539#: trac/ticket/report.py:568 
     2540#, python-format 
    19822541msgid "Report %(num)s has no SQL query." 
    19832542msgstr "У отчета %(num)s не указан SQL-запрос." 
    19842543 
    1985 #: trac/ticket/report.py:562 
     2544#: trac/ticket/report.py:598 
    19862545#