Mercurial > p > roundup > code
diff locale/ru.po @ 8002:a377590eba34
changes for 2.4.0b0 release
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 May 2024 20:57:28 -0400 |
| parents | ed2bc951277b |
| children | 75774e89b483 |
line wrap: on
line diff
--- a/locale/ru.po Sun May 26 11:33:08 2024 -0400 +++ b/locale/ru.po Sun May 26 20:57:28 2024 -0400 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: Roundup 2.3.0\n" +"Project-Id-Version: Roundup 2.4.0b0\n" "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2023-07-12 22:51-0400\n" +"POT-Creation-Date: 2024-05-26 17:44-0400\n" "PO-Revision-Date: 2013-10-31 12:21+0100\n" "Last-Translator: alexander smishlajev <alex@tycobka.lv>\n" "Language-Team: Russian\n" @@ -29,38 +29,73 @@ msgid "You may not retire the admin or anonymous user" msgstr "Нельзя удалять пользователей admin и anonymous." -#: ../roundup/admin.py:117 -msgid "Have 'display designator' show protected fields: creator. NYI" -msgstr "" - -#: ../roundup/admin.py:120 -msgid "Set indexer to use when running 'reindex' NYI" -msgstr "" - -#: ../roundup/admin.py:123 -msgid "Force reopening of tracker when running each command." -msgstr "" - -#: ../roundup/admin.py:125 -msgid "Show retired items in table, list etc. NYI" -msgstr "" - -#: ../roundup/admin.py:126 -msgid "Enable verbose output: tracing, descriptions..." -msgstr "" - -#: ../roundup/admin.py:138 ../roundup/admin.py:993 ../roundup/admin.py:1603 -#: ../roundup/admin.py:1635 ../roundup/admin.py:138:993 :1603:1635 +#: ../roundup/admin.py:130 +msgid "" +"Have 'display designator[,designator*]' show header inside\n" +" []'s before items. Includes retired/active status.\n" +msgstr "" + +#: ../roundup/admin.py:134 +msgid "" +"Have 'display designator' and 'specification class' show\n" +" protected fields: creator, id etc.\n" +msgstr "" + +#: ../roundup/admin.py:138 +msgid "" +"Controls history options. It is a bitstring where setting\n" +" the bit disables the feature. A value of 0 (default)\n" +" enables all features. Value 1 disables loading of\n" +" history. Value 2 disables saving history. Value 4\n" +" disables loading init file. Since it is a bitstring a\n" +" value of 6 disables both loading init file and saving\n" +" history.\n" +msgstr "" + +#: ../roundup/admin.py:147 +msgid "" +"Set the number of lines of history to keep for this session.\n" +" -1 is infinite.\n" +msgstr "" + +#: ../roundup/admin.py:151 +msgid "Set indexer to use when running 'reindex' NYI\n" +msgstr "" + +#: ../roundup/admin.py:154 +msgid "Force reopening of tracker when running each command.\n" +msgstr "" + +#: ../roundup/admin.py:157 +msgid "" +"set the number of rows imported before a database commit is\n" +" done. Used only for imports on PostgreSQL.\n" +msgstr "" + +#: ../roundup/admin.py:159 +msgid "Show retired items in table, list etc. One of 'no', 'only', 'both'\n" +msgstr "" + +#: ../roundup/admin.py:161 +msgid "internal mapping for show_retired.\n" +msgstr "" + +#: ../roundup/admin.py:162 +msgid "Enable verbose output: tracing, descriptions...\n" +msgstr "" + +#: ../roundup/admin.py:174 ../roundup/admin.py:1179 ../roundup/admin.py:1824 +#: ../roundup/admin.py:1856 ../roundup/admin.py:174:1179 :1824:1856 #, python-format msgid "no such class \"%(classname)s\"" msgstr "Класс \"%(classname)s\" не существует" -#: ../roundup/admin.py:150 +#: ../roundup/admin.py:187 #, python-format msgid "argument \"%(arg)s\" not propname=value" msgstr "аргумент \"%(arg)s\" должен иметь вид имя=значение" -#: ../roundup/admin.py:163 +#: ../roundup/admin.py:200 #, python-format msgid "" "Problem: %(message)s\n" @@ -69,7 +104,7 @@ "Ошибка: %(message)s\n" "\n" -#: ../roundup/admin.py:164 +#: ../roundup/admin.py:201 #, fuzzy, python-format msgid "" "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n" @@ -85,6 +120,9 @@ " -S <string> -- when outputting lists of data, string-separate them\n" " -s -- when outputting lists of data, space-separate them.\n" " Same as '-S \" \"'.\n" +" -P pragma=value -- Set a pragma on command line rather than " +"interactively.\n" +" Can be used multiple times.\n" " -V -- be verbose when importing\n" " -v -- report Roundup and Python versions (and quit)\n" "\n" @@ -118,12 +156,12 @@ " roundup-admin help <command> -- справка по команде\n" " roundup-admin help all -- все справочные сообщения\n" -#: ../roundup/admin.py:191 +#: ../roundup/admin.py:230 #, fuzzy msgid "Commands: " msgstr "Команды:" -#: ../roundup/admin.py:198 +#: ../roundup/admin.py:237 msgid "" "Commands may be abbreviated as long as the abbreviation\n" "matches only one command, e.g. l == li == lis == list." @@ -137,7 +175,7 @@ # но мне это совсем не нравится. # # что лучше написать вместо "ввести с терминала"? -#: ../roundup/admin.py:227 +#: ../roundup/admin.py:266 #, fuzzy msgid "" "\n" @@ -176,6 +214,7 @@ " \\\\ (1 token: \\)\n" " \\n\\r\\t (1 token: a newline, carriage-return and " "tab)\n" +" f \"test\\\"q\" (2 tokens: f test\"q)\n" "\n" "When multiple nodes are specified to the roundup get or roundup set\n" "commands, the specified properties are retrieved or set on all the listed\n" @@ -269,22 +308,23 @@ "\n" "Справка по командам:\n" -#: ../roundup/admin.py:290 +#: ../roundup/admin.py:330 #, python-format msgid "%s:" msgstr "" -#: ../roundup/admin.py:395 ../roundup/admin.py:1187 -#: ../roundup/admin.py:395:1187 +#: ../roundup/admin.py:435 ../roundup/admin.py:1384 +#: ../roundup/admin.py:435:1384 msgid "Templates:" msgstr "Шаблоны:" -#: ../roundup/admin.py:398 ../roundup/admin.py:1197 -#: ../roundup/admin.py:398:1197 +#: ../roundup/admin.py:438 ../roundup/admin.py:1394 +#: ../roundup/admin.py:438:1394 msgid "Back ends:" msgstr "Серверы:" -#: ../roundup/admin.py:415 +#. noqa: ARG002 +#: ../roundup/admin.py:455 msgid "" "Usage: commit\n" " Commit changes made to the database during an interactive session.\n" @@ -308,7 +348,7 @@ " автоматически, если при выполнении команды не произошло ошибки.\n" " " -#: ../roundup/admin.py:430 +#: ../roundup/admin.py:470 msgid "" "Usage: create classname property=value ...\n" " Create a new entry of a given class.\n" @@ -326,42 +366,42 @@ " этого объекта указанными значениями.\n" " " -#: ../roundup/admin.py:438 ../roundup/admin.py:512 ../roundup/admin.py:545 -#: ../roundup/admin.py:663 ../roundup/admin.py:749 ../roundup/admin.py:807 -#: ../roundup/admin.py:852 ../roundup/admin.py:977 ../roundup/admin.py:1020 -#: ../roundup/admin.py:1160 ../roundup/admin.py:1287 ../roundup/admin.py:1373 -#: ../roundup/admin.py:1484 ../roundup/admin.py:1593 ../roundup/admin.py:1625 -#: ../roundup/admin.py:1740 ../roundup/admin.py:1794 ../roundup/admin.py:1839 -#: ../roundup/admin.py:438:512 :1020:1160:1287 :1373:1484 :1593:1625 :1740:1794 -#: :1839 :545:663 :749:807 :852:977 +#: ../roundup/admin.py:478 ../roundup/admin.py:552 ../roundup/admin.py:600 +#: ../roundup/admin.py:723 ../roundup/admin.py:796 ../roundup/admin.py:842 +#: ../roundup/admin.py:893 ../roundup/admin.py:990 ../roundup/admin.py:1206 +#: ../roundup/admin.py:1357 ../roundup/admin.py:1485 ../roundup/admin.py:1571 +#: ../roundup/admin.py:1691 ../roundup/admin.py:1814 ../roundup/admin.py:1846 +#: ../roundup/admin.py:1962 ../roundup/admin.py:2016 ../roundup/admin.py:2064 +#: ../roundup/admin.py:478:552 :1206:1357:1485 :1571:1691 :1814:1846 :1962:2016 +#: :2064 :600:723 :796:842 :893:990 msgid "Not enough arguments supplied" msgstr "Недостаточно аргументов" -#: ../roundup/admin.py:458 +#: ../roundup/admin.py:498 #, python-format msgid "%(propname)s (Password): " msgstr " %(propname)s (пароль): " -#: ../roundup/admin.py:461 +#: ../roundup/admin.py:501 #, python-format msgid " %(propname)s (Again): " msgstr "%(propname)s (еще раз): " -#: ../roundup/admin.py:465 +#: ../roundup/admin.py:505 msgid "Sorry, try again..." msgstr "Пароли не совпали. Попробуйте еще раз." -#: ../roundup/admin.py:470 +#: ../roundup/admin.py:510 #, python-format msgid "%(propname)s (%(proptype)s): " msgstr "" -#: ../roundup/admin.py:489 +#: ../roundup/admin.py:529 #, python-format msgid "you must provide the \"%(propname)s\" property." msgstr "Атрибут \"%(propname)s\" должен быть заполнен." -#: ../roundup/admin.py:501 +#: ../roundup/admin.py:541 #, fuzzy msgid "" "Usage: display designator[,designator]*\n" @@ -382,13 +422,13 @@ " заданных описателями.\n" " " -#: ../roundup/admin.py:528 -#, python-format -msgid "%(key)s: %(value)s" -msgstr "" +#: ../roundup/admin.py:583 +#, fuzzy, python-format +msgid "%(protected)s%(key)s: %(value)s" +msgstr "%(key)s: %(value)s (ключевой атрибут)" #. grab the directory to export to -#: ../roundup/admin.py:531 +#: ../roundup/admin.py:586 msgid "" "Usage: export [[-]class[,class]] export_dir\n" " Export the database to colon-separated-value files.\n" @@ -425,7 +465,7 @@ " exporttables.\n" " " -#: ../roundup/admin.py:638 +#: ../roundup/admin.py:698 msgid "" "Usage: exporttables [[-]class[,class]] export_dir\n" " Export the database to colon-separated-value files, excluding the\n" @@ -463,7 +503,7 @@ " полностью, используйте команду export.\n" " " -#: ../roundup/admin.py:653 +#: ../roundup/admin.py:713 #, fuzzy msgid "" "Usage: filter classname propname=value ...\n" @@ -484,19 +524,19 @@ " который ссылается атрибут, или ключом этого объекта.\n" " " -#: ../roundup/admin.py:696 +#: ../roundup/admin.py:754 #, fuzzy, python-format msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s." msgstr "Класс %(classname)s не имеет атрибута \"%(propname)s\"" -#: ../roundup/admin.py:734 ../roundup/admin.py:795 ../roundup/admin.py:1307 -#: ../roundup/admin.py:1319 ../roundup/admin.py:1859 -#: ../roundup/admin.py:734:795 :1307:1319:1859 +#: ../roundup/admin.py:781 ../roundup/admin.py:830 ../roundup/admin.py:1505 +#: ../roundup/admin.py:1518 ../roundup/admin.py:2086 +#: ../roundup/admin.py:781:830 :1505:1518:2086 #, python-format msgid "%(classname)s has no property \"%(propname)s\"" msgstr "Класс %(classname)s не имеет атрибута \"%(propname)s\"" -#: ../roundup/admin.py:741 +#: ../roundup/admin.py:788 msgid "" "Usage: find classname propname=value ...\n" " Find the nodes of the given class with a given link property value.\n" @@ -514,7 +554,7 @@ " который ссылается атрибут, или ключом этого объекта.\n" " " -#: ../roundup/admin.py:802 +#: ../roundup/admin.py:837 #, fuzzy msgid "" "Usage: genconfig <filename>\n" @@ -527,7 +567,7 @@ " используя настройки по умолчанию.\n" " " -#: ../roundup/admin.py:820 +#: ../roundup/admin.py:855 #, python-format msgid "" "Changing option\n" @@ -535,14 +575,20 @@ "from old default of %(old_number)s to new default of %(new_number)s." msgstr "" -#: ../roundup/admin.py:831 +#: ../roundup/admin.py:866 #, python-format msgid "" "Update 'password_pbkdf2_default_rounds' to a number equal to or larger\n" -"than %s." -msgstr "" - -#: ../roundup/admin.py:842 +" than %s.\n" +msgstr "" + +#: ../roundup/admin.py:873 +msgid "" +"Check the rdbms mysql_* settings. Your charset and collations may need\n" +" to be changed. See upgrading instructions.\n" +msgstr "" + +#: ../roundup/admin.py:883 #, fuzzy msgid "" "Usage: get property designator[,designator]*\n" @@ -563,24 +609,24 @@ " перечисленных в списке описателей.\n" " " -#: ../roundup/admin.py:886 ../roundup/admin.py:904 ../roundup/admin.py:886:904 +#: ../roundup/admin.py:916 #, python-format msgid "property %s is not of type Multilink or Link so -d flag does not apply." msgstr "" "Ключ '-d' неприменим, потому что тип атрибута %s - не Link и не Multilink" -#: ../roundup/admin.py:914 ../roundup/admin.py:995 ../roundup/admin.py:1637 -#: ../roundup/admin.py:914:995:1637 +#: ../roundup/admin.py:933 ../roundup/admin.py:1181 ../roundup/admin.py:1858 +#: ../roundup/admin.py:933:1181:1858 #, python-format msgid "no such %(classname)s node \"%(nodeid)s\"" msgstr "В классе %(classname)s нет объекта \"%(nodeid)s\"" -#: ../roundup/admin.py:917 +#: ../roundup/admin.py:936 #, python-format msgid "no such %(classname)s property \"%(propname)s\"" msgstr "У класса %(classname)s нет атрибута \"%(propname)s\"" -#: ../roundup/admin.py:925 +#: ../roundup/admin.py:941 msgid "" "Usage: help topic\n" " Give help about topic.\n" @@ -600,27 +646,86 @@ " all -- все справки\n" " " -#: ../roundup/admin.py:947 +#: ../roundup/admin.py:960 #, python-format msgid "Sorry, no help for \"%(topic)s\"" msgstr "Ивините, справка \"%(topic)s\" не существует." -#: ../roundup/admin.py:964 +#: ../roundup/admin.py:977 +#, fuzzy msgid "" -"Usage: history designator [skipquiet]\n" +"Usage: history designator [skipquiet] [raw]\n" " Show the history entries of a designator.\n" "\n" " A designator is a classname and a nodeid concatenated,\n" " eg. bug1, user10, ...\n" "\n" -" Lists the journal entries viewable by the user for the\n" -" node identified by the designator. If skipquiet is the\n" -" second argument, journal entries for quiet properties\n" -" are not shown.\n" +" Lists the journal entries viewable by the user for the node\n" +" identified by the designator. If skipquiet is added, journal\n" +" entries for quiet properties are not shown. If raw is added,\n" +" the output is the raw representation of the journal entries.\n" +" " +msgstr "" +"Вызов: retire описатель[,описатель]*\n" +" Удалить указанные объекты.\n" +"\n" +" Эта команда помечает указанные объекты как удаленные.\n" +" Удаленные объекты не показываются в списках, выдаваемых\n" +" командами list и find, и их ключевые значения могут быть\n" +" использованы в других объектах.\n" " " -msgstr "" - -#: ../roundup/admin.py:1000 + +#: ../roundup/admin.py:1002 +#, python-format +msgid "Unexpected argument(s): %s. Expected 'skipquiet' or 'raw'." +msgstr "" + +#: ../roundup/admin.py:1053 +#, fuzzy +msgid "removed" +msgstr "удалить" + +#: ../roundup/admin.py:1055 +msgid "added" +msgstr "" + +#: ../roundup/admin.py:1057 +#, python-format +msgid "Unknown history set operation '%s'. Expected +/-." +msgstr "" + +#. .Hint added issue23 to superseder +#: ../roundup/admin.py:1082 +#, fuzzy, python-format +msgid "added %(class)s%(item_id)s to %(propname)s" +msgstr "Изменены атрибуты %(properties)s объекта %(class)s %(id)s" + +#. .Hint read as: assignedto was admin(1) +#. where assignedto is the property +#. admin is the key name for value 1 +#: ../roundup/admin.py:1103 +#, python-format +msgid "%(prop)s was %(name)s(%(value)s)" +msgstr "" + +#: ../roundup/admin.py:1109 ../roundup/admin.py:1138 +#: ../roundup/admin.py:1109:1138 +#, fuzzy, python-format +msgid "%(prop)s was %(value)s" +msgstr "%(key)s: %(value)s (ключевой атрибут)" + +#: ../roundup/admin.py:1128 +#, python-format +msgid "%(prop)s was [%(value_list)s]" +msgstr "" + +#. .Hint modified nosy: added demo(3) +#: ../roundup/admin.py:1135 +#, python-format +msgid "modified %(prop)s: %(how)s" +msgstr "" + +#: ../roundup/admin.py:1186 msgid "" "Usage: import import_dir\n" " Import a database from the directory containing CSV files,\n" @@ -664,7 +769,7 @@ " из существующей базы все объекты).\n" " " -#: ../roundup/admin.py:1079 +#: ../roundup/admin.py:1276 msgid "" "Usage: importtables export_dir\n" "\n" @@ -674,7 +779,7 @@ # password #. password -#: ../roundup/admin.py:1086 +#: ../roundup/admin.py:1283 msgid "" "Usage: initialise [adminpw]\n" " Initialise a new Roundup tracker.\n" @@ -692,23 +797,23 @@ " Инициализация трекера делается функцией dbinit.init()\n" " " -#: ../roundup/admin.py:1100 +#: ../roundup/admin.py:1297 msgid "Admin Password: " msgstr "Пароль администратора: " -#: ../roundup/admin.py:1101 +#: ../roundup/admin.py:1298 msgid " Confirm: " msgstr " Еще раз: " -#: ../roundup/admin.py:1105 +#: ../roundup/admin.py:1302 msgid "Instance home does not exist" msgstr "Домашний каталог трекера не существует" -#: ../roundup/admin.py:1109 +#: ../roundup/admin.py:1306 msgid "Instance has not been installed" msgstr "Трекер не установлен" -#: ../roundup/admin.py:1117 +#: ../roundup/admin.py:1314 msgid "" "WARNING: The database is already initialised!\n" "If you re-initialise it, you will lose all the data!\n" @@ -718,7 +823,7 @@ "Повторная инициализация уничтожит все ваши данные!\n" "Удалить существующую базу? Y/N: " -#: ../roundup/admin.py:1137 +#: ../roundup/admin.py:1334 msgid "" "Usage: install [template [backend [key=val[,key=val]]]]\n" " Install a new Roundup tracker.\n" @@ -770,12 +875,12 @@ " См.также \"help initopts\".\n" " " -#: ../roundup/admin.py:1166 +#: ../roundup/admin.py:1363 #, python-format msgid "Instance home parent directory \"%(parent)s\" does not exist" msgstr "Каталог \"%(parent)s\" не существует" -#: ../roundup/admin.py:1175 +#: ../roundup/admin.py:1372 #, python-format msgid "" "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n" @@ -786,22 +891,22 @@ "Повторная установка уничтожит все ваши данные!\n" "Удалить существующий трекер? Y/N: " -#: ../roundup/admin.py:1188 +#: ../roundup/admin.py:1385 #, fuzzy msgid "Select template" msgstr "Выберите шаблон [classic]: " -#: ../roundup/admin.py:1198 +#: ../roundup/admin.py:1395 #, fuzzy msgid "Select backend" msgstr "Выберите сервер [anydbm]: " -#: ../roundup/admin.py:1209 +#: ../roundup/admin.py:1406 #, python-format msgid "Error in configuration settings: \"%s\"" msgstr "Ошибка в параметрах конфигурации: \"%s\"" -#: ../roundup/admin.py:1240 +#: ../roundup/admin.py:1439 #, python-format msgid "" "\n" @@ -814,12 +919,12 @@ " Теперь вам нужно исправить конфигурационный файл трекера:\n" " %(config_file)s" -#: ../roundup/admin.py:1250 +#: ../roundup/admin.py:1449 msgid " ... at a minimum, you must set following options:" msgstr " ... как минимум, вы должны установить настройки:" # Указано английское название документа -#: ../roundup/admin.py:1255 +#: ../roundup/admin.py:1454 #, python-format msgid "" "\n" @@ -846,7 +951,7 @@ " После этого вы должны выполнить команду \"roundup-admin initialise\".\n" "---------------------------------------------------------------------------\n" -#: ../roundup/admin.py:1272 +#: ../roundup/admin.py:1470 msgid "" "Usage: list classname [property]\n" " List the instances of a class.\n" @@ -875,16 +980,17 @@ " выдает список значений этого атрибута.\n" " " -#: ../roundup/admin.py:1285 +#: ../roundup/admin.py:1483 msgid "Too many arguments supplied" msgstr "Подано слишком много параметров" -#: ../roundup/admin.py:1321 +#: ../roundup/admin.py:1516 #, python-format msgid "%(nodeid)4s: %(value)s" msgstr "" -#: ../roundup/admin.py:1325 +#. noqa: ARG002 - args unused +#: ../roundup/admin.py:1523 msgid "" "Usage: migrate\n" "\n" @@ -908,17 +1014,17 @@ " " msgstr "" -#: ../roundup/admin.py:1346 +#: ../roundup/admin.py:1544 #, python-format msgid "Tracker updated to schema version %s." msgstr "" -#: ../roundup/admin.py:1350 +#: ../roundup/admin.py:1548 #, python-format msgid "No migration action required. At schema version %s." msgstr "" -#: ../roundup/admin.py:1355 +#: ../roundup/admin.py:1553 msgid "" "Usage: pack period | date\n" "\n" @@ -958,11 +1064,11 @@ "\n" " " -#: ../roundup/admin.py:1383 +#: ../roundup/admin.py:1581 msgid "Invalid format" msgstr "Неправильный формат" -#: ../roundup/admin.py:1394 +#: ../roundup/admin.py:1592 msgid "" "Usage: perftest [mode] [arguments]*\n" "\n" @@ -979,25 +1085,25 @@ " " msgstr "" -#: ../roundup/admin.py:1427 +#: ../roundup/admin.py:1625 msgid "Invalid 'rounds'. Must be larger than 999." msgstr "" -#: ../roundup/admin.py:1431 +#: ../roundup/admin.py:1629 #, python-format msgid "Invalid 'rounds'. It must be an integer not: %s" msgstr "" -#: ../roundup/admin.py:1458 +#: ../roundup/admin.py:1656 msgid "scheme does not support rounds." msgstr "" -#: ../roundup/admin.py:1461 +#: ../roundup/admin.py:1659 #, python-format msgid "Hash time: %(time)0.9f seconds, scheme: %(scheme)s, rounds: %(rounds)s" msgstr "" -#: ../roundup/admin.py:1467 +#: ../roundup/admin.py:1665 msgid "" "Usage: pragma setting=value | 'list'\n" " Set internal admin settings to a value. E.G.\n" @@ -1013,39 +1119,60 @@ "\n" " will show all settings and their current values. If verbose\n" " is enabled hidden settings and descriptions will be shown.\n" +" \n" +" The following are to be implemented:\n" +" exportfiles={true|false} - Not Implemented - If true\n" +" (default) export/import db tables and files. If\n" +" False, export/import just database tables, not\n" +" files. Use for faster database migration.\n" +" Replaces exporttables/importtables with\n" +" exportfiles=false then export/import\n" " " msgstr "" -#: ../roundup/admin.py:1491 +#: ../roundup/admin.py:1698 #, python-format msgid "Argument must be setting=value, was given: %s." msgstr "" -#: ../roundup/admin.py:1494 +#: ../roundup/admin.py:1701 msgid "Current settings and values (NYI - not yet implemented):" msgstr "" -#: ../roundup/admin.py:1507 +#: ../roundup/admin.py:1712 +msgid "" +" Help for this pragma is missing. Please report it to the Roundup " +"project.\n" +msgstr "" + +#: ../roundup/admin.py:1718 #, fuzzy, python-format -msgid "Unknown setting %s." +msgid "Unknown setting %s. Try \"pragma list\"." msgstr "Неизвестное имя пользователя" -#: ../roundup/admin.py:1516 +#: ../roundup/admin.py:1728 #, python-format msgid "Incorrect value for boolean setting %(setting)s: %(value)s." msgstr "" -#: ../roundup/admin.py:1523 +#: ../roundup/admin.py:1735 #, python-format msgid "Incorrect value for integer setting %(setting)s: %(value)s." msgstr "" -#: ../roundup/admin.py:1529 +#: ../roundup/admin.py:1742 +#, python-format +msgid "" +"Incorrect value for setting %(setting)s: %(value)s. Should be no, both, or " +"only." +msgstr "" + +#: ../roundup/admin.py:1752 #, python-format msgid "Internal error: pragma can not handle values of type: %s" msgstr "" -#: ../roundup/admin.py:1539 +#: ../roundup/admin.py:1761 #, fuzzy msgid "" "Usage: reindex [classname|classname:#-#|designator]*\n" @@ -1069,17 +1196,17 @@ " данных. Обычно построение индексов происходит автоматически.\n" " " -#: ../roundup/admin.py:1562 +#: ../roundup/admin.py:1783 #, python-format msgid "no such item \"%(designator)s\"" msgstr "объект \"%(designator)s\" не существует" -#: ../roundup/admin.py:1572 +#: ../roundup/admin.py:1793 #, fuzzy, python-format msgid "no such item \"%(class)s%(id)s\"" msgstr "объект \"%(designator)s\" не существует" -#: ../roundup/admin.py:1584 +#: ../roundup/admin.py:1805 #, fuzzy msgid "" "Usage: restore designator[,designator]*\n" @@ -1098,12 +1225,12 @@ " можно пользоваться снова.\n" " " -#: ../roundup/admin.py:1609 +#: ../roundup/admin.py:1830 #, fuzzy msgid "no such %(classname)s node \" % (nodeid)s\"" msgstr "В классе %(classname)s нет объекта \"%(nodeid)s\"" -#: ../roundup/admin.py:1615 +#: ../roundup/admin.py:1836 #, fuzzy msgid "" "Usage: retire designator[,designator]*\n" @@ -1125,7 +1252,8 @@ " использованы в других объектах.\n" " " -#: ../roundup/admin.py:1643 +#. noqa: ARG002 - args unused +#: ../roundup/admin.py:1864 msgid "" "Usage: rollback\n" " Undo all changes that are pending commit to the database.\n" @@ -1146,7 +1274,7 @@ " было в момент последней записи.\n" " " -#: ../roundup/admin.py:1656 +#: ../roundup/admin.py:1877 msgid "" "Usage: security [Role name]\n" "\n" @@ -1159,49 +1287,49 @@ " " msgstr "" -#: ../roundup/admin.py:1670 +#: ../roundup/admin.py:1892 #, fuzzy, python-format msgid "No such Role \"%(role)s\"\n" msgstr "Роль \"%(role)s\" не существует" -#: ../roundup/admin.py:1676 +#: ../roundup/admin.py:1898 #, fuzzy, python-format msgid "New Web users get the Roles \"%(role)s\"\n" msgstr "Новые пользователи web получают роли \"%(role)s\"" -#: ../roundup/admin.py:1679 +#: ../roundup/admin.py:1901 #, fuzzy, python-format msgid "New Web users get the Role \"%(role)s\"\n" msgstr "Новые пользователи web получают роль \"%(role)s\"" -#: ../roundup/admin.py:1683 +#: ../roundup/admin.py:1905 #, fuzzy, python-format msgid "New Email users get the Roles \"%(role)s\"\n" msgstr "Новые пользователи email получают роли \"%(role)s\"" -#: ../roundup/admin.py:1685 +#: ../roundup/admin.py:1907 #, fuzzy, python-format msgid "New Email users get the Role \"%(role)s\"\n" msgstr "Новые пользователи email получают роль \"%(role)s\"" -#: ../roundup/admin.py:1688 +#: ../roundup/admin.py:1910 #, fuzzy, python-format msgid "Role \"%(name)s\":\n" msgstr "Роль \"%(name)s\":" -#: ../roundup/admin.py:1694 +#: ../roundup/admin.py:1916 #, fuzzy msgid " %(description)s (%(name)s for \"%(klass)s\"" msgstr " %(description)s (%(name)s только для класса \"%(klass)s\")" -#: ../roundup/admin.py:1694 +#: ../roundup/admin.py:1916 #, fuzzy, python-format msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n" msgstr "" " %(description)s (%(name)s для класса \"%(klass)s\": только свойства " "%(properties)s)" -#: ../roundup/admin.py:1707 +#: ../roundup/admin.py:1929 #, python-format msgid "" "\n" @@ -1209,17 +1337,17 @@ "\n" msgstr "" -#: ../roundup/admin.py:1713 +#: ../roundup/admin.py:1935 #, fuzzy, python-format msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n" msgstr " %(description)s (%(name)s только для класса \"%(klass)s\")" -#: ../roundup/admin.py:1716 +#: ../roundup/admin.py:1938 #, fuzzy, python-format msgid " %(description)s (%(name)s)\n" msgstr " %(description)s (%(name)s только для класса \"%(klass)s\")" -#: ../roundup/admin.py:1720 +#: ../roundup/admin.py:1942 #, fuzzy msgid "" "Usage: set items property=value [property=value ...]\n" @@ -1254,7 +1382,7 @@ " атрибут. (Например, \"1,2,3\".)\n" " " -#: ../roundup/admin.py:1788 +#: ../roundup/admin.py:2010 msgid "" "Usage: specification classname\n" " Show the properties for a classname.\n" @@ -1268,17 +1396,17 @@ " Выдает список атрибутов указанного класса.\n" " " -#: ../roundup/admin.py:1804 +#: ../roundup/admin.py:2029 #, fuzzy, python-format msgid "%(key)s: %(value)s (key property)\n" msgstr "%(key)s: %(value)s (ключевой атрибут)" -#: ../roundup/admin.py:1807 +#: ../roundup/admin.py:2032 #, fuzzy, python-format msgid "%(key)s: %(value)s\n" msgstr "%(key)s: %(value)s (ключевой атрибут)" -#: ../roundup/admin.py:1810 +#: ../roundup/admin.py:2035 msgid "" "Usage: table classname [property[,property]*]\n" " List the instances of a class in tabular form.\n" @@ -1338,17 +1466,17 @@ " обрезает значения столбца \"Name\" до четырех символов.\n" " " -#: ../roundup/admin.py:1854 +#: ../roundup/admin.py:2081 #, python-format msgid "\"%(spec)s\" not name:width" msgstr "Значение \"%(spec)s\" должно быть задано как имя:ширина" -#: ../roundup/admin.py:1876 +#: ../roundup/admin.py:2103 #, python-format msgid "\"%(spec)s\" does not have an integer width: \"%(width)s\"" msgstr "" -#: ../roundup/admin.py:1912 +#: ../roundup/admin.py:2139 msgid "" "Usage: templates [trace_search]\n" " List templates and their installed directories.\n" @@ -1358,7 +1486,7 @@ " " msgstr "" -#: ../roundup/admin.py:1940 +#: ../roundup/admin.py:2167 #, fuzzy msgid "" "Usage: updateconfig <filename>\n" @@ -1372,35 +1500,35 @@ " используя настройки по умолчанию.\n" " " -#: ../roundup/admin.py:1948 ../roundup/cgi/actions.py:886 +#: ../roundup/admin.py:2175 ../roundup/cgi/actions.py:886 #: ../roundup/cgi/actions.py:897 ../roundup/cgi/actions.py:1099 #: ../roundup/cgi/actions.py:1113 ../roundup/cgi/actions.py:886:897 :1099:1113 #, python-format msgid "Error: %s" msgstr "Ошибка: %s" -#: ../roundup/admin.py:1976 +#: ../roundup/admin.py:2207 #, python-format msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)" msgstr "" "Команда \"%(command)s\" неизвестна. (\"help commands\" выдает список команд)" -#: ../roundup/admin.py:1982 +#: ../roundup/admin.py:2213 #, python-format msgid "Multiple commands match \"%(command)s\": %(list)s" msgstr "\"%(command)s\" соответствует нескольким командам: %(list)s" -#: ../roundup/admin.py:1998 +#: ../roundup/admin.py:2228 msgid "Enter tracker home: " msgstr "Домашний каталог трекера: " -#: ../roundup/admin.py:2025 ../roundup/admin.py:2029 -#: ../roundup/admin.py:2025:2029 +#: ../roundup/admin.py:2257 ../roundup/admin.py:2261 +#: ../roundup/admin.py:2257:2261 #, python-format msgid "Error: Couldn't open tracker: %(message)s" msgstr "Ошибка: Трекер не открывается: %(message)s" -#: ../roundup/admin.py:2062 +#: ../roundup/admin.py:2309 #, python-format msgid "" "Roundup %s ready for input.\n" @@ -1409,15 +1537,15 @@ "Roundup %s к вашим услугам.\n" "Введите \"help\" для справки." -#: ../roundup/admin.py:2067 +#: ../roundup/admin.py:2342 msgid "Note: command history and editing not available" msgstr "Примечание: работает редактор и история команд" -#: ../roundup/admin.py:2073 +#: ../roundup/admin.py:2348 msgid "exit..." msgstr "приходите к нам еще..." -#: ../roundup/admin.py:2086 +#: ../roundup/admin.py:2361 msgid "There are unsaved changes. Commit them (y/N)? " msgstr "Ой, тут несохраненные изменения. Записать в базу данных (y/N)? " @@ -1428,7 +1556,7 @@ msgstr "" #: ../roundup/backends/back_anydbm.py:280 -#: ../roundup/backends/sessions_dbm.py:56 +#: ../roundup/backends/sessions_dbm.py:61 msgid "Couldn't identify database type" msgstr "" @@ -1451,16 +1579,16 @@ #: ../roundup/backends/back_anydbm.py:1422 #: ../roundup/backends/back_anydbm.py:1440 #: ../roundup/backends/back_anydbm.py:1487 -#: ../roundup/backends/back_anydbm.py:2113 +#: ../roundup/backends/back_anydbm.py:2123 #: ../roundup/backends/back_anydbm.py:871:884 -#: ../roundup/backends/rdbms_common.py:1708 -#: ../roundup/backends/rdbms_common.py:1955 -#: ../roundup/backends/rdbms_common.py:2194 -#: ../roundup/backends/rdbms_common.py:2214 -#: ../roundup/backends/rdbms_common.py:2267 -#: ../roundup/backends/rdbms_common.py:3219 -#: ../roundup/backends/rdbms_common.py:1708:1955 :1158:1193 :1422:1440:1487 -#: :2113 :2194:2214 :2267:3219 +#: ../roundup/backends/rdbms_common.py:1720 +#: ../roundup/backends/rdbms_common.py:1967 +#: ../roundup/backends/rdbms_common.py:2206 +#: ../roundup/backends/rdbms_common.py:2226 +#: ../roundup/backends/rdbms_common.py:2279 +#: ../roundup/backends/rdbms_common.py:3246 +#: ../roundup/backends/rdbms_common.py:1720:1967 :1158:1193 :1422:1440:1487 +#: :2123 :2206:2226 :2279:3246 msgid "Database open read-only" msgstr "" @@ -1481,7 +1609,7 @@ "Search failed. Try quoting any terms that include a '-' and retry the search." msgstr "" -#: ../roundup/backends/indexer_xapian.py:41 +#: ../roundup/backends/indexer_xapian.py:39 #, python-format msgid "Unable to get lock after 10 retries on %s." msgstr "" @@ -1501,27 +1629,27 @@ msgid "DROP operation disallowed: \"%s\"." msgstr "" -#: ../roundup/backends/rdbms_common.py:1851 +#: ../roundup/backends/rdbms_common.py:1863 msgid "create" msgstr "создание" -#: ../roundup/backends/rdbms_common.py:2026 +#: ../roundup/backends/rdbms_common.py:2038 msgid "unlink" msgstr "отвязка" -#: ../roundup/backends/rdbms_common.py:2030 +#: ../roundup/backends/rdbms_common.py:2042 msgid "link" msgstr "привязка" -#: ../roundup/backends/rdbms_common.py:2175 +#: ../roundup/backends/rdbms_common.py:2187 msgid "set" msgstr "установка" -#: ../roundup/backends/rdbms_common.py:2204 +#: ../roundup/backends/rdbms_common.py:2216 msgid "retired" msgstr "запрещение" -#: ../roundup/backends/rdbms_common.py:2234 +#: ../roundup/backends/rdbms_common.py:2246 msgid "restored" msgstr "восстановление" @@ -1836,32 +1964,32 @@ msgid "Username required" msgstr "Не указано имя пользователя" -#: ../roundup/cgi/actions.py:1329 -#, python-format -msgid "Logins occurring too fast. Please wait: %s seconds." -msgstr "" - -#: ../roundup/cgi/actions.py:1362 +#: ../roundup/cgi/actions.py:1354 #, python-format msgid "Welcome %(username)s!" msgstr "" -#: ../roundup/cgi/actions.py:1384 ../roundup/cgi/actions.py:1388 -#: ../roundup/cgi/actions.py:1384:1388 +#: ../roundup/cgi/actions.py:1477 +#, python-format +msgid "Logins occurring too fast. Please wait: %s seconds." +msgstr "" + +#: ../roundup/cgi/actions.py:1515 ../roundup/cgi/actions.py:1526 +#: ../roundup/cgi/actions.py:1515:1526 msgid "Invalid login" msgstr "Неправильный пароль или имя пользователя." -#: ../roundup/cgi/actions.py:1394 +#: ../roundup/cgi/actions.py:1532 msgid "You do not have permission to login" msgstr "У вас нет разрешения на работу с системой" -#: ../roundup/cgi/actions.py:1439 ../roundup/cgi/actions.py:1618 -#: ../roundup/cgi/actions.py:1439:1618 +#: ../roundup/cgi/actions.py:1577 ../roundup/cgi/actions.py:1756 +#: ../roundup/cgi/actions.py:1577:1756 #, python-format msgid "Column \"%(column)s\" not found in %(class)s" msgstr "" -#: ../roundup/cgi/actions.py:1689 +#: ../roundup/cgi/actions.py:1827 #, fuzzy, python-format msgid "You do not have permission to view %(class)s" msgstr "У вас нет разрешения редактировать %(class)s" @@ -1921,12 +2049,13 @@ msgid "Full traceback:" msgstr "Стек вызовов:" -#: ../roundup/cgi/cgitb.py:131 +#: ../roundup/cgi/cgitb.py:133 ../roundup/cgi/cgitb.py:138 +#: ../roundup/cgi/cgitb.py:133:138 #, python-format msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" msgstr "" -#: ../roundup/cgi/cgitb.py:135 +#: ../roundup/cgi/cgitb.py:143 msgid "" "<p>A problem occurred while running a Python script. Here is the sequence of " "function calls leading up to the error, with the most recent (innermost) " @@ -1937,23 +2066,23 @@ "которой произошла ошибка, - последняя вызванная функция - показана первой. " "Информация об ошибке:" -#: ../roundup/cgi/cgitb.py:144 +#: ../roundup/cgi/cgitb.py:152 msgid "<file is None - probably inside <tt>eval</tt> or <tt>exec</tt>>" msgstr "" "<имя файла не определено - вероятно вызвано из <tt>eval</tt> или " "<tt>exec</tt>>" -#: ../roundup/cgi/cgitb.py:153 +#: ../roundup/cgi/cgitb.py:161 #, python-format msgid "in <strong>%s</strong>" msgstr "в <strong>%s</strong>" -#: ../roundup/cgi/cgitb.py:201 ../roundup/cgi/cgitb.py:207 -#: ../roundup/cgi/cgitb.py:201:207 +#: ../roundup/cgi/cgitb.py:209 ../roundup/cgi/cgitb.py:215 +#: ../roundup/cgi/cgitb.py:209:215 msgid "<em>undefined</em>" msgstr "<em>неопределено</em>" -#: ../roundup/cgi/client.py:97 +#: ../roundup/cgi/client.py:90 msgid "" "<html><head><title>An error has occurred</title></head>\n" "<body><h1>An error has occurred</h1>\n" @@ -1967,148 +2096,148 @@ "Администратору трекера отослано сообщение об ошибке.</p>\n" "</body></html>" -#: ../roundup/cgi/client.py:670 ../roundup/cgi/client.py:1567 -#: ../roundup/cgi/client.py:670:1567 +#: ../roundup/cgi/client.py:676 ../roundup/cgi/client.py:1590 +#: ../roundup/cgi/client.py:676:1590 msgid "Required Header Missing" msgstr "" -#: ../roundup/cgi/client.py:672 +#: ../roundup/cgi/client.py:678 #, fuzzy msgid "Client is not allowed to use Rest Interface." msgstr "Анонимным пользователям не разрешено пользоваться веб-интерфейсом." -#: ../roundup/cgi/client.py:918 +#: ../roundup/cgi/client.py:924 msgid "Form Error: " msgstr "Ошибка формы: " -#: ../roundup/cgi/client.py:1008 +#: ../roundup/cgi/client.py:1017 #, python-format msgid "Unrecognized charset: %r" msgstr "Кодировка %r не распознана" -#: ../roundup/cgi/client.py:1261 ../roundup/cgi/client.py:2247 -#: ../roundup/cgi/client.py:1261:2247 +#: ../roundup/cgi/client.py:1286 ../roundup/cgi/client.py:2263 +#: ../roundup/cgi/client.py:1286:2263 msgid "broken form: multiple @action values submitted" msgstr "" -#: ../roundup/cgi/client.py:1276 +#: ../roundup/cgi/client.py:1303 msgid "Anonymous users are not allowed to use the web interface" msgstr "Анонимным пользователям не разрешено пользоваться веб-интерфейсом." -#: ../roundup/cgi/client.py:1427 +#: ../roundup/cgi/client.py:1451 msgid "Referer header not available." msgstr "" -#: ../roundup/cgi/client.py:1431 +#: ../roundup/cgi/client.py:1455 #, python-format msgid "csrf key used with wrong method from: %s" msgstr "" -#: ../roundup/cgi/client.py:1460 +#: ../roundup/cgi/client.py:1484 #, python-format msgid "csrf header %(header)s required but missing for user%(userid)s." msgstr "" -#: ../roundup/cgi/client.py:1464 +#: ../roundup/cgi/client.py:1488 #, python-format msgid "Missing header: %s" msgstr "" -#: ../roundup/cgi/client.py:1472 +#: ../roundup/cgi/client.py:1496 #, python-format msgid "csrf Referer header check failed for user%(userid)s. Value=%(referer)s" msgstr "" -#: ../roundup/cgi/client.py:1477 +#: ../roundup/cgi/client.py:1501 #, fuzzy, python-format msgid "Invalid Referer: %s" msgstr "Неправильный пароль или имя пользователя." -#: ../roundup/cgi/client.py:1492 +#: ../roundup/cgi/client.py:1516 #, python-format msgid "csrf Origin header check failed for user%(userid)s. Value=%(origin)s" msgstr "" -#: ../roundup/cgi/client.py:1497 +#: ../roundup/cgi/client.py:1521 #, fuzzy, python-format msgid "Invalid Origin %s" msgstr "Неправильный пароль или имя пользователя." -#: ../roundup/cgi/client.py:1511 +#: ../roundup/cgi/client.py:1535 #, python-format msgid "" "csrf X-FORWARDED-HOST header check failed for user%(userid)s. Value=%(host)s" msgstr "" -#: ../roundup/cgi/client.py:1517 -#, python-format -msgid "Invalid X-FORWARDED-HOST %s" -msgstr "" - -#: ../roundup/cgi/client.py:1536 -#, python-format -msgid "csrf HOST header check failed for user%(userid)s. Value=%(host)s" -msgstr "" - #: ../roundup/cgi/client.py:1541 #, python-format +msgid "Invalid X-FORWARDED-HOST %s" +msgstr "" + +#: ../roundup/cgi/client.py:1560 +#, python-format +msgid "csrf HOST header check failed for user%(userid)s. Value=%(host)s" +msgstr "" + +#: ../roundup/cgi/client.py:1565 +#, python-format msgid "Invalid HOST %s" msgstr "" -#: ../roundup/cgi/client.py:1549 +#: ../roundup/cgi/client.py:1573 msgid "Csrf: unable to verify sufficient headers" msgstr "" -#: ../roundup/cgi/client.py:1550 +#: ../roundup/cgi/client.py:1574 msgid "Unable to verify sufficient headers" msgstr "" -#: ../roundup/cgi/client.py:1564 +#: ../roundup/cgi/client.py:1587 #, python-format msgid "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%s." msgstr "" -#: ../roundup/cgi/client.py:1605 +#: ../roundup/cgi/client.py:1628 #, python-format msgid "Required csrf field missing for user%s" msgstr "" -#: ../roundup/cgi/client.py:1607 ../roundup/cgi/client.py:1634 -#: ../roundup/cgi/client.py:1651 ../roundup/cgi/client.py:1607:1634:1651 +#: ../roundup/cgi/client.py:1630 ../roundup/cgi/client.py:1657 +#: ../roundup/cgi/client.py:1674 ../roundup/cgi/client.py:1630:1657:1674 msgid "" "We can't validate your session (csrf failure). Re-enter any unsaved data and " "try again." msgstr "" -#: ../roundup/cgi/client.py:1611 +#: ../roundup/cgi/client.py:1634 #, python-format msgid "csrf field not supplied by user%s" msgstr "" -#: ../roundup/cgi/client.py:1623 +#: ../roundup/cgi/client.py:1646 #, python-format msgid "" "Csrf mismatch user: current user %(user)s != stored user %(stored)s, current " "session, stored session: %(cur_sess)s,%(stor_sess)s for key %(key)s." msgstr "" -#: ../roundup/cgi/client.py:1641 +#: ../roundup/cgi/client.py:1664 #, python-format msgid "" "Csrf mismatch user: current session %(curr_sess)s != stored session " "%(stor_sess)s, current user/stored user is: %(user)s for key %(key)s." msgstr "" -#: ../roundup/cgi/client.py:1835 +#: ../roundup/cgi/client.py:1856 msgid "You are not allowed to view this file." msgstr "У вас нет разрешения на просмотр этого файла." -#: ../roundup/cgi/client.py:2124 +#: ../roundup/cgi/client.py:2141 #, python-format msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n" msgstr "%(starttag)sЗатраченное время: %(seconds)fs%(endtag)s\n" -#: ../roundup/cgi/client.py:2128 +#: ../roundup/cgi/client.py:2145 #, python-format msgid "" "%(starttag)sCache hits: %(cache_hits)d, misses %(cache_misses)d. Loading " @@ -2118,7 +2247,7 @@ "%(cache_misses)d. Загрузка объектов: %(get_items)f сек. Фильтрация: " "%(filtering)f сек.%(endtag)s\n" -#: ../roundup/cgi/client.py:2666 +#: ../roundup/cgi/client.py:2682 #, python-format msgid "" "Cache failure: compressed file %(compressed)s is older than its source file " @@ -2182,118 +2311,118 @@ msgstr[1] "Обязательные атрибуты %(property)s класса %(class)s не заполнены" msgstr[2] "Обязательные атрибуты %(property)s класса %(class)s не заполнены" -#: ../roundup/cgi/templating.py:240 +#: ../roundup/cgi/templating.py:277 #, python-format msgid "You are not allowed to %(action)s items of class %(class)s" msgstr "У вас нет разрешения %(action)s для класса %(class)s" -#: ../roundup/cgi/templating.py:869 +#: ../roundup/cgi/templating.py:914 msgid "(list)" msgstr "(список)" -#: ../roundup/cgi/templating.py:944 +#: ../roundup/cgi/templating.py:989 msgid "Submit New Entry" msgstr "Добавить" # ../roundup/cgi/templating.py:673 :792 :1166 :1187 :1231 :1253 :1287 :1326 # :1377 :1394 :1470 :1490 :1503 :1520 :1530 :1580 :1755 -#: ../roundup/cgi/templating.py:966 ../roundup/cgi/templating.py:1142 -#: ../roundup/cgi/templating.py:1777 ../roundup/cgi/templating.py:1806 -#: ../roundup/cgi/templating.py:1826 ../roundup/cgi/templating.py:1839 -#: ../roundup/cgi/templating.py:1877 ../roundup/cgi/templating.py:1930 -#: ../roundup/cgi/templating.py:1954 ../roundup/cgi/templating.py:1961 -#: ../roundup/cgi/templating.py:1998 ../roundup/cgi/templating.py:2051 -#: ../roundup/cgi/templating.py:2084 ../roundup/cgi/templating.py:2179 -#: ../roundup/cgi/templating.py:2200 ../roundup/cgi/templating.py:2291 -#: ../roundup/cgi/templating.py:2311 ../roundup/cgi/templating.py:2333 -#: ../roundup/cgi/templating.py:2376 ../roundup/cgi/templating.py:2386 -#: ../roundup/cgi/templating.py:2451 ../roundup/cgi/templating.py:2754 -#: ../roundup/cgi/templating.py:966:1142 :1777:1806 :1826:1839 :1877:1930 -#: :1954:1961 :1998:2051 :2084:2179 :2200:2291 :2311:2333 :2376:2386 :2451:2754 +#: ../roundup/cgi/templating.py:1011 ../roundup/cgi/templating.py:1187 +#: ../roundup/cgi/templating.py:1822 ../roundup/cgi/templating.py:1853 +#: ../roundup/cgi/templating.py:1874 ../roundup/cgi/templating.py:1912 +#: ../roundup/cgi/templating.py:1965 ../roundup/cgi/templating.py:1989 +#: ../roundup/cgi/templating.py:1996 ../roundup/cgi/templating.py:2033 +#: ../roundup/cgi/templating.py:2086 ../roundup/cgi/templating.py:2119 +#: ../roundup/cgi/templating.py:2214 ../roundup/cgi/templating.py:2235 +#: ../roundup/cgi/templating.py:2326 ../roundup/cgi/templating.py:2346 +#: ../roundup/cgi/templating.py:2368 ../roundup/cgi/templating.py:2411 +#: ../roundup/cgi/templating.py:2421 ../roundup/cgi/templating.py:2486 +#: ../roundup/cgi/templating.py:2789 ../roundup/cgi/templating.py:1011:1187 +#: :1822:1853 :1874:1912 :1965:1989 :1996:2033 :2086:2119 :2214:2235 :2326:2346 +#: :2368:2411 :2421:2486:2789 msgid "[hidden]" msgstr "[недоступно]" -#: ../roundup/cgi/templating.py:967 +#: ../roundup/cgi/templating.py:1012 msgid "New node - no history" msgstr "Новая карточка - нет истории" -#: ../roundup/cgi/templating.py:1107 +#: ../roundup/cgi/templating.py:1152 msgid "Submit Changes" msgstr "Изменить" -#: ../roundup/cgi/templating.py:1185 +#: ../roundup/cgi/templating.py:1230 msgid "<em>The indicated property no longer exists</em>" msgstr "<em>Указанный атрибут уже не существует.</em>" -#: ../roundup/cgi/templating.py:1221 +#: ../roundup/cgi/templating.py:1266 #, python-format msgid "The linked class %(classname)s no longer exists" msgstr "Связянный класс %(classname)s уже не существует" -#: ../roundup/cgi/templating.py:1258 ../roundup/cgi/templating.py:1288 -#: ../roundup/cgi/templating.py:2460 ../roundup/cgi/templating.py:2763 -#: ../roundup/cgi/templating.py:1258:1288 :2460:2763 +#: ../roundup/cgi/templating.py:1303 ../roundup/cgi/templating.py:1333 +#: ../roundup/cgi/templating.py:2495 ../roundup/cgi/templating.py:2798 +#: ../roundup/cgi/templating.py:1303:1333 :2495:2798 msgid "[label is missing]" msgstr "" # :823 -#: ../roundup/cgi/templating.py:1262 ../roundup/cgi/templating.py:1291 -#: ../roundup/cgi/templating.py:1262:1291 +#: ../roundup/cgi/templating.py:1307 ../roundup/cgi/templating.py:1336 +#: ../roundup/cgi/templating.py:1307:1336 msgid "<strike>The linked node no longer exists</strike>" msgstr "<strike>Связанный объект уже не существует</strike>" -#: ../roundup/cgi/templating.py:1353 +#: ../roundup/cgi/templating.py:1398 #, python-format msgid "%s: (no value)" msgstr "%s: (нет значения)" -#: ../roundup/cgi/templating.py:1369 +#: ../roundup/cgi/templating.py:1414 #, fuzzy, python-format msgid "" "<strong><em>This event %s is not handled by the history display!</em></" "strong>" msgstr "<strong><em>Неизвестный тип события!</em></strong>" -#: ../roundup/cgi/templating.py:1382 +#: ../roundup/cgi/templating.py:1427 msgid "<tr><td colspan=4><strong>Note:</strong></td></tr>" msgstr "<tr><td colspan=4><strong>Примечание:</strong></td></tr>" -#: ../roundup/cgi/templating.py:1391 +#: ../roundup/cgi/templating.py:1436 msgid "History" msgstr "История" -#: ../roundup/cgi/templating.py:1393 +#: ../roundup/cgi/templating.py:1438 msgid "<th>Date</th>" msgstr "<th>Дата</th>" -#: ../roundup/cgi/templating.py:1394 +#: ../roundup/cgi/templating.py:1439 msgid "<th>User</th>" msgstr "<th>Пользователь</th>" -#: ../roundup/cgi/templating.py:1395 +#: ../roundup/cgi/templating.py:1440 msgid "<th>Action</th>" msgstr "<th>Действие</th>" -#: ../roundup/cgi/templating.py:1396 +#: ../roundup/cgi/templating.py:1441 msgid "<th>Args</th>" msgstr "<th>Параметры</th>" -#: ../roundup/cgi/templating.py:1447 +#: ../roundup/cgi/templating.py:1492 #, python-format msgid "Copy of %(class)s %(id)s" msgstr "Копия: %(class)s %(id)s" -#: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2123 -#: ../roundup/cgi/templating.py:1335:2088:2123 +#: ../roundup/cgi/templating.py:2123 ../roundup/cgi/templating.py:2158 +#: ../roundup/cgi/templating.py:1380:2123:2158 msgid "No" msgstr "Нет" -#: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2117 -#: ../roundup/cgi/templating.py:1335:2088:2117 +#: ../roundup/cgi/templating.py:2123 ../roundup/cgi/templating.py:2152 +#: ../roundup/cgi/templating.py:1380:2123:2152 msgid "Yes" msgstr "Да" -#: ../roundup/cgi/templating.py:2249 +#: ../roundup/cgi/templating.py:2284 msgid "" "default value for DateHTMLProperty must be either DateHTMLProperty or string " "date representation." @@ -2301,21 +2430,34 @@ "значение по умолчанию для DateHTMLProperty должно быть объектом " "DateHTMLProperty или строковым представлением даты." -#: ../roundup/cgi/templating.py:2431 +#: ../roundup/cgi/templating.py:2466 #, python-format msgid "Attempt to look up %(attr)s on a missing value" msgstr "Попытка получить атрибут \"%(attr)s\" несуществующего объекта" -#: ../roundup/cgi/templating.py:2442 +#: ../roundup/cgi/templating.py:2477 #, fuzzy, python-format msgid "Attempt to look up %(item)s on a missing value" msgstr "Попытка получить атрибут \"%(attr)s\" несуществующего объекта" -#: ../roundup/cgi/templating.py:2547 +#: ../roundup/cgi/templating.py:2582 #, python-format msgid "<option %svalue=\"-1\">- no selection -</option>" msgstr "<option %svalue=\"-1\">- не указано -</option>" +#: ../roundup/cgi/templating.py:3743 +#, python-format +msgid "Unable to read or expand file '%(name)s' in template '%(template)s'." +msgstr "" + +#: ../roundup/cgi/templating.py:3793 +#, python-format +msgid "" +"Found an incorrect token when expandfile applied string subsitution on " +"'%(fullpath)s'. ValueError('%(issue)s') was raised. Check the format of your " +"named conversion specifiers." +msgstr "" + #: ../roundup/cgi/timestamp.py:23 msgid "Form is corrupted." msgstr "" @@ -2329,24 +2471,24 @@ msgid "Responding to form too quickly." msgstr "" -#: ../roundup/configuration.py:274 +#: ../roundup/configuration.py:268 #, python-format msgid "" "Error in %(filepath)s with section [%(section)s] at option %(option)s: " "%(message)s" msgstr "" -#: ../roundup/configuration.py:494 +#: ../roundup/configuration.py:501 #, fuzzy msgid "Valid languages: " msgstr "Неправильный формат" -#: ../roundup/configuration.py:504 +#: ../roundup/configuration.py:511 #, fuzzy msgid "Expected languages: " msgstr "Неправильный формат" -#: ../roundup/date.py:398 +#: ../roundup/date.py:400 #, fuzzy, python-format msgid "" "Not a date spec: %r (\"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or " @@ -2355,11 +2497,11 @@ "Дата должна быть в формате \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS" "\" или \"yyyy-mm-dd.HH:MM:SS.SSS\"" -#: ../roundup/date.py:421 +#: ../roundup/date.py:423 msgid "Could not determine granularity" msgstr "" -#: ../roundup/date.py:473 +#: ../roundup/date.py:475 #, python-format msgid "" "%r not a date / time spec \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" " @@ -2368,7 +2510,7 @@ "Неверное значение даты/времени: %r. Дата должна быть в формате \"yyyy-mm-dd" "\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" или \"yyyy-mm-dd.HH:MM:SS.SSS\"" -#: ../roundup/date.py:845 +#: ../roundup/date.py:847 #, fuzzy, python-format msgid "" "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date " @@ -2376,12 +2518,12 @@ msgstr "" "Интервал должен быть в формате [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [дата]" -#: ../roundup/date.py:868 +#: ../roundup/date.py:870 #, fuzzy, python-format msgid "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS])" msgstr "Интервал должен быть в формате [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS]" -#: ../roundup/date.py:1045 +#: ../roundup/date.py:1047 #, python-format msgid "%(number)s year" msgid_plural "%(number)s years" @@ -2389,7 +2531,7 @@ msgstr[1] "%(number)s года" msgstr[2] "%(number)s лет" -#: ../roundup/date.py:1049 +#: ../roundup/date.py:1051 #, python-format msgid "%(number)s month" msgid_plural "%(number)s months" @@ -2397,7 +2539,7 @@ msgstr[1] "%(number)s месяца" msgstr[2] "%(number)s месяцев" -#: ../roundup/date.py:1053 +#: ../roundup/date.py:1055 #, python-format msgid "%(number)s week" msgid_plural "%(number)s weeks" @@ -2405,7 +2547,7 @@ msgstr[1] "%(number)s недели" msgstr[2] "%(number)s недель" -#: ../roundup/date.py:1057 +#: ../roundup/date.py:1059 #, python-format msgid "%(number)s day" msgid_plural "%(number)s days" @@ -2413,15 +2555,15 @@ msgstr[1] "%(number)s дня" msgstr[2] "%(number)s дней" -#: ../roundup/date.py:1061 +#: ../roundup/date.py:1063 msgid "tomorrow" msgstr "завтра" -#: ../roundup/date.py:1063 +#: ../roundup/date.py:1065 msgid "yesterday" msgstr "вчера" -#: ../roundup/date.py:1066 +#: ../roundup/date.py:1068 #, python-format msgid "%(number)s hour" msgid_plural "%(number)s hours" @@ -2429,16 +2571,16 @@ msgstr[1] "%(number)s часа" msgstr[2] "%(number)s часов" -#: ../roundup/date.py:1070 +#: ../roundup/date.py:1072 msgid "an hour" msgstr "час" -#: ../roundup/date.py:1072 +#: ../roundup/date.py:1074 msgid "1 1/2 hours" msgstr "полтора часа" # third form ain't used -#: ../roundup/date.py:1074 +#: ../roundup/date.py:1076 #, fuzzy, python-format msgid "1 %(number)s/4 hours" msgid_plural "1 %(number)s/4 hours" @@ -2446,21 +2588,21 @@ msgstr[1] "час и %(number)s четверти" msgstr[2] "час и %(number)s четвертей" -#: ../roundup/date.py:1079 +#: ../roundup/date.py:1081 msgid "in a moment" msgstr "сейчас" -#: ../roundup/date.py:1081 +#: ../roundup/date.py:1083 msgid "just now" msgstr "только что" # используется в выражениях "через минуту" или "минуту назад" -#: ../roundup/date.py:1084 +#: ../roundup/date.py:1086 msgid "1 minute" msgstr "минуту" # используется в выражениях "через 2 минуты" или "2 минуты назад" -#: ../roundup/date.py:1087 +#: ../roundup/date.py:1089 #, python-format msgid "%(number)s minute" msgid_plural "%(number)s minutes" @@ -2468,11 +2610,11 @@ msgstr[1] "%(number)s минуты" msgstr[2] "%(number)s минут" -#: ../roundup/date.py:1090 +#: ../roundup/date.py:1092 msgid "1/2 an hour" msgstr "полчаса" -#: ../roundup/date.py:1092 +#: ../roundup/date.py:1094 #, fuzzy, python-format msgid "%(number)s/4 hour" msgid_plural "%(number)s/4 hours" @@ -2480,12 +2622,12 @@ msgstr[1] "%(number)s четверти часа" msgstr[2] "%(number)s четвертей часа" -#: ../roundup/date.py:1096 +#: ../roundup/date.py:1098 #, python-format msgid "%s ago" msgstr "%s назад" -#: ../roundup/date.py:1098 +#: ../roundup/date.py:1100 #, python-format msgid "in %s" msgstr "через %s" @@ -2855,29 +2997,36 @@ "аргументы должны быть в формате [имя=значение,значение,...;имя=значение," "значение,...]" -#: ../roundup/rest.py:398 +#: ../roundup/rest.py:410 #, python-format msgid "Method %(m)s not allowed. Allowed: %(a)s" msgstr "" -#: ../roundup/rest.py:1101 +#: ../roundup/rest.py:948 +#, python-format +msgid "" +"Page size %(page_size)s must be less than admin limit on query result size: " +"%(max_size)s." +msgstr "" + +#: ../roundup/rest.py:1193 #, fuzzy, python-format msgid "Invalid attribute %s" msgstr "Неправильный пароль или имя пользователя." -#: ../roundup/rest.py:2094 +#: ../roundup/rest.py:2182 #, python-format msgid "Api rate limits exceeded. Please wait: %s seconds." msgstr "" -#: ../roundup/rest.py:2129 +#: ../roundup/rest.py:2258 #, python-format msgid "" "Unable to parse Accept Header. %(error)s. Acceptable types: " "%(acceptable_types)s" msgstr "" -#: ../roundup/rest.py:2309 +#: ../roundup/rest.py:2437 #, python-format msgid "" "Unrecognized api version: %s. See /rest without specifying api version for " @@ -2984,12 +3133,12 @@ "Стало:\n" "%(new)s" -#: ../roundup/scripts/roundup_demo.py:156 +#: ../roundup/scripts/roundup_demo.py:151 #, python-format msgid "Enter directory path to create demo tracker [%s]: " msgstr "Введите имя каталога для демонстрационного трекера [%s]: " -#: ../roundup/scripts/roundup_demo.py:162 +#: ../roundup/scripts/roundup_demo.py:170 #, python-format msgid "" "Enter tracker template to use (one of (%(template_list)s)) " @@ -3048,62 +3197,62 @@ "<html><head><title>Список трекеров Roundup</title></head>\n" "<body><h1>Список трекеров Roundup</h1><ol>\n" -#: ../roundup/scripts/roundup_server.py:551 +#: ../roundup/scripts/roundup_server.py:552 #, fuzzy, python-format msgid "Error: %(type)s: %(value)s" msgstr "%(key)s: %(value)s (ключевой атрибут)" -#: ../roundup/scripts/roundup_server.py:563 +#: ../roundup/scripts/roundup_server.py:564 msgid "WARNING: ignoring \"-g\" argument, not root" msgstr "" "ВНИМАНИЕ: параметр \"-g\" не используется, он разрешен только для " "пользователя root" -#: ../roundup/scripts/roundup_server.py:569 +#: ../roundup/scripts/roundup_server.py:570 msgid "Can't change groups - no grp module" msgstr "Подмена группы невозможна - нужен модуль grp" -#: ../roundup/scripts/roundup_server.py:578 +#: ../roundup/scripts/roundup_server.py:579 #, python-format msgid "Group %(group)s doesn't exist" msgstr "Группа %(group)s не существует" -#: ../roundup/scripts/roundup_server.py:590 +#: ../roundup/scripts/roundup_server.py:591 msgid "Can't run as root!" msgstr "Запуск сервера с полномочиями пользователя root запрещен!" -#: ../roundup/scripts/roundup_server.py:593 +#: ../roundup/scripts/roundup_server.py:594 msgid "WARNING: ignoring \"-u\" argument, not root" msgstr "" "ВНИМАНИЕ: параметр \"-u\" не используется, он разрешен только для " "пользователя root" -#: ../roundup/scripts/roundup_server.py:599 +#: ../roundup/scripts/roundup_server.py:600 msgid "Can't change users - no pwd module" msgstr "Подмена пользователя невозможна - нужен модуль pwd" -#: ../roundup/scripts/roundup_server.py:608 +#: ../roundup/scripts/roundup_server.py:609 #, python-format msgid "User %(user)s doesn't exist" msgstr "Пользователь %(user)s не существует" -#: ../roundup/scripts/roundup_server.py:809 +#: ../roundup/scripts/roundup_server.py:810 #, python-format msgid "Multiprocess mode \"%s\" is not available, switching to single-process" msgstr "Режим \"%s\" недоступен, переключаемся в однозадачный режим" -#: ../roundup/scripts/roundup_server.py:837 +#: ../roundup/scripts/roundup_server.py:838 #, python-format msgid "Unable to bind to port %s, port already in use." msgstr "Невозможно установить сервер на порту %s, порт уже занят." -#: ../roundup/scripts/roundup_server.py:841 +#: ../roundup/scripts/roundup_server.py:842 #, fuzzy, python-format msgid "" "Unable to bind to port %(port)s, access not allowed, errno: %(errno)s %(msg)s" msgstr "Невозможно установить сервер на порту %s, порт уже занят." -#: ../roundup/scripts/roundup_server.py:920 +#: ../roundup/scripts/roundup_server.py:921 msgid "" " -c <Command> Windows Service options.\n" " If you want to run the server as a Windows Service, you\n" @@ -3120,7 +3269,7 @@ " файл протокола. Команда 'roundup-server -c help'\n" " выдает справку о командной строке сервиса Windows." -#: ../roundup/scripts/roundup_server.py:927 +#: ../roundup/scripts/roundup_server.py:928 msgid "" " -u <UID> runs the Roundup web server as this UID\n" " -g <GID> runs the Roundup web server as this GID\n" @@ -3134,7 +3283,7 @@ " и запустить сервер в фоновом режиме. Если указано \"-d\",\n" " файл протокола *обязательно* должен быть задан ключом \"-l\"" -#: ../roundup/scripts/roundup_server.py:934 +#: ../roundup/scripts/roundup_server.py:935 #, fuzzy, python-format msgid "" "\n" @@ -3259,21 +3408,21 @@ " не могут использоваться в URL (пробелы, русские буквы и проч.),\n" " потому что такие имена сбивают с толку некоторые браузеры типа IE.\n" -#: ../roundup/scripts/roundup_server.py:1111 +#: ../roundup/scripts/roundup_server.py:1112 msgid "Instances must be name=home" msgstr "Список трекеров должен быть в формате имя=каталог" -#: ../roundup/scripts/roundup_server.py:1125 +#: ../roundup/scripts/roundup_server.py:1126 #, python-format msgid "Configuration saved to %s" msgstr "Конфигурация записана в %s" -#: ../roundup/scripts/roundup_server.py:1143 +#: ../roundup/scripts/roundup_server.py:1144 msgid "Sorry, you can't run the server as a daemon on this Operating System" msgstr "" "Извините, в этой операционной системе работа в фоновом режиме невозможна" -#: ../roundup/scripts/roundup_server.py:1163 +#: ../roundup/scripts/roundup_server.py:1164 #, python-format msgid "Roundup server started on %(HOST)s:%(PORT)s" msgstr "Сервер Roundup готов к работе по адресу %(HOST)s:%(PORT)s" @@ -3416,7 +3565,7 @@ #: ../share/roundup/templates/devel/html/bug.index.html:94 #: ../share/roundup/templates/devel/html/help.html:51 #: ../share/roundup/templates/devel/html/milestone.index.html:59 -#: ../share/roundup/templates/devel/html/task.index.html:94 +#: ../share/roundup/templates/devel/html/task.index.html:85 #: ../share/roundup/templates/devel/html/user.index.html:76 #: ../share/roundup/templates/minimal/html/_generic.help.html:41 #: ../share/roundup/templates/responsive/html/_generic.help.html:42 @@ -3433,7 +3582,7 @@ #: ../share/roundup/templates/devel/html/bug.index.html:102 #: ../share/roundup/templates/devel/html/help.html:58 #: ../share/roundup/templates/devel/html/milestone.index.html:67 -#: ../share/roundup/templates/devel/html/task.index.html:102 +#: ../share/roundup/templates/devel/html/task.index.html:93 #: ../share/roundup/templates/devel/html/user.index.html:84 #: ../share/roundup/templates/minimal/html/_generic.help.html:53 #: ../share/roundup/templates/responsive/html/_generic.help.html:54 @@ -3450,7 +3599,7 @@ #: ../share/roundup/templates/devel/html/bug.index.html:105 #: ../share/roundup/templates/devel/html/help.html:62 #: ../share/roundup/templates/devel/html/milestone.index.html:70 -#: ../share/roundup/templates/devel/html/task.index.html:105 +#: ../share/roundup/templates/devel/html/task.index.html:96 #: ../share/roundup/templates/devel/html/user.index.html:87 #: ../share/roundup/templates/minimal/html/_generic.help.html:57 #: ../share/roundup/templates/responsive/html/_generic.help.html:58 @@ -3695,7 +3844,7 @@ #: ../share/roundup/templates/classic/html/issue.index.html:27 #: ../share/roundup/templates/devel/html/bug.index.html:27 #: ../share/roundup/templates/devel/html/milestone.index.html:26 -#: ../share/roundup/templates/devel/html/task.index.html:27 +#: ../share/roundup/templates/devel/html/task.index.html:26 #: ../share/roundup/templates/responsive/html/bug.index.html:27 #: ../share/roundup/templates/responsive/html/milestone.index.html:26 #: ../share/roundup/templates/responsive/html/task.index.html:26 @@ -3704,14 +3853,14 @@ #: ../share/roundup/templates/classic/html/issue.index.html:28 #: ../share/roundup/templates/devel/html/bug.index.html:28 -#: ../share/roundup/templates/devel/html/task.index.html:28 +#: ../share/roundup/templates/devel/html/task.index.html:27 #: ../share/roundup/templates/responsive/html/task.index.html:27 msgid "Creation" msgstr "Дата создания" #: ../share/roundup/templates/classic/html/issue.index.html:29 #: ../share/roundup/templates/devel/html/bug.index.html:29 -#: ../share/roundup/templates/devel/html/task.index.html:29 +#: ../share/roundup/templates/devel/html/task.index.html:28 #: ../share/roundup/templates/responsive/html/bug.index.html:28 #: ../share/roundup/templates/responsive/html/task.index.html:28 msgid "Activity" @@ -3719,7 +3868,7 @@ #: ../share/roundup/templates/classic/html/issue.index.html:30 #: ../share/roundup/templates/devel/html/bug.index.html:30 -#: ../share/roundup/templates/devel/html/task.index.html:30 +#: ../share/roundup/templates/devel/html/task.index.html:29 #: ../share/roundup/templates/responsive/html/bug.index.html:29 #: ../share/roundup/templates/responsive/html/task.index.html:29 msgid "Actor" @@ -3736,7 +3885,7 @@ #: ../share/roundup/templates/classic/html/issue.item.html:44 #: ../share/roundup/templates/devel/html/bug.index.html:31 #: ../share/roundup/templates/devel/html/milestone.index.html:27 -#: ../share/roundup/templates/devel/html/task.index.html:31 +#: ../share/roundup/templates/devel/html/task.index.html:30 #: ../share/roundup/templates/responsive/html/bug.index.html:30 #: ../share/roundup/templates/responsive/html/bug.item.html:44 #: ../share/roundup/templates/responsive/html/bug.item.html:57 @@ -3752,7 +3901,7 @@ #: ../share/roundup/templates/classic/html/issue.item.html:51 #: ../share/roundup/templates/devel/html/bug.index.html:34 #: ../share/roundup/templates/devel/html/milestone.index.html:28 -#: ../share/roundup/templates/devel/html/task.index.html:34 +#: ../share/roundup/templates/devel/html/task.index.html:32 #: ../share/roundup/templates/responsive/html/bug.index.html:33 #: ../share/roundup/templates/responsive/html/bug.item.html:128 #: ../share/roundup/templates/responsive/html/bug.item.html:159 @@ -3765,14 +3914,14 @@ #: ../share/roundup/templates/classic/html/issue.index.html:34 #: ../share/roundup/templates/devel/html/bug.index.html:36 -#: ../share/roundup/templates/devel/html/task.index.html:36 +#: ../share/roundup/templates/devel/html/task.index.html:34 #: ../share/roundup/templates/responsive/html/bug.index.html:35 msgid "Creator" msgstr "Автор" #: ../share/roundup/templates/classic/html/issue.index.html:35 #: ../share/roundup/templates/devel/html/bug.index.html:37 -#: ../share/roundup/templates/devel/html/task.index.html:37 +#: ../share/roundup/templates/devel/html/task.index.html:35 #: ../share/roundup/templates/responsive/html/bug.index.html:36 #: ../share/roundup/templates/responsive/html/task.index.html:34 msgid "Assigned To" @@ -3790,7 +3939,7 @@ #: ../share/roundup/templates/classic/html/issue.index.html:139 #: ../share/roundup/templates/devel/html/bug.index.html:155 #: ../share/roundup/templates/devel/html/milestone.index.html:120 -#: ../share/roundup/templates/devel/html/task.index.html:155 +#: ../share/roundup/templates/devel/html/task.index.html:146 #: ../share/roundup/templates/responsive/html/bug.index.html:143 #: ../share/roundup/templates/responsive/html/milestone.index.html:118 #: ../share/roundup/templates/responsive/html/task.index.html:138 @@ -3801,7 +3950,7 @@ #: ../share/roundup/templates/classic/html/issue.index.html:147 #: ../share/roundup/templates/devel/html/bug.index.html:163 #: ../share/roundup/templates/devel/html/milestone.index.html:128 -#: ../share/roundup/templates/devel/html/task.index.html:163 +#: ../share/roundup/templates/devel/html/task.index.html:154 #: ../share/roundup/templates/responsive/html/bug.index.html:151 #: ../share/roundup/templates/responsive/html/milestone.index.html:126 #: ../share/roundup/templates/responsive/html/task.index.html:146 @@ -3811,7 +3960,7 @@ #: ../share/roundup/templates/classic/html/issue.index.html:135 #: ../share/roundup/templates/devel/html/bug.index.html:151 #: ../share/roundup/templates/devel/html/milestone.index.html:116 -#: ../share/roundup/templates/devel/html/task.index.html:151 +#: ../share/roundup/templates/devel/html/task.index.html:142 #: ../share/roundup/templates/responsive/html/bug.index.html:139 #: ../share/roundup/templates/responsive/html/milestone.index.html:114 #: ../share/roundup/templates/responsive/html/task.index.html:134 @@ -3821,7 +3970,7 @@ #: ../share/roundup/templates/classic/html/issue.index.html:154 #: ../share/roundup/templates/devel/html/bug.index.html:170 #: ../share/roundup/templates/devel/html/milestone.index.html:135 -#: ../share/roundup/templates/devel/html/task.index.html:170 +#: ../share/roundup/templates/devel/html/task.index.html:161 #: ../share/roundup/templates/responsive/html/bug.index.html:158 #: ../share/roundup/templates/responsive/html/milestone.index.html:133 #: ../share/roundup/templates/responsive/html/task.index.html:153 @@ -3860,11 +4009,11 @@ msgid "Superseder" msgstr "Замещение" -#: ../share/roundup/templates/classic/html/issue.item.html:61 +#: ../share/roundup/templates/classic/html/issue.item.html:65 msgid "View:" msgstr "Просмотр:" -#: ../share/roundup/templates/classic/html/issue.item.html:67 +#: ../share/roundup/templates/classic/html/issue.item.html:71 #: ../share/roundup/templates/devel/html/bug.item.html:135 #: ../share/roundup/templates/devel/html/task.item.html:110 #: ../share/roundup/templates/responsive/html/bug.item.html:224 @@ -3872,7 +4021,7 @@ msgid "Nosy List" msgstr "Рассылка извещений" -#: ../share/roundup/templates/classic/html/issue.item.html:76 +#: ../share/roundup/templates/classic/html/issue.item.html:89 #: ../share/roundup/templates/devel/html/bug.item.html:133 #: ../share/roundup/templates/devel/html/task.item.html:108 #: ../share/roundup/templates/responsive/html/bug.item.html:216 @@ -3880,20 +4029,19 @@ msgid "Assigned To" msgstr "Исполнитель" -#: ../share/roundup/templates/classic/html/issue.item.html:78 -#: ../share/roundup/templates/classic/html/page.html:105 +#: ../share/roundup/templates/classic/html/issue.item.html:91 +#: ../share/roundup/templates/classic/html/page.html:107 #: ../share/roundup/templates/devel/html/bug.index.html:38 -#: ../share/roundup/templates/devel/html/task.index.html:38 #: ../share/roundup/templates/minimal/html/page.html:105 #: ../share/roundup/templates/responsive/html/bug.item.html:144 msgid "Keywords" msgstr "Ключевые слова" -#: ../share/roundup/templates/classic/html/issue.item.html:86 +#: ../share/roundup/templates/classic/html/issue.item.html:103 msgid "Change Note" msgstr "Заметки" -#: ../share/roundup/templates/classic/html/issue.item.html:94 +#: ../share/roundup/templates/classic/html/issue.item.html:111 #: ../share/roundup/templates/devel/html/bug.item.html:164 #: ../share/roundup/templates/devel/html/task.item.html:133 #: ../share/roundup/templates/responsive/html/bug.item.html:274 @@ -3901,7 +4049,7 @@ msgid "File" msgstr "Файл" -#: ../share/roundup/templates/classic/html/issue.item.html:106 +#: ../share/roundup/templates/classic/html/issue.item.html:123 #: ../share/roundup/templates/devel/html/bug.item.html:207 #: ../share/roundup/templates/devel/html/task.item.html:154 #: ../share/roundup/templates/responsive/html/bug.item.html:301 @@ -3909,7 +4057,7 @@ msgid "Make a copy" msgstr "Скопировать" -#: ../share/roundup/templates/classic/html/issue.item.html:114 +#: ../share/roundup/templates/classic/html/issue.item.html:131 #: ../share/roundup/templates/classic/html/user.item.html:153 #: ../share/roundup/templates/classic/html/user.register.html:74 #: ../share/roundup/templates/devel/html/user.item.html:149 @@ -3924,7 +4072,7 @@ "<table class=\"form\"> <tr> <td>Примечание: </td><th class=\"required" "\">выделенные</th><td> поля должны быть заполнены.</td> </tr> </table>" -#: ../share/roundup/templates/classic/html/issue.item.html:128 +#: ../share/roundup/templates/classic/html/issue.item.html:145 #, fuzzy msgid "" "Created on ${creation} by ${creator}, last changed ${activity} by ${actor}." @@ -3932,7 +4080,7 @@ "Создано <b>${creation}</b> пользователем <b>${creator}</b>, последнее " "изменение <b>${activity}</b>, пользователь <b>${actor}</b>." -#: ../share/roundup/templates/classic/html/issue.item.html:132 +#: ../share/roundup/templates/classic/html/issue.item.html:149 #: ../share/roundup/templates/classic/html/msg.item.html:61 #: ../share/roundup/templates/devel/html/bug.item.html:222 #: ../share/roundup/templates/devel/html/msg.item.html:103 @@ -3941,7 +4089,7 @@ msgid "Files" msgstr "Файлы" -#: ../share/roundup/templates/classic/html/issue.item.html:134 +#: ../share/roundup/templates/classic/html/issue.item.html:151 #: ../share/roundup/templates/classic/html/msg.item.html:63 #: ../share/roundup/templates/devel/html/bug.item.html:224 #: ../share/roundup/templates/devel/html/msg.item.html:105 @@ -3952,7 +4100,7 @@ msgid "File name" msgstr "Имя файла" -#: ../share/roundup/templates/classic/html/issue.item.html:135 +#: ../share/roundup/templates/classic/html/issue.item.html:152 #: ../share/roundup/templates/classic/html/msg.item.html:64 #: ../share/roundup/templates/devel/html/bug.item.html:225 #: ../share/roundup/templates/devel/html/msg.item.html:106 @@ -3963,9 +4111,9 @@ msgid "Uploaded" msgstr "Загружен" -#: ../share/roundup/templates/classic/html/issue.item.html:136 +#: ../share/roundup/templates/classic/html/issue.item.html:153 #: ../share/roundup/templates/devel/html/bug.index.html:40 -#: ../share/roundup/templates/devel/html/task.index.html:40 +#: ../share/roundup/templates/devel/html/task.index.html:37 #: ../share/roundup/templates/responsive/html/bug.index.html:37 #: ../share/roundup/templates/responsive/html/bug.item.html:46 #: ../share/roundup/templates/responsive/html/bug.item.html:71 @@ -3975,7 +4123,7 @@ msgid "Type" msgstr "Тип" -#: ../share/roundup/templates/classic/html/issue.item.html:137 +#: ../share/roundup/templates/classic/html/issue.item.html:154 #: ../share/roundup/templates/classic/html/query.edit.html:60 #: ../share/roundup/templates/devel/html/bug.item.html:227 #: ../share/roundup/templates/devel/html/query.edit.html:62 @@ -3986,7 +4134,7 @@ msgid "Edit" msgstr "Редактировать" -#: ../share/roundup/templates/classic/html/issue.item.html:138 +#: ../share/roundup/templates/classic/html/issue.item.html:155 #: ../share/roundup/templates/devel/html/bug.item.html:228 #: ../share/roundup/templates/devel/html/task.item.html:175 #: ../share/roundup/templates/responsive/html/bug.item.html:320 @@ -3994,8 +4142,8 @@ msgid "Remove" msgstr "Удалить" -#: ../share/roundup/templates/classic/html/issue.item.html:160 -#: ../share/roundup/templates/classic/html/issue.item.html:183 +#: ../share/roundup/templates/classic/html/issue.item.html:177 +#: ../share/roundup/templates/classic/html/issue.item.html:200 #: ../share/roundup/templates/classic/html/query.edit.html:83 #: ../share/roundup/templates/devel/html/bug.item.html:248 #: ../share/roundup/templates/devel/html/bug.item.html:305 @@ -4010,7 +4158,7 @@ msgid "remove" msgstr "удалить" -#: ../share/roundup/templates/classic/html/issue.item.html:167 +#: ../share/roundup/templates/classic/html/issue.item.html:184 #: ../share/roundup/templates/classic/html/msg.index.html:9 #: ../share/roundup/templates/devel/html/bug.item.html:291 #: ../share/roundup/templates/devel/html/msg.index.html:9 @@ -4021,15 +4169,15 @@ msgid "Messages" msgstr "Сообщения" -#: ../share/roundup/templates/classic/html/issue.item.html:171 +#: ../share/roundup/templates/classic/html/issue.item.html:188 msgid "msg${id} (view)" msgstr "msg${id} (просмотр)" -#: ../share/roundup/templates/classic/html/issue.item.html:172 +#: ../share/roundup/templates/classic/html/issue.item.html:189 msgid "Author: ${author}" msgstr "Автор: ${author}" -#: ../share/roundup/templates/classic/html/issue.item.html:174 +#: ../share/roundup/templates/classic/html/issue.item.html:191 #: ../share/roundup/templates/devel/html/bug.item.html:298 #: ../share/roundup/templates/devel/html/task.item.html:211 #: ../share/roundup/templates/responsive/html/bug.item.html:357 @@ -4096,36 +4244,36 @@ msgstr "в заголовке:" #: ../share/roundup/templates/classic/html/issue.search.html:57 -#: ../share/roundup/templates/devel/html/bug.search.html:194 +#: ../share/roundup/templates/devel/html/bug.search.html:199 #: ../share/roundup/templates/devel/html/keyword.item.html:51 -#: ../share/roundup/templates/devel/html/task.search.html:194 -#: ../share/roundup/templates/responsive/html/bug.search.html:194 +#: ../share/roundup/templates/devel/html/task.search.html:199 +#: ../share/roundup/templates/responsive/html/bug.search.html:199 #: ../share/roundup/templates/responsive/html/keyword.item.html:51 msgid "Keyword:" msgstr "Ключевое слово:" #: ../share/roundup/templates/classic/html/issue.search.html:59 -#: ../share/roundup/templates/classic/html/issue.search.html:124 -#: ../share/roundup/templates/classic/html/issue.search.html:140 -#: ../share/roundup/templates/devel/html/bug.search.html:117 -#: ../share/roundup/templates/devel/html/bug.search.html:130 -#: ../share/roundup/templates/devel/html/bug.search.html:143 -#: ../share/roundup/templates/devel/html/bug.search.html:209 -#: ../share/roundup/templates/devel/html/bug.search.html:225 -#: ../share/roundup/templates/devel/html/task.search.html:117 -#: ../share/roundup/templates/devel/html/task.search.html:130 -#: ../share/roundup/templates/devel/html/task.search.html:143 -#: ../share/roundup/templates/devel/html/task.search.html:209 -#: ../share/roundup/templates/devel/html/task.search.html:225 -#: ../share/roundup/templates/responsive/html/bug.search.html:117 -#: ../share/roundup/templates/responsive/html/bug.search.html:130 -#: ../share/roundup/templates/responsive/html/bug.search.html:143 -#: ../share/roundup/templates/responsive/html/bug.search.html:209 -#: ../share/roundup/templates/responsive/html/bug.search.html:225 -#: ../share/roundup/templates/responsive/html/task.search.html:117 -#: ../share/roundup/templates/responsive/html/task.search.html:130 -#: ../share/roundup/templates/responsive/html/task.search.html:170 -#: ../share/roundup/templates/responsive/html/task.search.html:186 +#: ../share/roundup/templates/classic/html/issue.search.html:126 +#: ../share/roundup/templates/classic/html/issue.search.html:142 +#: ../share/roundup/templates/devel/html/bug.search.html:121 +#: ../share/roundup/templates/devel/html/bug.search.html:134 +#: ../share/roundup/templates/devel/html/bug.search.html:147 +#: ../share/roundup/templates/devel/html/bug.search.html:214 +#: ../share/roundup/templates/devel/html/bug.search.html:230 +#: ../share/roundup/templates/devel/html/task.search.html:121 +#: ../share/roundup/templates/devel/html/task.search.html:134 +#: ../share/roundup/templates/devel/html/task.search.html:147 +#: ../share/roundup/templates/devel/html/task.search.html:214 +#: ../share/roundup/templates/devel/html/task.search.html:230 +#: ../share/roundup/templates/responsive/html/bug.search.html:121 +#: ../share/roundup/templates/responsive/html/bug.search.html:134 +#: ../share/roundup/templates/responsive/html/bug.search.html:147 +#: ../share/roundup/templates/responsive/html/bug.search.html:214 +#: ../share/roundup/templates/responsive/html/bug.search.html:230 +#: ../share/roundup/templates/responsive/html/task.search.html:121 +#: ../share/roundup/templates/responsive/html/task.search.html:134 +#: ../share/roundup/templates/responsive/html/task.search.html:175 +#: ../share/roundup/templates/responsive/html/task.search.html:191 msgid "not selected" msgstr "не установлен" @@ -4161,153 +4309,153 @@ msgid "created by me" msgstr "создано мной" -#: ../share/roundup/templates/classic/html/issue.search.html:98 -#: ../share/roundup/templates/devel/html/bug.search.html:84 -#: ../share/roundup/templates/devel/html/task.search.html:84 -#: ../share/roundup/templates/responsive/html/bug.search.html:84 -#: ../share/roundup/templates/responsive/html/task.search.html:84 +#: ../share/roundup/templates/classic/html/issue.search.html:99 +#: ../share/roundup/templates/devel/html/bug.search.html:86 +#: ../share/roundup/templates/devel/html/task.search.html:86 +#: ../share/roundup/templates/responsive/html/bug.search.html:86 +#: ../share/roundup/templates/responsive/html/task.search.html:86 msgid "Activity:" msgstr "Действие:" -#: ../share/roundup/templates/classic/html/issue.search.html:109 +#: ../share/roundup/templates/classic/html/issue.search.html:110 msgid "Actor:" msgstr "Выполнил:" -#: ../share/roundup/templates/classic/html/issue.search.html:111 -#: ../share/roundup/templates/devel/html/bug.search.html:96 -#: ../share/roundup/templates/devel/html/task.search.html:96 -#: ../share/roundup/templates/responsive/html/bug.search.html:96 -#: ../share/roundup/templates/responsive/html/task.search.html:96 +#: ../share/roundup/templates/classic/html/issue.search.html:112 +#: ../share/roundup/templates/devel/html/bug.search.html:98 +#: ../share/roundup/templates/devel/html/task.search.html:98 +#: ../share/roundup/templates/responsive/html/bug.search.html:98 +#: ../share/roundup/templates/responsive/html/task.search.html:98 msgid "done by me" msgstr "выполнено мной" -#: ../share/roundup/templates/classic/html/issue.search.html:122 -#: ../share/roundup/templates/devel/html/bug.search.html:207 -#: ../share/roundup/templates/devel/html/task.search.html:207 -#: ../share/roundup/templates/responsive/html/bug.search.html:207 -#: ../share/roundup/templates/responsive/html/task.search.html:168 +#: ../share/roundup/templates/classic/html/issue.search.html:124 +#: ../share/roundup/templates/devel/html/bug.search.html:212 +#: ../share/roundup/templates/devel/html/task.search.html:212 +#: ../share/roundup/templates/responsive/html/bug.search.html:212 +#: ../share/roundup/templates/responsive/html/task.search.html:173 msgid "Priority:" msgstr "Приоритет:" -#: ../share/roundup/templates/classic/html/issue.search.html:135 -#: ../share/roundup/templates/devel/html/bug.search.html:220 -#: ../share/roundup/templates/devel/html/task.search.html:220 -#: ../share/roundup/templates/responsive/html/bug.search.html:220 -#: ../share/roundup/templates/responsive/html/task.search.html:181 +#: ../share/roundup/templates/classic/html/issue.search.html:137 +#: ../share/roundup/templates/devel/html/bug.search.html:225 +#: ../share/roundup/templates/devel/html/task.search.html:225 +#: ../share/roundup/templates/responsive/html/bug.search.html:225 +#: ../share/roundup/templates/responsive/html/task.search.html:186 msgid "Status:" msgstr "Статус:" -#: ../share/roundup/templates/classic/html/issue.search.html:138 +#: ../share/roundup/templates/classic/html/issue.search.html:140 msgid "not resolved" msgstr "не закрыт" -#: ../share/roundup/templates/classic/html/issue.search.html:153 -#: ../share/roundup/templates/devel/html/bug.search.html:177 -#: ../share/roundup/templates/devel/html/task.search.html:177 -#: ../share/roundup/templates/responsive/html/bug.search.html:177 -#: ../share/roundup/templates/responsive/html/task.search.html:151 +#: ../share/roundup/templates/classic/html/issue.search.html:155 +#: ../share/roundup/templates/devel/html/bug.search.html:181 +#: ../share/roundup/templates/devel/html/task.search.html:181 +#: ../share/roundup/templates/responsive/html/bug.search.html:181 +#: ../share/roundup/templates/responsive/html/task.search.html:155 msgid "Assigned to:" msgstr "Исполнитель:" -#: ../share/roundup/templates/classic/html/issue.search.html:156 -#: ../share/roundup/templates/devel/html/bug.search.html:180 -#: ../share/roundup/templates/devel/html/task.search.html:180 -#: ../share/roundup/templates/responsive/html/bug.search.html:180 -#: ../share/roundup/templates/responsive/html/task.search.html:154 -msgid "assigned to me" -msgstr "поручено мне" - #: ../share/roundup/templates/classic/html/issue.search.html:158 -#: ../share/roundup/templates/devel/html/bug.search.html:182 -#: ../share/roundup/templates/devel/html/task.search.html:182 -#: ../share/roundup/templates/responsive/html/bug.search.html:182 -#: ../share/roundup/templates/responsive/html/task.search.html:156 +#: ../share/roundup/templates/devel/html/bug.search.html:184 +#: ../share/roundup/templates/devel/html/task.search.html:184 +#: ../share/roundup/templates/responsive/html/bug.search.html:184 +#: ../share/roundup/templates/responsive/html/task.search.html:158 +msgid "assigned to me" +msgstr "поручено мне" + +#: ../share/roundup/templates/classic/html/issue.search.html:161 +#: ../share/roundup/templates/devel/html/bug.search.html:187 +#: ../share/roundup/templates/devel/html/task.search.html:187 +#: ../share/roundup/templates/responsive/html/bug.search.html:187 +#: ../share/roundup/templates/responsive/html/task.search.html:161 msgid "unassigned" msgstr "неназначено" -#: ../share/roundup/templates/classic/html/issue.search.html:168 -#: ../share/roundup/templates/devel/html/bug.search.html:245 -#: ../share/roundup/templates/devel/html/task.search.html:245 -#: ../share/roundup/templates/responsive/html/bug.search.html:245 -#: ../share/roundup/templates/responsive/html/task.search.html:206 +#: ../share/roundup/templates/classic/html/issue.search.html:171 +#: ../share/roundup/templates/devel/html/bug.search.html:250 +#: ../share/roundup/templates/devel/html/task.search.html:250 +#: ../share/roundup/templates/responsive/html/bug.search.html:250 +#: ../share/roundup/templates/responsive/html/task.search.html:211 msgid "No Sort or group:" msgstr "Не сортировать / не группировать" -#: ../share/roundup/templates/classic/html/issue.search.html:176 -#: ../share/roundup/templates/devel/html/bug.search.html:253 -#: ../share/roundup/templates/devel/html/task.search.html:253 -#: ../share/roundup/templates/responsive/html/bug.search.html:253 -#: ../share/roundup/templates/responsive/html/task.search.html:214 +#: ../share/roundup/templates/classic/html/issue.search.html:179 +#: ../share/roundup/templates/devel/html/bug.search.html:258 +#: ../share/roundup/templates/devel/html/task.search.html:258 +#: ../share/roundup/templates/responsive/html/bug.search.html:258 +#: ../share/roundup/templates/responsive/html/task.search.html:219 msgid "Pagesize:" msgstr "Размер страницы:" -#: ../share/roundup/templates/classic/html/issue.search.html:182 -#: ../share/roundup/templates/devel/html/bug.search.html:259 -#: ../share/roundup/templates/devel/html/task.search.html:259 -#: ../share/roundup/templates/responsive/html/bug.search.html:259 -#: ../share/roundup/templates/responsive/html/task.search.html:220 +#: ../share/roundup/templates/classic/html/issue.search.html:185 +#: ../share/roundup/templates/devel/html/bug.search.html:264 +#: ../share/roundup/templates/devel/html/task.search.html:264 +#: ../share/roundup/templates/responsive/html/bug.search.html:264 +#: ../share/roundup/templates/responsive/html/task.search.html:225 msgid "Start With:" msgstr "Начать с:" -#: ../share/roundup/templates/classic/html/issue.search.html:188 -#: ../share/roundup/templates/devel/html/bug.search.html:265 -#: ../share/roundup/templates/devel/html/task.search.html:265 -#: ../share/roundup/templates/responsive/html/bug.search.html:265 -#: ../share/roundup/templates/responsive/html/task.search.html:226 +#: ../share/roundup/templates/classic/html/issue.search.html:191 +#: ../share/roundup/templates/devel/html/bug.search.html:270 +#: ../share/roundup/templates/devel/html/task.search.html:270 +#: ../share/roundup/templates/responsive/html/bug.search.html:270 +#: ../share/roundup/templates/responsive/html/task.search.html:231 msgid "Sort Descending:" msgstr "Сортировать по убыванию:" -#: ../share/roundup/templates/classic/html/issue.search.html:195 -#: ../share/roundup/templates/devel/html/bug.search.html:272 -#: ../share/roundup/templates/devel/html/task.search.html:272 -#: ../share/roundup/templates/responsive/html/bug.search.html:272 -#: ../share/roundup/templates/responsive/html/task.search.html:233 +#: ../share/roundup/templates/classic/html/issue.search.html:198 +#: ../share/roundup/templates/devel/html/bug.search.html:277 +#: ../share/roundup/templates/devel/html/task.search.html:277 +#: ../share/roundup/templates/responsive/html/bug.search.html:277 +#: ../share/roundup/templates/responsive/html/task.search.html:238 msgid "Group Descending:" msgstr "Группировать по убыванию" -#: ../share/roundup/templates/classic/html/issue.search.html:202 -#: ../share/roundup/templates/devel/html/bug.search.html:279 -#: ../share/roundup/templates/devel/html/task.search.html:279 -#: ../share/roundup/templates/responsive/html/bug.search.html:279 -#: ../share/roundup/templates/responsive/html/task.search.html:240 +#: ../share/roundup/templates/classic/html/issue.search.html:205 +#: ../share/roundup/templates/devel/html/bug.search.html:284 +#: ../share/roundup/templates/devel/html/task.search.html:284 +#: ../share/roundup/templates/responsive/html/bug.search.html:284 +#: ../share/roundup/templates/responsive/html/task.search.html:245 msgid "Query name**:" msgstr "Имя запроса**:" -#: ../share/roundup/templates/classic/html/issue.search.html:215 -#: ../share/roundup/templates/classic/html/page.html:40 -#: ../share/roundup/templates/classic/html/page.html:92 -#: ../share/roundup/templates/classic/html/user.help-search.html:69 +#: ../share/roundup/templates/classic/html/issue.search.html:218 +#: ../share/roundup/templates/classic/html/page.html:42 +#: ../share/roundup/templates/classic/html/page.html:94 +#: ../share/roundup/templates/classic/html/user.help-search.html:71 #: ../share/roundup/templates/classic/html/user.index.html:38 -#: ../share/roundup/templates/devel/html/bug.search.html:292 +#: ../share/roundup/templates/devel/html/bug.search.html:297 #: ../share/roundup/templates/devel/html/page.html:79 #: ../share/roundup/templates/devel/html/page.html:126 -#: ../share/roundup/templates/devel/html/task.search.html:292 -#: ../share/roundup/templates/devel/html/user.help-search.html:69 +#: ../share/roundup/templates/devel/html/task.search.html:297 +#: ../share/roundup/templates/devel/html/user.help-search.html:71 #: ../share/roundup/templates/devel/html/user.help.html:77 #: ../share/roundup/templates/devel/html/user.index.html:37 #: ../share/roundup/templates/minimal/html/page.html:40 #: ../share/roundup/templates/minimal/html/page.html:92 -#: ../share/roundup/templates/responsive/html/bug.search.html:292 +#: ../share/roundup/templates/responsive/html/bug.search.html:297 #: ../share/roundup/templates/responsive/html/page.html:95 #: ../share/roundup/templates/responsive/html/page.html:143 -#: ../share/roundup/templates/responsive/html/task.search.html:253 -#: ../share/roundup/templates/responsive/html/user.help-search.html:69 +#: ../share/roundup/templates/responsive/html/task.search.html:258 +#: ../share/roundup/templates/responsive/html/user.help-search.html:71 #: ../share/roundup/templates/responsive/html/user.help.html:77 #: ../share/roundup/templates/responsive/html/user.index.html:39 msgid "Search" msgstr "Поиск" -#: ../share/roundup/templates/classic/html/issue.search.html:220 +#: ../share/roundup/templates/classic/html/issue.search.html:223 msgid "*: The \"all text\" field will look in message bodies and issue titles" msgstr "" "*: Поиск по всему тексту ищет введенную строку в заголовках и в теле " "сообщений." -#: ../share/roundup/templates/classic/html/issue.search.html:223 -#: ../share/roundup/templates/devel/html/bug.search.html:300 -#: ../share/roundup/templates/devel/html/task.search.html:300 -#: ../share/roundup/templates/responsive/html/bug.search.html:300 -#: ../share/roundup/templates/responsive/html/task.search.html:261 +#: ../share/roundup/templates/classic/html/issue.search.html:226 +#: ../share/roundup/templates/devel/html/bug.search.html:305 +#: ../share/roundup/templates/devel/html/task.search.html:305 +#: ../share/roundup/templates/responsive/html/bug.search.html:305 +#: ../share/roundup/templates/responsive/html/task.search.html:266 msgid "" "**: If you supply a name, the query will be saved off and available as a " "link in the sidebar" @@ -4409,18 +4557,18 @@ msgid "Content" msgstr "Содержание" -#: ../share/roundup/templates/classic/html/page.html:54 +#: ../share/roundup/templates/classic/html/page.html:56 #: ../share/roundup/templates/minimal/html/page.html:54 msgid "<b>Your Queries</b> (<a href=\"query?@template=edit\">edit</a>)" msgstr "<b>Ваши запросы</b> (<a href=\"query?@template=edit\">редактор</a>)" -#: ../share/roundup/templates/classic/html/page.html:65 +#: ../share/roundup/templates/classic/html/page.html:67 #: ../share/roundup/templates/minimal/html/page.html:65 msgid "Issues" msgstr "Задачи" -#: ../share/roundup/templates/classic/html/page.html:67 -#: ../share/roundup/templates/classic/html/page.html:107 +#: ../share/roundup/templates/classic/html/page.html:69 +#: ../share/roundup/templates/classic/html/page.html:109 #: ../share/roundup/templates/devel/html/page.html:48 #: ../share/roundup/templates/devel/html/page.html:96 #: ../share/roundup/templates/devel/html/page.html:143 @@ -4432,7 +4580,7 @@ msgid "Create New" msgstr "Добавить" -#: ../share/roundup/templates/classic/html/page.html:69 +#: ../share/roundup/templates/classic/html/page.html:71 #: ../share/roundup/templates/devel/html/page.html:64 #: ../share/roundup/templates/devel/html/page.html:112 #: ../share/roundup/templates/minimal/html/page.html:69 @@ -4441,51 +4589,51 @@ msgid "Show Unassigned" msgstr "Неназначенные" -#: ../share/roundup/templates/classic/html/page.html:81 +#: ../share/roundup/templates/classic/html/page.html:83 #: ../share/roundup/templates/minimal/html/page.html:81 msgid "Show All" msgstr "Показать все" -#: ../share/roundup/templates/classic/html/page.html:93 +#: ../share/roundup/templates/classic/html/page.html:95 #: ../share/roundup/templates/minimal/html/page.html:93 msgid "Show issue:" msgstr "Показать:" -#: ../share/roundup/templates/classic/html/page.html:110 +#: ../share/roundup/templates/classic/html/page.html:112 #: ../share/roundup/templates/minimal/html/page.html:110 msgid "Edit Existing" msgstr "Редактировать" -#: ../share/roundup/templates/classic/html/page.html:116 +#: ../share/roundup/templates/classic/html/page.html:118 #: ../share/roundup/templates/devel/html/page.html:224 #: ../share/roundup/templates/minimal/html/page.html:116 #: ../share/roundup/templates/responsive/html/page.html:241 msgid "Administration" msgstr "Администрирование" -#: ../share/roundup/templates/classic/html/page.html:118 +#: ../share/roundup/templates/classic/html/page.html:120 #: ../share/roundup/templates/devel/html/page.html:227 #: ../share/roundup/templates/minimal/html/page.html:118 #: ../share/roundup/templates/responsive/html/page.html:244 msgid "Class List" msgstr "Список классов" -#: ../share/roundup/templates/classic/html/page.html:122 +#: ../share/roundup/templates/classic/html/page.html:124 #: ../share/roundup/templates/devel/html/page.html:231 #: ../share/roundup/templates/minimal/html/page.html:122 #: ../share/roundup/templates/responsive/html/page.html:248 msgid "User List" msgstr "Список пользователей" -#: ../share/roundup/templates/classic/html/page.html:124 +#: ../share/roundup/templates/classic/html/page.html:126 #: ../share/roundup/templates/devel/html/page.html:234 #: ../share/roundup/templates/minimal/html/page.html:124 #: ../share/roundup/templates/responsive/html/page.html:251 msgid "Add User" msgstr "Добавить пользователя" -#: ../share/roundup/templates/classic/html/page.html:131 -#: ../share/roundup/templates/classic/html/page.html:139 +#: ../share/roundup/templates/classic/html/page.html:133 +#: ../share/roundup/templates/classic/html/page.html:141 #: ../share/roundup/templates/devel/html/page.html:164 #: ../share/roundup/templates/devel/html/page.html:172 #: ../share/roundup/templates/minimal/html/page.html:131 @@ -4494,13 +4642,13 @@ msgid "Login" msgstr "Вход" -#: ../share/roundup/templates/classic/html/page.html:136 +#: ../share/roundup/templates/classic/html/page.html:138 #: ../share/roundup/templates/devel/html/page.html:171 #: ../share/roundup/templates/minimal/html/page.html:138 msgid "Remember me?" msgstr "Запомнить" -#: ../share/roundup/templates/classic/html/page.html:147 +#: ../share/roundup/templates/classic/html/page.html:149 #: ../share/roundup/templates/classic/html/user.register.html:68 #: ../share/roundup/templates/devel/html/page.html:182 #: ../share/roundup/templates/devel/html/user.register.html:75 @@ -4511,57 +4659,57 @@ msgid "Register" msgstr "Зарегистрироваться" -#: ../share/roundup/templates/classic/html/page.html:150 +#: ../share/roundup/templates/classic/html/page.html:152 #: ../share/roundup/templates/devel/html/page.html:187 #: ../share/roundup/templates/minimal/html/page.html:150 #: ../share/roundup/templates/responsive/html/page.html:205 msgid "Lost your login?" msgstr "Забыли пароль?" -#: ../share/roundup/templates/classic/html/page.html:155 +#: ../share/roundup/templates/classic/html/page.html:157 #: ../share/roundup/templates/minimal/html/page.html:155 msgid "Hello, ${user}" msgstr "Здравствуйте, ${user}!" -#: ../share/roundup/templates/classic/html/page.html:157 +#: ../share/roundup/templates/classic/html/page.html:159 msgid "Your Issues" msgstr "Задачи" -#: ../share/roundup/templates/classic/html/page.html:169 +#: ../share/roundup/templates/classic/html/page.html:171 #: ../share/roundup/templates/devel/html/page.html:209 #: ../share/roundup/templates/minimal/html/page.html:157 #: ../share/roundup/templates/responsive/html/page.html:226 msgid "Your Details" msgstr "Учетная карточка" -#: ../share/roundup/templates/classic/html/page.html:171 +#: ../share/roundup/templates/classic/html/page.html:173 #: ../share/roundup/templates/devel/html/page.html:212 #: ../share/roundup/templates/minimal/html/page.html:159 #: ../share/roundup/templates/responsive/html/page.html:229 msgid "Logout" msgstr "Выход" -#: ../share/roundup/templates/classic/html/page.html:175 +#: ../share/roundup/templates/classic/html/page.html:177 #: ../share/roundup/templates/minimal/html/page.html:163 msgid "Help" msgstr "Помощь" -#: ../share/roundup/templates/classic/html/page.html:176 +#: ../share/roundup/templates/classic/html/page.html:178 #: ../share/roundup/templates/minimal/html/page.html:164 msgid "Roundup docs" msgstr "Документация Roundup" -#: ../share/roundup/templates/classic/html/page.html:187 +#: ../share/roundup/templates/classic/html/page.html:189 #: ../share/roundup/templates/devel/html/page.html:254 #: ../share/roundup/templates/minimal/html/page.html:175 #: ../share/roundup/templates/responsive/html/page.html:269 msgid "clear this message" msgstr "сбросить это сообщение" -#: ../share/roundup/templates/classic/html/page.html:251 -#: ../share/roundup/templates/classic/html/page.html:264 -#: ../share/roundup/templates/classic/html/page.html:282 -#: ../share/roundup/templates/classic/html/page.html:296 +#: ../share/roundup/templates/classic/html/page.html:257 +#: ../share/roundup/templates/classic/html/page.html:270 +#: ../share/roundup/templates/classic/html/page.html:288 +#: ../share/roundup/templates/classic/html/page.html:302 #: ../share/roundup/templates/devel/html/page.html:316 #: ../share/roundup/templates/devel/html/page.html:329 #: ../share/roundup/templates/devel/html/page.html:347 @@ -4576,10 +4724,10 @@ msgid "don't care" msgstr "неважно" -#: ../share/roundup/templates/classic/html/page.html:253 -#: ../share/roundup/templates/classic/html/page.html:266 -#: ../share/roundup/templates/classic/html/page.html:284 -#: ../share/roundup/templates/classic/html/page.html:297 +#: ../share/roundup/templates/classic/html/page.html:259 +#: ../share/roundup/templates/classic/html/page.html:272 +#: ../share/roundup/templates/classic/html/page.html:290 +#: ../share/roundup/templates/classic/html/page.html:303 #: ../share/roundup/templates/devel/html/page.html:318 #: ../share/roundup/templates/devel/html/page.html:331 #: ../share/roundup/templates/devel/html/page.html:349 @@ -4594,7 +4742,7 @@ msgid "------------" msgstr "" -#: ../share/roundup/templates/classic/html/page.html:325 +#: ../share/roundup/templates/classic/html/page.html:335 #: ../share/roundup/templates/devel/html/page.html:390 #: ../share/roundup/templates/minimal/html/page.html:297 #: ../share/roundup/templates/responsive/html/page.html:405 @@ -4798,10 +4946,10 @@ "почте. В этом письме будет написано, что вы должны сделать, чтобы очистить " "пароль Roundup." -#: ../share/roundup/templates/classic/html/user.help-search.html:73 -#: ../share/roundup/templates/devel/html/user.help-search.html:73 +#: ../share/roundup/templates/classic/html/user.help-search.html:75 +#: ../share/roundup/templates/devel/html/user.help-search.html:75 #: ../share/roundup/templates/devel/html/user.help.html:81 -#: ../share/roundup/templates/responsive/html/user.help-search.html:73 +#: ../share/roundup/templates/responsive/html/user.help-search.html:75 #: ../share/roundup/templates/responsive/html/user.help.html:81 msgid "Pagesize" msgstr "Размер страницы" @@ -5127,14 +5275,13 @@ msgstr "Список задач" #: ../share/roundup/templates/devel/html/bug.index.html:26 -#: ../share/roundup/templates/devel/html/task.index.html:26 #: ../share/roundup/templates/responsive/html/bug.index.html:26 #: ../share/roundup/templates/responsive/html/bug.item.html:84 msgid "Severity" msgstr "" #: ../share/roundup/templates/devel/html/bug.index.html:32 -#: ../share/roundup/templates/devel/html/task.index.html:32 +#: ../share/roundup/templates/devel/html/task.index.html:31 #: ../share/roundup/templates/responsive/html/bug.index.html:31 #: ../share/roundup/templates/responsive/html/bug.item.html:48 #: ../share/roundup/templates/responsive/html/task.index.html:31 @@ -5143,14 +5290,13 @@ msgstr "" #: ../share/roundup/templates/devel/html/bug.index.html:33 -#: ../share/roundup/templates/devel/html/task.index.html:33 #: ../share/roundup/templates/responsive/html/bug.index.html:32 #: ../share/roundup/templates/responsive/html/bug.item.html:113 msgid "Versions" msgstr "" #: ../share/roundup/templates/devel/html/bug.index.html:35 -#: ../share/roundup/templates/devel/html/task.index.html:35 +#: ../share/roundup/templates/devel/html/task.index.html:33 #: ../share/roundup/templates/responsive/html/bug.index.html:34 #: ../share/roundup/templates/responsive/html/bug.item.html:130 #: ../share/roundup/templates/responsive/html/bug.item.html:172 @@ -5161,7 +5307,6 @@ msgstr "" #: ../share/roundup/templates/devel/html/bug.index.html:39 -#: ../share/roundup/templates/devel/html/task.index.html:39 msgid "Depends On" msgstr "" @@ -5327,75 +5472,75 @@ msgid "Bug searching" msgstr "Поиск" -#: ../share/roundup/templates/devel/html/bug.search.html:94 -#: ../share/roundup/templates/devel/html/task.search.html:94 -#: ../share/roundup/templates/responsive/html/bug.search.html:94 -#: ../share/roundup/templates/responsive/html/task.search.html:94 +#: ../share/roundup/templates/devel/html/bug.search.html:96 +#: ../share/roundup/templates/devel/html/task.search.html:96 +#: ../share/roundup/templates/responsive/html/bug.search.html:96 +#: ../share/roundup/templates/responsive/html/task.search.html:96 #, fuzzy msgid "Last actor:" msgstr "выполнил" -#: ../share/roundup/templates/devel/html/bug.search.html:105 -#: ../share/roundup/templates/devel/html/task.search.html:105 -#: ../share/roundup/templates/responsive/html/bug.search.html:105 -#: ../share/roundup/templates/responsive/html/task.search.html:105 +#: ../share/roundup/templates/devel/html/bug.search.html:109 +#: ../share/roundup/templates/devel/html/task.search.html:109 +#: ../share/roundup/templates/responsive/html/bug.search.html:109 +#: ../share/roundup/templates/responsive/html/task.search.html:109 #, fuzzy msgid "Nosy list member:" msgstr "Рассылка извещений" -#: ../share/roundup/templates/devel/html/bug.search.html:115 -#: ../share/roundup/templates/devel/html/task.search.html:115 -#: ../share/roundup/templates/responsive/html/bug.search.html:115 -#: ../share/roundup/templates/responsive/html/task.search.html:115 +#: ../share/roundup/templates/devel/html/bug.search.html:119 +#: ../share/roundup/templates/devel/html/task.search.html:119 +#: ../share/roundup/templates/responsive/html/bug.search.html:119 +#: ../share/roundup/templates/responsive/html/task.search.html:119 #, fuzzy msgid "Type:" msgstr "Тип" -#: ../share/roundup/templates/devel/html/bug.search.html:128 -#: ../share/roundup/templates/devel/html/task.search.html:128 -#: ../share/roundup/templates/responsive/html/bug.search.html:128 -#: ../share/roundup/templates/responsive/html/task.search.html:128 +#: ../share/roundup/templates/devel/html/bug.search.html:132 +#: ../share/roundup/templates/devel/html/task.search.html:132 +#: ../share/roundup/templates/responsive/html/bug.search.html:132 +#: ../share/roundup/templates/responsive/html/task.search.html:132 msgid "Components:" msgstr "" -#: ../share/roundup/templates/devel/html/bug.search.html:141 -#: ../share/roundup/templates/devel/html/task.search.html:141 -#: ../share/roundup/templates/responsive/html/bug.search.html:141 +#: ../share/roundup/templates/devel/html/bug.search.html:145 +#: ../share/roundup/templates/devel/html/task.search.html:145 +#: ../share/roundup/templates/responsive/html/bug.search.html:145 msgid "Versions:" msgstr "" -#: ../share/roundup/templates/devel/html/bug.search.html:167 -#: ../share/roundup/templates/devel/html/task.search.html:167 -#: ../share/roundup/templates/responsive/html/bug.search.html:167 -#: ../share/roundup/templates/responsive/html/task.search.html:141 +#: ../share/roundup/templates/devel/html/bug.search.html:171 +#: ../share/roundup/templates/devel/html/task.search.html:171 +#: ../share/roundup/templates/responsive/html/bug.search.html:171 +#: ../share/roundup/templates/responsive/html/task.search.html:145 msgid "Depends on:" msgstr "" -#: ../share/roundup/templates/devel/html/bug.search.html:196 -#: ../share/roundup/templates/devel/html/task.search.html:196 -#: ../share/roundup/templates/responsive/html/bug.search.html:196 +#: ../share/roundup/templates/devel/html/bug.search.html:201 +#: ../share/roundup/templates/devel/html/task.search.html:201 +#: ../share/roundup/templates/responsive/html/bug.search.html:201 #, fuzzy msgid "not set" msgstr "не установлен" -#: ../share/roundup/templates/devel/html/bug.search.html:223 -#: ../share/roundup/templates/devel/html/task.search.html:223 -#: ../share/roundup/templates/responsive/html/bug.search.html:223 -#: ../share/roundup/templates/responsive/html/task.search.html:184 +#: ../share/roundup/templates/devel/html/bug.search.html:228 +#: ../share/roundup/templates/devel/html/task.search.html:228 +#: ../share/roundup/templates/responsive/html/bug.search.html:228 +#: ../share/roundup/templates/responsive/html/task.search.html:189 #, fuzzy msgid "not closed" msgstr "не установлен" -#: ../share/roundup/templates/devel/html/bug.search.html:237 +#: ../share/roundup/templates/devel/html/bug.search.html:242 #: ../share/roundup/templates/devel/html/task.item.html:73 -#: ../share/roundup/templates/devel/html/task.search.html:237 -#: ../share/roundup/templates/responsive/html/bug.search.html:237 -#: ../share/roundup/templates/responsive/html/task.search.html:198 +#: ../share/roundup/templates/devel/html/task.search.html:242 +#: ../share/roundup/templates/responsive/html/bug.search.html:242 +#: ../share/roundup/templates/responsive/html/task.search.html:203 msgid "Resolution:" msgstr "" -#: ../share/roundup/templates/devel/html/bug.search.html:297 -#: ../share/roundup/templates/responsive/html/bug.search.html:297 +#: ../share/roundup/templates/devel/html/bug.search.html:302 +#: ../share/roundup/templates/responsive/html/bug.search.html:302 #, fuzzy msgid "*: The \"all text\" field will look in message bodies and bug titles" msgstr "" @@ -5600,6 +5745,10 @@ msgid "List of tasks" msgstr "Список классов" +#: ../share/roundup/templates/devel/html/task.index.html:36 +msgid "Solves" +msgstr "" + #: ../share/roundup/templates/devel/html/task.item.html:6 #: ../share/roundup/templates/responsive/html/task.item.html:6 #, fuzzy @@ -5654,8 +5803,8 @@ msgid "Task searching" msgstr "Поиск" -#: ../share/roundup/templates/devel/html/task.search.html:297 -#: ../share/roundup/templates/responsive/html/task.search.html:258 +#: ../share/roundup/templates/devel/html/task.search.html:302 +#: ../share/roundup/templates/responsive/html/task.search.html:263 #, fuzzy msgid "*: The \"all text\" field will look in message bodies and task titles" msgstr ""
