Blob Blame History Raw
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: libreport\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-06 13:45+0200\n"
"PO-Revision-Date: 2014-10-06 11:45+0000\n"
"Last-Translator: Jakub Filak <jfilak@redhat.com>\n"
"Language-Team: Sinhala (http://www.transifex.com/projects/p/libreport/language/si/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: si\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../src/cli/cli.c:63
msgid ""
"& [-vsp] -L[PREFIX] [PROBLEM_DIR]\n"
"   or: & [-vspy] -e EVENT PROBLEM_DIR\n"
"   or: & [-vspy] -d PROBLEM_DIR\n"
"   or: & [-vspy] -x PROBLEM_DIR"
msgstr ""

#. short_name long_name  value    parameter_name  help
#: ../src/cli/cli.c:86
msgid "List possible events [which start with PREFIX]"
msgstr ""

#: ../src/cli/cli.c:87 ../src/gui-wizard-gtk/main.c:172
msgid "Run only these events"
msgstr ""

#: ../src/cli/cli.c:88 ../src/gui-wizard-gtk/main.c:171
msgid "Remove PROBLEM_DIR after reporting"
msgstr ""

#: ../src/cli/cli.c:89 ../src/gui-wizard-gtk/main.c:173
msgid "Expert mode"
msgstr ""

#: ../src/cli/cli.c:90 ../src/report-newt/report-newt.c:393
msgid "Display version and exit"
msgstr ""

#: ../src/cli/cli.c:91
msgid "Noninteractive: don't ask questions, assume 'yes'"
msgstr ""

#: ../src/cli/cli.c:93
msgid "Log to syslog"
msgstr ""

#: ../src/cli/cli.c:94 ../src/gui-wizard-gtk/main.c:170
msgid "Add program names to log"
msgstr ""

#: ../src/cli/cli-report.c:132
#, c-format
msgid "# This field is read only\n"
msgstr ""

#: ../src/cli/cli-report.c:152
msgid "# Describe the circumstances of this crash below"
msgstr ""

#: ../src/cli/cli-report.c:154
msgid ""
"# Backtrace\n"
"# Check that it does not contain any sensitive data (passwords, etc.)"
msgstr ""

#: ../src/cli/cli-report.c:156
msgid "# Architecture"
msgstr ""

#: ../src/cli/cli-report.c:157
msgid "# Command line"
msgstr ""

#: ../src/cli/cli-report.c:158
msgid "# Component"
msgstr ""

#: ../src/cli/cli-report.c:159
msgid "# Core dump"
msgstr ""

#: ../src/cli/cli-report.c:160
msgid "# Executable"
msgstr ""

#: ../src/cli/cli-report.c:161
msgid "# Kernel version"
msgstr ""

#: ../src/cli/cli-report.c:162
msgid "# Package"
msgstr ""

#: ../src/cli/cli-report.c:163
msgid "# Reason of crash"
msgstr ""

#: ../src/cli/cli-report.c:170
msgid "# os-release configuration file from root dir"
msgstr ""

#: ../src/cli/cli-report.c:175
msgid "# Release string of the operating system from root dir"
msgstr ""

#: ../src/cli/cli-report.c:183
msgid "# os-release configuration file"
msgstr ""

#: ../src/cli/cli-report.c:188
msgid "# Release string of the operating system"
msgstr ""

#: ../src/cli/cli-report.c:319
msgid "Cannot run vi: $TERM, $VISUAL and $EDITOR are not set"
msgstr ""

#: ../src/cli/cli-report.c:403
msgid ""
"\n"
"The report has been updated"
msgstr ""

#: ../src/cli/cli-report.c:405
msgid ""
"\n"
"No changes were detected in the report"
msgstr ""

#: ../src/cli/cli-report.c:471
msgid "Your input is not valid, because of:"
msgstr ""

#: ../src/cli/cli-report.c:475
#, c-format
msgid "Bad value for '%s': %s"
msgstr ""

#: ../src/cli/cli-report.c:673
#, c-format
msgid ""
"Event '%s' requires permission to send possibly sensitive data. Do you want "
"to continue?"
msgstr ""

#: ../src/cli/cli-report.c:720
msgid "You have chosen number out of range"
msgstr ""

#: ../src/cli/cli-report.c:725
msgid "Invalid input, exiting."
msgstr ""

#: ../src/cli/cli-report.c:746
msgid "Select an event to run: "
msgstr ""

#: ../src/cli/cli-report.c:858
msgid "Select a workflow to run: "
msgstr ""

#: ../src/client-python/debuginfo.py:87
#, python-brace-format
msgid "Extracting cpio from {0}"
msgstr ""

#: ../src/client-python/debuginfo.py:92
#, python-brace-format
msgid "Can't write to '{0}': {1}"
msgstr ""

#: ../src/client-python/debuginfo.py:107
#, python-brace-format
msgid "Can't extract package '{0}'"
msgstr ""

#: ../src/client-python/debuginfo.py:115
#, python-brace-format
msgid "Caching files from {0} made from {1}"
msgstr ""

#: ../src/client-python/debuginfo.py:134
#, python-brace-format
msgid "Can't extract files from '{0}'"
msgstr ""

#: ../src/client-python/debuginfo.py:147
#, python-brace-format
msgid "Can't remove '{0}': {1}"
msgstr ""

#. print (_("Downloading (%i of %i) %s: %3u%%")
#. % (self.downloaded_pkgs + 1, self.total_pkgs, name, pct)
#. )
#: ../src/client-python/debuginfo.py:194 ../src/client-python/debuginfo.py:205
#, python-brace-format
msgid "Downloading ({0} of {1}) {2}: {3:3}%"
msgstr ""

#: ../src/client-python/debuginfo.py:220
msgid ""
"Problem '{0!s}' occured while downloading from mirror: '{1!s}'. Trying next "
"one"
msgstr ""

#. self.conf.cache = os.geteuid() != 0
#. Setup yum (Ts, RPM db, Repo & Sack)
#. doConfigSetup() takes some time, let user know what we are doing
#: ../src/client-python/debuginfo.py:246
msgid "Initializing yum"
msgstr ""

#: ../src/client-python/debuginfo.py:254
msgid "Error initializing yum (YumBase.doConfigSetup): '{0!s}'"
msgstr ""

#: ../src/client-python/debuginfo.py:325
msgid "Error: can't make cachedir, exiting"
msgstr ""

#: ../src/client-python/debuginfo.py:334
msgid "Can't disable repository '{0!s}': {1!s}"
msgstr ""

#. This takes some time, let user know what we are doing
#: ../src/client-python/debuginfo.py:337
msgid "Setting up yum repositories"
msgstr ""

#: ../src/client-python/debuginfo.py:354
msgid "Can't disable async download, the output might contain artifacts!"
msgstr ""

#: ../src/client-python/debuginfo.py:356
#, python-brace-format
msgid "Can't setup {0}: {1}, disabling"
msgstr ""

#. This is somewhat "magic", it unpacks the metadata making it usable.
#. Looks like this is the moment when yum talks to remote servers,
#. which takes time (sometimes minutes), let user know why
#. we have "paused":
#: ../src/client-python/debuginfo.py:363
msgid "Looking for needed packages in repositories"
msgstr ""

#: ../src/client-python/debuginfo.py:367
msgid "Error retrieving metadata: '{0!s}'"
msgstr ""

