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/it.po | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 6 deletions(-) (limited to 'po/it.po') diff --git a/po/it.po b/po/it.po index 8ac10e5d..4f728ecc 100644 --- a/po/it.po +++ b/po/it.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: ABRT\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-06-10 14:42+1000\n" "Last-Translator: \n" "Language-Team: \n" @@ -203,7 +203,7 @@ msgstr "È stato rilevato un crash nel pacchetto %s" msgid "A crash has been detected" msgstr "È stato rilevato un crash" -#: ../src/Applet/Applet.cpp:283 +#: ../src/Applet/Applet.cpp:284 msgid "ABRT service is not running" msgstr "Il servizio ABRT non è in esecuzione" @@ -232,7 +232,7 @@ msgstr "Nascondi" msgid "Report" msgstr "Report" -#: ../src/CLI/CLI.cpp:49 +#: ../src/CLI/CLI.cpp:56 #, fuzzy, c-format msgid "" "\tUID : %s\n" @@ -250,13 +250,63 @@ msgstr "" "\tCrash Time : %s\n" "\tCrash Count: %s\n" -#: ../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 +#, fuzzy, c-format +msgid "" +"\n" +"How to reproduce:\n" +"%s\n" +msgstr "# Come riprodurre il crash?" + +#: ../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 #, fuzzy, c-format msgid "" "Usage: %s [OPTION]\n" @@ -272,6 +322,9 @@ 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" @@ -295,7 +348,7 @@ msgstr "" "esaminato\n" "\t@N - N'th crash (come mostrato da --get-list-full) verrà esaminato\n" -#: ../src/CLI/CLI.cpp:220 +#: ../src/CLI/CLI.cpp:295 msgid "You must specify exactly one operation" msgstr "Specificare esattamente una operazione." -- cgit