From ce8711c03a095694efc9273789b92347ad633e57 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 30 Jun 2010 17:42:26 +0200 Subject: updated po files --- po/ru.po | 354 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 157 insertions(+), 197 deletions(-) (limited to 'po/ru.po') diff --git a/po/ru.po b/po/ru.po index fb2b3e3f..655dffb6 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" -"POT-Creation-Date: 2010-06-16 14:41+0200\n" +"POT-Creation-Date: 2010-06-30 17:40+0200\n" "PO-Revision-Date: 2010-05-14 08:38\n" "Last-Translator: Yulia \n" "Language-Team: Russian\n" @@ -19,91 +19,23 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: lib/Plugins/Catcut.cpp:61 -#, fuzzy -msgid "send_string: URL not specified" -msgstr "Передача файлов: не указан URL" - -#: lib/Plugins/Catcut.cpp:77 lib/Plugins/Catcut.cpp:114 -#, fuzzy, c-format -msgid "Sending failed, try it again: %s" -msgstr "Архив %s отправляется %s" - -#: lib/Plugins/Catcut.cpp:95 -#, fuzzy -msgid "send_file: URL not specified" -msgstr "Передача файлов: не указан URL" - -#: lib/Plugins/Catcut.cpp:99 -#, fuzzy, c-format -msgid "Sending file %s to %s" -msgstr "Архив %s отправляется %s" - -#: lib/Plugins/Catcut.cpp:325 -#, fuzzy, c-format -msgid "New bug id: %s" -msgstr "Новый код запроса: %i" - -#: lib/Plugins/Catcut.cpp:366 -#, c-format -msgid "error returned by requestUpload: %s" -msgstr "" - -#: lib/Plugins/Catcut.cpp:371 -#, c-format -msgid "error returned by requestUpload: %d" -msgstr "" - -#: lib/Plugins/Catcut.cpp:377 -msgid "no URL returned by requestUpload, and no errno" -msgstr "" - -#: lib/Plugins/Catcut.cpp:382 -#, c-format -msgid "requestUpload returned URL: %s" -msgstr "" - -#: lib/Plugins/Catcut.cpp:402 -#, c-format -msgid "Attaching (text): %s" -msgstr "" - -#: lib/Plugins/Catcut.cpp:413 lib/Plugins/Catcut.cpp:431 -#, c-format -msgid "rebased URL: %s" -msgstr "" - -#: lib/Plugins/Catcut.cpp:420 -#, c-format -msgid "Attaching binary: %s" -msgstr "" - -#: lib/Plugins/Catcut.cpp:460 lib/Plugins/Bugzilla.cpp:656 -msgid "Creating new bug..." -msgstr "Создается новый запрос..." - -#: lib/Plugins/TicketUploader.cpp:97 lib/Plugins/FileTransfer.cpp:53 +#: lib/Plugins/ReportUploader.cpp:97 lib/Plugins/FileTransfer.cpp:53 msgid "FileTransfer: URL not specified" msgstr "Передача файлов: не указан URL" -#: lib/Plugins/TicketUploader.cpp:101 lib/Plugins/FileTransfer.cpp:57 +#: lib/Plugins/ReportUploader.cpp:101 lib/Plugins/FileTransfer.cpp:57 #, c-format msgid "Sending archive %s to %s" msgstr "Архив %s отправляется %s" -#: lib/Plugins/TicketUploader.cpp:130 +#: lib/Plugins/ReportUploader.cpp:130 #, c-format msgid "Sending failed, trying again. %s" msgstr "" -#: lib/Plugins/TicketUploader.cpp:192 -#, fuzzy -msgid "Creating a TicketUploader report..." -msgstr "Создание и отправка отчета..." - -#: lib/Plugins/rhfastcheck.cpp:71 +#: lib/Plugins/ReportUploader.cpp:192 #, fuzzy -msgid "Creating a signature..." +msgid "Creating a ReportUploader report..." msgstr "Создание и отправка отчета..." #: lib/Plugins/RHTSupport.cpp:231 @@ -111,15 +43,9 @@ msgstr "Создание и отправка отчета..." msgid "Creating a new case..." msgstr "Создается новый запрос..." -#: lib/Utils/make_descr.cpp:296 -#, c-format -msgid "Binary file %s will not be reported" -msgstr "" - -#: src/CLI/CLI.cpp:68 +#: src/CLI/CLI.cpp:49 #, c-format msgid "" -"%u.\n" "\tUID : %s\n" "\tUUID : %s\n" "\tPackage : %s\n" @@ -128,7 +54,7 @@ msgid "" "\tCrash Count: %s\n" msgstr "" -#: src/CLI/CLI.cpp:154 +#: src/CLI/CLI.cpp:172 #, c-format msgid "" "Usage: %s [OPTION]\n" @@ -138,18 +64,18 @@ msgid "" "\t-?, --help\t\tprint this help\n" "\n" "Actions:\n" -"\t--get-list\t\tprint list of crashes which are not reported yet\n" -"\t--get-list-full\t\tprint list of all crashes\n" -"\t--report CRASH_ID\tcreate and send a report\n" -"\t--report-always CRASH_ID create and send a report without asking\n" -"\t--delete CRASH_ID\tremove crash\n" +"\t-l, --list\t\tprint list of crashes which are not reported yet\n" +"\t -f, --full\tlist all crashes, including already reported ones\n" +"\t-r, --report CRASH_ID\tcreate and send a report\n" +"\t -y, --always\tcreate and send a report without asking\n" +"\t-d, --delete CRASH_ID\tremove crash\n" "CRASH_ID can be:\n" "\tUID:UUID pair,\n" "\tunique UUID prefix - the crash with matching UUID will be acted upon\n" -"\t@N - N'th crash (as displayed by --get-list-full) will be acted upon\n" +"\t@N - N'th crash (as displayed by --list --full) will be acted upon\n" msgstr "" -#: src/CLI/CLI.cpp:198 +#: src/CLI/CLI.cpp:215 msgid "You must specify exactly one operation" msgstr "" @@ -209,50 +135,50 @@ msgstr "" msgid "# Release string of the operating system" msgstr "" -#: src/CLI/report.cpp:323 +#: src/CLI/report.cpp:336 msgid "Can't run vi: $TERM, $VISUAL and $EDITOR are not set" msgstr "" -#: src/CLI/report.cpp:411 +#: src/CLI/report.cpp:424 msgid "" "\n" "The report has been updated." msgstr "" -#: src/CLI/report.cpp:413 +#: src/CLI/report.cpp:426 msgid "" "\n" "No changes were detected in the report." msgstr "" -#: src/CLI/report.cpp:628 +#: src/CLI/report.cpp:646 #, c-format msgid "Wrong settings were detected for plugin %s.\n" msgstr "" -#: src/CLI/report.cpp:632 +#: src/CLI/report.cpp:650 msgid "Enter your login: " msgstr "" -#: src/CLI/report.cpp:638 +#: src/CLI/report.cpp:656 msgid "Enter your password: " msgstr "" -#: src/CLI/report.cpp:681 +#: src/CLI/report.cpp:700 #, fuzzy msgid "Reporting..." msgstr "Сообщить" -#: src/CLI/report.cpp:700 +#: src/CLI/report.cpp:719 #, c-format msgid "Report using %s? [y/N]: " msgstr "" -#: src/CLI/report.cpp:703 +#: src/CLI/report.cpp:722 msgid "Skipping..." msgstr "" -#: src/CLI/report.cpp:720 +#: src/CLI/report.cpp:739 #, c-format msgid "Crash reported via %d plugins (%d errors)\n" msgstr "" @@ -383,51 +309,55 @@ msgstr "Просмотреть журнал" msgid "Bug Reports:" msgstr "Отчеты:" -#: src/Gui/ccgui.glade:277 +#: src/Gui/ccgui.glade:278 msgid "Latest Crash:" msgstr "Последний сбой:" -#: src/Gui/ccgui.glade:290 +#: src/Gui/ccgui.glade:291 msgid "Command:" msgstr "Команда:" -#: src/Gui/ccgui.glade:305 +#: src/Gui/ccgui.glade:306 msgid "User:" msgstr "Пользователь:" -#: src/Gui/ccgui.glade:320 +#: src/Gui/ccgui.glade:321 msgid "Crash Count:" msgstr "Счетчик сбоев:" -#: src/Gui/ccgui.glade:436 +#: src/Gui/ccgui.glade:437 msgid "Reason:" msgstr "Причина:" -#: src/Gui/ccgui.glade:462 +#: src/Gui/ccgui.glade:463 msgid "Comment:" msgstr "Комментарий:" -#: src/Gui/ccgui.glade:542 +#: src/Gui/ccgui.glade:543 msgid "Copy to Clipboard" msgstr "Копировать в буфер" -#: src/Gui/ccgui.glade:554 src/Gui/ccgui.glade:682 src/Applet/CCApplet.cpp:253 +#: src/Gui/ccgui.glade:555 src/Gui/ccgui.glade:683 src/Applet/CCApplet.cpp:253 msgid "Report" msgstr "Сообщить" -#: src/Gui/CCMainWindow.py:62 +#: src/Gui/CCMainWindow.py:63 msgid "Reported" msgstr "Сообщено" -#: src/Gui/CCMainWindow.py:70 +#: src/Gui/CCMainWindow.py:71 msgid "Application" msgstr "Приложение" -#: src/Gui/CCMainWindow.py:72 +#: src/Gui/CCMainWindow.py:73 +msgid "Hostname" +msgstr "" + +#: src/Gui/CCMainWindow.py:75 msgid "Latest Crash" msgstr "Последний сбой" -#: src/Gui/CCMainWindow.py:140 +#: src/Gui/CCMainWindow.py:143 #, python-format msgid "" "Can't show the settings dialog\n" @@ -436,7 +366,7 @@ msgstr "" "Не удалось показать окно настроек\n" "%s" -#: src/Gui/CCMainWindow.py:145 +#: src/Gui/CCMainWindow.py:148 #, python-format msgid "" "Unable to finish current task!\n" @@ -445,7 +375,7 @@ msgstr "" "Не удалось завершить текущую задачу.\n" "%s" -#: src/Gui/CCMainWindow.py:180 +#: src/Gui/CCMainWindow.py:183 #, python-format msgid "" "Error while loading the dumplist.\n" @@ -454,7 +384,7 @@ msgstr "" "Ошибка при загрузке dumplist. \n" "%s" -#: src/Gui/CCMainWindow.py:237 +#: src/Gui/CCMainWindow.py:241 #, python-format msgid "" "%s Crash\n" @@ -463,11 +393,11 @@ msgstr "" "%s сбой\n" "%s" -#: src/Gui/CCMainWindow.py:333 +#: src/Gui/CCMainWindow.py:337 msgid "You have to select a crash to copy." msgstr "Необходимо выбрать сбой для копирования." -#: src/Gui/CCMainWindow.py:418 +#: src/Gui/CCMainWindow.py:422 msgid "" "Usage: abrt-gui [OPTIONS]\n" "\t-v[vv]\t\t\tVerbose\n" @@ -477,7 +407,7 @@ msgstr "" "\t-v[vv]\t\t\tПодробный вывод\n" "\t--report=CRASH_ID\tОтправить отчет об ошибке под кодом CRASH_ID" -#: src/Gui/CCMainWindow.py:441 +#: src/Gui/CCMainWindow.py:445 #, python-format msgid "" "No such crash in database, probably wrong crashid.\n" @@ -494,7 +424,7 @@ msgstr "Кратко опишите действия, которые приве msgid "You must check backtrace for sensitive data" msgstr "Проверьте, что в отслеженных данных нет личной информации" -#: src/Gui/CCReporterDialog.py:118 src/Gui/CReporterAssistant.py:302 +#: src/Gui/CCReporterDialog.py:118 src/Gui/CReporterAssistant.py:304 #, python-format msgid "" "Reporting disabled because the backtrace is unusable.\n" @@ -506,11 +436,11 @@ msgstr "" "Попробуйте установить debuginfo вручную: debuginfo-install %s\n" "и нажмите Обновить для повторного отслеживания данных." -#: src/Gui/CCReporterDialog.py:120 src/Gui/CReporterAssistant.py:304 +#: src/Gui/CCReporterDialog.py:120 src/Gui/CReporterAssistant.py:306 msgid "The backtrace is unusable, you can't report this!" msgstr "Отслеженные данные о сбое непригодны, отправить их нельзя!" -#: src/Gui/CCReporterDialog.py:124 src/Gui/CReporterAssistant.py:308 +#: src/Gui/CCReporterDialog.py:124 src/Gui/CReporterAssistant.py:310 msgid "" "The backtrace is incomplete, please make sure you provide good steps to " "reproduce." @@ -536,7 +466,7 @@ msgstr "" "Пожалуйста, проверьте abrt.conf" #: src/Gui/CCReporterDialog.py:418 src/Gui/PluginsSettingsDialog.py:169 -#: src/Gui/CReporterAssistant.py:199 +#: src/Gui/CReporterAssistant.py:201 #, python-format msgid "" "Can't save plugin settings:\n" @@ -545,12 +475,12 @@ msgstr "" "Не удалось сохранить настройки модуля:\n" " %s" -#: src/Gui/CCReporterDialog.py:448 src/Gui/CReporterAssistant.py:229 +#: src/Gui/CCReporterDialog.py:448 src/Gui/CReporterAssistant.py:231 #, python-format msgid "Configure %s options" msgstr "Настроить параметры %s" -#: src/Gui/CCReporterDialog.py:498 src/Gui/CReporterAssistant.py:829 +#: src/Gui/CCReporterDialog.py:498 src/Gui/CReporterAssistant.py:837 msgid "" "Unable to get report!\n" "Debuginfo is missing?" @@ -558,7 +488,7 @@ msgstr "" "Не удалось получить отчет.\n" "Отсутствует debuginfo?" -#: src/Gui/CCReporterDialog.py:527 src/Gui/CReporterAssistant.py:398 +#: src/Gui/CCReporterDialog.py:527 src/Gui/CReporterAssistant.py:400 #, python-format msgid "" "Reporting failed!\n" @@ -568,7 +498,7 @@ msgstr "" "%s" #: src/Gui/CCReporterDialog.py:553 src/Gui/CCReporterDialog.py:574 -#: src/Gui/CReporterAssistant.py:861 +#: src/Gui/CReporterAssistant.py:876 #, python-format msgid "Error getting the report: %s" msgstr "Ошибка при получении отчета: %s" @@ -690,7 +620,7 @@ msgstr "Основание:" msgid "I checked backtrace and removed sensitive data (passwords, etc)" msgstr "Мной проверено, личная информация (пароли и т.п.) удалена" -#: src/Gui/report.glade:369 src/Gui/CReporterAssistant.py:733 +#: src/Gui/report.glade:369 src/Gui/CReporterAssistant.py:741 msgid "Backtrace" msgstr "Отслеженные данные о сбое" @@ -843,37 +773,41 @@ msgstr "Анализаторы, действия, создание отчето msgid "GPG Keys" msgstr "Ключи GPG" -#: src/Gui/CReporterAssistant.py:278 +#: src/Gui/CReporterAssistant.py:20 +msgid "Crash info doesn't contain a backtrace" +msgstr "" + +#: src/Gui/CReporterAssistant.py:280 #, python-format msgid "Rating is required by %s plugin" msgstr "" -#: src/Gui/CReporterAssistant.py:280 +#: src/Gui/CReporterAssistant.py:282 msgid "Rating is not required by any plugin, skipping the check.." msgstr "" -#: src/Gui/CReporterAssistant.py:290 +#: src/Gui/CReporterAssistant.py:292 #, fuzzy msgid "You should check backtrace for sensitive data" msgstr "Проверьте, что в отслеженных данных нет личной информации" -#: src/Gui/CReporterAssistant.py:291 +#: src/Gui/CReporterAssistant.py:293 msgid "You must agree with sending the backtrace" msgstr "" -#: src/Gui/CReporterAssistant.py:322 -msgid "Only one reporter plugin is configured, skipping the selection dialog" +#: src/Gui/CReporterAssistant.py:325 +msgid "Only one reporter plugin is configured" msgstr "" -#: src/Gui/CReporterAssistant.py:356 +#: src/Gui/CReporterAssistant.py:357 msgid "You didn't provide any steps to reproduce." msgstr "" -#: src/Gui/CReporterAssistant.py:370 +#: src/Gui/CReporterAssistant.py:371 msgid "You didn't provide any comments." msgstr "" -#: src/Gui/CReporterAssistant.py:447 +#: src/Gui/CReporterAssistant.py:449 #, python-format msgid "" "It looks like an application from the package %s has crashed on your " @@ -888,12 +822,12 @@ msgid "" "continue." msgstr "" -#: src/Gui/CReporterAssistant.py:500 +#: src/Gui/CReporterAssistant.py:508 #, fuzzy msgid "Send a bug report" msgstr "Отправить отчет" -#: src/Gui/CReporterAssistant.py:538 +#: src/Gui/CReporterAssistant.py:546 msgid "" "Below is the backtrace associated with your crash. A crash backtrace " "provides developers with details about how a crash happen, helping them " @@ -903,113 +837,113 @@ msgid "" "report does not contain any sensitive date you'd rather not share:" msgstr "" -#: src/Gui/CReporterAssistant.py:579 +#: src/Gui/CReporterAssistant.py:587 msgid "Refresh" msgstr "" -#: src/Gui/CReporterAssistant.py:581 +#: src/Gui/CReporterAssistant.py:589 msgid "Copy" msgstr "" -#: src/Gui/CReporterAssistant.py:587 +#: src/Gui/CReporterAssistant.py:595 msgid "I agree with submitting the backtrace" msgstr "" -#: src/Gui/CReporterAssistant.py:592 +#: src/Gui/CReporterAssistant.py:600 msgid "Approve backtrace" msgstr "" -#: src/Gui/CReporterAssistant.py:615 +#: src/Gui/CReporterAssistant.py:623 msgid "How this crash happen, step-by-step? How would you reproduce it?" msgstr "" -#: src/Gui/CReporterAssistant.py:633 +#: src/Gui/CReporterAssistant.py:641 msgid "" "Are there any comments you'd like to share with the software maintainers?" msgstr "" -#: src/Gui/CReporterAssistant.py:652 +#: src/Gui/CReporterAssistant.py:660 msgid "Provide additional details" msgstr "" -#: src/Gui/CReporterAssistant.py:659 +#: src/Gui/CReporterAssistant.py:667 msgid "" "Tip: Your comments are not private. Please monitor what you say " "accordingly." msgstr "" -#: src/Gui/CReporterAssistant.py:700 +#: src/Gui/CReporterAssistant.py:708 msgid "Confirm and send report" msgstr "" -#: src/Gui/CReporterAssistant.py:702 +#: src/Gui/CReporterAssistant.py:710 msgid "" "Below is a summary of your bug report. Please click 'Apply' to submit it." msgstr "" -#: src/Gui/CReporterAssistant.py:707 +#: src/Gui/CReporterAssistant.py:715 #, fuzzy msgid "Basic details" msgstr "Сведения о модуле" -#: src/Gui/CReporterAssistant.py:714 +#: src/Gui/CReporterAssistant.py:722 #, fuzzy msgid "Component" msgstr "Общие" -#: src/Gui/CReporterAssistant.py:715 +#: src/Gui/CReporterAssistant.py:723 msgid "Package" msgstr "" -#: src/Gui/CReporterAssistant.py:716 +#: src/Gui/CReporterAssistant.py:724 msgid "Executable" msgstr "" -#: src/Gui/CReporterAssistant.py:717 +#: src/Gui/CReporterAssistant.py:725 msgid "Cmdline" msgstr "" -#: src/Gui/CReporterAssistant.py:719 +#: src/Gui/CReporterAssistant.py:727 msgid "Architecture" msgstr "" -#: src/Gui/CReporterAssistant.py:720 +#: src/Gui/CReporterAssistant.py:728 msgid "Kernel" msgstr "" -#: src/Gui/CReporterAssistant.py:721 +#: src/Gui/CReporterAssistant.py:729 msgid "Release" msgstr "" -#: src/Gui/CReporterAssistant.py:722 +#: src/Gui/CReporterAssistant.py:730 #, fuzzy msgid "Reason" msgstr "Причина:" -#: src/Gui/CReporterAssistant.py:736 +#: src/Gui/CReporterAssistant.py:744 msgid "Click to view ..." msgstr "" -#: src/Gui/CReporterAssistant.py:748 +#: src/Gui/CReporterAssistant.py:756 #, fuzzy msgid "Steps to reproduce:" msgstr "Время (период времени)" -#: src/Gui/CReporterAssistant.py:769 +#: src/Gui/CReporterAssistant.py:777 #, fuzzy msgid "Comments:" msgstr "Комментарий:" -#: src/Gui/CReporterAssistant.py:772 +#: src/Gui/CReporterAssistant.py:780 msgid "No comment provided!" msgstr "" -#: src/Gui/CReporterAssistant.py:808 +#: src/Gui/CReporterAssistant.py:816 #, fuzzy msgid "Finished sending the bug report" msgstr "Отправить отчет" -#: src/Gui/CReporterAssistant.py:812 +#: src/Gui/CReporterAssistant.py:820 #, fuzzy msgid "Bug reports:" msgstr "Отчеты:" @@ -1056,7 +990,7 @@ msgstr "Значок в области уведомления, указываю msgid "Hide" msgstr "Спрятать" -#: src/Daemon/Daemon.cpp:478 +#: src/Daemon/Daemon.cpp:517 msgid "" "Report size exceeded the quota. Please check system's MaxCrashReportsSize " "value in abrt.conf." @@ -1064,17 +998,12 @@ msgstr "" "Размер отчета превысил допустимый. Проверьте значение MaxCrashReportsSize в " "файле abrt.conf" -#: lib/Plugins/Bugzilla.cpp:328 -#, c-format -msgid "Bug is already reported: %i" -msgstr "Запрос уже существует: %i" - -#: lib/Plugins/Bugzilla.cpp:409 +#: lib/Plugins/Bugzilla.cpp:466 #, c-format msgid "New bug id: %i" msgstr "Новый код запроса: %i" -#: lib/Plugins/Bugzilla.cpp:622 +#: lib/Plugins/Bugzilla.cpp:681 msgid "" "Empty login or password.\n" "Please check " @@ -1082,68 +1011,69 @@ msgstr "" "Пустое имя входа или пароль.\n" "Проверьте " -#: lib/Plugins/Bugzilla.cpp:630 +#: lib/Plugins/Bugzilla.cpp:690 msgid "Logging into bugzilla..." msgstr "Выполняется вход в Bugzilla..." -#: lib/Plugins/Bugzilla.cpp:633 +#: lib/Plugins/Bugzilla.cpp:693 msgid "Checking for duplicates..." msgstr "Проверяется наличие дубликатов..." -#: lib/Plugins/Bugzilla.cpp:646 +#: lib/Plugins/Bugzilla.cpp:705 lib/Plugins/Bugzilla.cpp:743 msgid "Missing mandatory member 'bugs'" msgstr "Отсутствует обязательное свойство «bugs»" -#: lib/Plugins/Bugzilla.cpp:661 +#: lib/Plugins/Bugzilla.cpp:725 lib/Plugins/Bugzilla.cpp:759 +#: lib/Plugins/Bugzilla.cpp:835 +msgid "get_bug_info() failed. Could not collect all mandatory information" +msgstr "Сбой get_bug_info(). Не удалось собрать всю необходимую информацию." + +#: lib/Plugins/Bugzilla.cpp:775 +msgid "Creating new bug..." +msgstr "Создается новый запрос..." + +#: lib/Plugins/Bugzilla.cpp:780 msgid "Bugzilla entry creation failed" msgstr "Не удалось создать запись в Bugzilla" -#: lib/Plugins/Bugzilla.cpp:669 lib/Plugins/Bugzilla.cpp:779 +#: lib/Plugins/Bugzilla.cpp:790 lib/Plugins/Bugzilla.cpp:885 msgid "Logging out..." msgstr "Выполняется выход..." -#: lib/Plugins/Bugzilla.cpp:701 lib/Plugins/Bugzilla.cpp:729 -msgid "get_bug_info() failed. Could not collect all mandatory information" -msgstr "Сбой get_bug_info(). Не удалось собрать всю необходимую информацию." - -#: lib/Plugins/Bugzilla.cpp:713 +#: lib/Plugins/Bugzilla.cpp:809 #, c-format -msgid "Bugzilla couldn't find parent of bug(%d)" -msgstr "Не удалось найти родительский запрос для %d" +msgid "Bug is already reported: %i" +msgstr "Запрос уже существует: %i" -#: lib/Plugins/Bugzilla.cpp:718 -#, c-format -msgid "Jump to bug %d" -msgstr "Перейти к запросу %d" +#: lib/Plugins/Bugzilla.cpp:820 +#, fuzzy, c-format +msgid "Bugzilla couldn't find parent of bug %d" +msgstr "Не удалось найти родительский запрос для %d" -#: lib/Plugins/Bugzilla.cpp:743 lib/Plugins/Bugzilla.cpp:744 +#: lib/Plugins/Bugzilla.cpp:849 lib/Plugins/Bugzilla.cpp:850 #, c-format msgid "Adding %s to CC list" msgstr "Добавить %s в список CC" -#: lib/Plugins/Bugzilla.cpp:768 +#: lib/Plugins/Bugzilla.cpp:874 #, c-format msgid "Adding new comment to bug %d" msgstr "Добавить комментарий к запросу (%d)" -#: lib/Plugins/Kerneloops.cpp:118 -msgid "Getting local universal unique identification" -msgstr "Локальное назначение универсального кода" - # https://bugzilla.redhat.com/show_bug.cgi?id=572132 -#: lib/Plugins/CCpp.cpp:184 +#: lib/Plugins/CCpp.cpp:185 msgid "Generating backtrace" msgstr "Отслеживаем данные" -#: lib/Plugins/CCpp.cpp:352 +#: lib/Plugins/CCpp.cpp:353 msgid "Starting debuginfo installation" msgstr "Начало установки debuginfo" -#: lib/Plugins/CCpp.cpp:560 +#: lib/Plugins/CCpp.cpp:561 msgid "Getting global universal unique identification..." msgstr "Глобальное назначение универсального кода..." -#: lib/Plugins/CCpp.cpp:726 +#: lib/Plugins/CCpp.cpp:737 msgid "Skipping debuginfo installation" msgstr "Пропуск установки debuginfo" @@ -1156,7 +1086,7 @@ msgstr "Создание и отправка отчета..." msgid "Writing report to '%s'" msgstr "Отчет записывается в «%s»" -#: lib/Plugins/FileTransfer.cpp:288 +#: lib/Plugins/FileTransfer.cpp:298 msgid "FileTransfer: Creating a report..." msgstr "Передача файлов: Создается отчет..." @@ -1183,6 +1113,36 @@ msgstr "Выполняется sosreport: %s" msgid "Done running sosreport" msgstr "sosreport завершил работу" +#, fuzzy +#~ msgid "send_string: URL not specified" +#~ msgstr "Передача файлов: не указан URL" + +#, fuzzy +#~ msgid "Sending failed, try it again: %s" +#~ msgstr "Архив %s отправляется %s" + +#, fuzzy +#~ msgid "send_file: URL not specified" +#~ msgstr "Передача файлов: не указан URL" + +#, fuzzy +#~ msgid "Sending file %s to %s" +#~ msgstr "Архив %s отправляется %s" + +#, fuzzy +#~ msgid "New bug id: %s" +#~ msgstr "Новый код запроса: %i" + +#, fuzzy +#~ msgid "Creating a signature..." +#~ msgstr "Создание и отправка отчета..." + +#~ msgid "Jump to bug %d" +#~ msgstr "Перейти к запросу %d" + +#~ msgid "Getting local universal unique identification" +#~ msgstr "Локальное назначение универсального кода" + #, fuzzy #~ msgid "Not reported" #~ msgstr "Сообщено" -- cgit