#: ../src/client-python/debuginfo.py:380
msgid "Error retrieving filelists: '{0!s}'"
msgstr ""

#: ../src/client-python/debuginfo.py:416
#, python-brace-format
msgid "Can't find packages for {0} debuginfo files"
msgstr ""

#: ../src/client-python/debuginfo.py:418
#, python-brace-format
msgid "Packages to download: {0}"
msgstr ""

#: ../src/client-python/debuginfo.py:419
#, python-brace-format
msgid "Downloading {0:.2f}Mb, installed size: {1:.2f}Mb. Continue?"
msgstr ""

#: ../src/client-python/debuginfo.py:424 ../src/client-python/debuginfo.py:438
#: ../src/client-python/debuginfo.py:447
msgid "Download cancelled by user"
msgstr ""

#: ../src/client-python/debuginfo.py:434
#, python-brace-format
msgid ""
"Warning: Not enough free space in tmp dir '{0}' ({1:.2f}Mb left). Continue?"
msgstr ""

#: ../src/client-python/debuginfo.py:443
#, python-brace-format
msgid ""
"Warning: Not enough free space in cache dir '{0}' ({1:.2f}Mb left). "
"Continue?"
msgstr ""

#: ../src/client-python/debuginfo.py:469
#, python-brace-format
msgid "Cannot copy file '{0}': {1}"
msgstr ""

#: ../src/client-python/debuginfo.py:487
#, python-brace-format
msgid "Downloading package {0} failed"
msgstr ""

#. recursively delete the temp dir on failure
#: ../src/client-python/debuginfo.py:494
msgid "Unpacking failed, aborting download..."
msgstr ""

#. Was: "All downloaded packages have been extracted, removing..."
#. but it was appearing even if no packages were in fact extracted
#. (say, when there was one package, and it has download error).
#: ../src/client-python/debuginfo.py:504
#, python-brace-format
msgid "Removing {0}"
msgstr ""

#: ../src/client-python/debuginfo.py:508
#, python-format
msgid "Can't remove %s, probably contains an error log"
msgstr ""

#. Follow GTK3's yes-no-buttons order:
#. * [No] [Yes]
#: ../src/gtk-helpers/ask_dialogs.c:87
msgid "_No"
msgstr ""

#: ../src/gtk-helpers/ask_dialogs.c:88
msgid "_Yes"
msgstr ""

#: ../src/gtk-helpers/ask_dialogs.c:94
msgid "Don't ask me again"
msgstr ""

#. if event has no xml description
#: ../src/gtk-helpers/config_dialog.c:182
msgid "No description available"
msgstr ""

#: ../src/gtk-helpers/config_dialog.c:345
msgid "Configuration"
msgstr ""

#. we can't use this, because we want the workflows first and hashtable
#. * doesn't return the items in the order they were added
#. g_hash_table_foreach(configs, (GHFunc)add_config_tabs, config_nb);
#: ../src/gtk-helpers/config_dialog.c:363
#: ../src/gtk-helpers/config_dialog.c:365
#: ../src/gtk-helpers/config_dialog.c:430
msgid "Workflows"
msgstr ""

#: ../src/gtk-helpers/config_dialog.c:367
#: ../src/gtk-helpers/config_dialog.c:369
#: ../src/gtk-helpers/config_dialog.c:433
msgid "Events"
msgstr ""

#: ../src/gtk-helpers/config_dialog.c:373
msgid "C_onfigure"
msgstr ""

#: ../src/gtk-helpers/config_dialog.c:375 ../src/gui-wizard-gtk/wizard.c:3492
msgid "_Close"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:144
msgid "Show password"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:275
msgid "Don't store passwords"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:285
msgid "Basic"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:293
msgid "Advanced"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:309
msgid "Secret Service is not available, your settings won't be saved!"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:349
#: ../src/gtk-helpers/workflow_config_dialog.c:94
#: ../src/gui-wizard-gtk/wizard.c:758 ../src/gui-wizard-gtk/wizard.c:3113
msgid "_Cancel"
msgstr ""

#: ../src/gtk-helpers/event_config_dialog.c:351
#: ../src/gtk-helpers/workflow_config_dialog.c:96
msgid "_OK"
msgstr ""

#: ../src/gtk-helpers/secrets.c:171
#, c-format
msgid "Can't connect over DBus to name '%s' path '%s' interface '%s': %s"
msgstr ""

#: ../src/gtk-helpers/secrets.c:191
#, c-format
msgid "Can't call method '%s' over DBus on path '%s' interface '%s': %s"
msgstr ""

#: ../src/gtk-helpers/secrets.c:549
msgid ""
"A timeout was reached while waiting for a prompt result from the DBus Secret"
" Service."
msgstr ""

#: ../src/gtk-helpers/secrets.c:552
msgid ""
"Do you want to stop waiting and continue in reporting without properly "
"loaded configuration?"
msgstr ""

#: ../src/gtk-helpers/secrets.c:862
#, c-format
msgid "D-Bus Secrets Service ReadAlias('%s') method failed: %s"
msgstr ""

#. if the error wasn't about invalid properties we have an another problem
#: ../src/gtk-helpers/secrets.c:1104
#, c-format
msgid "Can't create a secret item for event '%s': %s"
msgstr ""

#: ../src/gtk-helpers/secrets.c:1286
#, c-format
msgid "can't get secret value of '%s': %s"
msgstr ""

#: ../src/gtk-helpers/problem_details_widget.c:191
#, c-format
msgid "$DATA_DIRECTORY/%s (binary file, %s)"
msgstr ""

#: ../src/gtk-helpers/problem_details_dialog.c:30
msgid "Problem details"
msgstr ""

#: ../src/gtk-helpers/problem_details_dialog.c:33
msgid "OK"
msgstr ""

#: ../src/gui-wizard-gtk/main.c:107
msgid "Preferences"
msgstr ""

#: ../src/gui-wizard-gtk/main.c:110
msgid "Quit"
msgstr ""

#: ../src/gui-wizard-gtk/main.c:154
msgid ""
"& [-vpdx] [-e EVENT]... [-g GUI_FILE] PROBLEM_DIR\n"
"\n"
"GUI tool to analyze and report problem saved in specified PROBLEM_DIR"
msgstr ""

#: ../src/gui-wizard-gtk/main.c:169
msgid "Alternate GUI file"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:355
#, c-format
msgid ""
"Need writable directory, but '%s' is not writable. Move it to '%s' and "
"operate on the moved data?"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:749
msgid "View/edit a text file"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:757
msgid "_Save"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:974
msgid ""
"No reporting targets are defined for this problem. Check configuration in "
"/etc/libreport/*"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1016
#, c-format
msgid "(requires: %s)"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1030
#, c-format
msgid "(not needed, data already exist: %s)"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1220
msgid "(click here to view/edit)"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1231
#, c-format
msgid "(binary file, %llu bytes)"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1338 ../src/report-newt/report-newt.c:334
msgid "(no description)"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1346
#, c-format
msgid "%llu bytes, %u files"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1591
msgid "Processing was canceled"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1795
msgid ""
"Processing of the problem failed. This can have many reasons but there are three most common:\n"
"\t▫ <b>network connection problems</b>\n"
"\t▫ <b>corrupted problem data</b>\n"
"\t▫ <b>invalid configuration</b>"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1804
msgid ""
"If you want to update the configuration and try to report again, please open <b>Preferences</b> item\n"
"in the application menu and after applying the configuration changes click <b>Repeat</b> button."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1810
msgid ""
"If you are sure that this problem is not caused by network problems neither by invalid configuration\n"
"and want to help us, please click on the upload button and provide all problem data for a deep analysis.\n"
"<i>Before you do that, please consider the security risks. Problem data may contain sensitive information like\n"
"passwords. The uploaded data are stored in a protected storage and only a limited number of persons can read them.</i>"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1929
msgid "Processing was interrupted because the problem is not reportable."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1939 ../src/gui-wizard-gtk/wizard.c:2080
msgid "Processing failed."
msgstr ""

