diff --git a/.gitignore b/.gitignore index 9ed15f7..af7f453 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ abrt-1.1.13.tar.gz /abrt-2.7.1.tar.gz /abrt-2.7.2.tar.gz /abrt-2.8.0.tar.gz +/abrt-2.8.1.tar.gz diff --git a/0001-ccpp-drop-e-from-the-core_pattern.patch b/0001-ccpp-drop-e-from-the-core_pattern.patch deleted file mode 100644 index 742f9ee..0000000 --- a/0001-ccpp-drop-e-from-the-core_pattern.patch +++ /dev/null @@ -1,99 +0,0 @@ -From 51531e9ea72af09571688a20f00e55cad5fe9c3a Mon Sep 17 00:00:00 2001 -From: Jakub Filak -Date: Tue, 9 Feb 2016 17:55:29 +0100 -Subject: [PATCH] ccpp: drop %e from the core_pattern - -The argument is no longer need and it must be placed either at the end -of the command or enclosed with '' as it can contain white space. - -Threads can have an arbitrary name: - man 3 pthread_setname_np - -Signed-off-by: Jakub Filak ---- - src/hooks/abrt-hook-ccpp.c | 16 ++++++++-------- - src/hooks/abrt-install-ccpp-hook.in | 12 +----------- - 2 files changed, 9 insertions(+), 19 deletions(-) - -diff --git a/src/hooks/abrt-hook-ccpp.c b/src/hooks/abrt-hook-ccpp.c -index 8f1b813..dfe9526 100644 ---- a/src/hooks/abrt-hook-ccpp.c -+++ b/src/hooks/abrt-hook-ccpp.c -@@ -143,9 +143,9 @@ static struct dump_dir *dd; - * %u - uid - * %g - gid - * %t - UNIX time of dump -- * %e - executable filename -- * %i - crash thread tid - * %P - global pid -+ * %I - crash thread tid -+ * %e - executable filename (can contain white spaces) - * %% - output one "%" - */ - /* Hook must be installed with exactly the same sequence of %c specifiers. -@@ -661,9 +661,9 @@ int main(int argc, char** argv) - - if (argc < 8) - { -- /* percent specifier: %s %c %p %u %g %t %e %P %i*/ -- /* argv: [0] [1] [2] [3] [4] [5] [6] [7] [8] [9]*/ -- error_msg_and_die("Usage: %s SIGNO CORE_SIZE_LIMIT PID UID GID TIME BINARY_NAME GLOBAL_PID [TID]", argv[0]); -+ /* percent specifier: %s %c %p %u %g %t %P %T */ -+ /* argv: [0] [1] [2] [3] [4] [5] [6] [7] [8] */ -+ error_msg_and_die("Usage: %s SIGNO CORE_SIZE_LIMIT PID UID GID TIME GLOBAL_PID GLOBAL_TID", argv[0]); - } - - /* Not needed on 2.6.30. -@@ -704,8 +704,8 @@ int main(int argc, char** argv) - /* set to max possible >0 value */ - ulimit_c = ~((off_t)1 << (sizeof(off_t)*8-1)); - } -- const char *global_pid_str = argv[8]; -- pid_t pid = xatoi_positive(argv[8]); -+ const char *global_pid_str = argv[7]; -+ pid_t pid = xatoi_positive(argv[7]); - - user_pwd = get_cwd(pid); /* may be NULL on error */ - log_notice("user_pwd:'%s'", user_pwd); -@@ -867,7 +867,7 @@ int main(int argc, char** argv) - signal_no, signame, "dumping core"); - - pid_t tid = -1; -- const char *tid_str = argv[9]; -+ const char *tid_str = argv[8]; - if (tid_str) - { - tid = xatoi_positive(tid_str); -diff --git a/src/hooks/abrt-install-ccpp-hook.in b/src/hooks/abrt-install-ccpp-hook.in -index 707c57d..660c209 100755 ---- a/src/hooks/abrt-install-ccpp-hook.in -+++ b/src/hooks/abrt-install-ccpp-hook.in -@@ -11,9 +11,7 @@ SAVED_PATTERN_DIR="@VAR_RUN@/abrt" - SAVED_PATTERN_FILE="@VAR_RUN@/abrt/saved_core_pattern" - HOOK_BIN="@libexecdir@/abrt-hook-ccpp" - # Must match percent_specifiers[] order in abrt-hook-ccpp.c: --PATTERN="|$HOOK_BIN %s %c %p %u %g %t %e %P %I" --# Same, but with bogus "executable name" parameter --PATTERN1="|$HOOK_BIN %s %c %p %u %g %t e %P %I" -+PATTERN="|$HOOK_BIN %s %c %p %u %g %t %P %I" - - # core_pipe_limit specifies how many dump_helpers can run at the same time - # 0 - means unlimited, but it's not guaranteed that /proc/ of crashing -@@ -39,14 +37,6 @@ start() { - cur=`cat "$PATTERN_FILE"` - cur_first=`printf "%s" "$cur" | sed 's/ .*//'` - -- # Is there a %e (executable name) in old pattern anywhere? -- if test x"${cur#*%e}" = x"${cur}"; then -- # No. Can use PATTERN with less risk of overflow -- # on expansion (executable names can be LONG). -- # Overflow would cause kernel to abort coredump. BAD. -- PATTERN="$PATTERN1" -- fi -- - $verbose && printf "cur:'%s'\n" "$cur" - # Is it already installed? - if test x"$cur_first" != x"|$HOOK_BIN"; then # no --- -2.5.0 - diff --git a/0003-Translation-updates.patch b/0003-Translation-updates.patch deleted file mode 100644 index 8ae6b32..0000000 --- a/0003-Translation-updates.patch +++ /dev/null @@ -1,92383 +0,0 @@ -From 7967724138d015dd71d9e788b59d0b3f03bb2513 Mon Sep 17 00:00:00 2001 -From: Jakub Filak -Date: Thu, 11 Feb 2016 14:51:00 +0100 -Subject: [PATCH] Translation updates - -Signed-off-by: Jakub Filak ---- - po/ar.po | 690 ++++++++++++++++++------- - po/as.po | 711 ++++++++++++++++++------- - po/ast.po | 685 ++++++++++++++++++------- - po/bg.po | 693 ++++++++++++++++++------- - po/bn.po | 687 ++++++++++++++++++------- - po/bn_IN.po | 713 +++++++++++++++++++------- - po/bs.po | 685 ++++++++++++++++++------- - po/ca.po | 1028 ++++++++++++++++++++++++------------- - po/cs.po | 842 +++++++++++++++++++++--------- - po/da.po | 685 ++++++++++++++++++------- - po/de.po | 746 +++++++++++++++++++-------- - po/el.po | 685 ++++++++++++++++++------- - po/en_GB.po | 699 ++++++++++++++++++------- - po/es.po | 845 +++++++++++++++++++++--------- - po/et.po | 693 ++++++++++++++++++------- - po/eu.po | 687 ++++++++++++++++++------- - po/fa.po | 685 ++++++++++++++++++------- - po/fi.po | 754 +++++++++++++++++++-------- - po/fr.po | 939 ++++++++++++++++++++++++---------- - po/gl.po | 697 ++++++++++++++++++------- - po/gu.po | 711 ++++++++++++++++++------- - po/he.po | 685 ++++++++++++++++++------- - po/hi.po | 713 +++++++++++++++++++------- - po/hu.po | 736 ++++++++++++++++++-------- - po/ia.po | 685 ++++++++++++++++++------- - po/id.po | 685 ++++++++++++++++++------- - po/it.po | 714 +++++++++++++++++++------- - po/ja.po | 761 +++++++++++++++++++-------- - po/ka.po | 685 ++++++++++++++++++------- - po/km.po | 1275 ++++++++++++++++++++++++++++++--------------- - po/kn.po | 711 ++++++++++++++++++------- - po/ko.po | 825 ++++++++++++++++++++--------- - po/lt.po | 701 ++++++++++++++++++------- - po/lv.po | 687 ++++++++++++++++++------- - po/ml.po | 727 ++++++++++++++++++-------- - po/mr.po | 711 ++++++++++++++++++------- - po/nb.po | 685 ++++++++++++++++++------- - po/nds.po | 685 ++++++++++++++++++------- - po/nl.po | 722 ++++++++++++++++++-------- - po/or.po | 714 +++++++++++++++++++------- - po/pa.po | 707 ++++++++++++++++++------- - po/pl.po | 934 ++++++++++++++++++++++----------- - po/pt.po | 858 ++++++++++++++++++++++--------- - po/pt_BR.po | 712 +++++++++++++++++++------- - po/ru.po | 785 +++++++++++++++++++--------- - po/sk.po | 805 ++++++++++++++++++++--------- - po/sq.po | 1236 +++++++++++++++++++++++++++++--------------- - po/sr.po | 1565 ++++++++++++++++++++++++++++++++++++++------------------ - po/sr@latin.po | 685 ++++++++++++++++++------- - po/sv.po | 723 ++++++++++++++++++-------- - po/ta.po | 712 +++++++++++++++++++------- - po/te.po | 711 ++++++++++++++++++------- - po/tg.po | 685 ++++++++++++++++++------- - po/th.po | 703 ++++++++++++++++++------- - po/tr.po | 687 ++++++++++++++++++------- - po/uk.po | 720 ++++++++++++++++++-------- - po/ur.po | 685 ++++++++++++++++++------- - po/vi.po | 687 ++++++++++++++++++------- - po/zh_CN.po | 709 ++++++++++++++++++------- - po/zh_TW.po | 716 +++++++++++++++++++------- - 60 files changed, 32905 insertions(+), 12787 deletions(-) - -diff --git a/po/ar.po b/po/ar.po -index 43f1c97..650d734 100644 ---- a/po/ar.po -+++ b/po/ar.po -@@ -4,22 +4,23 @@ - # - # Translators: - # Jiří Moskovčák , 2011 -+# Khalid Moharrum , 2015. #zanata - msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2014-10-06 07:45-0400\n" --"Last-Translator: Jakub Filak \n" -+"PO-Revision-Date: 2015-11-03 07:57-0500\n" -+"Last-Translator: Khalid Moharrum \n" - "Language-Team: Arabic (http://www.transifex.com/projects/p/fedora-abrt/" - "language/ar/)\n" - "Language: ar\n" - "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " - "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -29,108 +30,119 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "تقرير" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -152,7 +164,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -185,30 +199,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -234,14 +260,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -253,11 +279,11 @@ msgstr "" - msgid "Problem directory" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -271,24 +297,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "" - -@@ -296,60 +323,50 @@ msgstr "" - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -357,12 +374,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -383,18 +400,22 @@ msgstr "" - msgid "Log to syslog even with -d" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -424,73 +445,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -502,68 +524,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -587,18 +609,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -639,7 +669,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -728,12 +758,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -842,14 +904,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1064,7 +1155,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1074,16 +1166,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1092,8 +1186,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1113,6 +1211,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1136,11 +1235,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1154,16 +1255,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1171,18 +1275,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1201,14 +1308,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1217,70 +1327,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1777,63 +1937,63 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1855,65 +2015,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1921,49 +2082,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -1972,24 +2143,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/as.po b/po/as.po -index 2f44fc6..ce31175 100644 ---- a/po/as.po -+++ b/po/as.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -22,7 +22,7 @@ msgstr "" - "language/as/)\n" - "Language: as\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -32,102 +32,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "'%s' ৰ অধিকাৰী হব নোৱাৰি" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "'%s' লিখিবলে ডাইৰেকটৰি খোলিব নোৱাৰি" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "অধিসূচনা বন্ধ কৰিব নোৱাৰি: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "সংবাদ" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "অধিসূচনা দেখুৱাব নোৱাৰি: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "gio চেনেলৰ পৰা পঢ়িব নোৱাৰি: '%s'" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "gio চেনেলত এনক'ডিং সংহতি কৰিব নোৱাৰি: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "gio চেনেলৰ বাবে অপ্ৰতিৰোধি অৱস্থা আৰম্ভ কৰিব নোৱাৰি: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -137,6 +137,17 @@ msgstr "" - "\n" - "এপ্লেট যি ABRT দ্বাৰা নতুন সমস্যাসমূহ চিনাক্ত কৰোতে অধিসূচিত কৰে\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "ডাইৰেকটৰি চুৰ কৰাৰ আগত সোধিব" -@@ -158,12 +169,10 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"স্টেক ট্ৰেইচ সৃজন কৰিবলে কেন্দ্ৰডাম্প ফাইলৰ প্ৰয়োজন যি সময় আৰু স্থান লোৱা " --"কাৰ্য্য। ABRT এ সেৱা প্ৰদান কৰে যি স্টেক ট্ৰেইচক কেন্দ্ৰডাম্পৰ পৰা সৃজন কৰে " --"কিন্তু আপুনি কেন্দ্ৰডাম্পক এই সেৱালৈ আপল'ড কৰিব লাগিব। এই বিকল্পৰ সৈতে " --"অসামৰ্থবান থাকিলে ABRT এ নোসোধাকৈ কেন্দ্ৰ ডাম্পক আপল'ড কৰিব।" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 - msgid "" -@@ -208,10 +217,6 @@ msgstr "" - "নেদেখুৱায়। প্ৰভাৱশালী হয় কেৱল যেতিয়া সমু সংবাদন সামৰ্থবান থাকে।" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "কেন্দ্ৰডাম্প আপল'ড কৰাৰ আগত সোধিব" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -219,15 +224,15 @@ msgstr "" - "এই বিকল্প সামৰ্থবান থাকিলে ABRT এ সদায় নিষিদ্ধ অভিগমৰ সৈতে বাগ টিকেট সৃষ্টি " - "কৰে যদি সম্ভৱত সংবেদনশীল তথ্য চিনাক্ত কৰা হয়।" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "সংবেদনশীল তথ্যৰ বাবে ব্যক্তিগত টিকেট অনুৰোধ কৰক" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "অসম্পূৰ্ণ সমস্যাবোৰ অধিসূচীত কৰক" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -237,6 +242,22 @@ msgstr "" - "আউট হৈ থকা সময়ত চিনাক্ত কৰা হয়। অমূল্য সমস্যা সংবাদসমূহ প্ৰদান কৰিবলে, ABRT " - "এ আপোনাক এই সমস্যা জমা দিয়াৰ অনুমতি নিদিব।" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "বন্ধ কৰক (_C)" -@@ -262,14 +283,14 @@ msgstr "বিষয়ে" - msgid "Quit" - msgstr "প্ৰস্থান কৰক" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -281,11 +302,11 @@ msgstr "" - msgid "Problem directory" - msgstr "সমস্যা ডাইৰেকটৰি" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "সংৰূপ নথিপত্ৰ" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -299,24 +320,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "NUM k ক্লাএন্ট uid হিচাপে ব্যৱহাৰ কৰক" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "syslog -লে লগ কৰক" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "লগলে প্ৰগ্ৰাম নামসমূহ যোগ কৰক" - -@@ -324,62 +346,52 @@ msgstr "লগলে প্ৰগ্ৰাম নামসমূহ যোগ - msgid "Unknown error" - msgstr "অজ্ঞাত ত্ৰুটি" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' এটা বৈধ সমস্যা ডাইৰেকটৰি নহয়" -+msgid "'%s' is not a valid element name" -+msgstr "'%s' এটা বৈধ উপাদানৰ নাম নহয়" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "'%s' উপাদান পৰিবৰ্তন কৰিব নোৱাৰি" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' এটা বৈধ সমস্যা ডাইৰেকটৰি নহয়" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "প্ৰমাণীত নহয়" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "পৰিবৰ্তনৰ বাবে সমস্যাক অভিগম কৰিব নোৱাৰি" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "'%s' উপাদান পৰিবৰ্তন কৰিব নোৱাৰি" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "ডাইৰেকটৰি Chowning কৰোতে ব্যৰ্থ হল। অধিক বিৱৰণসমূহৰ বাবে চিস্টেম লগসমূহ " - "নীৰিক্ষণ কৰক।" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' এটা বৈধ উপাদানৰ নাম নহয়" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "'%s' ৰ আকাৰ প্ৰাপ্ত কৰিব পৰা নগল" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "কোনো সমস্যা স্থান অৱশিষ্ট নাই" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "সমস্যা ডাইৰেকটৰি '%s' ৰ পৰা উপাদান '%s' মচিব নোৱাৰি" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -388,12 +400,12 @@ msgid "" - msgstr "" - "নাম '%s' হেৰাইছে, অনুগ্ৰহ কৰি নীৰিক্ষণ কৰক একে নামৰ অন্য সেৱা চলি থকা নাই।\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "নিষ্ক্ৰিয়তাৰ NUM ছেকেণ্ডসমূহ পিছত প্ৰস্থান কৰিব" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "এই প্ৰগ্ৰামক ৰুট হিচাপে চলাব লাগিব।" - -@@ -419,18 +431,22 @@ msgstr "ডিমোনাইজ নকৰিব" - msgid "Log to syslog even with -d" - msgstr "-d -ৰ হৈতেও syslog -লে লগ কৰক" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "DIR ত EVENT চলাওক" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "ব্যৱহাৰকাৰীৰ সৈতে প্ৰত্যক্ষভাৱে যোগাযোগ কৰক" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -468,74 +484,75 @@ msgstr "সঙ্গামী কৰ্মীসকলৰ সংখ্যা। - msgid "Maximal cache size in MiB. Default is " - msgstr "MiB ত সৰ্বাধিক ক্যাশ আকাৰ। অবিকল্পিত হল" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "তৰ্কৰ অবৈধ সংখ্যা" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "অজ্ঞাত বিকল্প মান: '%s'\n" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -555,83 +572,83 @@ msgstr "" - " FILENAME - Uploaded archive file name\n" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "এটা ডাইৰেকটৰি নহয়: '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "বাদ দিয়া হৈছে: '{0}' (স্লেশৰ সৈতে আৰম্ভ হয়)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "বাদ দিয়া হৈছে: '{0}' (ডটৰ সৈতে আৰম্ভ হয়)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "বাদ দিয়া হৈছে: '{0}' (অন্তৰ্ভুক্ত কৰে ..)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "বাদ দিয়া হৈছে: '{0}' (স্পেইচ অন্তৰ্ভুক্ত কৰে)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "বাদ দিয়া হৈছে: '{0}' (টেব অন্তৰ্ভুক্ত কৰে)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "ডাইৰেকটৰিক '{0}' লৈ পৰিবৰ্তন কৰিব নোৱাৰি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "অজ্ঞাত ফাইল ধৰণ: '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "'{0}' ত কাৰ্য্যকৰী ডাইৰেকটৰি সৃষ্টি কৰিব নোৱাৰি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "'{0}' ক '{1}' লৈ স্থানান্তৰ কৰিব নোৱাৰি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "'{0}' ক '{1}' লৈ কপি কৰিব নোৱাৰি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "'{0}' ত সত্যাপন ত্ৰুটি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "'{0}' আনপেক কৰা হৈছে" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "'{0}' ডাইৰেকটৰি সৃষ্টি কৰিব নোৱাৰি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "'{0}' ক আনপেক কৰিব নোৱাৰি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "'{0}' ক সফলভাৱে প্ৰক্ৰিয়াকৰণ কৰা হল" - -@@ -655,18 +672,26 @@ msgstr "'%s' chown কৰিব নোৱাৰি: %s" - msgid "Deleting problem directory failed: %s" - msgstr "সমস্যা ডাইৰেকটৰি মচি পেলোৱা ব্যৰ্থ হল: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "abrt-dbus ৰ পৰা সমস্যা তথ্য প্ৰাপ্ত কৰিব নোৱাৰি: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "abrt-dbus ৰ পৰা সমস্যা তালিকা প্ৰাপ্ত কৰিব নোৱাৰি: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "abrt-dbus ৰ পৰা সমস্যা তথ্য প্ৰাপ্ত কৰিব নোৱাৰি: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -713,7 +738,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "%s -ৰ বাবে বেকট্ৰেইচ বিশ্লেষণ ব্যৰ্থ হল" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "স্খলন থ্ৰেড পোৱা নগল" - -@@ -818,7 +843,7 @@ msgstr "oops বাৰ্তা নিষ্কাষণ কৰিব নোৱ - msgid "Oops text extracted successfully" - msgstr "Oops লিখনী সফলভাৱে নিষ্কাষণ কৰা হল" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -826,6 +851,38 @@ msgstr "" - "কাৰনেল লগত হাৰ্ডৱেৰ ত্ৰুটিসমূহ চিনাক্ত কৰা হৈছিল।\n" - "ই সম্ভবত এটা চফ্টৱেৰ সমস্যা নহয়।\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -944,7 +1001,36 @@ msgstr "সন্ধানহিন debuginfo নথিপত্ৰ: {0}" - msgid "All debuginfo files are available" - msgstr "সকলো debuginfo ফাইল উপলব্ধ" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -954,7 +1040,7 @@ msgstr "" - "পাৰে)। যদি আপোনাৰ উত্তৰ 'নহয়' হয়, এটা স্টেক ট্ৰেইচ স্থানীয়ভাৱে সৃজন কৰা হব। " - "(ই তথ্যৰ এটা বৃহত পৰিমাণ ডাউনল'ড কৰিব পাৰে)।" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1190,7 +1276,8 @@ msgstr "প্ৰতিটো প্ৰাপ্ত oops ৰ বাবে DIR - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "-d DumpLocation নিচিনা একে, DumpLocation ক abrt.conf ত ধাৰ্য্য কৰা হয়। " -@@ -1201,16 +1288,18 @@ msgstr "PROBLEM ত নিষ্কাষিত তথ্য সংৰক্ষ - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "সমস্যা ডাইৰেকটৰি বিশ্ব পঢ়িব পৰা কৰক" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "সমস্যা ডাইৰেকটৰিৰ সৃষ্টিকৰণক ১ প্ৰতি ছেকেণ্ডলৈ থ্ৰটল কৰক" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "stdout লে সন্ধান স্ট্ৰিং(সমূহ) প্ৰিন্ট কৰি প্ৰস্থান কৰক" - -@@ -1220,9 +1309,13 @@ msgstr "stdout লে সন্ধান স্ট্ৰিং(সমূহ) প - msgid "Failed to compile regex" - msgstr "regex কমপাইল কৰিবলে ব্যৰ্থ" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "সমস্যাক আপডেইট কৰিব নোৱাৰি: এটাতকৈ অধিক oops পোৱা গল" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 -@@ -1241,6 +1334,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1264,11 +1358,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1282,16 +1378,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1299,18 +1398,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1329,14 +1431,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1345,12 +1450,58 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1360,58 +1511,62 @@ msgstr "" - "\n" - "FILE ৰ পৰা Xorg ক্ৰেশ নিষ্কাষণ কৰক (অথবা প্ৰামাণিক ইনপুট)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "প্ৰামাণিক আউটপুটত পোৱা স্খলন তথ্য প্ৰিন্ট কৰক" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "প্ৰতিটো প্ৰাপ্ত স্খলনৰ বাবে DIR ত সমস্যা ডাইৰেকটৰি সৃষ্টি কৰক" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1945,7 +2100,7 @@ msgstr "NSS বন্ধ কৰিবলে ব্যৰ্থ।" - msgid "Sleeping for %d seconds" - msgstr "%d ছেকেণ্ডৰ বাবে নিদ্ৰাত" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." -@@ -1953,7 +2108,7 @@ msgstr "" - "ভগ্ন BIOS ৰ বাবে এটা কাৰনেল সমস্যা দেখা দিলে। দূৰ্ভাগ্যজনকভাৱে, এই ধৰণৰ\n" - "সমস্যা কাৰনেল ব্যৱস্থাপকৰ দ্বাৰা ঠিক কৰিব নোৱাৰি।" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -1961,7 +2116,7 @@ msgstr "" - "এটা কাৰনেল সমস্যা দেখা দিছে, কিন্তু আপোনাৰ হাৰ্ডৱেৰ অসমৰ্থিত, সেয়েহে কাৰনেল " - "ব্যৱস্থাপকসকলে এই সমস্যা ঠিক কৰিব নোৱাৰে।" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1970,24 +2125,24 @@ msgstr "" - "এটা কাৰনেল সমস্যা দেখা দিলে, কিন্তু আপোনাৰ কাৰনেল আবিলিত (flags:%s)। কাৰনেল " - "ব্যৱস্থাপকসমূহ আবিলিত সংবাদসমূহ বিশ্লেষণ কৰিবলে অক্ষম।" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr " লেতেৰা মডিউলসমূহ: %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "বাগ আইডিসমূহৰ তালিকা" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "এটা bodhi চাৰ্ভাৰ url ধাৰ্য্য কৰক" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "এটা উন্মোচন ধাৰ্য্য কৰক" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -1997,20 +2152,20 @@ msgstr "" - "\n" - "bodhi চাৰ্ভাৰত আপডেইটসমূহ সন্ধান কৰক" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "আপডেইসমূহ সন্ধান কৰা হৈছে" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "এই পেকেইজৰ বাবে কোনো আপডেইট পোৱা নগল" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "পেকেইজৰ স্থানীয় সংস্কৰণ উপলব্ধ আপডেইটসমূহতকে নতুন" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2038,66 +2193,67 @@ msgstr "প্ৰিন্ট প্ৰাপ্ত oopses" - msgid "Delete files with found oopses" - msgstr "প্ৰাপ্ত oopses ৰ সৈতে ফাইলসমূহ মচি পেলাওক" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "'%s' এ এটাতকৈ অধিক সমস্যা ডাইৰেকটৰি চিনাক্ত কৰে" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "ব্যৱহাৰ: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "সমস্যাসমূহ দেখুৱাওক [in DIRs]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "সমস্যা ডাইৰেকটৰি DIR আতৰাওক" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "DIR ত সমস্যা তথ্য বিশ্লেষণ কৰি সংবাদন কৰক" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "DIR ৰ বিষয়ে তথ্য প্ৰিন্ট কৰক" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "শেহতীয়া ক্ৰেশসমূহৰ গণনা প্ৰিন্ট কৰক" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "একাধিক সমস্যাসমূহ প্ৰক্ৰিয়া কৰক" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "অধিক তথ্যৰ বাবে 'abrt-cli COMMAND --help' চাওক" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "কেৱল সংবাদন-নকৰা সমস্যাবোৰ তালিকাভুক্ত কৰক" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "বিৱৰিত সংবাদ দেখুৱাওক" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "কেৱল ধাৰ্য্যত টাইমস্টেম্পকৈ শেহতীয়া সমস্যাসমূহ তালিকাভুক্ত কৰক" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "কেৱল ধাৰ্য্যত টাইমস্টেম্পতকৈ পুৰনি সমস্যাসমূহ তালিকাভুক্ত কৰক" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -2108,55 +2264,65 @@ msgstr "" - "ব্যৱহাৰকাৰী ৰূপে\n" - "'abrt-auto-reporting enabled' প্ৰেৰণ কৰি সামৰ্থবান কৰক\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "ইয়াতকৈ ডাঙৰ লিখনীক এব্ৰিজ দেখুৱা হব" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "এই ধৰণৰ কোনো সমস্যা ডাইৰেকটৰি '%s' নাই" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "কেৱল সমস্যা গণনাক কোনো বাৰ্তা নহোৱাকৈ প্ৰিন্ট কৰক" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "কেৱল ধাৰ্য্যত টাইমস্টেম্পকে অধিক শেহতীয়া সমস্যাসমূহ প্ৰিন্ট কৰক" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - "ABRT এ %u সমস্যা(সমূহ) চিনাক্ত কৰিছে। অধিক তথ্যৰ বাবে চলাওক: abrt-cli " - "list%s\n" - -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" -+ -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" -+ - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:28 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 -+#, c-format -+msgid "Deleting '%s'" -+msgstr "'%s' মচি পেলোৱা হৈছে" -+ -+# translation auto-copied from project abrt, version rhel7, document abrt -+#: ../src/cli/report.c:79 - msgid "& report [options] DIR..." - msgstr "আৰু [options] DIR সংবাদন কৰক..." - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:38 -+#: ../src/cli/report.c:89 - msgid "Remove PROBLEM_DIR after reporting" - msgstr "সংবাদন কৰাৰ পিছত PROBLEM_DIR আতৰাওক" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:71 ../src/cli/process.c:70 --#, c-format --msgid "Deleting '%s'" --msgstr "'%s' মচি পেলোৱা হৈছে" -- --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "কাৰ্য্যসমূহ: remove(rm), info(i), skip(s):" -@@ -2167,27 +2333,182 @@ msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "কাৰ্য্যসমূহ: remove(rm), report(e), info(i), skip(s):" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "'%s' সংবাদন কৰা" - - # translation auto-copied from project abrt, version rhel7, document abrt - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "পৰৱৰ্তী সমস্যাৰ বাবে ENTER টিপক:" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "--since তৰ্ক নাথাকিলে, সকলো চিনাক্ত কৰা সমস্যাবোৰ পুনৰাবৃত্তি হয়।" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "কেৱল টাইমস্টাম্পৰ পিছত চিনাক্ত কৰা সমস্যাবোৰ নিৰ্বাচন কৰে" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/ast.po b/po/ast.po -index fa46b52..1b75f51 100644 ---- a/po/ast.po -+++ b/po/ast.po -@@ -8,7 +8,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -18,7 +18,7 @@ msgstr "" - "language/ast/)\n" - "Language: ast\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -28,108 +28,119 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Informe" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -151,7 +162,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -184,30 +197,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -233,14 +258,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -252,11 +277,11 @@ msgstr "" - msgid "Problem directory" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -270,24 +295,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "" - -@@ -295,60 +321,50 @@ msgstr "" - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -356,12 +372,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -382,18 +398,22 @@ msgstr "" - msgid "Log to syslog even with -d" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -423,73 +443,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -501,68 +522,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -586,18 +607,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -638,7 +667,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -727,12 +756,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -841,14 +902,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1063,7 +1153,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1073,16 +1164,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1091,8 +1184,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1112,6 +1209,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1135,11 +1233,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1153,16 +1253,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1170,18 +1273,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1200,14 +1306,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1216,70 +1325,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1776,63 +1935,63 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1854,65 +2013,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1920,49 +2080,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -1971,24 +2141,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/bg.po b/po/bg.po -index 80dfd29..5205c5c 100644 ---- a/po/bg.po -+++ b/po/bg.po -@@ -8,7 +8,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -18,7 +18,7 @@ msgstr "" - "language/bg/)\n" - "Language: bg\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -28,102 +28,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Не мога да взема собствеността на '%s'" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Съобщи" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -133,6 +133,17 @@ msgstr "" - "\n" - "Аплет, известяващ потребителя, когато нов проблем бъде открит от ABRT\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -154,7 +165,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -187,30 +200,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -236,14 +261,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -255,11 +280,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Директория с проблема" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Конфигурационен файл" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -273,24 +298,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [опции]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Запис в системния журнал" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Добавяй имената на програмите в записа" - -@@ -298,60 +324,50 @@ msgstr "Добавяй имената на програмите в записа" - msgid "Unknown error" - msgstr "Непозната грешка" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' не е валидна директория с проблем" -+msgid "'%s' is not a valid element name" -+msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' не е валидна директория с проблем" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Неупълномощен" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -361,12 +377,12 @@ msgstr "" - "Името '%s' беше изгубено, моля, проверете дали не работи друга услуга, " - "собственик на името.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Изход след NUM секунди бездействие" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Тази програма трябва да бъде стартирана като root." - -@@ -387,18 +403,22 @@ msgstr "Да не преминава в режим демон" - msgid "Log to syslog even with -d" - msgstr "Записвай в системния журнал дори и при -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Стартирай EVENT върху DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -428,73 +448,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -506,68 +527,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -591,18 +612,26 @@ msgstr "Не мога да chown '%s': %s" - msgid "Deleting problem directory failed: %s" - msgstr "Изтриването на директория с проблем се провали: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Не мога да получа данни за проблем от abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Не мога да получа списъка проблеми от abrt-dbus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Не мога да получа данни за проблем от abrt-dbus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -647,7 +676,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Разбора на обратното проследяване за %s се провали" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -741,12 +770,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -860,14 +921,43 @@ msgstr "Липсващ debuginfo файл: {0}" - msgid "All debuginfo files are available" - msgstr "Всички debuginfo файлове са на разположение" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1090,7 +1180,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "Също като -d DumpLocation, DumpLocation е зададено в abrt.conf" - -@@ -1100,16 +1191,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Направи директорията с проблема достъпна за четене от всички" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Отпечатва търсените низове на стандартния изход и излиза" - -@@ -1118,8 +1211,12 @@ msgstr "Отпечатва търсените низове на стандарт - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1139,6 +1236,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1162,11 +1260,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1180,16 +1280,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1197,18 +1300,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1227,14 +1333,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1243,12 +1352,58 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1258,58 +1413,62 @@ msgstr "" - "\n" - "Извлечи Xorg срива от FILE (или стандартния вход)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Отпечатай намерените данни за срив на стандартния изход" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1838,19 +1997,19 @@ msgstr "Провал при изключване на NSS." - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1859,24 +2018,24 @@ msgstr "" - "Възникна проблем в ядрото, но ядрото Ви е опорочено (флагове:%s). " - "Поддържащите ядрото не могат да диагностицират проблеми в такива ядра." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Списък id-та на бъгове" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Задайте url на bodhi сървър" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Задайте издание" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -1886,20 +2045,20 @@ msgstr "" - "\n" - "Търси за обновления в bodhi сървър" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Търсене на обновления" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Няма намерени обновления за този пакет" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "Версията на локалния пакет е по-нова от наличните обновления" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1921,65 +2080,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Употреба: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Премахни директорията с проблем DIR" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Анализирай и рапортувай данните за проблем в DIR" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Отпечатай информация за DIR" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Вижте 'abrt-cli COMMAND --help' за повече информация" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Покажи детайлен рапорт" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1987,49 +2147,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2038,24 +2208,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/bn.po b/po/bn.po -index 7584e3c..d50e4aa 100644 ---- a/po/bn.po -+++ b/po/bn.po -@@ -15,7 +15,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -25,7 +25,7 @@ msgstr "" - "language/bn/)\n" - "Language: bn\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -35,102 +35,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "রিপোর্ট" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -141,6 +141,17 @@ msgstr "" - "ABRT দ্বারা নতুন সমস্যা সনাক্ত করা হলে ব্যবহারকারীদের সূচিত করতে ব্যবহৃত " - "অ্যাপ্লেট\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -162,7 +173,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -195,30 +208,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -244,14 +269,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -263,11 +288,11 @@ msgstr "" - msgid "Problem directory" - msgstr "সমস্যাযুক্ত ডিরেক্টরি" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "কনফিগারেশন ফাইল" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -281,24 +306,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "syslog-এ লগ করা হবে" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "লগের মধ্যে প্রোগ্রামের নাম যোগ করুন" - -@@ -306,60 +332,50 @@ msgstr "লগের মধ্যে প্রোগ্রামের নাম - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -367,12 +383,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "NUM সেকেন্ড নিষ্ক্রিয় থাকলে প্রস্থান করা হবে" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -393,18 +409,22 @@ msgstr "ডেমন তৈরি করা হবে না" - msgid "Log to syslog even with -d" - msgstr "-d সহযোগেও syslog-এ লগ করা হবে" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "DIR-র মধ্যে EVENT সঞ্চালন করা হবে" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -434,73 +454,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -512,68 +533,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -597,18 +618,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -653,7 +682,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "%s-র জন্য ব্যাক-ট্রেস পার্সিং করতে ব্যর্থ" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -748,12 +777,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -868,14 +929,43 @@ msgstr "debuginfo ফাইল অনুপস্থিত: {0}" - msgid "All debuginfo files are available" - msgstr "সকল debuginfo ফাইল উপলব্ধ" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1095,7 +1185,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "-d DumpLocation -র অনুরূপ, abrt.conf ফাইলের মধ্যে DumpLocation উল্লেখ করা " -@@ -1107,16 +1198,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "সমস্যাযুক্ত ডিরেক্টরিটি সার্বজনীন রূপে পাঠযোগ্য হবে" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1125,8 +1218,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1146,6 +1243,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1169,11 +1267,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1187,16 +1287,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1204,18 +1307,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1234,14 +1340,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1250,70 +1359,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1840,19 +1999,19 @@ msgstr "NSS বন্ধ করতে ব্যর্থ।" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1861,44 +2020,44 @@ msgstr "" - "কার্নেলে সমস্যা দেখা দিয়েছে, কিন্তু আপনার কার্নেল চিহ্নযুক্ত (flags:%s) " - "হয়েছে। কার্নেল রক্ষণাবেক্ষণকারী চিহ্নযুক্ত রিপোর্টের সমাধান করতে অক্ষম।" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1920,65 +2079,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "ব্যবহারপ্রণালী: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "সমস্যার ডিরেক্টরি DIR সরিয়ে ফেলুন" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "DIR-র মধ্যে সমস্যার তথ্য বিশ্লেষণ করে দায়ের করুন" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "DIR সম্পর্কে তথ্য প্রিন্ট করুন" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "অধিক বিবরণের জন্য 'abrt-cli COMMAND --help' দেখুন" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "বিস্তারিত বিবরণ প্রদর্শন করা হবে" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1986,49 +2146,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2037,24 +2207,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/bn_IN.po b/po/bn_IN.po -index c42d4ba..5f6d6df 100644 ---- a/po/bn_IN.po -+++ b/po/bn_IN.po -@@ -16,7 +16,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -26,7 +26,7 @@ msgstr "" - "abrt/language/bn_IN/)\n" - "Language: bn-IN\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -36,102 +36,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "'%s'-র মালিকানা গ্রহণ করা সম্ভব নয়" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "'%s' লেখার জন্য ডিরেক্টরি খোলা যায় না" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "সূচনাবার্তা বন্ধ করতে ব্যর্থ: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "রিপোর্ট" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "সূচনাবার্তা প্রদর্শন করতে ব্যর্থ: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "gio চ্যানেল থেকে পড়তে ব্যর্থ: '%s'" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "gio চ্যানেলের জন্য এনকোডিং নির্ধারণ করতে ব্যর্থ: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "gio চ্যানেলের জন্য nonblocking মোড সক্রিয় করতে ব্যর্থ: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -142,6 +142,17 @@ msgstr "" - "ABRT দ্বারা নতুন সমস্যা সনাক্ত করা হলে ব্যবহারকারীদের সূচিত করতে ব্যবহৃত " - "অ্যাপ্লেট\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" -@@ -162,18 +173,15 @@ msgstr "সংক্ষিপ্ত রিপোর্টিং" - msgid "Silent shortened reporting" - msgstr "নীরব সংক্ষিপ্ত রিপোর্টিং" - --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:5 - msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"স্ট্যাক ট্রেস প্রস্তুত করতে কোর-ডাম্প ফাইল প্রয়োজনীয় যা সময় এবং স্থান " --"সাপেক্ষ এক কাজ। ABRT একটি পরিষেবা প্রদান করে, যা কোর-ডাম্প থেকে স্ট্যাক " --"ট্রেস প্রস্তুত করে কিন্তু অাপনাকে পরিষেবায় কোর-ডাম্প অাপলোড করতে হবে। এই " --"বিকল্প নিষ্ক্রিয় অবস্থায়, ABRT জিঞ্জাসা না করেই কোর-ডাম্প অাপলোড করবে।" - - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -221,29 +229,24 @@ msgstr "" - " এই বিকল্প সক্রিয় অবস্থায়, ABRT কখনও রিপোর্ট করা সমস্যাগুলির বিজ্ঞপ্তিগুলি " - "দেখাবে না। সংক্ষিপ্ত রিপোর্টিং সক্রিয় থাকলে তবেই কার্যকর হয়।" - --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "কোর-ডাম্প অাপলোড করার অাগে জিজ্ঞাসা করুন" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "সংবেদনশীল তথ্যের জন্য ব্যক্তিগত টিকিটের অনুরোধ জানান" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "অসম্পূর্ণ সমস্যাগুলি জানান" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -253,6 +256,22 @@ msgstr "" - "করা হয়েছে। মূল্যবান সমস্যার রিপোর্ট প্রদান করতে, ABRT অাপনাকে এই সমস্যাগুলি " - "জমা দেওয়ার অনুমতি দেবে না।" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" -@@ -279,14 +298,14 @@ msgstr "সম্বন্ধে" - msgid "Quit" - msgstr "প্রস্থান করুন" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -298,11 +317,11 @@ msgstr "" - msgid "Problem directory" - msgstr "সমস্যাযুক্ত ডিরেক্টরি" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "কনফিগারেশন ফাইল" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -316,24 +335,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "ক্লায়েন্ট id রূপে NUM ব্যবহার করা হবে" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "syslog-এ লগ করা হবে" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "লগের মধ্যে প্রোগ্রামের নাম যোগ করুন" - -@@ -341,61 +361,51 @@ msgstr "লগের মধ্যে প্রোগ্রামের নাম - msgid "Unknown error" - msgstr "অজানা ত্রুটি" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' বৈধ সমস্যাযুক্ত ডিরেক্টরি নয়" -+msgid "'%s' is not a valid element name" -+msgstr "'%s' কোনো বৈধ উপাদান নাম নয়" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "'%s' উপাদান সংশোধন করা যায় না" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' বৈধ সমস্যাযুক্ত ডিরেক্টরি নয়" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "অনুমোদিত নয়" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "সংশোধনের জন্য সমস্যা অ্যাক্সেস করা যায় না" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "'%s' উপাদান সংশোধন করা যায় না" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "Chowning ডিরেক্টরি ব্যর্থ হয়েছে। অারো বিস্তারিত জানতে, সিস্টেম লগ দেখুন।" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' কোনো বৈধ উপাদান নাম নয়" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "'%s' এর মাপ পাওয়া যায় না" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "কোনো সমস্যা স্পেস পড়ে নেই" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "'%s' উপাদান মোছা যায় না, '%s' সমস্যা ডিরেক্টরি থেকে" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -405,12 +415,12 @@ msgstr "" - "'%s' নামটি হারিয়ে গেছে, অনুগ্রহ করে পরীক্ষা করুন এই নাম ধারণকারী অন্য কোনো " - "পরিসেবা চলছে কি না।\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "NUM সেকেন্ড নিষ্ক্রিয় থাকলে প্রস্থান করা হবে" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "এই প্রোগ্রামটি শুধুমাত্র root পরিচয়ে সঞ্চালন করা আবশ্যক" - -@@ -436,18 +446,22 @@ msgstr "ডেমন তৈরি করা হবে না" - msgid "Log to syslog even with -d" - msgstr "-d সহযোগেও syslog-এ লগ করা হবে" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "DIR-র মধ্যে EVENT সঞ্চালন করা হবে" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "ব্যবহারকারীর সাথে সরাসরি যোগাযোগ করুন" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -487,90 +501,91 @@ msgstr "একসাথে উদ্ভূত ওয়ার্কারের - msgid "Maximal cache size in MiB. Default is " - msgstr "সর্বাধিক ক্যাশে মাপ MiB এ। ডিফল্ট হল" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "প্রমাণীকরণ বন্ধ করে" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "Red Hat Support ব্যবহারকারীর নাম" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "Red Hat Support পাসওয়ার্ড, দেওয়া না থাকলে, তা দিতে বলা হবে" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "uReport SSL শংসাপত্রের পাথ বা শংসাপত্রের ধরন" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "অাপনাকে --password -এর জন্য --username ও নির্দিষ্ট করতে হবে" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - "অাপনি --username বা --certificate -এর মধ্যে যেকোনো একটি ব্যবহার করতে পারবেন" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - "অাপনি --username বা --anonymous -এর মধ্যে যেকোনো একটি ব্যবহার করতে পারবেন" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - "অাপনি --anonymous বা --certificate -এর মধ্যে যেকোনো একটি ব্যবহার করতে পারবেন" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "অার্গুমেন্টের সংখ্যা অবৈধ" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "অজানা বিকল্প মান: '%s'\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "পাসওয়ার্ড:" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "পাসওয়ার্ড না দিয়ে এগিয়ে যেতে পারবেন না\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "HTTP প্রমাণীকরণ স্বয়ংক্রিয় ভাবে জানানো" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "SSL ক্লায়েন্ট প্রমাণীকরণ স্বয়ংক্রিয় ভাবে জানানো" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Saibal Ray --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "বেনামে স্বয়ংক্রিয় ভাবে জানানো" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -590,83 +605,83 @@ msgstr "" - " FILENAME - Uploaded archive file name\n" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "একটি ডিরেক্টরি নয়: '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "ছেড়ে যাওয়া হচ্ছে: '{0}' (স্ল্যাশ দিয়ে শুরু)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "ছেড়ে যাওয়া হচ্ছে: '{0}' (ডট দিয়ে শুরু)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "ছেড়ে যাওয়া হচ্ছে: '{0}' (বিশিষ্ট ..)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "ছেড়ে যাওয়া হচ্ছে: '{0}' (স্পেস রয়েছে)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "ছেড়ে যাওয়া হচ্ছে: '{0}' (ট্যাব রয়েছে)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "ডিরেক্টরি '{0}'-এ পরিবর্তন করা সম্ভব নয়" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "অজানা ফাইল ধরন: '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "'{0}' -এ ওয়ার্কিং ডিরেক্টরি তৈরি করা সম্ভব নয়" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "'{0}', '{1}' -এ সরানো সম্ভব নয়" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "'{0}', '{1}'-এ অনুলিপি করা সম্ভব নয়" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "'{0}'-এ যাচাইকরণ ত্রুটি" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "'{0}' অান-প্যাক করা হচ্ছে" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "'{0}' ডিরেক্টরি তৈরি করা সম্ভব নয়" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "'{0}' অান-প্যাক করা সম্ভব নয়" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "'{0}' সফল ভাবে প্রক্রিয়া করা হয়েছে" - -@@ -690,18 +705,26 @@ msgstr "'%s'-কে chown করতে ব্যর্থ: %s" - msgid "Deleting problem directory failed: %s" - msgstr "সমস্যাপূর্ণ ডিরেক্টি মুছে ফেলতে ব্যর্থ: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "abrt-dbus থেকে সমস্যাপূর্ণ তথ্য সংগ্রহ করা যায়নি: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "abrt-dbus থেকে সমস্যার তালিকা সংগ্রহ করা যায়নি: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "abrt-dbus থেকে সমস্যাপূর্ণ তথ্য সংগ্রহ করা যায়নি: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -747,7 +770,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "%s-র জন্য ব্যাক-ট্রেস পার্সিং করতে ব্যর্থ" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "ক্র্যাশ থ্রেড খুঁজে পাওয়া যায়নি" - -@@ -854,7 +877,7 @@ msgid "Oops text extracted successfully" - msgstr "Oops পাঠ্য সফলভাবে বের করে অানা হয়েছে" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -862,6 +885,38 @@ msgstr "" - "কার্নেল লগ সূচিত করছে যে হার্ডওয়্যার ত্রুটি সনাক্ত করা হয়েছে।\n" - "এটি খুব সম্ভবত কোনো সফ্টওয়্যার সমস্যা নয়।\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -979,7 +1034,36 @@ msgstr "debuginfo ফাইল অনুপস্থিত: {0}" - msgid "All debuginfo files are available" - msgstr "সকল debuginfo ফাইল উপলব্ধ" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -989,7 +1073,7 @@ msgstr "" - "বলা হলে স্থানীয় অবস্থানে স্ট্যাক ট্রেস প্রস্তুত করা হবে। (এর ফলে অনেক পরিমাণ " - "তথ্য ডাউনলোড করা হবে)।" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1228,7 +1312,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "-d DumpLocation -র অনুরূপ, abrt.conf ফাইলের মধ্যে DumpLocation উল্লেখ করা " -@@ -1240,16 +1325,18 @@ msgstr "বের করে নিয়ে অাসা তথ্য PROBLEM এ - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "সমস্যাযুক্ত ডিরেক্টরিটি সার্বজনীন রূপে পাঠযোগ্য হবে" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "Throttle সমস্যা ডিরেক্টরি তৈরি, সেকেন্ড প্রতি 1" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "অনুসন্ধানের পংক্তিগুলি stdout-এ প্রদর্শন করে প্রস্থান করা হবে" - -@@ -1259,9 +1346,13 @@ msgstr "অনুসন্ধানের পংক্তিগুলি stdout- - msgid "Failed to compile regex" - msgstr "regex একত্রিত করতে ব্যর্থ হয়েছে" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "সমস্যার অাপডেট করা যায় না: একটির বেশি oops খুঁজে পাওয়া গেছে" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 -@@ -1280,6 +1371,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1303,11 +1395,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1321,16 +1415,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1338,18 +1435,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1368,14 +1468,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1384,12 +1487,58 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1399,58 +1548,62 @@ msgstr "" - "\n" - "Extract Xorg crash from FILE (or standard input)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "বিপর্যয় সম্বন্ধে প্রাপ্ত তথ্য স্ট্যান্ডার্ড আউটপুটে প্রিন্ট করা হবে" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "খুঁজে পাওয়া প্রত্যেক ক্র্যাশের জন্য DIR এ সমস্যা ডিরেক্টরি তৈরি করুন" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1987,7 +2140,7 @@ msgstr "NSS বন্ধ করতে ব্যর্থ।" - msgid "Sleeping for %d seconds" - msgstr "%d সেকেন্ডের জন্য ঘুমন্ত" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." -@@ -1995,7 +2148,7 @@ msgstr "" - "ভাঙা BIOS এর কারণে একটি কার্নেল সমস্যা দেখা দিয়েছে। দুর্ভাগ্যবশতঃ, এই ধরনের " - "সমস্যা কার্নেল রক্ষণাবেক্ষণকারীদের দ্বারা সারানো সম্ভব নয়।" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -2003,7 +2156,7 @@ msgstr "" - "একটি কার্নেল সমস্যা দেখা দিয়েছে, কিন্তু অাপনার হার্ডওয়্যার অসমর্থিত, তাই " - "কার্নেল রক্ষণাবেক্ষণকারীরা তা সারাতে অপরাগ।" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -2013,24 +2166,24 @@ msgstr "" - "টেইন্ট হয়েছে (flags:%s)। Kernel-র পরিচালকরা টেইন্ট হওয়া kernel-র রিপোর্ট " - "থেকে সমস্যার কারণ নির্ণয় করতে সক্ষম হবেন না।" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr " টেন্টেড মডিউল: %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "বাগ ID-র তালিকা" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "একটি bodhi সার্ভার url নির্ধারণ করুন" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "একটি রিলিজ সংখ্যা নির্ধারণ করুন" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -2040,22 +2193,22 @@ msgstr "" - "\n" - "Search for updates on bodhi server" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "আপডেট অনুসন্ধান করা হচ্ছে" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "এই প্যাকেজের কোনো আপডেট পাওয়া যায়নি" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - "উপলব্ধ প্যাকেজের সংস্করণের তুলনায় নতুন প্যাকেজ স্থানীয় মেশিনে উপস্থিত " - "রয়েছে" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2082,70 +2235,71 @@ msgstr "পাওয়া oopses মুদ্রণ করুন" - msgid "Delete files with found oopses" - msgstr "খুঁজে পাওয়া oopses সমেত ফাইলগুলি মুছুন" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "'%s' একটির বেশি সমস্যার ডিরেক্টরি সনাক্ত করেছে" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "ব্যবহারপ্রণালী: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "সমস্যাগুলি তালিকাভুক্ত করুন [DIRs-এ]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "সমস্যার ডিরেক্টরি DIR সরিয়ে ফেলুন" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "DIR-র মধ্যে সমস্যার তথ্য বিশ্লেষণ করে দায়ের করুন" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "DIR সম্পর্কে তথ্য প্রিন্ট করুন" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "সাম্প্রতিক ক্র্যাশগুলির গণনা মুদ্রণ করুন" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "একাধিক সমস্যাগুলি প্রক্রিয়া করুন" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "অধিক বিবরণের জন্য 'abrt-cli COMMAND --help' দেখুন" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "শুধুমাত্র না জানানো সমস্যা তালিকাভুক্ত করুন" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "বিস্তারিত বিবরণ প্রদর্শন করা হবে" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - "উল্লিখিত সময়স্ট্যাম্পের চেয়ে অারো সাম্প্রতিক সমস্যাগুলিই শুধুমাত্র " - "তালিকাভুক্ত করুন" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - "উল্লিখিত সময়স্ট্যাম্পের চেয়ে পুরনো সমস্যাগুলিই শুধুমাত্র তালিকাভুক্ত করুন" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -2156,56 +2310,66 @@ msgstr "" - "বিশেষাধিকার থাকা ব্যবহারকারী সমেত\n" - "'abrt-auto-reporting enabled' দিয়ে তা সক্রিয় করার কথা বিবেচনা করুন\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "এর থেকে বড় পাঠ্য সংক্ষিপ্ত করে দেখানো হবে" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "কোনো '%s' সমস্যা ডিরেক্টরি নেই" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "কোনো বার্তা ছাড়া শুধুমাত্র সমস্যা গণনা মুদ্রণ করুন" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - "উল্লিখিত সময়স্ট্যাম্পের চেয়ে অারো সাম্প্রতিক সমস্যাগুলিই শুধুমাত্র মুদ্রণ " - "করুন" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - "ABRT %u সমস্য সনাক্ত করেছে। অারো তথ্যের জন্য চালনা করুন: abrt-cli list%s\n" - -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" -+ -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" -+ -+# translation auto-copied from project abrt, version rhel7, document abrt -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 -+#, c-format -+msgid "Deleting '%s'" -+msgstr "'%s' মোছা হচ্ছে" -+ - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:28 -+#: ../src/cli/report.c:79 - msgid "& report [options] DIR..." - msgstr "& রিপোর্ট [বিকল্প] DIR..." - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:38 -+#: ../src/cli/report.c:89 - msgid "Remove PROBLEM_DIR after reporting" - msgstr "রিপোর্ট করার পরে PROBLEM_DIR সরান" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:71 ../src/cli/process.c:70 --#, c-format --msgid "Deleting '%s'" --msgstr "'%s' মোছা হচ্ছে" -- --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "অ্যাকশন: remove(rm), info(i), skip(s):" -@@ -2216,28 +2380,183 @@ msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "অ্যাকশন: remove(rm), report(e), info(i), skip(s):" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "'%s' রিপোর্ট করা হচ্ছে" - - # translation auto-copied from project abrt, version rhel7, document abrt - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "পরবর্তী সমস্যার জন্য ENTER টিপুন:" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - "--since অার্গুমেন্ট ব্যতীত, সমস্ত সনাক্ত করা সমস্যার উপরে পুনরাবৃত্তি করুন।" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "শুধুমাত্র টাইম-স্ট্যাম্পের পরে সনাক্ত করা সমস্যাগুলি নির্বাচন করে" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/bs.po b/po/bs.po -index ebef881..6974aea 100644 ---- a/po/bs.po -+++ b/po/bs.po -@@ -9,7 +9,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -20,7 +20,7 @@ msgstr "" - "Language: bs\n" - "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " - "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -30,108 +30,119 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Izvještaj" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -153,7 +164,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -186,30 +199,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -235,14 +260,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -254,11 +279,11 @@ msgstr "" - msgid "Problem directory" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Konfiguracijska datoteka" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -272,24 +297,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Zapiši u syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Dodaj nazive programa u zapis" - -@@ -297,60 +323,50 @@ msgstr "Dodaj nazive programa u zapis" - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -358,12 +374,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -384,18 +400,22 @@ msgstr "Nemoj deamonizirati" - msgid "Log to syslog even with -d" - msgstr "Zapiši u syslog čak i sa -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -425,73 +445,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -503,68 +524,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -588,18 +609,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -640,7 +669,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Prolazak kroz funkcijski trag nije uspjelo za %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -729,12 +758,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -843,14 +904,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1065,7 +1155,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1075,16 +1166,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1093,8 +1186,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1114,6 +1211,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1137,11 +1235,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1155,16 +1255,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1172,18 +1275,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1202,14 +1308,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1218,70 +1327,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1787,63 +1946,63 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1865,65 +2024,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1931,49 +2091,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -1982,24 +2152,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/ca.po b/po/ca.po -index 8a4dadb..7b320e5 100644 ---- a/po/ca.po -+++ b/po/ca.po -@@ -8,20 +8,21 @@ - # Josep Torné , 2014 - # Robert Antoni Buj Gelonch , 2014. #zanata - # Robert Antoni Buj Gelonch , 2015. #zanata -+# Robert Antoni Buj Gelonch , 2016. #zanata - msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2015-03-28 03:29-0400\n" -+"PO-Revision-Date: 2016-01-25 06:37-0500\n" - "Last-Translator: Robert Antoni Buj Gelonch \n" - "Language-Team: Catalan \n" - "Language: ca\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -31,34 +32,34 @@ msgstr "Presentació d'informes del problema" - msgid "View and report application crashes" - msgstr "Visualitzeu i informeu de les fallides en les aplicacions" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" --msgstr "No es pot ser el propietari de '%s'" -+msgstr "No es pot ser el propietari de «%s»" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" --msgstr "No es pot obrir el directori per a l'escriptura '%s'" -+msgstr "No es pot obrir el directori per a l'escriptura «%s»" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "No es pot tancar la notificació: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "Oops!" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Informa" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "Reinicia" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " -@@ -67,7 +68,7 @@ msgstr "" - "Ho sentim, sembla que %s ha tingut pana. El problema ha estat informat " - "automàticament." - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " -@@ -76,26 +77,26 @@ msgstr "" - "Ho sentim, sembla que %s ha tingut pana. El problema serà informat que hi " - "hagi disponible una connexió a Internet." - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - "Ho sentim, sembla que %s ha tingut pana. Si us plau, poseu-vos en contacte " --"amb el desenvolupador si voleu informar-li d'aquesta incidència." -+"amb el desenvolupador si voleu informar-lo d'aquesta incidència." - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" --"Ho sentim, sembla que %s ha tingut pana. Si voleu ajudar a què es solucioni, " --"si us plau envieu un informe." -+"Ho sentim, sembla que %s ha tingut pana. Si voleu ajudar a solucionar-ho, si " -+"us plau, envieu un informe." - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." -@@ -103,7 +104,7 @@ msgstr "" - "Ho sentim, sembla que hi va haver un problema amb un component. El problema " - "ha estat informat automàticament." - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." -@@ -111,36 +112,36 @@ msgstr "" - "Ho sentim, sembla que hi va haver un problema amb un component. El problema " - "serà informat que hi hagi disponible una connexió a Internet." - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - "Ho sentim, sembla que hi va haver un problema amb un component. Si voleu " --"ajudar a què es solucioni, si us plau envieu un informe." -+"ajudar a solucionar-ho, si us plau, envieu un informe." - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "No es pot mostrar la notificació: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" --msgstr "No es pot llegir des del canal gio: '%s'" -+msgstr "No es pot llegir des del canal gio: «%s»" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "No es pot establir la codificació en el canal gio: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "No es pot engegar el mode no-bloquejant per al canal gio: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -151,6 +152,17 @@ msgstr "" - "Miniaplicació que notifica a l'usuari d'un nou problema detectat per " - "l'ABRT\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "Pregunta abans de robar un directori" -@@ -172,13 +184,10 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"El fitxer del bolcat de memòria és necessari per generar la traça de la " --"pila, que és una operació que consumeix temps i espai. L'ABRT proporciona un " --"servei que genera la traça de la pila des del bolcat de memòria, però heu de " --"pujar el bolcat de memòria a aquest servei. Amb aquesta opció inhabilitada " --"l'ABRT pujarà el bolcat de memòria sense preguntar." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 - msgid "" -@@ -200,10 +209,10 @@ msgid "" - "uReports are sent automatically immediately after problem detection." - msgstr "" - "L'uReport és la descripció breu i completament anònima d'un problema. L'ABRT " --"utilitza els uReport per a la ràpida detecció de duplicats a nivell global. " --"En la configuració per defecte l'uReport és enviat al començament del procés " --"de presentació d'informes. Amb aquesta opció habilitada els uReports són " --"enviats automàticament tot just després de la detecció del problema." -+"utilitza els uReport per a la ràpida detecció global de duplicats. En la " -+"configuració per defecte l'uReport és enviat al començament del procés " -+"informador. Amb aquesta opció habilitada els uReports són enviats " -+"automàticament tot just després de la detecció del problema." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:8 - msgid "" -@@ -226,10 +235,6 @@ msgstr "" - "d'informes reduïts." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "Pregunta abans de pujar un bolcat de memòria" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -237,24 +242,40 @@ msgstr "" - "Amb aquesta opció habilitada l'ABRT sempre crea el tiquet de l'error amb " - "accés restringit si es detecten possibles dades sensibles." - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" --msgstr "Sol·licita un tiquet privat per a informació sensible" -+msgstr "Sol·licita un tiquet privat per a la informació sensible" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "Notifica problemes incomplets" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" --"El problemes incomplets es detecten mentre l'ordinador s'està aturant o " -+"Els problemes incomplets es detecten mentre l'ordinador s'està aturant o " - "s'està tancant la sessió d'un usuari. A fi de proporcionar informes de " - "problemes valuosos, l'ABRT no us permetrà enviar aquests problemes." - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "_Tanca" -@@ -280,7 +301,7 @@ msgstr "Sobre" - msgid "Quit" - msgstr "Surt" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" -@@ -291,7 +312,7 @@ msgstr "" - "Consulta a la base de dades dels paquets i desa el nom del paquet i del " - "component" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -303,11 +324,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Directori del problema" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Fitxer de configuració" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "Utilitza aquest directori com a l'arrel dels RPM" - -@@ -323,24 +344,25 @@ msgstr "& [-v] -d DIR\n" - msgid "Root directory for running container commands" - msgstr "El directori arrel per a l'execució de les ordres del contenidor" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [opcions]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" --msgstr "Utilitza el NUM com a uid de client" -+msgstr "Utilitza el NÚM com a uid de client" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Enregistra a syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Afegeix els noms dels programes al registre" - -@@ -348,77 +370,67 @@ msgstr "Afegeix els noms dels programes al registre" - msgid "Unknown error" - msgstr "Error desconegut" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' no es un directori del problema vàlid" -+msgid "'%s' is not a valid element name" -+msgstr "«%s» no és un nom d'element vàlid" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "L'element '%s' no es pot modificar " -+msgid "'%s' is not a valid problem directory" -+msgstr "«%s» no és un directori del problema vàlid" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "No autoritzat" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "No es pot accedir al problema per a la notificació" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "L'element «%s» no es pot modificar " - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "Error en canviar el propietari del directori. Reviseu els registres del " - "sistema per a més detalls." - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "No es pot accedir a la lectura del problema" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' no és un nom d'element vàlid" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" --msgstr "No es pot obtenir la mida de '%s'" -+msgstr "No es pot obtenir la mida de «%s»" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "No queda espai per al problema" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" --msgstr "No es pot eliminar l'element '%s' del directori del problema '%s'" -+msgstr "No es pot eliminar l'element «%s» del directori del problema «%s»" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" - "The name '%s' has been lost, please check if other service owning the name " - "is not running.\n" - msgstr "" --"S'ha perdut el nom '%s', comproveu que no s'estigui executant un altre " -+"S'ha perdut el nom «%s», comproveu que no s'estigui executant un altre " - "servei que sigui el propietari del nom.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" --msgstr "Surt després de NUM segons d'inactivitat" -+msgstr "Surt després de NÚM segons d'inactivitat" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Aquest programa cal executar-lo com a root." - -@@ -445,24 +457,28 @@ msgstr "No en facis un dimoni" - msgid "Log to syslog even with -d" - msgstr "Enregistra a syslog inclús amb -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" --msgstr "Executa EVENT a DIR" -+msgstr "Executa l'ESDEVENIMENT al DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Comuniqueu-vos directament amb l'usuari" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" - msgstr "" - "No hi ha cap treballador lliure i la memòria intermèdia està plena. S'està " --"ometent l'arxiu '%s'" -+"ometent l'arxiu «%s»" - - #: ../src/daemon/abrt-upload-watch.c:258 - msgid "" -@@ -475,7 +491,7 @@ msgid "" - "If UPLOAD_DIRECTORY is not provided, uses a value of\n" - "WatchCrashdumpArchiveDir option from abrt.conf" - msgstr "" --"& [-vs] [-w NUM] [-c MiB] [DIRECTORI_DE_PUJADA]\n" -+"& [-vs] [-w NÚM] [-c MiB] [DIRECTORI_DE_PUJADA]\n" - "\n" - "\n" - "Observa el DIRECTORI_DE_PUJADA i desempaqueta els arxius d'entrada al " -@@ -491,81 +507,82 @@ msgstr "Endimonia" - - #: ../src/daemon/abrt-upload-watch.c:282 - msgid "Number of concurrent workers. Default is " --msgstr "El nombre de treballs concurrents. Per defecte són " -+msgstr "El nombre de treballs concurrents. El valor per defecte és " - - #: ../src/daemon/abrt-upload-watch.c:283 - msgid "Maximal cache size in MiB. Default is " --msgstr "La mida màxima de la memòria cau en MiB. Per defecte són " -+msgstr "La mida màxima de la memòria cau en MiB. El valor per defecte és " - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "Desactiva l'autenticació" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "nom d'usuari del Red Hat Support" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" --"Contrasenya de Red Hat Support, si no es proporciona se us preguntarà per " -+"Contrasenya de Red Hat Support, si no es proporciona, se us preguntarà per " - "ella" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "Els camins als certificats SSL de l'uReport o el tipus de certificat" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "També heu d'especificar --username per a --password" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "Podeu utilitzar tant --username com --certificate" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "Podeu utilitzar tant --username com --anonymous" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "Podeu utilitzar tant --anonymous com --certificate" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "El nombre d'arguments no és vàlid" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" --msgstr "Valor d'opció desconeguda: '%s'\n" -+msgstr "Valor d'opció desconeguda: «%s»\n" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "Contrasenya:" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "No es pot continuar sense la contrasenya\n" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "presentació automàtica d'informes d'HTTP autentificat" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "presentació automàtica d'informes de client autentificat SSL" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "presentació anònima dels informes" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -584,68 +601,68 @@ msgstr "" - " UPLOAD_DIR - Directori on són emmagatzemats els arxius pujats\n" - " FILENAME - Nom del fitxer de l'arxiu pujat\n" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "No és un directori: '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" --msgstr "S'està ometent: '{0}' (comença amb barra invertida)" -+msgstr "S'ignora: '{0}' (comença amb barra invertida)" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" --msgstr "S'està ometent: '{0}' (comença amb punt)" -+msgstr "S'ignora: '{0}' (comença amb punt)" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" --msgstr "S'està ometent: '{0}' (conté ..)" -+msgstr "S'ignora: '{0}' (conté ..)" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" --msgstr "S'està ometent: '{0}' (conté espai)" -+msgstr "S'ignora: '{0}' (conté espai)" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" --msgstr "S'està ometent: '{0}' (conté tabulador)" -+msgstr "S'ignora: '{0}' (conté tabulador)" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "No es pot canviar el directori '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "Tipus de fitxer desconegut: '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "No es pot crear el directori de treball en '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "No es pot moure '{0}' a '{1}'" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "No es pot copiar '{0}' a '{1}'" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "Error de verificació en '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "S'està desempaquetant '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "No es pot crear el directori '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "No es pot desempaquetar '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "'{0}' s'ha processat amb èxit" - -@@ -662,33 +679,41 @@ msgstr "No es pot connectar al DBus del sistema: %s" - #: ../src/lib/problem_api_dbus.c:68 - #, c-format - msgid "Can't chown '%s': %s" --msgstr "No es pot canviar el propietari '%s': %s" -+msgstr "No es pot canviar el propietari «%s»: %s" - - #: ../src/lib/problem_api_dbus.c:97 - #, c-format - msgid "Deleting problem directory failed: %s" - msgstr "Error en eliminar el directori del problema: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "No es poden obtenir les dades del problema des de l'abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "No es pot obtenir el llistat de problemes des de l'abrt-dbus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "No es poden obtenir les dades del problema des de l'abrt-dbus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" --msgstr "" -+msgstr "No es pot provar si l'element existeix sobre l'abrt-dbus: %s" - - #: ../src/lib/ignored_problems.c:233 - #, c-format - msgid "Can't create temporary file '%s'" --msgstr "No es pot crear el fitxer temporal '%s'" -+msgstr "No es pot crear el fitxer temporal «%s»" - - #: ../src/lib/ignored_problems.c:250 - #, c-format -@@ -696,14 +721,14 @@ msgid "" - "Can't write to '%s'. Problem '%s' will not be removed from the ignored " - "problems '%s'" - msgstr "" --"No es pot escriure en '%s'. El problema '%s' no es traurà dels problemes " --"ignorats '%s'" -+"No es pot escriure en «%s». El problema «%s» no es traurà dels problemes " -+"ignorats «%s»" - - #. Something nefarious happened - #: ../src/lib/ignored_problems.c:264 - #, c-format - msgid "Can't rename '%s' to '%s'. Failed to remove problem '%s'" --msgstr "No es pot reanomenar '%s' a '%s'. Error en eliminar el problema '%s'" -+msgstr "No es pot reanomenar «%s» a «%s». Error en eliminar el problema «%s»" - - #: ../src/plugins/abrt-action-analyze-backtrace.c:41 - msgid "" -@@ -728,7 +753,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Error en analitzar la traça inversa per %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "No s'ha trobat el fil d'execució de la pana" - -@@ -740,18 +765,18 @@ msgid "" - msgstr "" - "& [-v] -d DIR\n" - "\n" --"Calcula i desa el UUID del bolcat de memòria en el directori del problema " -+"Calcula i desa l'UUID del bolc de la memòria en el directori del problema " - "DIR" - - #: ../src/plugins/abrt-action-analyze-core.in:72 - #, c-format - msgid "Analyzing coredump '%s'" --msgstr "S'està analitzant el bolcat de memòria '%s'" -+msgstr "S'està analitzant el bolc de la memòria «%s»" - - #: ../src/plugins/abrt-action-analyze-core.in:110 - #, c-format - msgid "Missing build id: %s" --msgstr "Falta l'Id. de la contrucció: %s" -+msgstr "Falta l'id. de la construcció: %s" - - #: ../src/plugins/abrt-action-analyze-core.in:142 - #, c-format -@@ -770,7 +795,8 @@ msgid "" - msgstr "" - "& [-v] -d DIR\n" - "\n" --"Calcula i desa el UUID i el DUPHASH per al directori del problema oops DIR" -+"Calcula i desa l'UUID i el DUPHASH per al directori DIR del problema de " -+"l'oops" - - #: ../src/plugins/abrt-action-analyze-oops.c:79 - msgid "" -@@ -793,12 +819,12 @@ msgid "" - msgstr "" - "& [-v] -d DIR\n" - "\n" --"Calcula i desa el UUID i el DUPHASH per al directori del problema xorg DIR" -+"Calcula i desa l'UUID i el DUPHASH per al directori del problema xorg DIR" - - #: ../src/plugins/abrt-action-analyze-xorg.c:113 - #, c-format - msgid "Module '%s' was loaded - won't report this crash" --msgstr "El mòdul '%s' estava carregat - no s'informarà d'aquesta pana" -+msgstr "El mòdul «%s» estava carregat - no s'informarà d'aquesta pana" - - #: ../src/plugins/abrt-action-analyze-python.c:36 - msgid "" -@@ -808,7 +834,7 @@ msgid "" - msgstr "" - "& [-v] -d DIR\n" - "\n" --"Calcula i desa el UUID i el DUPHASH dels bolcats de les panes de Python" -+"Calcula i desa l'UUID i el DUPHASH dels bolcs de les panes de Python" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:52 - msgid "Usage: {0} [-v[v]] [--core=VMCORE]" -@@ -820,7 +846,7 @@ msgstr "El fitxer {0} no existeix" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:82 - msgid "Extracting the oops text from core" --msgstr "S'estan extraient el text dels ops des del nucli" -+msgstr "S'estan extraient el text de l'oops des del nucli" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:87 - msgid "Can't process {0}:\n" -@@ -830,13 +856,13 @@ msgstr "No es pot processar {0}:\n" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:95 - msgid "Can't extract the oops message: '{0}'" --msgstr "No es pot extraure el missatge oops: '{0}'" -+msgstr "No es pot extraure el missatge de l'oops: '{0}'" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:98 - msgid "Oops text extracted successfully" --msgstr "El text dels oop s'ha extret am èxit" -+msgstr "El text de l'oops s'ha extret amb èxit" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -845,6 +871,38 @@ msgstr "" - "de maquinari.\n" - "El més probable és que no sigui un problema de programari.\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -853,7 +911,7 @@ msgid "" - msgstr "" - "& [opcions] -d DIR\n" - "\n" --"Analitza el bolcat de memòria en el directori del problema DIR, genera i " -+"Analitza el bolc de la memòria en el directori del problema DIR, genera i " - "desa la traça inversa" - - #: ../src/plugins/abrt-action-generate-backtrace.c:56 -@@ -862,7 +920,7 @@ msgstr "Directoris debuginfo addicionals" - - #: ../src/plugins/abrt-action-generate-backtrace.c:57 - msgid "Kill gdb if it runs for more than NUM seconds" --msgstr "Mata al gdb si s'executa més de NUM segons" -+msgstr "Mata al gdb si s'executa més de NÚM segons" - - #. Don't be completely silent. gdb run takes a few seconds, - #. * it is useful to let user know it (maybe) worked. -@@ -880,7 +938,7 @@ msgid "" - msgstr "" - "& [-v] [-r] -d DIR\n" - "\n" --"Crea una traça inversa a nivell de bolcat de memòria des del bolcat de " -+"Crea una traça inversa a escala de bolc de la memòria des del bolc de la " - "memòria i el corresponent binari" - - #: ../src/plugins/abrt-action-generate-core-backtrace.c:53 -@@ -946,7 +1004,7 @@ msgstr "" - "Es llegeix la configuració de /etc/abrt/plugins/CCpp.conf\n" - "\n" - " -v Mostra informació detallada\n" --" -y No interactiu, assumeix 'Si' a totes les preguntes\n" -+" -y No interactiu, s'assumeix 'Sí' a totes les preguntes\n" - " --ids Per defecte: build_ids\n" - " --tmpdir Per defecte: @LARGE_DATA_TMP_DIR@/abrt-tmp-debuginfo-" - "RANDOM_SUFFIX\n" -@@ -954,7 +1012,7 @@ msgstr "" - " --size_mb Per defecte: 4096\n" - " --pkgmgr Per defecte: PackageManager des de CCpp.conf o 'dnf'\n" - " -e,--exact Baixa tan sols els paquets especificats\n" --" --repo Patró a utilitzar quan es cerquen dipòsits.\n" -+" --repo Patró a utilitzar quan se cerquen dipòsits.\n" - " Per defecte: *debug*\n" - - #: ../src/plugins/abrt-action-install-debuginfo.in:175 -@@ -964,7 +1022,7 @@ msgstr "No es pot obrir {0}: {1}" - #: ../src/plugins/abrt-action-install-debuginfo.in:212 - msgid "Coredump references {0} debuginfo files, {1} of them are not installed" - msgstr "" --"El bolcat de memòria fa referència a {0} fitxers debuginfo, {1} dels quals " -+"El bolc de la memòria fa referència a {0} fitxers debuginfo, {1} dels quals " - "no estan instal·lats" - - #: ../src/plugins/abrt-action-install-debuginfo.in:215 -@@ -976,7 +1034,7 @@ msgstr "{0} dels fitxers debuginfo no estan instal·lats" - msgid "Invalid configuration of CCpp addon, unsupported Package manager: '%s'" - msgstr "" - "configuració no vàlida del complement CCpp, el gestor de paquets no està " --"suportat: '%s'" -+"suportat: «%s»" - - #: ../src/plugins/abrt-action-install-debuginfo.in:249 - msgid "Missing requested file: {0}" -@@ -990,24 +1048,53 @@ msgstr "Falta el fitxer debuginfo: {0}" - msgid "All debuginfo files are available" - msgstr "Tots els fitxers debuginfo estan disponibles" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" --"Esteu d'acord en pujar el bolcat de memòria? (Pot contenir dades sensibles). " --"Si la vostra resposta és 'No' aleshores es generà localment una traça de la " --"pila. (pot baixar una gran quantitat de dades)." -+"Esteu d'acord en pujar el bolc de la memòria? (Pot contenir dades sensibles)." -+" Si la vostra resposta és «No», aleshores es generà localment una traça de " -+"la pila. (pot baixar una gran quantitat de dades)." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." - msgstr "" --"Voleu generar a nivell local una traça de la pila? (Es poden baixar una gran " --"quantitat de dades, però la presentació d'informes no pot continuar sense la " --"traça de la pila)." -+"Voleu generar localment una traça de la pila? (Pot baixar una gran quantitat " -+"de dades, però la presentació d'informes no pot continuar sense la traça de " -+"la pila)." - - #: ../src/plugins/abrt-action-trim-files.c:222 - msgid "" -@@ -1038,12 +1125,12 @@ msgstr "Preserva aquest directori" - #: ../src/plugins/abrt-action-ureport:59 - #, c-format - msgid "Unable to start '%s', error message was: '%s'" --msgstr "Incapaç d'iniciar '%s', el missatge d'error va ser: '%s'" -+msgstr "Incapaç d'iniciar «%s», el missatge d'error va ser: «%s»" - - #: ../src/plugins/abrt-action-ureport:70 - #, c-format - msgid "Not a number in file '%s'" --msgstr "No és un número al fitxer '%s'" -+msgstr "No és un número al fitxer «%s»" - - #: ../src/plugins/abrt-action-ureport:99 - #, c-format -@@ -1053,8 +1140,8 @@ msgstr "Ús: %s [-v]" - #: ../src/plugins/abrt-action-ureport:120 - msgid "Unable to get current working directory as it was probably deleted" - msgstr "" --"No s'ha pogut obtenir el directori de treball actual com probablement hagi " --"estat eliminat" -+"No s'ha pogut obtenir el directori de treball actual, probablement es va " -+"eliminar" - - #: ../src/plugins/abrt-action-ureport:148 - msgid "A bug was already filed about this problem:" -@@ -1075,15 +1162,15 @@ msgstr "El reporter-ureport va fer fallida amb el codi de sortida %d" - - #: ../src/plugins/abrt-gdb-exploitable:529 - msgid "Signal sent by userspace code" --msgstr "Senyal enviada pel codi de l'espai d'usuari" -+msgstr "Senyal enviat pel codi de l'espai d'usuari" - - #: ../src/plugins/abrt-gdb-exploitable:533 - msgid "Signal sent by timer/IO/async event" --msgstr "Senyal enviada per l'esdeveniment timer/IO/async" -+msgstr "Senyal enviat per l'esdeveniment timer/IO/async" - - #: ../src/plugins/abrt-gdb-exploitable:541 - msgid "Signal has siginfo.si_code = SI_USER" --msgstr "La senyal té siginfo.si_code = SI_USER" -+msgstr "El senyal té siginfo.si_code = SI_USER" - - #: ../src/plugins/abrt-gdb-exploitable:544 - msgid "Signal due to write to closed pipe" -@@ -1092,22 +1179,22 @@ msgstr "Senyal a causa de l'escriptura en una canonada tancada" - #: ../src/plugins/abrt-gdb-exploitable:550 - #: ../src/plugins/abrt-gdb-exploitable:575 - msgid "Signal sent by keyboard" --msgstr "Senyal enviada pel tecla" -+msgstr "Senyal enviat pel teclat" - - #: ../src/plugins/abrt-gdb-exploitable:554 - #: ../src/plugins/abrt-gdb-exploitable:579 - msgid "Job control signal sent by kernel" --msgstr "Senyal de control de treball enviada pel nucli del sistema operatiu" -+msgstr "Senyal de control de treball enviat pel nucli del sistema operatiu" - - #: ../src/plugins/abrt-gdb-exploitable:558 - #: ../src/plugins/abrt-gdb-exploitable:587 - msgid "Signal sent by window resize" --msgstr "Senyal enviada pel redimensionament de la finestra" -+msgstr "Senyal enviat pel redimensionament de la finestra" - - #: ../src/plugins/abrt-gdb-exploitable:562 - #: ../src/plugins/abrt-gdb-exploitable:591 - msgid "Signal sent by alarm(N) expiration" --msgstr "Senyal enviada per l'expiració d'alarm(N)" -+msgstr "Senyal enviat per l'expiració d'alarm(N)" - - #: ../src/plugins/abrt-gdb-exploitable:583 - msgid "Signal due to write to broken pipe" -@@ -1147,7 +1234,7 @@ msgstr "Instrucció il·legal (salta a una adreça aleatòria?)" - - #: ../src/plugins/abrt-gdb-exploitable:647 - msgid "Non-crash related signal" --msgstr "Senyal relacionada amb cap pana" -+msgstr "Senyal relacionat amb cap pana" - - #: ../src/plugins/abrt-gdb-exploitable:652 - msgid "Stack overflow" -@@ -1216,12 +1303,12 @@ msgid "" - msgstr "" - "& [-vusoxm] [-d DIR]/[-D] [FITXER]\n" - "\n" --"Extreu els oop des del FITXER (o entrada estàndard)" -+"Extreu els oops del FITXER (o entrada estàndard)" - - #: ../src/plugins/abrt-dump-oops.c:98 - #: ../src/plugins/abrt-dump-journal-oops.c:220 - msgid "Print found oopses on standard output" --msgstr "Imprimeix els oop que s'han trobat en la sortida estàndard" -+msgstr "Imprimeix els oops que s'han trobat en la sortida estàndard" - - #. oopses don't contain any sensitive info, and even - #. * the old koops app was showing the oopses to all users -@@ -1230,12 +1317,13 @@ msgstr "Imprimeix els oop que s'han trobat en la sortida estàndard" - #: ../src/plugins/abrt-dump-journal-oops.c:224 - msgid "Create new problem directory in DIR for every oops found" - msgstr "" --"Crea el nou directori del problema al DIR per a cadascun dels oop trobats" -+"Crea el nou directori del problema en DIR per a cadascun dels oops trobats" - - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "El mateix que -d DumpLocation, DumpLocation s'especifica en abrt.conf" - -@@ -1245,16 +1333,18 @@ msgstr "Desa la informació extreta en PROBLEM" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Fes que el directori del problema el pugui llegir tot el món" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "Regula la creació del directori del problema a 1 per segon" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Imprimeix les cadenes de text de cerca a l'stdout i surt" - -@@ -1263,14 +1353,18 @@ msgstr "Imprimeix les cadenes de text de cerca a l'stdout i surt" - msgid "Failed to compile regex" - msgstr "Error en compilar l'expressió regular" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "No es pot actualitzar el problema: s'han trobat més d'un oops" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 - msgid "Failed to obtain all required information from journald" --msgstr "Ha fallat l'obtenció de tota la informació solicitada del journald" -+msgstr "Ha fallat l'obtenció de tota la informació sol·licitada del journald" - - #. We don't want to update the counter here. - #: ../src/plugins/abrt-dump-journal-core.c:401 -@@ -1286,6 +1380,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "Error en inicialitzar l'observació de systemd-journal" - -@@ -1304,7 +1399,7 @@ msgid "" - msgstr "" - "& [-vsf] [-e]/[-c CURSOR] [-t INT]/[-T] [-d DIR]/[-D]\n" - "\n" --"Extreu els bolcats de memòria des de systemd-journal\n" -+"Extreu els bolcs de la memòria des de systemd-journal\n" - "\n" - "les opcions -c i -e entren en conflicte perquè ambdós especifiquen la " - "lectura del primer missatge.\n" -@@ -1318,18 +1413,20 @@ msgstr "" - #: ../src/plugins/abrt-dump-journal-core.c:478 - msgid "Create new problem directory in DIR for every coredump" - msgstr "" --"Crea un nou directori del problema al DIR per a cadascun dels bolcats de " -+"Crea un nou directori del problema al DIR per a cadascun dels bolcs de la " - "memòria" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" --msgstr "Inicia la lectuta de systemd-journal des de la posició del CURSOR" -+msgstr "Inicia la lectura de systemd-journal des de la posició del CURSOR" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" --msgstr "Inicia la lectuta de systemd-journal des del final" -+msgstr "Inicia la lectura de systemd-journal des del final" - - #: ../src/plugins/abrt-dump-journal-core.c:482 - msgid "Throttle problem directory creation to 1 per INT second" -@@ -1341,17 +1438,20 @@ msgstr "El mateix que -t INT, INT s'especifica en plugins/CCpp.conf" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - "Segueix systemd-journal des de la darrera posició vista (si n'hi hagués)" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "Heu d'especificar -c CURSOR o bé -e" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "No es pot obrir systemd-journal" - -@@ -1360,18 +1460,21 @@ msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - "No es pot filtrar systemd-journal a únicament les dades systemd-coredump" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "No es pot buscar fins al final de la publicació" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" --msgstr "Error en establir el cursor de systemd-journal '%s'" -+msgstr "Error en establir el cursor de systemd-journal «%s»" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "No es poden llegir les dades de la publicació." - -@@ -1390,7 +1493,7 @@ msgid "" - msgstr "" - "& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" - "\n" --"Extrau els oops des del systemd-journal\n" -+"Extrau l'oops des del systemd-journal\n" - "\n" - "les opcions -c i -e entren en conflicte perquè ambdós especifiquen el primer " - "missatge llegit.\n" -@@ -1402,17 +1505,20 @@ msgstr "" - "La darrera posició vista està desada en " - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "Llegeix els fitxers de publicació des de totes les màquines" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" --msgstr "" -+msgstr "Llegeix tots els fitxers de publicació del directori ubicat al CAMÍ" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" --msgstr "" -+msgstr "No es pot inicialitzar systemd-journal al directori «%s»" - - #: ../src/plugins/abrt-dump-journal-oops.c:288 - msgid "Cannot filter systemd-journal to kernel data only" -@@ -1420,96 +1526,146 @@ msgstr "" - "No es pot filtrar systemd-journal únicament a dades del nucli del sistema " - "operatiu" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" --msgstr "Error en iniciar l'observació des del cursor '%s'" -+msgstr "Error en iniciar l'observació des del cursor «%s»" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" --"& [-vsoxm] [-d DIR]/[-D] [FITXER]\n" -+"& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" --"Extreu la pana d'Xorg des del FITXER (o entrada estàndard)" -+"Extreu la fallida Xorg des de FILE (o entrada estàndard)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - "Imprimeix les dades de les panes que s'han trobat en la sortida estàndard" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - "Crea el directori del problema al DIR per a cadascuna de les panes trobades" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "No es pot desar la posició d'observació de la publicació" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "No es pot desar la posició d'observació de la publicació: open('%s')" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" --"No es restaura la posició d'observació de la publicació: el fitxer '%s' no " -+"No es restaura la posició d'observació de la publicació: el fitxer «%s» no " - "existeix" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - "No es pot restaurar la posició d'observació de la publicació des del fitxer " --"'%s'" -+"«%s»" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" --"No es pot restaurar la posició d'observació de la publicació: el camí '%s' " -+"No es pot restaurar la posició d'observació de la publicació: el camí «%s» " - "no és un fitxer normal" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" --"No es pot restaurar la posició d'observació de la publicació: el fitxer '%s' " --"supera el límit de la mida %dB" -+"No es pot restaurar la posició d'observació de la publicació: el fitxer «%s» " -+"supera el límit de la mida %d B" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - "No es pot restaurar la posició d'observació de la publicació: open('%s')" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - "No es pot restaurar la posició d'observació del servei de publicació: no es " --"pot llegir el fitxer sencer '%s'" -+"pot llegir el fitxer sencer «%s»" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" --msgstr "Error en moure el cursor de la publicació des del fitxer '%s'" -+msgstr "Error en moure el cursor de la publicació des del fitxer «%s»" - - #: ../src/plugins/abrt-retrace-client.c:70 - msgid "" - "Retrace server can not be used, because the crash is too large. Try local " - "retracing." - msgstr "" --"No es pot utilitzar el servidor de resseguiment, a causa de que la mida del " -+"No es pot utilitzar el servidor de resseguiment, a causa que la mida del " - "fitxer de la pana és massa gran. Proveu amb un resseguiment local." - - #. Hopefully, by this time child emitted more meaningful -@@ -1565,8 +1721,8 @@ msgid "" - "Retrace server is unable to process package '%s.%s'.\n" - "Is it a part of official '%s' repositories?" - msgstr "" --"El servidor de resseguiment no es capaç de processar el paquet '%s.%s'.\n" --"Forma part dels dipòsits oficials de '%s'?" -+"El servidor de resseguiment no és capaç de processar el paquet «%s.%s».\n" -+"Forma part dels dipòsits oficials de «%s»?" - - #: ../src/plugins/abrt-retrace-client.c:444 - msgid "Querying server settings" -@@ -1585,7 +1741,7 @@ msgstr "El servidor ha rebutjat la vostra sol·licitud." - #, c-format - msgid "'%s' must be a regular file in order to use Retrace server." - msgstr "" --"'%s' ha de ser un fitxer normal per a poder utilitzar un servidor de " -+"«%s» ha de ser un fitxer normal per a poder utilitzar un servidor de " - "resseguiment." - - #: ../src/plugins/abrt-retrace-client.c:520 -@@ -1599,12 +1755,12 @@ msgstr "" - - #: ../src/plugins/abrt-retrace-client.c:540 - msgid "The server does not support xz-compressed tarballs." --msgstr "El servidor no és compatible amb els tarballs comprimits amb xz." -+msgstr "El servidor no és compatible amb els arxius tar comprimits amb xz." - - #: ../src/plugins/abrt-retrace-client.c:577 - #, c-format - msgid "The release '%s' is not supported by the Retrace server." --msgstr "El llançament '%s' no està suportat pel servidor de resseguiment." -+msgstr "El llançament «%s» no està suportat pel servidor de resseguiment." - - #: ../src/plugins/abrt-retrace-client.c:581 - msgid "The server is not able to handle your request." -@@ -1624,8 +1780,8 @@ msgid "" - "The size of your archive is %s, but the retrace server only accepts archives " - "smaller or equal to %s." - msgstr "" --"La mida del vostre arxiu es de %s, però el servidor de resseguiment " --"únicament accepta arxius més petits o iguals de %s." -+"La mida del vostre arxiu és de %s, però el servidor de resseguiment " -+"únicament accepta arxius més petits o iguals a %s." - - #: ../src/plugins/abrt-retrace-client.c:640 - #, c-format -@@ -1648,7 +1804,7 @@ msgstr "S'està pujant %d%%\n" - - #: ../src/plugins/abrt-retrace-client.c:721 - msgid "Failed to read from a pipe" --msgstr "Error en llegir de d'una canonada" -+msgstr "Error en llegir d'una canonada" - - #: ../src/plugins/abrt-retrace-client.c:734 - #, c-format -@@ -1677,11 +1833,11 @@ msgstr "" - - #: ../src/plugins/abrt-retrace-client.c:782 - msgid "Invalid response from server: missing X-Task-Id." --msgstr "La resposta del servidor no és vàlida: falta l'X-Task-Id." -+msgstr "La resposta del servidor no és vàlida: falta X-Task-Id." - - #: ../src/plugins/abrt-retrace-client.c:788 - msgid "Invalid response from server: missing X-Task-Password." --msgstr "La resposta del servidor no és vàlida: falta l'X-Task-Password." -+msgstr "La resposta del servidor no és vàlida: falta X-Task-Password." - - #: ../src/plugins/abrt-retrace-client.c:795 - msgid "Retrace job started" -@@ -1696,7 +1852,7 @@ msgstr "Id. de la tasca: %s\n" - - #: ../src/plugins/abrt-retrace-client.c:866 - msgid "Invalid response from server: missing X-Task-Status." --msgstr "La resposta del servidor no és vàlida: falta l'X-Task-Status." -+msgstr "La resposta del servidor no és vàlida: falta X-Task-Status." - - #: ../src/plugins/abrt-retrace-client.c:878 - #, c-format -@@ -1718,8 +1874,8 @@ msgid "" - "Retrace failed. Try again later and if the problem persists report this " - "issue please." - msgstr "" --"Error en el resseguiment. Proveu-ho de nou més tard i si el problema perdura " --"informeu d'aquesta incidència." -+"Error en el resseguiment. Proveu-ho de nou més tard i si el problema " -+"perdura, informeu d'aquesta incidència." - - #: ../src/plugins/abrt-retrace-client.c:1217 - msgid "log to syslog" -@@ -1759,7 +1915,7 @@ msgstr "llegeix les dades des del directori del problema de l'ABRT" - - #: ../src/plugins/abrt-retrace-client.c:1233 - msgid "read data from coredump" --msgstr "llegeix les dades des del bolcat de memòria" -+msgstr "llegeix les dades des del bolc de la memòria" - - #: ../src/plugins/abrt-retrace-client.c:1235 - msgid "Delay for polling operations" -@@ -1769,7 +1925,7 @@ msgstr "Retard per a les operacions de sondeig" - msgid "(debug) do not delete temporary archive created from dump dir in " - msgstr "" - "(depuració) no eliminis els arxius temporals que s'hagin creat des del " --"directori del bolcat en " -+"directori del bolc en " - - #: ../src/plugins/abrt-retrace-client.c:1239 - msgid "For status, backtrace, and log operations" -@@ -1794,7 +1950,7 @@ msgstr "" - #: ../src/plugins/abrt-retrace-client.c:1292 - #: ../src/plugins/abrt-retrace-client.c:1298 - msgid "Either problem directory or coredump is needed." --msgstr "Es necessita el directori del problema o bé el bolcat de memòria." -+msgstr "Es necessita el directori del problema o bé el bolc de la memòria." - - #: ../src/plugins/abrt-retrace-client.c:1304 - #: ../src/plugins/abrt-retrace-client.c:1312 -@@ -1822,8 +1978,8 @@ msgstr "Depurador GNU local" - #: ../src/plugins/analyze_LocalGDB.xml.in.h:2 - msgid "Download debuginfo packages and generate backtrace locally using GDB" - msgstr "" --"Baixa els paquets debuginfo i genera a nivell local la traça inversa " --"mitjançant GDB" -+"Baixa els paquets debuginfo i genera localment la traça inversa mitjançant " -+"GDB" - - #: ../src/plugins/analyze_LocalGDB.xml.in.h:3 - msgid "" -@@ -1831,14 +1987,15 @@ msgid "" - "and take up disk space. However, unlike RetraceServer, doesn't send coredump " - "to remote machines." - msgstr "" --"Necessita baixar els paquets debuginfo, els quals prenen un temps " --"significant i espai de de disc. No obstant, a diferència dels servidors de " --"resseguiment, no envia els bolcats de la memòria a màquines remotes." -+"Necessita baixar els paquets debuginfo, els quals prenen un temps i espai de " -+"disc considerable. No obstant això, a diferència dels servidors de " -+"resseguiment, no envia els bolcs de la memòria a màquines remotes." - - #: ../src/plugins/analyze_RetraceServer.xml.in.h:1 - msgid "Send core dump to remote retrace server for analysis" - msgstr "" --"Envia el bolcat de memòria al servidor remot de resseguiment per a l'anàlisi" -+"Envia el bolc de la memòria al servidor remot de resseguiment per a " -+"l'anàlisi" - - #: ../src/plugins/analyze_RetraceServer.xml.in.h:2 - msgid "" -@@ -1848,12 +2005,12 @@ msgid "" - "you upload contains all the data from the crashed program, including your " - "private data, if any." - msgstr "" --"Puja el bolcat de memòria a un servidor que genera una traça inversa i la " --"retorna. Pros: no hi hi la necessitat de baixar els debuginfo. La base de " -+"Puja el bolc de la memòria a un servidor que genera una traça inversa i la " -+"retorna. Pros: no hi ha la necessitat de baixar els debuginfo. La base de " - "dades dels debuginfo del servidor de resseguiment és més completa. El " - "servidor de resseguiment pot generar millor les traces inverses. Cons: el " --"bolcat de memòria que pugeu conté totes les dades del programa que ha tingut " --"pana, que inclouen les vostres dades privades, si fos el cas." -+"bolc de la memòria que pugeu conté totes les dades del programa que ha " -+"tingut pana, que inclouen les vostres dades privades, si fos el cas." - - #: ../src/plugins/analyze_RetraceServer.xml.in.h:3 - msgid "Retrace server URL" -@@ -1887,7 +2044,7 @@ msgstr "Recull .xsession-errors" - - #: ../src/plugins/collect_xsession_errors.xml.in.h:2 - msgid "Save relevant lines from ~/.xsession-errors file" --msgstr "Desa les línies rellevants del fitxer ~/.xsession-errors" -+msgstr "Desa les línies apropiades del fitxer ~/.xsession-errors" - - #: ../src/plugins/collect_xsession_errors.xml.in.h:3 - msgid "" -@@ -1905,7 +2062,7 @@ msgstr "S'ha produït un error en el cantó del servidor." - #: ../src/plugins/https-utils.c:65 - #, c-format - msgid "A server-side error occurred on '%s'" --msgstr "S'ha produït un error en el cantó del servidor en '%s'" -+msgstr "S'ha produït un error en el cantó del servidor en «%s»" - - #: ../src/plugins/https-utils.c:74 - msgid "An error occurred while connecting to the server" -@@ -1914,7 +2071,7 @@ msgstr "S'ha produït un error mentre es connectava amb el servidor" - #: ../src/plugins/https-utils.c:77 - #, c-format - msgid "An error occurred while connecting to '%s'" --msgstr "S'ha produït un error mentre es connectava a '%s'" -+msgstr "S'ha produït un error mentre es connectava a «%s»" - - #: ../src/plugins/https-utils.c:97 - #, c-format -@@ -1932,7 +2089,7 @@ msgstr "" - msgid "Certificate subject name '%s' does not match target host name '%s'." - msgstr "" - "El nom del subjecte del certificat '%s' no coincideix amb el nom de " --"l'amfitrió de destinació '%s'." -+"l'amfitrió de destinació «%s»." - - #: ../src/plugins/https-utils.c:107 - msgid "Remote certificate has expired." -@@ -1941,12 +2098,12 @@ msgstr "El certificat remot ha expirat." - #: ../src/plugins/https-utils.c:110 - #, c-format - msgid "Certificate issuer is not recognized: '%s'." --msgstr "No s'ha reconegut l'emissor del certificat: '%s'." -+msgstr "No s'ha reconegut l'emissor del certificat: «%s»." - - #: ../src/plugins/https-utils.c:113 - #, c-format - msgid "Bad certificate received. Subject '%s', issuer '%s'." --msgstr "S'ha rebut un certificat dolent. Subjecte '%s', emissor '%s'." -+msgstr "S'ha rebut un certificat dolent. Subjecte «%s», emissor «%s»." - - #: ../src/plugins/https-utils.c:149 - #, c-format -@@ -1956,13 +2113,13 @@ msgstr "Error en obtenir la ranura 'PEM Token #0': %d." - #: ../src/plugins/https-utils.c:182 - #, c-format - msgid "Can't resolve host name '%s'. NSS error %d." --msgstr "No es pot resoldre el nom de l'amfitrió '%s'. error de NSS %d." -+msgstr "No es pot resoldre el nom de l'amfitrió «%s». error de NSS %d." - - #. Host exists, but has neither IPv4 nor IPv6?? - #: ../src/plugins/https-utils.c:203 - #, c-format - msgid "Can't resolve host name '%s'." --msgstr "No es pot resoldre el nom de l'amfitrió '%s'." -+msgstr "No es pot resoldre el nom de l'amfitrió «%s»." - - #: ../src/plugins/https-utils.c:210 - msgid "Failed to set socket blocking mode." -@@ -1986,12 +2143,12 @@ msgstr "L'habilitació de TLS ha fallat." - - #: ../src/plugins/https-utils.c:224 - msgid "Failed to set URL to SSL socket." --msgstr "Error en establir la URL al sòcol SSL." -+msgstr "Error en establir l'URL al sòcol SSL." - - #: ../src/plugins/https-utils.c:233 - #, c-format - msgid "Can't connect to '%s'" --msgstr "No es pot connectar a '%s'" -+msgstr "No es pot connectar a «%s»" - - #: ../src/plugins/https-utils.c:241 - msgid "Failed to set certificate hook." -@@ -2003,7 +2160,7 @@ msgstr "Ha fallat l'establiment del retorn de la salutació." - - #: ../src/plugins/https-utils.c:251 - msgid "Failed to reset handshake." --msgstr "Error en resetejar la salutació." -+msgstr "Error en restablir la salutació." - - #: ../src/plugins/https-utils.c:258 - #, c-format -@@ -2017,7 +2174,7 @@ msgstr "Error en tancar el sòcol SSL." - #: ../src/plugins/https-utils.c:332 - #, c-format - msgid "Malformed HTTP response header: '%s'" --msgstr "Capçalera de resposta HTTP amb format incorrecte: '%s'" -+msgstr "Capçalera de resposta HTTP amb format incorrecte: «%s»" - - #: ../src/plugins/https-utils.c:369 - #, c-format -@@ -2045,7 +2202,7 @@ msgstr "Error en aturar NSS." - msgid "Sleeping for %d seconds" - msgstr "S'està dormint durant %d segons" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." -@@ -2054,7 +2211,7 @@ msgstr "" - "trencada, per desgràcia aquests problemes no es poden corregir pels " - "mantenidors del nucli del sistema operatiu." - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -2063,7 +2220,7 @@ msgstr "" - "maquinari no és compatible, per tant els mantenidors del nucli del sistema " - "operatiu no poden corregir-ho." - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -2073,24 +2230,24 @@ msgstr "" - "nucli ha estat contaminat (marcadors: %s). Els mantenidors del nucli del " - "sistema operatiu no poden fer diagnòstics amb informes contaminats." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "Mòduls contaminats: %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Llistat dels Id. dels errors" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Especifica un servidor bodhi" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Especifica un llançament" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -2100,22 +2257,22 @@ msgstr "" - "\n" - "Cerca si hi ha actualitzacions en el servidor bodhi" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "S'està cercant si hi ha actualitzacions" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "No s'han trobat actualitzacions per aquest paquet" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - "La versió local del paquet és més recent que la de les actualitzacions " - "disponibles" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2133,79 +2290,80 @@ msgid "" - msgstr "" - "& [-v] [-od] FITXER...\n" - "\n" --"Escaneja els fitxers per a dividir els missatges oop. Pot imprimir-los i/o " --"eliminar-los." -+"Escaneja els fitxers per a dividir el missatge de l'oops. Pot imprimir-los i/" -+"o eliminar-los." - - #: ../src/hooks/abrt-merge-pstoreoops.c:97 - msgid "Print found oopses" --msgstr "Imprimeix els oop que s'han trobat" -+msgstr "Imprimeix els oops que s'han trobat" - - #: ../src/hooks/abrt-merge-pstoreoops.c:98 - msgid "Delete files with found oopses" --msgstr "Elimina els fitxers amb els oop que s'han trobat" -+msgstr "Elimina els fitxers amb els oops que s'han trobat" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" --msgstr "'%s' fa referència a més d'un directori de problema" -+msgstr "«%s» fa referència a més d'un directori de problema" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Ús: abrt-cli [--version] ORDRE [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "Llista els problemes [als DIRs]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Elimina el directori del problema DIR" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analitza i informa de les dades del problema al DIR" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Imprimeix informació sobre el DIR" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "Imprimeix el compte de les panes recents" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "Processa múltiples problemes" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Consulteu 'abrt-cli ORDRE --help' per a més informació" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" --msgstr "" -+msgstr "& list [opcions]" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "Llista únicament els problemes que s'hagin informat" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Mostra informes detallats" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - "Llista únicament els problemes que siguin més recents que la marca de temps " - "especificada" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - "Llista únicament els problemes anteriors a la marca de temps especificada" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -2216,53 +2374,63 @@ msgstr "" - "Considereu habilitar-ho\n" - "amb 'abrt-auto-reporting enabled' com a usuari amb els privilegis de root\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [opcions] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "El text que sigui més gran que aquest es mostrarà abreujat" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" --msgstr "El directori del problema '%s' no existeix" -+msgstr "El directori del problema «%s» no existeix" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" --msgstr "" -+msgstr "& status" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "Imprimeix únicament el compte dels problemes sense cap missatge" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - "Imprimeix únicament els problemes que siguin més recents que la marca de " - "temps especificada" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" --"ABRT ha detectat %u problem[a|es]. Per a més informació executeu: abrt-cli " -+"ABRT ha detectat %u problem[a/es]. Per a més informació executeu: abrt-cli " - "list%s\n" - --#: ../src/cli/report.c:28 -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" -+ -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" -+ -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 -+#, c-format -+msgid "Deleting '%s'" -+msgstr "S'està eliminant «%s»" -+ -+#: ../src/cli/report.c:79 - msgid "& report [options] DIR..." - msgstr "& report [opcions] DIR..." - --#: ../src/cli/report.c:38 -+#: ../src/cli/report.c:89 - msgid "Remove PROBLEM_DIR after reporting" - msgstr "Elimina PROBLEM_DIR després de la presentació d'informes" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 --#, c-format --msgid "Deleting '%s'" --msgstr "S'està eliminant '%s'" -- - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "Accions: remove(rm), info(i), skip(s):" -@@ -2271,33 +2439,188 @@ msgstr "Accions: remove(rm), info(i), skip(s):" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "Accions: remove(rm), report(e), info(i), skip(s):" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" --msgstr "S'està informant '%s'" -+msgstr "S'està informant «%s»" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "Per al següent problema premeu RETORN:" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "Sense l'argument --since, s'itera sobre tots els problemes detectats." - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - "Selecciona únicament els problemes que es van detectar després de la marca " - "de temps" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " - "analysis if the remote analysis fails" - msgstr "" --"Envia el bolcat de memòria a un servidor remot de resseguiment per a " --"l'anàlisi o per a la realització de l'anàlisis local si es produeix un error " -+"Envia el bolc de la memòria a un servidor remot de resseguiment per a " -+"l'anàlisi o per a la realització de l'anàlisi local si es produeix un error " - "en el servidor remot de l'anàlisi" - - #: ../src/plugins/analyze_CCpp.xml.in.h:2 -@@ -2310,15 +2633,14 @@ msgid "" - "you upload contains all the data from the crashed program, including your " - "private data, if any." - msgstr "" --"Puja el bolcat de memòria a un servidor que genera una traça inversa i la " --"retorna. Si l'usuari no vol pujar el seu bolcat de memòria enlloc, " --"l'esdeveniment realitza l'anàlisi a nivell local. L'anàlisi local s'executa " --"si l'anàlisi remot falla. Pros: no hi hi la necessitat de baixar els " --"debuginfo. La base de dades dels debuginfo del servidor de resseguiment és " --"més completa. El servidor de resseguiment pot generar millor les traces " --"inverses. Cons: el bolcat de memòria que pugeu conté totes les dades del " --"programa que ha ha tingut pana, que inclouen les vostres dades privades, si " --"fos el cas." -+"Puja el bolc de la memòria a un servidor que genera una traça inversa i la " -+"retorna. Si l'usuari no vol pujar el seu bolc de la memòria enlloc, " -+"l'esdeveniment realitza localment l'anàlisi. L'anàlisi local s'executa si " -+"falla l'anàlisi remota. Pros: no hi ha la necessitat de baixar els debuginfo." -+" La base de dades dels debuginfo del servidor de resseguiment és més " -+"completa. El servidor de resseguiment pot generar millor les traces inverses." -+" Cons: el bolc de la memòria que pugeu conté totes les dades del programa " -+"que ha tingut pana, que inclouen les vostres dades privades, si fos el cas." - - #: ../src/plugins/analyze_VMcore.xml.in.h:1 - msgid "Analyze VM core" -@@ -2329,7 +2651,7 @@ msgid "" - "Install kernel debuginfo packages, generate kernel log and oops message" - msgstr "" - "Instal·la els paquets debuginfo del nucli del sistema operatiu, genera " --"registres del nucli del sistema operatiu i missatges oops" -+"registres del nucli del sistema operatiu i missatges de l'oops" - - #: ../src/plugins/analyze_VMcore.xml.in.h:3 - msgid "" -@@ -2337,7 +2659,7 @@ msgid "" - "time, and take up disk space." - msgstr "" - "Necessita instal·lar els paquets debuginfo del nucli del sistema operatiu, " --"els quals prenen un temps significant i espai de de disc." -+"els quals prenen un temps i espai de disc considerable." - - #: ../src/plugins/collect_GConf.xml.in.h:1 - msgid "Collect GConf configuration" -@@ -2352,8 +2674,8 @@ msgid "" - "Runs gconftool-2 --recursive-list /apps/executable and saves it as " - "'gconf_subtree' element." - msgstr "" --"Executa gconftool-2 --recursive-list /apps/executable i desa-ho com element " --"de 'gconf_subtree'." -+"Executa gconftool-2 --recursive-list /apps/executable i ho desa com a " -+"element de 'gconf_subtree'." - - #: ../src/plugins/collect_vimrc_system.xml.in.h:1 - msgid "Collect system-wide vim configuration files" -diff --git a/po/cs.po b/po/cs.po -index 5a092d7..debed52 100644 ---- a/po/cs.po -+++ b/po/cs.po -@@ -18,121 +18,134 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2015-03-05 09:29-0500\n" --"Last-Translator: Jiri Eischmann \n" -+"PO-Revision-Date: 2015-05-13 05:06-0400\n" -+"Last-Translator: Zdenek \n" - "Language-Team: čeština \n" - "Language: cs\n" - "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" --msgstr "" -+msgstr "Hlášení problemů" - - #: ../src/applet/abrt-applet.desktop.in.h:2 - msgid "View and report application crashes" --msgstr "" -+msgstr "Prohlédni a nahlas chyby aplikací" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Nelze převzít vlastnictví '%s'" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "Nemohu otevřít adresář pro zápis '%s'" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "Nemohu zavřít oznámení: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" --msgstr "" -+msgstr "Oops!" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Nahlásit" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" --msgstr "" -+msgstr "Restart" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" -+"Je nám líto, ale zdá se, že %s havaroval. Problém byl automaticky nahlášen." - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" -+"Je nám líto, ale zdá se, že %s havaroval. Problém bude nahlášen jakmile bude " -+"dostupný internet." - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" -+"Je nám líto, ale zdá se, že %s havaroval. Kontaktujte prosím vývojáře, pokud " -+"chcete problém nahlásit." - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" -+"Je nám líto, ale zdá se, že %s havaroval. Pokud chcete pomoct s řešením " -+"tohoto problému, zašlete nám ho prosím." - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" -+"Je nám líto, ale zdá se, že se v komponentě objevil problém. Problém byl " -+"automaticky nahlášen." - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" -+"Je nám líto, ale zdá se, že se v komponentě objevil problém. Problém bude " -+"nahlášen, jakmile bude dostupný internet." - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" -+"Je nám líto, ale zdá se, že se v komponentě objevil problém. Pokud chcete " -+"pomoct s řešením tohoto problému, zašlete nám ho prosím." - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "Nemohu zobrazit oznámení: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "Nemohu číst z kanálu gio: '%s'" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "Nemohu nastavit kódování na kanálu gio: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "Nemohu zapnout neblokový režim pro kanál gio: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -142,6 +155,17 @@ msgstr "" - "\n" - "Applet, který uživatele upozorní, když ABRT detekuje nový problém\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "Zeptat se před ukradnutím adresáře" -@@ -163,12 +187,10 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"Soubor coredumpu je nezbytný pro vygenerování stack tracu, což je časově a " --"prostorově náročná operace. ABRT poskytuje službu, která vygeneruje stack " --"trace z coredumpu, ale musíte do této služby coredump nahrát. Pokud tuto " --"volbu zakážete, ABRT nahraje coredump bez ptaní." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 - msgid "" -@@ -214,10 +236,6 @@ msgstr "" - "nahlášené problémy. Funguje pouze, pokud je povoleno Zkrácené hlášení." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "Zeptat se před odesláním coredumpu" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -225,15 +243,15 @@ msgstr "" - "Pokud je tato volba povolená, ABRT vždy vytvoří chybové hlášení s omezeným " - "přístupem, jsou-li potenciálně citlivá data detekována." - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "Vyžadovat neveřejné hlášení v případě citlivých informací" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "Upozornit na nekompletní problémy" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -242,6 +260,22 @@ msgstr "" - "Nekompletní problémy jsou detekovány, když se počítač vypíná nebo uživatel " - "odhlašuje. V zájmu užitečnosti hlášení, ABRT tyto problémy odesílat nebude." - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "_Zavřít" -@@ -267,14 +301,17 @@ msgstr "O" - msgid "Quit" - msgstr "Konec" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" -+"& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" -+"\n" -+"Dotáže databázi balíčků a uloží jméno balíčku a komponenty" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -286,42 +323,45 @@ msgstr "" - msgid "Problem directory" - msgstr "Adresář problému" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Konfigurační soubor" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" --msgstr "" -+msgstr "Použít tento adresář jako RPM root" - - #: ../src/daemon/abrt-action-save-container-data.c:199 - msgid "& [-v] -d DIR\n" - "\n" - "Save container metadata" --msgstr "" -+msgstr "& [-v] -d DIR\n" -+"\n" -+"Uloží zásobník metadat" - - #: ../src/daemon/abrt-action-save-container-data.c:211 - msgid "Root directory for running container commands" --msgstr "" -+msgstr "Kořenový adresář pro běžící zásobník příkazů" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [volby]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "Použít NUM jako klient uid" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Protokolovat do syslogu" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Přidá názvy programů do protokolu" - -@@ -329,62 +369,52 @@ msgstr "Přidá názvy programů do protokolu" - msgid "Unknown error" - msgstr "Neznámá chyba" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' není platným adresářem problému" -+msgid "'%s' is not a valid element name" -+msgstr "'%s' není platným jménem prvku" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "'%s' prvek nemůže být modifikován" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' není platným adresářem problému" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Neautorizovaný" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "Nemohu zpřístupnit problém ke změně" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "'%s' prvek nemůže být modifikován" -+ -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "Změna vlastníka adresáře selhala. Zkontrolujte logy systému pro více " - "informací." - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' není platným jménem prvku" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "Nemohu získat velikost '%s'" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "Nezbývá místo na problémy" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "Nemohu smazat prvek '%s' z adresáře problému '%s'" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -394,12 +424,12 @@ msgstr "" - "Jméno '%s' bylo ztraceno, zkontrolujte prosím, zda-li jiná služba vlastnící " - "toto jméno neběží.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Ukončí po NUM sekundách neaktivity" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Tento program musí být spuštěn pod root uživatelem." - -@@ -425,18 +455,22 @@ msgstr "Nedémonizuje se" - msgid "Log to syslog even with -d" - msgstr "Protokoluje do syslogu i s -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Spustí EVENT v DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Komunikovat přímo s uživatelem" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -474,73 +508,76 @@ msgstr "Počet souběžných \"dělníků\". Výchozí je " - msgid "Maximal cache size in MiB. Default is " - msgstr "Maximální velikost mezipaměti v MiB. Výchozí je " - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" --msgstr "" -+msgstr "Vypíná autentizaci" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" --msgstr "" -+msgstr "Uživatelské jméno podpory Red Hat" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" -+"Heslo pro podporu Red Hat. Pokud není uvedeno, bude obdržena výzva pro jeho " -+"vydání" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" --msgstr "" -+msgstr "Cesta nebo typ SSL certifikátu pro uReport" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" --msgstr "" -+msgstr "Musíte zadat --username pro --password" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" --msgstr "" -+msgstr "Můžete použít buď --username nebo --certificate" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" --msgstr "" -+msgstr "Můžete použít buď --username nebo --anonymous" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" --msgstr "" -+msgstr "Můžete použít buď --anonymous nebo --certificate" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "Neplatný počet argumentů" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "Neznámá hodnota možnosti: '%s'\n" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" --msgstr "" -+msgstr "Heslo:" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" --msgstr "" -+msgstr "Bez zadání hesla nelze pokračovat\n" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" --msgstr "" -+msgstr "Automatické hlášení chyb autorizováno pro HTTP" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" --msgstr "" -+msgstr "Automatické hlášení chyb autorizováno pro SSL klienta" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" --msgstr "" -+msgstr "Anonymní automatické hlášení chyb" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -560,68 +597,68 @@ msgstr "" - " UPLOAD_DIR - Adresář, kde jsou nahrané archivy uložené\n" - " FILENAME - Název souboru nahraného archivu\n" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "Ne adresář: '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "Přeskočení: '{0}' (začíná lomítkem)" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "Přeskočení: '{0}' (začíná tečkou)" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "Přeskočení: '{0}' (obsahuje..)" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "Přeskočení: '{0}' (obsahuje mezeru)" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "Přeskočení: '{0}' (obsahuje tabulátor)" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" --msgstr "Nelze změnit adresáž na '{0}'" -+msgstr "Nelze změnit adresář na '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "Neznámý typ souboru '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "Nelze vytvořit pracovní adresář '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "Nelze přesunout '{0}' do '{1}'" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "Nelze zkopírovat '{0}' do '{1}'" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "Chyba ověření na '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "Rozbalení '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "Nelze vytvořit adresář '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "Nelze rozbalit '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "'{0}' byl úspěšně zpracován" - -@@ -645,21 +682,29 @@ msgstr "Nelze provést chown '%s': %s" - msgid "Deleting problem directory failed: %s" - msgstr "Odstraňování adresáře problému selhalo: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Nemohu získat data problému z abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Nemohu získat seznam problémů z abrt-dbus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Nemohu získat data problému z abrt-dbus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" --msgstr "" -+msgstr "Nelze otestovat zda-li element existuje nad abrt-dbus: %s" - - #: ../src/lib/ignored_problems.c:233 - #, c-format -@@ -704,7 +749,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Rozbor zásobníku volání v %s se nezdařil" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "Vlákno poruchy nenalezeno" - -@@ -809,7 +854,7 @@ msgstr "Nelze vytáhnout zprávu oops: '{0}'" - msgid "Oops text extracted successfully" - msgstr "Text oops úspěšně vyňat." - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -817,6 +862,38 @@ msgstr "" - "Protokol jádra indikuje, že byly detekovány chyby hardwaru.\n" - "Toto není s největší pravděpodobností softwarový problém.\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -902,6 +979,28 @@ msgid "" - " --repo Pattern to use when searching for repos.\n" - " Default: *debug*\n" - msgstr "" -+"Použití: %s [-vy] [--ids=BUILD_IDS_FILE] [--pkgmgr=(yum|dnf)]\n" -+" [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]] " -+"[--size_mb=SIZE]\n" -+" [-e, --exact=PATH[:PATH]...]\n" -+"\n" -+"Instaluje debuginfo pro všechny ID buildů v BUILD_IDS_FILE\n" -+"do CACHEDIR pomocí TMPDIR jako dočasného vyčkávacího prostoru.\n" -+"Staré soubory v CACHEDIR jsou smazány, dokud nejsou menší než SIZE.\n" -+"\n" -+"Načítá konfiguraci z /etc/abrt/plugins/CCpp.conf\n" -+"\n" -+" -v Být upovídaný\n" -+" -y Neinterkativní, předpokládá 'Ano' pro všechny otázky\n" -+" --ids Výchozí: build_ids\n" -+" --tmpdir Výchozí: @LARGE_DATA_TMP_DIR@/abrt-tmp-debuginfo-" -+"RANDOM_SUFFIX\n" -+" --cache Výchozí: /var/cache/abrt-di\n" -+" --size_mb Výchozí: 4096\n" -+" --pkgmgr Výchozí: Správce balíčků z CCpp.conf nebo 'dnf'\n" -+" -e,--exact Stáhnout pouze uvedený soubor\n" -+" --repo Vzor, který použít pro hledání repozitářů.\n" -+" Výchozí: *debug*\n" - - #: ../src/plugins/abrt-action-install-debuginfo.in:175 - msgid "Can't open {0}: {1}" -@@ -921,6 +1020,7 @@ msgstr "{0} souborů debuginfo není nainstalováno" - #, c-format - msgid "Invalid configuration of CCpp addon, unsupported Package manager: '%s'" - msgstr "" -+"Neplatná konfigurace doplňku CCpp, nepodporovaný správce balíčku: '%s'" - - #: ../src/plugins/abrt-action-install-debuginfo.in:249 - msgid "Missing requested file: {0}" -@@ -934,7 +1034,36 @@ msgstr "Chybějící soubory ladících údajů: {0}" - msgid "All debuginfo files are available" - msgstr "Všechny soubory debuginfo jsou dostupné" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -944,7 +1073,7 @@ msgstr "" - "Pokud bude vaše odpověď 'Ne', zásobník volání se vygeneruje lokálně. (to " - "může mít za následek stažení velkého množství dat)." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1177,7 +1306,8 @@ msgstr "Vytvoř nový adresář problému v DIR pro každý nalezený oops" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "Stejné jako -d DumpLocation, DumpLocation je specifikováno v abrt.conf" -@@ -1188,16 +1318,18 @@ msgstr "Uložit vyňaté informace v PROBLEM" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Učiň adresář problému přístupný pro čtení všem" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "Omezit vytváření adresářů s problémy na 1 za sekundu" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Vytiskne znak(y) vyhledávání do stdout a ukončí se" - -@@ -1206,27 +1338,32 @@ msgstr "Vytiskne znak(y) vyhledávání do stdout a ukončí se" - msgid "Failed to compile regex" - msgstr "Selhalo zkompilování regexu" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "Nelze aktualizovat problém: nalezen více než jeden oops" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 - msgid "Failed to obtain all required information from journald" --msgstr "" -+msgstr "Nepodařilo se získat všechny požadované informace ze žurnálu" - - #. We don't want to update the counter here. - #: ../src/plugins/abrt-dump-journal-core.c:401 - #, c-format - msgid "Not saving repeating crash after %ds (limit is %ds)" --msgstr "" -+msgstr "Neukládat opakující se pád po %ds (limit je %ds)" - - #: ../src/plugins/abrt-dump-journal-core.c:407 - msgid "Failed to save detect problem data in abrt database" --msgstr "" -+msgstr "Nepodařilo se uložit data detekovaného problému v abrt databazi" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "Selhalo inicializování systemd-journal watch" - -@@ -1243,60 +1380,78 @@ msgid "" - "\n" - "The last seen position is saved in " - msgstr "" -+"& [-vsf] [-e]/[-c CURSOR] [-t INT]/[-T] [-d DIR]/[-D]\n" -+"\n" -+"Extrahuje záznamy jádra ze systemd-journalu\n" -+"\n" -+"volby -c and -e jsou v konfliktu, protože obě určují první přečtenou zprávu.\n" -+"\n" -+"-e je užitečné pouze pro -f, protože po startu journalu následuje čtení\n" -+"celého journalu, pokud není k dispozici poslední pozice.\n" -+"\n" -+"Poslední zhlédnutá pozice je uložená v " - - #: ../src/plugins/abrt-dump-journal-core.c:478 - msgid "Create new problem directory in DIR for every coredump" --msgstr "" -+msgstr "Vytvoř nový adresář problému v DIR pro každý nalezený záznam jádra" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "Začít číst systemd-journal z pozice CURSOR" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "Začít číst systemd-journal od konce" - - #: ../src/plugins/abrt-dump-journal-core.c:482 - msgid "Throttle problem directory creation to 1 per INT second" --msgstr "" -+msgstr "Omezit vytváření adresářů s problémy na 1 za INT sekund" - - #: ../src/plugins/abrt-dump-journal-core.c:483 - msgid "Same as -t INT, INT is specified in plugins/CCpp.conf" --msgstr "" -+msgstr "Stejné jako -t INT, INT je specifikováno v plugins/CCpp.conf" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "Sleduj system-journal z poslední zhlédnuté pozice (pokud je dostupná)" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "Musíte zadat buď -c CURSOR nebo -e" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "Nelze otevřít systemd-journal" - - #: ../src/plugins/abrt-dump-journal-core.c:544 - msgid "Cannot filter systemd-journal to systemd-coredump data only" --msgstr "" -+msgstr "Ze systemd-journal nelze vyfiltrovat pouze data o záznamu jádra" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "Nelze skočit na konec journalu" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "Selhalo nastavení kurzoru systemd-journal '%s'" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "Nelze číst data journalu." - -@@ -1325,28 +1480,77 @@ msgstr "" - "Poslední zhlédnutá pozice je uložená v " - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" --msgstr "" -+msgstr "Čte soubory žurnálu ze všech systémů" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" --msgstr "" -+msgstr "Čte všechny soubory žurnálu z adresáře v PATH" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" --msgstr "" -+msgstr "Nelze iniciovat systemd-journal v adresáři '%s'" - - #: ../src/plugins/abrt-dump-journal-oops.c:288 - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "Ze systemd-journal nelze vyfiltrovat pouze data o kernelu" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "Selhalo nastartování sledování z kurzoru '%s'" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1356,41 +1560,45 @@ msgstr "" - "\n" - "Extrahuje pád Xorg ze souboru FILE (nebo standardního vstupu)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Vypiš nalezená data o havárii na standardní výstup" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "Vytvoř adresář problému v DIR pro každý nalezený pád" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "Nelze uložit pozici journal watch" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "Nelze uložit pozici journal watch: open('%s')" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "Neobnovuje se pozice journal watch: soubor '%s' neexistuje" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "Nelze obnovit soubor pozice journal watch '%s'" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "Nelze obnovit pozici journal watch: cesta '%s' není běžný soubor" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" -@@ -1398,18 +1606,18 @@ msgstr "" - "Nelze obnovit pozici journal watch: soubor '%s' překračuje limit velikosti " - "%dB" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "Nelze obnovit pozici journal watch: open('%s')" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "Nelze obnovit pozici journal watch: nelze přečíst celý soubor '%s'" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "Selhalo přesunutí journalu do kurzoru ze souboru '%s'" -@@ -1779,9 +1987,9 @@ msgid "" - "fedorahosted.org/abrt/wiki/AbrtRetraceServerInsecureConnection\" " - ">(warning)</a>" - msgstr "" --"K povolení nezabezpečeného spojení použijte pole Nezabezpečený" -+"Zapiště \"nezabezpečený\" k povolení nezabezpečeného připojení <a href=" -+"\"https://fedorahosted.org/abrt/wiki/AbrtRetraceServerInsecureConnection\" " -+">(varování)</a>" - - #: ../src/plugins/collect_xsession_errors.xml.in.h:1 - msgid "Collect .xsession-errors" -@@ -1876,11 +2084,11 @@ msgstr "Selhalo povolení handshake pro SSL soket." - - #: ../src/plugins/https-utils.c:220 - msgid "Failed to enable SSL3." --msgstr "" -+msgstr "Selhalo povolení SSL3." - - #: ../src/plugins/https-utils.c:222 - msgid "Failed to enable TLS." --msgstr "" -+msgstr "Selhalo povolení TLS." - - #: ../src/plugins/https-utils.c:224 - msgid "Failed to set URL to SSL socket." -@@ -1943,7 +2151,7 @@ msgstr "Selhalo ukončení NSS." - msgid "Sleeping for %d seconds" - msgstr "Spánek po %d sekund" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." -@@ -1951,7 +2159,7 @@ msgstr "" - "Problém v kernelu se vyskytl kvůli rozbitému BIOSu. Takového problémy nejsou " - "bohužel vývojáři kernelu opravitelné." - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -1959,7 +2167,7 @@ msgstr "" - "Vyskytl se problém v kernelu, ale váš hardware není podporovaný, proto " - "vývojáři kernelu nejsou schopní tento problém opravit." - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1968,24 +2176,24 @@ msgstr "" - "Vyskytl se problém s jádrem, ale vaše jádro bylo modifikováno (parametry:%s)." - " Správci jádra nejsou schopni diagnostikovat modifikované reporty." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "Závadné moduly: %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Seznam ID chyb" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Urči url bodhi serveru" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Urči vydání" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -1995,20 +2203,20 @@ msgstr "" - "\n" - "Hledej aktualizace na serveru bodhi" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Vyhledávání aktualizací" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Pro tento balíček nenalezeny žádné aktualizace" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "Lokální verze balíčku je novější než verze dostupná v aktualizacích" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2035,65 +2243,66 @@ msgstr "Vypsat nalezené oopsy" - msgid "Delete files with found oopses" - msgstr "Smazat soubory s nalezenými oopsy" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "'%s' nalezl více než jeden adresář s problémy" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Použití: abrt-cli [--version] PŘÍKAZ [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "Vypsat seznam problémů [v adresářích]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Odstraň adresář problému DIR" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analyzuj a reportuj data problému v DIR" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Tisk informací o DIR" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "Vypsat počet nedávných pádů" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "Zpracovat více problémů" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Více informací získáte příkazem „abrt-cli PŘÍKAZ --help“" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" --msgstr "" -+msgstr "& list [volby]" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "Vypsat seznam pouze nenahlášených problémů" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Zbrazit detailní zprávu" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "Vypsat seznam problémů novějších než zadaná časová značka" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "Vypsat seznam problémů starších než zadaná časová značka" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -2103,51 +2312,61 @@ msgstr "" - "Funkce automatického hlášení je zakázána. Prosím zvažte její povolení pomocí\n" - "spuštění 'abrt-auto-reporting enabled' s právy roota\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [volby] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "Text delší než toto bude zestručněný" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "Žádný adresář s problémy '%s'" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" --msgstr "" -+msgstr "& stav" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "Vypsat pouze počet problémů beze zpráv" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "Vypsat pouze problémy novější než zadaná časová značka" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - "ABRT detekoval %u problém(ů). Chcete-li více informací, spusťte: abrt-cli " - "list%s\n" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." --msgstr "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" --msgstr "Odstranit PROBLEM_DIR po nahlášení" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "Mazání '%s'" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "& report [options] DIR..." -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "Odstranit PROBLEM_DIR po nahlášení" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "Akce: remove(rm), info(i), skip(s):" -@@ -2156,25 +2375,180 @@ msgstr "Akce: remove(rm), info(i), skip(s):" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "Akce: remove(rm), report(e), info(i), skip(s):" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "Hlášení '%s'" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "Na další problémy přejdete tisknutím ENTER:" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - "Bez argumentu --since provedete operaci nad všemi detekovanými problémy." - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "Vybere pouze problémy detekované po časové značce" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/da.po b/po/da.po -index 5056f43..4d62355 100644 ---- a/po/da.po -+++ b/po/da.po -@@ -9,7 +9,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -19,7 +19,7 @@ msgstr "" - "language/da/)\n" - "Language: da\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -29,102 +29,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Kan ikke tage ejerskab over \"%s\"" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Rapportér" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -135,6 +135,17 @@ msgstr "" - "Panelprogram som giver brugeren besked, når nye problemet er fundet af " - "ABRT\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -156,7 +167,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -189,30 +202,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -238,14 +263,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -257,11 +282,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Problemmappe" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Konfigurationsfil" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -275,24 +300,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [tilvalg]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Skriv til syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Føj programnavne til log" - -@@ -300,60 +326,50 @@ msgstr "Føj programnavne til log" - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -361,12 +377,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -387,18 +403,22 @@ msgstr "Dæmonisér ikke" - msgid "Log to syslog even with -d" - msgstr "Skriv til syslog, selv med -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -428,73 +448,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -506,68 +527,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -591,18 +612,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -643,7 +672,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Fortolkning af backtrace mislykkedes for %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -735,12 +764,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -849,14 +910,43 @@ msgstr "Manglende debuginfo-fil: {0}" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1071,7 +1161,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "Samme som -d DumpLocation, DumpLocation er angivet i abrt.conf" - -@@ -1081,16 +1172,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1099,8 +1192,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1120,6 +1217,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1143,11 +1241,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1161,16 +1261,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1178,18 +1281,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1208,14 +1314,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1224,70 +1333,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1807,63 +1966,63 @@ msgstr "Kunne ikke nedlukke NSS." - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Liste over fejl-id'er" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Angiv en url til bodhi-server" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Angiv en udgivelse" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Søger efter opdateringer" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Ingen opdateringer fundet for denne pakke" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "Lokal version af pakken er nyere end tilgængelige opdateringer" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1885,65 +2044,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Se \"abrt-cli COMMAND --help\" for mere information" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Vis detaljeret rapport" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1951,49 +2111,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2002,24 +2172,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/de.po b/po/de.po -index 527eb21..73a2018 100644 ---- a/po/de.po -+++ b/po/de.po -@@ -20,17 +20,17 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2015-03-20 08:24-0400\n" -+"PO-Revision-Date: 2015-08-19 02:33-0400\n" - "Last-Translator: Roman Spirgi \n" - "Language-Team: German (http://www.transifex.com/projects/p/fedora-abrt/" - "language/de/)\n" - "Language: de\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -40,34 +40,34 @@ msgstr "Problemberichterstattung" - msgid "View and report application crashes" - msgstr "Anwendungsabstürze anzeigen und berichten" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Eigentumsrechte von »%s« können nicht geändert werden." - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "Verzeichnis kann nicht mit Schreibrechten geöffnet werden - »%s«" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "Benachrichtigung kann nicht geschlossen werden: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "Hoppla!" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Melden" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "Neustart" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " -@@ -76,7 +76,7 @@ msgstr "" - "Entschuldigung, %s scheint abgestürzt zu sein. Dieses Problem wurde " - "automatisch gemeldet." - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " -@@ -85,8 +85,8 @@ msgstr "" - "Entschuldigung, %s scheint abgestürzt zu sein. Dieses Problem wird gemeldet, " - "sobald die Internetverbindung verfügbar ist." - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " -@@ -95,7 +95,7 @@ msgstr "" - "Entschuldigung, %s scheint abgestürzt zu sein. Bitte kontaktieren Sie den " - "Entwickler, wenn Sie diesen Fehler melden wollen." - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " -@@ -104,7 +104,7 @@ msgstr "" - "Entschuldigung, %s scheint abgestürzt zu sein. Bitte melden Sie dies, wenn " - "Sie mithelfen möchten, dieses Problem zu beheben." - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." -@@ -112,7 +112,7 @@ msgstr "" - "Entschuldigung, in einer Komponente scheint ein Fehler aufgetreten zu sein. " - "Dieses Problem wurde automatisch gemeldet." - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." -@@ -120,7 +120,7 @@ msgstr "" - "Entschuldigung, in einer Komponente scheint ein Fehler aufgetreten zu sein. " - "Dieses Problem wird gemeldet, sobald die Internetverbindung verfügbar ist." - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." -@@ -128,28 +128,28 @@ msgstr "" - "Entschuldigung, es scheint ein Fehler aufgetreten zu sein. Bitte melden Sie " - "dies, wenn Sie mithelfen möchten, das Problem zu beheben." - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "Benachrichtigung kann nicht angezeigt werden: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "Von gio channel kann nicht gelesen werden: »%s«" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "Verschlüsselung kann auf gio channel nicht gesetzt werden: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "Nichtblockier-Modus kann für gio channel nicht gesetzt werden: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -160,6 +160,17 @@ msgstr "" - "Applet zur Benachrichtigung des Benutzers, wenn neue Abstürze durch ABRT " - "entdeckt werden\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" -@@ -177,19 +188,15 @@ msgstr "Verkürzte Berichterstattung" - msgid "Silent shortened reporting" - msgstr "Verkürzte Berichterstattung (silent)" - --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:5 - msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"Die Coredump-Datei ist notwendig zur Generierung eines Stack Trace – eine " --"Operation, die viel Zeit und Speicherplatz in Anspruch nimmt. ABRT bietet " --"einen Service, der den Stack Trace aus dem Coredump erstellt, allerdings " --"müssen Sie den Coredump für diesen Service hochladen. Ist diese Option " --"deaktiviert, lädt ABRT den Coredump ohne Nachfrage hoch." - - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -242,10 +249,6 @@ msgstr "" - "aktiviert ist." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "Vor dem Hochladen des Coredumps nachfragen" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -254,16 +257,16 @@ msgstr "" - "eingeschränktem Zugriff, falls die Daten allenfalls persönliche Daten " - "enthalten." - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "Privates Ticket für sensible Informationen anfordern" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "Unvollständige Probleme melden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -273,6 +276,22 @@ msgstr "" - "gegebenenfalls unvollständige Fehler erkannt werden. Um nur nützliche " - "Fehlerberichte einzureichen, lässt ABRT das Melden dieser Fehler nicht zu." - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "_Schließen" -@@ -298,7 +317,7 @@ msgstr "Über" - msgid "Quit" - msgstr "Beenden" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" -@@ -308,7 +327,7 @@ msgstr "" - "\n" - "Paket-Datenbank durchsuchen und Paket- und Komponentennamen sichern" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -320,11 +339,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Fehler-Verzeichnis" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Konfigurationsdatei" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "Dieses Verzeichnis als RPM-Root verwenden" - -@@ -340,24 +359,25 @@ msgstr "& [-v] -d DIR\n" - msgid "Root directory for running container commands" - msgstr "Root-Verzeichnis, um Container-Befehle auszuführen" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "NUM als Client-UID benutzen" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "In Systemprotokoll speichern" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Anwendungsnamen protokollieren" - -@@ -365,62 +385,52 @@ msgstr "Anwendungsnamen protokollieren" - msgid "Unknown error" - msgstr "Unbekannter Fehler" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "»%s« ist kein gültiges Problem-Verzeichnis" -+msgid "'%s' is not a valid element name" -+msgstr "»%s« ist kein gültiger Name für das Element" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "Element »%s« kann nicht geändert werden" -+msgid "'%s' is not a valid problem directory" -+msgstr "»%s« ist kein gültiges Problem-Verzeichnis" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Nicht erlaubt" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "Der Fehlerbericht kann nicht für die Bearbeitung geöffnet werden" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "Element »%s« kann nicht geändert werden" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "Ordnerrechte konnten nicht angepasst werden. Für detaillierte Hinweise die " - "System-Logdateien überprüfen." - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "Fehlerbericht kann nicht mit Lesezugriff geöffnet werden" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "»%s« ist kein gültiger Name für das Element" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "Größe von '%s' kann nicht bestimmt werden" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "Kein weiterer Speicherplatz für die Fehlerbeschreibung vorhanden" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "Element »%s« kann nicht vo Fehlerverzeichnis »%s« entfernt werden" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -430,12 +440,12 @@ msgstr "" - "Der Name »%s« ist verloren gegangen. Bitte stellen Sie sicher, dass kein " - "anderer Dienst unter dem gleichen Namen läuft.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Nach NUM Sekunden Inaktivität beenden" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Die Anwendung muss mit Root-Rechten ausgeführt werden." - -@@ -462,18 +472,22 @@ msgstr "Nicht als Hintergrunddienst ausführen" - msgid "Log to syslog even with -d" - msgstr "Auch mit -d im Systemprotokoll speichern" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "EVENT auf DIR ausführen" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Direkt mit dem Benutzer kommunizieren" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -513,89 +527,90 @@ msgstr "Anzahl der gleichzeitig laufenden Dienste. Standard ist " - msgid "Maximal cache size in MiB. Default is " - msgstr "Maximale Cache-Größe in MB. Standard ist " - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "Deaktiviert die Authentifizierung" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "Red Hat Support Benutzername" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - "Red Hat Support Passwort; falls nicht angegeben, wird zur Eingabe eines " - "Passworts aufgefordert" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "uReport SSL-Zertifikatspfad oder -Zertifikatstyp" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "Sie müssen ebenfalls --username für --password angeben" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "Sie können entweder --username oder --certificate verwenden" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "Sie können entweder --username oder --anonymous verwenden" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "Sie können entweder --anonymous oder --certificate verwenden" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "Ungültige Parameteranzahl" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "Unbekannter Optionswert: '%s'\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "Passwort:" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "Fortfahren ohne Passwort nicht möglich\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "Per HTTP authentifizierte automatische Berichterstattung" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "Per SSL-Client authentifizierte automatische Berichterstattung" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Hedda Peters --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "Anonyme automatische Berichterstattung" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -617,83 +632,83 @@ msgstr "" - " DATEINAME - Name der Archivdatei\n" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "Kein Verzeichnis: »{0}«" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "Überspringen: »{0}« (beginnt mit einem Schrägstrich)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "Überspringen: »{0}« (beginnt mit einem Punkt)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "Überspringen: »{0}« (enthält ..)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "Überspringen: »{0}« (enthält Leerzeichen)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "Überspringen: »{0}« (enthält Tabulatoren)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "Verzeichnis kann nicht auf »{0}« geändert werden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "Unbekannter Dateityp: »{0}«" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "Arbeitsverzeichnis kann nicht in »{0}« erstellt werden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "»{0}« kann nicht nach »{1}« verlegt werden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "»{0}« kann nicht nach »{1}« kopiert werden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "Fehler bei Prüfung von »{0}«" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "»{0}« wird entpackt" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "Verzeichnis »{0}« kann nicht erstellt werden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "»{0}« kann nicht entpackt werden" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "»{0}« erfolgreich verarbeitet" - -@@ -717,21 +732,30 @@ msgstr "Chown nicht möglich: »%s«: %s" - msgid "Deleting problem directory failed: %s" - msgstr "Problematisches Verzeichnis konnte nicht gelöscht werden: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Fehler-Daten können von abrt-dbus nicht abgerufen werden: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Fehler-Liste kann von abrt-dbus nicht abgerufen werden: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Fehler-Daten können von abrt-dbus nicht abgerufen werden: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -+"Über abrt-dbus kann nicht überprüft werden, ob das Element existiert: %s" - - #: ../src/lib/ignored_problems.c:233 - #, c-format -@@ -777,7 +801,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Verarbeitung der Ablaufverfolgung für %s ist fehlgeschlagen" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "Absturz Thread nicht gefunden" - -@@ -888,7 +912,7 @@ msgstr "Oops-Meldung kann nicht ausgelesen werden: »{0}«" - msgid "Oops text extracted successfully" - msgstr "Oops-Text erfolgreich ausgelesen" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -896,6 +920,38 @@ msgstr "" - "Das Kernel-Protokoll weist darauf hin, dass Hardware-Fehler entdeckt wurden.\n" - "Höchstwahrscheinlich handelt es sich dabei nicht um ein Software-Problem.\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -982,6 +1038,28 @@ msgid "" - " --repo Pattern to use when searching for repos.\n" - " Default: *debug*\n" - msgstr "" -+"Usage: %s [-vy] [--ids=BUILD_IDS_FILE] [--pkgmgr=(yum|dnf)]\n" -+" [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]] " -+"[--size_mb=SIZE]\n" -+" [-e, --exact=PATH[:PATH]...]\n" -+"\n" -+"Installs debuginfos for all build-ids listed in BUILD_IDS_FILE\n" -+"to CACHEDIR, using TMPDIR as temporary staging area.\n" -+"Old files in CACHEDIR are deleted until it is smaller than SIZE.\n" -+"\n" -+"Reads configuration from /etc/abrt/plugins/CCpp.conf\n" -+"\n" -+" -v Be verbose\n" -+" -y Noninteractive, assume 'Yes' to all questions\n" -+" --ids Default: build_ids\n" -+" --tmpdir Default: @LARGE_DATA_TMP_DIR@/abrt-tmp-debuginfo-" -+"RANDOM_SUFFIX\n" -+" --cache Default: /var/cache/abrt-di\n" -+" --size_mb Default: 4096\n" -+" --pkgmgr Default: PackageManager from CCpp.conf or 'dnf'\n" -+" -e,--exact Download only specified files\n" -+" --repo Pattern to use when searching for repos.\n" -+" Default: *debug*\n" - - #: ../src/plugins/abrt-action-install-debuginfo.in:175 - msgid "Can't open {0}: {1}" -@@ -1015,7 +1093,36 @@ msgstr "Fehlende Debuginfo-Datei: {0}" - msgid "All debuginfo files are available" - msgstr "Alle Debuginfo-Dateien sind vorhanden" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -1026,7 +1133,7 @@ msgstr "" - "wird eine lokale Stapelüberwachung erstellt - und damit unter Umständen ein " - "große Datenmenge heruntergeladen." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1270,7 +1377,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "Entspricht -d DumpLocation, DumpLocation ist in abrt.conf spezifiziert" -@@ -1281,16 +1389,18 @@ msgstr "Speichern Sie die extrahierten Informationen in PROBLEM" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Fehler-Verzeichnis allgemein lesbar machen" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "Erstellung eines Fehlerverzeichnisses auf 1 pro Sekunde beschränken" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Suchbegriff(e) in Stdout schreiben und beenden" - -@@ -1300,9 +1410,13 @@ msgstr "Suchbegriff(e) in Stdout schreiben und beenden" - msgid "Failed to compile regex" - msgstr "Kompilieren von regex fehlgeschlagen" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "Fehler kann nicht aktualisiert werden: mehrere Oops gefunden" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 -@@ -1321,6 +1435,7 @@ msgstr "Fehlerdaten konnten nicht in ABRT-Datenbank gespeichert werden" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "Systemd-Journal watch konnte nicht initialisiert werden" - -@@ -1344,11 +1459,13 @@ msgstr "Für jeden Coredump ein neues Fehlerverzeichnis erstellen" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "Systemd-Journal ab Cursor-Position lesen" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "Systemd-Journal ab Ende lesen" - -@@ -1362,17 +1479,20 @@ msgstr "Gleich wie -t INT, INT ist definiert in plugins/CCpp.conf" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - "Systemd-Journal ab der letzten gesehenen Position folgen (sofern verfügbar)" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "Entweder -c CURSOR oder -e muss angegeben werden" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "Systemd-Journal kann nicht geöffnet werden" - -@@ -1381,18 +1501,21 @@ msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - "Systemd-Journal kann nicht nur auf systemd-coredump-Daten gefiltert werden" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "Das Ende des Journals konnte nicht erreicht werden" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "Cursor '%s' des Systemd-Journals kann nicht festgelegt werden" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "Journal-Daten können nicht gelesen werden" - -@@ -1411,28 +1534,77 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "Journal-Dateien aller Geräte auslesen" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" --msgstr "" -+msgstr "Alle Journal-Daten aus PFAD-Verzeichnis auslesen" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" --msgstr "" -+msgstr "Systemd-Journal kann im Verzeichnis »%s« nicht initialisiert werden" - - #: ../src/plugins/abrt-dump-journal-oops.c:288 - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "Systemd-Journal kann nicht nur auf Kernel-Dateien gefiltert werden" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "Beginn der Ansicht ab Cursor '%s' fehlgeschlagen" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1442,46 +1614,50 @@ msgstr "" - "\n" - "Xorg-Absturz aus FILE extrahieren (oder Standard-Eingabe)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Gefundene Daten zum Absturz auf Standard-Eingabe ausgeben" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "Neues Fehlerverzeichnis in DIR erstellen für jeden gefundenen Absturz" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "Ansichtsposition des Journals kann nicht gespeichert werden" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "Position des Journals kann nicht gespeichert werden: offen('%s')" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - "Journal-Ansichtsposition kann nicht wiederhergestellt werden: Datei »%s« ist " - "nicht vorhanden" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - "Journal-Ansichtsposition kann nicht aus Datei »%s« wiederhergestellt werden" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - "Journal-Ansichtsposition kann nicht wiederhergestellt werden: Pfad »%s« ist " - "keine reguläre Datei" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" -@@ -1489,14 +1665,14 @@ msgstr "" - "Journal-Ansichtsposition kann nicht wiederhergestellt werden: Datei »%s« " - "überschreitet %dB Größenbeschränkung" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - "Ansichtsposition des Journals kann nicht wiederhergestellt werden: " - "offen('%s')" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" -@@ -1504,7 +1680,7 @@ msgstr "" - "kann nicht vollständig gelesen werden" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "Journal konnte nicht aus Datei »%s« zu einem Cursor verschoben werden" -@@ -2044,7 +2220,7 @@ msgstr "NSS konnte nicht heruntergefahren werden." - msgid "Sleeping for %d seconds" - msgstr "%d Sekunden warten" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." -@@ -2052,7 +2228,7 @@ msgstr "" - "Ein Kernel-Problem ist aufgetreten aufgrund eines beschädigten BIOS. Leider " - "können derartige Probleme nicht von Kernel-Maintainern behoben werden." - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -2060,7 +2236,7 @@ msgstr "" - "Ein Kernel-Problem ist aufgetreten, aber Ihre Hardware wird nicht " - "unterstützt, weshalb Kernel-Maintainer dieses Problem nicht beheben können." - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -2069,24 +2245,24 @@ msgstr "" - "Es ist ein Kernel-Problem aufgetreten, aber Ihr Kernel ist defekt (flags:%s)." - " Kernel-Maintainer können keine Berichte beschädigter Kernel analysieren." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "Betroffene Module: %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Liste der Bug-ID-Nummern" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Geben Sie eine Bodhi-Server-URL an" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Geben Sie eine Version an" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -2096,20 +2272,20 @@ msgstr "" - "\n" - "Nach Aktualisierungen auf dem Bodhi-Server suchen" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Nach Aktualisierungen suchen" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Keine Aktualisierungen zu diesem Paket gefunden" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "Die lokale Version ist aktueller als die verfügbaren Aktualisierungen" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2138,69 +2314,70 @@ msgstr "Gefundene Oopses ausgeben" - msgid "Delete files with found oopses" - msgstr "Löschen Dateien mit gefundenen Oopses" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "»%s« findet mehr als ein Fehlerverzeichnis" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Aufruf: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "Fehler anzeigen [in DIRs]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Fehler-Verzeichnis DIR entfernen" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Fehlerdaten in DIR analysieren und berichten" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Informationen zu DIR auflisten" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "Anzahl der jüngsten Abstürze ausgeben" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "Mehrere Fehler verarbeiten" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Siehe 'abrt-cli COMMAND --help' für weitere Informationen" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" --msgstr "" -+msgstr "& Liste [Optionen]" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "Nur noch nicht berichtete Probleme anzeigen" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Detaillierten Bericht anzeigen" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - "Nur die Probleme anzeigen, welcher vor dem festgelegten Zeitpunkt auftraten" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - "Nur die Probleme anzeigen, welcher nach dem festgelegten Zeitpunkt auftraten" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -2211,57 +2388,67 @@ msgstr "" - "Betracht, sie\n" - "zu aktivieren, indem Sie 'abrt-auto-reporting enabled' als Root ausführen\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [Optionen] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "Längere Texte werden gekürzt angezeigt" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "Kein solches Fehlerverzeichnis »%s« vorhanden" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" --msgstr "" -+msgstr "& Status" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "Nur die Fehleranzahl ohne Mitteilung ausgeben" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - "Das aktuellste Auftreten des Fehlers anstatt des angegebenen Zeitstempel " - "ausgeben" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - "ABRT hat %u Fehler festgestellt. (Für weitere Informationen: abrt-cli " - "list%s)\n" - -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" -+ -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" -+ -+# translation auto-copied from project abrt, version rhel7, document abrt -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 -+#, c-format -+msgid "Deleting '%s'" -+msgstr "»%s« wird gelöscht" -+ - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:28 -+#: ../src/cli/report.c:79 - msgid "& report [options] DIR..." - msgstr "& berichten [Optionen] DIR..." - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:38 -+#: ../src/cli/report.c:89 - msgid "Remove PROBLEM_DIR after reporting" - msgstr "PROBLEM_DIR nach Berichterstattung löschen" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:71 ../src/cli/process.c:70 --#, c-format --msgid "Deleting '%s'" --msgstr "»%s« wird gelöscht" -- --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "Aktionen: entfernen(rm), info(i), überspringen(s):" -@@ -2272,27 +2459,182 @@ msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "Aktionen: entfernen(rm), berichten(e), info(i), überspringen(s):" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "»%s« wird gemeldet" - - # translation auto-copied from project abrt, version rhel7, document abrt - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "Drücken Sie die EINGABETASTE für den nächsten Fehler" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "Ohne --since Parameter werden alle erkannten Fehler durchgegangen." - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "Nur Fehler auswählen, die nach diesem Zeitpunkt auftraten" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/el.po b/po/el.po -index dc3f503..4430929 100644 ---- a/po/el.po -+++ b/po/el.po -@@ -11,7 +11,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -21,7 +21,7 @@ msgstr "" - "language/el/)\n" - "Language: el\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -31,108 +31,119 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Αναφορά" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -154,7 +165,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -187,30 +200,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -236,14 +261,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -255,11 +280,11 @@ msgstr "" - msgid "Problem directory" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Αρχείο παραμετροποίησης" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -273,24 +298,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Καταγραφή στο syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Προσθήκη του ονόματος του προγράμματος στο αρχείο καταγραφής" - -@@ -298,60 +324,50 @@ msgstr "Προσθήκη του ονόματος του προγράμματος - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -359,12 +375,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -385,18 +401,22 @@ msgstr "Μην το κάνεις Daemon" - msgid "Log to syslog even with -d" - msgstr "Καταγραφή στο syslog χρησιμοποιώντας την παράμετρο -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -426,73 +446,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -504,68 +525,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -589,18 +610,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -641,7 +670,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -730,12 +759,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -844,14 +905,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1066,7 +1156,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1076,16 +1167,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1094,8 +1187,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1115,6 +1212,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1138,11 +1236,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1156,16 +1256,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1173,18 +1276,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1203,14 +1309,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1219,70 +1328,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1794,63 +1953,63 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1872,65 +2031,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1938,49 +2098,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -1989,24 +2159,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/en_GB.po b/po/en_GB.po -index adab5f7..abac5db 100644 ---- a/po/en_GB.po -+++ b/po/en_GB.po -@@ -12,7 +12,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -22,7 +22,7 @@ msgstr "" - "fedora-abrt/language/en_GB/)\n" - "Language: en-GB\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -32,102 +32,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Can't take ownership of '%s'" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "Can't open directory for writing '%s'" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "Can't close notification: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Report" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "Can't show notification: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "Can't read from gio channel: '%s'" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "Can't set encoding on gio channel: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "Can't turn on nonblocking mode for gio channel: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -137,6 +137,17 @@ msgstr "" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -158,7 +169,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -191,30 +204,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -240,14 +265,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -259,11 +284,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Problem directory" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Configuration file" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -277,24 +302,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "Use NUM as client uid" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Log to syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Add program names to log" - -@@ -302,60 +328,50 @@ msgstr "Add program names to log" - msgid "Unknown error" - msgstr "Unknown error" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" -+msgstr "'%s' is not a valid element name" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' is not a valid problem directory" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Not Authorised" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "Can't access the problem for modification" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 -+#: ../src/dbus/abrt-dbus.c:317 - #, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' is not a valid element name" -+msgid "'%s' element can't be modified" -+msgstr "'%s' element can't be modified" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "Can't get size of '%s'" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "No problem space left" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "Can't delete the element '%s' from the problem directory '%s'" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -365,12 +381,12 @@ msgstr "" - "The name '%s' has been lost, please check if other service owning the name " - "is not running.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Exit after NUM seconds of inactivity" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "This program must be run as root." - -@@ -391,18 +407,22 @@ msgstr "Do not daemonise" - msgid "Log to syslog even with -d" - msgstr "Log to syslog even with -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Run EVENT on DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Communicate directly to the user" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -432,73 +452,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -510,68 +531,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -595,18 +616,26 @@ msgstr "Can't chown '%s': %s" - msgid "Deleting problem directory failed: %s" - msgstr "Deleting problem directory failed: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Can't get problem list from abrt-dbus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Can't get problem data from abrt-dbus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -651,7 +680,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Backtrace parsing failed for %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -746,12 +775,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -864,7 +925,36 @@ msgstr "Missing debuginfo file: {0}" - msgid "All debuginfo files are available" - msgstr "All debuginfo files are available" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -874,7 +964,7 @@ msgstr "" - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1097,7 +1187,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - -@@ -1107,16 +1198,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Make the problem directory world readable" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Print search string(s) to stdout and exit" - -@@ -1125,8 +1218,12 @@ msgstr "Print search string(s) to stdout and exit" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1146,6 +1243,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1169,11 +1267,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1187,16 +1287,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1204,18 +1307,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1234,14 +1340,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1250,12 +1359,58 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1265,58 +1420,62 @@ msgstr "" - "\n" - "Extract Xorg crash from FILE (or standard input)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Print found crash data on standard output" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1839,19 +1998,19 @@ msgstr "Failed to shutdown NSS." - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1860,24 +2019,24 @@ msgstr "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr " Tainted modules: %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "List of bug ids" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Specify a bodhi server url" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Specify a release" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -1887,20 +2046,20 @@ msgstr "" - "\n" - "Search for updates on bodhi server" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Searching for updates" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "No updates for this package found" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "Local version of the package is newer than available updates" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1924,65 +2083,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Remove problem directory DIR" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analyse and report problem data in DIR" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Print information about DIR" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "See 'abrt-cli COMMAND --help' for more information" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Show detailed report" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1990,49 +2150,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2041,24 +2211,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/es.po b/po/es.po -index 44f8932..d91744e 100644 ---- a/po/es.po -+++ b/po/es.po -@@ -31,54 +31,54 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2015-04-06 12:18-0400\n" --"Last-Translator: Alex Puchades \n" -+"PO-Revision-Date: 2015-09-30 06:57-0400\n" -+"Last-Translator: Gladys Guerrero Lozano \n" - "Language-Team: Spanish (http://www.transifex.com/projects/p/fedora-abrt/" - "language/es/)\n" - "Language: es\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" --msgstr "" -+msgstr "Informe de errores" - - #: ../src/applet/abrt-applet.desktop.in.h:2 - msgid "View and report application crashes" --msgstr "" -+msgstr "Ver e informar sobre errores de aplicación" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" --msgstr "No se puede tomar la propiedad de «%s»" -+msgstr "No se puede tomar propiedad de «%s»" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" --msgstr "No puedo abrir carpeta para escribir '%s'" -+msgstr "No se puede abrir la carpeta '%s' para escritura" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "No se puede cerrar la notificación: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "Ups!" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Informar" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "Reiniciar" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " -@@ -87,7 +87,7 @@ msgstr "" - "Lo sentimos, parece que %s ha dejado de funcionar. Se ha informado " - "automáticamente de este problema." - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " -@@ -96,72 +96,72 @@ msgstr "" - "Lo sentimos, parece que %s ha dejado de funcionar. Se informará de este " - "problema cuando el acceso a Internet esté disponible." - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" --"Lo sentimos, parece que %s ha dejado de funcionar. Por favor, póngase en " --"contacto con el desarrollados si quiere informar de este problema." -+"Lo sentimos, parece que %s ha dejado de funcionar. Póngase en contacto con " -+"el desarrollador si quiere informar de este problema." - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - "Lo sentimos, parece que %s ha dejado de funcionar. Si le gustaría ayudarnos " --"a solucionar este problema, envíe un informe." -+"a solucionar este problema, envíenos un informe." - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" --"Lo sentimos, parece que ha habido un problema en alguno de los componentes. " --"Se ha informado automáticamente de este problema." -+"Lo sentimos, parece que ha ocurrido un problema con alguno de los " -+"componentes. Se ha informado automáticamente de este problema." - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" --"Lo sentimos, parece que ha habido un problema en alguno de los componentes. " --"Se informará automáticamente de este problema cuando el acceso a Internet " --"esté disponible." -+"Lo sentimos, parece que ha ocurrido un problema con alguno de los " -+"componentes. Se informará automáticamente de este problema cuando el acceso " -+"a Internet esté disponible." - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" --"Lo sentimos, parece que ha habido algún problema. Si quiere ayudarnos a " -+"Lo sentimos, parece que ha ocurrido algún problema. Si quiere ayudarnos a " - "solucionar el problema, envíenos un informe." - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "No se puede mostrar la notificación: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "No se puede leer desde el canal gio: «%s»" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "No se puede fijar la codificación sobre el canal gio: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "No se puede establecer el modo de no bloqueo para el canal gio: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -169,12 +169,23 @@ msgid "" - msgstr "" - "& [-v] [DIR]...\n" - "\n" --"Applet que notifica al usuario cuando ABRT detecta nuevos problemas\n" --"\n" -+"Miniaplicación que notifica al usuario cuando ABRT detecta nuevos " -+"problemas\n" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" --msgstr "Preguntar antes de robar carpeta" -+msgstr "Preguntar antes de robar directorio" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:2 - msgid "Automatically send uReport" -@@ -193,13 +204,10 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"El archivo de volcado de memoria se necesita para generar un trazado de la " --"pila, una operación que consume bastante tiempo y espacio. ABRT ofrece un " --"servicio que genera el trazado de la pila pero usted tiene que subir el " --"volcado a este servicio. Con esta opción deshabilitada, ABRT subirá el " --"archivo de volcado sin preguntar." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 - msgid "" -@@ -246,10 +254,6 @@ msgstr "" - "informados. Tiene efecto sólo si los informes abreviados están habilitados." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "Preguntar antes de subir el archivo de volcado" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -257,15 +261,15 @@ msgstr "" - "Con esta opción habilitada ABRT siempre crea una entrada del error con " - "acceso restringido si se detecta datos posiblemente sensibles." - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "Pedir registro privado por información sensible" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "Notificar problemas incompletos" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -275,6 +279,22 @@ msgstr "" - "apagando o el usuario está saliendo. Con el objetivo de suministrar informes " - "útiles, ABRT no le permitirá presentar estos problemas." - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "_Cerrar" -@@ -300,7 +320,7 @@ msgstr "Acerca de" - msgid "Quit" - msgstr "Salir" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" -@@ -311,7 +331,7 @@ msgstr "" - "Interrogar a la base de datos de paquetes y guardar el nombre de paquete y " - "componente" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -323,11 +343,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Carpeta de problemas" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Archivo de configuración" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "Utilizar esta carpeta como raíz RPM" - -@@ -343,24 +363,25 @@ msgstr "& [-v] -d DIR\n" - msgid "Root directory for running container commands" - msgstr "Carpeta raíz para los comandos de contenedor mientras se ejecutan" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "Utilice NUM como uid del cliente" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Registrar en syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Añadir nombre de programa al registro" - -@@ -368,77 +389,67 @@ msgstr "Añadir nombre de programa al registro" - msgid "Unknown error" - msgstr "Error desconocido" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' no es una carpeta de problemas válida" -+msgid "'%s' is not a valid element name" -+msgstr "'%s' no es un nombre de elemento válido" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "'%s' elemento no puede ser modificado" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' no es una carpeta de problemas válida" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "No autorizado" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "No se puede acceder al problema para modificación" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "'%s' elemento no puede ser modificado" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "Error cambiando el propietario de la carpeta. Revise los registros del " - "sistema para más detalles." - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "No se puede acceder al problema para lectura" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' no es un nombre de elemento válido" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "No se puede obtener el tamaño de «%s»" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "No queda espacio para problemas" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "No se puede borrar el elemento '%s' de la carpeta de problemas '%s'" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" - "The name '%s' has been lost, please check if other service owning the name " - "is not running.\n" - msgstr "" --"El nombre '%s' ser perdió, verifique que otro servicio con el mismo nombre " --"no se esté ejecutando.\n" -+"El nombre '%s' se perdió, verifique que no se esté ejecutando ningún otro " -+"servicio con el mismo nombre.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Sale después de NUM segundos de inactividad" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Este programa debe ser ejecutado como root." - -@@ -451,11 +462,11 @@ msgid "" - "sort out this problem, please contact them directly." - msgstr "" - "Los datos del problema están incompletos. Esto suele suceder cuando se " --"detecta un problema en el momento en que el computador se está apagando o el " --"usuario está saliendo. Con el fin de proporcionar informes valiosos del " --"problema, ABRT no le permitirá a usted enviar este problema. Si usted tiene " --"tiempo y desea ayudar a los desarrolladores en su esfuerzo por solucionarlo, " --"por favor contáctelos directamente." -+"detecta un problema en el momento en que el ordenador se está apagando o el " -+"usuario está saliendo. Con el fin de proporcionar informes útiles del " -+"problema, ABRT no le permitirá enviar este informe. Si tiene tiempo y desea " -+"ayudar a los desarrolladores en su esfuerzo por solucionarlo, contáctelos " -+"directamente." - - #: ../src/daemon/abrtd.c:457 - msgid "Do not daemonize" -@@ -465,18 +476,22 @@ msgstr "No convertir en un demonio" - msgid "Log to syslog even with -d" - msgstr "Registrar en syslog aún con -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Ejecutar EVENTO en DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Comunicar directamente al usuario" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -515,86 +530,87 @@ msgstr "Número de trabajadores concurrentes. El valor por defecto es" - msgid "Maximal cache size in MiB. Default is " - msgstr "Tamaño máximo de la caché en MB. Por defecto es" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "Desactiva la autenticación" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "Nombre de usuario de Red Hat Support" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "Contraseña de Red Hat Support, si no la ingresa, se le indicará" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "Rutas de certificado uReport SSL o tipo de certificado" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "También necesita especificar --username para --password" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "Puede usar --username o --certificate" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "Puede usar --username o --anonymous" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "Puede usar --anonymous o --certificate" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "Número de argumentos no válido" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "Valor de opción desconocido: '%s'\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "Contraseña:" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "No puede continuar sin contraseña\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "Autoreporte autenticado HTTP" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "Autoreporte de cliente autenticadoSSL " - - # translation auto-copied from project abrt, version rhel7, document abrt, author Gladys Guerrero Lozano --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "Autoreporte anónimo " - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -614,68 +630,68 @@ msgstr "" - " UPLOAD_DIR - Carpeta donde los archivos subidos son almacenados\n" - " FILENAME - Nombre del archivo a subir.\n" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "No es una carpeta: '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "Omitiendo: '{0}' (inicia con barra inclinada)" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "Omitiendo: '{0}' (inicia con punto)" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "Omitiendo: '{0}' (contiene ..)" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "Omitiendo: '{0}' (contiene espacio)" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "Omitiendo: '{0}' (contiene tabulacion)" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "No se puede cambiar la carpeta a '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "Tipo de archivo desconocido: '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "No se puede crear una carpeta de trabajo en '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "No se puede mover '{0}' a '{1}'" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "No se puede copiar '{0}' a '{1}'" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "Error de verificacion en '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "Desempaquetando '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "No se puede crear la carpeta '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "No se puede desempaquetar '{0}'" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "'{0}' procesado exitosamente" - -@@ -699,21 +715,30 @@ msgstr "No puedo hacer chown'%s': %s" - msgid "Deleting problem directory failed: %s" - msgstr "Falló el borrado de la carpeta de problema: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "No se pudo obtener datos del problema usando abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "No se pudo obtener la lista de problemas desde abrt-dbus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "No se pudo obtener datos del problema usando abrt-dbus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -+"No se puede comprobar si el elemento existe por medio de abrt-dbus: %s" - - #: ../src/lib/ignored_problems.c:233 - #, c-format -@@ -758,7 +783,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Ha fallado el análisis del trazado de %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "No se encontró el hilo que se colgó" - -@@ -866,7 +891,7 @@ msgstr "No puedo extraer el mensaje ups: '{0}'" - msgid "Oops text extracted successfully" - msgstr "EL texto ups se ha extraído correctamente" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -874,6 +899,38 @@ msgstr "" - "El registro del kernel indica que se han detectado errores en el hardware.\n" - "Esto muy probablemente no es un problema de software.\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -960,6 +1017,29 @@ msgid "" - " --repo Pattern to use when searching for repos.\n" - " Default: *debug*\n" - msgstr "" -+"Uso: %s [-vy] [--ids=BUILD_IDS_FILE] [--pkgmgr=(yum|dnf)]\n" -+" [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]] " -+"[--size_mb=SIZE]\n" -+" [-e, --exact=PATH[:PATH]...]\n" -+"\n" -+"Instala debuginfos para todos los build-ids listados en BUILD_IDS_FILE\n" -+"a CACHEDIR, usando TMPDIR como área temporal de pruebas.\n" -+"Los archivos antiguos en CACHEDIR son eliminados hasta que su tamaño sea " -+"menor que SIZE.\n" -+"\n" -+"Lee la configuración de /etc/abrt/plugins/CCpp.conf\n" -+"\n" -+" -v Explicito\n" -+" -y No interactivo, asume 'Si' a todas las preguntas\n" -+" --ids Prederterminado: build_ids\n" -+" --tmpdir Prederterminado: @LARGE_DATA_TMP_DIR@/abrt-tmp-debuginfo-" -+"RANDOM_SUFFIX\n" -+" --cache Prederterminado: /var/cache/abrt-di\n" -+" --size_mb Prederterminado: 4096\n" -+" --pkgmgr Prederterminado: PackageManager from CCpp.conf or 'dnf'\n" -+" -e,--exact Descarga los archivos especificados unicamente\n" -+" --repo Patrón a usar cuando se buscan repos.\n" -+" Prederterminado: *debug*\n" - - #: ../src/plugins/abrt-action-install-debuginfo.in:175 - msgid "Can't open {0}: {1}" -@@ -979,6 +1059,8 @@ msgstr "{0} de archivos debuginfo no están instalados" - #, c-format - msgid "Invalid configuration of CCpp addon, unsupported Package manager: '%s'" - msgstr "" -+"Configuración inválida del complemento CCpp, gestor de paquetes no soportado:" -+" '%s'" - - #: ../src/plugins/abrt-action-install-debuginfo.in:249 - msgid "Missing requested file: {0}" -@@ -992,23 +1074,53 @@ msgstr "No se encuentra el archivo de información de depuración: {0}" - msgid "All debuginfo files are available" - msgstr "Todos los archivos debuginfo están disponibles" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" --"¿De acuerdo con volcado del core? (Puede contener datos sensible), Si su " --"respuesta es 'No', se generará localmente una traza localmente. (Puede " --"descargar una enorme cantidad de datos)." -+"¿Está de acuerdo con el volcado de memoria? (Puede contener datos sensibles)." -+" Si su respuesta es 'No', se generará una traza localmente. (Puede que sea " -+"necesario descargar una enorme cantidad de datos)." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." - msgstr "" --"¿Desea generar una traza de la pila localmente? (Puede descargar una gran " --"cantidad de datos pero el reporte no puede continuar sin una traza de pila)." -+"¿Desea generar una traza de la pila localmente? (Puede que sea necesario " -+"descargar una gran cantidad de datos, pero el reporte no puede continuar sin " -+"un trazado de pila)." - - #: ../src/plugins/abrt-action-trim-files.c:222 - msgid "" -@@ -1236,7 +1348,8 @@ msgstr "Creado una nueva carpeta de problemas en DIR por cada ups encontrado" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "Igual que -d DumpLocation, lugar de volcado se especifica en abrt.conf" -@@ -1247,16 +1360,18 @@ msgstr "Guardar la información extraída en PROBLEM" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Hacer la carpeta de problemas legible por todos" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "Acelerar la creación de la carpeta de problemas a 1 por segundo" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Imprime la(s) cadena(s) de búsqueda a stdout y sale" - -@@ -1265,27 +1380,34 @@ msgstr "Imprime la(s) cadena(s) de búsqueda a stdout y sale" - msgid "Failed to compile regex" - msgstr "Fallo al compilar regex" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "No se pudo actualizar el problema: se encontraron mas de un oops" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 - msgid "Failed to obtain all required information from journald" --msgstr "" -+msgstr "No se pudo obtener toda la información necesaria de journald" - - #. We don't want to update the counter here. - #: ../src/plugins/abrt-dump-journal-core.c:401 - #, c-format - msgid "Not saving repeating crash after %ds (limit is %ds)" --msgstr "" -+msgstr "No se guarda el fallo recurrente después de %ds (el límite es %ds)" - - #: ../src/plugins/abrt-dump-journal-core.c:407 - msgid "Failed to save detect problem data in abrt database" - msgstr "" -+"No se pudo guardar los datos de detección de problemas en la base de datos " -+"de abrt" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "Fallo al inicializar systemd-journal watch" - -@@ -1302,6 +1424,17 @@ msgid "" - "\n" - "The last seen position is saved in " - msgstr "" -+"& [-vsf] [-e]/[-c CURSOR] [-t INT]/[-T] [-d DIR]/[-D]\n" -+"\n" -+"Extrae los volcados de memoria de systemd-journal\n" -+"\n" -+"Las opciones -c y -e entran en conflicto debido a que ambas especifican el " -+"primer mensaje leído.\n" -+"\n" -+"-e es útil unicamente para -f porque el siguiente journal inicia leyendo\n" -+"el journal completo si la última posición vista no está disponible.\n" -+"\n" -+"La última posición fue guardada en " - - #: ../src/plugins/abrt-dump-journal-core.c:478 - msgid "Create new problem directory in DIR for every coredump" -@@ -1309,11 +1442,13 @@ msgstr "Crear nueva carpeta de problemas en DIR por cada volcado de memoria" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "Inicia leyendo systemd-journal desde la posición CURSOR" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "Inicia leyendo systemd-journal desde el final" - -@@ -1324,40 +1459,48 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:483 - msgid "Same as -t INT, INT is specified in plugins/CCpp.conf" --msgstr "" -+msgstr "Lo mismo que -t INT, INT está especificado en plugins/CCpp.conf" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - "Sigue systemd-jounal desde la última posición vista(si está disponible)" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "Necesitas especificar -c CURSOR o -e" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "No se puede abrir systemd-journal" - - #: ../src/plugins/abrt-dump-journal-core.c:544 - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" -+"No pueden filtrarse unicamente los datos de systemd-journal a systemd-" -+"coredump" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "No se puede buscar hacia el final del diario" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "Fallo al establecer el cursor '%s' en systemd-journal" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "No se puede leer los datos del diario." - -@@ -1387,29 +1530,78 @@ msgstr "" - "La última posición vista está guardada en" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" --msgstr "" -+msgstr "Leer archivos de journal de todos los sistemas" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" --msgstr "" -+msgstr "Leer todos los archivos de journal de la carpeta PATH" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" --msgstr "" -+msgstr "No se puede inicializar systemd-journal en la carpeta '%s'" - - #: ../src/plugins/abrt-dump-journal-oops.c:288 - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - "No se puede filtrar systemd-journal para los datos del kernel únicamente" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "Fallo al iniciar watch desde el cursor '%s'" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1419,45 +1611,49 @@ msgstr "" - "\n" - "Extrae el cuelgue de Xorg desde el ARCHIVO (o la entrada estándar)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Prime los datos del cuelgue encontrados en la salida estándar" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "Crear una carpeta de problemaa en DIR por cada crash encontrado" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "No se puede guardar la posición observada del diario" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "No se puede guardar la posición observada del diario: abierto('%s')" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - "No se restaura la posición observada del diario: el archivo '%s' no existe" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - "No se puede restaurar la posición observada del diario desde el archivo '%s'" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - "No se puede restaurar la posición observada del diario: la dirección '%s' no " - "es un archivo normal" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" -@@ -1465,12 +1661,12 @@ msgstr "" - "No se puede restaurar la posición observada del diario: el archivo '%s' " - "excede el límite de tamaño %dB" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "No se puede restaurar la posición observada del diario: abierto('%s')" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" -@@ -1478,7 +1674,7 @@ msgstr "" - "archivo completo '%s'" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "Fallo al mover el diario a un cursor desde el archivo '%s'" -@@ -1805,10 +2001,10 @@ msgid "" - "and take up disk space. However, unlike RetraceServer, doesn't send coredump " - "to remote machines." - msgstr "" --"Necesita descargar paquetes de información de depuración, lo que podría " -+"Se necesita descargar paquetes de información de depuración, lo que podría " - "tardar un tiempo considerable y ocupar espacio en disco. Sin embargo, a " - "diferencia de RetraceServer, no se envía el volcado de memoria a ningún " --"equipo remotos." -+"equipo remoto." - - #: ../src/plugins/analyze_RetraceServer.xml.in.h:1 - msgid "Send core dump to remote retrace server for analysis" -@@ -1970,7 +2166,7 @@ msgstr "No se pudo conectar a '%s'." - - #: ../src/plugins/https-utils.c:241 - msgid "Failed to set certificate hook." --msgstr "Error al establecer enlace de certificado." -+msgstr "Error al establecer hook de certificado." - - #: ../src/plugins/https-utils.c:247 - msgid "Failed to set handshake callback." -@@ -2020,15 +2216,16 @@ msgstr "Error al apagar NSS." - msgid "Sleeping for %d seconds" - msgstr "Durmiendo por %d segundos" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" --"Ha ocurrido un problema de kernel debido a un BIOS dañado. Infortunadamente, " --"los mantenedores de kernel no pueden corregir dichos problemas." -+"Ha ocurrido un problema de kernel debido a una BIOS defectuosa. " -+"Desafortunadamente, los mantenedores de kernel no pueden corregir dichos " -+"problemas." - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -2036,7 +2233,7 @@ msgstr "" - "Ha ocurrido un problema de kernel, pero su hardware no tiene soporte, por lo " - "tanto los mantenedores de kernel no pueden corregir este problema." - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -2046,24 +2243,24 @@ msgstr "" - "%s). Los mantenedores del núcleo no pueden diagnosticar informes de núcleos " - "dañados." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "Módulos manchados: %s" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Lista de ids de errores" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Especifique la url del servidor bodhi" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Especifique el lanzamiento" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -2073,22 +2270,22 @@ msgstr "" - "\n" - "Buscar actualizaciones en el servidor bodhi" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Buscando actualizaciones" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "No se encontraron actualizaciones para este paquete" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - "La versión local del paquete es mas nueva que la disponible en las " - "actualizaciones" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2116,124 +2313,135 @@ msgstr "Imprimir los oopses encontrados" - msgid "Delete files with found oopses" - msgstr "Borrar los archivos con oopses encontrados" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "'%s' identificado más de una carpeta de problema" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Uso: abrt-cli [--version] COMANDO [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "Listar problemas [en DIRs]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Retirar carpeta de problemas DIR" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analizar y reportar datos de problemas en DIR" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Imprimir información sobre DIR" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "Imprima el conteo de las fallas recientes" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "Procesando múltiples problemas" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Para obtener mayor información, ver 'abrt-cli COMMAND --help' " - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" --msgstr "" -+msgstr "& list [opciones]" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "Listar únicamente problemas no reportados" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Muestre el reporte detallado" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - "Listar sólo los problemas más recientes que la marca de tiempo especificada" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - "Listar sólo los problemas más viejos que la marca de tiempo especificada" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " - "issuing\n" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" --"The Autoreporting feature is disabled. Please consider enabling it by " --"issuing\n" --"'abrt-auto-reporting enabled' as a user with root privileges\n" -+"El reporte automático de errores está desactivado. Puede activarlo " -+"ejecutando\n" -+"'abrt-auto-reporting enabled' como usuario con privilegios de root\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "Los textos de mayor longitud que éste se mostrarán abreviados" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "No se encontró la carpeta de problema '%s'" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" --msgstr "" -+msgstr "& status" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "Imprimir únicamente el conteo del problema sin ningún mensaje" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - "Imprimir únicamente los problemas más recientes que la marca de tiempo " - "especificada" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - "ABRT a detectado %u problema(s). Para más información ejecute: abrt-cli list " - "%s\n" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." --msgstr "& report [opciones] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" --msgstr "Elimina PROBLEM_DIR después de reportarlo" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "Borrando '%s'" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "& report [opciones] DIR..." -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "Elimina PROBLEM_DIR después de reportarlo" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "Acciones: eliminar(rm), información(i), omitir(s):" -@@ -2242,26 +2450,181 @@ msgstr "Acciones: eliminar(rm), información(i), omitir(s):" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "Acciones: eliminar(rm), reporte(e), información(i), omitir(s):" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "Reportando '%s'" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "Para el siguiente problema presione la tecla ENTER:" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - "Without -- puesto que el argumento se repite sobre todos los problemas " - "detectados." - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "Selecciona únicamente los problemas después del tiempo especificado" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/et.po b/po/et.po -index 97e99c2..b45ae6c 100644 ---- a/po/et.po -+++ b/po/et.po -@@ -9,7 +9,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -19,7 +19,7 @@ msgstr "" - "language/et/)\n" - "Language: et\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -29,102 +29,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "'%s' omandamine nurjus" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Teavita" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -134,6 +134,17 @@ msgstr "" - "\n" - "Aplett, mis teavitab kasutajat, kui ABRT on tuvastanud uusi probleeme\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -155,7 +166,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -188,30 +201,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -237,14 +262,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -256,11 +281,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Probleemide kataloog" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Seadistuste fail" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -274,24 +299,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [valikud]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Logi syslog-i" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Lisa programminimed logisse" - -@@ -299,60 +325,50 @@ msgstr "Lisa programminimed logisse" - msgid "Unknown error" - msgstr "Tundmatu viga" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' ei ole korrektne probleemi kataloog" -+msgid "'%s' is not a valid element name" -+msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' ei ole korrektne probleemi kataloog" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Pole autenditud" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -360,12 +376,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Välju peale NUM sekundit tegevusetust" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Seda rakendust peab käivitama administraatori õigustes." - -@@ -386,18 +402,22 @@ msgstr "Deemoniks ei minda" - msgid "Log to syslog even with -d" - msgstr "Logi syslog-i isegi koos -d'ga" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Käivita SÜNDMUS KATALOOGIS" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -427,73 +447,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -505,68 +526,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -590,18 +611,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "Probleemi kataloogi kustutamine nurjus: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Probleemi andmete pärimine üle abrt-dbus'i nurjus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Probleemi nimekirja pärimine üle abrt-dbus'i nurjus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Probleemi andmete pärimine üle abrt-dbus'i nurjus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -647,7 +676,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "%s-i tagasijälituse parsimine nurjus" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -742,12 +771,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -861,14 +922,43 @@ msgstr "Puuduv silumisinfo fail: {0}" - msgid "All debuginfo files are available" - msgstr "Kõik silumisinfo failid on saadaval" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1089,7 +1179,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "Sama kui -d DumpLocation, DumpLocation määratakse abrt.conf failis" - -@@ -1099,16 +1190,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Tee probleemide kataloog kõikidele loetavaks" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Trüki otsingustringid stdout-i ja välju" - -@@ -1117,8 +1210,12 @@ msgstr "Trüki otsingustringid stdout-i ja välju" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1138,6 +1235,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1161,11 +1259,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1179,16 +1279,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1196,18 +1299,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1226,14 +1332,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1242,70 +1351,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Trüki leitud krahhi andmed standardsesse väljundisse" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1828,19 +1987,19 @@ msgstr "NSS-i sulgemine nurjus." - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1849,44 +2008,44 @@ msgstr "" - "Tekkis tuuma probleem, aga sinu masina tuum on ebapuhas (lipud:%s).\n" - "Tuuma haldajad ei suuda diagnoosida ebapuhtaid raporteid." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Vigade id-e nimekiri" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Määra bodhi serveri url" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Määra väljalase" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Uuenduste otsimine" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Sellele pakile uuendusi ei leitud" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "Selle paki kohalik versioon on uuem kui saadavaloleval värskendusel" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1908,65 +2067,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Kasutamine: abrt-cli [--versioon] KÄSK [KATALOOG]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Eemalda probleemide kataloog KATALOOG" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analüüsi ja teavita probleemide andmed KATALOOGis" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Kuva infot KATALOOGi kohta" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Vaata 'abrt-cli KÄSK --help' info saamiseks" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Kuva detailne raport" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1974,49 +2134,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [valikud] KATALOOG..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2025,24 +2195,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/eu.po b/po/eu.po -index 1e1ce98..36c79c9 100644 ---- a/po/eu.po -+++ b/po/eu.po -@@ -8,7 +8,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -18,7 +18,7 @@ msgstr "" - "language/eu/)\n" - "Language: eu\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -28,108 +28,119 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -151,7 +162,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -184,30 +197,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -233,14 +258,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -252,11 +277,11 @@ msgstr "" - msgid "Problem directory" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Konfigurazio fitxategia" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -270,24 +295,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [aukerak]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "" - -@@ -295,60 +321,50 @@ msgstr "" - msgid "Unknown error" - msgstr "Errore ezezaguna" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -356,12 +372,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Programa hau root bezala exekutatu behar da." - -@@ -382,18 +398,22 @@ msgstr "" - msgid "Log to syslog even with -d" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -423,73 +443,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -501,68 +522,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -586,18 +607,26 @@ msgstr "Ezin da chown '%s': %s" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -638,7 +667,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -727,12 +756,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -841,14 +902,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1063,7 +1153,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1073,16 +1164,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1091,8 +1184,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1112,6 +1209,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1135,11 +1233,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1153,16 +1253,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1170,18 +1273,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1200,14 +1306,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1216,70 +1325,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1777,64 +1936,64 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Eguneraketen bila" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Ez da eguneraketarik aurkitu pakete honentzat" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - "Paketearen bertsio lokala eskuragarri dauden eguneraketak baino berriagoa da" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1856,65 +2015,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Erabilera: abrt-cli [--version] KOMANDOA [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1922,49 +2082,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -1973,24 +2143,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/fa.po b/po/fa.po -index 84377cd..820fec0 100644 ---- a/po/fa.po -+++ b/po/fa.po -@@ -10,7 +10,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -20,7 +20,7 @@ msgstr "" - "language/fa/)\n" - "Language: fa\n" - "Plural-Forms: nplurals=1; plural=0;\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -30,108 +30,119 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "گزارش" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" - "Applet which notifies user when new problems are detected by ABRT\n" - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -153,7 +164,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -186,30 +199,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "" -@@ -235,14 +260,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -254,11 +279,11 @@ msgstr "" - msgid "Problem directory" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -272,24 +297,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "در syslog سیاهه شد" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "" - -@@ -297,60 +323,50 @@ msgstr "" - msgid "Unknown error" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" -+msgid "'%s' is not a valid element name" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" -+msgid "'%s' is not a valid problem directory" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -358,12 +374,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "" - -@@ -384,18 +400,22 @@ msgstr "دیمون سازی نکن" - msgid "Log to syslog even with -d" - msgstr "هم‌چنین در syslog با -d سیاهه شد" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -425,73 +445,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -503,68 +524,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -588,18 +609,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -640,7 +669,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "واکاوی دنباله برای %s شکست خورد" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -729,12 +758,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -843,14 +904,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1065,7 +1155,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1075,16 +1166,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1093,8 +1186,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1114,6 +1211,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1137,11 +1235,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1155,16 +1255,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1172,18 +1275,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1202,14 +1308,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1218,70 +1327,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1778,63 +1937,63 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1856,65 +2015,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1922,49 +2082,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -1973,24 +2143,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/fi.po b/po/fi.po -index ff44364..b34f717 100644 ---- a/po/fi.po -+++ b/po/fi.po -@@ -8,126 +8,134 @@ - # Ville-Pekka Vainio , 2011 - # Ville-Pekka Vainio , 2011-2013 - # Ville Skyttä , 2011 -+# Juhani Numminen , 2016. #zanata - msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2014-10-06 07:45-0400\n" --"Last-Translator: Jakub Filak \n" -+"PO-Revision-Date: 2016-01-12 01:09-0500\n" -+"Last-Translator: Juhani Numminen \n" - "Language-Team: Finnish (http://www.transifex.com/projects/p/fedora-abrt/" - "language/fi/)\n" - "Language: fi\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" --msgstr "" -+msgstr "Ongelmien raportointi" - - #: ../src/applet/abrt-applet.desktop.in.h:2 - msgid "View and report application crashes" --msgstr "" -+msgstr "Katsele ja raportoi ohjelmien kaatumisia" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Kohteen ”%s” omistajuutta ei voida ottaa" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" --msgstr "" -+msgstr "Hakemistoa ”%s” ei voida avata kirjoittamista varten" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" --msgstr "" -+msgstr "Ilmoitusta ei voida sulkea: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Ilmoita" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" --msgstr "" -+msgstr "Käynnistä uudelleen" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" -+"Valitettavasti %s näyttää kaatuneen. Ongelma on raportoitu automaattisesti." - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" -+"Valitettavasti %s näyttää kaatuneen. Ongelma raportoidaan, kun internet-" -+"yhteys on saatavilla." - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" -+"Valitettavasti %s näyttää kaatuneen. Ota yhteyttä kehittäjään, jos haluat " -+"raportoida ongelman." - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" -+"Valitettavasti %s näyttää kaatuneen. Jos haluat auttaa ongelman " -+"selvittämisessä, lähetä virheilmoitus." - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" --msgstr "" -+msgstr "Ei voida näyttää ilmoitusta: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -138,13 +146,24 @@ msgstr "" - "Ohjelma, joka huomauttaa käyttäjälle uusista ABRT:n havaitsemista " - "ongelmista\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" --msgstr "" -+msgstr "Kysy ennen hakemiston varastamista" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:2 - msgid "Automatically send uReport" --msgstr "" -+msgstr "Lähetä uReport automaattisesti" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:3 - msgid "Shortened reporting" -@@ -159,7 +178,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -192,42 +213,54 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" --msgstr "" -+msgstr "_Sulje" - - #: ../src/configuration-gui/system-config-abrt.c:88 - msgid "_Defaults" --msgstr "" -+msgstr "_Oletukset" - - #: ../src/configuration-gui/system-config-abrt.c:116 - #: ../src/configuration-gui/main.c:36 - msgid "Problem Reporting Configuration" --msgstr "" -+msgstr "Ongelmienraportointiasetukset" - - #: ../src/configuration-gui/main.c:75 - msgid "About System Config ABRT" -@@ -235,20 +268,23 @@ msgstr "" - - #: ../src/configuration-gui/main.c:105 - msgid "About" --msgstr "" -+msgstr "Tietoja" - - #: ../src/configuration-gui/main.c:106 - msgid "Quit" --msgstr "" -+msgstr "Lopeta" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" -+"& [-v] [-c ASETUSTIEDOSTO] [-r CHROOT] -d HAK\n" -+"\n" -+"Kysele pakettitietokantaa ja tallenna paketin ja komponentin nimi" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -260,42 +296,45 @@ msgstr "" - msgid "Problem directory" - msgstr "Ongelmahakemisto" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Asetustiedosto" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" --msgstr "" -+msgstr "Käytä tätä hakemistoa RPM-juurihakemistona" - - #: ../src/daemon/abrt-action-save-container-data.c:199 - msgid "& [-v] -d DIR\n" - "\n" - "Save container metadata" --msgstr "" -+msgstr "& [-v] -d HAK\n" -+"\n" -+"Tallenna säiliön metatiedot" - - #: ../src/daemon/abrt-action-save-container-data.c:211 - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [valitsimet]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Kirjoita lokia syslogiin" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Lisää ohjelmanimet lokiin" - -@@ -303,60 +342,50 @@ msgstr "Lisää ohjelmanimet lokiin" - msgid "Unknown error" - msgstr "Tuntematon virhe" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "”%s” ei ole kelvollinen ongelmakansio" -+msgid "'%s' is not a valid element name" -+msgstr "" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "" -+msgid "'%s' is not a valid problem directory" -+msgstr "”%s” ei ole kelvollinen ongelmakansio" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." --msgstr "" -+msgstr "Ei käyttöoikeutta" - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 -+#: ../src/dbus/abrt-dbus.c:317 - #, c-format --msgid "'%s' is not a valid element name" -+msgid "'%s' element can't be modified" -+msgstr "elementtiä ”%s” ei voi muokata" -+ -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -364,12 +393,12 @@ msgid "" - "is not running.\n" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Lopeta NUM sekunnin toimettomuuden jälkeen" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Tämä ohjelma täytyy suorittaa pääkäyttäjänä." - -@@ -390,18 +419,22 @@ msgstr "Älä aseta taustaprosessiksi" - msgid "Log to syslog even with -d" - msgstr "Kirjoita lokia syslogiin myös valitsimen -d kanssa" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." - msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Suorita TAPAHTUMA HAKemistoissa" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -431,73 +464,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -509,68 +543,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" --msgstr "" -+msgstr "Ei ole kansio: ”{0}”" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" --msgstr "" -+msgstr "Ohitetaan: ”{0}” (alkaa kauttaviivalla)" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" --msgstr "" -+msgstr "Ohitetaan: ”{0}” (alkaa pisteellä)" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" --msgstr "" -+msgstr "Ohitetaan: ”{0}” (sisältää ”..”)" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" --msgstr "" -+msgstr "Ohitetaan: ”{0}” (sisältää välilyönnin)" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" --msgstr "" -+msgstr "Ohitetaan: ”{0}” (sisältää sarkaimen)" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -594,18 +628,26 @@ msgstr "" - msgid "Deleting problem directory failed: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -646,7 +688,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Kohteen %s pinolistauksen jäsentäminen epäonnistui" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -735,12 +777,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -850,14 +924,43 @@ msgstr "Puuttuva debuginfo-tiedosto: {0}" - msgid "All debuginfo files are available" - msgstr "Kaikki debuginfo-tiedostot ovat saatavilla" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1072,7 +1175,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - "Sama kuin -d DumpLocation, DumpLocation on määritetty tiedostossa abrt.conf" -@@ -1083,16 +1187,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Tee ongelmahakemistosta kaikkien luettava" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1101,8 +1207,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1122,6 +1232,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1145,11 +1256,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1163,16 +1276,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1180,18 +1296,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1210,14 +1329,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1226,70 +1348,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1812,19 +1984,19 @@ msgstr "NSS:n sammuttaminen epäonnistui." - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -1834,44 +2006,44 @@ msgstr "" - " %s). Ytimen ylläpitäjät eivät pysty tutkimaan tärvellyistä ytimistä tehtyjä " - "raportteja." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1893,65 +2065,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Käyttö: abrt-cli [--version] KOMENTO [HAK]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Poista ongelmallinen hakemisto HAK" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analysoi ja raportoi ongelmadata HAKemistossa" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Tulosta tietoja HAKemistosta" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "Katso lisätietoja komennolla \"abrt-cli KOMENTO --help\"" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Näytä yksityiskohtainen raportti" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1959,49 +2132,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [valinnat] HAK..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2010,24 +2193,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/fr.po b/po/fr.po -index c106602..43a8e21 100644 ---- a/po/fr.po -+++ b/po/fr.po -@@ -17,128 +17,145 @@ - # Sam Friedmann , 2014 - # Vincent HERBER , 2011 - # Vincent , 2011 -+# Jibec , 2015. #zanata - # Julie Carbone , 2015. #zanata -+# Maxim Therrien , 2015. #zanata - # dominique , 2015. #zanata -+# Jérôme Bivia , 2016. #zanata - msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"PO-Revision-Date: 2015-01-25 10:42-0500\n" --"Last-Translator: dominique \n" -+"PO-Revision-Date: 2016-01-16 11:19-0500\n" -+"Last-Translator: Jérôme Bivia \n" - "Language-Team: French (http://www.transifex.com/projects/p/fedora-abrt/" - "language/fr/)\n" - "Language: fr\n" - "Plural-Forms: nplurals=2; plural=(n > 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" --msgstr "" -+msgstr "Signalement de problèmes" - - #: ../src/applet/abrt-applet.desktop.in.h:2 - msgid "View and report application crashes" --msgstr "" -+msgstr "Voir et signaler des incidents d'application" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Impossible de s'approprier « %s »" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "Impossible d'ouvrir le répertoire pour écrire « %s »" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "Impossible de fermer la notification : %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" --msgstr "" -+msgstr "Oups!" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" --msgstr "Rapporter" -+msgstr "Signaler" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" --msgstr "" -+msgstr "Redémarrer" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu un incident avec %s. Le " -+"problème a été automatiquement signalé." - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu un incident avec %s. Le " -+"problème sera signalé lorsque le réseau sera disponible." - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu incident avec %s. Veuillez " -+"contacter le développeur si vous souhaitez signaler le problème." - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu un incident avec %s. Si vous " -+"souhaitez aider à résoudre le problème, transmettez un rapport." - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu un incident dans un composant. " -+"Le problème a été automatiquement signalé." - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu un incident dans un composant. " -+"Le problème sera signalé quand le réseau sera disponible." - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" -+"Nous sommes désolés, il semble qu'il y ait eu un incident. Si vous souhaitez " -+"aider à résoudre le problème, transmettez un rapport." - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "Impossible d'afficher la notification : %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "Impossible de lire à partir du canal gio : « %s »" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "Impossible de déterminer l'encodage sur le canal gio : %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "Impossible d'activer le mode non bloquant sur le canal gio : %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -146,9 +163,20 @@ msgid "" - msgstr "" - "& [-v] [DIR]...\n" - "\n" --"Appliquette notifiant l'utilisateur lorsque de nouveaux incidents sont " -+"Appliquette informant l'utilisateur lorsque de nouveaux incidents sont " - "détectés par ABRT\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "Demander avant d'occuper furtivement un répertoire" -@@ -159,25 +187,21 @@ msgstr "Envoyer automatiquement le « uReport »" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:3 - msgid "Shortened reporting" --msgstr "Rapporter en mode abrégé" -+msgstr "Signalement en mode abrégé" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:4 - msgid "Silent shortened reporting" --msgstr "Rapporter silencieusement en mode abrégé" -+msgstr "Signalement silencieux en mode abrégé" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:5 - msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"Le fichier du vidage de la mémoire est nécessaire pour générer la trace de " --"la pile — cette opération est consommatrice de temps et d'espace. ABRT " --"dispose d'un service générant la trace de la pile à partir du vidage de la " --"mémoire, mais vous devez téléverser ce vidage pour bénéficier du service. Si " --"cette option est désactivée, ABRT téléversera le vidage de la mémoire sans " --"demander la permission." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 - msgid "" -@@ -190,7 +214,7 @@ msgstr "" - "que ABRT a besoin d'un répertoire dans lequel il puisse écrire, ce " - "répertoire est déplacé de l'emplacement système vers votre répertoire " - "personnel. Quand cette option est désactivée, ABRT déplace le répertoire des " --"données de l'incident sans rien demander." -+"données de l'incident sans demander." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:7 - msgid "" -@@ -202,7 +226,7 @@ msgstr "" - "Un « uReport » est une courte description de l'incident totalement anonyme. " - "ABRT utilise des « uReports » pour une détection rapide et globale des " - "doublons. Dans la configuration par défaut, le « uReport » est envoyé dès le " --"début du processus de rapport. Quand cette option est activée, les " -+"début du processus de signalement. Quand cette option est activée, les " - "« uReports » sont adressés automatiquement immédiatement après la détection " - "de l'incident." - -@@ -215,7 +239,8 @@ msgstr "" - "Quand cette option est activée, le processus d'envoi de rapport initié en " - "cliquant sur le bouton Rapporter dans la bulle de notification d'incident " - "peut être interrompu après l'envoi du « uReport ». Vous pourrez toujours " --"utiliser le navigateur d'incident par défaut pour faire un rapport complet." -+"utiliser le navigateur d'incident par défaut pour faire un signalement " -+"complet." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:9 - msgid "" -@@ -223,14 +248,10 @@ msgid "" - "problems. Takes effect only if Shortened reporting is enabled." - msgstr "" - "Quand cette option est activée, ABRT n'affiche aucune notification des " --"incidents rapportés. Elle ne prend effet que si le mode rapport abrégé est " --"activé." -+"incidents signalés. Elle ne prend effet que si le mode Signalement abrégé " -+"est activé." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "Demander avant de téléverser le vidage de la mémoire" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -238,15 +259,15 @@ msgstr "" - "Quand cette option est activée, ABRT crée toujours un ticket d'anomalie à " - "accès restreint si des données possiblement sensibles ont été détectées." - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "Demander un ticket privé pour informations sensibles" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "Notifier des incidents incomplets" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -257,6 +278,22 @@ msgstr "" - "rapports d'incidents valables, ABRT ne vous autorise pas à soumettre ces " - "incidents." - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "_Fermer" -@@ -282,14 +319,18 @@ msgstr "À propos" - msgid "Quit" - msgstr "Quitter" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" -+"& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" -+"\n" -+"Interroge la base de données des paquets et sauvegarde les noms du paquet et " -+"du composant" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -301,42 +342,45 @@ msgstr "" - msgid "Problem directory" - msgstr "Répertoire des incidents" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Fichier de configuration" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" --msgstr "" -+msgstr "Utiliser ce répertoire comme racine RPM" - - #: ../src/daemon/abrt-action-save-container-data.c:199 - msgid "& [-v] -d DIR\n" - "\n" - "Save container metadata" --msgstr "" -+msgstr "& [-v] -d DIR\n" -+"\n" -+"Sauvegarder les métadonnées du conteneur" - - #: ../src/daemon/abrt-action-save-container-data.c:211 - msgid "Root directory for running container commands" --msgstr "" -+msgstr "Répertoire racine pour lancer les commandes du conteneur" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "Utiliser NUM en tant qu'UID client" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Journaliser vers syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Ajouter le nom des programmes dans le journal" - -@@ -344,78 +388,68 @@ msgstr "Ajouter le nom des programmes dans le journal" - msgid "Unknown error" - msgstr "Erreur inconnue" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "« %s » n'est pas un répertoire d'incidents valide" -+msgid "'%s' is not a valid element name" -+msgstr "« %s » n'est pas un nom d'élément valide" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "L'élément « %s » ne peut pas être modifié" -+msgid "'%s' is not a valid problem directory" -+msgstr "« %s » n'est pas un répertoire d'incidents valide" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Interdit" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "Impossible d'accéder à l'incident pour effectuer des modifications" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "L'élément « %s » ne peut être modifié" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" --"Échec du chown sur le répertoire. Vérifier les journaux du système pour plus " -+"Échec du chown sur le répertoire. Vérifiez les journaux du système pour plus " - "de détails." - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "« %s » n'est pas un nom d'élément valide" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "Impossible d'obtenir la taille de « %s »" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "Il ne reste plus d'espace pour les incidents" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - "Impossible de supprimer l'élément « %s » du répertoire des incidents « %s »" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" - "The name '%s' has been lost, please check if other service owning the name " - "is not running.\n" - msgstr "" --"Le nom « %s » a été perdu, merci de vérifier qu'un autre service utilisant " -+"Le nom « %s » a été perdu, veuillez vérifier qu'un autre service utilisant " - "ce même nom ne tourne pas.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Quitter après NUM secondes d'inactivité" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Le programme doit être lancé en tant que root." - -@@ -442,18 +476,22 @@ msgstr "Ne pas lancer le démon" - msgid "Log to syslog even with -d" - msgstr "Journaliser vers syslog même avec -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Exécuter EVENT sur DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Communiquer directement à l'utilisateur" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -487,94 +525,95 @@ msgstr "Daemize" - - #: ../src/daemon/abrt-upload-watch.c:282 - msgid "Number of concurrent workers. Default is " --msgstr "Nombre de moteurs concurrents. La valeur par défaut est :" -+msgstr "Nombre de moteurs concurrents. La valeur par défaut est " - - #: ../src/daemon/abrt-upload-watch.c:283 - msgid "Maximal cache size in MiB. Default is " --msgstr "Taille maximale de cache en Mio. La valeur par défaut est" -+msgstr "Taille maximale de cache en MiO. La valeur par défaut est " - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "Désactive l'authentification" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "Nom d'utilisateur du Support Red Hat" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - "Si le mot de passe du Support Red Hat n'est pas fourni, vous serez invité à " - "en créer un." - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "Types ou chemins de certificat uReport SSL" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "Vous devez également indiquer --username pour --password" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" --msgstr "Vous pouvez utiliser --username ou --certificate" -+msgstr "Vous pouvez utiliser soit --username ou --certificate" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" --msgstr "Vous pouvez utiliser --username ou --anonymous" -+msgstr "Vous pouvez utiliser soit --username ou --anonymous" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" --msgstr "Vous pouvez utiliser --anonymous ou --certificate" -+msgstr "Vous pouvez utiliser soit --anonymous ou --certificate" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "Nombre d'arguments non valide" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "Valeur de l'option inconnue : « %s »\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "Mot de passe :" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "Impossible de continuer sans mot de passe\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" --msgstr "Autoreporting authentifié avec HTTP" -+msgstr "Signalement automatique authentifié avec HTTP" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" --msgstr "Autoreporting authentifié avec le Client SSL" -+msgstr "Signalement automatique authentifié avec le Client SSL" - - # translation auto-copied from project abrt, version rhel7, document abrt, author Julie Carbone --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" --msgstr "Autoreporting anonyme" -+msgstr "Signalement automatique anonyme" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -595,79 +634,79 @@ msgstr "" - "stockées\n" - " FILENAME - Nom de fichier de l'archive téléversée\n" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" --msgstr "« {0} » n'est pas un répertoire" -+msgstr "'{0}' n'est pas un répertoire" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" --msgstr "Ignorer : « {0} » (commence par une barre oblique)" -+msgstr "Ignoré : '{0}' (commence par une barre oblique)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" --msgstr "Ignorer : « {0} » (commence par un point)" -+msgstr "Ignoré : '{0}' (commence par un point)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" --msgstr "Ignorer : « {0} » (contient ...)" -+msgstr "Ignoré : '{0}' (contient ..)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" --msgstr "Ignorer : « {0} » (contient un espace)" -+msgstr "Ignoré : '{0}' (contient un espace)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" --msgstr "Ignorer : « {0} » (contient un onglet)" -+msgstr "Ignoré : '{0}' (contient une tabulation)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" --msgstr "Impossible de modifier le répertoire sur « {0} »" -+msgstr "Impossible de modifier le répertoire sur '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "Type de fichier inconnu : « {0} »" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "Impossible de créer un répertoire de travail dans « {0} »" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "Impossible de déplacer « {0} » vers « {1} »" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "Impossible de copier « {0} » sur « {1} »" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "Erreur de vérification sur « {0} »" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "Décompression de « {0} »" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "Impossible de créer le répertoire « {0} »" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "Impossible de décompresser « {0} »" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "Traitement de « {0} » réussi" - -@@ -691,21 +730,29 @@ msgstr "chown impossible sur « %s » : %s" - msgid "Deleting problem directory failed: %s" - msgstr "La suppression du répertoire d'incidents a échoué : %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Impossible d'obtenir les données de l'incident depuis abrt-dbus : %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Impossible d'obtenir la liste des incidents depuis abrt-dbus : %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Impossible d'obtenir les données de l'incident depuis abrt-dbus : %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" --msgstr "" -+msgstr "Impossible de tester si l'élément existe via abrt-dbus : %s" - - #: ../src/lib/ignored_problems.c:233 - #, c-format -@@ -738,9 +785,8 @@ msgid "" - msgstr "" - "& [options] -d DIR\n" - "\n" --"Analyse le backtrace C/C++, crée le hash de duplication, évalue la trace " --"arrrière et identifie la fonction du plantage dans le répertoire DIR des " --"incidents" -+"Analyse la trace C/C++, crée le hash de duplication, évalue la trace arrière\n" -+"et identifie la fonction du plantage dans le répertoire DIR des incidents" - - #. - #. * The parser failed. Compute the duphash from the executable -@@ -750,9 +796,9 @@ msgstr "" - #: ../src/plugins/abrt-action-analyze-backtrace.c:90 - #, c-format - msgid "Backtrace parsing failed for %s" --msgstr "Erreur lors de l'analyse du backtrace pour %s" -+msgstr "Erreur lors de l'analyse de la trace arrière pour %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "Fil d'exécution planté introuvable" - -@@ -771,7 +817,7 @@ msgstr "" - #: ../src/plugins/abrt-action-analyze-core.in:72 - #, c-format - msgid "Analyzing coredump '%s'" --msgstr "Analyse en cours du vidage de la mémoire '%s'" -+msgstr "Analyse en cours du vidage de la mémoire « %s »" - - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/plugins/abrt-action-analyze-core.in:110 -@@ -787,7 +833,7 @@ msgstr "Utilisation : %s [-v] [-o FICHIER_SORTIE] -c FICHIER_CORE" - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/plugins/abrt-action-analyze-core.in:164 - msgid "COREFILE is not specified" --msgstr "Le FICHIER_CORE n'est pas indiqué" -+msgstr "Le COREFILE n'est pas indiqué" - - #: ../src/plugins/abrt-action-analyze-oops.c:37 - msgid "" -@@ -797,7 +843,7 @@ msgid "" - msgstr "" - "& [-v] -d DIR\n" - "\n" --"Calcule et enregistre l'UUID et le DUPHASH pour le oops dans le répertoire " -+"Calcule et enregistre l'UUID et le DUPHASH pour le oups dans le répertoire " - "des incidents DIR" - - #: ../src/plugins/abrt-action-analyze-oops.c:79 -@@ -807,6 +853,11 @@ msgid "" - "your computer. ABRT will not allow you to create a report in a bug tracking " - "system but you can contact kernel maintainers via e-mail." - msgstr "" -+"La trace ne contient pas assez de cadres de fonction pertinentes pour être " -+"rapportée. Bien qu'agaçant, cela ne démontre pas nécessairement un problème " -+"avec votre ordinateur. ABRT ne vous permettera pas de créer un rapport dans " -+"le système de suivi des bogues, mais vous pouvez contacter les mainteneurs " -+"du noyau via courriel." - - #: ../src/plugins/abrt-action-analyze-xorg.c:73 - msgid "" -@@ -832,7 +883,7 @@ msgid "" - msgstr "" - "& [-v] -d DIR\n" - "\n" --"Calcule et enregistre l'UUID et le DUPHASH pour les vidages sur incident " -+"Calcule et enregistre l'UUID et le DUPHASH pour les vidages sur incident en " - "python" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:52 -@@ -845,7 +896,7 @@ msgstr "Le fichier {0} n'existe pas" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:82 - msgid "Extracting the oops text from core" --msgstr "Extraction du texte du oops depuis le vidage mémoire" -+msgstr "Extraction du texte du oups depuis le vidage mémoire" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:87 - msgid "Can't process {0}:\n" -@@ -855,13 +906,13 @@ msgstr "Impossible de traiter {0}:\n" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:95 - msgid "Can't extract the oops message: '{0}'" --msgstr "Impossible d'extraire le message oops : « {0} »" -+msgstr "Impossible d'extraire le message oups : « {0} »" - - #: ../src/plugins/abrt-action-analyze-vmcore.in:98 - msgid "Oops text extracted successfully" --msgstr "Extraction réussie du texte du oops" -+msgstr "Extraction du texte du oups réussie" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -869,6 +920,38 @@ msgstr "" - "Le journal du noyau indique que des erreurs matérielles ont été détectées.\n" - "Ce problème n'est donc a priori pas logiciel.\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -886,7 +969,7 @@ msgstr "Répertoires debuginfo supplémentaires" - - #: ../src/plugins/abrt-action-generate-backtrace.c:57 - msgid "Kill gdb if it runs for more than NUM seconds" --msgstr "Tuer gdb s'il est exécuté pendant plus de NUM secondes" -+msgstr "Tuer gdb s'il tourne pendant plus de NUM secondes" - - #. Don't be completely silent. gdb run takes a few seconds, - #. * it is useful to let user know it (maybe) worked. -@@ -894,7 +977,7 @@ msgstr "Tuer gdb s'il est exécuté pendant plus de NUM secondes" - #: ../src/plugins/abrt-action-generate-backtrace.c:103 - #, c-format - msgid "Backtrace is generated and saved, %u bytes" --msgstr "Le backtrace est généré et enregistré, %u octets" -+msgstr "La trace arrière a été générée et enregistrée, %u octets" - - #: ../src/plugins/abrt-action-generate-core-backtrace.c:40 - msgid "" -@@ -904,8 +987,8 @@ msgid "" - msgstr "" - "& [-v] [-r] -d DIR\n" - "\n" --"Créer une trace du vidage mémoire à partir du vidage mémoire et du binaire " --"correspondant" -+"Créer une trace arrière du vidage mémoire à partir du vidage mémoire et du " -+"binaire correspondant" - - #: ../src/plugins/abrt-action-generate-core-backtrace.c:53 - msgid "Do not hash fingerprints" -@@ -930,7 +1013,7 @@ msgid "Exiting on user command" - msgstr "Arrêt à la demande de l'utilisateur" - - #: ../src/plugins/abrt-action-install-debuginfo.in:89 --#, c-format -+#, fuzzy, c-format - msgid "" - "Usage: %s [-vy] [--ids=BUILD_IDS_FILE] [--pkgmgr=(yum|dnf)]\n" - " [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]] " -@@ -955,6 +1038,30 @@ msgid "" - " --repo Pattern to use when searching for repos.\n" - " Default: *debug*\n" - msgstr "" -+"Usage: %s [-vy] [--ids=BUILD_IDS_FILE] [--pkgmgr=(yum|dnf)]\n" -+" [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]] " -+"[--size_mb=SIZE]\n" -+" [-e, --exact=PATH[:PATH]...]\n" -+"\n" -+"Installe les informations de déboguage pour tous les BUILD_IDS listés dans " -+"BUILD_IDS_FILE\n" -+"dans CACHEDIR, utilisant TMPDIR en tant que dossier temporaire.\n" -+"Les anciens fichiers dans CACHEDIR sont supprimés jusqu'à temps que le " -+"répertoire soit plus petit que SIZE.\n" -+"\n" -+"Lit la configuration /etc/abrt/plugins/CCpp.conf\n" -+"\n" -+" -v Être verbeux\n" -+" -y Non-interactif, assume « Oui » à toutes les questions\n" -+" --ids Défaut: build_ids\n" -+" --tmpdir Défaut: @LARGE_DATA_TMP_DIR@/abrt-tmp-debuginfo-" -+"RANDOM_SUFFIX\n" -+" --cache Défaut: /var/cache/abrt-di\n" -+" --size_mb Défaut: 4096\n" -+" --pkgmgr Défaut: PackageManager de CCpp.conf ou 'dnf'\n" -+" -e,--exact Télécharge seulement les fichiers spécifiés\n" -+" --repo Motif à utiliser lors de la recherche de dépôts\n" -+" Défaut: *debug*\n" - - #: ../src/plugins/abrt-action-install-debuginfo.in:175 - msgid "Can't open {0}: {1}" -@@ -974,10 +1081,12 @@ msgstr "{0} des fichiers debuginfo ne sont pas installés" - #, c-format - msgid "Invalid configuration of CCpp addon, unsupported Package manager: '%s'" - msgstr "" -+"La configuration de l'addition CCpp est invalide, gestionnaire de paquets " -+"invalide: « %s »" - - #: ../src/plugins/abrt-action-install-debuginfo.in:249 - msgid "Missing requested file: {0}" --msgstr "Le fichier requis est manquant : {0}" -+msgstr "Fichier requis manquant : {0}" - - #: ../src/plugins/abrt-action-install-debuginfo.in:254 - msgid "Missing debuginfo file: {0}" -@@ -987,7 +1096,36 @@ msgstr "Fichier debuginfo manquant : {0}" - msgid "All debuginfo files are available" - msgstr "Tous les fichiers debuginfo sont disponibles" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -997,7 +1135,7 @@ msgstr "" - "sensibles). Si votre réponse est « Non », une analyse locale sera effectuée " - "(ce qui pourrait télécharger une énorme quantité de données)." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1041,7 +1179,7 @@ msgstr "Impossible de lancer « %s », le message d'erreur est : « %s »" - #: ../src/plugins/abrt-action-ureport:70 - #, c-format - msgid "Not a number in file '%s'" --msgstr "N'est pas un numéro dans le fichier « %s »" -+msgstr "Non-numéro dans le fichier « %s »" - - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/plugins/abrt-action-ureport:99 -@@ -1066,7 +1204,7 @@ msgstr "uReport a déjà été envoyé, il ne sera pas envoyé à nouveau" - - #: ../src/plugins/abrt-action-ureport:179 - msgid "Adding you to CC List of the existing bugzilla bug" --msgstr "" -+msgstr "Ajout de votre nom à la liste de CC de l'anomalie sur Bugzilla" - - # translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/plugins/abrt-action-ureport:193 -@@ -1116,7 +1254,7 @@ msgstr "Signal causé par l'écriture dans un tube cassé" - - #: ../src/plugins/abrt-gdb-exploitable:607 - msgid "ABRT signal (abort() was called?)" --msgstr "Signal ABRT (abort() a été appelé ?)" -+msgstr "Signal ABRT (abort() a été appelé?)" - - #: ../src/plugins/abrt-gdb-exploitable:616 - msgid "XCPU signal (over CPU time limit)" -@@ -1132,7 +1270,7 @@ msgstr "Signal TRAP (peut être une anomalie dans un débogueur/traceur)" - - #: ../src/plugins/abrt-gdb-exploitable:628 - msgid "SYS signal (unknown syscall was called?)" --msgstr "Signal SYS (un appel système inconnu a été appelé ?)" -+msgstr "Signal SYS (un appel système inconnu a été appelé?)" - - #: ../src/plugins/abrt-gdb-exploitable:633 - msgid "Arithmetic exception" -@@ -1144,7 +1282,7 @@ msgstr "Division par zéro" - - #: ../src/plugins/abrt-gdb-exploitable:641 - msgid "Illegal instruction (jump to a random address?)" --msgstr "Instruction illégale (passage à une adresse aléatoire ?)" -+msgstr "Instruction illégale (passage à une adresse aléatoire?)" - - #: ../src/plugins/abrt-gdb-exploitable:647 - msgid "Non-crash related signal" -@@ -1160,7 +1298,7 @@ msgstr "Écriture à une adresse invalide" - - #: ../src/plugins/abrt-gdb-exploitable:660 - msgid "Subroutine return to an invalid address (corrupted stack?)" --msgstr "La sous-routine retourne à une adresse invalide (pile corrompue ?)" -+msgstr "La sous-routine retourne à une adresse invalide (pile corrompue?)" - - #: ../src/plugins/abrt-gdb-exploitable:666 - #: ../src/plugins/abrt-gdb-exploitable:670 -@@ -1182,15 +1320,15 @@ msgstr "" - - #: ../src/plugins/abrt-gdb-exploitable:706 - msgid "Likely crash reason: " --msgstr "Raison possible de l'arrêt brutal :" -+msgstr "Raison possible de l'arrêt brutal : " - - #: ../src/plugins/abrt-gdb-exploitable:707 - msgid "Exploitable rating (0-9 scale): " --msgstr "Taux d'exploitabilité (échelle 0-9) :" -+msgstr "Taux d'exploitabilité (échelle 0-9) : " - - #: ../src/plugins/abrt-gdb-exploitable:709 - msgid "Current instruction: " --msgstr "Instruction actuelle :" -+msgstr "Instruction actuelle : " - - #: ../src/plugins/abrt-gdb-exploitable:711 - msgid "Exploitability analysis came up empty\n" -@@ -1219,12 +1357,12 @@ msgid "" - msgstr "" - "& [-vusoxm] [-d DIR]/[-D] [FILE]\n" - "\n" --"Extrait le oops de FILE (ou de l'entrée standard)" -+"Extrait le oups de FILE (ou de l'entrée standard)" - - #: ../src/plugins/abrt-dump-oops.c:98 - #: ../src/plugins/abrt-dump-journal-oops.c:220 - msgid "Print found oopses on standard output" --msgstr "Afficher les oops noyau trouvés sur la sortie standard" -+msgstr "Afficher les oups noyau trouvés sur la sortie standard" - - #. oopses don't contain any sensitive info, and even - #. * the old koops app was showing the oopses to all users -@@ -1233,15 +1371,16 @@ msgstr "Afficher les oops noyau trouvés sur la sortie standard" - #: ../src/plugins/abrt-dump-journal-oops.c:224 - msgid "Create new problem directory in DIR for every oops found" - msgstr "" --"Créer un nouveau répertoire d'incidents dans DIR pour chaque oops découvert" -+"Créer un nouveau répertoire d'incidents dans DIR pour chaque oups découvert" - - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" --"Identique à l'option -d emplacement_de_vidage, l'emplacement du vidage est " -+"Identique à l'option -d EmplacementDeVidage, l'emplacement du vidage est " - "spécifié dans abrt.conf" - - #: ../src/plugins/abrt-dump-oops.c:104 -@@ -1250,16 +1389,18 @@ msgstr "Sauvegarder les informations extraites dans PROBLEM" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "Rendre le répertoire des incidents lisible par tout le monde" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "Limiter la création de répertoire d'incident à 1 par seconde" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "Afficher les chaînes recherchées sur la sortie standard et quitter" - -@@ -1268,29 +1409,36 @@ msgstr "Afficher les chaînes recherchées sur la sortie standard et quitter" - msgid "Failed to compile regex" - msgstr "Échec de la compilation des expressions régulières" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" --msgstr "Impossible de mettre à jour l'incident : plus d'un oops trouvé" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" -+msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 - #: ../src/plugins/abrt-dump-journal-core.c:377 - msgid "Failed to obtain all required information from journald" - msgstr "" -+"Échec de l'obtention de toutes les informations nécessaires de journald" - - #. We don't want to update the counter here. - #: ../src/plugins/abrt-dump-journal-core.c:401 - #, c-format - msgid "Not saving repeating crash after %ds (limit is %ds)" --msgstr "" -+msgstr "Ne sauvegardera pas un plantage répétitif après %ds (limite: %ds)" - - #: ../src/plugins/abrt-dump-journal-core.c:407 - msgid "Failed to save detect problem data in abrt database" - msgstr "" -+"Échec de la sauvegarde des données du problème détecté dans la base d'ABRT" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" --msgstr "" -+msgstr "Échec de l'initialisation de la surveillance systemd-journal" - - #: ../src/plugins/abrt-dump-journal-core.c:447 - msgid "" -@@ -1305,60 +1453,84 @@ msgid "" - "\n" - "The last seen position is saved in " - msgstr "" -+"& [-vsf] [-e]/[-c CURSOR] [-t INT]/[-T] [-d DIR]/[-D]\n" -+"\n" -+"Extrait un vidage de processus de systemd-journal\n" -+"\n" -+"Les options -c et -e entrent en conflit car les deux spécifient le premier " -+"message de lecture.\n" -+"\n" -+"-e n'est utile seulement pour -f car la suite du journal débute par la " -+"lecture\n" -+"du journal entier si la dernière position lue n'est pas disponible.\n" -+"\n" -+"La dernière position lue est sauvegardée dans " - - #: ../src/plugins/abrt-dump-journal-core.c:478 - msgid "Create new problem directory in DIR for every coredump" - msgstr "" -+"Créer un nouveau répertoire d'incidents dans DIR pour chaque vidage de la " -+"mémoire découvert" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" --msgstr "" -+msgstr "Débuter la lecture du systemd-journal depuis la position du CURSEUR" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" --msgstr "" -+msgstr "Débuter la lecture du systemd-journal depuis la fin" - - #: ../src/plugins/abrt-dump-journal-core.c:482 - msgid "Throttle problem directory creation to 1 per INT second" --msgstr "" -+msgstr "Limiter la création de répertoire d'incident à 1 par INT seconde(s)" - - #: ../src/plugins/abrt-dump-journal-core.c:483 - msgid "Same as -t INT, INT is specified in plugins/CCpp.conf" --msgstr "" -+msgstr "Identique à -t INT, INT est spécifié dans plugins/CCpp.conf" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" -+"Suivre systemd-journal depuis la dernière position lue (si disponible)" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" --msgstr "" -+msgstr "Vous devez spécifier soit -c CURSEUR ou -e" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" --msgstr "" -+msgstr "Impossible d'ouvrir systemd-journal" - - #: ../src/plugins/abrt-dump-journal-core.c:544 - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" --msgstr "" -+msgstr "Impossible de déplacer le curseur vers la fin du journal" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" -+"Impossible de définir la position du curseur de systemd-journal « %s »" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "Impossible de lire les données du journal." - -@@ -1377,14 +1549,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" --msgstr "" -+msgstr "Lire tous les fichiers de journaux de toutes les machines" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" --msgstr "" -+msgstr "Lire tous les fichiers de journaux dans le répertoire PATH" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1393,12 +1568,58 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" -@@ -1408,59 +1629,63 @@ msgstr "" - "\n" - "Extraire les données de plantage de Xorg de FILE (ou de l'entrée standard)" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "Afficher les données de plantage sur la sortie standard" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - "Créer un répertoire d'incidents dans DIR pour chaque incident découvert" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -2006,7 +2231,7 @@ msgstr "Impossible de fermer NSS." - msgid "Sleeping for %d seconds" - msgstr "Mise en sommeil pour %d secondes" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." -@@ -2014,7 +2239,7 @@ msgstr "" - "Un problème de noyau s'est produit car le BIOS est cassé. Malheureusement, " - "de tels problèmes ne peuvent pas être corrigés par les mainteneurs du noyau." - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." -@@ -2023,7 +2248,7 @@ msgstr "" - "charge, les mainteneurs du noyau ne sont donc pas en mesure de corriger ce " - "problème." - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " -@@ -2033,24 +2258,24 @@ msgstr "" - "Les mainteneurs du noyau n'ont pas la possibilité de diagnostiquer les " - "rapports teintés." - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "Modules teintés : %s." - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Liste des identifiants d'anomalies" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "Spécifier l'URL d'un serveur bodhi" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "Spécifier une révision" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" -@@ -2060,21 +2285,21 @@ msgstr "" - "\n" - "Rechercher des mises à jour sur le serveur bodhi" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "Recherche de mises à jour" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Mises à jour introuvables pour ce paquet" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - "La version de ce paquet est plus récente que les mises à jour disponibles" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -2103,69 +2328,70 @@ msgstr "Afficher les oops trouvés" - msgid "Delete files with found oopses" - msgstr "Supprimer les fichiers avec des oops trouvés" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "« %s » identifie plus d'un répertoire d'incident" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." --msgstr "Usage : abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." -+msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "Liste des incidents [dans DIR]" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "Supprimer le répertoire d'incidents DIR" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "Analyser et rapporter les données des incidents dans DIR" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "Imprimer des informations sur DIR" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "Affiche le nombre de plantages récents" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "Traiter de multiples problèmes" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - "Voir « abrt-cli COMMAND --help » pour obtenir davantage d'informations" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "Répertorier les problèmes non rapportés uniquement" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Afficher le rapport détaillé" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - "Répertorier uniquement les problèmes plus récents que la date indiquée" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - "Répertorier uniquement les incidents plus anciens que la date indiquée" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -2176,55 +2402,65 @@ msgstr "" - "Veuillez envisager de l'activer en effectuant\n" - "la commande « abrt-auto-reporting enabled » en tant qu'utilisateur root.\n" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "& info [options] DIR..." - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "Un texte plus grand que ce qui suit sera abrégé" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "Répertoire d'incidents « %s » inconnu" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "Affiche uniquement le nombre d'incident sans autre message" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "Affiche les seuls incidents plus récents que l'horodatage indiqué" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - "ABRT a détecté %u incident(s). Pour plus d'informations, lancer : abrt-cli " - "list%s\n" - -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" -+msgstr "" -+ -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" -+msgstr "" -+ - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:28 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 -+#, c-format -+msgid "Deleting '%s'" -+msgstr "Suppression de « %s »" -+ -+# translation auto-copied from project abrt, version rhel7, document abrt -+#: ../src/cli/report.c:79 - msgid "& report [options] DIR..." - msgstr "& report [options] DIR..." - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:38 -+#: ../src/cli/report.c:89 - msgid "Remove PROBLEM_DIR after reporting" - msgstr "Supprimer PROBLEM_DIR après le rapport" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/report.c:71 ../src/cli/process.c:70 --#, c-format --msgid "Deleting '%s'" --msgstr "Suppression de « %s »" -- --# translation auto-copied from project abrt, version rhel7, document abrt - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "Actions : supprimer (rm), informations (i), ignorer (s) :" -@@ -2236,27 +2472,182 @@ msgstr "" - "Actions : supprimer (rm), rapporter (e), informations (i), ignorer (s) :" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "Rapporter « %s »" - - # translation auto-copied from project abrt, version rhel7, document abrt - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "Pour le problème suivant, veuillez appuyer sur ENTRÉE :" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "Sans l'argument --since, réitère tous les problèmes détectés." - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "Sélectionne uniquement les problèmes détectés après l'horodatage" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/gl.po b/po/gl.po -index 16b716a..61bd784 100644 ---- a/po/gl.po -+++ b/po/gl.po -@@ -9,7 +9,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -19,7 +19,7 @@ msgstr "" - "language/gl/)\n" - "Language: gl\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -29,102 +29,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "Non é posíbel asumir a propiedade sobre «%s»" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "Non é posíbel abrir o directorio para escribir «%s»" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "Non é posíbel fechar a notificación: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "Informe" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "Non é posíbel mostrar a notificación: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "Non é posíbel ler da canle gio: «%s»" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "Non é posíbel definir a codificación da canle gio: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "Non é posíbel activar o modo sen bloqueo para a canle gio: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -134,6 +134,17 @@ msgstr "" - "\n" - "Applet que notifica o usuario cando o ABRT detecta problemas novos\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "" -@@ -155,7 +166,9 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 -@@ -188,30 +201,42 @@ msgid "" - msgstr "" - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "" -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "Notificar os problemas incompletos" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " - "allow you to submit these problems." - msgstr "" - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "_Pechar" -@@ -237,14 +262,14 @@ msgstr "" - msgid "Quit" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -256,11 +281,11 @@ msgstr "" - msgid "Problem directory" - msgstr "Directorio de problemas" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "Ficheiro de configuración" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -274,24 +299,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [opcións]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "Empregar NUM como identificador de usuario do cliente" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "Rexistrar en syslog" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "Engadir os nomes dos programas ao rexistro" - -@@ -299,63 +325,53 @@ msgstr "Engadir os nomes dos programas ao rexistro" - msgid "Unknown error" - msgstr "Produciuse un erro descoñecido" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "«%s» non é un directorio de problemas válido" -+msgid "'%s' is not a valid element name" -+msgstr "«%s» non é un nome válido para un elemento" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "Non é posíbel modificar o elemento «%s»" -+msgid "'%s' is not a valid problem directory" -+msgstr "«%s» non é un directorio de problemas válido" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "Non autorizado " - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "Non é posíbel acceder ao problema para modificar" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" -+msgstr "" -+ -+#: ../src/dbus/abrt-dbus.c:317 -+#, c-format -+msgid "'%s' element can't be modified" -+msgstr "Non é posíbel modificar o elemento «%s»" - --#: ../src/dbus/abrt-dbus.c:470 -+#: ../src/dbus/abrt-dbus.c:536 - msgid "Chowning directory failed. Check system logs for more details." - msgstr "" - "Fallou a execución de chown no directorio. Comprobe os rexistros do sistema " - "para máis detalles." - --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:630 --#, c-format --msgid "'%s' is not a valid element name" --msgstr "«%s» non é un nome válido para un elemento" -- --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "Non é posíbel obter o tamaño de «%s»" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "Non fica espazo para os problemas" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "" - "Non é posíbel eliminar o elemento «%s» do directorio de problemas «%s»" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -365,12 +381,12 @@ msgstr "" - "Perdeuse o nome «%s»; comprobe se outro servizo que posúa o nome non está en " - "execución.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "Saír despois de NUM segundos de inactividade" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "Este programa débese executar como administrador." - -@@ -397,18 +413,22 @@ msgstr "Non converter en daemon" - msgid "Log to syslog even with -d" - msgstr "Rexistrar en syslog mesmo con -d" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event DIR DE EVENTO..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "Executar EVENTO en DIR" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "Comunicar directamente ao usuario" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -438,73 +458,74 @@ msgstr "" - msgid "Maximal cache size in MiB. Default is " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "O número de argumentos é incorrecto" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "" - - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "" - --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -516,68 +537,68 @@ msgid "" - " FILENAME - Uploaded archive file name\n" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "" - --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "" - -@@ -601,18 +622,26 @@ msgstr "Non é posíbel cambiar o propietario de «%s»: %s" - msgid "Deleting problem directory failed: %s" - msgstr "Fallou a eliminación do directorio de problemas: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "Non é posíbel obter os datos do problema de abrt-dbus: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "Non é posíbel obter a lista do problema de abrt-dbus: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "Non é posíbel obter os datos do problema de abrt-dbus: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -661,7 +690,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "Fallou a análise do trazado inverso de %s" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "" - -@@ -763,12 +792,44 @@ msgstr "" - msgid "Oops text extracted successfully" - msgstr "" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" - msgstr "" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -881,14 +942,43 @@ msgstr "" - msgid "All debuginfo files are available" - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " - "amount of data)." - msgstr "" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1103,7 +1193,8 @@ msgstr "" - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "" - -@@ -1113,16 +1204,18 @@ msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "" - - #: ../src/plugins/abrt-dump-oops.c:106 - #: ../src/plugins/abrt-dump-journal-oops.c:227 -+#: ../src/plugins/abrt-dump-journal-xorg.c:193 - msgid "Throttle problem directory creation to 1 per second" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:249 -+#: ../src/plugins/abrt-dump-oops.c:107 ../src/plugins/abrt-dump-xorg.c:57 - msgid "Print search string(s) to stdout and exit" - msgstr "" - -@@ -1131,8 +1224,12 @@ msgstr "" - msgid "Failed to compile regex" - msgstr "" - --#: ../src/plugins/abrt-dump-oops.c:186 --msgid "Can't update the problem: more than one oops found" -+#: ../src/plugins/abrt-dump-oops.c:177 -+msgid "Can't update the problem: no oops found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-oops.c:183 -+msgid "More oopses found: process only the first one" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:341 -@@ -1152,6 +1249,7 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:427 - #: ../src/plugins/abrt-dump-journal-oops.c:165 -+#: ../src/plugins/abrt-dump-journal-xorg.c:121 - msgid "Failed to initialize systemd-journal watch" - msgstr "" - -@@ -1175,11 +1273,13 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:480 - #: ../src/plugins/abrt-dump-journal-oops.c:228 -+#: ../src/plugins/abrt-dump-journal-xorg.c:194 - msgid "Start reading systemd-journal from the CURSOR position" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:481 - #: ../src/plugins/abrt-dump-journal-oops.c:229 -+#: ../src/plugins/abrt-dump-journal-xorg.c:195 - msgid "Start reading systemd-journal from the end" - msgstr "" - -@@ -1193,16 +1293,19 @@ msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:484 - #: ../src/plugins/abrt-dump-journal-oops.c:230 -+#: ../src/plugins/abrt-dump-journal-xorg.c:196 - msgid "Follow systemd-journal from the last seen position (if available)" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:495 - #: ../src/plugins/abrt-dump-journal-oops.c:246 -+#: ../src/plugins/abrt-dump-journal-xorg.c:213 - msgid "You need to specify either -c CURSOR or -e" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-core.c:541 - #: ../src/plugins/abrt-dump-journal-oops.c:284 -+#: ../src/plugins/abrt-dump-journal-xorg.c:278 - msgid "Cannot open systemd-journal" - msgstr "" - -@@ -1210,18 +1313,21 @@ msgstr "" - msgid "Cannot filter systemd-journal to systemd-coredump data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:547 --#: ../src/plugins/abrt-dump-journal-oops.c:291 -+#: ../src/plugins/abrt-dump-journal-core.c:549 -+#: ../src/plugins/abrt-dump-journal-oops.c:293 -+#: ../src/plugins/abrt-dump-journal-xorg.c:291 - msgid "Cannot seek to the end of journal" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-core.c:550 --#: ../src/plugins/abrt-dump-journal-oops.c:307 -+#: ../src/plugins/abrt-dump-journal-core.c:552 -+#: ../src/plugins/abrt-dump-journal-oops.c:309 -+#: ../src/plugins/abrt-dump-journal-xorg.c:307 - #, c-format - msgid "Failed to set systemd-journal cursor '%s'" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:40 -+#: ../src/plugins/abrt-dump-journal-xorg.c:52 - msgid "Cannot read journal data." - msgstr "" - -@@ -1240,14 +1346,17 @@ msgid "" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:231 -+#: ../src/plugins/abrt-dump-journal-xorg.c:197 - msgid "Read journal files from all machines" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:232 -+#: ../src/plugins/abrt-dump-journal-xorg.c:198 - msgid "Read all journal files from directory at PATH" - msgstr "" - - #: ../src/plugins/abrt-dump-journal-oops.c:279 -+#: ../src/plugins/abrt-dump-journal-xorg.c:273 - #, c-format - msgid "Cannot initialize systemd-journal in directory '%s'" - msgstr "" -@@ -1256,70 +1365,120 @@ msgstr "" - msgid "Cannot filter systemd-journal to kernel data only" - msgstr "" - --#: ../src/plugins/abrt-dump-journal-oops.c:298 -+#: ../src/plugins/abrt-dump-journal-oops.c:300 -+#: ../src/plugins/abrt-dump-journal-xorg.c:298 - #, c-format - msgid "Failed to start watch from cursor '%s'" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:237 -+#: ../src/plugins/abrt-dump-journal-xorg.c:61 -+msgid "Failed to parse Backtrace from journal" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:143 -+#, c-format -+msgid "" -+"& [-vsoxtf] [-e]/[-c CURSOR] [-d DIR]/[-D]\n" -+"\n" -+"Extract Xorg crash from systemd-journal\n" -+"\n" -+"-c and -e options conflicts because both specifies the first read message.\n" -+"\n" -+"-e is useful only for -f because the following of journal starts by reading \n" -+"the entire journal if the last seen possition is not available.\n" -+"\n" -+"The last seen position is saved in %s\n" -+"\n" -+"Journal filter is required parameter and must be specified either by " -+"parameter\n" -+"-j or in %s conf file.\n" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:189 -+msgid "Print found crashes on standard output" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:190 -+msgid "Create new problem directory in DIR for every crash found" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:199 -+msgid "Journal filter e.g. '_COMM=gdm-x-session' (may be given many times)" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:265 -+msgid "" -+"Journal filter must be specified either by parameter -j or stored in /etc/" -+"abrt/plugins/xorg.conf file" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-journal-xorg.c:282 -+msgid "Cannot filter systemd-journal to Xorg data only" -+msgstr "" -+ -+#: ../src/plugins/abrt-dump-xorg.c:35 - msgid "" - "& [-vsoxm] [-d DIR]/[-D] [FILE]\n" - "\n" - "Extract Xorg crash from FILE (or standard input)" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:245 -+#: ../src/plugins/abrt-dump-xorg.c:53 - msgid "Print found crash data on standard output" - msgstr "" - --#: ../src/plugins/abrt-dump-xorg.c:246 -+#: ../src/plugins/abrt-dump-xorg.c:54 - msgid "Create problem directory in DIR for every crash found" - msgstr "" - -+#: ../src/plugins/abrt-dump-xorg.c:108 -+msgid "Failed to parse Backtrace from log file" -+msgstr "" -+ - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:267 -+#: ../src/plugins/abrt-journal.c:274 - msgid "Cannot save journal watch's position" - msgstr "" - --#: ../src/plugins/abrt-journal.c:277 -+#: ../src/plugins/abrt-journal.c:284 - #, c-format - msgid "Cannot save journal watch's position: open('%s')" - msgstr "" - - #. Only notice because this is expected --#: ../src/plugins/abrt-journal.c:295 -+#: ../src/plugins/abrt-journal.c:302 - #, c-format - msgid "Not restoring journal watch's position: file '%s' does not exist" - msgstr "" - --#: ../src/plugins/abrt-journal.c:297 -+#: ../src/plugins/abrt-journal.c:304 - #, c-format - msgid "Cannot restore journal watch's position form file '%s'" - msgstr "" - --#: ../src/plugins/abrt-journal.c:304 -+#: ../src/plugins/abrt-journal.c:311 - #, c-format - msgid "Cannot restore journal watch's position: path '%s' is not regular file" - msgstr "" - --#: ../src/plugins/abrt-journal.c:310 -+#: ../src/plugins/abrt-journal.c:317 - #, c-format - msgid "" - "Cannot restore journal watch's position: file '%s' exceeds %dB size limit" - msgstr "" - --#: ../src/plugins/abrt-journal.c:318 -+#: ../src/plugins/abrt-journal.c:325 - #, c-format - msgid "Cannot restore journal watch's position: open('%s')" - msgstr "" - --#: ../src/plugins/abrt-journal.c:327 -+#: ../src/plugins/abrt-journal.c:334 - #, c-format - msgid "Cannot restore journal watch's position: cannot read entire file '%s'" - msgstr "" - - #. abrt_journal_set_cursor() prints error message in verbose mode --#: ../src/plugins/abrt-journal.c:339 -+#: ../src/plugins/abrt-journal.c:346 - #, c-format - msgid "Failed to move the journal to a cursor from file '%s'" - msgstr "" -@@ -1819,64 +1978,64 @@ msgstr "" - msgid "Sleeping for %d seconds" - msgstr "" - --#: ../src/plugins/oops-utils.c:207 -+#: ../src/plugins/oops-utils.c:200 - msgid "" - "A kernel problem occurred because of broken BIOS. Unfortunately, such " - "problems are not fixable by kernel maintainers." - msgstr "" - --#: ../src/plugins/oops-utils.c:212 -+#: ../src/plugins/oops-utils.c:205 - msgid "" - "A kernel problem occurred, but your hardware is unsupported, therefore " - "kernel maintainers are unable to fix this problem." - msgstr "" - --#: ../src/plugins/oops-utils.c:227 -+#: ../src/plugins/oops-utils.c:220 - #, c-format - msgid "" - "A kernel problem occurred, but your kernel has been tainted (flags:%s). " - "Kernel maintainers are unable to diagnose tainted reports." - msgstr "" - --#: ../src/plugins/oops-utils.c:235 -+#: ../src/plugins/oops-utils.c:228 - #, c-format - msgid " Tainted modules: %s." - msgstr "" - --#: ../src/plugins/bodhi.c:375 -+#: ../src/plugins/bodhi.c:468 - msgid "List of bug ids" - msgstr "Lista de identificadores dos fallos" - --#: ../src/plugins/bodhi.c:376 -+#: ../src/plugins/bodhi.c:469 - msgid "Specify a bodhi server url" - msgstr "" - --#: ../src/plugins/bodhi.c:377 -+#: ../src/plugins/bodhi.c:470 - msgid "Specify a release" - msgstr "" - --#: ../src/plugins/bodhi.c:382 -+#: ../src/plugins/bodhi.c:475 - msgid "" - "& [-v] [-r[RELEASE]] (-b ID1[,ID2,...] | PKG-NAME) [PKG-NAME]... \n" - "\n" - "Search for updates on bodhi server" - msgstr "" - --#: ../src/plugins/bodhi.c:434 -+#: ../src/plugins/bodhi.c:542 - msgid "Searching for updates" - msgstr "A buscar actualizacións" - --#: ../src/plugins/bodhi.c:440 -+#: ../src/plugins/bodhi.c:548 - msgid "No updates for this package found" - msgstr "Non se atopou ningunha actualización para este paquete" - - #. strbuf_free(q); --#: ../src/plugins/bodhi.c:469 -+#: ../src/plugins/bodhi.c:577 - msgid "Local version of the package is newer than available updates" - msgstr "" - "A versión do paquete local é máis recente que as actualizacións dispoñíbeis" - --#: ../src/plugins/bodhi.c:486 -+#: ../src/plugins/bodhi.c:594 - #, c-format - msgid "" - "An update exists which might fix your problem. You can install it by running:" -@@ -1900,65 +2059,66 @@ msgstr "" - msgid "Delete files with found oopses" - msgstr "" - --#: ../src/cli/abrt-cli-core.c:89 -+#: ../src/cli/abrt-cli-core.c:100 - #, c-format - msgid "'%s' identifies more than one problem directory" - msgstr "" - --#: ../src/cli/abrt-cli.c:144 --msgid "Usage: abrt-cli [--version] COMMAND [DIR]..." -+#: ../src/cli/abrt-cli.c:130 -+msgid "Usage: abrt-cli [--authenticate] [--version] COMMAND [DIR]..." - msgstr "" - --#: ../src/cli/abrt-cli.c:148 -+#: ../src/cli/abrt-cli.c:134 - msgid "List problems [in DIRs]" - msgstr "" - --#: ../src/cli/abrt-cli.c:149 -+#: ../src/cli/abrt-cli.c:135 - msgid "Remove problem directory DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:150 -+#: ../src/cli/abrt-cli.c:136 - msgid "Analyze and report problem data in DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:151 -+#: ../src/cli/abrt-cli.c:137 - msgid "Print information about DIR" - msgstr "" - --#: ../src/cli/abrt-cli.c:152 -+#: ../src/cli/abrt-cli.c:138 - msgid "Print the count of the recent crashes" - msgstr "" - --#: ../src/cli/abrt-cli.c:153 -+#: ../src/cli/abrt-cli.c:139 - msgid "Process multiple problems" - msgstr "" - --#: ../src/cli/abrt-cli.c:168 -+#: ../src/cli/abrt-cli.c:162 - msgid "See 'abrt-cli COMMAND --help' for more information" - msgstr "" - --#: ../src/cli/list.c:125 -+#: ../src/cli/list.c:127 - msgid "& list [options]" - msgstr "" - --#: ../src/cli/list.c:134 -+#: ../src/cli/list.c:136 ../src/cli-ng/abrtcli/cli.py:121 -+#: ../src/cli-ng/abrtcli/cli.py:264 - msgid "List only not-reported problems" - msgstr "" - - #. deprecate -d option with --pretty=full --#: ../src/cli/list.c:136 ../src/cli/list.c:181 -+#: ../src/cli/list.c:138 ../src/cli/list.c:191 - msgid "Show detailed report" - msgstr "Mostrar un informe detallado" - --#: ../src/cli/list.c:137 -+#: ../src/cli/list.c:139 ../src/cli-ng/abrtcli/cli.py:113 - msgid "List only the problems more recent than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:138 -+#: ../src/cli/list.c:140 ../src/cli-ng/abrtcli/cli.py:115 - msgid "List only the problems older than specified timestamp" - msgstr "" - --#: ../src/cli/list.c:162 -+#: ../src/cli/list.c:166 - #, c-format - msgid "" - "The Autoreporting feature is disabled. Please consider enabling it by " -@@ -1966,49 +2126,59 @@ msgid "" - "'abrt-auto-reporting enabled' as a user with root privileges\n" - msgstr "" - --#: ../src/cli/list.c:173 -+#: ../src/cli/list.c:183 - msgid "& info [options] DIR..." - msgstr "" - --#: ../src/cli/list.c:182 -+#: ../src/cli/list.c:192 - msgid "Text larger than this will be shown abridged" - msgstr "" - --#: ../src/cli/list.c:202 -+#: ../src/cli/list.c:212 - #, c-format - msgid "No such problem directory '%s'" - msgstr "" - --#: ../src/cli/status.c:62 -+#: ../src/cli/status.c:66 - msgid "& status" - msgstr "" - --#: ../src/cli/status.c:70 -+#: ../src/cli/status.c:74 ../src/cli-ng/abrtcli/cli.py:260 - msgid "Print only the problem count without any message" - msgstr "Imprimir só o número de problemas sen ningunha mensaxe" - --#: ../src/cli/status.c:71 -+#: ../src/cli/status.c:75 ../src/cli-ng/abrtcli/cli.py:262 - msgid "Print only the problems more recent than specified timestamp" - msgstr "Imprimir só os problemas anteriores á marca temporal indicada" - --#: ../src/cli/status.c:87 -+#: ../src/cli/status.c:91 - #, c-format - msgid "ABRT has detected %u problem(s). For more info run: abrt-cli list%s\n" - msgstr "" - --#: ../src/cli/report.c:28 --msgid "& report [options] DIR..." -+#: ../src/cli/report.c:34 -+#, c-format -+msgid "Can't find problem '%s'" - msgstr "" - --#: ../src/cli/report.c:38 --msgid "Remove PROBLEM_DIR after reporting" -+#: ../src/cli/report.c:42 -+#, c-format -+msgid "Problem '%s' cannot be reported" - msgstr "" - --#: ../src/cli/report.c:71 ../src/cli/process.c:70 -+#: ../src/cli/report.c:63 ../src/cli/process.c:70 - #, c-format - msgid "Deleting '%s'" - msgstr "" - -+#: ../src/cli/report.c:79 -+msgid "& report [options] DIR..." -+msgstr "" -+ -+#: ../src/cli/report.c:89 -+msgid "Remove PROBLEM_DIR after reporting" -+msgstr "" -+ - #: ../src/cli/process.c:64 - msgid "Actions: remove(rm), info(i), skip(s):" - msgstr "" -@@ -2017,24 +2187,179 @@ msgstr "" - msgid "Actions: remove(rm), report(e), info(i), skip(s):" - msgstr "" - --#: ../src/cli/process.c:77 -+#: ../src/cli/process.c:78 - #, c-format - msgid "Reporting '%s'" - msgstr "" - - #. dummy must be free because the function ask allocate memory --#: ../src/cli/process.c:133 -+#: ../src/cli/process.c:127 - msgid "For next problem press ENTER:" - msgstr "" - --#: ../src/cli/process.c:144 -+#: ../src/cli/process.c:138 - msgid "Without --since argument, iterates over all detected problems." - msgstr "" - --#: ../src/cli/process.c:150 -+#: ../src/cli/process.c:144 - msgid "Selects only problems detected after timestamp" - msgstr "" - -+#: ../src/cli-ng/abrtcli/cli.py:33 -+msgid "Problem has no backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:35 -+msgid "Start retracing process?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:40 -+msgid "Show backtrace of a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:50 -+msgid "This" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:52 -+msgid "Last" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:54 -+msgid "{} problem is not of a C/C++ type. Can't install debuginfo" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:64 ../src/cli-ng/abrtcli/cli.py:99 -+msgid "" -+"Permission denied: '{}'\n" -+"If this is a system problem try running this command as root" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:71 -+msgid "Install required debuginfo for given problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:106 -+msgid "Run GDB against a problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:117 ../src/cli-ng/abrtcli/cli.py:153 -+msgid "Output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:119 ../src/cli-ng/abrtcli/cli.py:155 -+msgid "Built-in output format" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:145 ../src/cli-ng/abrtcli/match.py:89 -+msgid "No problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:147 -+msgid "List problems" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:167 -+msgid "Print information about problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:173 -+msgid "Prompt before removal" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:174 -+msgid "Do not prompt before removal" -+msgstr "" -+ -+#. force prompt for last problem to avoid accidents -+#: ../src/cli-ng/abrtcli/cli.py:182 -+msgid "Are you sure you want to delete this problem?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:186 -+msgid "Removed" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:188 -+msgid "Remove problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:199 -+msgid "Report problem" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:204 -+msgid "Perform local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:206 -+msgid "Perform remote retracing using retrace server" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:208 -+msgid "Force retracing even if backtrace already exists" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:223 -+msgid "Problem already has a backtrace" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:224 -+msgid "Run abrt retrace with -f/--force to retrace again" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:225 -+msgid "Show backtrace?" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:229 -+msgid "No retracing possible for this problem type" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:233 -+msgid "" -+"Upload core dump and perform remote retracing? (It may contain sensitive " -+"data). If your answer is 'No', a stack trace will be generated locally. " -+"Local retracing requires downloading potentially large amount of debuginfo " -+"data" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:248 -+msgid "Remote retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:251 -+msgid "Local retracing" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:255 -+msgid "Generate backtrace from coredump" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:280 -+msgid "ABRT has detected {} problem(s). For more info run: abrt list{}" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:283 -+msgid "Print count of the recent crashes" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/cli.py:292 -+msgid "Authenticate and show all problems on this machine" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:96 -+msgid "No problem(s) matched" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/match.py:116 -+msgid "Ambiguous match specified resulting in multiple problems:" -+msgstr "" -+ -+#: ../src/cli-ng/abrtcli/utils.py:78 -+msgid "Not reportable" -+msgstr "" -+ - #: ../src/plugins/analyze_CCpp.xml.in.h:1 - msgid "" - "Send core dump to remote retrace server for analysis or perform local " -diff --git a/po/gu.po b/po/gu.po -index 7f25c54..a95b17f 100644 ---- a/po/gu.po -+++ b/po/gu.po -@@ -13,7 +13,7 @@ msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: jmoskovc@redhat.com\n" --"POT-Creation-Date: 2015-04-08 13:09+0200\n" -+"POT-Creation-Date: 2016-02-11 12:54+0100\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -@@ -23,7 +23,7 @@ msgstr "" - "language/gu/)\n" - "Language: gu\n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" --"X-Generator: Zanata 3.5.1\n" -+"X-Generator: Zanata 3.8.2\n" - - #: ../src/applet/abrt-applet.desktop.in.h:1 - msgid "Problem Reporting" -@@ -33,102 +33,102 @@ msgstr "" - msgid "View and report application crashes" - msgstr "" - --#: ../src/applet/applet.c:157 -+#: ../src/applet/applet.c:260 ../src/cli/report.c:51 - #, c-format - msgid "Can't take ownership of '%s'" - msgstr "'%s' ની માલિકી લઇ શકાતી નથી" - --#: ../src/applet/applet.c:165 -+#: ../src/applet/applet.c:268 - #, c-format - msgid "Can't open directory for writing '%s'" - msgstr "'%s' ને લખવા માટે ડિરેક્ટરીને ખોલી શકાતી નથી" - --#: ../src/applet/applet.c:442 ../src/applet/applet.c:461 -+#: ../src/applet/applet.c:546 ../src/applet/applet.c:564 - #, c-format - msgid "Can't close notification: %s" - msgstr "સૂચનાને બંધ કરી શકાતી નથી: %s" - --#: ../src/applet/applet.c:496 -+#: ../src/applet/applet.c:598 - msgid "Oops!" - msgstr "" - --#: ../src/applet/applet.c:514 -+#: ../src/applet/applet.c:616 - msgid "Report" - msgstr "અહેવાલ" - --#: ../src/applet/applet.c:523 -+#: ../src/applet/applet.c:625 - msgid "Restart" - msgstr "" - --#: ../src/applet/applet.c:588 -+#: ../src/applet/applet.c:694 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. The problem has been automatically " - "reported." - msgstr "" - --#: ../src/applet/applet.c:593 -+#: ../src/applet/applet.c:699 - #, c-format - msgid "" - "We’re sorry, it looks like %s crashed. The problem will be reported when the " - "internet is available." - msgstr "" - --#: ../src/applet/applet.c:599 ../src/applet/applet.c:613 --#: ../src/applet/applet.c:641 -+#: ../src/applet/applet.c:705 ../src/applet/applet.c:719 -+#: ../src/applet/applet.c:747 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. Please contact the developer if you " - "want to report the issue." - msgstr "" - --#: ../src/applet/applet.c:607 -+#: ../src/applet/applet.c:713 - #, c-format - msgid "" - "We're sorry, it looks like %s crashed. If you'd like to help resolve the " - "issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:626 -+#: ../src/applet/applet.c:732 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "has been automatically reported." - msgstr "" - --#: ../src/applet/applet.c:630 -+#: ../src/applet/applet.c:736 - msgid "" - "We're sorry, it looks like a problem occurred in a component. The problem " - "will be reported when the internet is available." - msgstr "" - --#: ../src/applet/applet.c:635 -+#: ../src/applet/applet.c:741 - msgid "" - "We're sorry, it looks like a problem occurred. If you'd like to help resolve " - "the issue, please send a report." - msgstr "" - --#: ../src/applet/applet.c:680 -+#: ../src/applet/applet.c:786 - #, c-format - msgid "Can't show notification: %s" - msgstr "સૂચનાને બતાવી શકાતુ નથી: %s" - - #. TODO: Terminate child's process? --#: ../src/applet/applet.c:712 ../src/daemon/abrt-upload-watch.c:168 -+#: ../src/applet/applet.c:818 ../src/daemon/abrt-upload-watch.c:168 - #, c-format - msgid "Can't read from gio channel: '%s'" - msgstr "gio ચેનલમાંથી વાંચી શકાતુ નથી: '%s'" - --#: ../src/applet/applet.c:790 -+#: ../src/applet/applet.c:896 - #, c-format - msgid "Can't set encoding on gio channel: %s" - msgstr "gio ચેનલ પર એનકોડીંગ સુયોજિત કરી શકાતુ નથી: %s" - --#: ../src/applet/applet.c:794 -+#: ../src/applet/applet.c:900 - #, c-format - msgid "Can't turn on nonblocking mode for gio channel: %s" - msgstr "gio ચેનલ માટે બ્લોક ન થાય તેવી સ્થિતિને ચાલુ કરી શકાતી નથી: %s" - --#: ../src/applet/applet.c:1090 -+#: ../src/applet/applet.c:1186 - msgid "" - "& [-v] [DIR]...\n" - "\n" -@@ -139,6 +139,17 @@ msgstr "" - "એપલેટ કે જે વપરાશકર્તાને સૂચન કરે છે જ્યારે નવી સમસ્યાઓ ABRT દ્દારા શોધાયેલ " - "છે\n" - -+#: ../src/configuration-gui/abrt-config-widget.c:483 -+msgid "" -+"The configuration option above has been moved to GSettings and the switch is " -+"linked to the value of the setting 'report-technical-problems' from the " -+"schema 'org.gnome.desktop.privacy'." -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.c:501 -+msgid "The configuration option above can be configured in" -+msgstr "" -+ - #: ../src/configuration-gui/abrt-config-widget.glade.h:1 - msgid "Ask before stealing directory" - msgstr "ડિરેક્ટરીની ચોરી પહેલાં પૂછો" -@@ -160,12 +171,10 @@ msgid "" - "The coredump file is necessary for generating stack trace which is time and " - "space consuming operation. ABRT provides a service which generates the stack " - "trace from the coredump but you have to upload the coredump to this service. " --"With this option disabled ABRT will upload the coredump without asking." -+"With option 'Always' ABRT will always upload the coredump without asking. " -+"With option 'Never' the stack trace will be always generated locally. With " -+"option 'Ask' ABRT will always ask the user." - msgstr "" --"coredump ફાઇલ સ્ટેક ટ્રેસને પેદા કરવા માટે જરૂરી છે કે જે સમય અને જગ્યા " --"વપરાશ ક્રિયા છે. ABRT સેવાને પૂરુ પાડે છે કે જે coredump માંથી સ્ટેક ટ્રેસને " --"પેદા કરે છે, પરંતુ તમે આ સેવા માટે coredump ને અપલોડ કરવુ જ પડશે. નિષ્ક્રિય " --"થયેલ ABRT આ વિકલ્પ સાથે તેમને પૂછ્યા વગર coredump ને અપલોડ કરશે." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:6 - msgid "" -@@ -211,10 +220,6 @@ msgstr "" - "અસર થાય છે જો ટૂંકી થયેલ અહેવાલીકરણ સક્રિય થયેલ હોય." - - #: ../src/configuration-gui/abrt-config-widget.glade.h:10 --msgid "Ask before uploading coredump" --msgstr "Coredump અપલોડ કરતા પહેલા પૂછો " -- --#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "" - " With this option enabled ABRT always create bug ticket with restricted " - "access if possibly sensitive data are detected." -@@ -222,15 +227,15 @@ msgstr "" - "સક્રિય થયેલ ABRT આ વિકલ્પ સાથે મર્યાદિત થયેલ પ્રવેશ સાથે હંમેશા ભૂલ ટિકીટ " - "બનાવે છે જો શક્ય સંવેદનશીલ માહિતી બનાવેલ હોય." - --#: ../src/configuration-gui/abrt-config-widget.glade.h:12 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:11 - msgid "Request private ticket for sensitive information" - msgstr "સંવેદનશીલ માહિતી માટે ખાનગી ટિકિટની વિનંતી" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:13 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:12 - msgid "Notify incomplete problems" - msgstr "અપૂર્ણ સમસ્યાઓ સૂચિત" - --#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+#: ../src/configuration-gui/abrt-config-widget.glade.h:13 - msgid "" - "Incomplete problems are detected while computer is shutting down or user is " - "logging out. In order to provide valuable problem reports, ABRT will not " -@@ -240,6 +245,22 @@ msgstr "" - "વપરાશકર્તા બહાર નીકળી રહ્યા હોય. કિંમતી સમસ્યા અહેવાલને પૂરુ પાડવા માટે " - "ક્રમમાં, ABRT એ આ સમસ્યાઓને મોકલવા માટે તમને પરવાનગી આપશે નહિં." - -+#: ../src/configuration-gui/abrt-config-widget.glade.h:14 -+msgid "Always" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:15 -+msgid "Never" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:16 -+msgid "Ask" -+msgstr "" -+ -+#: ../src/configuration-gui/abrt-config-widget.glade.h:17 -+msgid "Upload coredump for backtrace generation" -+msgstr "" -+ - #: ../src/configuration-gui/system-config-abrt.c:79 - msgid "_Close" - msgstr "બંધ કરો (_C)" -@@ -265,14 +286,14 @@ msgstr "વિશે" - msgid "Quit" - msgstr "બહાર નીકળો" - --#: ../src/daemon/abrt-action-save-package-data.c:390 -+#: ../src/daemon/abrt-action-save-package-data.c:393 - msgid "" - "& [-v] [-c CONFFILE] [-r CHROOT] -d DIR\n" - "\n" - "Query package database and save package and component name" - msgstr "" - --#: ../src/daemon/abrt-action-save-package-data.c:403 -+#: ../src/daemon/abrt-action-save-package-data.c:406 - #: ../src/daemon/abrt-action-save-container-data.c:210 - #: ../src/plugins/abrt-action-analyze-backtrace.c:53 - #: ../src/plugins/abrt-action-analyze-c.c:141 -@@ -284,11 +305,11 @@ msgstr "" - msgid "Problem directory" - msgstr "સમસ્યા ડિરેક્ટરી" - --#: ../src/daemon/abrt-action-save-package-data.c:404 -+#: ../src/daemon/abrt-action-save-package-data.c:407 - msgid "Configuration file" - msgstr "રૂપરેખાંકન ફાઇલ" - --#: ../src/daemon/abrt-action-save-package-data.c:405 -+#: ../src/daemon/abrt-action-save-package-data.c:408 - msgid "Use this directory as RPM root" - msgstr "" - -@@ -302,24 +323,25 @@ msgstr "" - msgid "Root directory for running container commands" - msgstr "" - --#: ../src/daemon/abrt-server.c:785 ../src/dbus/abrt-dbus.c:891 -+#: ../src/daemon/abrt-server.c:796 ../src/dbus/abrt-dbus.c:894 - #: ../src/dbus/abrt-configuration.c:1002 ../src/daemon/abrtd.c:444 - msgid "& [options]" - msgstr "& [options]" - --#: ../src/daemon/abrt-server.c:796 -+#: ../src/daemon/abrt-server.c:807 - msgid "Use NUM as client uid" - msgstr "ક્લાયન્ટ uid તરીકે NUM ને વાપરો" - --#: ../src/daemon/abrt-server.c:797 ../src/daemon/abrt-upload-watch.c:280 -+#: ../src/daemon/abrt-server.c:808 ../src/daemon/abrt-upload-watch.c:280 - #: ../src/plugins/abrt-watch-log.c:153 ../src/plugins/abrt-dump-oops.c:97 - #: ../src/plugins/abrt-dump-journal-core.c:477 - #: ../src/plugins/abrt-dump-journal-oops.c:219 --#: ../src/plugins/abrt-dump-xorg.c:244 -+#: ../src/plugins/abrt-dump-journal-xorg.c:188 -+#: ../src/plugins/abrt-dump-xorg.c:52 - msgid "Log to syslog" - msgstr "syslog માં લૉગ લો" - --#: ../src/daemon/abrt-server.c:798 ../src/daemon/abrtd.c:460 -+#: ../src/daemon/abrt-server.c:809 ../src/daemon/abrtd.c:460 - msgid "Add program names to log" - msgstr "લૉગ રાખવા માટે કાર્યક્રમ નામો ઉમેરો" - -@@ -327,60 +349,50 @@ msgstr "લૉગ રાખવા માટે કાર્યક્રમ ન - msgid "Unknown error" - msgstr "અજ્ઞાત ભૂલ" - --#: ../src/dbus/abrt-dbus.c:197 -+#: ../src/dbus/abrt-dbus.c:167 - #, c-format --msgid "'%s' is not a valid problem directory" --msgstr "'%s' માન્ય સમસ્યા ડિરેક્ટરી નથી" -+msgid "'%s' is not a valid element name" -+msgstr "'%s' એ યોગ્ય ઘટક નામ નથી" - --#: ../src/dbus/abrt-dbus.c:232 -+#: ../src/dbus/abrt-dbus.c:219 - #, c-format --msgid "'%s' element can't be modified" --msgstr "'%s' ઘટકને બદલી શકાતુ નથી" -+msgid "'%s' is not a valid problem directory" -+msgstr "'%s' માન્ય સમસ્યા ડિરેક્ટરી નથી" - --#: ../src/dbus/abrt-dbus.c:253 ../src/dbus/abrt-dbus.c:455 --#: ../src/dbus/abrt-dbus.c:507 ../src/dbus/abrt-dbus.c:571 --#: ../src/dbus/abrt-dbus.c:737 ../src/dbus/abrt-configuration.c:618 --#: ../src/dbus/abrt-configuration.c:683 -+#: ../src/dbus/abrt-dbus.c:272 ../src/dbus/abrt-dbus.c:520 -+#: ../src/dbus/abrt-configuration.c:618 ../src/dbus/abrt-configuration.c:683 - #, c-format - msgid "Not Authorized" - msgstr "અધિકૃત નથી" - --#: ../src/dbus/abrt-dbus.c:265 --msgid "Can't access the problem for modification" --msgstr "સૂચના માટે સમસ્યાને વાપરી શકાતુ નથી" -- --#: ../src/dbus/abrt-dbus.c:470 --msgid "Chowning directory failed. Check system logs for more details." --msgstr "ડિરેક્ટરીને માલિકી કરવામાં નિષ્ફળતા. વધારે વિગતો માટે સિસ્ટમ લૉગ જુઓ." -- --#: ../src/dbus/abrt-dbus.c:581 --msgid "Can't access the problem for reading" -+#: ../src/dbus/abrt-dbus.c:285 -+msgid "Can't open the problem" - msgstr "" - --#: ../src/dbus/abrt-dbus.c:630 -+#: ../src/dbus/abrt-dbus.c:317 - #, c-format --msgid "'%s' is not a valid element name" --msgstr "'%s' એ યોગ્ય ઘટક નામ નથી" -+msgid "'%s' element can't be modified" -+msgstr "'%s' ઘટકને બદલી શકાતુ નથી" - --#: ../src/dbus/abrt-dbus.c:651 -+#: ../src/dbus/abrt-dbus.c:536 -+msgid "Chowning directory failed. Check system logs for more details." -+msgstr "ડિરેક્ટરીને માલિકી કરવામાં નિષ્ફળતા. વધારે વિગતો માટે સિસ્ટમ લૉગ જુઓ." -+ -+#: ../src/dbus/abrt-dbus.c:665 - #, c-format - msgid "Can't get size of '%s'" - msgstr "'%s' નું માપ મેળવી શકાતુ નથી" - --#: ../src/dbus/abrt-dbus.c:666 -+#: ../src/dbus/abrt-dbus.c:680 - msgid "No problem space left" - msgstr "સમસ્યાની જગ્યા બાકી રહેલ નથી" - --#: ../src/dbus/abrt-dbus.c:698 -+#: ../src/dbus/abrt-dbus.c:715 - #, c-format - msgid "Can't delete the element '%s' from the problem directory '%s'" - msgstr "સમસ્યા ડિરેક્ટરી '%s' માંથી ઘટક '%s' ને કાઢી શકાતુ નથી" - --#: ../src/dbus/abrt-dbus.c:725 --msgid "Can't access the problem" --msgstr "" -- --#: ../src/dbus/abrt-dbus.c:873 ../src/dbus/abrt-configuration.c:983 -+#: ../src/dbus/abrt-dbus.c:876 ../src/dbus/abrt-configuration.c:983 - #: ../src/daemon/abrtd.c:426 - #, c-format - msgid "" -@@ -390,12 +402,12 @@ msgstr "" - "નામ '%s' ગુમ થઇ ગયુ છે, મહેરબાની કરીને ચકાસો જો માલિકી ધરાવતા નામ વાળી બીજી " - "સેવા ચાલી રહી નથી.\n" - --#: ../src/dbus/abrt-dbus.c:900 ../src/dbus/abrt-configuration.c:1011 -+#: ../src/dbus/abrt-dbus.c:903 ../src/dbus/abrt-configuration.c:1011 - #: ../src/daemon/abrtd.c:459 - msgid "Exit after NUM seconds of inactivity" - msgstr "નિષ્ક્રિયતાની NUM સેકંડ પછી બહાર નીકળો" - --#: ../src/dbus/abrt-dbus.c:918 ../src/dbus/abrt-configuration.c:1021 -+#: ../src/dbus/abrt-dbus.c:921 ../src/dbus/abrt-configuration.c:1021 - msgid "This program must be run as root." - msgstr "આ કાર્યક્રમ રુટ તરીકે જ ચલાવવો જોઇએ." - -@@ -422,18 +434,22 @@ msgstr "ડિમોનાઇઝ કરો નહિં" - msgid "Log to syslog even with -d" - msgstr "-d સાથે પણ syslog નો લૉગ લો" - --#: ../src/daemon/abrt-handle-event.c:406 --msgid "& [-v -i] -e|--event EVENT DIR..." --msgstr "& [-v -i] -e|--event EVENT DIR..." -+#: ../src/daemon/abrt-handle-event.c:394 -+msgid "& [-v -i -n INCREMENT] -e|--event EVENT DIR..." -+msgstr "" - --#: ../src/daemon/abrt-handle-event.c:414 -+#: ../src/daemon/abrt-handle-event.c:403 - msgid "Run EVENT on DIR" - msgstr "DIR પર EVENT ચલાવો" - --#: ../src/daemon/abrt-handle-event.c:415 -+#: ../src/daemon/abrt-handle-event.c:404 - msgid "Communicate directly to the user" - msgstr "સીધુ વપરાશકર્તા સાથે વાર્તાલાપ કરો" - -+#: ../src/daemon/abrt-handle-event.c:405 -+msgid "Increment the nice value by INCREMENT" -+msgstr "" -+ - #: ../src/daemon/abrt-upload-watch.c:118 - #, c-format - msgid "No free workers and full buffer. Omitting archive '%s'" -@@ -472,88 +488,89 @@ msgstr "સહવર્તી કામદારો સંખ્યા. મૂ - msgid "Maximal cache size in MiB. Default is " - msgstr "MiB માં મહત્તમ કેશ માપ. મૂળભૂત છે" - --#: ../src/daemon/abrt-auto-reporting.c:176 -+#: ../src/daemon/abrt-auto-reporting.c:198 -+#: ../src/daemon/abrt-auto-reporting.c:206 - msgid "& [ " - msgstr "& [ " - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:213 -+#: ../src/daemon/abrt-auto-reporting.c:233 - msgid "Turns the authentication off" - msgstr "સત્તાધિકરણને બંધ કરો" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:214 -+#: ../src/daemon/abrt-auto-reporting.c:234 - msgid "Red Hat Support user name" - msgstr "Red Hat Support વપરાશકર્તા નામ" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:215 -+#: ../src/daemon/abrt-auto-reporting.c:235 - msgid "Red Hat Support password, if not given, a prompt for it will be issued" - msgstr "" - "Red Hat Support પાસવર્ડ, જો આપેલ ન હોય તો, તેની માટે પ્રોમ્પ્ટ કરવામાં આવશે" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:216 -+#: ../src/daemon/abrt-auto-reporting.c:236 - msgid "uReport SSL certificate paths or certificate type" - msgstr "uReport SSL પ્રમાણપત્ર પાથ અથવા પ્રમાણપત્ર પ્રકાર" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:227 -+#: ../src/daemon/abrt-auto-reporting.c:252 - msgid "You also need to specify --username for --password" - msgstr "તમારે --password માટે --username ને પણ સ્પષ્ટ કરવુ જ જોઇએ" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:233 -+#: ../src/daemon/abrt-auto-reporting.c:258 - msgid "You can use either --username or --certificate" - msgstr "તમારે ક્યાંતો --username અથવા --certificate ને વાપરી શકો છો" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:239 -+#: ../src/daemon/abrt-auto-reporting.c:264 - msgid "You can use either --username or --anonymous" - msgstr "તમે ક્યાંતો --username અથવા --anonymous ને વાપરી શકો છો" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:245 -+#: ../src/daemon/abrt-auto-reporting.c:270 - msgid "You can use either --anonymous or --certificate" - msgstr "તમે ક્યાંતો --anonymous અથવા --certificate વાપરી શકો છો" - --#: ../src/daemon/abrt-auto-reporting.c:251 -+#: ../src/daemon/abrt-auto-reporting.c:277 - msgid "Invalid number of arguments" - msgstr "દલીલોની અયોગ્ય સંખ્યા" - --#: ../src/daemon/abrt-auto-reporting.c:270 -+#: ../src/daemon/abrt-auto-reporting.c:296 - #, c-format - msgid "Unknown option value: '%s'\n" - msgstr "અજ્ઞાત વિકલ્પ કિંમત: '%s'\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:305 -+#: ../src/daemon/abrt-auto-reporting.c:336 - msgid "Password:" - msgstr "પાસવર્ડ:" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:308 -+#: ../src/daemon/abrt-auto-reporting.c:339 - msgid "Cannot continue without password\n" - msgstr "પાસવર્ડ વગર ચાલુ કરી શકાતુ નથી\n" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta - #. Print only the part before ':' of a string like "username:password" --#: ../src/daemon/abrt-auto-reporting.c:347 -+#: ../src/daemon/abrt-auto-reporting.c:380 - msgid "HTTP Authenticated auto reporting" - msgstr "HTTP સત્તાધિકરણ થયેલ આપોઆપ અહેવાલીકરણ" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:349 -+#: ../src/daemon/abrt-auto-reporting.c:382 - msgid "SSL Client Authenticated auto reporting" - msgstr "SSL ક્લાયન્ટ સત્તાધિકરણ થયેલ આપોઆપ અહેવાલીકરણ" - - # translation auto-copied from project abrt, version rhel7, document abrt, author sweta --#: ../src/daemon/abrt-auto-reporting.c:351 -+#: ../src/daemon/abrt-auto-reporting.c:384 - msgid "anonymous auto reporting" - msgstr "અનામિક આપોઆપ અહેવાલીકરણ" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:69 -+#: ../src/daemon/abrt-handle-upload.in:135 - #, c-format - msgid "" - "Usage: %s [-vd] ABRT_SPOOL_DIR UPLOAD_DIR FILENAME\n" -@@ -573,83 +590,83 @@ msgstr "" - " FILENAME - અપલોડ થયેલ પેટી ફાઇલ નામ\n" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:105 --#: ../src/daemon/abrt-handle-upload.in:108 -+#: ../src/daemon/abrt-handle-upload.in:171 -+#: ../src/daemon/abrt-handle-upload.in:174 - msgid "Not a directory: '{0}'" - msgstr "ડિરેક્ટરી નથી: '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:111 -+#: ../src/daemon/abrt-handle-upload.in:177 - msgid "Skipping: '{0}' (starts with slash)" - msgstr "છોડી રહ્યા છે: '{0}' (સ્લેશ સાથે શરૂ કરે છે)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:114 -+#: ../src/daemon/abrt-handle-upload.in:180 - msgid "Skipping: '{0}' (starts with dot)" - msgstr "છોડી રહ્યા છે: '{0}' (બિંદુ સાથે શરૂ કરે છે)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:117 -+#: ../src/daemon/abrt-handle-upload.in:183 - msgid "Skipping: '{0}' (contains ..)" - msgstr "છોડી રહ્યા છે: '{0}' (સમાવે છે ..)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:120 -+#: ../src/daemon/abrt-handle-upload.in:186 - msgid "Skipping: '{0}' (contains space)" - msgstr "છોડી રહ્યા છે: '{0}' (જગ્યાને સમાવે છે)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:123 -+#: ../src/daemon/abrt-handle-upload.in:189 - msgid "Skipping: '{0}' (contains tab)" - msgstr "છોડી રહ્યા છે: '{0}' (ટૅબને સમાવે છે)" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:128 -+#: ../src/daemon/abrt-handle-upload.in:194 - msgid "Can't change directory to '{0}'" - msgstr "'{0}' માટે ડિરેક્ટરીને બદલી શકાતી નથી" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:139 -+#: ../src/daemon/abrt-handle-upload.in:205 - msgid "Unknown file type: '{0}'" - msgstr "અજ્ઞાત ફાઇલ પ્રકાર: '{0}'" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:144 -+#: ../src/daemon/abrt-handle-upload.in:210 - msgid "Can't create working directory in '{0}'" - msgstr "'{0}' માં કાર્ય કરવાની ડિરેક્ટરીને બનાવી શકાતી નથી" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:155 -+#: ../src/daemon/abrt-handle-upload.in:221 - msgid "Can't move '{0}' to '{1}'" - msgstr "'{0}' થી '{1}' ને ખસેડી શકાતુ નથી" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:160 -+#: ../src/daemon/abrt-handle-upload.in:226 - msgid "Can't copy '{0}' to '{1}'" - msgstr "'{0}' થી '{1}' માં નકલ કરી શકાતી નથી" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:164 -+#: ../src/daemon/abrt-handle-upload.in:230 - msgid "Verification error on '{0}'" - msgstr "'{0}' પર ચકાસણી ભૂલ" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:166 -+#: ../src/daemon/abrt-handle-upload.in:232 - msgid "Unpacking '{0}'" - msgstr "'{0}' ને ખોલી રહ્યા છે" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:170 -+#: ../src/daemon/abrt-handle-upload.in:236 - msgid "Can't create '{0}' directory" - msgstr "'{0}' ડિરેક્ટરીને બનાવી શકાતી નથી" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:174 -+#: ../src/daemon/abrt-handle-upload.in:240 - msgid "Can't unpack '{0}'" - msgstr "'{0}' ને ખોલી શકાતુ નથી" - - # translation auto-copied from project abrt, version rhel7, document abrt --#: ../src/daemon/abrt-handle-upload.in:198 -+#: ../src/daemon/abrt-handle-upload.in:260 - msgid "'{0}' processed successfully" - msgstr "'{0}' પ્રક્રિયા સફળતાપૂર્વક થઇ" - -@@ -673,18 +690,26 @@ msgstr "'%s' નું chown કરી શકાતુ નથી: %s" - msgid "Deleting problem directory failed: %s" - msgstr "ડિરેક્ટરીની સમસ્યાને કાઢી નાંખવામાં નિષ્ફળતા: %s" - --#: ../src/lib/problem_api_dbus.c:133 ../src/lib/problem_api_dbus.c:206 --#: ../src/lib/problem_api_dbus.c:286 -+#: ../src/lib/problem_api_dbus.c:131 - #, c-format --msgid "Can't get problem data from abrt-dbus: %s" --msgstr "abrt-dbus માંથી સમસ્યા માહિતીને મેળવી શકાતી નથી: %s" -+msgid "D-Bus GetInfo method call failed: %s" -+msgstr "" - --#: ../src/lib/problem_api_dbus.c:169 -+#: ../src/lib/problem_api_dbus.c:166 -+msgid "Can't get problem data from abrt-dbus" -+msgstr "" -+ -+#: ../src/lib/problem_api_dbus.c:193 - #, c-format - msgid "Can't get problem list from abrt-dbus: %s" - msgstr "abrt-dbus માંથી સમસ્યા યાદીને મેળવી શકાતી નથી: %s" - --#: ../src/lib/problem_api_dbus.c:250 -+#: ../src/lib/problem_api_dbus.c:230 ../src/lib/problem_api_dbus.c:315 -+#, c-format -+msgid "Can't get problem data from abrt-dbus: %s" -+msgstr "abrt-dbus માંથી સમસ્યા માહિતીને મેળવી શકાતી નથી: %s" -+ -+#: ../src/lib/problem_api_dbus.c:274 - #, c-format - msgid "Can't test whether the element exists over abrt-dbus: %s" - msgstr "" -@@ -732,7 +757,7 @@ msgstr "" - msgid "Backtrace parsing failed for %s" - msgstr "%s બેકટ્રેસ પાર્સિંગ નિષ્ફળ" - --#: ../src/plugins/abrt-action-analyze-backtrace.c:146 -+#: ../src/plugins/abrt-action-analyze-backtrace.c:150 - msgid "Crash thread not found" - msgstr "ભંગાણ થ્રેડ મળ્યુ નથી" - -@@ -838,7 +863,7 @@ msgstr "oops સંદેશાને કાઢી શકાતુ નથી: '{ - msgid "Oops text extracted successfully" - msgstr "Oops લખાણને સફળતાપૂર્વક કાઢી નાંખેલ છે" - --#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:83 -+#: ../src/plugins/abrt-action-check-oops-for-hw-error.in:89 - msgid "" - "The kernel log indicates that hardware errors were detected.\n" - "This is most likely not a software problem.\n" -@@ -846,6 +871,38 @@ msgstr "" - "કર્નલ લૉગ સૂચવે છે કે હાર્ડવેર ભૂલો મળી આવી હતી.\n" - "આ મોટે ભાગે સોફ્ટવેર સમસ્યા નથી.\n" - -+#: ../src/plugins/abrt-action-find-bodhi-update:88 -+msgid "cannot open problem directory '{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:102 -+msgid "Problem directory error: {0}" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:117 -+msgid "Using product '{0}' from /etc/os-release." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:119 -+msgid "Using product {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:121 -+msgid "Using product version {0}." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:133 -+msgid "Duplicate bugzilla bug '#{0}' was found" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:135 -+msgid "There is no bugzilla bug with 'abrt_hash:{0}'" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-find-bodhi-update:140 -+msgid "Warning: abrt-bodhi do not support Product version 'Rawhide'" -+msgstr "" -+ - #: ../src/plugins/abrt-action-generate-backtrace.c:42 - msgid "" - "& [options] -d DIR\n" -@@ -963,7 +1020,36 @@ msgstr "ગેરહાજર debuginfo ફાઇલ: {0}" - msgid "All debuginfo files are available" - msgstr "બધી ડિબગ જાણકારી ફાઇલો ઉપલબ્ધ છે" - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:62 -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:43 -+msgid "" -+"& [-y] [-i BUILD_IDS_FILE|-i -] [-e PATH[:PATH]...]\n" -+"\t[-r REPO]\n" -+"\n" -+"Installs debuginfo packages for all build-ids listed in BUILD_IDS_FILE to\n" -+"ABRT system cache." -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:66 -+msgid "Noninteractive, assume 'Yes' to all questions" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:67 -+msgid "- means STDIN, default: build_ids" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:68 -+msgid "Download only specified files" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:69 -+msgid "Pattern to use when searching for repos, default: *debug*" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-install-debuginfo-to-abrt-cache.c:70 -+msgid "Ignored option" -+msgstr "" -+ -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:63 - msgid "" - "Ok to upload core dump? (It may contain sensitive data). If your answer is " - "'No', a stack trace will be generated locally. (It may download a huge " -@@ -973,7 +1059,7 @@ msgstr "" - "જો તમારો જવાબ 'ના' હોય તો, સ્ટેક ટ્રેસ સ્થાનિક રીતે ઉત્પન્ન કરાશે. (તે વિશાળ " - "પ્રમાણમાં માહિતીને ડાઉનલોડ કરી શકે છે)." - --#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:71 -+#: ../src/plugins/abrt-action-perform-ccpp-analysis.in:72 - msgid "" - "Do you want to generate a stack trace locally? (It may download a huge " - "amount of data but reporting can't continue without stack trace)." -@@ -1210,7 +1296,8 @@ msgstr "મળેલ દરેક oops માટે DIR માં નવી સ - #: ../src/plugins/abrt-dump-oops.c:103 - #: ../src/plugins/abrt-dump-journal-core.c:479 - #: ../src/plugins/abrt-dump-journal-oops.c:225 --#: ../src/plugins/abrt-dump-xorg.c:247 -+#: ../src/plugins/abrt-dump-journal-xorg.c:191 -+#: ../src/plugins/abrt-dump-xorg.c:55 - msgid "Same as -d DumpLocation, DumpLocation is specified in abrt.conf" - msgstr "-d DumpLocation નાં જેવી, DumpLocation એ abrt.conf માં સ્પષ્ટ થયેલ છે" - -@@ -1220,16 +1307,18 @@ msgstr "PROBLEM માં કાઢી નાંખેલ જાણકારી - - #: ../src/plugins/abrt-dump-oops.c:105 - #: ../src/plugins/abrt-dump-journal-oops.c:226 --#: ../src/plugins/abrt-dump-xorg.c:248 -+#: ../src/plugins/abrt-dump-journal-xorg.c:192 -+#: ../src/plugins/abrt-dump-xorg.c:56 - msgid "Make the problem directory world readable" - msgstr "સમસ્યા ડિરેક્ટરીને દુનિયામાં વાંચી શકાય એ રીતે બનાવો" - - #: ../src/plugins/ab