From ef6f7d7a4163cdbf81618d080fdb0548bde023ae Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 25 May 2010 10:45:30 +0200 Subject: GUI: added the new wizard interface (not active now) - just added the files to repo so translators can start working on localization --- po/da.po | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 167 insertions(+), 27 deletions(-) (limited to 'po/da.po') diff --git a/po/da.po b/po/da.po index cfb2faec..2785a15a 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: abrt\n" "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" -"POT-Creation-Date: 2010-05-19 00:22+0200\n" +"POT-Creation-Date: 2010-05-25 10:33+0200\n" "PO-Revision-Date: 2010-05-14 12:28+0200\n" "Last-Translator: Kris Thomsen \n" "Language-Team: Danish \n" @@ -163,19 +163,19 @@ msgstr "Kopiér til udklipsholder" msgid "Report" msgstr "Rapportér" -#: src/Gui/CCMainWindow.py:61 +#: src/Gui/CCMainWindow.py:62 msgid "Reported" msgstr "Rapporteret" -#: src/Gui/CCMainWindow.py:69 +#: src/Gui/CCMainWindow.py:70 msgid "Application" msgstr "Program" -#: src/Gui/CCMainWindow.py:71 +#: src/Gui/CCMainWindow.py:72 msgid "Latest Crash" msgstr "Seneste nedbrud" -#: src/Gui/CCMainWindow.py:139 +#: src/Gui/CCMainWindow.py:140 #, python-format msgid "" "Can't show the settings dialog\n" @@ -184,7 +184,7 @@ msgstr "" "Kan ikke vise indstillingsdialogen\n" "%s" -#: src/Gui/CCMainWindow.py:144 +#: src/Gui/CCMainWindow.py:145 #, python-format msgid "" "Unable to finish current task!\n" @@ -193,7 +193,7 @@ msgstr "" "Kunne ikke afslutte nuværende handling!\n" "%s" -#: src/Gui/CCMainWindow.py:179 +#: src/Gui/CCMainWindow.py:180 #, python-format msgid "" "Error while loading the dumplist.\n" @@ -202,7 +202,7 @@ msgstr "" "Fejl opstod under indlæsning af dumplisten.\n" "%s" -#: src/Gui/CCMainWindow.py:236 +#: src/Gui/CCMainWindow.py:237 #, python-format msgid "" "%s Crash\n" @@ -211,11 +211,11 @@ msgstr "" "%s nedbrud\n" "%s" -#: src/Gui/CCMainWindow.py:332 +#: src/Gui/CCMainWindow.py:333 msgid "You have to select a crash to copy." msgstr "Du skal vælge et nedbrud at kopiere." -#: src/Gui/CCMainWindow.py:414 +#: src/Gui/CCMainWindow.py:418 msgid "" "Usage: abrt-gui [OPTIONS]\n" "\t-v[vv]\t\t\tVerbose\n" @@ -225,7 +225,7 @@ msgstr "" "\t-v[vv]\t\t\tUddybende\n" "\t--report=CRASH_ID\tRapportér nedbrud direkte med CRASH_ID" -#: src/Gui/CCMainWindow.py:437 +#: src/Gui/CCMainWindow.py:441 #, python-format msgid "" "No such crash in database, probably wrong crashid.\n" @@ -301,7 +301,7 @@ msgstr "" msgid "Configure %s options" msgstr "K_onfigurér %s tilvalg" -#: src/Gui/CCReporterDialog.py:492 +#: src/Gui/CCReporterDialog.py:492 src/Gui/CReporterAssistant.py:494 msgid "" "Unable to get report!\n" "Debuginfo is missing?" @@ -319,6 +319,7 @@ msgstr "" "%s" #: src/Gui/CCReporterDialog.py:547 src/Gui/CCReporterDialog.py:568 +#: src/Gui/CReporterAssistant.py:526 #, python-format msgid "Error getting the report: %s" msgstr "Fejl under hentning af rapporten: %s" @@ -386,7 +387,7 @@ msgid "I checked backtrace and removed sensitive data (passwords, etc)" msgstr "" "Jeg kontrollerede backtracen og fjernede følsomme data (adgangskoder osv.)" -#: src/Gui/report.glade:369 +#: src/Gui/report.glade:369 src/Gui/CReporterAssistant.py:403 msgid "Backtrace" msgstr "Backtrace" @@ -430,11 +431,11 @@ msgstr "Rapporteringsmarkør" msgid "Where do you want to report this incident?" msgstr "Hvor vil du rapportere dette uheld?" -#: src/Gui/report.glade:764 +#: src/Gui/report.glade:764 src/Gui/progress_window.glade:8 msgid "Please wait.." msgstr "Vent venligst.." -#: src/Gui/report.glade:817 +#: src/Gui/report.glade:817 src/Gui/progress_window.glade:60 msgid "Details" msgstr "Detaljer" @@ -538,6 +539,154 @@ msgstr "Analyser, handlinger og rapporter" msgid "GPG Keys" msgstr "GPG-nøgler" +#: src/Gui/CReporterAssistant.py:175 +#, python-format +msgid "" +"It looks like an application from the package %s has crashed on your " +"system. It's a good idea to send a bug report about this issue. The report " +"will provide software maintainers with information essential in figuring out " +"how to provide a bug fix for you\n" +"\n" +"Please review the information that follows and modify it as needed to ensure " +"your bug report does not contain any sensitive date you'd rather not share\n" +"\n" +"Select where you would like to report the bug, and press 'Forward' to " +"continue." +msgstr "" + +#: src/Gui/CReporterAssistant.py:217 +#, fuzzy +msgid "Send a bug report" +msgstr "Send rapport" + +#: src/Gui/CReporterAssistant.py:228 +msgid "" +"Below is the backtrace associated with your crash. A crash backtrace " +"provides developers with details about how a crash happen, helping them " +"track down the source of the problem\n" +"\n" +"Please review the backtrace below and modify it as needed to ensure your bug " +"report does not contain any sensitive date you'd rather not share:" +msgstr "" + +#: src/Gui/CReporterAssistant.py:255 +#, fuzzy +msgid "Refresh" +msgstr "gtk-refresh" + +#: src/Gui/CReporterAssistant.py:257 +msgid "Copy" +msgstr "" + +#: src/Gui/CReporterAssistant.py:262 +msgid "I agree with submitting the backtrace" +msgstr "" + +#: src/Gui/CReporterAssistant.py:267 +msgid "Approve backtrace" +msgstr "" + +#: src/Gui/CReporterAssistant.py:290 +msgid "How this crash happen, step-by-step? How would you reproduce it?" +msgstr "" + +#: src/Gui/CReporterAssistant.py:306 +msgid "" +"Are there any comment you'd like to share with the software maintainers?" +msgstr "" + +#: src/Gui/CReporterAssistant.py:322 +msgid "Provide additional details" +msgstr "" + +#: src/Gui/CReporterAssistant.py:329 +msgid "" +"Tip: Your comments are not private. Please monitor what you say " +"accordingly" +msgstr "" + +#: src/Gui/CReporterAssistant.py:370 +msgid "Confirm and send report" +msgstr "" + +#: src/Gui/CReporterAssistant.py:372 +msgid "" +"Below is a summary of your bug report. Please click 'Apply' to submit it." +msgstr "" + +#: src/Gui/CReporterAssistant.py:377 +#, fuzzy +msgid "Basic details" +msgstr "Detaljer for udvidelsesmodul" + +#: src/Gui/CReporterAssistant.py:384 +#, fuzzy +msgid "Component" +msgstr "Almindelig" + +#: src/Gui/CReporterAssistant.py:385 +msgid "Package" +msgstr "Pakke" + +#: src/Gui/CReporterAssistant.py:386 +msgid "Executable" +msgstr "" + +#: src/Gui/CReporterAssistant.py:387 +msgid "Cmdline" +msgstr "" + +#: src/Gui/CReporterAssistant.py:389 +msgid "Architecture" +msgstr "" + +#: src/Gui/CReporterAssistant.py:390 +msgid "Kernel" +msgstr "" + +#: src/Gui/CReporterAssistant.py:391 +#, fuzzy +msgid "Release" +msgstr "Slet" + +#: src/Gui/CReporterAssistant.py:392 +#, fuzzy +msgid "Reason" +msgstr "Begrundelse:" + +#: src/Gui/CReporterAssistant.py:406 +msgid "Click to view ..." +msgstr "" + +#: src/Gui/CReporterAssistant.py:417 +#, fuzzy +msgid "Steps to reporoduce:" +msgstr "Tid (eller periode)" + +#: src/Gui/CReporterAssistant.py:435 +#, fuzzy +msgid "Comments:" +msgstr "Kommentar:" + +#: src/Gui/CReporterAssistant.py:438 +msgid "This bug really sucks!" +msgstr "" + +#: src/Gui/CReporterAssistant.py:461 +msgid "Finish sending the bug report" +msgstr "" + +#: src/Gui/CReporterAssistant.py:462 +msgid "" +"Thank you for your bug report. It has been succesfully submitted. You may " +"view your bug report online using the web adress below:" +msgstr "" + +#: src/Gui/CReporterAssistant.py:470 +#, fuzzy +msgid "Bug reports:" +msgstr "Fejlrapporter:" + #: src/Applet/Applet.cpp:88 #, c-format msgid "A crash in package %s has been detected" @@ -649,15 +798,15 @@ msgstr "Henter lokal, universal, unik identifikation" msgid "Generating backtrace" msgstr "Genererer backtrace" -#: lib/Plugins/CCpp.cpp:325 +#: lib/Plugins/CCpp.cpp:327 msgid "Starting debuginfo installation" msgstr "Starter fejlsøgningsinfo-installation" -#: lib/Plugins/CCpp.cpp:533 +#: lib/Plugins/CCpp.cpp:535 msgid "Getting global universal unique identification..." msgstr "Henter global, universal, unik identifikation..." -#: lib/Plugins/CCpp.cpp:699 +#: lib/Plugins/CCpp.cpp:701 msgid "Skipping debuginfo installation" msgstr "Springer over fejlsøgningsinfo-installation" @@ -720,18 +869,12 @@ msgstr "Færdig med at køre sosreport" #~ "\t-v[vv] \tforklaringsniveau\n" #~ "\t--report=\trapporter nedbrud direkte med crashid=" -#~ msgid "Delete" -#~ msgstr "Slet" - #~ msgid "Not Reported" #~ msgstr "Ikke rapporteret" #~ msgid "Icon" #~ msgstr "Ikon" -#~ msgid "Package" -#~ msgstr "Pakke" - #~ msgid "Date" #~ msgstr "Dato" @@ -990,9 +1133,6 @@ msgstr "Færdig med at køre sosreport" #~ msgid "ABRT service has been started" #~ msgstr "ABRT-tjenesten er blevet startet" -#~ msgid "gtk-refresh" -#~ msgstr "gtk-refresh" - #~ msgid "Binary file %s will not be reported." #~ msgstr "Binærfil %s vil ikke blive rapporteret." -- cgit