#. No next event, go to progress page and finish
#: ../src/gui-wizard-gtk/wizard.c:1946 ../src/gui-wizard-gtk/wizard.c:2837
msgid "Processing finished."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1947
msgid "Processing finished, please proceed to the next step."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1987
msgid ""
"Private ticket is requested but the group name 'private' has been deprecated. We kindly ask you to use 'fedora_contrib_private' group name. Click Yes button or update the configuration manually. Or click No button, if you really want to use 'private' group.\n"
"\n"
"If you are not sure what this dialogue means, please trust us and click Yes button.\n"
"\n"
"Read more about the private bug reports at:\n"
"https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets\n"
"https://bugzilla.redhat.com/show_bug.cgi?id=1044653\n"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:1995
msgid ""
"Private ticket is requested but the group name <i>private</i> has been deprecated. We kindly ask you to use <i>fedora_contrib_private</i> group name. Click Yes button or update the configuration manually. Or click No button, if you really want to use <i>private</i> group.\n"
"\n"
"If you are not sure what this dialogue means, please trust us and click Yes button.\n"
"\n"
"Read more about the private bug reports at:\n"
"<a href=\"https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets\">https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets</a>\n"
"<a href=\"https://bugzilla.redhat.com/show_bug.cgi?id=1044653\">https://bugzilla.redhat.com/show_bug.cgi?id=1044653</a>\n"
msgstr ""

#. TODO: better msg?
#: ../src/gui-wizard-gtk/wizard.c:2077
#, c-format
msgid "No processing for event '%s' is defined"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:2091
msgid "Processing interrupted: can't continue without writable directory."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:2128
msgid "Processing..."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:2226
msgid "Cannot check backtrace rating because of invalid event name"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:2857
#, c-format
msgid ""
"Event '%s' requires permission to send possibly sensitive data.\n"
"Do you want to continue?"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:2905
#, c-format
msgid "This problem should not be reported (it is likely a known problem). %s"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3114
msgid "_Open"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3136
#, c-format
msgid "'%s' is not an ordinary file"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3150
msgid "You are trying to copy a file onto itself"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3157
#, c-format
msgid "Can't copy '%s': %s"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3172
#, c-format
msgid "Item '%s' already exists and is not modifiable"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3334
msgid "Include"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3345
msgid "Name"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3355
msgid "Value"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3389
msgid "Problem description"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3390
msgid "Select how to report this problem"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3391
msgid "Provide additional information"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3392
msgid "Review the data"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3393
msgid "Confirm data to report"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3394
msgid "Processing"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3395
msgid "Processing done"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3494
msgid "_Stop"
msgstr ""

#. else gtk_widget_hide won't work
#: ../src/gui-wizard-gtk/wizard.c:3497
msgid "Upload for analysis"
msgstr ""

#. else gtk_widget_hide won't work
#: ../src/gui-wizard-gtk/wizard.c:3500
msgid "Repeat"
msgstr ""

#. else gtk_widget_hide won't work
#: ../src/gui-wizard-gtk/wizard.c:3502
msgid "_Forward"
msgstr ""

#. else gtk_widget_hide won't work
#: ../src/gui-wizard-gtk/wizard.c:3505 ../src/gui-wizard-gtk/wizard.glade.h:14
msgid "Details"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.c:3615
msgid ""
"In order to enable the built-in screencasting functionality the package fros-recordmydesktop has to be installed. Please run the following command if you want to install it.\n"
"\n"
"<b>su -c \"yum install fros-recordmydesktop\"</b>"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:1
msgid ""
"Use this button to generate more informative backtrace after you installed "
"additional debug packages"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:2
msgid ""
"Please review the data before it gets reported. Depending on reporter "
"chosen, it may end up publicly visible."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:3
msgid "Sensitive words"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:4
msgid "Custom"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:5
msgid "Clear the search bar to see the list of security sensitive words."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:6
msgid "file"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:7
msgid "data"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:8
msgid "Search"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:9
msgid ""
"Possible sensitive data detected, feel free to edit the report and remove "
"them."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:10
msgid "Restrict access to the report"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:11
msgid ""
"No one except Fedora Contrib group members will be allowed to see the report"
" with restricted access (not even you)"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:12
msgid "Read more about reports with restricted access"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:13
msgid ""
"On the following screens, you will be asked to describe how the problem "
"occurred, to choose how to analyze the problem (if needed), to review "
"collected data, and to choose where the problem should be reported. Click "
"'Forward' to proceed."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:15
msgid ""
"How did this problem happen (step-by-step)? How can it be reproduced? Any "
"additional comments useful for diagnosing the problem? Please use English if"
" possible."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:16
msgid "You need to fill the how to before you can proceed..."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:17
msgid ""
"<b>Your comments are not private.</b> They may be included into publicly "
"visible problem reports."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:18
msgid "If you don't know how to describe it, you can"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:19
msgid "add a screencast"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:20
msgid "I don't know what caused this problem"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:21
msgid "Size:"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:22
msgid "Attach a file"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:23
msgid "I reviewed the data and _agree with submitting it"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:24
msgid ""
"If you are reporting to a remote server, make sure you removed all private "
"data (such as usernames and passwords). Backtrace, command line, environment"
" variables are the typical items in need of examining."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:25
msgid "Processing did not start yet"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:26
msgid "Show log"
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:27
msgid "Reporting has finished. You can close this window now."
msgstr ""

#: ../src/gui-wizard-gtk/wizard.glade.h:28
msgid ""
"If you want to report the problem to a different destination, collect "
"additional information, or provide a better problem description and repeat "
"reporting process, press 'Forward'."
msgstr ""

#: ../src/include/internal_libreport.h:989
msgid "Be verbose"
msgstr ""

#: ../src/include/internal_libreport.h:990
#: ../src/plugins/reporter-bugzilla.c:895
#: ../src/plugins/reporter-kerneloops.c:166
#: ../src/plugins/reporter-mailx.c:203 ../src/plugins/reporter-print.c:56
#: ../src/plugins/reporter-rhtsupport.c:390
#: ../src/plugins/reporter-upload.c:250
msgid "Problem directory"
msgstr ""

#: ../src/lib/abrt_sock.c:160
#, c-format
msgid "Can't delete: '%s'"
msgstr ""

#: ../src/lib/abrt_sock.c:196
msgid "locked by another process"
msgstr ""

#: ../src/lib/abrt_sock.c:205
msgid "permission denied"
msgstr ""

#: ../src/lib/abrt_sock.c:208
msgid "not a problem directory"
msgstr ""

#: ../src/lib/abrt_sock.c:217
#, c-format
msgid "Can't delete '%s': %s"
msgstr ""

