From 7469da1e14ef814488743c52187666d946d445d2 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 28 Jul 2010 13:18:01 +0200 Subject: updated po files --- po/nb.po | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 6 deletions(-) (limited to 'po/nb.po') diff --git a/po/nb.po b/po/nb.po index f566dc38..b31c59e9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: abrt 0.5\n" "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" -"POT-Creation-Date: 2010-07-19 18:00+0200\n" +"POT-Creation-Date: 2010-07-28 13:10+0200\n" "PO-Revision-Date: 2010-03-16 20:37+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmaal \n" @@ -187,7 +187,7 @@ msgstr "Et krasj i pakke %s ble oppdaget" msgid "A crash has been detected" msgstr "Et krasj ble oppdaget" -#: ../src/Applet/Applet.cpp:283 +#: ../src/Applet/Applet.cpp:284 msgid "ABRT service is not running" msgstr "ABRT-tjenesten kjører ikke" @@ -213,7 +213,7 @@ msgstr "" msgid "Report" msgstr "Rapport" -#: ../src/CLI/CLI.cpp:49 +#: ../src/CLI/CLI.cpp:56 #, c-format msgid "" "\tUID : %s\n" @@ -224,13 +224,63 @@ msgid "" "\tCrash Count: %s\n" msgstr "" -#: ../src/CLI/CLI.cpp:65 +#: ../src/CLI/CLI.cpp:74 #, c-format msgid "\tHostname : %s\n" msgstr "" +#: ../src/CLI/CLI.cpp:103 +#, c-format +msgid "" +"Crash ID: %s:%s\n" +"Last crash: %s\n" +"Analyzer: %s\n" +"Component: %s\n" +"Package: %s\n" +"Command: %s\n" +"Executable: %s\n" +"System: %s, kernel %s\n" +"Rating: %s\n" +"Coredump file: %s\n" +"Reason: %s\n" +msgstr "" + +#: ../src/CLI/CLI.cpp:133 +#, c-format +msgid "Crash function: %s\n" +msgstr "" + +#: ../src/CLI/CLI.cpp:137 +#, c-format +msgid "Hostname: %s\n" +msgstr "" + +#: ../src/CLI/CLI.cpp:141 +#, c-format +msgid "" +"\n" +"How to reproduce:\n" +"%s\n" +msgstr "" + +#: ../src/CLI/CLI.cpp:145 +#, c-format +msgid "" +"\n" +"Comment:\n" +"%s\n" +msgstr "" + +#: ../src/CLI/CLI.cpp:151 +#, c-format +msgid "" +"\n" +"Backtrace:\n" +"%s\n" +msgstr "" + #. Message has embedded tabs. -#: ../src/CLI/CLI.cpp:177 +#: ../src/CLI/CLI.cpp:249 #, c-format msgid "" "Usage: %s [OPTION]\n" @@ -246,13 +296,16 @@ msgid "" "\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 a crash\n" +"\t-i, --info CRASH_ID\tprint detailed information about a crash\n" +"\t -b, --backtrace\tprint detailed information about a crash including " +"backtrace\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 --list --full) will be acted upon\n" msgstr "" -#: ../src/CLI/CLI.cpp:220 +#: ../src/CLI/CLI.cpp:295 msgid "You must specify exactly one operation" msgstr "" -- cgit