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/ko.po | 354 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 157 insertions(+), 197 deletions(-) (limited to 'po/ko.po') diff --git a/po/ko.po b/po/ko.po index 0294035e..6f5001f2 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ko.master\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-04-28 11:19+1000\n" "Last-Translator: Hyunsok Oh \n" "Language-Team: Korean \n" @@ -19,91 +19,23 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "\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 "새 버그 id: %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 "" @@ -381,51 +307,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" @@ -434,7 +364,7 @@ msgstr "" "설정 대화 상자를 표시할 수 없습니다\n" "%s " -#: src/Gui/CCMainWindow.py:145 +#: src/Gui/CCMainWindow.py:148 #, python-format msgid "" "Unable to finish current task!\n" @@ -443,7 +373,7 @@ msgstr "" "현재 작업을 완료할 수 없습니다!\n" "%s" -#: src/Gui/CCMainWindow.py:180 +#: src/Gui/CCMainWindow.py:183 #, python-format msgid "" "Error while loading the dumplist.\n" @@ -452,7 +382,7 @@ msgstr "" "dumplist를 불러오는 도중 오류가 발생했습니다.\n" "%s " -#: src/Gui/CCMainWindow.py:237 +#: src/Gui/CCMainWindow.py:241 #, python-format msgid "" "%s Crash\n" @@ -461,11 +391,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" @@ -475,7 +405,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" @@ -492,7 +422,7 @@ msgstr "재현 방법 또는 실행한 내용에 대한 간단한 설명..." msgid "You must check backtrace for sensitive data" msgstr "민감한 정보를 위해서 역추적(backtrace)을 체크해야만 합니다." -#: 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" @@ -505,11 +435,11 @@ msgstr "" "%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." @@ -533,7 +463,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" @@ -542,12 +472,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?" @@ -555,7 +485,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" @@ -565,7 +495,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" @@ -687,7 +617,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 "역추적(backtrace)" @@ -840,37 +770,41 @@ msgstr "Analyzer, Action, Reporter" 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 "민감한 정보를 위해서 역추적(backtrace)을 체크해야만 합니다." -#: 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 " @@ -885,12 +819,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 " @@ -900,113 +834,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 "버그 보고:" @@ -1053,7 +987,7 @@ msgstr "ABRT가 감지한 문제를 사용자에게 통지하기 위한 통지 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." @@ -1061,17 +995,12 @@ msgstr "" "보고된 크기가 쿼터를 초과하였습니다. abrt.conf에서 시스템의 " "MaxCrashReportsSize 값을 확인하십시오." -#: 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 "새 버그 id: %i " -#: lib/Plugins/Bugzilla.cpp:622 +#: lib/Plugins/Bugzilla.cpp:681 msgid "" "Empty login or password.\n" "Please check " @@ -1079,67 +1008,68 @@ 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 "버그질라 엔트리 생성에 실패했습니다" -#: 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 "로컬 UUID를 가져오는 중" - -#: 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 "글로벌 UUID를 가져오는 중..." -#: lib/Plugins/CCpp.cpp:726 +#: lib/Plugins/CCpp.cpp:737 msgid "Skipping debuginfo installation" msgstr "debuginfo 설치 생략" @@ -1152,7 +1082,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 "파일 전송: 보고서 작성 중..." @@ -1179,6 +1109,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 "새 버그 id: %i " + +#, fuzzy +#~ msgid "Creating a signature..." +#~ msgstr "보고서 작성 및 제출 중..." + +#~ msgid "Jump to bug %d" +#~ msgstr "버그 %d로 점프합니다" + +#~ msgid "Getting local universal unique identification" +#~ msgstr "로컬 UUID를 가져오는 중" + #, fuzzy #~ msgid "Not reported" #~ msgstr "보고됨" -- cgit