#: ../src/lib/client.c:55 ../src/lib/client.c:87
msgid "y"
msgstr ""

#: ../src/lib/client.c:56 ../src/lib/client.c:88
msgid "N"
msgstr ""

#: ../src/lib/client.c:89
msgid "f"
msgstr ""

#: ../src/lib/create_dump_dir.c:41
#, c-format
msgid "Missing required item: '%s'"
msgstr ""

#: ../src/lib/create_dump_dir.c:56
#, c-format
msgid "uid value is not valid: '%s'"
msgstr ""

#: ../src/lib/curl.c:227
#, c-format
msgid "Uploaded: %llu of %llu kbytes"
msgstr ""

#: ../src/lib/curl.c:635
#, c-format
msgid "Sending %s to %s"
msgstr ""

#: ../src/lib/curl.c:659
#, c-format
msgid "Please enter user name for '%s':"
msgstr ""

#: ../src/lib/curl.c:665
#, c-format
msgid "Please enter password for '%s':"
msgstr ""

#. This ends up a "reporting status message" in abrtd
#: ../src/lib/curl.c:688
#, c-format
msgid "Successfully sent %s to %s"
msgstr ""

#: ../src/lib/event_config.c:348
msgid "Missing mandatory value"
msgstr ""

#: ../src/lib/event_config.c:356
#, c-format
msgid "Invalid utf8 character '%c'"
msgstr ""

#: ../src/lib/event_config.c:369
#, c-format
msgid "Invalid number '%s'"
msgstr ""

#: ../src/lib/event_config.c:384
#, c-format
msgid "Invalid boolean value '%s'"
msgstr ""

#: ../src/lib/event_config.c:390
msgid "Unsupported option type"
msgstr ""

#: ../src/lib/event_config.c:464
#, c-format
msgid ""
"The problem cannot be reported due to an invalid data. '%s' file does not "
"contain a number."
msgstr ""

#: ../src/lib/event_config.c:468
msgid "Please report this problem to ABRT project developers."
msgstr ""

#: ../src/lib/event_config.c:474
msgid ""
"The backtrace is incomplete, please make sure you provide the steps to "
"reproduce."
msgstr ""

#: ../src/lib/event_config.c:475
msgid "The backtrace probably can't help developer to diagnose the bug."
msgstr ""

#: ../src/lib/event_config.c:481
msgid "Reporting disabled because the backtrace is unusable."
msgstr ""

#: ../src/lib/event_config.c:485
#, c-format
msgid ""
"Please try to install debuginfo manually using the command: \"debuginfo-"
"install %s\" and try again."
msgstr ""

#: ../src/lib/event_config.c:487
msgid "A proper debuginfo is probably missing or the coredump is corrupted."
msgstr ""

#: ../src/lib/ureport.c:324
#, c-format
msgid ""
"Your problem seems to be caused by %s\n"
"\n"
"%s\n"
msgstr ""

#: ../src/lib/ureport.c:327
msgid "Your problem seems to be caused by one of the following:\n"
msgstr ""

#: ../src/lib/ureport.c:497
#, c-format
msgid "Failed to upload uReport to the server '%s' with curl: %s"
msgstr ""

#: ../src/lib/ureport.c:503
#, c-format
msgid "The URL '%s' does not exist (got error 404 from server)"
msgstr ""

#: ../src/lib/ureport.c:509
#, c-format
msgid "The server at '%s' encountered an internal error (got error 500)"
msgstr ""

#: ../src/lib/ureport.c:515
#, c-format
msgid "The server at '%s' currently can't handle the request (got error 503)"
msgstr ""

#. can't print better error message
#: ../src/lib/ureport.c:524
#, c-format
msgid "Unexpected HTTP response from '%s': %d"
msgstr ""

#: ../src/lib/ureport.c:533
#, c-format
msgid "Unable to parse response from ureport server at '%s'"
msgstr ""

#: ../src/lib/ureport.c:543
#, c-format
msgid "The response from '%s' has invalid format"
msgstr ""

#. HTTP CODE 202 means that call was successful but the response
#. has an error message
#: ../src/lib/ureport.c:549
#, c-format
msgid "Type mismatch has been detected in the response from '%s'"
msgstr ""

#: ../src/lib/ureport.c:734
msgid "Failed on submitting the problem"
msgstr ""

#: ../src/lib/ureport.c:776
#, c-format
msgid "The server at '%s' responded with an error: '%s'"
msgstr ""

#: ../src/lib/make_descr.c:149 ../src/lib/make_descr.c:160
msgid "Reported:"
msgstr ""

#: ../src/lib/make_descr.c:149
msgid "cannot be reported"
msgstr ""

#: ../src/lib/parse_options.c:60
msgid "Usage: "
msgstr ""

#: ../src/lib/problem_data.c:214
#, c-format
msgid "Essential element '%s' is missing, can't continue"
msgstr ""

#: ../src/lib/run_event.c:763
#, c-format
msgid "('%s' was killed by signal %u)\n"
msgstr ""

#: ../src/lib/run_event.c:765
#, c-format
msgid "('%s' completed successfully)\n"
msgstr ""

#: ../src/lib/run_event.c:767
#, c-format
msgid "('%s' exited with %u)\n"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:356
#, c-format
msgid "Error in case creation at '%s': %s"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:365
#, c-format
msgid "Error in case creation at '%s', HTTP code: %d, server says: '%s'"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:369
#, c-format
msgid "Error in case creation at '%s', HTTP code: %d"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:420
#, c-format
msgid "Error in case creation at '%s': no Location URL, HTTP code: %d"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:524
#, c-format
msgid "Error in comment creation at '%s': %s"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:533
#, c-format
msgid "Error in comment creation at '%s', HTTP code: %d, server says: '%s'"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:537
#, c-format
msgid "Error in comment creation at '%s', HTTP code: %d"
msgstr ""

