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/pt.po | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 6 deletions(-) (limited to 'po/pt.po') diff --git a/po/pt.po b/po/pt.po index 79b021ba..421304b3 100644 --- a/po/pt.po +++ b/po/pt.po @@ -4,7 +4,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-05 20:15+0100\n" "Last-Translator: Rui Gouveia \n" "Language-Team: trans-pt@lists.fedoraproject.org\n" @@ -195,7 +195,7 @@ msgstr "Foi detectado um crash no pacote %s" msgid "A crash has been detected" msgstr "Foi detectado um crash" -#: ../src/Applet/Applet.cpp:283 +#: ../src/Applet/Applet.cpp:284 msgid "ABRT service is not running" msgstr "O serviço ABRT não está a correr" @@ -224,7 +224,7 @@ msgstr "Esconder" msgid "Report" msgstr "Relatório" -#: ../src/CLI/CLI.cpp:49 +#: ../src/CLI/CLI.cpp:56 #, c-format msgid "" "\tUID : %s\n" @@ -235,13 +235,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" @@ -257,13 +307,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