#: ../src/plugins/abrt_rh_support.c:583
#, c-format
msgid "Error in comment creation at '%s': no Location URL, HTTP code: %d"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:1
msgid "Bugzilla"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:2
msgid "Report to Bugzilla bug tracker"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:3
#: ../src/plugins/report_Uploader.xml.in.h:6
msgid "User name"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:4
msgid "Bugzilla account user name"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:5
msgid ""
"You can create bugzilla.redhat.com account &lt;a "
"href=\"https://bugzilla.redhat.com/createaccount.cgi\"&gt;here&lt;/a&gt;"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:6
#: ../src/plugins/report_RHTSupport.xml.in.h:7
#: ../src/plugins/report_Uploader.xml.in.h:8
msgid "Password"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:7
msgid "Bugzilla account password"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:8
msgid "Bugzilla URL"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:9
msgid "Address of Bugzilla server"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:10
#: ../src/plugins/report_RHTSupport.xml.in.h:9
#: ../src/plugins/report_uReport.xml.in.h:7
msgid "Verify SSL"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:11
#: ../src/plugins/report_RHTSupport.xml.in.h:10
#: ../src/plugins/report_uReport.xml.in.h:8
msgid "Check SSL key validity"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:12
msgid "Bugzilla product"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:13
msgid ""
"Specify this only if you needed different product than specified in /etc/os-"
"release"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:14
msgid "Bugzilla product version"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:15
msgid ""
"Specify this only if you needed different product version than specified in "
"/etc/os-release"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:16
#: ../src/plugins/report_Kerneloops.xml.in.h:5
#: ../src/plugins/report_RHTSupport.xml.in.h:11
#: ../src/plugins/report_Uploader.xml.in.h:10
#: ../src/plugins/report_uReport.xml.in.h:9
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:4
msgid "HTTP Proxy"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:17
#: ../src/plugins/report_Kerneloops.xml.in.h:6
#: ../src/plugins/report_RHTSupport.xml.in.h:12
#: ../src/plugins/report_Uploader.xml.in.h:11
#: ../src/plugins/report_uReport.xml.in.h:10
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:5
msgid "Sets the proxy server to use for HTTP"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:18
#: ../src/plugins/report_Kerneloops.xml.in.h:7
#: ../src/plugins/report_RHTSupport.xml.in.h:13
#: ../src/plugins/report_Uploader.xml.in.h:12
#: ../src/plugins/report_uReport.xml.in.h:11
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:6
msgid "HTTPS Proxy"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:19
#: ../src/plugins/report_Kerneloops.xml.in.h:8
#: ../src/plugins/report_RHTSupport.xml.in.h:14
#: ../src/plugins/report_Uploader.xml.in.h:13
#: ../src/plugins/report_uReport.xml.in.h:12
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:7
msgid "Sets the proxy server to use for HTTPS"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:20
msgid "Restrict access"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:21
msgid ""
"Restrict access to the created bugzilla ticket allowing only users from "
"specified groups to view it (see advanced settings for more details)"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:22
msgid "Groups"
msgstr ""

#: ../src/plugins/report_Bugzilla.xml.in.h:23
msgid ""
"Restrict the access to specified groups &lt;a "
"href=\"https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-"
"tickets\"&gt;?&lt;/a&gt;"
msgstr ""

#: ../src/plugins/report.c:37
msgid ""
"& [-v] --target TARGET --ticket ID FILE...\n"
"\n"
"Uploads FILEs to specified ticket on TARGET.\n"
"\n"
"This tool is provided to ease transition of users of report package\n"
"to libreport. Recognized TARGETs are 'strata' and 'bugzilla',\n"
"first one invokes upload to RHTSupport and second - to Bugzilla.\n"
"\n"
"Configuration (such as login data) can be supplied via files\n"
msgstr ""

#: ../src/plugins/report.c:59
msgid "'strata' or 'bugzilla'"
msgstr ""

#: ../src/plugins/report.c:60
msgid "Ticket/case ID"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:355
#, c-format
msgid "Can't parse backtrace: %s"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:366
msgid "Can't generate stacktrace description (no crash thread?)"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:764
msgid ""
"Warning, private ticket groups already specified as cmdline argument, "
"ignoring the env variable and configuration"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:775
#: ../src/plugins/reporter-rhtsupport.c:274
msgid "Can't continue without login"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:788
#: ../src/plugins/reporter-rhtsupport.c:287
msgid "Can't continue without password"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:797
#, c-format
msgid "Logging into Bugzilla at %s"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:801
msgid "Invalid password or login. Please enter your Bugzilla login:"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:804
#, c-format
msgid "Invalid password or login. Please enter the password for '%s':"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:823
msgid ""
"\n"
"& [-vbf] [-g GROUP-NAME]... [-c CONFFILE]... [-F FMTFILE] [-A FMTFILE2] -d DIR\n"
"or:\n"
"& [-v] [-c CONFFILE]... [-d DIR] -t[ID] FILE...\n"
"or:\n"
"& [-v] [-c CONFFILE]... [-d DIR] -t[ID] -w\n"
"or:\n"
"& [-v] [-c CONFFILE]... -h DUPHASH\n"
"\n"
"Reports problem to Bugzilla.\n"
"\n"
"The tool reads DIR. Then it logs in to Bugzilla and tries to find a bug\n"
"with the same abrt_hash:HEXSTRING in 'Whiteboard'.\n"
"\n"
"If such bug is not found, then a new bug is created. Elements of DIR\n"
"are stored in the bug as part of bug description or as attachments,\n"
"depending on their type and size.\n"
"\n"
"Otherwise, if such bug is found and it is marked as CLOSED DUPLICATE,\n"
"the tool follows the chain of duplicates until it finds a non-DUPLICATE bug.\n"
"The tool adds a new comment to found bug.\n"
"\n"
"The URL to new or modified bug is printed to stdout and recorded in\n"
"'reported_to' element.\n"
"\n"
"Option -t uploads FILEs to the already created bug on Bugzilla site.\n"
"The bug ID is retrieved from directory specified by -d DIR.\n"
"If problem data in DIR was never reported to Bugzilla, upload will fail.\n"
"\n"
"Option -tID uploads FILEs to the bug with specified ID on Bugzilla site.\n"
"-d DIR is ignored.\n"
"\n"
"Option -w adds bugzilla user to bug's CC list.\n"
"\n"
"Option -r sets the last url from reporter_to element which is prefixed with\n"
"TRACKER_NAME to URL field. This option is applied only when a new bug is to be\n"
"filed. The default value is 'ABRT Server'\n"
"\n"
"If not specified, CONFFILE defaults to "
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:896
#: ../src/plugins/reporter-rhtsupport.c:391
msgid "Configuration file (may be given many times)"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:897
msgid "Formatting file for initial comment"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:898
msgid "Formatting file for duplicates"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:899
msgid "Attach FILEs [to bug with this ID]"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:900
msgid "When creating bug, attach binary files too"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:901
#: ../src/plugins/reporter-rhtsupport.c:393
msgid "Force reporting even if this problem is already reported"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:902
msgid "Add bugzilla user to CC list [of bug with this ID]"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:903
msgid "Print BUG_ID which has given DUPHASH"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:904
msgid "A name of bug tracker for an additional URL from 'reported_to'"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:905
msgid "Restrict access to this group only"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:906
msgid "Debug"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:948
msgid "Looking for similar problems in bugzilla"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:975
msgid "Login is not provided by configuration. Please enter your Bugzilla login:"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:981
#: ../src/plugins/reporter-rhtsupport.c:429
#, c-format
msgid ""
"Password is not provided by configuration. Please enter the password for "
"'%s':"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1000
msgid ""
"Can't get Bugzilla ID because this problem has not yet been reported to "
"Bugzilla."
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1007
#, c-format
msgid ""
"This problem has been reported to Bugzilla '%s' which differs from the "
"configured Bugzilla '%s'."
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1011
#, c-format
msgid "Malformed url to Bugzilla '%s'."
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1015
#, c-format
msgid "Using Bugzilla ID '%s'"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1049
#: ../src/plugins/reporter-bugzilla.c:1341
msgid "Logging out"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1100
msgid "Can't determine Bugzilla Product from problem data."
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1151
msgid "Checking for duplicates"
msgstr ""

#. Create new bug
#: ../src/plugins/reporter-bugzilla.c:1197
msgid "Creating a new bug"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1218
msgid "Failed to create a new bug."
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1229
#, c-format
msgid "Adding External URL to bug %i"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1235
#, c-format
msgid "Adding attachments to bug %i"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1254
#, c-format
msgid "Bug is already reported: %i"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1297
#, c-format
msgid "Adding %s to CC list"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1314
#, c-format
msgid "Adding new comment to bug %d"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1328
msgid "Attaching better backtrace"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1336
msgid "Found the same comment in the bug history, not adding a new one"
msgstr ""

#: ../src/plugins/reporter-bugzilla.c:1344
#, c-format
msgid "Status: %s%s%s %s/show_bug.cgi?id=%u"
msgstr ""

#: ../src/plugins/reporter-kerneloops.c:105
#, c-format
msgid "Submitting oops report to %s"
msgstr ""

#: ../src/plugins/reporter-kerneloops.c:147
msgid ""
"& [-v] [-c CONFFILE]... -d DIR\n"
"\n"
"Reports kernel oops to kerneloops.org (or similar) site.\n"
"\n"
"Files with names listed in $EXCLUDE_FROM_REPORT are not included\n"
"into the tarball.\n"
"\n"
"CONFFILE lines should have 'PARAM = VALUE' format.\n"
"Recognized string parameter: SubmitURL.\n"
"Parameter can be overridden via $KerneloopsReporter_SubmitURL."
msgstr ""

#: ../src/plugins/reporter-kerneloops.c:167
#: ../src/plugins/reporter-ureport.c:73
msgid "Configuration file"
msgstr ""

#: ../src/plugins/reporter-mailx.c:59
#, c-format
msgid ""
"Email address of %s was not specified. Would you like to do so now? If not, "
"'%s' is to be used"
msgstr ""

#: ../src/plugins/reporter-mailx.c:66
#, c-format
msgid "Please, type email address of %s:"
msgstr ""

#: ../src/plugins/reporter-mailx.c:73
#, c-format
msgid "Can't continue without email address of %s"
msgstr ""

#: ../src/plugins/reporter-mailx.c:136
#, c-format
msgid "Sending a notification email to: %s"
msgstr ""

#: ../src/plugins/reporter-mailx.c:138
msgid "Sending an email..."
msgstr ""

#: ../src/plugins/reporter-mailx.c:161
#, c-format
msgid "Email was sent to: %s"
msgstr ""

#: ../src/plugins/reporter-mailx.c:183
msgid ""
"& [-v] -d DIR [-c CONFFILE]\n"
"\n"
"Sends contents of a problem directory DIR via email\n"
"\n"
"If not specified, CONFFILE defaults to "
msgstr ""

#: ../src/plugins/reporter-mailx.c:204 ../src/plugins/reporter-upload.c:251
msgid "Config file"
msgstr ""

#: ../src/plugins/reporter-mailx.c:205
msgid "Notify only (Do not mark the report as sent)"
msgstr ""

#: ../src/plugins/reporter-print.c:42
msgid ""
"& [-v] -d DIR [-o FILE] [-a yes/no] [-r]\n"
"\n"
"Prints problem information to standard output or FILE"
msgstr ""

#: ../src/plugins/reporter-print.c:57
msgid "Output file"
msgstr ""

#: ../src/plugins/reporter-print.c:58
msgid "Append to, or overwrite FILE"
msgstr ""

#: ../src/plugins/reporter-print.c:59
msgid "Create reported_to in DIR"
msgstr ""

#: ../src/plugins/reporter-print.c:98
msgid "Cancelled by user."
msgstr ""

#: ../src/plugins/reporter-print.c:108
#, c-format
msgid "Can't open '%s' for writing. Please select another file:"
msgstr ""

#: ../src/plugins/reporter-print.c:143
#, c-format
msgid "The report was appended to %s"
msgstr ""

#: ../src/plugins/reporter-print.c:143
#, c-format
msgid "The report was stored to %s"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:211
#: ../src/plugins/reporter-ureport.c:255
#, c-format
msgid "Server responded with an error: '%s'"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:255
msgid "Do you still want to create a RHTSupport ticket?"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:354
msgid ""
"\n"
"& [-v] [-c CONFFILE] -d DIR\n"
"or:\n"
"& [-v] [-c CONFFILE] [-d DIR] -t[ID] [-u -C UR_CONFFILE] FILE...\n"
"\n"
"Reports a problem to RHTSupport.\n"
"\n"
"If not specified, CONFFILE defaults to "
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:392
msgid "Upload FILEs [to case with this ID]"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:394
msgid "Submit uReport before creating a new case"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:395
msgid "Configuration file for uReport"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:423
msgid "Login is not provided by configuration. Please enter your RHTS login:"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:485
#, c-format
msgid "Attaching '%s' to case '%s'"
msgstr ""

#. Gzipping e.g. 0.5gig coredump takes a while. Let user know what we are
#. doing
#. error msg is already logged by dd_opendir
#. Gzipping e.g. 0.5gig coredump takes a while. Let client know what we are
#. doing
#: ../src/plugins/reporter-rhtsupport.c:522
#: ../src/plugins/reporter-upload.c:52
msgid "Compressing data"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:557
msgid "Can't create a temporary directory in "
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:566
msgid "Can't create temporary file in "
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:584
msgid "Sending ABRT crash statistics data"
msgstr ""

#. Check for hints and show them if we have something
#: ../src/plugins/reporter-rhtsupport.c:592
msgid "Checking for hints"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:602
msgid "Creating a new case"
msgstr ""

#. How can we help user sorting out this problem?
#: ../src/plugins/reporter-rhtsupport.c:613
msgid "Can't determine RH Support Product from problem data."
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:675
msgid "Linking ABRT crash statistics record with the case"
msgstr ""

#: ../src/plugins/reporter-rhtsupport.c:698
#, c-format
msgid "Adding comment to case '%s'"
msgstr ""

#. Attach the tarball of -d DIR
#: ../src/plugins/reporter-rhtsupport.c:718
#, c-format
msgid "Attaching problem data to case '%s'"
msgstr ""

#: ../src/plugins/reporter-rhtsupport-parse.c:202
msgid "Documentation which might be relevant: "
msgstr ""

#: ../src/plugins/reporter-rhtsupport-parse.c:210
msgid "Updates which possibly help: "
msgstr ""

#: ../src/plugins/reporter-upload.c:30
msgid "Can't continue without URL"
msgstr ""

#: ../src/plugins/reporter-upload.c:61
msgid ""
"Please enter a URL (scp, ftp, etc.) where the problem data is to be "
"exported:"
msgstr ""

#. Be permissive and nice, ask only once and don't check
#. the result. User can dismiss this prompt but the upload
#. may work somehow???
#: ../src/plugins/reporter-upload.c:164
msgid "Please enter password for uploading:"
msgstr ""

#. success
#: ../src/plugins/reporter-upload.c:181
#, c-format
msgid "Archive is created: '%s'"
msgstr ""

#: ../src/plugins/reporter-upload.c:222
msgid ""
"& [-v] -d DIR [-c CONFFILE] [-u URL]\n"
"\n"
"Uploads compressed tarball of problem directory DIR to URL.\n"
"If URL is not specified, creates tarball in "
msgstr ""

#: ../src/plugins/reporter-upload.c:252
msgid "Base URL to upload to"
msgstr ""

#: ../src/plugins/report_Kerneloops.xml.in.h:1
msgid "Kerneloops.org"
msgstr ""

#: ../src/plugins/report_Kerneloops.xml.in.h:2
msgid "Send to kernel oops tracker"
msgstr ""

#: ../src/plugins/report_Kerneloops.xml.in.h:3
msgid "Kerneloops URL"
msgstr ""

#: ../src/plugins/report_Kerneloops.xml.in.h:4
msgid "Oops server url"
msgstr ""

#: ../src/plugins/report_Logger.xml.in.h:1
msgid "Logger"
msgstr ""

#: ../src/plugins/report_Logger.xml.in.h:2
msgid "Save as text file"
msgstr ""

#: ../src/plugins/report_Logger.xml.in.h:3
msgid "Log File"
msgstr ""

#: ../src/plugins/report_Logger.xml.in.h:4
msgid "Name of the logfile"
msgstr ""

#: ../src/plugins/report_Logger.xml.in.h:5
msgid "Append"
msgstr ""

#: ../src/plugins/report_Logger.xml.in.h:6
msgid "Append new reports or overwrite the old one."
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:1
msgid "Mailx"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:2
msgid "Send via email"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:3
msgid "Subject"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:4
msgid "Message subject"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:5
msgid "Sender"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:6
msgid "Sender's email"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:7
msgid "Recipient"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:8
msgid "Recipient's email"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:9
msgid "Send Binary Data"
msgstr ""

#: ../src/plugins/report_Mailx.xml.in.h:10
msgid "Send binary files like coredump"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:1
msgid "Red Hat Customer Support"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:2
msgid "Report to Red Hat support"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:3
msgid "RH Portal URL"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:4
msgid "Address of the Red Hat support portal"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:5
msgid "Username"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:6
msgid "Red Hat customer user name"
msgstr ""

#: ../src/plugins/report_RHTSupport.xml.in.h:8
msgid "Red Hat customer password"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:1
msgid "Report Uploader"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:2
msgid "Upload as tar.gz file (via FTP/SCP/...)"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:3
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:3
msgid "URL"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:4
msgid ""
"Where do you want to upload the tarball with report in form "
"login:password@url"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:5
msgid ""
"Examples:&#xA;ftp://[user[:pass]@]host/dir/[file.tar.gz]&#xA;scp://[user[:pass]@]host/dir/[file.tar.gz]&#xA;file:///dir/[file.tar.gz]"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:7
msgid "Use this field if you do not want to have user name in URL"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:9
msgid "Use this field if you do not want to have password in URL"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:14
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:8
msgid "FTP Proxy"
msgstr ""

#: ../src/plugins/report_Uploader.xml.in.h:15
#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:9
msgid "Sets the proxy server to use for FTP"
msgstr ""

#: ../src/plugins/report_uReport.xml.in.h:1
msgid "uReport"
msgstr ""

#: ../src/plugins/report_uReport.xml.in.h:2
msgid "Sends ureports to FAF server"
msgstr ""

#: ../src/plugins/report_uReport.xml.in.h:3
msgid "uReport Server URL"
msgstr ""

#: ../src/plugins/report_uReport.xml.in.h:4
msgid "Address of uReport webservice"
msgstr ""

#: ../src/plugins/report_uReport.xml.in.h:5
msgid "Watch already reported bugs"
msgstr ""

#: ../src/plugins/report_uReport.xml.in.h:6
msgid "Adds your Bugzilla login to CC List of already reported bugs."
msgstr ""

#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:1
msgid "Emergency analysis"
msgstr ""

#: ../src/plugins/report_EmergencyAnalysis.xml.in.h:2
msgid "Upload the problem data for further analysis"
msgstr ""

#: ../src/plugins/watch_Bugzilla.xml.in.h:1
msgid "Watch Bugzilla Bug"
msgstr ""

#: ../src/plugins/watch_Bugzilla.xml.in.h:2
msgid "Adds your e-mail to CC List of Bugzilla bug"
msgstr ""

#: ../src/plugins/rhbz.c:417
#, c-format
msgid "Looks like corrupted xml response, because '%s' member is missing."
msgstr ""

#: ../src/plugins/rhbz.c:505
#, c-format
msgid "Bug %i is CLOSED, but it has no RESOLUTION"
msgstr ""

#: ../src/plugins/rhbz.c:513
#, c-format
msgid "Bug %i is CLOSED as DUPLICATE, but it has no DUP_ID"
msgstr ""

#: ../src/plugins/rhbz.c:629
msgid ""
"A private ticket creation has been requested, but no groups were specified, "
"please see https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-"
"tickets for more info"
msgstr ""

#: ../src/plugins/rhbz.c:650
#, c-format
msgid "New bug id: %i"
msgstr ""

#: ../src/plugins/rhbz.c:770
#, c-format
msgid "Bugzilla couldn't find parent of bug %d"
msgstr ""

#: ../src/plugins/rhbz.c:893
msgid "Bug.search(quicksearch) return value did not contain member 'bugs'"
msgstr ""

#: ../src/plugins/reporter-ureport.c:68
msgid "Specify server URL"
msgstr ""

#: ../src/plugins/reporter-ureport.c:70
msgid "Allow insecure connection to ureport server"
msgstr ""

#: ../src/plugins/reporter-ureport.c:71
msgid "Use client authentication"
msgstr ""

#: ../src/plugins/reporter-ureport.c:72
msgid "Additional files included in 'auth' key"
msgstr ""

#: ../src/plugins/reporter-ureport.c:75
msgid "bthash of uReport to attach (conflicts with -A)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:77
msgid "attach to a bthash from reported_to (conflicts with -a)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:79
msgid "contact e-mail address (requires -a|-A, conflicts with -E)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:81
msgid ""
"contact e-mail address from environment or configuration file (requires "
"-a|-A, conflicts with -e)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:83
msgid "attach RHBZ bug (requires -a|-A, conflicts with -B)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:85
msgid ""
"attach last RHBZ bug from reported_to (requires -a|-A, conflicts with -b)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:87
msgid "attach short text (requires -a|-A, conflicts with -D)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:89
msgid "attach short text from comment (requires -a|-A, conflicts with -d)"
msgstr ""

#: ../src/plugins/reporter-ureport.c:94
msgid ""
"& [-v] [-c FILE] [-u URL] [-k] [-t SOURCE] [-i AUTH_ITEMS]\\\n"
"  [-A -a bthash -B -b bug-id -E -e email -O -o comment] [-d DIR]\n"
"\n"
"Upload micro report or add an attachment to a micro report\n"
"\n"
"Reads the default configuration from "
msgstr ""

#: ../src/plugins/reporter-ureport.c:147
msgid "This problem does not have an uReport assigned."
msgstr ""

#: ../src/plugins/reporter-ureport.c:160
msgid "This problem has not been reported to Bugzilla."
msgstr ""

#: ../src/plugins/reporter-ureport.c:164
#, c-format
msgid "Unable to find bug ID in bugzilla URL '%s'"
msgstr ""

#: ../src/plugins/reporter-ureport.c:169
#, c-format
msgid "Unable to parse bug ID from bugzilla URL '%s'"
msgstr ""

#: ../src/plugins/reporter-ureport.c:178
msgid "Cannot attach comment from 'comment' file"
msgstr ""

#: ../src/plugins/reporter-ureport.c:180
msgid "'comment' file is empty"
msgstr ""

#: ../src/plugins/reporter-ureport.c:191
msgid ""
"Neither environment variable 'uReport_ContactEmail' nor configuration option"
" 'ContactEmail' is set"
msgstr ""

#: ../src/plugins/reporter-ureport.c:197
msgid "You need to specify bug ID, contact email, comment or all of them"
msgstr ""

#: ../src/plugins/reporter-ureport.c:221
msgid "You need to specify bthash of the uReport to attach."
msgstr ""

#: ../src/plugins/reporter-ureport.c:226
msgid "Not uploading an empty uReport"
msgstr ""

#: ../src/plugins/reporter-ureport.c:247
msgid "This problem has already been reported."
msgstr ""

#: ../src/report-newt/report-newt.c:55
msgid "How would you like to report the problem?"
msgstr ""

#: ../src/report-newt/report-newt.c:68 ../src/report-newt/report-newt.c:146
#: ../src/report-newt/report-newt.c:169 ../src/report-newt/report-newt.c:259
#: ../src/report-newt/report-newt.c:337 ../src/report-newt/report-newt.c:352
msgid "Ok"
msgstr ""

#: ../src/report-newt/report-newt.c:68 ../src/report-newt/report-newt.c:146
msgid "Cancel"
msgstr ""

#: ../src/report-newt/report-newt.c:169 ../src/report-newt/report-newt.c:337
msgid "Error"
msgstr ""

#: ../src/report-newt/report-newt.c:256
msgid "Reporting"
msgstr ""

#: ../src/report-newt/report-newt.c:276
#, c-format
msgid "--- Running %s ---"
msgstr ""

#: ../src/report-newt/report-newt.c:352
msgid "No reporters available"
msgstr ""

#: ../src/report-newt/report-newt.c:382
msgid ""
"& [-d] DIR\n"
"\n"
"newt tool to report problem saved in specified DIR"
msgstr ""

#: ../src/report-newt/report-newt.c:392
msgid "Remove DIR after reporting"
msgstr ""

#: ../src/workflows/workflow_AnacondaFedora.xml.in.h:1
msgid "Report a bug to Fedora maintainers"
msgstr ""

#: ../src/workflows/workflow_AnacondaFedora.xml.in.h:2
msgid "Process the report using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_AnacondaRHEL.xml.in.h:1
msgid "Report a bug to Red Hat Customer Portal"
msgstr ""

#: ../src/workflows/workflow_AnacondaRHEL.xml.in.h:2
#: ../src/workflows/workflow_AnacondaRHELBugzilla.xml.in.h:2
msgid "Process the report using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_AnacondaRHELBugzilla.xml.in.h:1
msgid "Report a bug to Red Hat Bugzilla"
msgstr ""

#: ../src/workflows/workflow_AnacondaUpload.xml.in.h:1
msgid "Export the problem data for manual reporting"
msgstr ""

#: ../src/workflows/workflow_AnacondaUpload.xml.in.h:2
msgid "Upload the data via scp or ftp to a remote destination"
msgstr ""

#: ../src/workflows/workflow_FedoraCCpp.xml.in.h:1
#: ../src/workflows/workflow_FedoraKerneloops.xml.in.h:1
#: ../src/workflows/workflow_FedoraPython.xml.in.h:1
#: ../src/workflows/workflow_FedoraPython3.xml.in.h:1
#: ../src/workflows/workflow_FedoraVmcore.xml.in.h:1
#: ../src/workflows/workflow_FedoraXorg.xml.in.h:1
#: ../src/workflows/workflow_FedoraLibreport.xml.in.h:1
#: ../src/workflows/workflow_FedoraJava.xml.in.h:1
msgid "Report to Fedora"
msgstr ""

#: ../src/workflows/workflow_FedoraCCpp.xml.in.h:2
msgid "Process the C/C++ crash using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraKerneloops.xml.in.h:2
msgid "Process the kerneloops using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraPython.xml.in.h:2
msgid "Process the python exception using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraPython3.xml.in.h:2
msgid "Process the python 3 exception using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraVmcore.xml.in.h:2
msgid "Process the kernel crash using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraXorg.xml.in.h:2
msgid "Process the X Server problem using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraLibreport.xml.in.h:2
msgid "Process the problem using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_FedoraJava.xml.in.h:2
msgid "Process the Java exception using the Fedora infrastructure"
msgstr ""

#: ../src/workflows/workflow_LoggerCCpp.xml.in.h:1
#: ../src/workflows/workflow_Logger.xml.in.h:1
msgid "Export the problem data information to a text file"
msgstr ""

#: ../src/workflows/workflow_LoggerCCpp.xml.in.h:2
#: ../src/workflows/workflow_Logger.xml.in.h:2
msgid ""
"Analyze the problem locally and export the problem data information to a "
"text file"
msgstr ""

#: ../src/workflows/workflow_MailxCCpp.xml.in.h:1
#: ../src/workflows/workflow_Mailx.xml.in.h:1
msgid "Send the problem data via email"
msgstr ""

#: ../src/workflows/workflow_MailxCCpp.xml.in.h:2
#: ../src/workflows/workflow_Mailx.xml.in.h:2
msgid "Analyze the problem locally and send information via email"
msgstr ""

#: ../src/workflows/workflow_UploadCCpp.xml.in.h:1
#: ../src/workflows/workflow_Upload.xml.in.h:1
msgid "Upload the problem data to a server"
msgstr ""

#: ../src/workflows/workflow_UploadCCpp.xml.in.h:2
#: ../src/workflows/workflow_Upload.xml.in.h:2
msgid "Analyze the problem locally and upload the data via scp or ftp"
msgstr ""

#: ../src/workflows/workflow_RHELCCpp.xml.in.h:1
#: ../src/workflows/workflow_RHELKerneloops.xml.in.h:1
#: ../src/workflows/workflow_RHELPython.xml.in.h:1
#: ../src/workflows/workflow_RHELvmcore.xml.in.h:1
#: ../src/workflows/workflow_RHELxorg.xml.in.h:1
#: ../src/workflows/workflow_RHELLibreport.xml.in.h:1
#: ../src/workflows/workflow_RHELJava.xml.in.h:1
msgid "Report to Red Hat Customer Portal"
msgstr ""

#: ../src/workflows/workflow_RHELCCpp.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaCCpp.xml.in.h:2
msgid "Process the C/C++ crash using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELKerneloops.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaKerneloops.xml.in.h:2
msgid "Process the kerneloops using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELPython.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaPython.xml.in.h:2
msgid "Process the python exception using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELvmcore.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaVmcore.xml.in.h:2
msgid "Process the kernel crash using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELxorg.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaXorg.xml.in.h:2
msgid "Process the X Server problem using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELLibreport.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaLibreport.xml.in.h:2
msgid "Process the problem using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELJava.xml.in.h:2
#: ../src/workflows/workflow_RHELBugzillaJava.xml.in.h:2
msgid "Process the Java exception using the Red Hat infrastructure"
msgstr ""

#: ../src/workflows/workflow_RHELBugzillaCCpp.xml.in.h:1
#: ../src/workflows/workflow_RHELBugzillaKerneloops.xml.in.h:1
#: ../src/workflows/workflow_RHELBugzillaPython.xml.in.h:1
#: ../src/workflows/workflow_RHELBugzillaVmcore.xml.in.h:1
#: ../src/workflows/workflow_RHELBugzillaXorg.xml.in.h:1
#: ../src/workflows/workflow_RHELBugzillaLibreport.xml.in.h:1
#: ../src/workflows/workflow_RHELBugzillaJava.xml.in.h:1
msgid "Report to Red Hat Bugzilla"
msgstr ""