diff -Nru language-pack-en-18.04+20180712/data/en/LC_MESSAGES/libidn.po language-pack-en-18.04+20190718/data/en/LC_MESSAGES/libidn.po --- language-pack-en-18.04+20180712/data/en/LC_MESSAGES/libidn.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en/LC_MESSAGES/libidn.po 2019-07-19 07:51:09.000000000 +0000 @@ -0,0 +1,315 @@ +# English translation for libidn +# Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 +# This file is distributed under the same license as the libidn package. +# FIRST AUTHOR , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: libidn\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-07-20 19:22+0200\n" +"PO-Revision-Date: 2006-01-22 04:46+0000\n" +"Last-Translator: Matthew Lange \n" +"Language-Team: English \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 10:56+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: lib/strerror-idna.c:82 lib/strerror-pr29.c:66 lib/strerror-punycode.c:66 +#: lib/strerror-stringprep.c:87 lib/strerror-tld.c:68 +msgid "Success" +msgstr "Success" + +#: lib/strerror-idna.c:86 lib/strerror-pr29.c:74 +msgid "String preparation failed" +msgstr "String preparation failed" + +#: lib/strerror-idna.c:90 +msgid "Punycode failed" +msgstr "Punycode failed" + +#: lib/strerror-idna.c:94 +msgid "Non-digit/letter/hyphen in input" +msgstr "Non-digit/letter/hyphen in input" + +#: lib/strerror-idna.c:98 +msgid "Forbidden leading or trailing minus sign (`-')" +msgstr "" + +#: lib/strerror-idna.c:102 +msgid "Output would be too large or too small" +msgstr "Output would be too large or too small" + +#: lib/strerror-idna.c:106 +msgid "Input does not start with ACE prefix (`xn--')" +msgstr "" + +#: lib/strerror-idna.c:110 +msgid "String not idempotent under ToASCII" +msgstr "" + +#: lib/strerror-idna.c:114 +msgid "Input already contain ACE prefix (`xn--')" +msgstr "" + +#: lib/strerror-idna.c:118 +msgid "Could not convert string in locale encoding" +msgstr "" + +#: lib/strerror-idna.c:122 lib/strerror-stringprep.c:134 lib/strerror-tld.c:80 +msgid "Cannot allocate memory" +msgstr "Cannot allocate memory" + +#: lib/strerror-idna.c:126 +msgid "System dlopen failed" +msgstr "System dlopen failed" + +#: lib/strerror-idna.c:130 lib/strerror-pr29.c:78 lib/strerror-punycode.c:82 +#: lib/strerror-stringprep.c:138 lib/strerror-tld.c:92 +msgid "Unknown error" +msgstr "Unknown error" + +#: lib/strerror-pr29.c:70 +msgid "String not idempotent under Unicode NFKC normalization" +msgstr "String not idempotent under Unicode NFKC normalization" + +#: lib/strerror-punycode.c:70 +msgid "Invalid input" +msgstr "Invalid input" + +#: lib/strerror-punycode.c:74 lib/strerror-stringprep.c:111 +msgid "Output would exceed the buffer space provided" +msgstr "Output would exceed the buffer space provided" + +#: lib/strerror-punycode.c:78 +msgid "String size limit exceeded" +msgstr "String size limit exceeded" + +#: lib/strerror-stringprep.c:91 +msgid "Forbidden unassigned code points in input" +msgstr "Forbidden unassigned code points in input" + +#: lib/strerror-stringprep.c:95 +msgid "Prohibited code points in input" +msgstr "Prohibited code points in input" + +#: lib/strerror-stringprep.c:99 +msgid "Conflicting bidirectional properties in input" +msgstr "Conflicting bidirectional properties in input" + +#: lib/strerror-stringprep.c:103 +msgid "Malformed bidirectional string" +msgstr "Malformed bidirectional string" + +#: lib/strerror-stringprep.c:107 +msgid "Prohibited bidirectional code points in input" +msgstr "Prohibited bidirectional code points in input" + +#: lib/strerror-stringprep.c:115 +msgid "Error in stringprep profile definition" +msgstr "Error in stringprep profile definition" + +#: lib/strerror-stringprep.c:119 +msgid "Flag conflict with profile" +msgstr "Flag conflict with profile" + +#: lib/strerror-stringprep.c:123 +msgid "Unknown profile" +msgstr "Unknown profile" + +#: lib/strerror-stringprep.c:126 +msgid "Could not convert string in locale encoding." +msgstr "" + +#: lib/strerror-stringprep.c:130 +msgid "Unicode normalization failed (internal error)" +msgstr "Unicode normalization failed (internal error)" + +#: lib/strerror-tld.c:72 +msgid "Code points prohibited by top-level domain" +msgstr "Code points prohibited by top-level domain" + +#: lib/strerror-tld.c:76 +msgid "Missing input" +msgstr "Missing input" + +#: lib/strerror-tld.c:84 +msgid "System iconv failed" +msgstr "" + +#: lib/strerror-tld.c:88 +msgid "No top-level domain found in input" +msgstr "No top-level domain found in input" + +#: src/idn.c:65 +#, c-format +msgid "Try `%s --help' for more information.\n" +msgstr "" + +#: src/idn.c:69 +#, c-format +msgid "Usage: %s [OPTION]... [STRINGS]...\n" +msgstr "" + +#: src/idn.c:72 +msgid "" +"Internationalized Domain Name (IDN) convert STRINGS, or standard input.\n" +"\n" +msgstr "" + +#: src/idn.c:76 +msgid "" +"Command line interface to the internationalized domain name library.\n" +"\n" +"All strings are expected to be encoded in the preferred charset used\n" +"by your locale. Use `--debug' to find out what this charset is. You\n" +"can override the charset used by setting environment variable CHARSET.\n" +"\n" +"To process a string that starts with `-', for example `-foo', use `--'\n" +"to signal the end of parameters, as in `idn --quiet -a -- -foo'.\n" +"\n" +"Mandatory arguments to long options are mandatory for short options too.\n" +msgstr "" + +#: src/idn.c:88 +msgid "" +" -h, --help Print help and exit\n" +" -V, --version Print version and exit\n" +msgstr "" + +#: src/idn.c:92 +msgid "" +" -s, --stringprep Prepare string according to nameprep profile\n" +" -d, --punycode-decode Decode Punycode\n" +" -e, --punycode-encode Encode Punycode\n" +" -a, --idna-to-ascii Convert to ACE according to IDNA (default mode)\n" +" -u, --idna-to-unicode Convert from ACE according to IDNA\n" +msgstr "" + +#: src/idn.c:99 +msgid "" +" --allow-unassigned Toggle IDNA AllowUnassigned flag (default off)\n" +" --usestd3asciirules Toggle IDNA UseSTD3ASCIIRules flag (default off)\n" +msgstr "" + +#: src/idn.c:103 +msgid "" +" --no-tld Don't check string for TLD specific rules\n" +" Only for --idna-to-ascii and --idna-to-unicode\n" +msgstr "" + +#: src/idn.c:107 +msgid "" +" -n, --nfkc Normalize string according to Unicode v3.2 NFKC\n" +msgstr "" + +#: src/idn.c:110 +msgid "" +" -p, --profile=STRING Use specified stringprep profile instead\n" +" Valid stringprep profiles: `Nameprep',\n" +" `iSCSI', `Nodeprep', `Resourceprep', \n" +" `trace', `SASLprep'\n" +msgstr "" + +#: src/idn.c:116 +msgid "" +" --debug Print debugging information\n" +" --quiet Silent operation\n" +msgstr "" + +#: src/idn.c:173 +#, c-format +msgid "only one of -s, -e, -d, -a, -u or -n can be specified" +msgstr "" + +#: src/idn.c:183 +#, c-format +msgid "Charset `%s'.\n" +msgstr "" + +#: src/idn.c:188 +#, c-format +msgid "" +"Type each input string on a line by itself, terminated by a newline " +"character.\n" +msgstr "" +"Type each input string on a line by itself, terminated by a newline " +"character.\n" + +#: src/idn.c:200 +#, c-format +msgid "input error" +msgstr "" + +#: src/idn.c:211 src/idn.c:274 src/idn.c:357 src/idn.c:434 src/idn.c:515 +#, c-format +msgid "could not convert from %s to UTF-8" +msgstr "" + +#: src/idn.c:219 src/idn.c:244 src/idn.c:281 src/idn.c:498 src/idn.c:527 +#: src/idn.c:551 +#, c-format +msgid "could not convert from UTF-8 to UCS-4" +msgstr "" + +#: src/idn.c:236 +#, c-format +msgid "stringprep_profile: %s" +msgstr "stringprep_profile: %s" + +#: src/idn.c:259 src/idn.c:302 src/idn.c:345 src/idn.c:503 src/idn.c:564 +#, c-format +msgid "could not convert from UTF-8 to %s" +msgstr "" + +#: src/idn.c:295 +#, c-format +msgid "punycode_encode: %s" +msgstr "punycode_encode: %s" + +#: src/idn.c:317 +#, c-format +msgid "malloc" +msgstr "malloc" + +#: src/idn.c:323 +#, c-format +msgid "punycode_decode: %s" +msgstr "punycode_decode: %s" + +#: src/idn.c:340 src/idn.c:364 src/idn.c:442 +#, c-format +msgid "could not convert from UCS-4 to UTF-8" +msgstr "" + +#: src/idn.c:381 +#, c-format +msgid "idna_to_ascii_4z: %s" +msgstr "idna_to_ascii_4z: %s" + +#: src/idn.c:395 +#, c-format +msgid "idna_to_unicode_8z4z (TLD): %s" +msgstr "idna_to_unicode_8z4z (TLD): %s" + +#: src/idn.c:409 src/idn.c:482 +#, c-format +msgid "tld_check_4z (position %lu): %s" +msgstr "" + +#: src/idn.c:412 src/idn.c:488 +#, c-format +msgid "tld_check_4z: %s" +msgstr "tld_check_4z: %s" + +#: src/idn.c:461 +#, c-format +msgid "idna_to_unicode_8z4z: %s" +msgstr "idna_to_unicode_8z4z: %s" + +#: src/idn.c:540 +#, c-format +msgid "could not do NFKC normalization" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en/LC_MESSAGES/MoinMoin.po language-pack-en-18.04+20190718/data/en/LC_MESSAGES/MoinMoin.po --- language-pack-en-18.04+20180712/data/en/LC_MESSAGES/MoinMoin.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en/LC_MESSAGES/MoinMoin.po 2019-07-19 07:51:09.000000000 +0000 @@ -0,0 +1,3336 @@ +# # Please edit system and help pages ONLY in the moinmaster wiki! For more +# # information, please see MoinMaster:MoinPagesEditorGroup. +# #master-page:None +# #master-date:None +# acl MoinPagesEditorGroup:read,write,delete,revert All:read +# format gettext +# language en +# MoinMoin translation +# +msgid "" +msgstr "" +"Project-Id-Version: MoinMoin 1.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-08-04 22:35+0200\n" +"PO-Revision-Date: 2008-02-27 17:39+0000\n" +"Last-Translator: Thomas Waldmann \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 10:59+0000\n" +"X-Generator: Launchpad (build 19010)\n" +"X-Language-in-English: English\n" +"X-Language: English\n" +"X-Direction: ltr\n" +"X-HasWikiMarkup: True\n" + +msgid "Your changes are not saved!" +msgstr "" + +msgid "You are not allowed to edit this page." +msgstr "" + +msgid "Page is immutable!" +msgstr "" + +msgid "Cannot edit old revisions!" +msgstr "" + +msgid "The lock you held timed out. Be prepared for editing conflicts!" +msgstr "" + +msgid "Page name is too long, try shorter name." +msgstr "" + +#, python-format +msgid "Draft of \"%(pagename)s\"" +msgstr "" + +#, python-format +msgid "Edit \"%(pagename)s\"" +msgstr "" + +#, python-format +msgid "Preview of \"%(pagename)s\"" +msgstr "" + +#, python-format +msgid "Your edit lock on %(lock_page)s has expired!" +msgstr "" + +#, python-format +msgid "Your edit lock on %(lock_page)s will expire in # minutes." +msgstr "" + +#, python-format +msgid "Your edit lock on %(lock_page)s will expire in # seconds." +msgstr "" + +msgid "Someone else deleted this page while you were editing!" +msgstr "" + +msgid "Someone else changed this page while you were editing!" +msgstr "" + +msgid "" +"Someone else saved this page while you were editing!\n" +"Please review the page and save then. Do not save this page as it is!" +msgstr "" + +msgid "[Content loaded from draft]" +msgstr "" + +#, python-format +msgid "[Content of new page loaded from %s]" +msgstr "" + +#, python-format +msgid "[Template %s not found]" +msgstr "" + +#, python-format +msgid "[You may not read %s]" +msgstr "" + +#, python-format +msgid "" +"'''<
>Your draft based on revision %(draft_rev)d (saved " +"%(draft_timestamp_str)s) can be loaded instead of the current revision " +"%(page_rev)d by using the load draft button - in case you lost your last " +"edit somehow without saving it.''' A draft gets saved for you when you do a " +"preview, cancel an edit or unsuccessfully save." +msgstr "" + +#, python-format +msgid "Describe %s here." +msgstr "" + +msgid "Check Spelling" +msgstr "" + +msgid "Save Changes" +msgstr "" + +msgid "Cancel" +msgstr "" + +#, python-format +msgid "" +"By hitting '''%(save_button_text)s''' you put your changes under the " +"%(license_link)s.\n" +"If you don't want that, hit '''%(cancel_button_text)s''' to cancel your " +"changes." +msgstr "" + +msgid "Preview" +msgstr "" + +msgid "GUI Mode" +msgstr "" + +msgid "Load Draft" +msgstr "" + +msgid "Trivial change" +msgstr "" + +msgid "Comment:" +msgstr "" + +msgid "" +msgstr "" + +#, python-format +msgid "Add to: %(category)s" +msgstr "" + +msgid "Remove trailing whitespace from each line" +msgstr "" + +msgid "Edit was cancelled." +msgstr "" + +msgid "You can't copy to an empty pagename." +msgstr "" + +msgid "You are not allowed to copy this page!" +msgstr "" + +#, python-format +msgid "" +"'''A page with the name {{{'%s'}}} already exists.'''\n" +"\n" +"Try a different name." +msgstr "" + +#, python-format +msgid "Could not copy page because of file system error: %s." +msgstr "" + +msgid "You are not allowed to rename this page!" +msgstr "" + +msgid "You can't rename to an empty pagename." +msgstr "" + +#, python-format +msgid "Could not rename page because of file system error: %s." +msgstr "" + +msgid "You are not allowed to delete this page!" +msgstr "" + +msgid "Thank you for your changes. Your attention to detail is appreciated." +msgstr "" + +#, python-format +msgid "Page \"%s\" was successfully deleted!" +msgstr "" + +#, python-format +msgid "Page could not get locked. Unexpected error (errno=%d)." +msgstr "" + +msgid "Page could not get locked. Missing 'current' file?" +msgstr "" + +#, python-format +msgid "" +"Unable to determine current page revision from the 'current' file. The page " +"%s is damaged and cannot be edited right now." +msgstr "" + +#, python-format +msgid "Cannot save page %s, no storage space left." +msgstr "" + +#, python-format +msgid "An I/O error occurred while saving page %s (errno=%d)" +msgstr "" + +msgid "You are not allowed to edit this page!" +msgstr "" + +msgid "You cannot save empty pages." +msgstr "" + +msgid "You already saved this page!" +msgstr "" + +msgid "You already edited this page! Please do not use the back button." +msgstr "" + +msgid "You did not change the page content, not saved!" +msgstr "" + +msgid "" +"You can't change ACLs on this page since you have no admin rights on it!" +msgstr "" + +msgid "Notifications sent to:" +msgstr "" + +#, python-format +msgid "" +"The lock of %(owner)s timed out %(mins_ago)d minute(s) ago, and you were " +"granted the lock for this page." +msgstr "" + +#, python-format +msgid "" +"Other users will be ''blocked'' from editing this page until %(bumptime)s." +msgstr "" + +#, python-format +msgid "" +"Other users will be ''warned'' until %(bumptime)s that you are editing this " +"page." +msgstr "" + +msgid "Use the Preview button to extend the locking period." +msgstr "" + +#, python-format +msgid "" +"This page is currently ''locked'' for editing by %(owner)s until " +"%(timestamp)s, i.e. for %(mins_valid)d minute(s)." +msgstr "" + +#, python-format +msgid "" +"This page was opened for editing or last previewed at %(timestamp)s by " +"%(owner)s.<
>\n" +"'''You should ''refrain from editing'' this page for at least another " +"%(mins_valid)d minute(s),\n" +"to avoid editing conflicts.'''<
>\n" +"To leave the editor, press the Cancel button." +msgstr "" + +msgid "" +msgstr "" + +#, python-format +msgid "[%(sitename)s] Your wiki account data" +msgstr "" + +msgid "" +"Somebody has requested to email you a password recovery token.\n" +"\n" +"If you lost your password, please go to the password reset URL below or\n" +"go to the password recovery page again and enter your username and the\n" +"recovery token.\n" +msgstr "" + +#, python-format +msgid "" +"Login Name: %s\n" +"\n" +"Password recovery token: %s\n" +"\n" +"Password reset URL: %s?action=recoverpass&name=%s&token=%s\n" +msgstr "" + +#, python-format +msgid "The package needs a newer version of MoinMoin (at least %s)." +msgstr "" + +msgid "The theme name is not set." +msgstr "" + +#, python-format +msgid "Theme files not installed! Write rights missing for %s." +msgstr "" + +#, python-format +msgid "Installation of '%(filename)s' failed." +msgstr "" + +#, python-format +msgid "The file %s is not a MoinMoin package file." +msgstr "" + +#, python-format +msgid "The page %s does not exist." +msgstr "" + +msgid "Invalid package file header." +msgstr "" + +msgid "Package file format unsupported." +msgstr "" + +#, python-format +msgid "Unknown function %(func)s in line %(lineno)i." +msgstr "" + +#, python-format +msgid "The file %s was not found in the package." +msgstr "" + +msgid "The wiki is currently not reachable." +msgstr "" + +msgid "Invalid username or password." +msgstr "" + +#, python-format +msgid "" +"The remote wiki uses a different InterWiki name (%(remotename)s) internally " +"than you specified (%(localname)s)." +msgstr "" + +msgid "Text mode" +msgstr "" + +#, python-format +msgid "Unknown action %(action_name)s." +msgstr "" + +#, python-format +msgid "You are not allowed to do %(action_name)s on this page." +msgstr "" + +msgid "Login and try again." +msgstr "" + +#, python-format +msgid "Argument \"%s\" must be a boolean value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument must be a boolean value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument \"%s\" must be an integer value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument must be an integer value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument \"%s\" must be a floating point value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument must be a floating point value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument \"%s\" must be a complex value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument must be a complex value, not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument \"%s\" must be one of \"%s\", not \"%s\"" +msgstr "" + +#, python-format +msgid "Argument must be one of \"%s\", not \"%s\"" +msgstr "" + +msgid "Too many arguments" +msgstr "" + +msgid "Cannot have arguments without name following named arguments" +msgstr "" + +#, python-format +msgid "Argument \"%s\" is required" +msgstr "" + +#, python-format +msgid "No argument named \"%s\"" +msgstr "" + +#, python-format +msgid "Expected \"=\" to follow \"%(token)s\"" +msgstr "" + +#, python-format +msgid "Expected a value for key \"%(token)s\"" +msgstr "" + +#, python-format +msgid "Invalid highlighting regular expression \"%(regex)s\": %(error)s" +msgstr "" + +#, python-format +msgid "" +"Text matching regular expression \"%(regex)s\" is highlighted. " +"%(switch_link)s." +msgstr "" + +msgid "Switch to non-highlighted view" +msgstr "" + +msgid "" +"The backed up content of this page is deprecated and will rank lower in " +"search results!" +msgstr "" + +#, python-format +msgid "Revision %(rev)d as of %(date)s" +msgstr "" + +#, python-format +msgid "Redirected from page \"%(page)s\"" +msgstr "" + +#, python-format +msgid "This page redirects to page \"%(page)s\"" +msgstr "" + +msgid "Create New Page" +msgstr "" + +msgid "You are not allowed to view this page." +msgstr "" + +msgid "No recipients, nothing to do" +msgstr "" + +#, python-format +msgid "Connection to mailserver '%(server)s' failed: %(reason)s" +msgstr "" + +msgid "Mail not sent" +msgstr "" + +msgid "Mail sent OK" +msgstr "" + +msgid "Date" +msgstr "" + +msgid "From" +msgstr "" + +msgid "To" +msgstr "" + +msgid "Content" +msgstr "" + +msgid "Attachments" +msgstr "" + +#, python-format +msgid "" +"Sorry, can not save page because \"%(content)s\" is not allowed in this wiki." +msgstr "" + +msgid "Could not contact botbouncer.com." +msgstr "" + +msgid "Please log in first." +msgstr "" + +msgid "Failed to connect to database." +msgstr "" + +msgid "Missing password. Please enter user name and password." +msgstr "" + +#, python-format +msgid "LDAP server %(server)s failed." +msgstr "" + +msgid "" +"Please choose an account name now.\n" +"If you choose an existing account name you will be asked for the\n" +"password and be able to associate the account with your OpenID." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Choose this name" +msgstr "" + +msgid "This is not a valid username, choose a different one." +msgstr "" + +msgid "" +"The username you have chosen is already\n" +"taken. If it is your username, enter your password below to associate\n" +"the username with your OpenID. Otherwise, please choose a different\n" +"username and leave the password field blank." +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Associate this name" +msgstr "" + +#, python-format +msgid "OpenID error: %s." +msgstr "" + +msgid "OpenID verification canceled." +msgstr "" + +msgid "Verification canceled." +msgstr "" + +#, python-format +msgid "OpenID success. id: %s" +msgstr "" + +msgid "OpenID failure" +msgstr "" + +msgid "OpenID failure." +msgstr "" + +msgid "No OpenID found in session." +msgstr "" + +msgid "Your account is now associated to your OpenID." +msgstr "" + +msgid "The password you entered is not valid." +msgstr "" + +msgid "OpenID error: unknown continuation stage" +msgstr "" + +msgid "OpenID verification requires that you click this button:" +msgstr "" + +msgid "Anonymous sessions need to be enabled for OpenID login." +msgstr "" + +msgid "Failed to resolve OpenID." +msgstr "" + +msgid "OpenID discovery failure, not a valid OpenID." +msgstr "" + +msgid "No OpenID." +msgstr "" + +msgid "" +"If you do not have an account yet, you can still log in with your OpenID and " +"create one during login." +msgstr "" + +msgid "Missing user name. Please enter user name and password." +msgstr "" + +#, python-format +msgid "" +"If you do not have an account, you can create " +"one now. " +msgstr "" + +#, python-format +msgid "Forgot your password?" +msgstr "" + +msgid "HelpOnParsers" +msgstr "" + +#, python-format +msgid "" +"Syntax highlighting not supported for '%(syntax)s', see " +"%(highlight_help_page)s." +msgstr "" + +msgid "" +" Emphasis:: <>''italics''<>; " +"<>'''bold'''<>; <>'''''bold " +"italics'''''<>; <>''mixed " +"''<>'''''bold'''<> and " +"italics''<>;\n" +" Horizontal Rule:: <>\n" +" Force Linebreak:: <>\n" +" Headings:: = Title 1 =; == Title 2 ==; === Title 3 ===; ==== Title 4 ====; " +"===== Title 5 =====.\n" +" Lists:: * bullets; ** sub-bullets; # numbered items; ## numbered sub " +"items.\n" +" Links:: <>; <>.\n" +" Tables:: |= header text | cell text | more cell text |;\n" +"\n" +"(!) For more help, see HelpOnEditing or HelpOnCreoleSyntax.\n" +msgstr "" + +msgid "XSLT option disabled, please look at HelpOnConfiguration." +msgstr "" + +msgid "XSLT processing is not available, please install 4suite 1.x." +msgstr "" + +#, python-format +msgid "%(errortype)s processing error" +msgstr "" + +msgid "" +"Rendering of reStructured text is not possible, please install Docutils." +msgstr "" + +msgid "" +"{{{\n" +"Emphasis: *italic* **bold** ``monospace``\n" +"\n" +"Headings: Heading 1 Heading 2 Heading 3\n" +" ========= --------- ~~~~~~~~~\n" +"\n" +"Horizontal rule: ----\n" +"\n" +"Links: TrailingUnderscore_ `multi word with backticks`_ external_\n" +"\n" +".. _external: http://external-site.example.org/foo/\n" +"\n" +"Lists: * bullets; 1., a. numbered items.\n" +"}}}\n" +"(!) For more help, see the\n" +"[[http://docutils.sourceforge.net/docs/user/rst/quickref.html|reStructuredTex" +"t Quick Reference]].\n" +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**You are not allowed to read the page: %s**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + +msgid "" +" Emphasis:: <>''italics''<>; " +"<>'''bold'''<>; <>'''''bold " +"italics'''''<>; <>''mixed " +"''<>'''''bold'''<> and " +"italics''<>; <> horizontal rule.\n" +" Headings:: = Title 1 =; == Title 2 ==; === Title 3 ===; ==== Title 4 ====; " +"===== Title 5 =====.\n" +" Lists:: space and one of: * bullets; 1., a., A., i., I. numbered items; " +"1.#n start numbering at n; space alone indents.\n" +" Links:: <>; " +"<>.\n" +" Tables:: || cell text |||| cell text spanning 2 columns ||; no trailing " +"white space allowed after tables or titles.\n" +"\n" +"(!) For more help, see HelpOnEditing or HelpOnMoinWikiSyntax.\n" +msgstr "" + +#, python-format +msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" +msgstr "" + +#, python-format +msgid "Expected an integer \"%(key)s\" before \"%(token)s\"" +msgstr "" + +#, python-format +msgid "Expected an integer \"%(arg)s\" after \"%(key)s\"" +msgstr "" + +#, python-format +msgid "Expected a color value \"%(arg)s\" after \"%(key)s\"" +msgstr "" + +msgid "Password is too short." +msgstr "" + +msgid "Password has not enough different characters." +msgstr "" + +msgid "" +"Password is too easy (password contains name or name contains password)." +msgstr "" + +msgid "Password is too easy (keyboard sequence)." +msgstr "" + +msgid "Diffs" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "UnSubscribe" +msgstr "" + +msgid "Subscribe" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "XML" +msgstr "" + +msgid "Print" +msgstr "" + +msgid "View" +msgstr "" + +msgid "Up" +msgstr "" + +msgid "Publish my email (not my wiki homepage) in author info" +msgstr "" + +msgid "Open editor on double click" +msgstr "" + +msgid "After login, jump to last visited page" +msgstr "" + +msgid "Show comment sections" +msgstr "" + +msgid "Show question mark for non-existing pagelinks" +msgstr "" + +msgid "Show page trail" +msgstr "" + +msgid "Show icon toolbar" +msgstr "" + +msgid "Show top/bottom links in headings" +msgstr "" + +msgid "Show fancy diffs" +msgstr "" + +msgid "Add spaces to displayed wiki names" +msgstr "" + +msgid "Remember login information" +msgstr "" + +msgid "Disable this account forever" +msgstr "" + +msgid "(Use FirstnameLastname)" +msgstr "" + +msgid "Alias-Name" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Jabber ID" +msgstr "" + +msgid "User CSS URL" +msgstr "" + +msgid "(Leave it empty for disabling user CSS)" +msgstr "" + +msgid "Editor size" +msgstr "" + +#, python-format +msgid "[%(sitename)s] %(trivial)sUpdate of \"%(pagename)s\" by %(username)s" +msgstr "" + +#, python-format +msgid "" +"Dear Wiki user,\n" +"\n" +"You have subscribed to a wiki page or wiki category on \"%(sitename)s\" for " +"change notification.\n" +"\n" +"The \"%(pagename)s\" page has been changed by %(editor)s:\n" +msgstr "" + +#, python-format +msgid "" +"Dear wiki user,\n" +"\n" +"You have subscribed to a wiki page \"%(sitename)s\" for change " +"notification.\n" +"\n" +"The page \"%(pagename)s\" has been deleted by %(editor)s:\n" +"\n" +msgstr "" + +#, python-format +msgid "" +"Dear wiki user,\n" +"\n" +"You have subscribed to a wiki page \"%(sitename)s\" for change " +"notification.\n" +"\n" +"The page \"%(pagename)s\" has been renamed from \"%(oldname)s\" by " +"%(editor)s:\n" +msgstr "" + +#, python-format +msgid "[%(sitename)s] New attachment added to page %(pagename)s" +msgstr "" + +#, python-format +msgid "" +"Dear Wiki user,\n" +"\n" +"You have subscribed to a wiki page \"%(page_name)s\" for change " +"notification. An attachment has been added to that page by %(editor)s. " +"Following detailed information is available:\n" +"\n" +"Attachment name: %(attach_name)s\n" +"Attachment size: %(attach_size)s\n" +msgstr "" + +#, python-format +msgid "[%(sitename)s] Removed attachment from page %(pagename)s" +msgstr "" + +#, python-format +msgid "" +"Dear Wiki user,\n" +"\n" +"You have subscribed to a wiki page \"%(page_name)s\" for change " +"notification. An attachment has been removed from that page by %(editor)s. " +"Following detailed information is available:\n" +"\n" +"Attachment name: %(attach_name)s\n" +"Attachment size: %(attach_size)s\n" +msgstr "" + +#, python-format +msgid "[%(sitename)s] New user account created" +msgstr "" + +#, python-format +msgid "" +"Dear Superuser, a new user has just been created on \"%(sitename)s\". " +"Details follow:\n" +"\n" +" User name: %(username)s\n" +" Email address: %(useremail)s" +msgstr "" + +msgid "anonymous" +msgstr "" + +msgid "Line" +msgstr "" + +msgid "No differences found!" +msgstr "" + +msgid "Deletions are marked like this." +msgstr "" + +msgid "Additions are marked like this." +msgstr "" + +msgid "DeleteCache" +msgstr "" + +#, python-format +msgid "(cached %s)" +msgstr "" + +msgid "Or try one of these actions:" +msgstr "" + +msgid "Unsubscribe" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "[RSS]" +msgstr "" + +msgid "[DELETED]" +msgstr "" + +msgid "[UPDATED]" +msgstr "" + +msgid "[RENAMED]" +msgstr "" + +msgid "[CONFLICT]" +msgstr "" + +msgid "[NEW]" +msgstr "" + +msgid "[DIFF]" +msgstr "" + +msgid "[BOTTOM]" +msgstr "" + +msgid "[TOP]" +msgstr "" + +msgid "Click to do a full-text search for this title" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Logout" +msgstr "" + +msgid "Login" +msgstr "" + +msgid "Clear message" +msgstr "" + +#, python-format +msgid "last edited %(time)s by %(editor)s" +msgstr "" + +#, python-format +msgid "last modified %(time)s" +msgstr "" + +msgid "Search:" +msgstr "" + +msgid "Text" +msgstr "" + +msgid "Titles" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "More Actions:" +msgstr "" + +msgid "------------------------" +msgstr "" + +msgid "Raw Text" +msgstr "" + +msgid "Print View" +msgstr "" + +msgid "Delete Cache" +msgstr "" + +msgid "Rename Page" +msgstr "" + +msgid "Copy Page" +msgstr "" + +msgid "Delete Page" +msgstr "" + +msgid "Like Pages" +msgstr "" + +msgid "Local Site Map" +msgstr "" + +msgid "My Pages" +msgstr "" + +msgid "Subscribe User" +msgstr "" + +msgid "Remove Spam" +msgstr "" + +msgid "Revert to this revision" +msgstr "" + +msgid "Package Pages" +msgstr "" + +msgid "Render as Docbook" +msgstr "" + +msgid "Sync Pages" +msgstr "" + +msgid "Do" +msgstr "" + +msgid "Comments" +msgstr "" + +msgid "Edit (Text)" +msgstr "" + +msgid "Edit (GUI)" +msgstr "" + +msgid "Immutable Page" +msgstr "" + +msgid "Remove Link" +msgstr "" + +msgid "Add Link" +msgstr "" + +#, python-format +msgid "Show %s days." +msgstr "" + +msgid "Wiki Markup" +msgstr "" + +msgid "Wiki" +msgstr "" + +msgid "Page" +msgstr "" + +msgid "User" +msgstr "" + +msgid "[ATTACH]" +msgstr "" + +msgid "Options --pages and --search are mutually exclusive!" +msgstr "" + +msgid "You must specify an output file!" +msgstr "" + +msgid "No pages specified using --pages or --search, assuming full package." +msgstr "" + +msgid "All attachments included into the package." +msgstr "" + +msgid "Output file already exists! Cowardly refusing to continue!" +msgstr "" + +msgid "Attachment link" +msgstr "" + +msgid "Page link" +msgstr "" + +msgid "Changed page" +msgstr "" + +msgid "Page changed" +msgstr "" + +msgid "Page has been modified" +msgstr "" + +msgid "Page has been modified in a trivial fashion" +msgstr "" + +msgid "Page has been renamed" +msgstr "" + +msgid "Page has been deleted" +msgstr "" + +msgid "Page has been copied" +msgstr "" + +msgid "A new attachment has been added" +msgstr "" + +msgid "An attachment has been removed" +msgstr "" + +msgid "A page has been reverted to a previous state" +msgstr "" + +msgid "A user has subscribed to a page" +msgstr "" + +msgid "A new account has been created" +msgstr "" + +msgid "Trivial " +msgstr "" + +msgid "New page:\n" +msgstr "" + +msgid "No differences found!\n" +msgstr "" + +#, python-format +msgid "" +"Attachment link: %(attach)s\n" +"Page link: %(page)s\n" +msgstr "" + +msgid "[all]" +msgstr "" + +msgid "[not empty]" +msgstr "" + +msgid "[empty]" +msgstr "" + +msgid "filter" +msgstr "" + +#, python-format +msgid "" +"Results %(bs)s%(hitsFrom)d - %(hitsTo)d%(be)s of %(aboutHits)s " +"%(bs)s%(hits)d%(be)s results out of about %(pages)d pages." +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "Previous" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "rev" +msgstr "" + +msgid "current" +msgstr "" + +#, python-format +msgid "last modified: %s" +msgstr "" + +msgid "match" +msgstr "" + +msgid "matches" +msgstr "" + +msgid "about" +msgstr "" + +msgid "This page is already deleted or was never created!" +msgstr "" + +#, python-format +msgid "Invalid filename \"%s\"!" +msgstr "" + +msgid "Include all attachments?" +msgstr "" + +msgid "Package pages" +msgstr "" + +msgid "Package name" +msgstr "" + +msgid "List of page names - separated by a comma" +msgstr "" + +#, python-format +msgid "No pages like \"%s\"!" +msgstr "" + +#, python-format +msgid "Rolled back changes to the page %s." +msgstr "" + +msgid "Exception while calling rollback function:" +msgstr "" + +msgid "" +"Please enter your password of your account at the remote wiki below. <
> " +"/!\\ You should trust both wikis because the password could be read by the " +"particular administrators." +msgstr "" + +msgid "Operation was canceled." +msgstr "" + +#, python-format +msgid "" +"Please use the interactive user interface to use action %(actionname)s!" +msgstr "" + +msgid "The only supported directions are BOTH and DOWN." +msgstr "" + +msgid "" +"Please set an interwikiname in your wikiconfig (see HelpOnConfiguration) to " +"be able to use this action." +msgstr "" + +msgid "" +"Incorrect parameters. Please supply at least the ''remoteWiki'' parameter. " +"Refer to HelpOnSynchronisation for help." +msgstr "" + +msgid "The ''remoteWiki'' is unknown." +msgstr "" + +msgid "A severe error occurred:" +msgstr "" + +msgid "Synchronisation finished. Look below for the status messages." +msgstr "" + +msgid "Synchronisation started -" +msgstr "" + +#, python-format +msgid "" +"Got a list of %s local and %s remote pages. This results in %s pages to " +"process." +msgstr "" + +#, python-format +msgid "After filtering: %s pages" +msgstr "" + +#, python-format +msgid "Skipped page %s because of no write access to local page." +msgstr "" + +#, python-format +msgid "Deleted page %s locally." +msgstr "" + +#, python-format +msgid "Error while deleting page %s locally:" +msgstr "" + +#, python-format +msgid "Deleted page %s remotely." +msgstr "" + +#, python-format +msgid "Error while deleting page %s remotely:" +msgstr "" + +#, python-format +msgid "" +"The item %s cannot be merged automatically but was changed in both wikis. " +"Please delete it in one of both wikis and try again." +msgstr "" + +#, python-format +msgid "" +"The item %s has different mime types in both wikis and cannot be merged. " +"Please delete it in one of both wikis or unify the mime type, and try again." +msgstr "" + +#, python-format +msgid "" +"The item %s was renamed locally. This is not implemented yet. Therefore the " +"full synchronisation history is lost for this page." +msgstr "" + +#, python-format +msgid "Synchronising page %s with remote page %s ..." +msgstr "" + +#, python-format +msgid "The page %s was deleted remotely but changed locally." +msgstr "" + +#, python-format +msgid "" +"The page %s could not be synced. The remote page was renamed. This is not " +"supported yet. You may want to delete one of the pages to get it synced." +msgstr "" + +#, python-format +msgid "Skipped page %s because of a locally or remotely unresolved conflict." +msgstr "" + +#, python-format +msgid "" +"This is the first synchronisation between the local and the remote wiki for " +"the page %s." +msgstr "" + +#, python-format +msgid "" +"The page %s could not be merged because you are not allowed to modify the " +"page in the remote wiki." +msgstr "" + +#, python-format +msgid "Page %s successfully merged." +msgstr "" + +#, python-format +msgid "Page %s contains conflicts that were introduced on the remote side." +msgstr "" + +#, python-format +msgid "Page %s merged with conflicts." +msgstr "" + +msgid "Attachment location" +msgstr "" + +msgid "Page name" +msgstr "" + +msgid "Attachment name" +msgstr "" + +msgid "Refresh attachment list" +msgstr "" + +msgid "List of attachments" +msgstr "" + +msgid "Available attachments for page" +msgstr "" + +#, python-format +msgid "Exactly one page like \"%s\" found, redirecting to page." +msgstr "" + +#, python-format +msgid "Pages like \"%s\"" +msgstr "" + +#, python-format +msgid "%(matchcount)d %(matches)s for \"%(title)s\"" +msgstr "" + +msgid "You must login to remove a quicklink." +msgstr "" + +msgid "Your quicklink to this page has been removed." +msgstr "" + +msgid "Your quicklink to this page could not be removed." +msgstr "" + +msgid "You need to have a quicklink to this page to remove it." +msgstr "" + +msgid "Please choose:" +msgstr "" + +#, python-format +msgid "You must login to use this action: %(action)s." +msgstr "" + +msgid "Only superuser is allowed to use this action." +msgstr "" + +msgid "You are not allowed to subscribe to a page you can't read." +msgstr "" + +msgid "This wiki is not enabled for mail/Jabber processing." +msgstr "" + +msgid "You must log in to use subscriptions." +msgstr "" + +msgid "" +"Add your email address or Jabber ID in your user settings to use " +"subscriptions." +msgstr "" + +msgid "You are already subscribed to this page." +msgstr "" + +msgid "You have been subscribed to this page." +msgstr "" + +msgid "You could not get subscribed to this page." +msgstr "" + +#, python-format +msgid "Upload of attachment '%(filename)s'." +msgstr "" + +#, python-format +msgid "Attachment '%(filename)s' deleted." +msgstr "" + +#, python-format +msgid "Drawing '%(filename)s' saved." +msgstr "" + +#, python-format +msgid "Revert to revision %(rev)d." +msgstr "" + +#, python-format +msgid "Renamed from '%(oldpagename)s'." +msgstr "" + +#, python-format +msgid "[%d attachments]" +msgstr "" + +#, python-format +msgid "" +"There are %(count)s attachment(s) stored for this " +"page." +msgstr "" + +msgid "Filename of attachment not specified!" +msgstr "" + +#, python-format +msgid "Attachment '%(filename)s' does not exist!" +msgstr "" + +msgid "" +"To refer to attachments on a page, use '''{{{attachment:filename}}}''', \n" +"as shown below in the list of files. \n" +"Do '''NOT''' use the URL of the {{{[get]}}} link, \n" +"since this is subject to change and can break easily." +msgstr "" + +msgid "del" +msgstr "" + +msgid "move" +msgstr "" + +msgid "get" +msgstr "" + +msgid "edit" +msgstr "" + +msgid "view" +msgstr "" + +msgid "unzip" +msgstr "" + +msgid "install" +msgstr "" + +msgid "All files" +msgstr "" + +msgid "Selected Files:" +msgstr "" + +msgid "delete" +msgstr "" + +msgid "move to page" +msgstr "" + +msgid "Do it." +msgstr "" + +#, python-format +msgid "No attachments stored for %(pagename)s" +msgstr "" + +msgid "You are not allowed to delete attachments on this page." +msgstr "" + +msgid "You are not allowed to move attachments from this page." +msgstr "" + +msgid "You are not allowed to attach a file to this page." +msgstr "" + +#, python-format +msgid "" +"Attachment '%(pagename)s/%(filename)s' moved to " +"'%(new_pagename)s/%(new_filename)s'." +msgstr "" + +msgid "New Attachment" +msgstr "" + +msgid "File to upload" +msgstr "" + +msgid "Rename to" +msgstr "" + +msgid "Overwrite existing attachment of same name" +msgstr "" + +msgid "Upload" +msgstr "" + +msgid "Attached Files" +msgstr "" + +#, python-format +msgid "Unsupported AttachFile sub-action: %s" +msgstr "" + +#, python-format +msgid "Attachments for \"%(pagename)s\"" +msgstr "" + +msgid "TextCha: Wrong answer! Go back and try again..." +msgstr "" + +msgid "" +"No file content. Delete non ASCII characters from the file name and try " +"again." +msgstr "" + +msgid "You are not allowed to overwrite a file attachment of this page." +msgstr "" + +#, python-format +msgid "" +"Attachment '%(target)s' (remote name '%(filename)s') with %(bytes)d bytes " +"saved." +msgstr "" + +#, python-format +msgid "Attachment '%(target)s' (remote name '%(filename)s') already exists." +msgstr "" + +#, python-format +msgid "Attachment '%(new_pagename)s/%(new_filename)s' already exists." +msgstr "" + +msgid "Nothing changed" +msgstr "" + +#, python-format +msgid "" +"Page '%(new_pagename)s' does not exist or you don't have enough rights." +msgstr "" + +msgid "Move aborted!" +msgstr "" + +msgid "Move aborted because new page name is empty." +msgstr "" + +#, python-format +msgid "Please use a valid filename for attachment '%(filename)s'." +msgstr "" + +msgid "Move aborted because new attachment name is empty." +msgstr "" + +msgid "Move" +msgstr "" + +msgid "New page name" +msgstr "" + +msgid "New attachment name" +msgstr "" + +msgid "You are not allowed to get attachments from this page." +msgstr "" + +msgid "You are not allowed to install files." +msgstr "" + +#, python-format +msgid "Attachment '%(filename)s' installed." +msgstr "" + +msgid "You are not allowed to unzip attachments of this page." +msgstr "" + +#, python-format +msgid "The file %(filename)s is not a .zip file." +msgstr "" + +#, python-format +msgid "" +"Attachment '%(filename)s' not unzipped because some files in the zip are " +"either not in the same directory or exceeded the single file size limit " +"(%(maxsize_file)d kB)." +msgstr "" + +#, python-format +msgid "" +"Attachment '%(filename)s' not unzipped because it would have exceeded the " +"per page attachment storage size limit (%(size)d kB)." +msgstr "" + +#, python-format +msgid "" +"Attachment '%(filename)s' not unzipped because it would have exceeded the " +"per page attachment count limit (%(count)d)." +msgstr "" + +#, python-format +msgid "" +"Attachment '%(filename)s' partially unzipped (did not overwrite: " +"%(filelist)s)." +msgstr "" + +#, python-format +msgid "Attachment '%(filename)s' unzipped." +msgstr "" + +#, python-format +msgid "Attachment '%(filename)s'" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Package script:" +msgstr "" + +msgid "File Name" +msgstr "" + +msgid "Modified" +msgstr "" + +msgid "Size" +msgstr "" + +msgid "Unknown file type, cannot display this attachment inline." +msgstr "" + +msgid "You are not allowed to view attachments of this page." +msgstr "" + +#, python-format +msgid "attachment:%(filename)s of %(pagename)s" +msgstr "[[Verbatim(attachment:)]]%(filename)s of %(pagename)s" + +msgid "General Information" +msgstr "" + +#, python-format +msgid "Page size: %d" +msgstr "" + +msgid "SHA digest of this page's content is:" +msgstr "" + +msgid "The following users subscribed to this page:" +msgstr "" + +msgid "This page links to the following pages:" +msgstr "" + +#, python-format +msgid "" +"Showing page edit history entries from '''%(start_offset)d''' to " +"'''%(end_offset)d''' out of '''%(total_count)d''' entries total." +msgstr "" + +msgid "Newer" +msgstr "" + +msgid "Older" +msgstr "" + +#, python-format +msgid "%s items per page" +msgstr "" + +msgid "Diff" +msgstr "" + +msgid "Editor" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "to previous" +msgstr "" + +msgid "N/A" +msgstr "" + +msgid "Revision History" +msgstr "" + +msgid "No log entries found." +msgstr "" + +#, python-format +msgid "Info for \"%s\"" +msgstr "" + +#, python-format +msgid "Show \"%(title)s\"" +msgstr "" + +msgid "General Page Infos" +msgstr "" + +msgid "Page hits and edits" +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Delete all /subpages too?" +msgstr "" + +msgid "Optional reason for the deletion" +msgstr "" + +msgid "Really delete this page?" +msgstr "" + +msgid "Please first create a homepage before creating additional pages." +msgstr "" + +#, python-format +msgid "" +"You can add some additional sub pages to your already existing homepage " +"here.\n" +"\n" +"You can choose how open to other readers or writers those pages shall be,\n" +"access is controlled by group membership of the corresponding group page.\n" +"\n" +"Just enter the sub page's name and click on the button to create a new " +"page.\n" +"\n" +"Before creating access protected pages, make sure the corresponding group " +"page\n" +"exists and has the appropriate members in it. Use HomepageGroupsTemplate for " +"creating\n" +"the group pages.\n" +"\n" +"||'''Add a new personal page:'''||'''Related access control list " +"group:'''||\n" +"||<>||[[%(username)s/ReadWriteGroup]]||\n" +"||<>||[[%(username)s/ReadGroup]]||\n" +"||<>||%(username)s only||\n" +"\n" +msgstr "" + +msgid "MyPages management" +msgstr "" + +#, python-format +msgid "(including %(localwords)d %(pagelink)s)" +msgstr "" + +#, python-format +msgid "" +"The following %(badwords)d words could not be found in the dictionary of " +"%(totalwords)d words%(localwords)s and are highlighted below:" +msgstr "" + +msgid "Add checked words to dictionary" +msgstr "" + +msgid "No spelling errors found!" +msgstr "" + +msgid "You can't save spelling words." +msgstr "" + +msgid "You can't check spelling on a page you can't read." +msgstr "" + +msgid "You are not allowed to use this action." +msgstr "" + +msgid "If this account exists an email was sent." +msgstr "" + +msgid "" +"This wiki is not enabled for mail processing.\n" +"Contact the owner of the wiki, who can enable email." +msgstr "" + +msgid "Please provide a valid email address or a username!" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "Mail me my account data" +msgstr "" + +msgid "Recovery token" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New password (repeat)" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "Passwords don't match!" +msgstr "" + +#, python-format +msgid "Password not acceptable: %s" +msgstr "" + +msgid "Your password has been changed, you can log in now." +msgstr "" + +msgid "Your token is invalid!" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "" +"\n" +"== Password reset ==\n" +"Enter a new password below." +msgstr "" + +msgid "Lost password" +msgstr "" + +msgid "" +"\n" +"== Recovering a lost password ==\n" +"If you have forgotten your password, provide your email address or\n" +"username and click on '''Mail me my account data'''.\n" +"You will receive an email containing a recovery token that can be\n" +"used to change your password. The email will also contain further\n" +"instructions." +msgstr "" + +msgid "" +"\n" +"=== Password reset ===\n" +"If you already have received the email with the recovery token, enter your\n" +"username, the recovery token and a new password (twice) below." +msgstr "" + +msgid "" +"You need to manually go to your OpenID provider wiki\n" +"and log in before you can use your OpenID. MoinMoin will\n" +"never allow you to enter your password here.\n" +"\n" +"Once you have logged in, simply reload this page." +msgstr "" + +msgid "OpenID Trust verification" +msgstr "" + +#, python-format +msgid "The site %s has asked for your identity." +msgstr "" + +#, python-format +msgid "" +"\n" +"If you approve, the site represented by the trust root below will be\n" +"told that you control the identity URL %s. (If you are using a delegated\n" +"identity, the site will take care of reversing the\n" +"delegation on its own.)" +msgstr "" + +msgid "Trust root" +msgstr "" + +msgid "Identity URL" +msgstr "" + +msgid "Remember decision" +msgstr "" + +msgid "Remember this trust decision and don't ask again" +msgstr "" + +msgid "Approve" +msgstr "" + +msgid "Don't approve" +msgstr "" + +msgid "OpenID not served" +msgstr "" + +msgid "" +"\n" +"Unfortunately you have not created your homepage yet. Therefore,\n" +"we cannot serve an OpenID for you. Please create your homepage first\n" +"and then reload this page or click the button below to cancel this\n" +"verification." +msgstr "" + +#, python-format +msgid "Subscribe users to the page %s" +msgstr "" + +msgid "Enter user names (comma separated):" +msgstr "" + +#, python-format +msgid "Subscribed for %s:" +msgstr "" + +msgid "Not a user:" +msgstr "" + +msgid "You are not allowed to perform this action." +msgstr "" + +msgid "Print slide show" +msgstr "" + +msgid "Edit slide show" +msgstr "" + +msgid "Quit" +msgstr "" + +msgid "Quit slide show" +msgstr "" + +msgid "Show first slide (up arrow)" +msgstr "" + +msgid "Show last slide (down arrow)" +msgstr "" + +msgid "Show previous slide (left arrow)" +msgstr "" + +msgid "Show next slide (right arrow)" +msgstr "" + +msgid "Charts are not available!" +msgstr "" + +msgid "You need to provide a chart type!" +msgstr "" + +#, python-format +msgid "Bad chart type \"%s\"!" +msgstr "" + +msgid "Load" +msgstr "" + +msgid "Pagename not specified!" +msgstr "" + +msgid "Upload page content" +msgstr "" + +msgid "" +"You can upload content for the page named below. If you change the page " +"name, you can also upload content for another page. If the page name is " +"empty, we derive the page name from the file name." +msgstr "" + +msgid "File to load page content from" +msgstr "" + +#, python-format +msgid "(!) Only pages changed since '''%s''' are being displayed!" +msgstr "" + +msgid "" +"/!\\ The modification date you entered was not recognized and is therefore " +"not considered for the search results!" +msgstr "" + +#, python-format +msgid "Please use a more selective search term instead of {{{\"%s\"}}}" +msgstr "" + +#, python-format +msgid "Title Search: \"%s\"" +msgstr "" + +#, python-format +msgid "Advanced Search: \"%s\"" +msgstr "" + +#, python-format +msgid "Full Text Search: \"%s\"" +msgstr "" + +#, python-format +msgid "" +"Your search query {{{\"%s\"}}} is invalid. Please refer to HelpOnSearching " +"for more information." +msgstr "" + +#, python-format +msgid "" +"Your search query {{{\"%s\"}}} didn't return any results. Please change some " +"terms and refer to HelpOnSearching for more information.%s" +msgstr "" + +msgid "(!) Consider performing a" +msgstr "" + +msgid "full-text search with your search terms" +msgstr "" + +msgid "" +"(!) You're performing a title search that might not include all related " +"results of your search query in this wiki. <
>" +msgstr "" + +msgid "Click here to perform a full-text search with your search terms!" +msgstr "" + +msgid "" +"Cannot create a new page without a page name. Please specify a page name." +msgstr "" + +msgid "Your subscription to this page has been removed." +msgstr "" + +msgid "Can't remove regular expression subscription!" +msgstr "" + +msgid "Edit the subscription regular expressions in your settings." +msgstr "" + +msgid "You need to be subscribed to unsubscribe." +msgstr "" + +msgid "TextCha: Wrong answer! Try again below..." +msgstr "" + +msgid "" +"Supplying a comment is mandatory. Write a comment below and try again..." +msgstr "" + +#, python-format +msgid "Create new drawing \"%(filename)s (opens in new window)\"" +msgstr "" + +#, python-format +msgid "Edit drawing %(filename)s (opens in new window)" +msgstr "" + +#, python-format +msgid "Clickable drawing: %(filename)s" +msgstr "" + +msgid "You are not allowed to save a drawing on this page." +msgstr "" + +msgid "Empty target name given." +msgstr "" + +msgid "Edit drawing" +msgstr "" + +#, python-format +msgid "Execute action %(actionname)s?" +msgstr "" + +#, python-format +msgid "Action %(actionname)s is excluded in this wiki!" +msgstr "" + +#, python-format +msgid "You are not allowed to use action %(actionname)s on this page!" +msgstr "" + +msgid "You are not allowed to create the supplementation page." +msgstr "" + +msgid "Pages" +msgstr "" + +msgid "Select Author" +msgstr "" + +msgid "Revert all!" +msgstr "" + +msgid "Copy all /subpages too?" +msgstr "" + +msgid "New name" +msgstr "" + +msgid "Optional reason for the copying" +msgstr "" + +msgid "Really copy this page?" +msgstr "" + +msgid "You are now logged out." +msgstr "" + +msgid "No page packages found." +msgstr "" + +msgid "page package" +msgstr "" + +msgid "Choose:" +msgstr "" + +#, python-format +msgid "Install language packs for '%s'" +msgstr "" + +#, python-format +msgid "Local Site Map for \"%s\"" +msgstr "" + +msgid "No older revisions available!" +msgstr "" + +#, python-format +msgid "Diff for \"%s\"" +msgstr "" + +#, python-format +msgid "Differences between revisions %d and %d" +msgstr "" + +#, python-format +msgid "(spanning %d versions)" +msgstr "" + +msgid "Previous change" +msgstr "" + +msgid "Next change" +msgstr "" + +msgid "Diff with oldest revision in left pane" +msgstr "" + +msgid "No older revision available for diff" +msgstr "" + +msgid "Diff with older revision in left pane" +msgstr "" + +msgid "Diff with newer revision in left pane" +msgstr "" + +msgid "Can't change to revision newer than in right pane" +msgstr "" + +msgid "Diff with older revision in right pane" +msgstr "" + +msgid "Can't change to revision older than revision in left pane" +msgstr "" + +msgid "Diff with newer revision in right pane" +msgstr "" + +msgid "No newer revision available for diff" +msgstr "" + +msgid "Diff with newest revision in right pane" +msgstr "" + +#, python-format +msgid "The page was saved %(count)d times, though!" +msgstr "" + +msgid "(ignoring whitespace)" +msgstr "" + +msgid "Ignore changes in the amount of whitespace" +msgstr "" + +msgid "Empty user name. Please enter a user name." +msgstr "" + +#, python-format +msgid "" +"Invalid user name {{{'%s'}}}.\n" +"Name may contain any Unicode alpha numeric character, with optional one\n" +"space between words. Group page name is not allowed." +msgstr "" + +msgid "This user name already belongs to somebody else." +msgstr "" + +msgid "Please specify a password!" +msgstr "" + +msgid "" +"Please provide your email address. If you lose your login information, you " +"can get it by email." +msgstr "" + +msgid "This email already belongs to somebody else." +msgstr "" + +msgid "User account created! You can use this account to login now..." +msgstr "" + +msgid "Password repeat" +msgstr "" + +msgid "TextCha (required)" +msgstr "" + +msgid "Create Profile" +msgstr "" + +msgid "Create Account" +msgstr "" + +#, python-format +msgid "Full Link List for \"%s\"" +msgstr "" + +msgid "You must login to add a quicklink." +msgstr "" + +msgid "A quicklink to this page has been added for you." +msgstr "" + +msgid "A quicklink to this page could not be added for you." +msgstr "" + +msgid "You already have a quicklink to this page." +msgstr "" + +msgid "Create redirect for renamed page(s)?" +msgstr "" + +msgid "Rename all /subpages too?" +msgstr "" + +msgid "Create redirect for renamed page?" +msgstr "" + +msgid "Really rename this page?" +msgstr "" + +msgid "Optional reason for the renaming" +msgstr "" + +msgid "Wiki Backup" +msgstr "" + +msgid "" +"= Downloading a backup =\n" +"\n" +"Please note:\n" +" * Store backups in a safe and secure place - they contain sensitive " +"information.\n" +" * Make sure your wiki configuration backup_* values are correct and " +"complete.\n" +" * Make sure the backup file you get contains everything you need in case of " +"problems.\n" +" * Make sure it is downloaded without problems.\n" +"\n" +"To get a backup, just click here:" +msgstr "" + +msgid "Backup" +msgstr "" + +msgid "You are not allowed to do remote backup." +msgstr "" + +#, python-format +msgid "Unknown backup subaction: %s." +msgstr "" + +msgid "Revert" +msgstr "" + +msgid "You are not allowed to revert this page!" +msgstr "" + +msgid "" +"You were viewing the current revision of this page when you called the " +"revert action. If you want to revert to an older revision, first view that " +"older revision and then call revert to this (older) revision again." +msgstr "" + +msgid "Optional reason for reverting this page" +msgstr "" + +msgid "Really revert this page?" +msgstr "" + +msgid "OpenID" +msgstr "" + +msgid "Member of Groups" +msgstr "" + +msgid "Jabber" +msgstr "" + +msgid "Disable user" +msgstr "" + +msgid "Enable user" +msgstr "" + +msgid "disabled" +msgstr "" + +msgid "Mail account data" +msgstr "" + +msgid "RecentChanges" +msgstr "" + +msgid "WikiTipOfTheDay" +msgstr "" + +msgid "TitleIndex" +msgstr "" + +msgid "WordIndex" +msgstr "" + +msgid "FindPage" +msgstr "" + +msgid "MissingPage" +msgstr "" + +msgid "MissingHomePage" +msgstr "" + +msgid "WikiHomePage" +msgstr "" + +msgid "WikiName" +msgstr "" + +msgid "WikiWikiWeb" +msgstr "" + +msgid "FrontPage" +msgstr "" + +msgid "WikiSandBox" +msgstr "" + +msgid "InterWiki" +msgstr "" + +msgid "AbandonedPages" +msgstr "" + +msgid "OrphanedPages" +msgstr "" + +msgid "WantedPages" +msgstr "" + +msgid "EventStats" +msgstr "" + +msgid "EventStats/HitCounts" +msgstr "" + +msgid "EventStats/Languages" +msgstr "" + +msgid "EventStats/UserAgents" +msgstr "" + +msgid "PageSize" +msgstr "" + +msgid "PageHits" +msgstr "" + +msgid "RandomPage" +msgstr "" + +msgid "XsltVersion" +msgstr "" + +msgid "FortuneCookies" +msgstr "" + +msgid "WikiLicense" +msgstr "" + +msgid "CategoryCategory" +msgstr "" + +msgid "CategoryHomepage" +msgstr "" + +msgid "CategoryTemplate" +msgstr "" + +msgid "HomepageTemplate" +msgstr "" + +msgid "HelpTemplate" +msgstr "" + +msgid "HomepageReadWritePageTemplate" +msgstr "" + +msgid "HomepageReadPageTemplate" +msgstr "" + +msgid "HomepagePrivatePageTemplate" +msgstr "" + +msgid "HomepageGroupsTemplate" +msgstr "" + +msgid "SlideShowHandOutTemplate" +msgstr "" + +msgid "SlideShowTemplate" +msgstr "" + +msgid "SlideTemplate" +msgstr "" + +msgid "SyncJobTemplate" +msgstr "" + +msgid "HelpOnConfiguration" +msgstr "" + +msgid "HelpOnConfiguration/EmailSupport" +msgstr "" + +msgid "HelpOnConfiguration/SecurityPolicy" +msgstr "" + +msgid "HelpOnConfiguration/FileAttachments" +msgstr "" + +msgid "HelpOnConfiguration/SupplementationPage" +msgstr "" + +msgid "HelpOnConfiguration/SurgeProtection" +msgstr "" + +msgid "HelpOnConfiguration/UserPreferences" +msgstr "" + +msgid "HelpOnPackageInstaller" +msgstr "" + +msgid "HelpOnUpdatingPython" +msgstr "" + +msgid "HelpOnAdministration" +msgstr "" + +msgid "HelpOnAuthentication" +msgstr "" + +msgid "HelpOnAuthentication/ExternalCookie" +msgstr "" + +msgid "HelpOnMoinCommand" +msgstr "" + +msgid "HelpOnMoinCommand/ExportDump" +msgstr "" + +msgid "HelpOnNotification" +msgstr "" + +msgid "HelpOnRobots" +msgstr "" + +msgid "HelpOnSessions" +msgstr "" + +msgid "HelpOnUserHandling" +msgstr "" + +msgid "HelpOnXapian" +msgstr "" + +msgid "HelpOnMoinWikiSyntax" +msgstr "" + +msgid "HelpOnCreoleSyntax" +msgstr "" + +msgid "HelpOnFormatting" +msgstr "" + +msgid "MoinMoin" +msgstr "" + +msgid "HelpContents" +msgstr "" + +msgid "HelpForBeginners" +msgstr "" + +msgid "HelpForUsers" +msgstr "" + +msgid "HelpIndex" +msgstr "" + +msgid "HelpOnAccessControlLists" +msgstr "" + +msgid "HelpOnActions" +msgstr "" + +msgid "HelpOnActions/AttachFile" +msgstr "" + +msgid "HelpOnAdmonitions" +msgstr "" + +msgid "HelpOnAutoAdmin" +msgstr "" + +msgid "HelpOnCategories" +msgstr "" + +msgid "HelpOnDictionaries" +msgstr "" + +msgid "HelpOnDrawings" +msgstr "" + +msgid "HelpOnEditLocks" +msgstr "" + +msgid "HelpOnEditing" +msgstr "" + +msgid "HelpOnEditing/SubPages" +msgstr "" + +msgid "HelpOnGraphicalEditor" +msgstr "" + +msgid "HelpOnGroups" +msgstr "" + +msgid "HelpOnHeadlines" +msgstr "" + +msgid "HelpOnImages" +msgstr "" + +msgid "HelpOnLanguages" +msgstr "" + +msgid "HelpOnLinking" +msgstr "" + +msgid "HelpOnLinking/NotesLinks" +msgstr "" + +msgid "HelpOnLists" +msgstr "" + +msgid "HelpOnLogin" +msgstr "" + +msgid "HelpOnMacros" +msgstr "" + +msgid "HelpOnMacros/EmbedObject" +msgstr "" + +msgid "HelpOnMacros/Include" +msgstr "" + +msgid "HelpOnMacros/MailTo" +msgstr "" + +msgid "HelpOnMacros/MonthCalendar" +msgstr "" + +msgid "HelpOnNavigation" +msgstr "" + +msgid "HelpOnOpenIDProvider" +msgstr "" + +msgid "HelpOnPageCreation" +msgstr "" + +msgid "HelpOnPageDeletion" +msgstr "" + +msgid "HelpOnParsers/ReStructuredText" +msgstr "" + +msgid "HelpOnParsers/ReStructuredText/RstPrimer" +msgstr "" + +msgid "HelpOnProcessingInstructions" +msgstr "" + +msgid "HelpOnRules" +msgstr "" + +msgid "HelpOnSearching" +msgstr "" + +msgid "HelpOnSlideShows" +msgstr "" + +msgid "HelpOnSlideShows/000 Introduction" +msgstr "" + +msgid "HelpOnSlideShows/100 Creating the slides" +msgstr "" + +msgid "HelpOnSlideShows/900 Last but not least: Running your presentation" +msgstr "" + +msgid "HelpOnSmileys" +msgstr "" + +msgid "HelpOnSpam" +msgstr "" + +msgid "HelpOnSpellCheck" +msgstr "" + +msgid "HelpOnSuperUser" +msgstr "" + +msgid "HelpOnSynchronisation" +msgstr "" + +msgid "HelpOnTables" +msgstr "" + +msgid "HelpOnTemplates" +msgstr "" + +msgid "HelpOnThemes" +msgstr "" + +msgid "HelpOnUserPreferences" +msgstr "" + +msgid "HelpOnVariables" +msgstr "" + +msgid "HelpOnXmlPages" +msgstr "" + +msgid "HelpOnComments" +msgstr "" + +msgid "HelpOnSubscribing" +msgstr "" + +msgid "CamelCase" +msgstr "" + +msgid "WikiCourse" +msgstr "" + +msgid "WikiCourse/01 What is a MoinMoin wiki?" +msgstr "" + +msgid "WikiCourse/02 Finding information" +msgstr "" + +msgid "WikiCourse/03 Staying up to date" +msgstr "" + +msgid "WikiCourse/04 Creating a wiki account" +msgstr "" + +msgid "WikiCourse/05 User preferences" +msgstr "" + +msgid "WikiCourse/06 Your own wiki homepage" +msgstr "" + +msgid "WikiCourse/07 The text editor" +msgstr "" + +msgid "WikiCourse/08 Hot Keys" +msgstr "" + +msgid "WikiCourse/10 Text layout with wiki markup" +msgstr "" + +msgid "WikiCourse/11 Paragraphs" +msgstr "" + +msgid "WikiCourse/12 Headlines" +msgstr "" + +msgid "WikiCourse/13 Lists" +msgstr "" + +msgid "WikiCourse/14 Text styles" +msgstr "" + +msgid "WikiCourse/15 Tables" +msgstr "" + +msgid "WikiCourse/16 Wiki internal links" +msgstr "" + +msgid "WikiCourse/17 External links" +msgstr "" + +msgid "WikiCourse/18 Attachments" +msgstr "" + +msgid "WikiCourse/19 Symbols" +msgstr "" + +msgid "WikiCourse/20 Dynamic content" +msgstr "" + +msgid "WikiCourse/21 Macros" +msgstr "" + +msgid "WikiCourse/22 Parsers" +msgstr "" + +msgid "WikiCourse/23 Actions" +msgstr "" + +msgid "WikiCourse/30 The graphical editor" +msgstr "" + +msgid "WikiCourse/40 Creating more pages" +msgstr "" + +msgid "WikiCourse/50 Wiki etiquette" +msgstr "" + +msgid "WikiCourse/51 Applications" +msgstr "" + +msgid "WikiCourse/52 Structure in the wiki" +msgstr "" + +msgid "WikiCourseHandOut" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "AttachFile" +msgstr "Attachments" + +msgid "DeletePage" +msgstr "" + +msgid "LikePages" +msgstr "" + +msgid "LocalSiteMap" +msgstr "" + +msgid "RenamePage" +msgstr "" + +msgid "SpellCheck" +msgstr "" + +msgid "Discussion" +msgstr "" + +msgid "User agent" +msgstr "" + +msgid "Others" +msgstr "" + +msgid "Distribution of User-Agent Types" +msgstr "" + +msgid "Page Size Distribution" +msgstr "" + +msgid "page size upper bound [bytes]" +msgstr "" + +msgid "# of pages of this size" +msgstr "" + +msgid "Views/day" +msgstr "" + +msgid "Edits/day" +msgstr "" + +#, python-format +msgid "%(chart_title)s for %(filterpage)s" +msgstr "" + +msgid "" +"green=view\n" +"red=edit" +msgstr "" + +msgid "date" +msgstr "" + +msgid "# of hits" +msgstr "" + +msgid "Language" +msgstr "" + +msgid "" +msgstr "" + +msgid "No orphaned pages in this wiki." +msgstr "" + +msgid "Include system pages" +msgstr "" + +msgid "Exclude system pages" +msgstr "" + +msgid "No wanted pages in this wiki." +msgstr "" + +msgid "Python Version" +msgstr "" + +msgid "MoinMoin Version" +msgstr "" + +#, python-format +msgid "Release %s [Revision %s]" +msgstr "" + +msgid "4Suite Version" +msgstr "" + +msgid "Number of pages" +msgstr "" + +msgid "Number of system pages" +msgstr "" + +msgid "Accumulated page sizes" +msgstr "" + +#, python-format +msgid "Disk usage of %(data_dir)s/pages/" +msgstr "" + +#, python-format +msgid "Disk usage of %(data_dir)s/" +msgstr "" + +msgid "Entries in edit log" +msgstr "" + +msgid "NONE" +msgstr "" + +msgid "Global extension macros" +msgstr "" + +msgid "Local extension macros" +msgstr "" + +msgid "Global extension actions" +msgstr "" + +msgid "Local extension actions" +msgstr "" + +msgid "Global parsers" +msgstr "" + +msgid "Local extension parsers" +msgstr "" + +msgid "Xapian and/or Python Xapian bindings not installed" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "index unavailable" +msgstr "" + +msgid "index available" +msgstr "" + +msgid "Xapian search" +msgstr "" + +msgid "Stemming for Xapian" +msgstr "" + +msgid "Active threads" +msgstr "" + +msgid "Search for items" +msgstr "" + +msgid "containing all the following terms" +msgstr "" + +msgid "containing one or more of the following terms" +msgstr "" + +msgid "not containing the following terms" +msgstr "" + +msgid "last modified since (e.g. 2 weeks before)" +msgstr "" + +msgid "any category" +msgstr "" + +msgid "any language" +msgstr "" + +msgid "any mimetype" +msgstr "" + +msgid "Categories" +msgstr "" + +msgid "File Type" +msgstr "" + +msgid "Search only in titles" +msgstr "" + +msgid "Case-sensitive search" +msgstr "" + +msgid "Exclude underlay" +msgstr "" + +msgid "No system items" +msgstr "" + +msgid "Search in all page revisions" +msgstr "" + +msgid "Go get it!" +msgstr "" + +#, python-format +msgid "No quotes on %(pagename)s." +msgstr "" + +msgid "Contents" +msgstr "" + +msgid "Variable name" +msgstr "" + +msgid "Default" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Lexer description" +msgstr "" + +msgid "Lexer names" +msgstr "" + +msgid "File patterns" +msgstr "" + +msgid "Mimetypes" +msgstr "" + +#, python-format +msgid "Unsupported navigation scheme '%(scheme)s'!" +msgstr "" + +msgid "No parent page found!" +msgstr "" + +msgid "Slideshow" +msgstr "" + +msgid "Start" +msgstr "" + +#, python-format +msgid "Slide %(pos)d of %(size)d" +msgstr "" + +msgid "File attachment browser" +msgstr "" + +msgid "User account browser" +msgstr "" + +msgid "Search Titles" +msgstr "" + +msgid "Display context of search results" +msgstr "" + +msgid "Case-sensitive searching" +msgstr "" + +msgid "Search Text" +msgstr "" + +#, python-format +msgid "Unknown macro parameter: %s." +msgstr "" + +#, python-format +msgid "" +"More than one needle with search_macro_parse_args config option enabled " +"('%(needle)s' found already, '%(arg)s' occurred)" +msgstr "" + +#, python-format +msgid "<<%(macro_name)s: invalid macro name>>" +msgstr "" + +#, python-format +msgid "" +"<<%(macro_name)s: execution failed [%(error_msg)s] (see also the log)>>" +msgstr "" + +msgid "Go To Page" +msgstr "" + +msgid "Wiki configuration" +msgstr "" + +msgid "" +"This table shows all settings in this wiki that do not have default values. " +"Settings that the configuration system doesn't know about are shown in " +"''italic'', those may be due to third-party extensions needing configuration " +"or settings that were removed from Moin." +msgstr "" + +msgid "Setting" +msgstr "" + +#, python-format +msgid "%(mins)dm ago" +msgstr "" + +msgid "(no bookmark set)" +msgstr "" + +#, python-format +msgid "(currently set to %s)" +msgstr "" + +msgid "Delete bookmark" +msgstr "" + +msgid "Set bookmark" +msgstr "" + +msgid "[Bookmark reached]" +msgstr "" + +msgid "Markup" +msgstr "" + +msgid "Display" +msgstr "" + +#, python-format +msgid "Upload new attachment \"%(filename)s\"" +msgstr "" + +#, python-format +msgid "" +"%(extension_name)s %(extension_type)s: Required argument %(argument_name)s " +"missing." +msgstr "" + +#, python-format +msgid "" +"%(extension_name)s %(extension_type)s: Invalid " +"%(argument_name)s=%(argument_value)s!" +msgstr "" + +#, python-format +msgid "" +"Current configuration does not allow embedding of the file %(file)s because " +"of its mimetype %(mimetype)s." +msgstr "" + +msgid "Embedded" +msgstr "" + +#, python-format +msgid "Invalid include arguments \"%s\"!" +msgstr "" + +#, python-format +msgid "Nothing found for \"%s\"!" +msgstr "" + +msgid "Switch user" +msgstr "" + +msgid "No user selected" +msgstr "" + +msgid "" +"You can now change the settings of the selected user account; log out to get " +"back to your account." +msgstr "" + +msgid "You are the only user." +msgstr "" + +msgid "" +"As a superuser, you can temporarily assume the identity of another user." +msgstr "" + +msgid "Select User" +msgstr "" + +msgid "Preferences" +msgstr "" + +msgid "This jabber id already belongs to somebody else." +msgstr "" + +#, python-format +msgid "The theme '%(theme_name)s' could not be loaded!" +msgstr "" + +msgid "User preferences saved!" +msgstr "" + +msgid "the one preferred" +msgstr "" + +msgid "free choice" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Preferred theme" +msgstr "" + +msgid "Editor Preference" +msgstr "" + +msgid "Editor shown on UI" +msgstr "" + +msgid "Time zone" +msgstr "" + +msgid "Your time is" +msgstr "" + +msgid "Server time is" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Preferred language" +msgstr "" + +msgid "General options" +msgstr "" + +msgid "Quick links" +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Your password has been changed." +msgstr "" + +msgid "To change your password, enter a new password twice." +msgstr "" + +msgid "OpenID settings" +msgstr "" + +msgid "Cannot remove all OpenIDs." +msgstr "" + +msgid "The selected OpenIDs have been removed." +msgstr "" + +msgid "No OpenID given." +msgstr "" + +msgid "OpenID is already present." +msgstr "" + +msgid "This OpenID is already used for another account." +msgstr "" + +msgid "OpenID added successfully." +msgstr "" + +msgid "Current OpenIDs" +msgstr "" + +msgid "Remove selected" +msgstr "" + +msgid "Add OpenID" +msgstr "" + +msgid "Notification" +msgstr "" + +msgid "Notification settings saved!" +msgstr "" + +msgid "'''Email'''" +msgstr "" + +msgid "'''Jabber'''" +msgstr "" + +msgid "'''Event type'''" +msgstr "" + +msgid "Select the events you want to be notified about." +msgstr "" + +msgid "" +"Before you can be notified, you need to provide a way to contact you in the " +"general preferences." +msgstr "" + +msgid "Subscribed events" +msgstr "" + +msgid "Subscribed wiki pages<
>(one regex per line)" +msgstr "" + +msgid "OpenID server" +msgstr "" + +msgid "The selected websites have been removed." +msgstr "" + +msgid "Trusted websites" +msgstr "" + +#, python-format +msgid "Inlined image: %(url)s" +msgstr "" + +msgid "Toggle line numbers" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en/LC_MESSAGES/sos.po language-pack-en-18.04+20190718/data/en/LC_MESSAGES/sos.po --- language-pack-en-18.04+20180712/data/en/LC_MESSAGES/sos.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en/LC_MESSAGES/sos.po 2019-07-19 07:51:09.000000000 +0000 @@ -0,0 +1,148 @@ +# English translations for PACKAGE package. +# Copyright (C) 2007 ORGANIZATION +# Automatically generated, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-23 19:17+0100\n" +"PO-Revision-Date: 2018-11-14 22:21+0000\n" +"Last-Translator: Launchpad Translations Administrators \n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 11:50+0000\n" +"X-Generator: Launchpad (build 19010)\n" +"Language: en\n" +"Generated-By: pygettext.py 1.5\n" + +#: ../sos/sosreport.py:745 +#, python-format +msgid "sosreport (version %s)" +msgstr "sosreport (version %s)" + +#: ../sos/sosreport.py:977 +#, python-format +msgid "plugin %s does not validate, skipping" +msgstr "plugin %s does not validate, skipping" + +#: ../sos/sosreport.py:979 +msgid "does not validate" +msgstr "" + +#: ../sos/sosreport.py:983 +#, python-format +msgid "plugin %s requires root permissionsto execute, skipping" +msgstr "" + +#: ../sos/sosreport.py:985 +msgid "requires root" +msgstr "" + +#: ../sos/sosreport.py:993 +msgid "excluded" +msgstr "" + +#: ../sos/sosreport.py:997 +msgid "skipped" +msgstr "" + +#: ../sos/sosreport.py:1001 +msgid "inactive" +msgstr "" + +#: ../sos/sosreport.py:1005 +msgid "optional" +msgstr "" + +#: ../sos/sosreport.py:1015 +msgid "not specified" +msgstr "" + +#: ../sos/sosreport.py:1023 +#, python-format +msgid "plugin %s does not install, skipping: %s" +msgstr "" + +#: ../sos/sosreport.py:1027 +#, python-format +msgid "Unknown or inactive profile(s) provided: %s" +msgstr "" + +#: ../sos/sosreport.py:1120 +msgid "no valid plugins found" +msgstr "no valid plugins found" + +#: ../sos/sosreport.py:1124 +msgid "The following plugins are currently enabled:" +msgstr "The following plugins are currently enabled:" + +#: ../sos/sosreport.py:1130 +msgid "No plugin enabled." +msgstr "No plugin enabled." + +#: ../sos/sosreport.py:1134 +msgid "The following plugins are currently disabled:" +msgstr "The following plugins are currently disabled:" + +#: ../sos/sosreport.py:1145 +msgid "The following plugin options are available:" +msgstr "The following plugin options are available:" + +#: ../sos/sosreport.py:1160 +msgid "No plugin options available." +msgstr "No plugin options available." + +#: ../sos/sosreport.py:1172 +msgid "no valid profiles found" +msgstr "" + +#: ../sos/sosreport.py:1174 +msgid "The following profiles are available:" +msgstr "" + +#: ../sos/sosreport.py:1197 +msgid "Press ENTER to continue, or CTRL-C to quit.\n" +msgstr "Press ENTER to continue, or CTRL-C to quit.\n" + +#: ../sos/sosreport.py:1216 +msgid " Setting up archive ..." +msgstr "" + +#: ../sos/sosreport.py:1250 +msgid " Setting up plugins ..." +msgstr "" + +#: ../sos/sosreport.py:1282 +msgid " Running plugins. Please wait ..." +msgstr "" + +#: ../sos/sosreport.py:1490 +msgid "Creating compressed archive..." +msgstr "Creating compressed archive..." + +#: ../sos/sosreport.py:1498 +#, python-format +msgid " %s while finalizing archive" +msgstr "" + +#: ../sos/sosreport.py:1517 +#, python-format +msgid "Error moving directory: %s" +msgstr "" + +#: ../sos/sosreport.py:1540 +#, python-format +msgid "Error moving archive file: %s" +msgstr "" + +#: ../sos/sosreport.py:1558 +#, python-format +msgid "Error moving checksum file: %s" +msgstr "" + +#: ../sos/sosreport.py:1574 +msgid "no valid plugins were enabled" +msgstr "no valid plugins were enabled" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apparmor-parser.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apparmor-parser.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apparmor-parser.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apparmor-parser.po 2019-07-19 07:54:38.000000000 +0000 @@ -0,0 +1,24 @@ +# English (Australia) translation for apparmor +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the apparmor package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: apparmor-parser\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-13 00:11-0700\n" +"PO-Revision-Date: 2015-05-20 12:41+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 11:26+0000\n" +"X-Generator: Launchpad (build 19010)\n" +"Language: en_AU\n" + +#: ../parser_interface.c:818 ../parser_interface.c:810 +#, c-format +msgid "unable to serialize profile %s\n" +msgstr "unable to serialise profile %s\n" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apport.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apport.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apport.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apport.po 2019-07-19 07:54:41.000000000 +0000 @@ -0,0 +1,39 @@ +# English (Australia) translation for apport +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the apport package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: apport\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-07-04 07:24+0000\n" +"PO-Revision-Date: 2019-01-01 17:13+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 11:18+0000\n" +"X-Generator: Launchpad (build 19010)\n" +"Language: \n" + +#: ../apport/ui.py:303 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:303 +msgid "" +"Your computer does not have enough free memory to automatically analyze the " +"problem and send a report to the developers." +msgstr "" +"Your computer does not have enough free memory to automatically analyse the " +"problem and send a report to the developers." + +#: ../apport/ui.py:791 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:791 +msgid "" +"In bug filing mode, save the collected information into a file instead of " +"reporting it. This file can then be reported later on from a different " +"machine." +msgstr "" +"In bug-filing mode, save the collected information into a file instead of " +"reporting it. This file can then be reported later on from a different " +"machine." diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apt.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apt.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apt.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apt.po 2019-07-19 07:54:41.000000000 +0000 @@ -0,0 +1,1107 @@ +# English (Australia) translation for apt +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the apt package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: apt\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2019-05-21 20:08+0000\n" +"PO-Revision-Date: 2013-12-30 23:47+0000\n" +"Last-Translator: Anthony Harrington \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2019-07-18 10:31+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update' +#: apt-private/acqprogress.cc:77 +#, c-format +msgid "Hit:%lu %s" +msgstr "" + +#. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update' +#. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens +#: apt-private/acqprogress.cc:99 +#, c-format +msgid "Get:%lu %s" +msgstr "" + +#. TRANSLATOR: Very short word to be displayed for files in 'apt-get update' +#. which failed to download, but the error is ignored (compare "Err:") +#: apt-private/acqprogress.cc:130 +#, c-format +msgid "Ign:%lu %s" +msgstr "" + +#. TRANSLATOR: Very short word to be displayed for files in 'apt-get update' +#. which failed to download and the error is critical (compare "Ign:") +#: apt-private/acqprogress.cc:139 +#, c-format +msgid "Err:%lu %s" +msgstr "" + +#: apt-private/acqprogress.cc:315 +#, c-format +msgid "" +"Media change: please insert the disc labeled\n" +" '%s'\n" +"in the drive '%s' and press [Enter]\n" +msgstr "" + +#: apt-private/acqprogress.cc:350 +msgid "" +"Do you want to accept these changes and continue updating from this " +"repository?" +msgstr "" + +#: apt-private/private-cachefile.cc:105 +msgid "Unable to minimize the upgrade set" +msgstr "Unable to minimise the upgrade set" + +#: apt-private/private-cachefile.cc:111 apt-private/private-install.cc:684 +msgid "You might want to run 'apt --fix-broken install' to correct these." +msgstr "" + +#: apt-private/private-cachefile.cc:113 apt-private/private-install.cc:686 +msgid "" +"Unmet dependencies. Try 'apt --fix-broken install' with no packages (or " +"specify a solution)." +msgstr "" + +#: apt-private/private-cacheset.cc:36 apt-private/private-search.cc:69 +msgid "Sorting" +msgstr "" + +#: apt-private/private-cacheset.cc:218 +#, c-format +msgid "Note, selecting '%s' for glob '%s'\n" +msgstr "" + +#. TRANSLATORS: Note, this is not an interactive question +#: apt-private/private-cacheset.cc:357 apt-private/private-install.cc:1096 +#, c-format +msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n" +msgstr "" + +#: apt-private/private-cacheset.cc:363 apt-private/private-install.cc:1102 +#, c-format +msgid "Package '%s' is not installed, so not removed\n" +msgstr "" + +#: apt-private/private-cmndline.cc:405 +msgid "Most used commands:" +msgstr "" + +#: apt-private/private-cmndline.cc:444 +#, c-format +msgid "See %s for more information about the available commands." +msgstr "" + +#: apt-private/private-cmndline.cc:448 +msgid "" +"Configuration options and syntax is detailed in apt.conf(5).\n" +"Information about how to configure sources can be found in sources.list(5).\n" +"Package and version choices can be expressed via apt_preferences(5).\n" +"Security details are available in apt-secure(8).\n" +msgstr "" + +#: apt-private/private-cmndline.cc:453 +msgid "This APT has Super Cow Powers." +msgstr "" + +#: apt-private/private-cmndline.cc:455 +msgid "This APT helper has Super Meep Powers." +msgstr "" + +#: apt-private/private-cmndline.cc:547 +msgid "" +"--force-yes is deprecated, use one of the options starting with --allow " +"instead." +msgstr "" + +#: apt-private/private-depends.cc:35 apt-private/private-download.cc:251 +#: apt-private/private-show.cc:407 apt-private/private-show.cc:409 +#: apt-private/private-show.cc:464 cmdline/apt-mark.cc:56 +#: cmdline/apt-mark.cc:102 cmdline/apt-mark.cc:298 +msgid "No packages found" +msgstr "No package found" + +#: apt-private/private-download.cc:76 +msgid "Install these packages without verification?" +msgstr "" + +#: apt-private/private-download.cc:85 +msgid "" +"There were unauthenticated packages and -y was used without --allow-" +"unauthenticated" +msgstr "" + +#: apt-private/private-download.cc:117 +#, c-format +msgid "Failed to fetch %s %s" +msgstr "" + +#: apt-private/private-install.cc:195 +msgid "" +"Essential packages were removed and -y was used without --allow-remove-" +"essential." +msgstr "" + +#: apt-private/private-install.cc:197 +msgid "Packages were downgraded and -y was used without --allow-downgrades." +msgstr "" + +#: apt-private/private-install.cc:199 +msgid "" +"Held packages were changed and -y was used without --allow-change-held-" +"packages." +msgstr "" + +#: apt-private/private-install.cc:228 +msgid "How odd... The sizes didn't match, email apt@packages.debian.org" +msgstr "" + +#: apt-private/private-install.cc:303 cmdline/apt-mark.cc:239 +msgid "Do you want to continue?" +msgstr "" + +#: apt-private/private-install.cc:381 +msgid "Note: This is done automatically and on purpose by dpkg." +msgstr "" + +#: apt-private/private-install.cc:559 +#, c-format +msgid "Use '%s' to remove it." +msgid_plural "Use '%s' to remove them." +msgstr[0] "" +msgstr[1] "" + +#: apt-private/private-install.cc:838 +msgid "The following additional packages will be installed:" +msgstr "" + +#. TRANSLATORS: First string is package name, second is version +#: apt-private/private-install.cc:993 +#, c-format +msgid "%s is already the newest version (%s).\n" +msgstr "" + +#: apt-private/private-list.cc:120 +msgid "Listing" +msgstr "" + +#: apt-private/private-list.cc:150 +#, c-format +msgid "There is %i additional version. Please use the '-a' switch to see it" +msgid_plural "" +"There are %i additional versions. Please use the '-a' switch to see them." +msgstr[0] "" +msgstr[1] "" + +#. TRANSLATORS: placeholder is a binary name like apt or apt-get +#: apt-private/private-main.cc:65 +#, c-format +msgid "" +"NOTE: This is only a simulation!\n" +" %s needs root privileges for real execution.\n" +" Keep also in mind that locking is deactivated,\n" +" so don't depend on the relevance to the real current situation!\n" +msgstr "" + +#: apt-private/private-output.cc:120 apt-private/private-show.cc:238 +#: apt-private/private-show.cc:243 +msgid "unknown" +msgstr "" + +#: apt-private/private-output.cc:287 +#, c-format +msgid "[installed,upgradable to: %s]" +msgstr "" + +#: apt-private/private-output.cc:290 +msgid "[installed,local]" +msgstr "" + +#: apt-private/private-output.cc:292 +msgid "[installed,auto-removable]" +msgstr "" + +#: apt-private/private-output.cc:294 +msgid "[installed,automatic]" +msgstr "" + +#: apt-private/private-output.cc:296 +msgid "[installed]" +msgstr "" + +#: apt-private/private-output.cc:299 +#, c-format +msgid "[upgradable from: %s]" +msgstr "" + +#: apt-private/private-output.cc:303 +msgid "[residual-config]" +msgstr "" + +#: apt-private/private-output.cc:568 +#, c-format +msgid "%s (due to %s)" +msgstr "" + +#: apt-private/private-output.cc:618 +msgid "" +"WARNING: The following essential packages will be removed.\n" +"This should NOT be done unless you know exactly what you are doing!" +msgstr "" +"WARNING: The following essential packages will be removed\n" +"This should NOT be done unless you know exactly what you are doing!" + +#: apt-private/private-output.cc:649 +#, c-format +msgid "%lu upgraded, %lu newly installed, " +msgstr "%lu to upgrade, %lu to newly install, " + +#: apt-private/private-output.cc:653 +#, c-format +msgid "%lu reinstalled, " +msgstr "%lu to reinstall, " + +#: apt-private/private-output.cc:655 +#, c-format +msgid "%lu downgraded, " +msgstr "%lu to downgrade, " + +#: apt-private/private-output.cc:657 +#, c-format +msgid "%lu to remove and %lu not upgraded.\n" +msgstr "%lu to remove and %lu not to upgrade.\n" + +#. TRANSLATOR: Yes/No question help-text: defaulting to Y[es] +#. e.g. "Do you want to continue? [Y/n] " +#. The user has to answer with an input matching the +#. YESEXPR/NOEXPR defined in your l10n. +#: apt-private/private-output.cc:696 +msgid "[Y/n]" +msgstr "" + +#. TRANSLATOR: Yes/No question help-text: defaulting to N[o] +#. e.g. "Should this file be removed? [y/N] " +#. The user has to answer with an input matching the +#. YESEXPR/NOEXPR defined in your l10n. +#: apt-private/private-output.cc:702 +msgid "[y/N]" +msgstr "" + +#: apt-private/private-search.cc:73 +msgid "Full Text Search" +msgstr "" + +#: apt-private/private-show.cc:391 +#, c-format +msgid "There is %i additional record. Please use the '-a' switch to see it" +msgid_plural "" +"There are %i additional records. Please use the '-a' switch to see them." +msgstr[0] "" +msgstr[1] "" + +#: apt-private/private-show.cc:399 +msgid "not a real package (virtual)" +msgstr "" + +#. Print the package name and the version we are forcing to +#: apt-private/private-show.cc:519 +#, c-format +msgid "%s -> %s with priority %d\n" +msgstr "" + +#: apt-private/private-source.cc:118 +#, c-format +msgid "Can not find a package for architecture '%s'" +msgstr "" + +#: apt-private/private-source.cc:194 +#, c-format +msgid "Can not find a package '%s' with version '%s'" +msgstr "" + +#: apt-private/private-source.cc:197 +#, c-format +msgid "Can not find a package '%s' with release '%s'" +msgstr "" + +#: apt-private/private-source.cc:292 +#, c-format +msgid "Can not find version '%s' of package '%s'" +msgstr "" + +#: apt-private/private-source.cc:379 +#, c-format +msgid "" +"Please use:\n" +"%s\n" +"to retrieve the latest (possibly unreleased) updates to the package.\n" +msgstr "" + +#: apt-private/private-source.cc:767 +#, c-format +msgid "Note, using directory '%s' to get the build dependencies\n" +msgstr "" + +#: apt-private/private-source.cc:769 +#, c-format +msgid "Note, using file '%s' to get the build dependencies\n" +msgstr "" + +#: apt-private/private-sources.cc:82 +#, c-format +msgid "Failed to parse %s. Edit again? " +msgstr "" + +#: apt-private/private-sources.cc:100 +#, c-format +msgid "Your '%s' file changed, please run 'apt-get update'." +msgstr "" + +#. TRANSLATOR: the first two are manpage references, the last the URI from a sources.list +#: apt-private/private-update.cc:116 +#, c-format +msgid "" +"Usage of %s should be preferred over embedding login information directly in " +"the %s entry for '%s'" +msgstr "" + +#: apt-private/private-update.cc:134 +#, c-format +msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" +msgid_plural "" +"%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n" +msgstr[0] "" +msgstr[1] "" + +#: apt-private/private-update.cc:138 +msgid "All packages are up to date." +msgstr "" + +#: cmdline/apt-cache.cc:186 +msgid "apt-cache stats does not take any arguments" +msgstr "" + +#: cmdline/apt-cache.cc:1101 +msgid "" +"Usage: apt-cache [options] command\n" +" apt-cache [options] show pkg1 [pkg2 ...]\n" +"\n" +"apt-cache queries and displays available information about installed\n" +"and installable packages. It works exclusively on the data acquired\n" +"into the local cache via the 'update' command of e.g. apt-get. The\n" +"displayed information may therefore be outdated if the last update was\n" +"too long ago, but in exchange apt-cache works independently of the\n" +"availability of the configured sources (e.g. offline).\n" +msgstr "" + +#: cmdline/apt-cache.cc:1117 +msgid "Show source records" +msgstr "" + +#: cmdline/apt-cache.cc:1123 +msgid "Search the package list for a regex pattern" +msgstr "" + +#: cmdline/apt-cache.cc:1124 +msgid "Show raw dependency information for a package" +msgstr "" + +#: cmdline/apt-cache.cc:1125 +msgid "Show reverse dependency information for a package" +msgstr "" + +#: cmdline/apt-cache.cc:1128 +msgid "Show a readable record for the package" +msgstr "" + +#: cmdline/apt-cache.cc:1129 +msgid "List the names of all packages in the system" +msgstr "" + +#: cmdline/apt-cache.cc:1131 +msgid "Show policy settings" +msgstr "" + +#: cmdline/apt-cdrom.cc:92 +msgid "Please insert a Disc in the drive and press [Enter]" +msgstr "" + +#: cmdline/apt-cdrom.cc:179 +msgid "" +"No CD-ROM could be auto-detected or found using the default mount point.\n" +"You may try the --cdrom option to set the CD-ROM mount point.\n" +"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and " +"mount point." +msgstr "" + +#: cmdline/apt-cdrom.cc:208 +msgid "" +"Usage: apt-cdrom [options] command\n" +"\n" +"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n" +"media types as package sources to APT. The mount point and device\n" +"information is taken from apt.conf(5), udev(7) and fstab(5).\n" +msgstr "" + +#: cmdline/apt-config.cc:82 +msgid "" +"Usage: apt-config [options] command\n" +"\n" +"apt-config is an interface to the configuration settings used by\n" +"all APT tools, mainly intended for debugging and shell scripting.\n" +msgstr "" + +#: cmdline/apt-config.cc:92 +msgid "get configuration values via shell evaluation" +msgstr "" + +#: cmdline/apt-config.cc:93 +msgid "show the active configuration setting" +msgstr "" + +#: cmdline/apt-get.cc:390 +msgid "" +"Usage: apt-get [options] command\n" +" apt-get [options] install|remove pkg1 [pkg2 ...]\n" +" apt-get [options] source pkg1 [pkg2 ...]\n" +"\n" +"apt-get is a command line interface for retrieval of packages\n" +"and information about them from authenticated sources and\n" +"for installation, upgrade and removal of packages together\n" +"with their dependencies.\n" +msgstr "" + +#: cmdline/apt-get.cc:404 +msgid "Retrieve new lists of packages" +msgstr "" + +#: cmdline/apt-get.cc:405 +msgid "Perform an upgrade" +msgstr "" + +#: cmdline/apt-get.cc:406 +msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgstr "" + +#: cmdline/apt-get.cc:408 +msgid "Remove packages" +msgstr "" + +#: cmdline/apt-get.cc:409 +msgid "Remove packages and config files" +msgstr "" + +#: cmdline/apt-get.cc:410 cmdline/apt.cc:68 +msgid "Remove automatically all unused packages" +msgstr "" + +#: cmdline/apt-get.cc:415 +msgid "Distribution upgrade, see apt-get(8)" +msgstr "" + +#: cmdline/apt-get.cc:417 +msgid "Follow dselect selections" +msgstr "" + +#: cmdline/apt-get.cc:418 +msgid "Configure build-dependencies for source packages" +msgstr "" + +#: cmdline/apt-get.cc:420 +msgid "Erase downloaded archive files" +msgstr "" + +#: cmdline/apt-get.cc:421 +msgid "Erase old downloaded archive files" +msgstr "" + +#: cmdline/apt-get.cc:423 +msgid "Verify that there are no broken dependencies" +msgstr "" + +#: cmdline/apt-get.cc:424 +msgid "Download source archives" +msgstr "" + +#: cmdline/apt-get.cc:425 +msgid "Download the binary package into the current directory" +msgstr "" + +#: cmdline/apt-get.cc:426 +msgid "Download and display the changelog for the given package" +msgstr "" + +#: cmdline/apt-helper.cc:43 +msgid "Need one URL as argument" +msgstr "" + +#: cmdline/apt-helper.cc:57 +msgid "Must specify at least one pair url/filename" +msgstr "" + +#: cmdline/apt-helper.cc:100 cmdline/apt-helper.cc:104 +msgid "Download Failed" +msgstr "" + +#: cmdline/apt-helper.cc:125 cmdline/apt-helper.cc:128 +#, c-format +msgid "GetSrvRec failed for %s" +msgstr "" + +#: cmdline/apt-helper.cc:263 +msgid "" +"Usage: apt-helper [options] command\n" +" apt-helper [options] cat-file file ...\n" +" apt-helper [options] download-file uri target-path\n" +"\n" +"apt-helper bundles a variety of commands for shell scripts to use\n" +"e.g. the same proxy configuration or acquire system as APT would.\n" +msgstr "" + +#: cmdline/apt-helper.cc:275 +msgid "download the given uri to the target-path" +msgstr "" + +#: cmdline/apt-helper.cc:276 +msgid "lookup a SRV record (e.g. _http._tcp.ftp.debian.org)" +msgstr "" + +#: cmdline/apt-helper.cc:277 +msgid "concatenate files, with automatic decompression" +msgstr "" + +#: cmdline/apt-helper.cc:278 +msgid "detect proxy using apt.conf" +msgstr "" + +#: cmdline/apt-helper.cc:279 +msgid "wait for system to be online" +msgstr "" + +#: cmdline/apt-helper.cc:280 +msgid "drop privileges before running given command" +msgstr "" + +#: cmdline/apt-mark.cc:345 +#, c-format +msgid "Canceled hold on %s.\n" +msgstr "Cancelled hold on %s.\n" + +#: cmdline/apt-mark.cc:347 +#, c-format +msgid "Selected %s for purge.\n" +msgstr "" + +#: cmdline/apt-mark.cc:349 +#, c-format +msgid "Selected %s for removal.\n" +msgstr "" + +#: cmdline/apt-mark.cc:351 +#, c-format +msgid "Selected %s for installation.\n" +msgstr "" + +#: cmdline/apt-mark.cc:403 +msgid "" +"Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" +"\n" +"apt-mark is a simple command line interface for marking packages\n" +"as manually or automatically installed. It can also be used to\n" +"manipulate the dpkg(1) selection states of packages, and to list\n" +"all packages with or without a certain marking.\n" +msgstr "" + +#: cmdline/apt-mark.cc:415 +msgid "Mark the given packages as automatically installed" +msgstr "" + +#: cmdline/apt-mark.cc:416 +msgid "Mark the given packages as manually installed" +msgstr "" + +#: cmdline/apt-mark.cc:418 +msgid "Mark a package as held back" +msgstr "" + +#: cmdline/apt-mark.cc:419 +msgid "Unset a package set as held back" +msgstr "" + +#: cmdline/apt-mark.cc:424 +msgid "Print the list of automatically installed packages" +msgstr "" + +#: cmdline/apt-mark.cc:425 +msgid "Print the list of manually installed packages" +msgstr "" + +#: cmdline/apt-mark.cc:304 +msgid "Print the list of package on hold" +msgstr "" + +#: cmdline/apt.cc:46 +msgid "" +"Usage: apt [options] command\n" +"\n" +"apt is a commandline package manager and provides commands for\n" +"searching and managing as well as querying information about packages.\n" +"It provides the same functionality as the specialized APT tools,\n" +"like apt-get and apt-cache, but enables options more suitable for\n" +"interactive use by default.\n" +msgstr "" + +#. query +#: cmdline/apt.cc:60 +msgid "list packages based on package names" +msgstr "" + +#: cmdline/apt.cc:61 +msgid "search in package descriptions" +msgstr "" + +#: cmdline/apt.cc:62 +msgid "show package details" +msgstr "" + +#. package stuff +#: cmdline/apt.cc:65 +msgid "install packages" +msgstr "" + +#: cmdline/apt.cc:67 +msgid "remove packages" +msgstr "" + +#. system wide stuff +#: cmdline/apt.cc:74 +msgid "update list of available packages" +msgstr "" + +#: cmdline/apt.cc:75 +msgid "upgrade the system by installing/upgrading packages" +msgstr "" + +#: cmdline/apt.cc:76 +msgid "upgrade the system by removing/installing/upgrading packages" +msgstr "" + +#. misc +#: cmdline/apt.cc:79 +msgid "edit the source information file" +msgstr "" + +#: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95 +#: dselect/install:106 dselect/update:45 +msgid "Press [Enter] to continue." +msgstr "" + +#: methods/basehttp.cc:53 +msgid "Waiting for headers" +msgstr "" + +#: methods/basehttp.cc:104 methods/basehttp.cc:111 +msgid "The HTTP server sent an invalid reply header" +msgstr "" + +#: methods/basehttp.cc:139 +msgid "Bad header line" +msgstr "" + +#: methods/basehttp.cc:165 +msgid "The HTTP server sent an invalid Content-Length header" +msgstr "" + +#: methods/basehttp.cc:196 +msgid "The HTTP server sent an invalid Content-Range header" +msgstr "" + +#: methods/basehttp.cc:198 +msgid "This HTTP server has broken range support" +msgstr "" + +#: methods/basehttp.cc:236 +msgid "Unknown date format" +msgstr "" + +#: methods/basehttp.cc:637 +msgid "Bad header data" +msgstr "" + +#: methods/basehttp.cc:656 methods/basehttp.cc:782 +msgid "Connection failed" +msgstr "" + +#: methods/basehttp.cc:709 methods/ftp.cc:970 methods/http.cc:615 +#: methods/http.cc:874 +#, c-format +msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" +msgstr "" + +#: methods/basehttp.cc:750 +#, c-format +msgid "" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" +msgstr "" + +#: methods/basehttp.cc:860 +msgid "Internal error" +msgstr "" + +#: methods/cdrom.cc:204 +#, c-format +msgid "Unable to read the cdrom database %s" +msgstr "" + +#: methods/cdrom.cc:213 +msgid "" +"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " +"cannot be used to add new CD-ROMs" +msgstr "" + +#: methods/cdrom.cc:223 +msgid "Wrong CD-ROM" +msgstr "" + +#: methods/cdrom.cc:250 +#, c-format +msgid "Unable to unmount the CD-ROM in %s, it may still be in use." +msgstr "" + +#: methods/cdrom.cc:255 +msgid "Disk not found." +msgstr "" + +#: methods/cdrom.cc:263 methods/file.cc:124 methods/rsh.cc:296 +msgid "File not found" +msgstr "" + +#. TRANSLATOR: %s is e.g. Tor's ".onion" which would likely fail or leak info (RFC7686) +#: methods/connect.cc:76 +#, c-format +msgid "Direct connection to %s domains is blocked by default." +msgstr "" + +#: methods/connect.cc:78 +#, c-format +msgid "If you meant to use Tor remember to use %s instead of %s." +msgstr "" + +#: methods/connect.cc:148 +#, c-format +msgid "[IP: %s %s]" +msgstr "" + +#: methods/connect.cc:150 +#, c-format +msgid "Connected to %s (%s)" +msgstr "" + +#: methods/connect.cc:167 methods/connect.cc:576 methods/http.cc:317 +#, c-format +msgid "Connecting to %s (%s)" +msgstr "" + +#: methods/connect.cc:177 +#, c-format +msgid "Could not create a socket for %s (f=%u t=%u p=%u)" +msgstr "" + +#: methods/connect.cc:186 +#, c-format +msgid "Cannot initiate the connection to %s:%s (%s)." +msgstr "" + +#: methods/connect.cc:214 +#, c-format +msgid "Could not connect to %s:%s (%s)." +msgstr "" + +#: methods/connect.cc:311 +#, c-format +msgid "Could not connect to %s:%s (%s), connection timed out" +msgstr "" + +#. We say this mainly because the pause here is for the +#. ssh connection that is still going +#: methods/connect.cc:364 methods/rsh.cc:457 +#, c-format +msgid "Connecting to %s" +msgstr "" + +#: methods/connect.cc:400 methods/connect.cc:421 +#, c-format +msgid "Could not resolve '%s'" +msgstr "" + +#: methods/connect.cc:428 +#, c-format +msgid "Temporary failure resolving '%s'" +msgstr "" + +#: methods/connect.cc:433 +#, c-format +msgid "System error resolving '%s:%s'" +msgstr "" + +#: methods/connect.cc:436 +#, c-format +msgid "Something wicked happened resolving '%s:%s' (%i - %s)" +msgstr "" + +#: methods/connect.cc:472 +#, c-format +msgid "Unable to connect to %s:%s:" +msgstr "" + +#: methods/copy.cc:49 +msgid "Failed to stat" +msgstr "" + +#: methods/file.cc:50 +msgid "Invalid URI, local URIS must not start with //" +msgstr "" + +#. Login must be before getpeername otherwise dante won't work. +#: methods/ftp.cc:174 +msgid "Logging in" +msgstr "" + +#: methods/ftp.cc:183 +msgid "Unable to determine the peer name" +msgstr "" + +#: methods/ftp.cc:191 +msgid "Unable to determine the local name" +msgstr "" + +#: methods/ftp.cc:225 methods/ftp.cc:262 +#, c-format +msgid "The server refused the connection and said: %s" +msgstr "" + +#: methods/ftp.cc:234 +#, c-format +msgid "USER failed, server said: %s" +msgstr "" + +#: methods/ftp.cc:244 +#, c-format +msgid "PASS failed, server said: %s" +msgstr "" + +#: methods/ftp.cc:270 +msgid "" +"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " +"is empty." +msgstr "" + +#: methods/ftp.cc:303 +#, c-format +msgid "Login script command '%s' failed, server said: %s" +msgstr "" + +#: methods/ftp.cc:332 +#, c-format +msgid "TYPE failed, server said: %s" +msgstr "" + +#: methods/ftp.cc:371 methods/ftp.cc:483 methods/rsh.cc:210 methods/rsh.cc:258 +msgid "Connection timeout" +msgstr "" + +#: methods/ftp.cc:377 +msgid "Server closed the connection" +msgstr "" + +#: methods/ftp.cc:380 methods/rsh.cc:217 +msgid "Read error" +msgstr "" + +#: methods/ftp.cc:387 methods/rsh.cc:224 +msgid "A response overflowed the buffer." +msgstr "" + +#: methods/ftp.cc:404 methods/ftp.cc:416 +msgid "Protocol corruption" +msgstr "" + +#: methods/ftp.cc:489 methods/rsh.cc:264 +msgid "Write error" +msgstr "" + +#: methods/ftp.cc:741 methods/ftp.cc:747 methods/ftp.cc:782 +msgid "Could not create a socket" +msgstr "" + +#: methods/ftp.cc:752 +msgid "Could not connect data socket, connection timed out" +msgstr "" + +#: methods/ftp.cc:758 +msgid "Could not connect passive socket." +msgstr "" + +#: methods/ftp.cc:775 +msgid "getaddrinfo was unable to get a listening socket" +msgstr "" + +#: methods/ftp.cc:789 +msgid "Could not bind a socket" +msgstr "" + +#: methods/ftp.cc:793 +msgid "Could not listen on the socket" +msgstr "" + +#: methods/ftp.cc:800 +msgid "Could not determine the socket's name" +msgstr "" + +#: methods/ftp.cc:832 +msgid "Unable to send PORT command" +msgstr "" + +#: methods/ftp.cc:842 +#, c-format +msgid "Unknown address family %u (AF_*)" +msgstr "" + +#: methods/ftp.cc:851 +#, c-format +msgid "EPRT failed, server said: %s" +msgstr "" + +#: methods/ftp.cc:871 +msgid "Data socket connect timed out" +msgstr "" + +#: methods/ftp.cc:878 +msgid "Unable to accept connection" +msgstr "" + +#: methods/ftp.cc:918 methods/http.cc:1014 methods/rsh.cc:334 +msgid "Problem hashing file" +msgstr "" + +#: methods/ftp.cc:931 +#, c-format +msgid "Unable to fetch file, server said '%s'" +msgstr "" + +#: methods/ftp.cc:946 methods/rsh.cc:353 +msgid "Data socket timed out" +msgstr "" + +#: methods/ftp.cc:983 +#, c-format +msgid "Data transfer failed, server said '%s'" +msgstr "" + +#. Get the files information +#: methods/ftp.cc:1071 +msgid "Query" +msgstr "" + +#: methods/ftp.cc:1183 +msgid "Unable to invoke " +msgstr "" + +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: methods/gpgv.cc:385 +#, c-format +msgid "" +"Clearsigned file isn't valid, got '%s' (does the network require " +"authentication?)" +msgstr "" + +#. TRANSLATORS: %s is a single techy word like 'NODATA' +#: methods/gpgv.cc:393 +#, c-format +msgid "" +"Signed file isn't valid, got '%s' (does the network require authentication?)" +msgstr "" + +#: methods/gpgv.cc:403 methods/gpgv.cc:413 +msgid "At least one invalid signature was encountered." +msgstr "" + +#: methods/gpgv.cc:408 +msgid "" +"Internal error: Good signature, but could not determine key fingerprint?!" +msgstr "" + +#: methods/gpgv.cc:415 +msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" +msgstr "" + +#: methods/gpgv.cc:417 +msgid "Unknown error executing apt-key" +msgstr "" + +#. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. +#: methods/gpgv.cc:447 +#, c-format +msgid "Signature by key %s uses weak digest algorithm (%s)" +msgstr "" + +#: methods/gpgv.cc:461 methods/gpgv.cc:467 +msgid "The following signatures were invalid:\n" +msgstr "" + +#: methods/gpgv.cc:473 +msgid "" +"The following signatures couldn't be verified because the public key is not " +"available:\n" +msgstr "" + +#: methods/http.cc:711 +msgid "Error writing to the file" +msgstr "" + +#: methods/http.cc:728 +msgid "Error reading from server. Remote end closed connection" +msgstr "" + +#: methods/http.cc:732 +msgid "Error reading from server" +msgstr "" + +#: methods/http.cc:769 +msgid "Error writing to file" +msgstr "" + +#: methods/http.cc:836 +msgid "Select failed" +msgstr "" + +#: methods/http.cc:842 +msgid "Connection timed out" +msgstr "" + +#: methods/http.cc:866 +msgid "Error writing to output file" +msgstr "" + +#: methods/rred.cc:710 +msgid "Failed to set modification time" +msgstr "" + +#: methods/rsh.cc:361 +msgid "Connection closed prematurely" +msgstr "" + +#: methods/store.cc:80 +msgid "Empty files can't be valid archives" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apt.sh.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apt.sh.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apt.sh.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apt.sh.po 2019-07-19 07:54:38.000000000 +0000 @@ -0,0 +1,18 @@ +# English (Australia) translation for apt +# Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019 +# This file is distributed under the same license as the apt package. +# FIRST AUTHOR , 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: apt\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2019-05-21 20:08+0000\n" +"PO-Revision-Date: 2019-02-24 10:13+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 10:31+0000\n" +"X-Generator: Launchpad (build 19010)\n" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apturl.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apturl.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/apturl.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/apturl.po 2019-07-19 07:54:40.000000000 +0000 @@ -0,0 +1,18 @@ +# English (Australia) translation for apturl +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the apturl package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: apturl\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-10-01 16:48+0000\n" +"PO-Revision-Date: 2011-07-24 00:00+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 11:30+0000\n" +"X-Generator: Launchpad (build 19010)\n" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/bash.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/bash.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/bash.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/bash.po 2019-07-19 07:54:39.000000000 +0000 @@ -0,0 +1,1205 @@ +# English (Australia) translation for bash +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the bash package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: bash\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-09-10 12:42-0400\n" +"PO-Revision-Date: 2015-05-20 12:23+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2019-07-18 10:32+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: arrayfunc.c:368 builtins/declare.def:574 variables.c:2092 variables.c:2118 +#: variables.c:2730 +#, c-format +msgid "%s: removing nameref attribute" +msgstr "" + +#: builtins/cd.def:336 +msgid "null directory" +msgstr "" + +#: builtins/common.c:918 +msgid "help not available in this version" +msgstr "" + +#: builtins/declare.def:353 builtins/declare.def:691 builtins/declare.def:702 +#, c-format +msgid "`%s': invalid variable name for name reference" +msgstr "" + +#: builtins/declare.def:753 +#, c-format +msgid "%s: quoted compound array assignment deprecated" +msgstr "" + +#: builtins/enable.def:387 +#, c-format +msgid "load function for %s returns failure (%d): not loaded" +msgstr "" + +#: builtins/history.def:264 +#, c-format +msgid "%s: invalid timestamp" +msgstr "" + +#: builtins/setattr.def:196 +#, c-format +msgid "%s: cannot export" +msgstr "" + +#: builtins/type.def:300 +#, c-format +msgid "%s is a special shell builtin\n" +msgstr "" + +#. TRANSLATORS: this is a prefix for informational messages. +#: error.c:288 +#, c-format +msgid "INFORM: " +msgstr "" + +#: execute_cmd.c:2273 +#, c-format +msgid "execute_coproc: coproc [%d:%s] still exists" +msgstr "" + +#: execute_cmd.c:4496 +#, c-format +msgid "eval: maximum eval nesting level exceeded (%d)" +msgstr "" + +#: execute_cmd.c:4508 +#, c-format +msgid "%s: maximum source nesting level exceeded (%d)" +msgstr "" + +#: parse.y:2324 +#, c-format +msgid "" +"shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line " +"truncated" +msgstr "" + +#: parse.y:2700 +msgid "maximum here-document count exceeded" +msgstr "" + +#: pcomplete.c:1646 +#, c-format +msgid "programmable_completion: %s: possible retry loop" +msgstr "" + +#: shell.c:1282 +#, c-format +msgid "cannot set uid to %d: effective uid %d" +msgstr "" + +#: shell.c:1289 +#, c-format +msgid "cannot set gid to %d: effective gid %d" +msgstr "" + +#: shell.c:1458 +msgid "cannot start debugger; debugging mode disabled" +msgstr "" + +#: shell.c:1566 +#, c-format +msgid "%s: Is a directory" +msgstr "" + +#: shell.c:1963 +#, c-format +msgid "bash home page: \n" +msgstr "" + +#: shell.c:1964 +#, c-format +msgid "General help using GNU software: \n" +msgstr "" + +#: subst.c:5959 +msgid "command substitution: ignored null byte in input" +msgstr "" + +#: subst.c:6800 +#, c-format +msgid "%s: invalid indirect expansion" +msgstr "" + +#: subst.c:6807 +#, c-format +msgid "%s: invalid variable name" +msgstr "" + +#: variables.c:3043 +#, c-format +msgid "%s: assigning integer to name reference" +msgstr "" + +#: version.c:46 version2.c:46 +msgid "Copyright (C) 2016 Free Software Foundation, Inc." +msgstr "" + +#: builtins.c:80 +msgid "typeset [-aAfFgilnrtux] [-p] name[=value] ..." +msgstr "" + +#: builtins.c:131 +msgid "disown [-h] [-ar] [jobspec ... | pid ...]" +msgstr "" + +#: builtins.c:171 +msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]" +msgstr "" + +#: builtins.c:235 +msgid "" +"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] " +"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]" +msgstr "" + +#: builtins.c:242 +msgid "" +"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C " +"callback] [-c quantum] [array]" +msgstr "" + +#: builtins.c:256 +msgid "" +"Define or display aliases.\n" +" \n" +" Without arguments, `alias' prints the list of aliases in the reusable\n" +" form `alias NAME=VALUE' on standard output.\n" +" \n" +" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" +" A trailing space in VALUE causes the next word to be checked for\n" +" alias substitution when the alias is expanded.\n" +" \n" +" Options:\n" +" -p\tprint all defined aliases in a reusable format\n" +" \n" +" Exit Status:\n" +" alias returns true unless a NAME is supplied for which no alias has " +"been\n" +" defined." +msgstr "" + +#: builtins.c:278 +msgid "" +"Remove each NAME from the list of defined aliases.\n" +" \n" +" Options:\n" +" -a\tremove all alias definitions\n" +" \n" +" Return success unless a NAME is not an existing alias." +msgstr "" + +#: builtins.c:291 +msgid "" +"Set Readline key bindings and variables.\n" +" \n" +" Bind a key sequence to a Readline function or a macro, or set a\n" +" Readline variable. The non-option argument syntax is equivalent to\n" +" that found in ~/.inputrc, but must be passed as a single argument:\n" +" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n" +" \n" +" Options:\n" +" -m keymap Use KEYMAP as the keymap for the duration of this\n" +" command. Acceptable keymap names are emacs,\n" +" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-" +"move,\n" +" vi-command, and vi-insert.\n" +" -l List names of functions.\n" +" -P List function names and bindings.\n" +" -p List functions and bindings in a form that can be\n" +" reused as input.\n" +" -S List key sequences that invoke macros and their " +"values\n" +" -s List key sequences that invoke macros and their " +"values\n" +" in a form that can be reused as input.\n" +" -V List variable names and values\n" +" -v List variable names and values in a form that can\n" +" be reused as input.\n" +" -q function-name Query about which keys invoke the named function.\n" +" -u function-name Unbind all keys which are bound to the named " +"function.\n" +" -r keyseq Remove the binding for KEYSEQ.\n" +" -f filename Read key bindings from FILENAME.\n" +" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n" +" \t\t\t\tKEYSEQ is entered.\n" +" -X List key sequences bound with -x and associated " +"commands\n" +" in a form that can be reused as input.\n" +" \n" +" Exit Status:\n" +" bind returns 0 unless an unrecognized option is given or an error occurs." +msgstr "" + +#: builtins.c:387 +msgid "" +"Change the shell working directory.\n" +" \n" +" Change the current directory to DIR. The default DIR is the value of " +"the\n" +" HOME shell variable.\n" +" \n" +" The variable CDPATH defines the search path for the directory " +"containing\n" +" DIR. Alternative directory names in CDPATH are separated by a colon " +"(:).\n" +" A null directory name is the same as the current directory. If DIR " +"begins\n" +" with a slash (/), then CDPATH is not used.\n" +" \n" +" If the directory is not found, and the shell option `cdable_vars' is " +"set,\n" +" the word is assumed to be a variable name. If that variable has a " +"value,\n" +" its value is used for DIR.\n" +" \n" +" Options:\n" +" -L\tforce symbolic links to be followed: resolve symbolic\n" +" \t\tlinks in DIR after processing instances of `..'\n" +" -P\tuse the physical directory structure without following\n" +" \t\tsymbolic links: resolve symbolic links in DIR before\n" +" \t\tprocessing instances of `..'\n" +" -e\tif the -P option is supplied, and the current working\n" +" \t\tdirectory cannot be determined successfully, exit with\n" +" \t\ta non-zero status\n" +" -@\ton systems that support it, present a file with extended\n" +" \t\tattributes as a directory containing the file attributes\n" +" \n" +" The default is to follow symbolic links, as if `-L' were specified.\n" +" `..' is processed by removing the immediately previous pathname " +"component\n" +" back to a slash or the beginning of DIR.\n" +" \n" +" Exit Status:\n" +" Returns 0 if the directory is changed, and if $PWD is set successfully " +"when\n" +" -P is used; non-zero otherwise." +msgstr "" + +#: builtins.c:425 +msgid "" +"Print the name of the current working directory.\n" +" \n" +" Options:\n" +" -L\tprint the value of $PWD if it names the current working\n" +" \t\tdirectory\n" +" -P\tprint the physical directory, without any symbolic links\n" +" \n" +" By default, `pwd' behaves as if `-L' were specified.\n" +" \n" +" Exit Status:\n" +" Returns 0 unless an invalid option is given or the current directory\n" +" cannot be read." +msgstr "" + +#: builtins.c:471 +msgid "" +"Execute a simple command or display information about commands.\n" +" \n" +" Runs COMMAND with ARGS suppressing shell function lookup, or display\n" +" information about the specified COMMANDs. Can be used to invoke " +"commands\n" +" on disk when a function with the same name exists.\n" +" \n" +" Options:\n" +" -p use a default value for PATH that is guaranteed to find all of\n" +" the standard utilities\n" +" -v print a description of COMMAND similar to the `type' builtin\n" +" -V print a more verbose description of each COMMAND\n" +" \n" +" Exit Status:\n" +" Returns exit status of COMMAND, or failure if COMMAND is not found." +msgstr "" + +#: builtins.c:490 +msgid "" +"Set variable values and attributes.\n" +" \n" +" Declare variables and give them attributes. If no NAMEs are given,\n" +" display the attributes and values of all variables.\n" +" \n" +" Options:\n" +" -f\trestrict action or display to function names and definitions\n" +" -F\trestrict display to function names only (plus line number and\n" +" \t\tsource file when debugging)\n" +" -g\tcreate global variables when used in a shell function; otherwise\n" +" \t\tignored\n" +" -p\tdisplay the attributes and value of each NAME\n" +" \n" +" Options which set attributes:\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" +" -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" +" -n\tmake NAME a reference to the variable named by its value\n" +" -r\tto make NAMEs readonly\n" +" -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" +" -x\tto make NAMEs export\n" +" \n" +" Using `+' instead of `-' turns off the given attribute.\n" +" \n" +" Variables with the integer attribute have arithmetic evaluation (see\n" +" the `let' command) performed when the variable is assigned a value.\n" +" \n" +" When used in a function, `declare' makes NAMEs local, as with the " +"`local'\n" +" command. The `-g' option suppresses this behavior.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or a variable\n" +" assignment error occurs." +msgstr "" + +#: builtins.c:530 +msgid "" +"Set variable values and attributes.\n" +" \n" +" A synonym for `declare'. See `help declare'." +msgstr "" + +#: builtins.c:555 +msgid "" +"Write arguments to the standard output.\n" +" \n" +" Display the ARGs, separated by a single space character and followed by " +"a\n" +" newline, on the standard output.\n" +" \n" +" Options:\n" +" -n\tdo not append a newline\n" +" -e\tenable interpretation of the following backslash escapes\n" +" -E\texplicitly suppress interpretation of backslash escapes\n" +" \n" +" `echo' interprets the following backslash-escaped characters:\n" +" \\a\talert (bell)\n" +" \\b\tbackspace\n" +" \\c\tsuppress further output\n" +" \\e\tescape character\n" +" \\E\tescape character\n" +" \\f\tform feed\n" +" \\n\tnew line\n" +" \\r\tcarriage return\n" +" \\t\thorizontal tab\n" +" \\v\tvertical tab\n" +" \\\\\tbackslash\n" +" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n" +" \t\t0 to 3 octal digits\n" +" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n" +" \t\tcan be one or two hex digits\n" +" \n" +" Exit Status:\n" +" Returns success unless a write error occurs." +msgstr "" + +#: builtins.c:646 +msgid "" +"Parse option arguments.\n" +" \n" +" Getopts is used by shell procedures to parse positional parameters\n" +" as options.\n" +" \n" +" OPTSTRING contains the option letters to be recognized; if a letter\n" +" is followed by a colon, the option is expected to have an argument,\n" +" which should be separated from it by white space.\n" +" \n" +" Each time it is invoked, getopts will place the next option in the\n" +" shell variable $name, initializing name if it does not exist, and\n" +" the index of the next argument to be processed into the shell\n" +" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n" +" a shell script is invoked. When an option requires an argument,\n" +" getopts places that argument into the shell variable OPTARG.\n" +" \n" +" getopts reports errors in one of two ways. If the first character\n" +" of OPTSTRING is a colon, getopts uses silent error reporting. In\n" +" this mode, no error messages are printed. If an invalid option is\n" +" seen, getopts places the option character found into OPTARG. If a\n" +" required argument is not found, getopts places a ':' into NAME and\n" +" sets OPTARG to the option character found. If getopts is not in\n" +" silent mode, and an invalid option is seen, getopts places '?' into\n" +" NAME and unsets OPTARG. If a required argument is not found, a '?'\n" +" is placed in NAME, OPTARG is unset, and a diagnostic message is\n" +" printed.\n" +" \n" +" If the shell variable OPTERR has the value 0, getopts disables the\n" +" printing of error messages, even if the first character of\n" +" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n" +" \n" +" Getopts normally parses the positional parameters ($0 - $9), but if\n" +" more arguments are given, they are parsed instead.\n" +" \n" +" Exit Status:\n" +" Returns success if an option is found; fails if the end of options is\n" +" encountered or an error occurs." +msgstr "" +"Parse option arguments.\n" +" \n" +" Getopts is used by shell procedures to parse positional parameters\n" +" as options.\n" +" \n" +" OPTSTRING contains the option letters to be recognised; if a letter\n" +" is followed by a colon, the option is expected to have an argument,\n" +" which should be separated from it by white space.\n" +" \n" +" Each time it is invoked, getopts will place the next option in the\n" +" shell variable $name, initializing name if it does not exist, and\n" +" the index of the next argument to be processed into the shell\n" +" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n" +" a shell script is invoked. When an option requires an argument,\n" +" getopts places that argument into the shell variable OPTARG.\n" +" \n" +" getopts reports errors in one of two ways. If the first character\n" +" of OPTSTRING is a colon, getopts uses silent error reporting. In\n" +" this mode, no error messages are printed. If an invalid option is\n" +" seen, getopts places the option character found into OPTARG. If a\n" +" required argument is not found, getopts places a ':' into NAME and\n" +" sets OPTARG to the option character found. If getopts is not in\n" +" silent mode, and an invalid option is seen, getopts places '?' into\n" +" NAME and unsets OPTARG. If a required argument is not found, a '?'\n" +" is placed in NAME, OPTARG is unset, and a diagnostic message is\n" +" printed.\n" +" \n" +" If the shell variable OPTERR has the value 0, getopts disables the\n" +" printing of error messages, even if the first character of\n" +" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n" +" \n" +" Getopts normally parses the positional parameters ($0 - $9), but if\n" +" more arguments are given, they are parsed instead.\n" +" \n" +" Exit Status:\n" +" Returns success if an option is found; fails if the end of options is\n" +" encountered or an error occurs." + +#: builtins.c:688 +msgid "" +"Replace the shell with the given command.\n" +" \n" +" Execute COMMAND, replacing this shell with the specified program.\n" +" ARGUMENTS become the arguments to COMMAND. If COMMAND is not " +"specified,\n" +" any redirections take effect in the current shell.\n" +" \n" +" Options:\n" +" -a name\tpass NAME as the zeroth argument to COMMAND\n" +" -c\texecute COMMAND with an empty environment\n" +" -l\tplace a dash in the zeroth argument to COMMAND\n" +" \n" +" If the command cannot be executed, a non-interactive shell exits, " +"unless\n" +" the shell option `execfail' is set.\n" +" \n" +" Exit Status:\n" +" Returns success unless COMMAND is not found or a redirection error " +"occurs." +msgstr "" + +#: builtins.c:787 +msgid "" +"Remember or display program locations.\n" +" \n" +" Determine and remember the full pathname of each command NAME. If\n" +" no arguments are given, information about remembered commands is " +"displayed.\n" +" \n" +" Options:\n" +" -d\tforget the remembered location of each NAME\n" +" -l\tdisplay in a format that may be reused as input\n" +" -p pathname\tuse PATHNAME as the full pathname of NAME\n" +" -r\tforget all remembered locations\n" +" -t\tprint the remembered location of each NAME, preceding\n" +" \t\teach location with the corresponding NAME if multiple\n" +" \t\tNAMEs are given\n" +" Arguments:\n" +" NAME\tEach NAME is searched for in $PATH and added to the list\n" +" \t\tof remembered commands.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is not found or an invalid option is given." +msgstr "" + +#: builtins.c:812 +msgid "" +"Display information about builtin commands.\n" +" \n" +" Displays brief summaries of builtin commands. If PATTERN is\n" +" specified, gives detailed help on all commands matching PATTERN,\n" +" otherwise the list of help topics is printed.\n" +" \n" +" Options:\n" +" -d\toutput short description for each topic\n" +" -m\tdisplay usage in pseudo-manpage format\n" +" -s\toutput only a short usage synopsis for each topic matching\n" +" \t\tPATTERN\n" +" \n" +" Arguments:\n" +" PATTERN\tPattern specifiying a help topic\n" +" \n" +" Exit Status:\n" +" Returns success unless PATTERN is not found or an invalid option is " +"given." +msgstr "" + +#: builtins.c:836 +msgid "" +"Display or manipulate the history list.\n" +" \n" +" Display the history list with line numbers, prefixing each modified\n" +" entry with a `*'. An argument of N lists only the last N entries.\n" +" \n" +" Options:\n" +" -c\tclear the history list by deleting all of the entries\n" +" -d offset\tdelete the history entry at position OFFSET.\n" +" \n" +" -a\tappend history lines from this session to the history file\n" +" -n\tread all history lines not already read from the history file\n" +" \t\tand append them to the history list\n" +" -r\tread the history file and append the contents to the history\n" +" \t\tlist\n" +" -w\twrite the current history to the history file\n" +" \n" +" -p\tperform history expansion on each ARG and display the result\n" +" \t\twithout storing it in the history list\n" +" -s\tappend the ARGs to the history list as a single entry\n" +" \n" +" If FILENAME is given, it is used as the history file. Otherwise,\n" +" if HISTFILE has a value, that is used, else ~/.bash_history.\n" +" \n" +" If the HISTTIMEFORMAT variable is set and not null, its value is used\n" +" as a format string for strftime(3) to print the time stamp associated\n" +" with each displayed history entry. No time stamps are printed " +"otherwise.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs." +msgstr "" + +#: builtins.c:872 +msgid "" +"Display status of jobs.\n" +" \n" +" Lists the active jobs. JOBSPEC restricts output to that job.\n" +" Without options, the status of all active jobs is displayed.\n" +" \n" +" Options:\n" +" -l\tlists process IDs in addition to the normal information\n" +" -n\tlists only processes that have changed status since the last\n" +" \t\tnotification\n" +" -p\tlists process IDs only\n" +" -r\trestrict output to running jobs\n" +" -s\trestrict output to stopped jobs\n" +" \n" +" If -x is supplied, COMMAND is run after all job specifications that\n" +" appear in ARGS have been replaced with the process ID of that job's\n" +" process group leader.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs.\n" +" If -x is used, returns the exit status of COMMAND." +msgstr "" + +#: builtins.c:899 +msgid "" +"Remove jobs from current shell.\n" +" \n" +" Removes each JOBSPEC argument from the table of active jobs. Without\n" +" any JOBSPECs, the shell uses its notion of the current job.\n" +" \n" +" Options:\n" +" -a\tremove all jobs if JOBSPEC is not supplied\n" +" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n" +" \t\tshell receives a SIGHUP\n" +" -r\tremove only running jobs\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option or JOBSPEC is given." +msgstr "" + +#: builtins.c:918 +msgid "" +"Send a signal to a job.\n" +" \n" +" Send the processes identified by PID or JOBSPEC the signal named by\n" +" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n" +" SIGTERM is assumed.\n" +" \n" +" Options:\n" +" -s sig\tSIG is a signal name\n" +" -n sig\tSIG is a signal number\n" +" -l\tlist the signal names; if arguments follow `-l' they are\n" +" \t\tassumed to be signal numbers for which names should be listed\n" +" -L\tsynonym for -l\n" +" \n" +" Kill is a shell builtin for two reasons: it allows job IDs to be used\n" +" instead of process IDs, and allows processes to be killed if the limit\n" +" on processes that you can create is reached.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs." +msgstr "" + +#: builtins.c:987 +msgid "" +"Read a line from the standard input and split it into fields.\n" +" \n" +" Reads a single line from the standard input, or from file descriptor FD\n" +" if the -u option is supplied. The line is split into fields as with " +"word\n" +" splitting, and the first word is assigned to the first NAME, the second\n" +" word to the second NAME, and so on, with any leftover words assigned to\n" +" the last NAME. Only the characters found in $IFS are recognized as " +"word\n" +" delimiters.\n" +" \n" +" If no NAMEs are supplied, the line read is stored in the REPLY " +"variable.\n" +" \n" +" Options:\n" +" -a array\tassign the words read to sequential indices of the array\n" +" \t\tvariable ARRAY, starting at zero\n" +" -d delim\tcontinue until the first character of DELIM is read, rather\n" +" \t\tthan newline\n" +" -e\tuse Readline to obtain the line in an interactive shell\n" +" -i text\tuse TEXT as the initial text for Readline\n" +" -n nchars\treturn after reading NCHARS characters rather than waiting\n" +" \t\tfor a newline, but honor a delimiter if fewer than\n" +" \t\tNCHARS characters are read before the delimiter\n" +" -N nchars\treturn only after reading exactly NCHARS characters, " +"unless\n" +" \t\tEOF is encountered or read times out, ignoring any\n" +" \t\tdelimiter\n" +" -p prompt\toutput the string PROMPT without a trailing newline before\n" +" \t\tattempting to read\n" +" -r\tdo not allow backslashes to escape any characters\n" +" -s\tdo not echo input coming from a terminal\n" +" -t timeout\ttime out and return failure if a complete line of\n" +" \t\tinput is not read within TIMEOUT seconds. The value of the\n" +" \t\tTMOUT variable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. If TIMEOUT is 0, read returns\n" +" \t\timmediately, without trying to read any data, returning\n" +" \t\tsuccess only if input is available on the specified\n" +" \t\tfile descriptor. The exit status is greater than 128\n" +" \t\tif the timeout is exceeded\n" +" -u fd\tread from file descriptor FD instead of the standard input\n" +" \n" +" Exit Status:\n" +" The return code is zero, unless end-of-file is encountered, read times " +"out\n" +" (in which case it's greater than 128), a variable assignment error " +"occurs,\n" +" or an invalid file descriptor is supplied as the argument to -u." +msgstr "" + +#: builtins.c:1047 +msgid "" +"Set or unset values of shell options and positional parameters.\n" +" \n" +" Change the value of shell attributes and positional parameters, or\n" +" display the names and values of shell variables.\n" +" \n" +" Options:\n" +" -a Mark variables which are modified or created for export.\n" +" -b Notify of job termination immediately.\n" +" -e Exit immediately if a command exits with a non-zero status.\n" +" -f Disable file name generation (globbing).\n" +" -h Remember the location of commands as they are looked up.\n" +" -k All assignment arguments are placed in the environment for a\n" +" command, not just those that precede the command name.\n" +" -m Job control is enabled.\n" +" -n Read commands but do not execute them.\n" +" -o option-name\n" +" Set the variable corresponding to option-name:\n" +" allexport same as -a\n" +" braceexpand same as -B\n" +" emacs use an emacs-style line editing interface\n" +" errexit same as -e\n" +" errtrace same as -E\n" +" functrace same as -T\n" +" hashall same as -h\n" +" histexpand same as -H\n" +" history enable command history\n" +" ignoreeof the shell will not exit upon reading EOF\n" +" interactive-comments\n" +" allow comments to appear in interactive commands\n" +" keyword same as -k\n" +" monitor same as -m\n" +" noclobber same as -C\n" +" noexec same as -n\n" +" noglob same as -f\n" +" nolog currently accepted but ignored\n" +" notify same as -b\n" +" nounset same as -u\n" +" onecmd same as -t\n" +" physical same as -P\n" +" pipefail the return value of a pipeline is the status of\n" +" the last command to exit with a non-zero status,\n" +" or zero if no command exited with a non-zero " +"status\n" +" posix change the behavior of bash where the default\n" +" operation differs from the Posix standard to\n" +" match the standard\n" +" privileged same as -p\n" +" verbose same as -v\n" +" vi use a vi-style line editing interface\n" +" xtrace same as -x\n" +" -p Turned on whenever the real and effective user ids do not match.\n" +" Disables processing of the $ENV file and importing of shell\n" +" functions. Turning this option off causes the effective uid and\n" +" gid to be set to the real uid and gid.\n" +" -t Exit after reading and executing one command.\n" +" -u Treat unset variables as an error when substituting.\n" +" -v Print shell input lines as they are read.\n" +" -x Print commands and their arguments as they are executed.\n" +" -B the shell will perform brace expansion\n" +" -C If set, disallow existing regular files to be overwritten\n" +" by redirection of output.\n" +" -E If set, the ERR trap is inherited by shell functions.\n" +" -H Enable ! style history substitution. This flag is on\n" +" by default when the shell is interactive.\n" +" -P If set, do not resolve symbolic links when executing commands\n" +" such as cd which change the current directory.\n" +" -T If set, the DEBUG and RETURN traps are inherited by shell " +"functions.\n" +" -- Assign any remaining arguments to the positional parameters.\n" +" If there are no remaining arguments, the positional parameters\n" +" are unset.\n" +" - Assign any remaining arguments to the positional parameters.\n" +" The -x and -v options are turned off.\n" +" \n" +" Using + rather than - causes these flags to be turned off. The\n" +" flags can also be used upon invocation of the shell. The current\n" +" set of flags may be found in $-. The remaining n ARGs are positional\n" +" parameters and are assigned, in order, to $1, $2, .. $n. If no\n" +" ARGs are given, all shell variables are printed.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given." +msgstr "" + +#: builtins.c:1132 +msgid "" +"Unset values and attributes of shell variables and functions.\n" +" \n" +" For each NAME, remove the corresponding variable or function.\n" +" \n" +" Options:\n" +" -f\ttreat each NAME as a shell function\n" +" -v\ttreat each NAME as a shell variable\n" +" -n\ttreat each NAME as a name reference and unset the variable itself\n" +" \t\trather than the variable it references\n" +" \n" +" Without options, unset first tries to unset a variable, and if that " +"fails,\n" +" tries to unset a function.\n" +" \n" +" Some variables cannot be unset; also see `readonly'.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or a NAME is read-only." +msgstr "" + +#: builtins.c:1173 +msgid "" +"Mark shell variables as unchangeable.\n" +" \n" +" Mark each NAME as read-only; the values of these NAMEs may not be\n" +" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n" +" before marking as read-only.\n" +" \n" +" Options:\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" +" -f\trefer to shell functions\n" +" -p\tdisplay a list of all readonly variables or functions,\n" +" \t\tdepending on whether or not the -f option is given\n" +" \n" +" An argument of `--' disables further option processing.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or NAME is invalid." +msgstr "" + +#: builtins.c:1254 +msgid "" +"Evaluate conditional expression.\n" +" \n" +" Exits with a status of 0 (true) or 1 (false) depending on\n" +" the evaluation of EXPR. Expressions may be unary or binary. Unary\n" +" expressions are often used to examine the status of a file. There\n" +" are string operators and numeric comparison operators as well.\n" +" \n" +" The behavior of test depends on the number of arguments. Read the\n" +" bash manual page for the complete specification.\n" +" \n" +" File operators:\n" +" \n" +" -a FILE True if file exists.\n" +" -b FILE True if file is block special.\n" +" -c FILE True if file is character special.\n" +" -d FILE True if file is a directory.\n" +" -e FILE True if file exists.\n" +" -f FILE True if file exists and is a regular file.\n" +" -g FILE True if file is set-group-id.\n" +" -h FILE True if file is a symbolic link.\n" +" -L FILE True if file is a symbolic link.\n" +" -k FILE True if file has its `sticky' bit set.\n" +" -p FILE True if file is a named pipe.\n" +" -r FILE True if file is readable by you.\n" +" -s FILE True if file exists and is not empty.\n" +" -S FILE True if file is a socket.\n" +" -t FD True if FD is opened on a terminal.\n" +" -u FILE True if the file is set-user-id.\n" +" -w FILE True if the file is writable by you.\n" +" -x FILE True if the file is executable by you.\n" +" -O FILE True if the file is effectively owned by you.\n" +" -G FILE True if the file is effectively owned by your group.\n" +" -N FILE True if the file has been modified since it was last " +"read.\n" +" \n" +" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n" +" modification date).\n" +" \n" +" FILE1 -ot FILE2 True if file1 is older than file2.\n" +" \n" +" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n" +" \n" +" String operators:\n" +" \n" +" -z STRING True if string is empty.\n" +" \n" +" -n STRING\n" +" STRING True if string is not empty.\n" +" \n" +" STRING1 = STRING2\n" +" True if the strings are equal.\n" +" STRING1 != STRING2\n" +" True if the strings are not equal.\n" +" STRING1 < STRING2\n" +" True if STRING1 sorts before STRING2 " +"lexicographically.\n" +" STRING1 > STRING2\n" +" True if STRING1 sorts after STRING2 lexicographically.\n" +" \n" +" Other operators:\n" +" \n" +" -o OPTION True if the shell option OPTION is enabled.\n" +" -v VAR True if the shell variable VAR is set.\n" +" -R VAR True if the shell variable VAR is set and is a name\n" +" reference.\n" +" ! EXPR True if expr is false.\n" +" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n" +" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n" +" \n" +" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n" +" -lt, -le, -gt, or -ge.\n" +" \n" +" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n" +" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n" +" than ARG2.\n" +" \n" +" Exit Status:\n" +" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n" +" false or an invalid argument is given." +msgstr "" + +#: builtins.c:1393 +msgid "" +"Display information about command type.\n" +" \n" +" For each NAME, indicate how it would be interpreted if used as a\n" +" command name.\n" +" \n" +" Options:\n" +" -a\tdisplay all locations containing an executable named NAME;\n" +" \t\tincludes aliases, builtins, and functions, if and only if\n" +" \t\tthe `-p' option is not also used\n" +" -f\tsuppress shell function lookup\n" +" -P\tforce a PATH search for each NAME, even if it is an alias,\n" +" \t\tbuiltin, or function, and returns the name of the disk file\n" +" \t\tthat would be executed\n" +" -p\treturns either the name of the disk file that would be executed,\n" +" \t\tor nothing if `type -t NAME' would not return `file'\n" +" -t\toutput a single word which is one of `alias', `keyword',\n" +" \t\t`function', `builtin', `file' or `', if NAME is an alias,\n" +" \t\tshell reserved word, shell function, shell builtin, disk file,\n" +" \t\tor not found, respectively\n" +" \n" +" Arguments:\n" +" NAME\tCommand name to be interpreted.\n" +" \n" +" Exit Status:\n" +" Returns success if all of the NAMEs are found; fails if any are not " +"found." +msgstr "" + +#: builtins.c:1424 +msgid "" +"Modify shell resource limits.\n" +" \n" +" Provides control over the resources available to the shell and " +"processes\n" +" it creates, on systems that allow such control.\n" +" \n" +" Options:\n" +" -S\tuse the `soft' resource limit\n" +" -H\tuse the `hard' resource limit\n" +" -a\tall current limits are reported\n" +" -b\tthe socket buffer size\n" +" -c\tthe maximum size of core files created\n" +" -d\tthe maximum size of a process's data segment\n" +" -e\tthe maximum scheduling priority (`nice')\n" +" -f\tthe maximum size of files written by the shell and its children\n" +" -i\tthe maximum number of pending signals\n" +" -k\tthe maximum number of kqueues allocated for this process\n" +" -l\tthe maximum size a process may lock into memory\n" +" -m\tthe maximum resident set size\n" +" -n\tthe maximum number of open file descriptors\n" +" -p\tthe pipe buffer size\n" +" -q\tthe maximum number of bytes in POSIX message queues\n" +" -r\tthe maximum real-time scheduling priority\n" +" -s\tthe maximum stack size\n" +" -t\tthe maximum amount of cpu time in seconds\n" +" -u\tthe maximum number of user processes\n" +" -v\tthe size of virtual memory\n" +" -x\tthe maximum number of file locks\n" +" -P\tthe maximum number of pseudoterminals\n" +" -T\tthe maximum number of threads\n" +" \n" +" Not all options are available on all platforms.\n" +" \n" +" If LIMIT is given, it is the new value of the specified resource; the\n" +" special LIMIT values `soft', `hard', and `unlimited' stand for the\n" +" current soft limit, the current hard limit, and no limit, respectively.\n" +" Otherwise, the current value of the specified resource is printed. If\n" +" no option is given, then -f is assumed.\n" +" \n" +" Values are in 1024-byte increments, except for -t, which is in seconds,\n" +" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n" +" number of processes.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." +msgstr "" + +#: builtins.c:1653 +msgid "" +"Create a coprocess named NAME.\n" +" \n" +" Execute COMMAND asynchronously, with the standard output and standard\n" +" input of the command connected via a pipe to file descriptors assigned\n" +" to indices 0 and 1 of an array variable NAME in the executing shell.\n" +" The default NAME is \"COPROC\".\n" +" \n" +" Exit Status:\n" +" The coproc command returns an exit status of 0." +msgstr "" + +#: builtins.c:1803 +msgid "" +"Add directories to stack.\n" +" \n" +" Adds a directory to the top of the directory stack, or rotates\n" +" the stack, making the new top of the stack the current working\n" +" directory. With no arguments, exchanges the top two directories.\n" +" \n" +" Options:\n" +" -n\tSuppresses the normal change of directory when adding\n" +" \t\tdirectories to the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRotates the stack so that the Nth directory (counting\n" +" \t\tfrom the left of the list shown by `dirs', starting with\n" +" \t\tzero) is at the top.\n" +" \n" +" -N\tRotates the stack so that the Nth directory (counting\n" +" \t\tfrom the right of the list shown by `dirs', starting with\n" +" \t\tzero) is at the top.\n" +" \n" +" dir\tAdds DIR to the directory stack at the top, making it the\n" +" \t\tnew current working directory.\n" +" \n" +" The `dirs' builtin displays the directory stack.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid argument is supplied or the directory\n" +" change fails." +msgstr "" + +#: builtins.c:1837 +msgid "" +"Remove directories from stack.\n" +" \n" +" Removes entries from the directory stack. With no arguments, removes\n" +" the top directory from the stack, and changes to the new top directory.\n" +" \n" +" Options:\n" +" -n\tSuppresses the normal change of directory when removing\n" +" \t\tdirectories from the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRemoves the Nth entry counting from the left of the list\n" +" \t\tshown by `dirs', starting with zero. For example: `popd +0'\n" +" \t\tremoves the first directory, `popd +1' the second.\n" +" \n" +" -N\tRemoves the Nth entry counting from the right of the list\n" +" \t\tshown by `dirs', starting with zero. For example: `popd -0'\n" +" \t\tremoves the last directory, `popd -1' the next to last.\n" +" \n" +" The `dirs' builtin displays the directory stack.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid argument is supplied or the directory\n" +" change fails." +msgstr "" + +#: builtins.c:1867 +msgid "" +"Display directory stack.\n" +" \n" +" Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \t\tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \t\twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list\n" +" \t\tshown by dirs when invoked without options, starting with\n" +" \t\tzero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list\n" +" \t\tshown by dirs when invoked without options, starting with\n" +" \t\tzero.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." +msgstr "" + +#: builtins.c:1919 +msgid "" +"Formats and prints ARGUMENTS under control of the FORMAT.\n" +" \n" +" Options:\n" +" -v var\tassign the output to shell variable VAR rather than\n" +" \t\tdisplay it on the standard output\n" +" \n" +" FORMAT is a character string which contains three types of objects: " +"plain\n" +" characters, which are simply copied to standard output; character " +"escape\n" +" sequences, which are converted and copied to the standard output; and\n" +" format specifications, each of which causes printing of the next " +"successive\n" +" argument.\n" +" \n" +" In addition to the standard format specifications described in " +"printf(1),\n" +" printf interprets:\n" +" \n" +" %b\texpand backslash escape sequences in the corresponding argument\n" +" %q\tquote the argument in a way that can be reused as shell input\n" +" %(fmt)T\toutput the date-time string resulting from using FMT as a " +"format\n" +" \t string for strftime(3)\n" +" \n" +" The format is re-used as necessary to consume all of the arguments. If\n" +" there are fewer arguments than the format requires, extra format\n" +" specifications behave as if a zero value or null string, as " +"appropriate,\n" +" had been supplied.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or a write or " +"assignment\n" +" error occurs." +msgstr "" + +#: builtins.c:1953 +msgid "" +"Specify how arguments are to be completed by Readline.\n" +" \n" +" For each NAME, specify how arguments are to be completed. If no " +"options\n" +" are supplied, existing completion specifications are printed in a way " +"that\n" +" allows them to be reused as input.\n" +" \n" +" Options:\n" +" -p\tprint existing completion specifications in a reusable format\n" +" -r\tremove a completion specification for each NAME, or, if no\n" +" \t\tNAMEs are supplied, all completion specifications\n" +" -D\tapply the completions and actions as the default for commands\n" +" \t\twithout any specific completion defined\n" +" -E\tapply the completions and actions to \"empty\" commands --\n" +" \t\tcompletion attempted on a blank line\n" +" \n" +" When completion is attempted, the actions are applied in the order the\n" +" uppercase-letter options are listed above. The -D option takes\n" +" precedence over -E.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." +msgstr "" + +#: builtins.c:2026 +msgid "" +"Read lines from the standard input into an indexed array variable.\n" +" \n" +" Read lines from the standard input into the indexed array variable " +"ARRAY, or\n" +" from file descriptor FD if the -u option is supplied. The variable " +"MAPFILE\n" +" is the default ARRAY.\n" +" \n" +" Options:\n" +" -d delim\tUse DELIM to terminate lines, instead of newline\n" +" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are " +"copied\n" +" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default " +"index is 0\n" +" -s count\tDiscard the first COUNT lines read\n" +" -t\tRemove a trailing DELIM from each line read (default newline)\n" +" -u fd\tRead lines from file descriptor FD instead of the standard " +"input\n" +" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n" +" -c quantum\tSpecify the number of lines read between each call to\n" +" \t\t\tCALLBACK\n" +" \n" +" Arguments:\n" +" ARRAY\tArray variable name to use for file data\n" +" \n" +" If -C is supplied without -c, the default quantum is 5000. When\n" +" CALLBACK is evaluated, it is supplied the index of the next array\n" +" element to be assigned and the line to be assigned to that element\n" +" as additional arguments.\n" +" \n" +" If not supplied with an explicit origin, mapfile will clear ARRAY " +"before\n" +" assigning to it.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or ARRAY is readonly " +"or\n" +" not an indexed array." +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/bfd.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/bfd.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/bfd.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/bfd.po 2019-07-19 07:54:40.000000000 +0000 @@ -0,0 +1,3662 @@ +# English (Australia) translation for binutils +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-01-27 14:58+0000\n" +"PO-Revision-Date: 2012-09-22 09:44+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2019-07-18 10:33+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: aout-cris.c:200 +#, c-format +msgid "%B: Invalid relocation type exported: %d" +msgstr "" + +#: aoutx.h:1284 aoutx.h:1636 pdp11.c:1152 pdp11.c:1413 +#, c-format +msgid "%B: can not represent section `%A' in a.out object file format" +msgstr "" + +#: aoutx.h:1600 pdp11.c:1385 +#, c-format +msgid "" +"%B: can not represent section for symbol `%s' in a.out object file format" +msgstr "" + +#: aoutx.h:2422 aoutx.h:2440 +msgid "%B: attempt to write out unknown reloc type" +msgstr "" + +#: aoutx.h:5440 pdp11.c:3708 +#, c-format +msgid "%B: relocatable link from %s to %s not supported" +msgstr "" + +#: archive.c:2421 linker.c:1410 +msgid "%B: plugin needed to handle lto object" +msgstr "" + +#: bfd.c:460 +msgid "DSO missing from command line" +msgstr "" + +#: bfd.c:466 +msgid "File format not recognized" +msgstr "File format not recognised" + +#: bfd.c:1442 +#, c-format +msgid "BFD %s internal error, aborting at %s:%d in %s\n" +msgstr "" + +#: bfd.c:1447 +#, c-format +msgid "BFD %s internal error, aborting at %s:%d\n" +msgstr "" + +#: binary.c:276 +#, c-format +msgid "warning: writing section `%A' at huge (ie negative) file offset" +msgstr "" + +#: coff-arm.c:1751 coff-tic80.c:672 cofflink.c:3127 +#, c-format +msgid "%B: bad reloc address %#Lx in section `%A'" +msgstr "" + +#: coff-arm.c:2076 +#, c-format +msgid "%B: illegal symbol index in reloc: %ld" +msgstr "" + +#: coff-rs6000.c:2773 +#, c-format +msgid "%B: unsupported relocation type 0x%02x" +msgstr "" + +#: coff-rs6000.c:2859 +#, c-format +msgid "%B: TOC reloc at %#Lx to symbol `%s' with no TOC entry" +msgstr "" + +#: coff-rs6000.c:3605 coff64-rs6000.c:2150 +#, c-format +msgid "%B: symbol `%s' has unrecognized smclas %d" +msgstr "%B: symbol `%s' has unrecognised smclas %d" + +#: coff-sh.c:778 elf32-sh.c:580 +#, c-format +msgid "%B: %#Lx: warning: bad R_SH_USES offset" +msgstr "" + +#: coff-sh.c:789 +#, c-format +msgid "%B: %#Lx: warning: R_SH_USES points to unrecognized insn %#x" +msgstr "" + +#: coff-sh.c:807 elf32-sh.c:610 +#, c-format +msgid "%B: %#Lx: warning: bad R_SH_USES load offset" +msgstr "" + +#: coff-sh.c:832 elf32-sh.c:626 +#, c-format +msgid "%B: %#Lx: warning: could not find expected reloc" +msgstr "" + +#: coff-sh.c:849 elf32-sh.c:655 +#, c-format +msgid "%B: %#Lx: warning: symbol in unexpected section" +msgstr "" + +#: coff-sh.c:975 elf32-sh.c:785 +#, c-format +msgid "%B: %#Lx: warning: could not find expected COUNT reloc" +msgstr "" + +#: coff-sh.c:985 elf32-sh.c:795 +#, c-format +msgid "%B: %#Lx: warning: bad count" +msgstr "" + +#: coff-sh.c:1357 coff-sh.c:2645 elf32-sh.c:1199 elf32-sh.c:1570 +#, c-format +msgid "%B: %#Lx: fatal: reloc overflow while relaxing" +msgstr "" + +#: coff-sh.c:1452 +msgid "%B: fatal: generic symbols retrieved before relaxing" +msgstr "" + +#: coff-sh.c:2783 cofflink.c:2965 +#, c-format +msgid "%B: illegal symbol index %ld in relocs" +msgstr "" + +#: coff-tic4x.c:183 coff-tic54x.c:278 coff-tic80.c:441 +#, c-format +msgid "Unrecognized reloc type 0x%x" +msgstr "Unrecognised reloc type 0x%x" + +#: coffcode.h:968 +msgid "%B: unable to load COMDAT section name" +msgstr "" + +#. Malformed input files can trigger this test. +#. cf PR 21781. +#: coffcode.h:1003 +msgid "%B: error: unexpected symbol '%s' in COMDAT section" +msgstr "" + +#: coffcode.h:1025 +#, c-format +msgid "%B: warning: No symbol for section '%s' found" +msgstr "" + +#: coffcode.h:1320 +#, c-format +msgid "%B (%s): Section flag %s (%#lx) ignored" +msgstr "" + +#: coffcode.h:1950 +msgid "%B: warning: claims to have 0xffff relocs, without overflow" +msgstr "" + +#: coffcode.h:2466 +#, c-format +msgid "Unrecognized TI COFF target id '0x%x'" +msgstr "Unrecognised TI COFF target id '0x%x'" + +#: coffcode.h:2784 +#, c-format +msgid "%B: reloc against a non-existent symbol index: %ld" +msgstr "" + +#: coffcode.h:3187 +#, c-format +msgid "%B: page size is too large (0x%x)" +msgstr "" + +#: coffcode.h:3768 +#, c-format +msgid "%B: section %A: string table overflow at offset %ld" +msgstr "" + +#: coffcode.h:3873 +#, c-format +msgid "%B:%s section %s: alignment 2**%u not representable" +msgstr "" + +#: coffcode.h:4592 +msgid "%B: warning: line number count (%#lx) exceeds section size (%#lx)" +msgstr "" + +#: coffcode.h:4641 coffcode.h:4655 +#, c-format +msgid "%B: warning: illegal symbol index 0x%lx in line number entry %d" +msgstr "" + +#: coffcode.h:4669 +#, c-format +msgid "%B: warning: illegal symbol in line number entry %d" +msgstr "" + +#: coffcode.h:5103 +#, c-format +msgid "%B: Unrecognized storage class %d for %s symbol `%s'" +msgstr "%B: Unrecognised storage class %d for %s symbol `%s'" + +#: coffcode.h:5383 +#, c-format +msgid "%B: illegal relocation type %d at address %#Lx" +msgstr "" + +#: coffgen.c:178 elf.c:1198 +#, c-format +msgid "%B: unable to initialize compress status for section %s" +msgstr "" + +#: coffgen.c:202 elf.c:1209 +#, c-format +msgid "%B: unable to initialize decompress status for section %s" +msgstr "" + +#: coffgen.c:1649 +msgid "%B: corrupt symbol count: %#Lx" +msgstr "" + +#. PR 21013: Provide an error message when the alloc fails. +#: coffgen.c:1658 +msgid "%B: not enough memory to allocate space for %#Lx symbols of size %#Lx" +msgstr "" + +#: coffgen.c:1725 +#, c-format +msgid "%B: bad string table size %Lu" +msgstr "" + +#: coffgen.c:1912 coffgen.c:1972 coffgen.c:1990 cofflink.c:2045 elf.c:1882 +#: xcofflink.c:4505 +msgid "" +msgstr "" + +#: coffgen.c:2114 +#, c-format +msgid " %s" +msgstr "" + +#: coffgen.c:3024 elflink.c:13151 +#, c-format +msgid "Removing unused section '%A' in file '%B'" +msgstr "" + +#: cofflink.c:352 +#, c-format +msgid "Warning: symbol `%s' is both section and non-section" +msgstr "" + +#: cofflink.c:2734 +#, c-format +msgid "%B: %A: reloc overflow: %#x > 0xffff" +msgstr "" + +#: cofflink.c:2742 +#, c-format +msgid "%B: warning: %A: line number overflow: %#x > 0xffff" +msgstr "" + +#: coffswap.h:811 +#, c-format +msgid "%B: warning: %s: line number overflow: 0x%lx > 0xffff" +msgstr "" + +#: coffswap.h:825 +#, c-format +msgid "%B: %s: reloc overflow: 0x%lx > 0xffff" +msgstr "" + +#: compress.c:255 +#, c-format +msgid "error: %B(%A) is too large (%#Lx bytes)" +msgstr "" + +#: cpu-arm.c:338 +#, c-format +msgid "warning: unable to update contents of %s section in %B" +msgstr "" + +#: dwarf2.c:572 +#, c-format +msgid "Dwarf Error: Offset (%llu) greater than or equal to %s size (%Lu)." +msgstr "" + +#: dwarf2.c:1089 +msgid "Dwarf Error: Info pointer extends beyond end of attributes" +msgstr "" + +#: dwarf2.c:1261 +#, c-format +msgid "Dwarf Error: Invalid or unhandled FORM value: %#x." +msgstr "" + +#: dwarf2.c:1912 +msgid "Dwarf Error: Zero format count." +msgstr "" + +#: dwarf2.c:1921 +#, c-format +msgid "Dwarf Error: data count (%Lx) larger than buffer size." +msgstr "" + +#: dwarf2.c:1962 +#, c-format +msgid "Dwarf Error: Unknown format content type %Lu." +msgstr "" + +#: dwarf2.c:2042 +#, c-format +msgid "Dwarf Error: Line info section is too small (%Ld)" +msgstr "" + +#: dwarf2.c:2072 +#, c-format +msgid "" +"Dwarf Error: Line info data is bigger (%#Lx) than the space remaining in the " +"section (%#lx)" +msgstr "" + +#: dwarf2.c:2095 +msgid "Dwarf Error: Ran out of room reading prologue" +msgstr "" + +#: dwarf2.c:2113 +#, c-format +msgid "Dwarf Error: Line info unsupported segment selector size %u." +msgstr "" + +#: dwarf2.c:2159 +msgid "Dwarf Error: Ran out of room reading opcodes" +msgstr "" + +#: dwarf2.c:2833 dwarf2.c:2894 +msgid "Dwarf Error: Invalid abstract instance DIE ref." +msgstr "" + +#: dwarf2.c:2870 +#, c-format +msgid "Dwarf Error: Unable to read alt ref %llu." +msgstr "" + +#: dwarf2.c:2928 +msgid "Dwarf Error: Abstract instance recursion detected." +msgstr "" + +#: dwarf2.c:3347 +#, c-format +msgid "" +"Dwarf Error: found dwarf version '%u', this reader only handles version 2, " +"3, 4 and 5 information." +msgstr "" + +#: dwarf2.c:3494 +msgid "" +"Dwarf Error: DW_AT_comp_dir attribute encountered with a non-string form." +msgstr "" + +#: ecoff.c:964 +#, c-format +msgid "%B: warning: isymMax (%ld) is greater than ifdMax (%ld)" +msgstr "" + +#: elf-attrs.c:475 +msgid "%B: error: attribute section length too small: %ld" +msgstr "" + +#: elf-eh-frame.c:942 +#, c-format +msgid "discarding zero address range FDE in %B(%A).\n" +msgstr "" + +#: elf-eh-frame.c:1537 +#, c-format +msgid "" +"%P: FDE encoding in %B(%A) prevents .eh_frame_hdr table being created.\n" +msgstr "" + +#: elf-eh-frame.c:1544 +msgid "" +"%P: Further warnings about FDE encoding preventing .eh_frame_hdr generation " +"dropped.\n" +msgstr "" + +#: elf-eh-frame.c:1866 +#, c-format +msgid "%B: %A not in order" +msgstr "" + +#: elf-eh-frame.c:1880 +#, c-format +msgid "%B: %A invalid input section size" +msgstr "" + +#: elf-eh-frame.c:1888 +#, c-format +msgid "%B: %A points past end of text section" +msgstr "" + +#: elf-eh-frame.c:2307 +#, c-format +msgid "Invalid output section for .eh_frame_entry: %A" +msgstr "" + +#: elf-eh-frame.c:2330 +#, c-format +msgid "Invalid contents in %A section" +msgstr "" + +#: elf-eh-frame.c:2486 +msgid "%P: .eh_frame_hdr entry overflow.\n" +msgstr "" + +#: elf-eh-frame.c:2489 +msgid "%P: .eh_frame_hdr refers to overlapping FDEs.\n" +msgstr "" + +#: elf-m10300.c:812 +#, c-format +msgid "%B: unrecognised MN10300 reloc number: %d" +msgstr "" + +#: elf-m10300.c:1028 +#, c-format +msgid "%B: Unsupported transition from %s to %s" +msgstr "" + +#: elf-m10300.c:1197 +#, c-format +msgid "%B: %s' accessed both as normal and thread local symbol" +msgstr "" + +#: elf-m10300.c:2093 elf32-arm.c:12536 elf32-i386.c:3433 elf32-m32r.c:2526 +#: elf32-m68k.c:3895 elf32-s390.c:3204 elf32-sh.c:4121 elf32-tilepro.c:3401 +#: elf32-xtensa.c:2939 elf64-s390.c:3118 elf64-sh64.c:1636 elf64-x86-64.c:3790 +#: elfxx-sparc.c:3913 elfxx-tilegx.c:3781 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:5001 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:6457 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-riscv.c:2206 +#, c-format +msgid "%B(%A+%#Lx): unresolvable %s relocation against symbol `%s'" +msgstr "" + +#: elf-m10300.c:2158 +#, c-format +msgid "" +"%B: taking the address of protected function '%s' cannot be done when making " +"a shared library" +msgstr "" + +#: elf-properties.c:65 +msgid "%B: out of memory in _bfd_elf_get_property" +msgstr "" + +#: elf-properties.c:91 +msgid "warning: %B: corrupt GNU_PROPERTY_TYPE (%ld) size: %#lx" +msgstr "" + +#: elf-properties.c:112 +msgid "warning: %B: corrupt GNU_PROPERTY_TYPE (%ld) type (0x%x) datasz: 0x%x" +msgstr "" + +#: elf-properties.c:151 +msgid "warning: %B: corrupt stack size: 0x%x" +msgstr "" + +#: elf-properties.c:169 +msgid "warning: %B: corrupt no copy on protected size: 0x%x" +msgstr "" + +#: elf-properties.c:186 +msgid "warning: %B: unsupported GNU_PROPERTY_TYPE (%ld) type: 0x%x" +msgstr "" + +#. PR 17512: file: f057ec89. +#: elf.c:343 +#, c-format +msgid "%B: attempt to load strings from a non-string section (number %d)" +msgstr "" + +#: elf.c:358 +#, c-format +msgid "%B: invalid string offset %u >= %Lu for section `%s'" +msgstr "" + +#: elf.c:661 +#, c-format +msgid "%B: corrupt size field in group section header: %#Lx" +msgstr "" + +#: elf.c:676 +#, c-format +msgid "%B: invalid size field in group section header: %#Lx" +msgstr "" + +#: elf.c:731 +msgid "%B: no valid group sections found" +msgstr "" + +#. See PR 21957 for a reproducer. +#: elf.c:760 +#, c-format +msgid "%B: group section '%A' has no contents" +msgstr "" + +#: elf.c:820 +#, c-format +msgid "%B: no group info for section '%A'" +msgstr "" + +#: elf.c:884 +#, c-format +msgid "%B: SHT_GROUP section [index %d] has no SHF_GROUP sections" +msgstr "" + +#: elf.c:905 +#, c-format +msgid "%B: section group entry number %u is corrupt" +msgstr "" + +#: elf.c:928 +#, c-format +msgid "%B: unknown type [%#x] section `%s' in group [%A]" +msgstr "" + +#: elf.c:1390 +#, c-format +msgid "%B: Invalid sh_link field (%d) in section number %d" +msgstr "" + +#: elf.c:1406 +#, c-format +msgid "%B: Failed to find link section for section %d" +msgstr "" + +#: elf.c:1433 +#, c-format +msgid "%B: Failed to find info section for section %d" +msgstr "" + +#: elf.c:2016 +msgid "%B: warning: loop in section dependencies detected" +msgstr "" + +#: elf.c:2124 +#, c-format +msgid "" +"%B: warning: multiple symbol tables detected - ignoring the table in section " +"%u" +msgstr "" + +#: elf.c:2208 +#, c-format +msgid "" +"%B: warning: multiple dynamic symbol tables detected - ignoring the table in " +"section %u" +msgstr "" + +#: elf.c:2321 +#, c-format +msgid "%B: invalid link %u for reloc section %s (index %u)" +msgstr "" + +#: elf.c:2480 elf.c:2495 elf.c:2506 elf.c:2519 +#, c-format +msgid "%B: unknown type [%#x] section `%s'" +msgstr "" + +#: elf.c:3224 +#, c-format +msgid "%B: error: Alignment power %d of section `%A' is too big" +msgstr "" + +#: elf.c:3730 +#, c-format +msgid "%B: too many sections: %u" +msgstr "" + +#: elf.c:4392 +#, c-format +msgid "%B: GNU_MBIN section `%A' has invalid sh_info field: %d" +msgstr "" + +#: elf.c:4951 +msgid "%B: TLS sections are not adjacent:" +msgstr "" + +#: elf.c:4958 +#, c-format +msgid "\t TLS: %A" +msgstr "" + +#: elf.c:4962 +#, c-format +msgid "\tnon-TLS: %A" +msgstr "" + +#: elf.c:5574 +#, c-format +msgid "%B: section %A lma %#Lx adjusted to %#Lx" +msgstr "" + +#: elf.c:5957 +msgid "" +"%B: error: non-load segment %d includes file header and/or program header" +msgstr "" + +#. The fix for this error is usually to edit the linker script being +#. used and set up the program headers manually. Either that or +#. leave room for the headers at the start of the SECTIONS. +#: elf.c:6134 +msgid "%B: error: PHDR segment not covered by LOAD segment" +msgstr "" + +#: elf.c:6821 +#, c-format +msgid "" +"%B: warning: Empty loadable segment detected at vaddr=%#Lx, is this " +"intentional?" +msgstr "" + +#: elf.c:7435 +#, c-format +msgid "%B: warning: segment alignment of %#Lx is too large" +msgstr "" + +#: elf.c:8249 +msgid "%B: .gnu.version_r invalid entry" +msgstr "" + +#: elf.c:8376 +msgid "%B: .gnu.version_d invalid entry" +msgstr "" + +#: elf32-arc.c:611 +msgid "Warning: %B: Conflicting platform configuration %s with %s.\n" +msgstr "" + +#: elf32-arc.c:630 +msgid "error: %B: unable to merge CPU base attributes %s with %s.\n" +msgstr "" + +#: elf32-arc.c:667 +msgid "error: %B: unable to merge ISA extension attributes %s.\n" +msgstr "" + +#: elf32-arc.c:691 +msgid "error: %B: conflicting ISA extension attributes %s with %s.\n" +msgstr "" + +#: elf32-arc.c:726 +msgid "error: %B: cannot mix rf16 with full register set %B.\n" +msgstr "" + +#: elf32-arc.c:752 +msgid "error: %B: conflicting attributes %s: %s with %s.\n" +msgstr "" + +#: elf32-arc.c:777 +msgid "error: %B: conflicting attributes %s.\n" +msgstr "" + +#: elf32-arc.c:877 +#, c-format +msgid "ERROR: Attempting to link %B with a binary %B of different architecture" +msgstr "" + +#: elf32-arc.c:891 elf32-i370.c:359 elf32-iq2000.c:842 elf32-m32c.c:887 +#: elf32-m68hc1x.c:1384 elf32-ppc.c:4860 elf64-sparc.c:727 elfxx-mips.c:15082 +#, c-format +msgid "%B: uses different e_flags (%#x) fields than previous modules (%#x)" +msgstr "" + +#: elf32-arc.c:980 +msgid "Error: The ARC4 architecture is no longer supported.\n" +msgstr "" + +#: elf32-arc.c:986 +msgid "" +"Warning: unset or old architecture flags. \n" +"\t Use default machine.\n" +msgstr "" + +#: elf32-arc.c:1119 +#, c-format +msgid "" +"%B(%A+%#Lx): CMEM relocation to `%s' is invalid, 16 MSB should be %#x (value " +"is %#Lx)" +msgstr "" + +#: elf32-arc.c:1130 +#, c-format +msgid "" +"%B(%A+%#Lx): CMEM relocation to `%s+%#Lx' is invalid, 16 MSB should be %#x " +"(value is %#Lx)" +msgstr "" + +#: elf32-arc.c:1836 +msgid "GOT and PLT relocations cannot be fixed with a non dynamic linker." +msgstr "" + +#: elf32-arc.c:2860 +msgid "%B: Unknown mandatory ARC object attribute %d." +msgstr "" + +#: elf32-arc.c:2868 +msgid "Warning: %B: Unknown ARC object attribute %d." +msgstr "" + +#: elf32-arm.c:4022 elf32-arm.c:4056 elf32-arm.c:4075 elf32-arm.c:4127 +msgid "" +"%B(%A): warning: long branch veneers used in section with SHF_ARM_PURECODE " +"section attribute is only supported for M-profile targets that implement the " +"movw instruction." +msgstr "" + +#: elf32-arm.c:4415 +#, c-format +msgid "No address assigned to the veneers output section %s" +msgstr "" + +#: elf32-arm.c:5675 +msgid "%B: Special symbol `%s' only allowed for ARMv8-M architecture or later." +msgstr "" + +#: elf32-arm.c:5684 +msgid "%B: invalid special symbol `%s'." +msgstr "" + +#: elf32-arm.c:5686 elf32-arm.c:5726 +msgid "It must be a global or weak function symbol." +msgstr "" + +#: elf32-arm.c:5724 +msgid "%B: invalid standard symbol `%s'." +msgstr "" + +#: elf32-arm.c:5730 +msgid "%B: absent standard symbol `%s'." +msgstr "" + +#: elf32-arm.c:5742 +msgid "%B: `%s' and its special symbol are in different sections." +msgstr "" + +#: elf32-arm.c:5754 +msgid "%B: entry function `%s' not output." +msgstr "" + +#: elf32-arm.c:5761 +msgid "%B: entry function `%s' is empty." +msgstr "" + +#: elf32-arm.c:5890 +msgid "%B: --in-implib only supported for Secure Gateway import libraries." +msgstr "" + +#: elf32-arm.c:5936 +msgid "%B: invalid import library entry: `%s'." +msgstr "" + +#: elf32-arm.c:5938 +msgid "Symbol should be absolute, global and refer to Thumb functions." +msgstr "" + +#: elf32-arm.c:5958 +#, c-format +msgid "Entry function `%s' disappeared from secure code." +msgstr "" + +#: elf32-arm.c:5982 +#, c-format +msgid "`%s' refers to a non entry function." +msgstr "" + +#: elf32-arm.c:5997 +msgid "%B: visibility of symbol `%s' has changed." +msgstr "" + +#: elf32-arm.c:6006 +msgid "%B: incorrect size for symbol `%s'." +msgstr "" + +#: elf32-arm.c:6025 +#, c-format +msgid "Offset of veneer for entry function `%s' not a multiple of its size." +msgstr "" + +#: elf32-arm.c:6326 +msgid "" +"new entry function(s) introduced but no output import library specified:" +msgstr "" + +#: elf32-arm.c:6053 +#, c-format +msgid "Start address of `%s' is different from previous link." +msgstr "" + +#: elf32-arm.c:7769 +msgid "" +"%B: warning: selected STM32L4XX erratum workaround is not necessary for " +"target architecture" +msgstr "" + +#: elf32-arm.c:8392 elf32-arm.c:8411 +msgid "%B: unable to find STM32L4XX veneer `%s'" +msgstr "" + +#: elf32-arm.c:8618 +#, c-format +msgid "" +"%B(%A+%#x): error: multiple load detected in non-last IT block instruction : " +"STM32L4XX veneer cannot be generated.\n" +"Use gcc option -mrestrict-it to generate only one instruction per IT block.\n" +msgstr "" + +#. FIXME: We ought to be able to generate thumb-1 PLT +#. instructions... +#: elf32-arm.c:9458 +msgid "%B: Warning: thumb-1 mode PLT generation not currently supported" +msgstr "" + +#: elf32-arm.c:9723 +#, c-format +msgid "%B(%A+%#Lx): unexpected Thumb instruction '%#lx' in TLS trampoline" +msgstr "" + +#: elf32-arm.c:9763 +#, c-format +msgid "%B(%A+%#Lx): unexpected ARM instruction '%#lx' in TLS trampoline" +msgstr "" + +#: elf32-arm.c:10492 +msgid "shared object" +msgstr "" + +#: elf32-arm.c:10495 +msgid "PIE executable" +msgstr "" + +#: elf32-arm.c:10109 +msgid "" +"%B: relocation %s against external or undefined symbol `%s' can not be used " +"when making a %s; recompile with -fPIC" +msgstr "" + +#: elf32-arm.c:10240 +msgid "%B: Warning: Arm BLX instruction targets Arm function '%s'." +msgstr "" + +#: elf32-arm.c:11534 +#, c-format +msgid "" +"%B(%A+%#Lx): unexpected Thumb instruction '%#lx' referenced by TLS_GOTDESC" +msgstr "" + +#: elf32-arm.c:11557 +#, c-format +msgid "" +"%B(%A+%#Lx): unexpected ARM instruction '%#lx' referenced by TLS_GOTDESC" +msgstr "" + +#: elf32-arm.c:11586 elf32-m68k.c:3701 elf32-metag.c:1916 elf32-nios2.c:4358 +#, c-format +msgid "%B(%A+%#Lx): %s relocation not permitted in shared object" +msgstr "" + +#: elf32-arm.c:11799 +#, c-format +msgid "" +"%B(%A+%#Lx): Only ADD or SUB instructions are allowed for ALU group " +"relocations" +msgstr "" + +#: elf32-arm.c:11839 elf32-arm.c:11929 elf32-arm.c:12015 elf32-arm.c:12103 +#, c-format +msgid "%B(%A+%#Lx): Overflow whilst splitting %#Lx for group relocation %s" +msgstr "" + +#: elf32-arm.c:12369 elf32-sh.c:4003 elf64-sh64.c:1539 +#, c-format +msgid "%B(%A+%#Lx): %s relocation against SEC_MERGE section" +msgstr "" + +#: elf32-arm.c:12481 elf32-m68k.c:3931 elf32-xtensa.c:2681 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:6185 +#, c-format +msgid "%B(%A+%#Lx): %s used with TLS symbol %s" +msgstr "" + +#: elf32-arm.c:12483 elf32-m68k.c:3933 elf32-xtensa.c:2683 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:6187 +#, c-format +msgid "%B(%A+%#Lx): %s used with non-TLS symbol %s" +msgstr "" + +#: elf32-arm.c:13754 +msgid "error: %B: unable to merge virtualization attributes with %B" +msgstr "error: %B: unable to merge virtualisation attributes with %B" + +#: elf32-arm.c:14049 +msgid "%B has both the current and legacy Tag_MPextension_use attributes" +msgstr "" + +#: elf32-arm.c:14964 +#, c-format +msgid " [soft-float ABI]" +msgstr "" + +#: elf32-arm.c:14967 +#, c-format +msgid " [hard-float ABI]" +msgstr "" + +#: elf32-arm.c:15636 elf32-hppa.c:2082 elf32-lm32.c:1989 elf32-m32r.c:2097 +#: elf32-metag.c:2792 elf32-nds32.c:3844 elf32-or1k.c:2281 elf32-ppc.c:6167 +#: elf32-s390.c:1851 elf32-sh.c:3289 elf32-tic6x.c:3205 elf32-tilepro.c:2237 +#: elf64-ppc.c:9943 elf64-s390.c:1785 elfxx-sparc.c:2452 elfxx-tilegx.c:2479 +#: elfxx-x86.c:563 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:8319 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-riscv.c:1112 +#, c-format +msgid "%B: dynamic relocation against `%T' in read-only section `%A'\n" +msgstr "" + +#: elf32-arm.c:15881 +msgid "Errors encountered processing file %B" +msgstr "" + +#: elf32-arm.c:17301 elflink.c:12556 elflink.c:12603 +#, c-format +msgid "could not find section %s" +msgstr "" + +#: elf32-arm.c:18421 +msgid "" +"%B(%#Lx): error: Cannot create STM32L4XX veneer. Jump out of range by %Ld " +"bytes. Cannot encode branch instruction. " +msgstr "" + +#: elf32-arm.c:18459 +msgid "%B: error: Cannot create STM32L4XX veneer." +msgstr "" + +#: elf32-avr.c:959 +#, c-format +msgid "%B: invalid AVR reloc number: %d" +msgstr "" + +#: elf32-avr.c:3327 /work/sources/binutils/current/bfd/elfnn-aarch64.c:3126 +#, c-format +msgid "cannot create stub entry %s" +msgstr "" + +#: elf32-bfin.c:1577 +#, c-format +msgid "%B(%A+%#Lx): unresolvable relocation against symbol `%s'" +msgstr "" + +#: elf32-bfin.c:1608 elf32-i386.c:3473 elf32-m68k.c:3971 elf32-s390.c:3261 +#: elf64-s390.c:3175 elf64-x86-64.c:3839 +#, c-format +msgid "%B(%A+%#Lx): reloc against `%s': error %d" +msgstr "" + +#: elf32-bfin.c:2628 +#, c-format +msgid "%B: relocation at `%A+%#Lx' references symbol `%s' with nonzero addend" +msgstr "" + +#: elf32-bfin.c:4687 +#, c-format +msgid "%B: unsupported relocation type %d" +msgstr "" + +#: elf32-bfin.c:4776 elf32-frv.c:6596 +msgid "%B: cannot link non-fdpic object file into fdpic executable" +msgstr "" + +#: elf32-bfin.c:4780 elf32-frv.c:6600 +msgid "%B: cannot link fdpic object file into non-fdpic executable" +msgstr "" + +#: elf32-bfin.c:5057 +msgid "" +"the bfin target does not currently support the generation of copy relocations" +msgstr "" + +#: elf32-cr16.c:653 +#, c-format +msgid "Unsupported CR16 relocation type: 0x%x\n" +msgstr "" + +#: elf32-cr16.c:682 +#, c-format +msgid "%B: unrecognised CR16 reloc number: %d" +msgstr "" + +#: elf32-cr16c.c:186 +#, c-format +msgid "%B: invalid CR16C reloc number: %d" +msgstr "" + +#: elf32-cris.c:467 +#, c-format +msgid "%B: invalid CRIS reloc number: %d" +msgstr "" + +#: elf32-cris.c:1308 elf32-tic6x.c:2570 +#, c-format +msgid "" +"%B, section %A: relocation %s with non-zero addend %Ld against local symbol" +msgstr "" + +#: elf32-cris.c:1317 elf32-cris.c:1665 elf32-cris.c:1818 elf32-tic6x.c:2579 +#, c-format +msgid "" +"%B, section %A: relocation %s with non-zero addend %Ld against symbol `%s'" +msgstr "" + +#: elf32-cris.c:1581 +#, c-format +msgid "" +"%B, section %A: relocation %s is not allowed for `%s', a global symbol with " +"default visibility, perhaps a declaration mixup?" +msgstr "" + +#: elf32-cris.c:3047 +#, c-format +msgid "" +"%B, section %A:\n" +" v10/v32 compatible object must not contain a PIC relocation" +msgstr "" + +#: elf32-crx.c:429 +#, c-format +msgid "%B: unrecognised CRX reloc number: %d" +msgstr "" + +#: elf32-d10v.c:234 +#, c-format +msgid "%B: invalid D10V reloc number: %d" +msgstr "" + +#: elf32-d30v.c:522 elf32-d30v.c:541 +#, c-format +msgid "%B: invalid D30V reloc number: %d" +msgstr "" + +#: elf32-dlx.c:548 +#, c-format +msgid "Invalid DLX reloc number: %d" +msgstr "" + +#: elf32-epiphany.c:376 +#, c-format +msgid "%B: invalid Epiphany reloc number: %d" +msgstr "" + +#: elf32-fr30.c:381 +#, c-format +msgid "%B: invalid FR30 reloc number: %d" +msgstr "" + +#: elf32-frv.c:2557 +#, c-format +msgid "%B: invalid FRV reloc number: %d" +msgstr "" + +#: elf32-frv.c:3202 +msgid "%H: R_FRV_GETTLSOFF_RELAX not applied to a calll instruction\n" +msgstr "%H: R_FRV_GETTLSOFF_RELAX not applied to a call instruction\n" + +#: elf32-frv.c:6507 +#, c-format +msgid "" +"%B: compiled with %s and linked with modules that use non-pic relocations" +msgstr "" + +#: elf32-frv.c:6561 elf32-iq2000.c:828 elf32-m32c.c:874 +#, c-format +msgid "%B: compiled with %s and linked with modules compiled with %s" +msgstr "" + +#: elf32-frv.c:6574 +#, c-format +msgid "" +"%B: uses different unknown e_flags (%#x) fields than previous modules (%#x)" +msgstr "" + +#: elf32-hppa.c:829 elf32-hppa.c:3499 +#, c-format +msgid "%B(%A+%#Lx): cannot reach %s, recompile with -ffunction-sections" +msgstr "" + +#: elf32-hppa.c:3333 +#, c-format +msgid "" +"%B(%A+%#Lx): %s fixup for insn %#x is not supported in a non-shared link" +msgstr "" + +#: elf32-hppa.c:4140 +#, c-format +msgid "%s has both normal and TLS relocs" +msgstr "" + +#: elf32-hppa.c:4142 +msgid "%B:%s has both normal and TLS relocs" +msgstr "" + +#: elf32-hppa.c:4201 +#, c-format +msgid "%B(%A+%#Lx): cannot handle %s for %s" +msgstr "" + +#: elf32-i370.c:307 +#, c-format +msgid "%B: unrecognised I370 reloc number: %d" +msgstr "" + +#: elf32-i370.c:1164 +msgid "%B: unknown relocation type %d for symbol %s" +msgstr "" + +#: elf32-i370.c:1306 +#, c-format +msgid "%B: Relocation %s is not yet supported for symbol %s." +msgstr "" + +#: elf32-i386.c:1159 elf64-x86-64.c:1335 +#, c-format +msgid "" +"%B: TLS transition from %s to %s against `%s' at %#Lx in section `%A' failed" +msgstr "" + +#: elf32-i386.c:1250 +#, c-format +msgid "" +"%B: direct GOT relocation R_386_GOT32X against `%s' without base register " +"can not be used when making a shared object" +msgstr "" + +#: elf32-i386.c:1767 +#, c-format +msgid "%B: unsupported non-PIC call to IFUNC `%s'" +msgstr "" + +#: elf32-i386.c:2345 elf64-x86-64.c:2625 +#, c-format +msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported" +msgstr "" + +#: elf32-i386.c:2378 elf32-i386.c:3684 elf32-i386.c:3823 elf64-x86-64.c:2682 +#: elf64-x86-64.c:4012 elf64-x86-64.c:4166 +msgid "Local IFUNC function `%s' in %B\n" +msgstr "" + +#: elf32-i386.c:2593 +#, c-format +msgid "" +"%B: direct GOT relocation %s against `%s' without base register can not be " +"used when making a shared object" +msgstr "" + +#: elf32-i386.c:2656 +#, c-format +msgid "" +"%B: relocation R_386_GOTOFF against protected %s `%s' can not be used when " +"making a shared object" +msgstr "" + +#: elf32-i960.c:140 +#, c-format +msgid "%B: invalid i960 reloc number: %d" +msgstr "" + +#: elf32-ip2k.c:1245 +#, c-format +msgid "%B: invalid IP2K reloc number: %d" +msgstr "" + +#: elf32-ip2k.c:1298 +#, c-format +msgid "ip2k linker: missing page instruction at %#Lx (dest = %#Lx)" +msgstr "" + +#: elf32-ip2k.c:1315 +#, c-format +msgid "ip2k linker: redundant page instruction at %#Lx (dest = %#Lx)" +msgstr "" + +#: elf32-iq2000.c:441 +#, c-format +msgid "%B: invalid IQ2000 reloc number: %d" +msgstr "" + +#: elf32-lm32.c:539 +#, c-format +msgid "%B: invalid LM32 reloc number: %d" +msgstr "" + +#: elf32-m32c.c:306 +#, c-format +msgid "%B: invalid M32C reloc number: %d" +msgstr "" + +#: elf32-m32r.c:1286 +#, c-format +msgid "%B: invalid M32R reloc number: %d" +msgstr "" + +#: elf32-m68hc11.c:390 +#, c-format +msgid "%B: invalid M68HC11 reloc number: %d" +msgstr "" + +#: elf32-m68hc12.c:510 +#, c-format +msgid "%B: invalid M68HC12 reloc number: %d" +msgstr "" + +#: elf32-m68hc1x.c:1150 +#, c-format +msgid "" +"XGATE address (%lx) is not within shared RAM(0xE000-0xFFFF), therefore you " +"must manually offset the address, and possibly manage the page, in your code." +msgstr "" + +#: elf32-m68hc1x.c:1225 +#, c-format +msgid "" +"S12 address (%lx) is not within shared RAM(0x2000-0x4000), therefore you " +"must manually offset the address in your code" +msgstr "" + +#: elf32-m68hc1x.c:1435 +#, c-format +msgid " [XGATE RAM offsetting]" +msgstr "" + +#: elf32-mcore.c:355 +#, c-format +msgid "%B: unrecognised MCore reloc number: %d" +msgstr "" + +#: elf32-mep.c:390 +#, c-format +msgid "%B: invalid MEP reloc number: %d" +msgstr "" + +#: elf32-metag.c:878 +#, c-format +msgid "%B: invalid METAG reloc number: %d" +msgstr "" + +#: elf32-metag.c:1860 +msgid "%B(%A): multiple TLS models are not supported" +msgstr "" + +#: elf32-metag.c:1863 +msgid "" +"%B(%A): shared library symbol %s encountered whilst performing a static link" +msgstr "" + +#: elf32-microblaze.c:656 +#, c-format +msgid "%B: unrecognised MicroBlaze reloc number: %d" +msgstr "" + +#: elf32-mips.c:2225 +#, c-format +msgid "Unrecognised MIPS reloc number: %d" +msgstr "" + +#: elf32-moxie.c:137 +#, c-format +msgid "%B: invalid Moxie reloc number: %d" +msgstr "" + +#: elf32-msp430.c:648 +#, c-format +msgid "%B: invalid MSP430X reloc number: %d" +msgstr "" + +#: elf32-msp430.c:658 +#, c-format +msgid "%B: invalid MSP430 reloc number: %d" +msgstr "" + +#: elf32-msp430.c:832 elf32-msp430.c:1146 +msgid "Try enabling relaxation to avoid relocation truncations" +msgstr "" + +#: elf32-msp430.c:1358 +msgid "internal error: branch/jump to an odd address detected" +msgstr "" + +#: elf32-msp430.c:2352 +#, c-format +msgid "Warning: %B: Unknown MSPABI object attribute %d" +msgstr "" + +#: elf32-msp430.c:2445 +#, c-format +msgid "error: %B uses %s instructions but %B uses %s" +msgstr "" + +#: elf32-msp430.c:2457 +#, c-format +msgid "error: %B uses the %s code model whereas %B uses the %s code model" +msgstr "" + +#: elf32-msp430.c:2469 +#, c-format +msgid "error: %B uses the large code model but %B uses MSP430 instructions" +msgstr "" + +#: elf32-msp430.c:2480 +#, c-format +msgid "error: %B uses the %s data model whereas %B uses the %s data model" +msgstr "" + +#: elf32-msp430.c:2492 +#, c-format +msgid "error: %B uses the small code model but %B uses the %s data model" +msgstr "" + +#: elf32-msp430.c:2504 +#, c-format +msgid "error: %B uses the %s data model but %B only uses MSP430 instructions" +msgstr "" + +#: elf32-mt.c:242 +#, c-format +msgid "%B: invalid MT reloc number: %d" +msgstr "" + +#: elf32-nds32.c:2897 +#, c-format +msgid "%B: invalid NDS32 reloc number: %d" +msgstr "" + +#: elf32-nds32.c:3232 +msgid "error: Can't find symbol: _SDA_BASE_." +msgstr "" + +#: elf32-nds32.c:4410 elf32-nds32.c:11783 +msgid "%B: error: Cannot set _ITB_BASE_" +msgstr "" + +#: elf32-nds32.c:4418 +msgid "error: IFC relocation error." +msgstr "" + +#: elf32-nds32.c:4452 +#, c-format +msgid "%B: error: unknown relocation type %d." +msgstr "" + +#: elf32-nds32.c:4898 +msgid "%B: warning: cannot deal R_NDS32_25_ABS_RELA in shared mode." +msgstr "" + +#: elf32-nds32.c:5032 +msgid "%B: warning: unaligned access to GOT entry." +msgstr "" + +#: elf32-nds32.c:5074 +msgid "%B: warning: relocate SDA_BASE failed." +msgstr "" + +#: elf32-nds32.c:5096 +#, c-format +msgid "%B(%A): warning: unaligned small data access of type %d." +msgstr "" + +#: elf32-nds32.c:5844 +#, c-format +msgid "" +"%B: ISR vector size mismatch with previous modules, previous %u-byte, " +"current %u-byte" +msgstr "" + +#: elf32-nds32.c:5888 +msgid "%B: warning: Endian mismatch with previous modules." +msgstr "" + +#: elf32-nds32.c:5898 +msgid "" +"%B: warning: Older version of object file encountered, Please recompile with " +"current tool chain." +msgstr "" + +#: elf32-nds32.c:5976 +msgid "%B: error: ABI mismatch with previous modules." +msgstr "" + +#: elf32-nds32.c:5987 +msgid "%B: error: Instruction set mismatch with previous modules." +msgstr "" + +#: elf32-nds32.c:6013 +#, c-format +msgid "%B: warning: Incompatible elf-versions %s and %s." +msgstr "" + +#: elf32-nds32.c:6998 +#, c-format +msgid ": n1 instructions" +msgstr "" + +#: elf32-nds32.c:7001 +#, c-format +msgid ": n1h instructions" +msgstr "" + +#: elf32-nds32.c:8535 +msgid "%B: Error: search_nds32_elf_blank reports wrong node\n" +msgstr "" + +#: elf32-nds32.c:8794 +#, c-format +msgid "%B: warning: %s points to unrecognized reloc at %#Lx" +msgstr "" + +#: elf32-nds32.c:11655 elf32-nds32.c:11672 +msgid "error: Jump IFC Fail." +msgstr "" + +#: elf32-nds32.c:12529 +#, c-format +msgid "%B: Nested OMIT_FP in %A." +msgstr "" + +#: elf32-nds32.c:12548 +#, c-format +msgid "%B: Unmatched OMIT_FP in %A." +msgstr "" + +#: elf32-nds32.c:12831 reloc.c:8273 +#, c-format +msgid "%X%P: %B(%A): relocation \"%R\" goes out of range\n" +msgstr "" + +#: elf32-nds32.c:14607 +msgid "Linker: cannot init ex9 hash table error \n" +msgstr "" + +#: elf32-nds32.c:15016 elf32-nds32.c:15030 +msgid "Linker: error cannot fixed ex9 relocation \n" +msgstr "" + +#: elf32-nds32.c:15241 +#, c-format +msgid "" +"%B: warning: unaligned small data access for entry: {%Ld, %Ld, %Ld}, addr = " +"%#Lx, align = %#x" +msgstr "" + +#: elf32-nds32.c:15274 +#, c-format +msgid "failed creating ex9.it %s hash table entry" +msgstr "" + +#: elf32-nios2.c:2929 +msgid "error: %B: Big-endian R2 is not supported." +msgstr "" + +#: elf32-nios2.c:3822 +#, c-format +msgid "" +"global pointer relative relocation at address 0x%08x when _gp not defined\n" +msgstr "" + +#: elf32-nios2.c:3834 +#, c-format +msgid "" +"Unable to reach %s (at 0x%08x) from the global pointer (at 0x%08x) because " +"the offset (%d) is out of the allowed range, -32678 to 32767.\n" +msgstr "" + +#: elf32-nios2.c:4495 elf32-pru.c:928 +msgid "relocation out of range" +msgstr "" + +#: elf32-or1k.c:715 +#, c-format +msgid "%B: invalid OR1K reloc number: %d" +msgstr "" + +#: elf32-or1k.c:965 +msgid "internal error: addend should be zero for R_OR1K_GOT16" +msgstr "" + +#: elf32-or1k.c:1074 +msgid "%B: support for local dynamic not implemented" +msgstr "" + +#: elf32-or1k.c:1209 +msgid "%B: will not resolve runtime TLS relocation" +msgstr "" + +#: elf32-or1k.c:2641 +msgid "%B: EF_OR1K_NODELAY flag mismatch with previous modules" +msgstr "" + +#: elf32-pj.c:325 +#, c-format +msgid "%B: unrecognised PicoJava reloc number: %d" +msgstr "" + +#: elf32-ppc.c:2034 +#, c-format +msgid "%B: unrecognised PPC reloc number: %d" +msgstr "" + +#: elf32-ppc.c:4670 elf32-ppc.c:4675 +#, c-format +msgid "Warning: %B uses 64-bit long double, %B uses 128-bit long double" +msgstr "" + +#: elf32-ppc.c:4680 elf32-ppc.c:4685 +#, c-format +msgid "Warning: %B uses IBM long double, %B uses IEEE long double" +msgstr "" + +#: elf32-ppc.c:4736 elf32-ppc.c:4741 +#, c-format +msgid "Warning: %B uses AltiVec vector ABI, %B uses SPE vector ABI" +msgstr "" + +#: elf32-ppc.c:4901 +#, c-format +msgid "%B(%A+0x%lx): expected 16A style relocation on 0x%08x insn" +msgstr "" + +#: elf32-ppc.c:4920 +#, c-format +msgid "%B(%A+0x%lx): expected 16D style relocation on 0x%08x insn" +msgstr "" + +#. Uh oh, we didn't find the expected call. We +#. could just mark this symbol to exclude it +#. from tls optimization but it's safer to skip +#. the entire optimization. +#: elf32-ppc.c:4606 elf64-ppc.c:7724 +#, c-format +msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n" +msgstr "%H arg lost __tls_get_addr, TLS optimisation disabled\n" + +#: elf32-ppc.c:6275 elf32-sh.c:3392 elf32-tilepro.c:2331 elfxx-sparc.c:2551 +#: elfxx-tilegx.c:2567 +msgid "%B: dynamic relocation in read-only section `%A'\n" +msgstr "" + +#: elf32-ppc.c:7494 +msgid "%H: fixup branch overflow\n" +msgstr "" + +#: elf32-ppc.c:8186 elf32-ppc.c:8221 +#, c-format +msgid "%B(%A+%#Lx): error: %s with unexpected instruction %#x" +msgstr "" + +#: elf32-ppc.c:7634 +#, c-format +msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n" +msgstr "" + +#: elf32-ppc.c:7673 elf64-ppc.c:15220 +msgid "%H: warning: %s unexpected insn %#x.\n" +msgstr "" + +#. @local on an ifunc does not really make sense since +#. the ifunc resolver can take you anywhere. More +#. seriously, calls to ifuncs must go through a plt call +#. stub, and for pic the plt call stubs uses r30 to +#. access the PLT. The problem is that a call that is +#. local won't have the +32k reloc addend trick marking +#. -fPIC code, so the linker won't know whether r30 is +#. _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section. +#: elf32-ppc.c:8017 +#, c-format +msgid "%X%H: @local call to ifunc %s\n" +msgstr "" + +#: elf32-ppc.c:9336 +#, c-format +msgid "" +"%B: the target (%s) of a %s relocation is in the wrong output section (%s)" +msgstr "" + +#: elf32-ppc.c:8954 +#, c-format +msgid "%H: error: %s against `%s' not a multiple of %u\n" +msgstr "" + +#: elf32-ppc.c:9959 elf64-ppc.c:15715 +msgid "" +"%X%P: text relocations and GNU indirect functions will result in a segfault " +"at runtime\n" +msgstr "" + +#: elf32-ppc.c:9963 elf64-ppc.c:15719 +msgid "" +"%P: warning: text relocations and GNU indirect functions may result in a " +"segfault at runtime\n" +msgstr "" + +#: elf32-rl78.c:292 +#, c-format +msgid "%B: invalid RL78 reloc number: %d" +msgstr "" + +#: elf32-rl78.c:370 +msgid "Internal Error: RL78 reloc stack overflow" +msgstr "" + +#: elf32-rl78.c:381 +msgid "Internal Error: RL78 reloc stack underflow" +msgstr "" + +#: elf32-rl78.c:1050 +msgid "Warning: RL78_SYM reloc with an unknown symbol" +msgstr "" + +#: elf32-rl78.c:1202 +#, c-format +msgid "RL78 ABI conflict: G10 file %B cannot be linked with %s file %B" +msgstr "" + +#: elf32-rl78.c:1219 +#, c-format +msgid "RL78 ABI conflict: cannot link %s file %B with %s file %B" +msgstr "" + +#: elf32-rl78.c:1231 +msgid "RL78 merge conflict: cannot link 32-bit and 64-bit objects together" +msgstr "" + +#: elf32-rl78.c:1232 elf32-rl78.c:1236 +#, c-format +msgid "- %B is 64-bit, %B is not" +msgstr "" + +#: elf32-rx.c:314 +#, c-format +msgid "%B: invalid RX reloc number: %d" +msgstr "" + +#: elf32-rx.c:595 +#, c-format +msgid "%B:%A: table entry %s outside table" +msgstr "" + +#: elf32-rx.c:602 +#, c-format +msgid "%B:%A: table entry %s not word-aligned within table" +msgstr "" + +#. Check for unsafe relocs in PID mode. These are any relocs where +#. an absolute address is being computed. There are special cases +#. for relocs against symbols that are known to be referenced in +#. crt0.o before the PID base address register has been initialised. +#: elf32-rx.c:687 +#, c-format +msgid "%B(%A): unsafe PID relocation %s at %#Lx (against %s in %s)" +msgstr "" + +#: elf32-rx.c:3146 +msgid "There is a conflict merging the ELF header flags from %B" +msgstr "" + +#: elf32-rx.c:3170 +#, c-format +msgid " the input file's flags: %s" +msgstr "" + +#: elf32-rx.c:3172 +#, c-format +msgid " the output file's flags: %s" +msgstr "" + +#: elf32-rx.c:3758 +#, c-format +msgid "%B:%A: table %s missing corresponding %s" +msgstr "" + +#: elf32-rx.c:3766 +#, c-format +msgid "%B:%A: %s and %s must be in the same input section" +msgstr "" + +#: elf32-s390.c:2137 elf64-s390.c:2075 +#, c-format +msgid "%B(%A+%#Lx): invalid instruction for TLS relocation %s" +msgstr "" + +#: elf32-score.c:2825 elf32-score7.c:2630 +#, c-format +msgid "%B: Malformed reloc detected for section %A" +msgstr "" + +#: elf32-score.c:2879 elf32-score7.c:2684 +#, c-format +msgid "%B: CALL15 reloc at %#Lx not against global symbol" +msgstr "" + +#: elf32-sh.c:491 +#, c-format +msgid "%B: unrecognised SH reloc number: %d" +msgstr "" + +#: elf32-sh.c:592 +#, c-format +msgid "%B: %#Lx: warning: R_SH_USES points to unrecognized insn 0x%x" +msgstr "" + +#: elf32-sh.c:4200 +#, c-format +msgid "%B: %#Lx: fatal: unaligned branch target for relax-support relocation" +msgstr "" + +#: elf32-sh.c:4234 elf32-sh.c:4250 +#, c-format +msgid "%B: %#Lx: fatal: unaligned %s relocation %#Lx" +msgstr "" + +#: elf32-sh.c:4265 +#, c-format +msgid "%B: %#Lx: fatal: R_SH_PSHA relocation %Ld not in range -32..32" +msgstr "" + +#: elf32-sh.c:4280 +#, c-format +msgid "%B: %#Lx: fatal: R_SH_PSHL relocation %Ld not in range -32..32" +msgstr "" + +#: elf32-sh.c:4426 elf32-sh.c:4899 +#, c-format +msgid "%B(%A+%#Lx): cannot emit fixup to `%s' in read-only section" +msgstr "" + +#: elf32-sh.c:5001 +#, c-format +msgid "%B(%A+%#Lx): %s relocation against external symbol \"%s\"" +msgstr "" + +#: elf32-sh.c:6436 +#, c-format +msgid "%B: uses %s instructions while previous modules use %s instructions" +msgstr "" + +#: elf32-sh.c:6022 +#, c-format +msgid "" +"internal error: merge of architecture '%s' with architecture '%s' produced " +"unknown architecture" +msgstr "" + +#: elf32-sh.c:6485 +msgid "" +"%B: uses instructions which are incompatible with instructions used in " +"previous modules" +msgstr "" + +#: elf32-sh.c:6498 +msgid "%B: attempt to mix FDPIC and non-FDPIC objects" +msgstr "" + +#: elf32-sh64.c:225 elf64-sh64.c:2277 +#, c-format +msgid "%B: compiled as 32-bit object and %B is 64-bit" +msgstr "" + +#: elf32-sh64.c:229 elf64-sh64.c:2281 +#, c-format +msgid "%B: compiled as 64-bit object and %B is 32-bit" +msgstr "" + +#: elf32-sh64.c:232 elf64-sh64.c:2284 +#, c-format +msgid "%B: object size does not match that of target %B" +msgstr "" + +#: elf32-sh64.c:455 elf64-sh64.c:2772 +msgid "%B: encountered datalabel symbol in input" +msgstr "" + +#: elf32-sh64.c:550 +msgid "%B: GAS error: unexpected PTB insn with R_SH_PT_16" +msgstr "" + +#: elf32-sh64.c:600 +#, c-format +msgid "%B: error: unaligned relocation type %d at %#Lx reloc %#Lx" +msgstr "" + +#: elf32-sh64.c:676 +msgid "%B: could not write out added .cranges entries" +msgstr "" + +#: elf32-sh64.c:735 +msgid "%B: could not write out sorted .cranges entries" +msgstr "" + +#: elf32-spu.c:160 +#, c-format +msgid "%B: unrecognised SPU reloc number: %d" +msgstr "" + +#: elf32-spu.c:4691 +msgid "%F%P: auto overlay error: %E\n" +msgstr "" + +#: elf32-spu.c:4742 +msgid "%X%P: stack/lrlive analysis error: %E\n" +msgstr "" + +#: elf32-spu.c:4745 +msgid "%F%P: can not build overlay stubs: %E\n" +msgstr "" + +#: elf32-spu.c:5043 +#, c-format +msgid "%B(%s+%#Lx): unresolvable %s relocation against symbol `%s'" +msgstr "" + +#: elf32-v850.c:1898 elf32-v850.c:1917 +#, c-format +msgid "%B: invalid V850 reloc number: %d" +msgstr "" + +#: elf32-v850.c:2524 +#, c-format +msgid "error: %B needs 8-byte alignment but %B is set for 4-byte alignment" +msgstr "" + +#: elf32-v850.c:2540 +#, c-format +msgid "error: %B uses 64-bit doubles but %B uses 32-bit doubles" +msgstr "" + +#: elf32-v850.c:2555 +#, c-format +msgid "error: %B uses FPU-3.0 but %B only supports FPU-2.0" +msgstr "" + +#: elf32-v850.c:2595 +#, c-format +msgid " alignment of 8-byte entities: " +msgstr "" + +#: elf32-v850.c:2598 +#, c-format +msgid "4-byte" +msgstr "" + +#: elf32-v850.c:2599 +#, c-format +msgid "8-byte" +msgstr "" + +#: elf32-v850.c:2600 elf32-v850.c:2612 +#, c-format +msgid "not set" +msgstr "" + +#: elf32-v850.c:2601 elf32-v850.c:2613 elf32-v850.c:2625 elf32-v850.c:2636 +#: elf32-v850.c:2647 elf32-v850.c:2658 +#, c-format +msgid "unknown: %x" +msgstr "" + +#: elf32-v850.c:2607 +#, c-format +msgid " size of doubles: " +msgstr "" + +#: elf32-v850.c:2610 +#, c-format +msgid "4-bytes" +msgstr "" + +#: elf32-v850.c:2611 +#, c-format +msgid "8-bytes" +msgstr "" + +#: elf32-v850.c:2619 +#, c-format +msgid " FPU support required: " +msgstr "" + +#: elf32-v850.c:2622 +#, c-format +msgid "FPU-2.0" +msgstr "" + +#: elf32-v850.c:2623 +#, c-format +msgid "FPU-3.0" +msgstr "" + +#: elf32-v850.c:2624 +#, c-format +msgid "none" +msgstr "" + +#: elf32-v850.c:2631 +#, c-format +msgid "SIMD use: " +msgstr "" + +#: elf32-v850.c:2634 elf32-v850.c:2645 elf32-v850.c:2656 +#, c-format +msgid "yes" +msgstr "" + +#: elf32-v850.c:2635 elf32-v850.c:2646 elf32-v850.c:2657 +#, c-format +msgid "no" +msgstr "" + +#: elf32-v850.c:2642 +#, c-format +msgid "CACHE use: " +msgstr "" + +#: elf32-v850.c:2653 +#, c-format +msgid "MMU use: " +msgstr "" + +#: elf32-v850.c:2899 +#, c-format +msgid "unknown v850 architecture" +msgstr "" + +#: elf32-v850.c:2901 +#, c-format +msgid "v850 E3 architecture" +msgstr "" + +#: elf32-v850.c:2915 +#, c-format +msgid "v850e3v5 architecture" +msgstr "" + +#: elf32-v850.c:3601 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized insns" +msgstr "" + +#: elf32-v850.c:3611 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized insn %#x" +msgstr "" + +#: elf32-v850.c:3656 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized reloc" +msgstr "" + +#: elf32-v850.c:3696 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGCALL points to unrecognized reloc %#Lx" +msgstr "" + +#: elf32-v850.c:3839 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGJUMP points to unrecognized insns" +msgstr "" + +#: elf32-v850.c:3849 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGJUMP points to unrecognized insn %#x" +msgstr "" + +#: elf32-v850.c:3883 +#, c-format +msgid "%B: %#Lx: warning: R_V850_LONGJUMP points to unrecognized reloc" +msgstr "" + +#: elf32-vax.c:290 +#, c-format +msgid "%B: unrecognised VAX reloc number: %d" +msgstr "" + +#: elf32-vax.c:631 +#, c-format +msgid "" +"%B: warning: GOT addend of %Ld to `%s' does not match previous GOT addend of " +"%Ld" +msgstr "" + +#: elf32-vax.c:1445 +#, c-format +msgid "%B: warning: PLT addend of %Ld to `%s' from %A section ignored" +msgstr "" + +#: elf32-vax.c:1570 +#, c-format +msgid "%B: warning: %s relocation against symbol `%s' from %A section" +msgstr "" + +#: elf32-vax.c:1577 +#, c-format +msgid "%B: warning: %s relocation to %#Lx from %A section" +msgstr "" + +#: elf32-visium.c:481 +#, c-format +msgid "%B: invalid Visium reloc number: %d" +msgstr "" + +#: elf32-visium.c:817 +#, c-format +msgid "%B: compiled %s -mtune=%s and linked with modules compiled %s -mtune=%s" +msgstr "" + +#: elf32-xgate.c:428 +#, c-format +msgid "%B: invalid XGate reloc number: %d" +msgstr "" + +#: elf32-xgate.c:506 +#, c-format +msgid "cpu=XGATE]" +msgstr "" + +#: elf32-xgate.c:508 +#, c-format +msgid "error reading cpu type from elf private data" +msgstr "" + +#: elf32-xtensa.c:485 +#, c-format +msgid "%B: invalid XTENSA reloc number: %d" +msgstr "" + +#: elf32-xtensa.c:2655 +#, c-format +msgid "%B(%A+%#Lx): relocation offset out of range (size=%#Lx)" +msgstr "" + +#: elf32-xtensa.c:6417 elf32-xtensa.c:6495 elf32-xtensa.c:7871 +#, c-format +msgid "" +"%B(%A+%#Lx): could not decode instruction; possible configuration mismatch" +msgstr "" + +#: elf32-xtensa.c:7610 +#, c-format +msgid "" +"%B(%A+%#Lx): could not decode instruction for XTENSA_ASM_SIMPLIFY " +"relocation; possible configuration mismatch" +msgstr "" + +#: elf32-xtensa.c:10649 +#, c-format +msgid "%B(%A+%#Lx): unexpected fix for %s relocation" +msgstr "" + +#: elf64-alpha.c:1112 +#, c-format +msgid "%B: unrecognised Alpha reloc number: %d" +msgstr "" + +#: elf64-alpha.c:3017 +#, c-format +msgid "%B: %A+%#Lx: warning: %s relocation against unexpected insn" +msgstr "" + +#: elf64-alpha.c:3212 +#, c-format +msgid "%B: %A+%#Lx: warning: LITERAL relocation against unexpected insn" +msgstr "" + +#: elf64-hppa.c:2081 +#, c-format +msgid "stub entry for %s cannot load .plt, dp offset = %Ld" +msgstr "" + +#: elf64-hppa.c:3286 +#, c-format +msgid "%B(%A+%#Lx): cannot reach %s" +msgstr "" + +#: elf64-ia64-vms.c:587 elf32-ia64.c:620 elf64-ia64.c:620 +#, c-format +msgid "" +"%B: Can't relax br at %#Lx in section `%A'. Please use brl or indirect " +"branch." +msgstr "" + +#: elf64-ia64-vms.c:3281 elf32-ia64.c:3696 elf64-ia64.c:3696 +#, c-format +msgid "%B: short data segment overflowed (%#Lx >= 0x400000)" +msgstr "" + +#: elf64-ia64-vms.c:3291 elf32-ia64.c:3706 elf64-ia64.c:3706 +msgid "%B: __gp does not cover short data segment" +msgstr "" + +#: elf64-ia64-vms.c:3949 elf32-ia64.c:4484 elf64-ia64.c:4484 +#, c-format +msgid "" +"%B: missing TLS section for relocation %s against `%s' at %#Lx in section `" +"%A'." +msgstr "" + +#: elf64-ia64-vms.c:3966 elf32-ia64.c:4501 elf64-ia64.c:4501 +#, c-format +msgid "" +"%B: Can't relax br (%s) to `%s' at %#Lx in section `%A' with size %#Lx (> " +"0x1000000)." +msgstr "" + +#: elf64-ia64-vms.c:5160 elflink.c:4797 +#, c-format +msgid "Warning: size of symbol `%s' changed from %Lu in %B to %Lu in %B" +msgstr "" + +#: elf64-mips.c:3615 elfn32-mips.c:3443 +#, c-format +msgid "unrecognised MIPS reloc number: %d" +msgstr "" + +#: elf64-mmix.c:1195 +#, c-format +msgid "" +"%B: Internal inconsistency error for value for\n" +" linker-allocated global register: linked: %#Lx != relaxed: %#Lx" +msgstr "" + +#: elf64-mmix.c:1264 +#, c-format +msgid "%B: invalid MMIX reloc number: %d" +msgstr "" + +#: elf64-mmix.c:1616 +#, c-format +msgid "" +"%B: base-plus-offset relocation against register symbol: (unknown) in %A" +msgstr "" + +#: elf64-mmix.c:1622 +#, c-format +msgid "%B: base-plus-offset relocation against register symbol: %s in %A" +msgstr "" + +#: elf64-mmix.c:1667 +#, c-format +msgid "%B: register relocation against non-register symbol: (unknown) in %A" +msgstr "" + +#: elf64-mmix.c:1673 +#, c-format +msgid "%B: register relocation against non-register symbol: %s in %A" +msgstr "" + +#: elf64-mmix.c:1710 +msgid "%B: directive LOCAL valid only with a register or absolute value" +msgstr "" + +#: elf64-mmix.c:1741 +#, c-format +msgid "" +"%B: LOCAL directive: Register $%Ld is not a local register. First global " +"register is $%Ld." +msgstr "" + +#: elf64-mmix.c:2169 +#, c-format +msgid "" +"%B: Error: multiple definition of `%s'; start of %s is set in a earlier " +"linked file\n" +msgstr "" + +#: elf64-mmix.c:2414 +#, c-format +msgid "" +"Internal inconsistency: remaining %lu != max %lu.\n" +" Please report this bug." +msgstr "" + +#: elf64-ppc.c:4986 +msgid "%P: symbol '%s' has invalid st_other for ABI version 1\n" +msgstr "" + +#: elf64-ppc.c:5161 +#, c-format +msgid "%P: %B .opd not allowed in ABI version %d\n" +msgstr "" + +#: elf64-ppc.c:5660 +#, c-format +msgid "%H: %s reloc unsupported in shared libraries and PIEs.\n" +msgstr "" + +#: elf64-ppc.c:6050 +#, c-format +msgid "%B uses unknown e_flags 0x%lx" +msgstr "" + +#: elf64-ppc.c:6058 +#, c-format +msgid "%B: ABI version %ld is not compatible with ABI version %ld output" +msgstr "" + +#: elf64-ppc.c:4954 +#, c-format +msgid " [abiv%ld]" +msgstr "" + +#: elf64-ppc.c:7270 +msgid "" +"%P: copy reloc against `%T' requires lazy plt linking; avoid setting " +"LD_BIND_NOW=1 or upgrade gcc\n" +msgstr "" + +#: elf64-ppc.c:8222 +msgid "" +"%P: warning: --plt-localentry is especially dangerous without ld.so support " +"to detect ABI violations.\n" +msgstr "" + +#: elf64-ppc.c:7499 +msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n" +msgstr "%H __tls_get_addr lost arg, TLS optimisation disabled\n" + +#: elf64-ppc.c:9180 +#, c-format +msgid "%H: toc optimization is not supported for %s instruction.\n" +msgstr "" + +#: elf64-ppc.c:8470 +#, c-format +msgid "%H: %s references optimized away TOC entry\n" +msgstr "" + +#: elf64-ppc.c:9301 +#, c-format +msgid "warning: discarding dynamic section %s" +msgstr "" + +#: elf64-ppc.c:10823 +msgid "%P: cannot find opd entry toc for `%T'\n" +msgstr "" + +#: elf64-ppc.c:11034 elf64-ppc.c:11179 elf64-ppc.c:13050 +#, c-format +msgid "%P: linkage table error against `%T'\n" +msgstr "" + +#: elf64-ppc.c:13244 +#, c-format +msgid "linker stubs in %u group\n" +msgid_plural "linker stubs in %u groups\n" +msgstr[0] "" +msgstr[1] "" + +#: elf64-ppc.c:13838 +#, c-format +msgid "" +" branch %lu\n" +" toc adjust %lu\n" +" long branch %lu\n" +" long toc adj %lu\n" +" plt call %lu\n" +" plt call toc %lu\n" +" global entry %lu" +msgstr "" + +#: elf64-ppc.c:13651 +#, c-format +msgid "%H: %s used with TLS symbol `%T'\n" +msgstr "" + +#: elf64-ppc.c:13653 +#, c-format +msgid "%H: %s used with non-TLS symbol `%T'\n" +msgstr "" + +#: elf64-ppc.c:14263 +#, c-format +msgid "%H: call to `%T' lacks nop, can't restore toc; recompile with -fPIC\n" +msgstr "" + +#: elf64-ppc.c:14269 +#, c-format +msgid "" +"%H: call to `%T' lacks nop, can't restore toc; (-mcmodel=small toc adjust " +"stub)\n" +msgstr "" + +#: elf64-ppc.c:14397 +#, c-format +msgid "%P: %B: unknown relocation type %d for `%T'\n" +msgstr "" + +#: elf64-ppc.c:14946 +#, c-format +msgid "%H: %s for indirect function `%T' unsupported\n" +msgstr "" + +#: elf64-ppc.c:15058 +#, c-format +msgid "%P: %B: %s is not supported for `%T'\n" +msgstr "" + +#: elf64-ppc.c:15263 +#, c-format +msgid "%H: unresolvable %s against `%T'\n" +msgstr "" + +#: elf64-ppc.c:15360 +#, c-format +msgid "%H: %s against `%T': error %d\n" +msgstr "" + +#: elf64-s390.c:2533 +msgid "" +"%B: `%s' non-PLT reloc for symbol defined in shared library and accessed " +"from executable (rebuild file with -fPIC ?)" +msgstr "" + +#: elf64-sh64.c:1680 +#, c-format +msgid "%B: error: unaligned relocation type %d at %08Lx reloc %08Lx" +msgstr "" + +#: elf64-x86-64.c:1412 +msgid "hidden symbol " +msgstr "" + +#: elf64-x86-64.c:1415 +msgid "internal symbol " +msgstr "" + +#: elf64-x86-64.c:1418 elf64-x86-64.c:1422 +msgid "protected symbol " +msgstr "" + +#: elf64-x86-64.c:1424 +msgid "symbol " +msgstr "" + +#: elf64-x86-64.c:1430 +msgid "undefined " +msgstr "" + +#: elf64-x86-64.c:1439 +msgid "a shared object" +msgstr "" + +#: elf64-x86-64.c:1441 +msgid "a PIE object" +msgstr "" + +#: elf64-x86-64.c:1443 +msgid "a PDE object" +msgstr "" + +#: elf64-x86-64.c:1404 +#, c-format +msgid "%B: relocation %s against %s%s`%s' can not be used when making %s%s" +msgstr "" + +#: elf64-x86-64.c:2651 +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:5040 +#, c-format +msgid "" +"%B: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: %Ld" +msgstr "" + +#: elf64-x86-64.c:2888 +#, c-format +msgid "" +"%B: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be used " +"when making a shared object" +msgstr "" + +#: elf64-x86-64.c:2902 +#, c-format +msgid "" +"%B: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be used " +"when making a shared object" +msgstr "" + +#: elf64-x86-64.c:3153 +#, c-format +msgid "" +"%B: addend %s%#x in relocation %s against symbol `%s' at %#Lx in section `" +"%A' is out of range" +msgstr "" + +#: elf64-x86-64.c:3885 +msgid "%F%P: failed to convert GOTPCREL relocation; relink with --no-relax\n" +msgstr "" + +#: elf64-x86-64.c:3986 +#, c-format +msgid "%F%B: PC-relative offset overflow in PLT entry for `%s'\n" +msgstr "" + +#: elf64-x86-64.c:4049 +#, c-format +msgid "%F%B: branch displacement overflow in PLT entry for `%s'\n" +msgstr "" + +#: elf64-x86-64.c:4102 +#, c-format +msgid "%F%B: PC-relative offset overflow in GOT PLT entry for `%s'\n" +msgstr "" + +#: elfcode.h:760 +msgid "warning: %B has a corrupt string table index - ignoring" +msgstr "" + +#: elfcode.h:1199 +#, c-format +msgid "%B: version count (%Ld) does not match symbol count (%ld)" +msgstr "" + +#: elfcode.h:1456 +#, c-format +msgid "%B(%A): relocation %d has invalid symbol index %ld" +msgstr "" + +#: elfcore.h:300 +#, c-format +msgid "warning: %B is truncated: expected core file size >= %Lu, found: %llu" +msgstr "" + +#: elflink.c:2434 +#, c-format +msgid "" +"%B: bad reloc symbol index (%#Lx >= %#lx) for offset %#Lx in section `%A'" +msgstr "" + +#: elflink.c:2446 +#, c-format +msgid "" +"%B: non-zero symbol index (%#Lx) for offset %#Lx in section `%A' when the " +"object file has no symbol table" +msgstr "" + +#: elflink.c:3017 +msgid "%P: copy reloc against protected `%T' is dangerous\n" +msgstr "" + +#: elflink.c:6008 +#, c-format +msgid "%B: stack size specified and %s set" +msgstr "" + +#: elflink.c:6012 +#, c-format +msgid "%B: %s not absolute" +msgstr "" + +#. PR 21524: Let the user know if a symbol was removed by garbage collection. +#: elflink.c:8710 +msgid "" +"%B:%A: error: relocation references symbol %s which was removed by garbage " +"collection." +msgstr "" + +#: elflink.c:8713 +msgid "%B:%A: error: try relinking with --gc-keep-exported enabled." +msgstr "" + +#: elflink.c:9923 +#, c-format +msgid "%B: No symbol version section for versioned symbol `%s'" +msgstr "" + +#: elflink.c:10578 +#, c-format +msgid "" +"error: %B contains a reloc (%#Lx) for section %A that references a non-" +"existent global symbol" +msgstr "" + +#: elflink.c:11441 +msgid "%B: no symbol found for import library" +msgstr "" + +#: elflink.c:12280 +msgid "%B: failed to generate import library" +msgstr "" + +#: elflink.c:12829 +msgid "%F%P: corrupt input: %B\n" +msgstr "" + +#: elflink.c:13495 +#, c-format +msgid "%B: %A+%#Lx: No symbol found for INHERIT" +msgstr "" + +#: elflink.c:13671 +#, c-format +msgid "Unrecognized INPUT_SECTION_FLAG %s\n" +msgstr "Unrecognised INPUT_SECTION_FLAG %s\n" + +#: elfxx-mips.c:6376 +msgid "%X%H: Unsupported JALX to the same ISA mode\n" +msgstr "" + +#: elfxx-mips.c:6409 +msgid "" +"%X%H: Unsupported jump between ISA modes; consider recompiling with " +"interlinking enabled\n" +msgstr "" + +#: elfxx-mips.c:6454 +msgid "" +"%X%H: Cannot convert branch between ISA modes to JALX: relocation out of " +"range\n" +msgstr "" + +#: elfxx-mips.c:6466 +msgid "%X%H: Unsupported branch between ISA modes\n" +msgstr "" + +#: elfxx-mips.c:8465 +#, c-format +msgid "%B: GOT reloc at %#Lx not expected in executables" +msgstr "" + +#: elfxx-mips.c:8603 +#, c-format +msgid "%B: CALL16 reloc at %#Lx not against global symbol" +msgstr "" + +#: elfxx-mips.c:10146 +#, c-format +msgid "" +"%B: Can't find matching LO16 reloc against `%s' for %s at %#Lx in section `" +"%A'" +msgstr "" + +#: elfxx-mips.c:10305 +msgid "Cannot convert a jump to JALX for a non-word-aligned address" +msgstr "" + +#: elfxx-mips.c:10308 +msgid "Jump to a non-word-aligned address" +msgstr "" + +#: elfxx-mips.c:10309 +msgid "Jump to a non-instruction-aligned address" +msgstr "" + +#: elfxx-mips.c:10312 +msgid "Cannot convert a branch to JALX for a non-word-aligned address" +msgstr "" + +#: elfxx-mips.c:10314 +msgid "Branch to a non-instruction-aligned address" +msgstr "" + +#: elfxx-mips.c:10520 +msgid "PC-relative load from unaligned address" +msgstr "" + +#: elfxx-mips.c:10690 elfxx-mips.c:11258 +#, c-format +msgid "%B: `%A' offset of %Ld from `%A' beyond the range of ADDIUPC" +msgstr "" + +#: elfxx-mips.c:14121 +#, c-format +msgid "%B: Unknown architecture %s" +msgstr "" + +#: elfxx-mips.c:14380 +msgid "%B: .reginfo section size should be %d bytes, actual size is %d" +msgstr "" + +#: elfxx-mips.c:14659 +#, c-format +msgid "%B: illegal section name `%A'" +msgstr "" + +#: elfxx-mips.c:15168 +msgid "" +"Warning: %B uses unknown floating point ABI %d (set by %B), %B uses unknown " +"floating point ABI %d" +msgstr "" + +#: elfxx-mips.c:15174 +#, c-format +msgid "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses %s" +msgstr "" + +#: elfxx-mips.c:15180 +#, c-format +msgid "Warning: %B uses %s (set by %B), %B uses unknown floating point ABI %d" +msgstr "" + +#: elfxx-mips.c:15194 +#, c-format +msgid "Warning: %B uses %s (set by %B), %B uses %s" +msgstr "" + +#: elfxx-mips.c:15213 +#, c-format +msgid "Warning: %B uses %s (set by %B), %B uses unknown MSA ABI %d" +msgstr "" + +#: elfxx-mips.c:15225 +#, c-format +msgid "Warning: %B uses unknown MSA ABI %d (set by %B), %B uses %s" +msgstr "" + +#: elfxx-mips.c:15234 +#, c-format +msgid "" +"Warning: %B uses unknown MSA ABI %d (set by %B), %B uses unknown MSA ABI %d" +msgstr "" + +#: elfxx-mips.c:15362 +msgid "%B: warning: Inconsistent ISA between e_flags and .MIPS.abiflags" +msgstr "" + +#: elfxx-mips.c:15367 +msgid "" +"%B: warning: Inconsistent FP ABI between .gnu.attributes and .MIPS.abiflags" +msgstr "" + +#: elfxx-mips.c:15371 +msgid "%B: warning: Inconsistent ASEs between e_flags and .MIPS.abiflags" +msgstr "" + +#: elfxx-mips.c:15378 +msgid "" +"%B: warning: Inconsistent ISA extensions between e_flags and .MIPS.abiflags" +msgstr "" + +#: elfxx-mips.c:15382 +msgid "" +"%B: warning: Unexpected flag in the flags2 field of .MIPS.abiflags (0x%lx)" +msgstr "" + +#: elfxx-mips.c:15843 +msgid "-mips32r2 -mfp64 (12 callee-saved)" +msgstr "" + +#: elfxx-mips.c:15905 elfxx-mips.c:15916 +msgid "None" +msgstr "" + +#: elfxx-mips.c:15907 elfxx-mips.c:15976 +msgid "Unknown" +msgstr "" + +#: elfxx-mips.c:15987 +#, c-format +msgid "Hard or soft float\n" +msgstr "" + +#: elfxx-mips.c:15990 +#, c-format +msgid "Hard float (double precision)\n" +msgstr "" + +#: elfxx-mips.c:15993 +#, c-format +msgid "Hard float (single precision)\n" +msgstr "" + +#: elfxx-mips.c:15996 +#, c-format +msgid "Soft float\n" +msgstr "" + +#: elfxx-mips.c:15999 +#, c-format +msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" +msgstr "" + +#: elfxx-mips.c:16002 +#, c-format +msgid "Hard float (32-bit CPU, Any FPU)\n" +msgstr "" + +#: elfxx-mips.c:16005 +#, c-format +msgid "Hard float (32-bit CPU, 64-bit FPU)\n" +msgstr "" + +#: elfxx-mips.c:16008 +#, c-format +msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" +msgstr "" + +#: elfxx-riscv.c:955 +#, c-format +msgid "unrecognized relocation (0x%x)" +msgstr "" + +#: elfxx-x86.c:570 +#, c-format +msgid "%P: %B: warning: relocation against `%s' in read-only section `%A'\n" +msgstr "" + +#: elfxx-x86.c:963 +msgid "%P: %B: warning: relocation in read-only section `%A'\n" +msgstr "" + +#: elfxx-x86.c:1383 +msgid "" +"%P%X: read-only segment has dynamic IFUNC relocations; recompile with -fPIC\n" +msgstr "" + +#: elfxx-x86.c:2250 +msgid "error: %B: " +msgstr "" + +#: elfxx-x86.c:2252 +msgid "error: %B: " +msgstr "" + +#: elfxx-x86.c:2253 +msgid "error: %B: " +msgstr "" + +#: elfxx-x86.c:2609 +msgid "%F%P: failed to create GNU property section\n" +msgstr "" + +#: elfxx-x86.c:2430 +#, c-format +msgid "%F%A: failed to align section\n" +msgstr "" + +#: elfxx-x86.c:2760 +msgid "%F%P: failed to create VxWorks dynamic sections\n" +msgstr "" + +#: elfxx-x86.c:2769 +msgid "%F%P: failed to create GOT sections\n" +msgstr "" + +#: elfxx-x86.c:2787 +msgid "%F%P: failed to create ifunc sections\n" +msgstr "" + +#: elfxx-x86.c:2828 +msgid "%F%P: failed to create GOT PLT section\n" +msgstr "" + +#: elfxx-x86.c:2849 +msgid "%F%P: failed to create IBT-enabled PLT section\n" +msgstr "" + +#: elfxx-x86.c:2864 +msgid "%F%P: failed to create BND PLT section\n" +msgstr "" + +#: elfxx-x86.c:2885 +msgid "%F%P: failed to create PLT .eh_frame section\n" +msgstr "" + +#: elfxx-x86.c:2898 +msgid "%F%P: failed to create GOT PLT .eh_frame section\n" +msgstr "" + +#: elfxx-x86.c:2912 +msgid "%F%P: failed to create the second PLT .eh_frame section\n" +msgstr "" + +#: ieee.c:159 +#, c-format +msgid "%B: string too long (%ld chars, max 65535)" +msgstr "" + +#: ieee.c:226 +#, c-format +msgid "IEEE parser: string length: %#lx longer than buffer: %#lx" +msgstr "" + +#: ieee.c:302 +#, c-format +msgid "%B: unrecognized symbol `%s' flags 0x%x" +msgstr "" + +#: ieee.c:862 +#, c-format +msgid "%B: unexpected ATN type %Ld in external part" +msgstr "" + +#: ihex.c:466 +#, c-format +msgid "%B:%u: unrecognized ihex type %u in Intel Hex file" +msgstr "%B:%u: unrecognised ihex type %u in Intel Hex file" + +#: ihex.c:830 +#, c-format +msgid "%B: address %#Lx out of range for Intel Hex file" +msgstr "" + +#: mach-o.c:2108 +msgid "" +"sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab " +"commands." +msgstr "" + +#: mach-o.c:2554 +#, c-format +msgid "mach-o: there are too many sections (%u) maximum is 255,\n" +msgstr "" + +#: mach-o.c:2661 +#, c-format +msgid "unable to allocate data for load command %#x" +msgstr "" + +#: mach-o.c:2766 +#, c-format +msgid "unable to write unknown load command %#x" +msgstr "" + +#: mach-o.c:2820 +#, c-format +msgid "section address (%#Lx) below start of segment (%#Lx)" +msgstr "" + +#: mach-o.c:3092 +#, c-format +msgid "unable to layout unknown load command %#x" +msgstr "" + +#: mach-o.c:3628 +#, c-format +msgid "" +"bfd_mach_o_read_section_32: overlarge alignment value: %#lx, using 32 instead" +msgstr "" + +#: mach-o.c:3671 +#, c-format +msgid "" +"bfd_mach_o_read_section_64: overlarge alignment value: %#lx, using 32 instead" +msgstr "" + +#: mach-o.c:3722 +#, c-format +msgid "bfd_mach_o_read_symtab_symbol: unable to read %d bytes at %u" +msgstr "" + +#: mach-o.c:3741 +#, c-format +msgid "bfd_mach_o_read_symtab_symbol: name out of range (%lu >= %u)" +msgstr "" + +#: mach-o.c:4762 +msgid "%B: unknown load command %#x" +msgstr "" + +#: mach-o.c:5227 +#, c-format +msgid "unknown header byte-order value %#x" +msgstr "" + +#: merge.c:868 +#, c-format +msgid "%B: access beyond end of merged section (%Ld)" +msgstr "" + +#: mmo.c:468 +#, c-format +msgid "%B: No core to allocate section name %s\n" +msgstr "" + +#: mmo.c:544 +#, c-format +msgid "%B: No core to allocate a symbol %d bytes long\n" +msgstr "" + +#: mmo.c:958 +#, c-format +msgid "%B: attempt to emit contents at non-multiple-of-4 address %#Lx" +msgstr "" + +#: mmo.c:1255 +msgid "%B: invalid mmo file: initialization value for $255 is not `Main'\n" +msgstr "" + +#: mmo.c:1402 +#, c-format +msgid "" +"%B: unsupported wide character sequence 0x%02X 0x%02X after symbol name " +"starting with `%s'\n" +msgstr "" + +#: mmo.c:1636 +#, c-format +msgid "%B: invalid mmo file: unsupported lopcode `%d'\n" +msgstr "" + +#: mmo.c:1647 +#, c-format +msgid "%B: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" +msgstr "" + +#: mmo.c:1685 +#, c-format +msgid "%B: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" +msgstr "" + +#: mmo.c:1736 +#, c-format +msgid "" +"%B: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" +msgstr "" + +#: mmo.c:1777 +#, c-format +msgid "%B: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" +msgstr "" + +#: mmo.c:1788 +#, c-format +msgid "" +"%B: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" +msgstr "" + +#: mmo.c:1813 +#, c-format +msgid "" +"%B: invalid mmo file: leading byte of operand word must be 0 or 1, got %d " +"for lop_fixrx\n" +msgstr "" + +#: mmo.c:1838 +#, c-format +msgid "%B: cannot allocate file name for file number %d, %d bytes\n" +msgstr "" + +#: mmo.c:1860 +#, c-format +msgid "" +"%B: invalid mmo file: file number %d `%s', was already entered as `%s'\n" +msgstr "" + +#: mmo.c:1874 +#, c-format +msgid "" +"%B: invalid mmo file: file name for number %d was not specified before use\n" +msgstr "" + +#: mmo.c:1981 +#, c-format +msgid "" +"%B: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" +msgstr "" + +#: mmo.c:2018 +#, c-format +msgid "%B: invalid mmo file: lop_end not last item in file\n" +msgstr "" + +#: mmo.c:2032 +#, c-format +msgid "" +"%B: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras " +"to the preceding lop_stab (%ld)\n" +msgstr "" + +#: mmo.c:2743 +#, c-format +msgid "%B: invalid symbol table: duplicate symbol `%s'\n" +msgstr "" + +#: mmo.c:2986 +#, c-format +msgid "" +"%B: Bad symbol definition: `Main' set to %s rather than the start address " +"%s\n" +msgstr "" + +#: mmo.c:3085 +#, c-format +msgid "" +"%B: warning: symbol table too large for mmo, larger than 65535 32-bit words: " +"%d. Only `Main' will be emitted.\n" +msgstr "" + +#: mmo.c:3131 +#, c-format +msgid "%B: internal error, symbol table changed size from %d to %d words\n" +msgstr "" + +#: mmo.c:3184 +#, c-format +msgid "%B: internal error, internal register section %A had contents\n" +msgstr "" + +#: mmo.c:3235 +msgid "%B: no initialized registers; section length 0\n" +msgstr "" + +#: mmo.c:3242 +#, c-format +msgid "%B: too many initialized registers; section length %Ld" +msgstr "" + +#: mmo.c:3247 +#, c-format +msgid "%B: invalid start address for initialized registers of length %Ld: %#Lx" +msgstr "" + +#: oasys.c:881 +#, c-format +msgid "%B: can not represent section `%A' in oasys" +msgstr "" + +#. PR 17512: file: 2245-7442-0.004. +#: pei-x86_64.c:315 +#, c-format +msgid "Unknown: %x" +msgstr "" + +#: pei-x86_64.c:365 pei-x86_64.c:375 pei-x86_64.c:384 +#, c-format +msgid "warning: xdata section corrupt\n" +msgstr "" + +#: pei-x86_64.c:341 +#, c-format +msgid "warning: xdata section corrupt" +msgstr "" + +#: pei-x86_64.c:439 +#, c-format +msgid "Too many unwind codes (%ld)\n" +msgstr "" + +#: pei-x86_64.c:529 +#, c-format +msgid "Warning: %s section size (%ld) is not a multiple of %d\n" +msgstr "" + +#: pei-x86_64.c:536 +#, c-format +msgid "Warning: %s section size is zero\n" +msgstr "" + +#: pei-x86_64.c:551 +#, c-format +msgid "Warning: %s section size (%ld) is smaller than virtual size (%ld)\n" +msgstr "" + +#: pei-x86_64.c:560 +#, c-format +msgid "" +"\n" +"The Function Table (interpreted %s section contents)\n" +msgstr "" + +#: pei-x86_64.c:692 +#, c-format +msgid "" +"\n" +"Dump of %s\n" +msgstr "" + +#: peicode.h:1335 +msgid "%B: Error: Debug Data ends beyond end of debug directory." +msgstr "" + +#: reloc.c:8207 +#, c-format +msgid "%X%P: %B(%A): error: relocation for offset %V has no value\n" +msgstr "" + +#: reloc.c:8283 +#, c-format +msgid "%X%P: %B(%A): relocation \"%R\" is not supported\n" +msgstr "" + +#: reloc.c:8292 +#, c-format +msgid "%X%P: %B(%A): relocation \"%R\" returns an unrecognized value %x\n" +msgstr "" + +#: reloc.c:8354 +#, c-format +msgid "%B: unrecognized relocation (%#x) in section `%A'" +msgstr "" + +#. PR 21803: Suggest the most likely cause of this error. +#: reloc.c:8358 +#, c-format +msgid "Is this version of the linker - %s - out of date ?" +msgstr "" + +#: rs6000-core.c:471 +msgid "%B: warning core file truncated" +msgstr "" + +#: srec.c:488 +#, c-format +msgid "%B:%d: byte count %d too small\n" +msgstr "" + +#: stabs.c:279 +#, c-format +msgid "%B(%A+%#lx): Stabs entry has invalid string index." +msgstr "" + +#: vms-alpha.c:479 +msgid "Corrupt EIHD record - size is too small" +msgstr "" + +#: vms-alpha.c:660 +#, c-format +msgid "Unable to read EIHS record at offset %#x" +msgstr "" + +#: vms-alpha.c:1172 +#, c-format +msgid "Corrupt EGSD record: its size (%#x) is too small" +msgstr "" + +#: vms-alpha.c:1196 +#, c-format +msgid "Corrupt EGSD record: size (%#x) is larger than remaining space (%#x)" +msgstr "" + +#: vms-alpha.c:1204 +#, c-format +msgid "Corrupt EGSD record: size (%#x) is too small" +msgstr "" + +#: vms-alpha.c:1333 vms-alpha.c:1349 vms-alpha.c:1389 +#, c-format +msgid "Corrupt EGSD record: its psindx field is too big (%#lx)" +msgstr "" + +#: vms-alpha.c:1737 +msgid "Corrupt vms value" +msgstr "" + +#: vms-alpha.c:1865 +msgid "Corrupt ETIR record encountered" +msgstr "" + +#: vms-alpha.c:2497 +msgid "Corrupt EEOM record - size is too small" +msgstr "" + +#: vms-alpha.c:3830 +#, c-format +msgid "SEC_RELOC with no relocs in section %A" +msgstr "" + +#: vms-alpha.c:3882 vms-alpha.c:4095 +#, c-format +msgid "Size error in section %A" +msgstr "" + +#: vms-alpha.c:5636 +#, c-format +msgid "reloc (%d) is *UNKNOWN*" +msgstr "" + +#: vms-alpha.c:5757 +#, c-format +msgid " Error: The length is less than the length of an EMH record\n" +msgstr "" + +#: vms-alpha.c:5774 +#, c-format +msgid "" +" Error: The record length is less than the size of an EMH_MHD record\n" +msgstr "" + +#: vms-alpha.c:5785 +#, c-format +msgid " Error: The module name is missing\n" +msgstr "" + +#: vms-alpha.c:5791 +#, c-format +msgid " Error: The module name is too long\n" +msgstr "" + +#: vms-alpha.c:5798 +#, c-format +msgid " Error: The module version is missing\n" +msgstr "" + +#: vms-alpha.c:5804 +#, c-format +msgid " Error: The module version is too long\n" +msgstr "" + +#: vms-alpha.c:5810 +#, c-format +msgid " Error: The compile date is truncated\n" +msgstr "" + +#: vms-alpha.c:5852 +#, c-format +msgid " Error: The length is less than the length of an EEOM record\n" +msgstr "" + +#: vms-alpha.c:5947 vms-alpha.c:6198 +#, c-format +msgid " Error: length larger than remaining space in record\n" +msgstr "" + +#: vms-alpha.c:6307 +#, c-format +msgid "OPR_SUB (subtract)\n" +msgstr "" + +#: vms-alpha.c:6948 +#, c-format +msgid "len: %2u, kind: %2u " +msgstr "" + +#: vms-alpha.c:6954 +#, c-format +msgid "atomic, type=0x%02x %s\n" +msgstr "" + +#: vms-alpha.c:6958 +#, c-format +msgid "indirect, defined at 0x%08x\n" +msgstr "" + +#: vms-alpha.c:6962 +#, c-format +msgid "typed pointer\n" +msgstr "" + +#: vms-alpha.c:6966 +#, c-format +msgid "pointer\n" +msgstr "" + +#: vms-alpha.c:6974 +#, c-format +msgid "array, dim: %u, bitmap: " +msgstr "" + +#: vms-alpha.c:6981 +#, c-format +msgid "array descriptor:\n" +msgstr "" + +#: vms-alpha.c:6988 +#, c-format +msgid "type spec for element:\n" +msgstr "" + +#: vms-alpha.c:6990 +#, c-format +msgid "type spec for subscript %u:\n" +msgstr "" + +#: vms-alpha.c:7190 +#, c-format +msgid " len: %u bits\n" +msgstr "" + +#: vms-alpha.c:7212 +#, c-format +msgid "label, name: %.*s\n" +msgstr "" + +#: vms-alpha.c:7214 +#, c-format +msgid " address: 0x%08x\n" +msgstr "" + +#: vms-alpha.c:8053 +#, c-format +msgid " Linkage Pairs Reference Fixups:\n" +msgstr "" + +#: xcofflink.c:832 +msgid "%B: XCOFF shared object when not producing XCOFF output" +msgstr "" + +#: xcofflink.c:853 +msgid "%B: dynamic object with no .loader section" +msgstr "" + +#: xcofflink.c:1489 +#, c-format +msgid "%B: symbol `%s' has unrecognized csect type %d" +msgstr "%B: symbol `%s' has unrecognised csect type %d" + +#: xcofflink.c:1502 +#, c-format +msgid "%B: bad XTY_ER symbol `%s': class %d scnum %d scnlen %Ld" +msgstr "" + +#: xcofflink.c:1532 +#, c-format +msgid "%B: XMC_TC0 symbol `%s' is class %d scnlen %Ld" +msgstr "" + +#: xcofflink.c:2108 +#, c-format +msgid "%B: reloc %s:%Ld not in csect" +msgstr "" + +#: xcofflink.c:4062 +#, c-format +msgid "%B: loader reloc in unrecognized section `%s'" +msgstr "%B: loader reloc in unrecognised section `%s'" + +#: xcofflink.c:5115 +#, c-format +msgid "TOC overflow: %#Lx > 0x10000; try -mminimal-toc when compiling" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:1890 +#, c-format +msgid "Invalid AArch64 reloc number: %d" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:4779 +msgid "%B: error: Erratum 835769 stub out of range (input file too large)" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:4860 +msgid "%B: error: Erratum 843419 stub out of range (input file too large)" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:5366 +#, c-format +msgid "" +"%B: relocation %s against symbol `%s' which may bind externally can not be " +"used when making a shared object; recompile with -fPIC" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:5457 +#, c-format +msgid "" +"%B: Local symbol descriptor table be NULL when applying relocation %s " +"against local symbol" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:6479 +msgid "Too many GOT entries for -fpic, please recompile with -fPIC" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:6507 +msgid "" +"One possible cause of this error is that the symbol is being referenced in " +"the indicated code as if it had a larger alignment than was declared where " +"it was defined." +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-aarch64.c:7084 +#, c-format +msgid "" +"%B: relocation %s against `%s' can not be used when making a shared object" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-riscv.c:2570 +msgid "" +"%B: ABI is incompatible with that of the selected emulation:\n" +" target emulation `%s' does not match `%s'" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-riscv.c:2590 +msgid "%B: can't link hard-float modules with soft-float modules" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-riscv.c:3070 +msgid "" +"%B(%A+0x%lx): %d bytes required for alignment to %d-byte boundary, but only " +"%d present" +msgstr "" + +#: /work/sources/binutils/branches/2.30/bfd/elfnn-riscv.c:3136 +msgid "" +"%B(%A+0x%lx): Unable to clear RISCV_PCREL_HI20 relocfor cooresponding " +"RISCV_PCREL_LO12 reloc" +msgstr "" + +#: peigen.c:157 pepigen.c:157 pex64igen.c:157 +msgid "%B: unable to find name for empty section" +msgstr "" + +#: peigen.c:183 pepigen.c:183 pex64igen.c:183 +msgid "%B: out of memory creating name for empty section" +msgstr "" + +#: peigen.c:194 pepigen.c:194 pex64igen.c:194 +msgid "%B: unable to create fake empty section" +msgstr "" + +#: peigen.c:532 pepigen.c:532 pex64igen.c:532 +msgid "" +"%B: aout header specifies an invalid number of data-directory entries: %ld" +msgstr "" + +#: peigen.c:1089 pepigen.c:1089 pex64igen.c:1089 +#, c-format +msgid "%B: line number overflow: 0x%lx > 0xffff" +msgstr "" + +#: peigen.c:1316 pepigen.c:1316 pex64igen.c:1316 +#, c-format +msgid "" +"\n" +"There is an import table in %s, but that section has no contents\n" +msgstr "" + +#: peigen.c:1435 pepigen.c:1435 pex64igen.c:1435 +#, c-format +msgid "" +"\n" +"\tDLL Name: %.*s\n" +msgstr "" + +#: peigen.c:1520 peigen.c:1559 pepigen.c:1520 pepigen.c:1559 pex64igen.c:1520 +#: pex64igen.c:1559 +#, c-format +msgid "\t" +msgstr "" + +#: peigen.c:1658 pepigen.c:1658 pex64igen.c:1658 +#, c-format +msgid "" +"\n" +"There is an export table in %s, but that section has no contents\n" +msgstr "" + +#: peigen.c:1680 pepigen.c:1680 pex64igen.c:1680 +#, c-format +msgid "" +"\n" +"There is an export table in %s, but it is too small (%d)\n" +msgstr "" + +#: peigen.c:1788 pepigen.c:1788 pex64igen.c:1788 +#, c-format +msgid "\tInvalid Export Address Table rva (0x%lx) or entry count (0x%lx)\n" +msgstr "" + +#: peigen.c:1834 pepigen.c:1834 pex64igen.c:1834 +#, c-format +msgid "\tInvalid Name Pointer Table rva (0x%lx) or entry count (0x%lx)\n" +msgstr "" + +#: peigen.c:1841 pepigen.c:1841 pex64igen.c:1841 +#, c-format +msgid "\tInvalid Ordinal Table rva (0x%lx) or entry count (0x%lx)\n" +msgstr "" + +#: peigen.c:1855 pepigen.c:1855 pex64igen.c:1855 +#, c-format +msgid "\t[%4ld] \n" +msgstr "" + +#: peigen.c:1931 pepigen.c:1931 pex64igen.c:1931 +#, c-format +msgid "Virtual size of .pdata section (%ld) larger than real size (%ld)\n" +msgstr "" + +#: peigen.c:2343 pepigen.c:2343 pex64igen.c:2343 +#, c-format +msgid "%03x %*.s Entry: " +msgstr "" + +#: peigen.c:2367 pepigen.c:2367 pex64igen.c:2367 +#, c-format +msgid "name: [val: %08lx len %d]: " +msgstr "" + +#: peigen.c:2387 pepigen.c:2387 pex64igen.c:2387 +#, c-format +msgid "\n" +msgstr "" + +#: peigen.c:2397 pepigen.c:2397 pex64igen.c:2397 +#, c-format +msgid "\n" +msgstr "" + +#: peigen.c:2402 pepigen.c:2402 pex64igen.c:2402 +#, c-format +msgid "ID: %#08lx" +msgstr "" + +#: peigen.c:2405 pepigen.c:2405 pex64igen.c:2405 +#, c-format +msgid ", Value: %#08lx\n" +msgstr "" + +#: peigen.c:2427 pepigen.c:2427 pex64igen.c:2427 +#, c-format +msgid "%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n" +msgstr "" + +#: peigen.c:2469 pepigen.c:2469 pex64igen.c:2469 +#, c-format +msgid "\n" +msgstr "" + +#: peigen.c:2477 pepigen.c:2477 pex64igen.c:2477 +#, c-format +msgid " Table: Char: %d, Time: %08lx, Ver: %d/%d, Num Names: %d, IDs: %d\n" +msgstr "" + +#: peigen.c:2566 pepigen.c:2566 pex64igen.c:2566 +#, c-format +msgid "Corrupt .rsrc section detected!\n" +msgstr "" + +#: peigen.c:2590 pepigen.c:2590 pex64igen.c:2590 +#, c-format +msgid "" +"\n" +"WARNING: Extra data in .rsrc section - it will be ignored by Windows:\n" +msgstr "" + +#: peigen.c:2596 pepigen.c:2596 pex64igen.c:2596 +#, c-format +msgid " String table starts at offset: %#03x\n" +msgstr "" + +#: peigen.c:2599 pepigen.c:2599 pex64igen.c:2599 +#, c-format +msgid " Resources start at offset: %#03x\n" +msgstr "" + +#: peigen.c:2651 pepigen.c:2651 pex64igen.c:2651 +#, c-format +msgid "" +"\n" +"There is a debug directory, but the section containing it could not be " +"found\n" +msgstr "" + +#: peigen.c:2657 pepigen.c:2657 pex64igen.c:2657 +#, c-format +msgid "" +"\n" +"There is a debug directory in %s, but that section has no contents\n" +msgstr "" + +#: peigen.c:2664 pepigen.c:2664 pex64igen.c:2664 +#, c-format +msgid "" +"\n" +"Error: section %s contains the debug data starting address but it is too " +"small\n" +msgstr "" + +#: peigen.c:2669 pepigen.c:2669 pex64igen.c:2669 +#, c-format +msgid "" +"\n" +"There is a debug directory in %s at 0x%lx\n" +"\n" +msgstr "" + +#: peigen.c:2676 pepigen.c:2676 pex64igen.c:2676 +#, c-format +msgid "" +"The debug data size field in the data directory is too big for the section" +msgstr "" + +#: peigen.c:2681 pepigen.c:2681 pex64igen.c:2681 +#, c-format +msgid "Type Size Rva Offset\n" +msgstr "" + +#: peigen.c:2729 pepigen.c:2729 pex64igen.c:2729 +#, c-format +msgid "(format %c%c%c%c signature %s age %ld)\n" +msgstr "" + +#: peigen.c:2737 pepigen.c:2737 pex64igen.c:2737 +#, c-format +msgid "" +"The debug directory size is not a multiple of the debug directory entry " +"size\n" +msgstr "" + +#: peigen.c:2989 pepigen.c:2989 pex64igen.c:2989 +#, c-format +msgid "%B: Data Directory size (%lx) exceeds space left in section (%Lx)" +msgstr "" + +#: peigen.c:3019 pepigen.c:3019 pex64igen.c:3019 +msgid "Failed to update file offsets in debug directory" +msgstr "" + +#: peigen.c:3025 pepigen.c:3025 pex64igen.c:3025 +msgid "%B: Failed to read debug data section" +msgstr "" + +#: peigen.c:3849 pepigen.c:3849 pex64igen.c:3849 +#, c-format +msgid ".rsrc merge failure: duplicate string resource: %d" +msgstr "" + +#: peigen.c:3984 pepigen.c:3984 pex64igen.c:3984 +msgid ".rsrc merge failure: multiple non-default manifests" +msgstr "" + +#: peigen.c:4002 pepigen.c:4002 pex64igen.c:4002 +msgid ".rsrc merge failure: a directory matches a leaf" +msgstr "" + +#: peigen.c:4044 pepigen.c:4044 pex64igen.c:4044 +msgid ".rsrc merge failure: duplicate leaf" +msgstr "" + +#: peigen.c:4046 pepigen.c:4046 pex64igen.c:4046 +#, c-format +msgid ".rsrc merge failure: duplicate leaf: %s" +msgstr "" + +#: peigen.c:4104 pepigen.c:4104 pex64igen.c:4104 +msgid ".rsrc merge failure: dirs with differing characteristics\n" +msgstr "" + +#: peigen.c:4111 pepigen.c:4111 pex64igen.c:4111 +msgid ".rsrc merge failure: differing directory versions\n" +msgstr "" + +#. Corrupted .rsrc section - cannot merge. +#: peigen.c:4228 pepigen.c:4228 pex64igen.c:4228 +msgid "%B: .rsrc merge failure: corrupt .rsrc section" +msgstr "" + +#: peigen.c:4236 pepigen.c:4236 pex64igen.c:4236 +msgid "%B: .rsrc merge failure: unexpected .rsrc size" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/binutils.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/binutils.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/binutils.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/binutils.po 2019-07-19 07:54:36.000000000 +0000 @@ -0,0 +1,4789 @@ +# English (Australia) translation for binutils +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-01-13 13:44+0000\n" +"PO-Revision-Date: 2011-09-24 06:17+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2019-07-18 10:34+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: ar.c:303 +#, c-format +msgid " [D] - use zero for timestamps and uids/gids (default)\n" +msgstr "" + +#: ar.c:305 +#, c-format +msgid " [U] - use actual timestamps and uids/gids\n" +msgstr "" + +#: ar.c:312 +#, c-format +msgid " [U] - use actual timestamps and uids/gids (default)\n" +msgstr "" + +#: ar.c:332 +#, c-format +msgid " --plugin

- load the specified plugin\n" +msgstr " --plugin

- load the specified plug-in\n" + +#: ar.c:358 +#, c-format +msgid " --plugin Load the specified plugin\n" +msgstr " --plugin Load the specified plug-in\n" + +#: ar.c:362 +#, c-format +msgid "" +" -D Use zero for symbol map timestamp (default)\n" +" -U Use an actual symbol map timestamp\n" +msgstr "" + +#: ar.c:366 +#, c-format +msgid "" +" -D Use zero for symbol map timestamp\n" +" -U Use actual symbol map timestamp (default)\n" +msgstr "" + +#: ar.c:587 ar.c:647 nm.c:1781 +#, c-format +msgid "sorry - this program has been built without plugin support\n" +msgstr "sorry - this program has been built without plug-in support\n" + +#: ar.c:787 +msgid "`u' modifier ignored since `D' is the default (see `U')" +msgstr "" + +#: ar.c:796 +msgid "missing position arg." +msgstr "" + +#: ar.c:804 +msgid "`N' missing value." +msgstr "" + +#: ar.c:970 +#, c-format +msgid "Cannot convert existing library %s to thin format" +msgstr "" + +#: ar.c:976 +#, c-format +msgid "Cannot convert existing thin library %s to normal format" +msgstr "" + +#: ar.c:1064 objcopy.c:3319 +#, c-format +msgid "illegal pathname found in archive member: %s" +msgstr "" + +#: bucomm.c:446 +#, c-format +msgid "

:][,] Add a symbol\n" +" --alt-machine-code Use the target's 'th alternative " +"machine\n" +" --writable-text Mark the output text as writable\n" +" --readonly-text Make the output text write protected\n" +" --pure Mark the output file as demand paged\n" +" --impure Mark the output file as impure\n" +" --prefix-symbols Add to start of every symbol " +"name\n" +" --prefix-sections Add to start of every section " +"name\n" +" --prefix-alloc-sections \n" +" Add to start of every " +"allocatable\n" +" section name\n" +" --file-alignment Set PE file alignment to \n" +" --heap [,] Set PE reserve/commit heap to /\n" +" \n" +" --image-base
Set PE image base to
\n" +" --section-alignment Set PE section alignment to \n" +" --stack [,] Set PE reserve/commit stack to " +"/\n" +" \n" +" --subsystem [:]\n" +" Set PE subsystem to [& ]\n" +" --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n" +" Compress DWARF debug sections using zlib\n" +" --decompress-debug-sections Decompress DWARF debug sections using " +"zlib\n" +" --elf-stt-common=[yes|no] Generate ELF common symbols with " +"STT_COMMON\n" +" type\n" +" -M --merge-notes Remove redundant entries in note " +"sections\n" +" --no-merge-notes Do not attempt to remove redundant notes " +"(default)\n" +" -v --verbose List all object files modified\n" +" @ Read options from \n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +" --info List object formats & architectures " +"supported\n" +msgstr "" + +#: objcopy.c:676 +#, c-format +msgid "" +" -I --input-target= Assume input file is in format \n" +" -O --output-target= Create an output file in format " +"\n" +" -F --target= Set both input and output format to " +"\n" +" -p --preserve-dates Copy modified/access timestamps to the " +"output\n" +msgstr "" + +#: objcopy.c:694 +#, c-format +msgid "" +" -R --remove-section= Also remove section from the " +"output\n" +" --remove-relocations Remove relocations from section \n" +" -s --strip-all Remove all symbol and relocation " +"information\n" +" -g -S -d --strip-debug Remove all debugging symbols & sections\n" +" --strip-dwo Remove all DWO sections\n" +" --strip-unneeded Remove all symbols not needed by " +"relocations\n" +" --only-keep-debug Strip everything but the debug " +"information\n" +" -M --merge-notes Remove redundant entries in note sections " +"(default)\n" +" --no-merge-notes Do not attempt to remove redundant notes\n" +" -N --strip-symbol= Do not copy symbol \n" +" -K --keep-symbol= Do not strip symbol \n" +" --keep-file-symbols Do not strip file symbol(s)\n" +" -w --wildcard Permit wildcard in symbol comparison\n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -v --verbose List all object files modified\n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +" --info List object formats & architectures " +"supported\n" +" -o Place stripped output into \n" +msgstr "" + +#: objcopy.c:769 +#, c-format +msgid "unrecognized section flag `%s'" +msgstr "unrecognised section flag `%s'" + +#: objcopy.c:841 +#, c-format +msgid "unrecognized symbol flag `%s'" +msgstr "" + +#: objcopy.c:900 +#, c-format +msgid "error: %s both copied and removed" +msgstr "" + +#: objcopy.c:906 +#, c-format +msgid "error: %s both sets and alters VMA" +msgstr "" + +#: objcopy.c:912 +#, c-format +msgid "error: %s both sets and alters LMA" +msgstr "" + +#: objcopy.c:1304 +#, c-format +msgid "error: section %s matches both remove and copy options" +msgstr "" + +#: objcopy.c:1307 +#, c-format +msgid "error: section %s matches both update and remove options" +msgstr "" + +#: objcopy.c:1460 +#, c-format +msgid "Section %s not found" +msgstr "" + +#: objcopy.c:1668 +#, c-format +msgid "'before=%s' not found" +msgstr "" + +#: objcopy.c:1816 +#, c-format +msgid "%s:%d: garbage found at end of line" +msgstr "%s:%d: rubbish found at end of line" + +#: objcopy.c:2021 +msgid "corrupt GNU build attribute note: wrong note type" +msgstr "" + +#: objcopy.c:2027 +msgid "corrupt GNU build attribute note: note too big" +msgstr "" + +#: objcopy.c:2033 +msgid "corrupt GNU build attribute note: name too small" +msgstr "" + +#: objcopy.c:2060 +msgid "corrupt GNU build attribute note: unsupported version" +msgstr "" + +#: objcopy.c:2109 +msgid "corrupt GNU build attribute note: bad description size" +msgstr "" + +#: objcopy.c:2140 +msgid "corrupt GNU build attribute note: name not NUL terminated" +msgstr "" + +#: objcopy.c:2152 +msgid "corrupt GNU build attribute notes: excess data at end" +msgstr "" + +#: objcopy.c:2158 +msgid "bad GNU build attribute notes: no known versions detected" +msgstr "" + +#: objcopy.c:2166 +msgid "bad GNU build attribute notes: multiple different versions" +msgstr "" + +#: objcopy.c:2180 +msgid "bad GNU build attribute notes: first note not version note" +msgstr "" + +#: objcopy.c:2485 +#, c-format +msgid "error: the input file '%s' has no sections" +msgstr "" + +#: objcopy.c:2495 +#, c-format +msgid "" +"--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'" +msgstr "" + +#: objcopy.c:2502 +#, c-format +msgid "--elf-stt-common=[yes|no] is unsupported on `%s'" +msgstr "" + +#: objcopy.c:2761 +#, c-format +msgid "error: %s not found, can't be updated" +msgstr "" + +#: objcopy.c:2786 +msgid "warning: note section is empty" +msgstr "" + +#: objcopy.c:2791 +msgid "warning: could not load note section" +msgstr "" + +#: objcopy.c:2812 +msgid "warning: failed to set merged notes size" +msgstr "" + +#: objcopy.c:2833 +#, c-format +msgid "can't dump section '%s' - it does not exist" +msgstr "" + +#: objcopy.c:2841 +msgid "can't dump section - it has no contents" +msgstr "" + +#: objcopy.c:2849 +msgid "can't dump section - it is empty" +msgstr "" + +#: objcopy.c:2858 +msgid "could not open section dump file" +msgstr "" + +#: objcopy.c:2867 +#, c-format +msgid "error writing section contents to %s (error: %s)" +msgstr "" + +#: objcopy.c:2877 +msgid "could not retrieve section contents" +msgstr "" + +#: objcopy.c:2891 +#, c-format +msgid "%s: debuglink section already exists" +msgstr "" + +#: objcopy.c:3152 +msgid "error: failed to copy merged notes into output" +msgstr "" + +#: objcopy.c:3157 +msgid "could not find any mergeable note sections" +msgstr "" + +#: objcopy.c:5114 +#, c-format +msgid "unrecognized --compress-debug-sections type `%s'" +msgstr "" + +#: objcopy.c:5135 +#, c-format +msgid "unrecognized --elf-stt-common= option `%s'" +msgstr "" + +#: objdump.c:203 +#, c-format +msgid "" +" -a, --archive-headers Display archive header information\n" +" -f, --file-headers Display the contents of the overall file header\n" +" -p, --private-headers Display object format specific file header " +"contents\n" +" -P, --private=OPT,OPT... Display object format specific contents\n" +" -h, --[section-]headers Display the contents of the section headers\n" +" -x, --all-headers Display the contents of all headers\n" +" -d, --disassemble Display assembler contents of executable " +"sections\n" +" -D, --disassemble-all Display assembler contents of all sections\n" +" -S, --source Intermix source code with disassembly\n" +" -s, --full-contents Display the full contents of all sections " +"requested\n" +" -g, --debugging Display debug information in object file\n" +" -e, --debugging-tags Display debug information using ctags style\n" +" -G, --stabs Display (in raw form) any STABS info in the file\n" +" -W[lLiaprmfFsoRtUuTgAckK] or\n" +" --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro," +"=frames,\n" +" =frames-interp,=str,=loc,=Ranges,=pubtypes,\n" +" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" +" =addr,=cu_index,=links,=follow-links]\n" +" Display DWARF info in the file\n" +" -t, --syms Display the contents of the symbol table(s)\n" +" -T, --dynamic-syms Display the contents of the dynamic symbol table\n" +" -r, --reloc Display the relocation entries in the file\n" +" -R, --dynamic-reloc Display the dynamic relocation entries in the " +"file\n" +" @ Read options from \n" +" -v, --version Display this program's version number\n" +" -i, --info List object formats and architectures supported\n" +" -H, --help Display this information\n" +msgstr "" + +#: objdump.c:237 +#, c-format +msgid "" +" -b, --target=BFDNAME Specify the target object format as " +"BFDNAME\n" +" -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" +" -j, --section=NAME Only display information for section NAME\n" +" -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" +" -EB --endian=big Assume big endian format when " +"disassembling\n" +" -EL --endian=little Assume little endian format when " +"disassembling\n" +" --file-start-context Include context from start of file (with -" +"S)\n" +" -I, --include=DIR Add DIR to search list for source files\n" +" -l, --line-numbers Include line numbers and filenames in " +"output\n" +" -F, --file-offsets Include file offsets when displaying " +"information\n" +" -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" +" The STYLE, if specified, can be `auto', " +"`gnu',\n" +" `lucid', `arm', `hp', `edg', `gnu-v3', " +"`java'\n" +" or `gnat'\n" +" -w, --wide Format output for more than 80 columns\n" +" -z, --disassemble-zeroes Do not skip blocks of zeroes when " +"disassembling\n" +" --start-address=ADDR Only process data whose address is >= ADDR\n" +" --stop-address=ADDR Only process data whose address is <= ADDR\n" +" --prefix-addresses Print complete address alongside " +"disassembly\n" +" --[no-]show-raw-insn Display hex alongside symbolic disassembly\n" +" --insn-width=WIDTH Display WIDTH bytes on a single line for -" +"d\n" +" --adjust-vma=OFFSET Add OFFSET to all displayed section " +"addresses\n" +" --special-syms Include special symbols in symbol dumps\n" +" --inlines Print all inlines for source line (with -" +"l)\n" +" --prefix=PREFIX Add PREFIX to absolute paths for -S\n" +" --prefix-strip=LEVEL Strip initial directory names for -S\n" +msgstr "" + +#: objdump.c:271 +#, c-format +msgid "" +" --dwarf-depth=N Do not display DIEs at depth N or greater\n" +" --dwarf-start=N Display DIEs starting with N, at the same " +"depth\n" +" or deeper\n" +" --dwarf-check Make additional dwarf internal consistency " +"checks. \n" +"\n" +msgstr "" + +#: objdump.c:665 +#, c-format +msgid "Idx %-*s Size %-*s%-*sFile off Algn" +msgstr "" + +#: objdump.c:693 +#, c-format +msgid "failed to read symbol table from: %s" +msgstr "" + +#: objdump.c:694 objdump.c:3675 +msgid "error message was" +msgstr "" + +#: objdump.c:1531 +#, c-format +msgid "source file %s is more recent than object file\n" +msgstr "" + +#: objdump.c:2300 objdump.c:3294 +#, c-format +msgid "Reading section %s failed because: %s" +msgstr "" + +#: objdump.c:2898 +#, c-format +msgid "File %s does not contain any dwarf debug information\n" +msgstr "" + +#: objdump.c:3674 +#, c-format +msgid "failed to read relocs in: %s" +msgstr "" + +#. Prevent corrupted files from spinning us into an +#. infinite loop. 100 is an arbitrary heuristic. +#: objdump.c:3935 +msgid "Archive nesting is too deep" +msgstr "" + +#: objdump.c:3939 +#, c-format +msgid "In nested archive %s:\n" +msgstr "" + +#: objdump.c:4138 +msgid "unrecognized -E option" +msgstr "unrecognised -E option" + +#: objdump.c:4149 +#, c-format +msgid "unrecognized --endian type `%s'" +msgstr "unrecognised --endian type `%s'" + +#: od-macho.c:73 +#, c-format +msgid "" +"For Mach-O files:\n" +" header Display the file header\n" +" section Display the segments and sections commands\n" +" map Display the section map\n" +" load Display the load commands\n" +" dysymtab Display the dynamic symbol table\n" +" codesign Display code signature\n" +" seg_split_info Display segment split info\n" +" compact_unwind Display compact unwinding info\n" +" function_starts Display start address of functions\n" +" data_in_code Display data in code entries\n" +" twolevel_hints Display the two-level namespace lookup hints table\n" +" dyld_info Display dyld information\n" +msgstr "" + +#: od-macho.c:319 +msgid "Mach-O header:\n" +msgstr "" + +#: od-macho.c:320 +#, c-format +msgid " magic : %08lx\n" +msgstr "" + +#: od-macho.c:321 +#, c-format +msgid " cputype : %08lx (%s)\n" +msgstr "" + +#: od-macho.c:323 +#, c-format +msgid " cpusubtype: %08lx\n" +msgstr "" + +#: od-macho.c:324 +#, c-format +msgid " filetype : %08lx (%s)\n" +msgstr "" + +#: od-macho.c:327 +#, c-format +msgid " ncmds : %08lx (%lu)\n" +msgstr "" + +#: od-macho.c:328 +#, c-format +msgid " sizeofcmds: %08lx (%lu)\n" +msgstr "" + +#: od-macho.c:329 +#, c-format +msgid " flags : %08lx (" +msgstr "" + +#: od-macho.c:331 +msgid ")\n" +msgstr "" + +#: od-macho.c:332 +#, c-format +msgid " reserved : %08x\n" +msgstr "" + +#: od-macho.c:351 +msgid "Segments and Sections:\n" +msgstr "" + +#: od-macho.c:352 +msgid " #: Segment name Section name Address\n" +msgstr "" + +#: od-macho.c:994 +msgid "cannot read rebase dyld info" +msgstr "" + +#: od-macho.c:999 +msgid "cannot read bind dyld info" +msgstr "" + +#: od-macho.c:1004 +msgid "cannot read weak bind dyld info" +msgstr "" + +#: od-macho.c:1009 +msgid "cannot read lazy bind dyld info" +msgstr "" + +#: od-macho.c:1014 +msgid "cannot read export symbols dyld info" +msgstr "" + +#: od-macho.c:1094 od-macho.c:1104 od-macho.c:1178 od-macho.c:1230 +#, c-format +msgid " [bad block length]\n" +msgstr "" + +#: od-macho.c:1098 +#, c-format +msgid " %u index entry:\n" +msgid_plural " %u index entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: od-macho.c:1114 +#, c-format +msgid " index entry %u: type: %08x, offset: %08x\n" +msgstr "" + +#: od-macho.c:1185 +#, c-format +msgid " version: %08x\n" +msgstr "" + +#: od-macho.c:1186 +#, c-format +msgid " flags: %08x\n" +msgstr "" + +#: od-macho.c:1187 +#, c-format +msgid " hash offset: %08x\n" +msgstr "" + +#: od-macho.c:1189 +#, c-format +msgid " ident offset: %08x (- %08x)\n" +msgstr "" + +#: od-macho.c:1191 +#, c-format +msgid " identity: %s\n" +msgstr "" + +#: od-macho.c:1192 +#, c-format +msgid " nbr special slots: %08x (at offset %08x)\n" +msgstr "" + +#: od-macho.c:1195 +#, c-format +msgid " nbr code slots: %08x\n" +msgstr "" + +#: od-macho.c:1196 +#, c-format +msgid " code limit: %08x\n" +msgstr "" + +#: od-macho.c:1197 +#, c-format +msgid " hash size: %02x\n" +msgstr "" + +#: od-macho.c:1198 +#, c-format +msgid " hash type: %02x (%s)\n" +msgstr "" + +#: od-macho.c:1201 +#, c-format +msgid " spare1: %02x\n" +msgstr "" + +#: od-macho.c:1202 +#, c-format +msgid " page size: %02x\n" +msgstr "" + +#: od-macho.c:1203 +#, c-format +msgid " spare2: %08x\n" +msgstr "" + +#: od-macho.c:1205 +#, c-format +msgid " scatter offset: %08x\n" +msgstr "" + +#: od-macho.c:1217 +#, c-format +msgid " [truncated block]\n" +msgstr "" + +#: od-macho.c:1225 +#, c-format +msgid " magic : %08x (%s)\n" +msgstr "" + +#: od-macho.c:1227 +#, c-format +msgid " length: %08x\n" +msgstr "" + +#: od-macho.c:1258 +msgid "cannot read code signature data" +msgstr "" + +#: od-macho.c:1286 +msgid "cannot read segment split info" +msgstr "" + +#: od-macho.c:1292 +msgid "segment split info is not nul terminated" +msgstr "" + +#: od-macho.c:1300 +#, c-format +msgid " 32 bit pointers:\n" +msgstr "" + +#: od-macho.c:1303 +#, c-format +msgid " 64 bit pointers:\n" +msgstr "" + +#: od-macho.c:1306 +#, c-format +msgid " PPC hi-16:\n" +msgstr "" + +#: od-macho.c:1309 +#, c-format +msgid " Unhandled location type %u\n" +msgstr "" + +#: od-macho.c:1333 +msgid "cannot read function starts" +msgstr "" + +#: od-macho.c:1397 +msgid "cannot read data_in_code" +msgstr "" + +#: od-macho.c:1435 +msgid "cannot read twolevel hints" +msgstr "" + +#: od-xcoff.c:77 +#, c-format +msgid "" +"For XCOFF files:\n" +" header Display the file header\n" +" aout Display the auxiliary header\n" +" sections Display the section headers\n" +" syms Display the symbols table\n" +" relocs Display the relocation entries\n" +" lineno Display the line number entries\n" +" loader Display loader section\n" +" except Display exception table\n" +" typchk Display type-check section\n" +" traceback Display traceback tags\n" +" toc Display toc symbols\n" +" ldinfo Display loader info in core files\n" +msgstr "" + +#: od-xcoff.c:454 +#, c-format +msgid "warning: optional header size too large (> %d)\n" +msgstr "" + +#: od-xcoff.c:1737 +msgid "cannot read loader info table" +msgstr "" + +#: od-xcoff.c:1769 +#, c-format +msgid "" +"\n" +"ldinfo dump not supported in 32 bits environments\n" +msgstr "" + +#: od-xcoff.c:1787 +msgid "cannot core read header" +msgstr "" + +#: od-xcoff.c:1794 +#, c-format +msgid "Core header:\n" +msgstr "" + +#: od-xcoff.c:1795 +#, c-format +msgid " version: 0x%08x " +msgstr "" + +#: od-xcoff.c:1799 +#, c-format +msgid "(dumpx format - aix4.3 / 32 bits)" +msgstr "" + +#: od-xcoff.c:1802 +#, c-format +msgid "(dumpxx format - aix5.0 / 64 bits)" +msgstr "" + +#: od-xcoff.c:1805 +#, c-format +msgid "unknown format" +msgstr "" + +#: rdcoff.c:116 +#, c-format +msgid "Excessively large slot index: %lx" +msgstr "" + +#: rddbg.c:80 +#, c-format +msgid "%s: no recognized debugging information" +msgstr "%s: no recognised debugging information" + +#: rddbg.c:196 +#, c-format +msgid "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n" +msgstr "" + +#: rddbg.c:220 +#, c-format +msgid "%s: %s: stab entry %ld is corrupt\n" +msgstr "" + +#: readelf.c:308 +msgid "" +msgstr "" + +#: readelf.c:385 +#, c-format +msgid "Size truncation prevents reading %s elements of size %s for %s\n" +msgstr "" + +#: readelf.c:395 +#, c-format +msgid "Size overflow prevents reading %s elements of size %s for %s\n" +msgstr "" + +#: readelf.c:407 +#, c-format +msgid "Reading %s bytes extends past end of file for %s\n" +msgstr "" + +#: readelf.c:431 +#, c-format +msgid "Out of memory allocating %s bytes for %s\n" +msgstr "" + +#: readelf.c:442 +#, c-format +msgid "Unable to read in %s bytes of %s\n" +msgstr "" + +#: readelf.c:1586 readelf.c:1776 readelf.c:1784 +#, c-format +msgid "unrecognized: %-7lx" +msgstr "unrecognised: %-7lx" + +#: readelf.c:1621 +#, c-format +msgid " bad symbol index: %08lx in reloc" +msgstr "" + +#: readelf.c:3237 +msgid ", " +msgstr "" + +#: readelf.c:3247 +msgid "" +msgstr "" + +#: readelf.c:3258 +#, c-format +msgid ", unknown flags bits: %#x" +msgstr "" + +#: readelf.c:3641 +#, c-format +msgid "Unrecognised IA64 VMS Command Code: %x\n" +msgstr "" + +#: readelf.c:3707 +msgid ": architecture variant: " +msgstr "" + +#: readelf.c:3726 +msgid ": unknown" +msgstr "" + +#: readelf.c:3730 +msgid ": unknown extra flag bits also present" +msgstr "" + +#: readelf.c:4423 +#, c-format +msgid "" +" Options are:\n" +" -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header Display the ELF file header\n" +" -l --program-headers Display the program headers\n" +" --segments An alias for --program-headers\n" +" -S --section-headers Display the sections' header\n" +" --sections An alias for --section-headers\n" +" -g --section-groups Display the section groups\n" +" -t --section-details Display the section details\n" +" -e --headers Equivalent to: -h -l -S\n" +" -s --syms Display the symbol table\n" +" --symbols An alias for --syms\n" +" --dyn-syms Display the dynamic symbol table\n" +" -n --notes Display the core notes (if present)\n" +" -r --relocs Display the relocations (if present)\n" +" -u --unwind Display the unwind info (if present)\n" +" -d --dynamic Display the dynamic section (if present)\n" +" -V --version-info Display the version sections (if present)\n" +" -A --arch-specific Display architecture specific information (if any)\n" +" -c --archive-index Display the symbol/file index in an archive\n" +" -D --use-dynamic Use the dynamic section info when displaying " +"symbols\n" +" -x --hex-dump=\n" +" Dump the contents of section as " +"bytes\n" +" -p --string-dump=\n" +" Dump the contents of section as " +"strings\n" +" -R --relocated-dump=\n" +" Dump the contents of section as " +"relocated bytes\n" +" -z --decompress Decompress section before dumping it\n" +" -w[lLiaprmfFsoRtUuTgAckK] or\n" +" --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro," +"=frames,\n" +" =frames-interp,=str,=loc,=Ranges,=pubtypes,\n" +" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" +" =addr,=cu_index,=links,=follow-links]\n" +" Display the contents of DWARF debug sections\n" +msgstr "" + +#: readelf.c:4892 readelf.c:4939 +msgid "" +"The e_phentsize field in the ELF header is less than the size of an ELF " +"program header\n" +msgstr "" + +#: readelf.c:4896 readelf.c:4943 +msgid "" +"The e_phentsize field in the ELF header is larger than the size of an ELF " +"program header\n" +msgstr "" + +#: readelf.c:4985 +#, c-format +msgid "Too many program headers - %#x - the file is not that big\n" +msgstr "" + +#: readelf.c:4994 +#, c-format +msgid "Out of memory reading %u program headers\n" +msgstr "" + +#: readelf.c:5025 +msgid "" +"possibly corrupt ELF header - it has a non-zero program header offset, but " +"no program headers\n" +msgstr "" + +#: readelf.c:5037 +#, c-format +msgid "Entry point 0x%s\n" +msgstr "" + +#: readelf.c:5038 +#, c-format +msgid "There is %d program header, starting at offset %s\n" +msgid_plural "There are %d program headers, starting at offset %s\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:5165 +msgid "LOAD segments must be sorted in order of increasing VirtAddr\n" +msgstr "" + +#: readelf.c:5168 +msgid "the segment's file size is larger than its memory size\n" +msgstr "" + +#: readelf.c:5175 +msgid "the PHDR segment must occur before any LOAD segment\n" +msgstr "" + +#: readelf.c:5187 +msgid "the PHDR segment is not covered by a LOAD segment\n" +msgstr "" + +#: readelf.c:5240 +msgid "the dynamic segment offset + size exceeds the size of the file\n" +msgstr "" + +#: readelf.c:5262 +#, c-format +msgid " [Requesting program interpreter: %s]\n" +msgstr "" + +#: readelf.c:5351 readelf.c:5416 +msgid "" +"The e_shentsize field in the ELF header is less than the size of an ELF " +"section header\n" +msgstr "" + +#: readelf.c:5355 readelf.c:5421 +msgid "" +"The e_shentsize field in the ELF header is larger than the size of an ELF " +"section header\n" +msgstr "" + +#: readelf.c:5369 readelf.c:5436 +#, c-format +msgid "Out of memory reading %u section headers\n" +msgstr "" + +#: readelf.c:5389 readelf.c:5456 +#, c-format +msgid "Section %u has an out of range sh_link value of %u\n" +msgstr "" + +#: readelf.c:5391 readelf.c:5458 +#, c-format +msgid "Section %u has an out of range sh_info value of %u\n" +msgstr "" + +#: readelf.c:5488 readelf.c:5605 +#, c-format +msgid "Section %s has an invalid sh_entsize of 0x%lx\n" +msgstr "" + +#: readelf.c:5496 readelf.c:5613 +#, c-format +msgid "Section %s has an invalid sh_size of 0x%lx\n" +msgstr "" + +#: readelf.c:5506 readelf.c:5623 +#, c-format +msgid "" +"Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n" +msgstr "" + +#: readelf.c:5540 readelf.c:5657 +#, c-format +msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n" +msgstr "" + +#: readelf.c:5552 readelf.c:5669 +#, c-format +msgid "Out of memory reading %lu symbols\n" +msgstr "" + +#: readelf.c:5848 readelf.c:5923 readelf.c:5941 readelf.c:5959 +msgid "Internal error: not enough buffer room for section flag info" +msgstr "" + +#: readelf.c:5985 readelf.c:6000 +msgid "Compressed section is too small even for a compression header\n" +msgstr "" + +#: readelf.c:6035 +#, c-format +msgid "There is %d section header, starting at offset 0x%lx:\n" +msgid_plural "There are %d section headers, starting at offset 0x%lx:\n" +msgstr[0] "" +msgstr[1] "" + +#. Note: coded this way so that there is a single string for translation. +#: readelf.c:6135 +#, c-format +msgid "Section %d has invalid sh_entsize of %s\n" +msgstr "" + +#: readelf.c:6136 +#, c-format +msgid "(Using the expected size of %u for the rest of this dump)\n" +msgstr "" + +#: readelf.c:6336 +#, c-format +msgid "[%2u]: Link field (%u) should index a symtab section.\n" +msgstr "" + +#: readelf.c:6349 +#, c-format +msgid "[%2u]: Link field (%u) should index a string section.\n" +msgstr "" + +#: readelf.c:6357 readelf.c:6368 +#, c-format +msgid "[%2u]: Unexpected value (%u) in link field.\n" +msgstr "" + +#: readelf.c:6395 +#, c-format +msgid "[%2u]: Info field (%u) should index a relocatable section.\n" +msgstr "" + +#: readelf.c:6406 readelf.c:6433 +#, c-format +msgid "[%2u]: Unexpected value (%u) in info field.\n" +msgstr "" + +#: readelf.c:6428 +#, c-format +msgid "[%2u]: Expected link to another section in info field" +msgstr "" + +#: readelf.c:6443 +#, c-format +msgid "Size of section %u is larger than the entire file!\n" +msgstr "" + +#: readelf.c:6613 +msgid "compression header" +msgstr "" + +#: readelf.c:6622 +#, c-format +msgid " [: 0x%x], " +msgstr "" + +#. The ordering of the letters shown here matches the ordering of the +#. corresponding SHF_xxx values, and hence the order in which these +#. letters will be displayed to the user. +#: readelf.c:6636 +#, c-format +msgid "" +"Key to Flags:\n" +" W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n" +" L (link order), O (extra OS processing required), G (group), T (TLS),\n" +" C (compressed), x (unknown), o (OS specific), E (exclude),\n" +" " +msgstr "" + +#: readelf.c:6643 +#, c-format +msgid "l (large), " +msgstr "" + +#: readelf.c:6645 +#, c-format +msgid "y (purecode), " +msgstr "" + +#: readelf.c:6647 +#, c-format +msgid "v (VLE), " +msgstr "" + +#: readelf.c:6664 +#, c-format +msgid "[0x%x: " +msgstr "" + +#: readelf.c:6723 +#, c-format +msgid "Out of memory reading %u section group headers\n" +msgstr "" + +#: readelf.c:6748 +#, c-format +msgid "Out of memory reading %lu groups\n" +msgstr "" + +#: readelf.c:6850 +#, c-format +msgid "" +"Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n" +msgstr "" + +#: readelf.c:6846 +msgid "" +"Further error messages about overlarge group section indicies suppressed\n" +msgstr "" + +#: readelf.c:6911 +msgid "" +"Further error messages about already contained group sections suppressed\n" +msgstr "" + +#: readelf.c:7000 +#, c-format +msgid "corrupt library name index of 0x%lx found in dynamic entry" +msgstr "" + +#: readelf.c:7253 +#, c-format +msgid " at offset 0x%lx contains %lu entry:\n" +msgid_plural " at offset 0x%lx contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:7314 +#, c-format +msgid "" +"\n" +"There are no static relocations in this file." +msgstr "" + +#: readelf.c:7315 +#, c-format +msgid "" +"\n" +"To see the dynamic relocations add --use-dynamic to the command line.\n" +msgstr "" + +#: readelf.c:7491 +#, c-format +msgid "Invalid offset %lx in table entry %ld\n" +msgstr "" + +#: readelf.c:7623 readelf.c:8087 +#, c-format +msgid "Skipping unknown relocation type: %u\n" +msgstr "" + +#: readelf.c:7629 readelf.c:8094 +#, c-format +msgid "Skipping unexpected relocation type: %s\n" +msgstr "" + +#: readelf.c:7638 readelf.c:8101 +#, c-format +msgid "Skipping reloc with overlarge offset: %lx\n" +msgstr "" + +#: readelf.c:7698 readelf.c:8162 +msgid "Multiple auxillary string tables encountered\n" +msgstr "" + +#: readelf.c:8184 readelf.c:9287 +#, c-format +msgid "" +"\n" +"Unwind section '%s' at offset 0x%lx contains %lu entry:\n" +msgid_plural "" +"\n" +"Unwind section '%s' at offset 0x%lx contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:8418 +#, c-format +msgid "Unknown section relocation type %d encountered\n" +msgstr "" + +#: readelf.c:8426 +#, c-format +msgid "Bad symbol index in unwind relocation (%lu > %lu)\n" +msgstr "" + +#: readelf.c:8441 +#, c-format +msgid "Skipping unknown ARM relocation type: %d\n" +msgstr "" + +#: readelf.c:8451 +#, c-format +msgid "Skipping unexpected ARM relocation type %s\n" +msgstr "" + +#: readelf.c:8460 +#, c-format +msgid "Skipping unknown C6000 relocation type: %d\n" +msgstr "" + +#: readelf.c:8470 +#, c-format +msgid "Skipping unexpected C6000 relocation type %s\n" +msgstr "" + +#. This function currently only supports ARM and TI unwinders. +#: readelf.c:8479 +msgid "Only TI and ARM unwinders are currently supported\n" +msgstr "" + +#: readelf.c:8680 +msgid "corrupt change to vsp" +msgstr "" + +#: readelf.c:8893 +msgid "Corrupt stack pointer adjustment detected\n" +msgstr "" + +#: readelf.c:9026 +#, c-format +msgid "Corrupt ARM compact model table entry: %x \n" +msgstr "" + +#: readelf.c:9031 +#, c-format +msgid " Compact model index: %d\n" +msgstr "" + +#: readelf.c:9057 +msgid "Unknown ARM compact model index encountered\n" +msgstr "" + +#: readelf.c:9058 +#, c-format +msgid " [reserved]\n" +msgstr "" + +#: readelf.c:9085 +#, c-format +msgid " [reserved (%d)]\n" +msgstr "" + +#: readelf.c:9089 +#, c-format +msgid "" +"Unsupported architecture type %d encountered when decoding unwind table\n" +msgstr "" + +#: readelf.c:9144 +#, c-format +msgid "corrupt index table entry: %x\n" +msgstr "" + +#: readelf.c:9184 +#, c-format +msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n" +msgstr "" + +#: readelf.c:9245 +#, c-format +msgid "" +"Unsupported architecture type %d encountered when processing unwind table\n" +msgstr "" + +#: readelf.c:9267 +msgid "Multiple string tables found in file.\n" +msgstr "" + +#: readelf.c:9333 +#, c-format +msgid "" +"\n" +"The decoding of unwind sections for machine type %s is not currently " +"supported.\n" +msgstr "" + +#: readelf.c:9345 +#, c-format +msgid "NONE" +msgstr "" + +#: readelf.c:9370 +#, c-format +msgid "Interface Version: %s" +msgstr "" + +#. Note: coded this way so that there is a single string for translation. +#: readelf.c:9376 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:9394 +#, c-format +msgid "Time Stamp: %s" +msgstr "" + +#: readelf.c:9592 readelf.c:9641 +#, c-format +msgid "Out of memory allocating space for %lu dynamic entries\n" +msgstr "" + +#. See PR 21379 for a reproducer. +#: readelf.c:9739 +#, c-format +msgid "Invalid DT_SYMTAB entry: %lx" +msgstr "" + +#: readelf.c:9831 +#, c-format +msgid "Bad value (%d) for SYMINENT entry\n" +msgstr "" + +#: readelf.c:9862 +#, c-format +msgid "Out of memory allocating %lu byte for dynamic symbol info\n" +msgstr "" + +#: readelf.c:9881 +#, c-format +msgid "" +"\n" +"Dynamic section at offset 0x%lx contains %lu entry:\n" +msgid_plural "" +"\n" +"Dynamic section at offset 0x%lx contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:10324 +#, c-format +msgid ": %d" +msgstr "" + +#: readelf.c:11223 +#, c-format +msgid "bad section index[%3d]" +msgstr "" + +#: readelf.c:11244 +#, c-format +msgid "Size truncation prevents reading %s elements of size %u\n" +msgstr "" + +#: readelf.c:11253 +#, c-format +msgid "Invalid number of dynamic entries: %s\n" +msgstr "" + +#: readelf.c:11261 +#, c-format +msgid "Out of memory reading %s dynamic entries\n" +msgstr "" + +#: readelf.c:11268 +#, c-format +msgid "Unable to read in %s bytes of dynamic data\n" +msgstr "" + +#: readelf.c:11277 +#, c-format +msgid "Out of memory allocating space for %s dynamic entries\n" +msgstr "" + +#: readelf.c:11304 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:11732 readelf.c:11928 +msgid "histogram chain is corrupt\n" +msgstr "" + +#: readelf.c:11794 +#, c-format +msgid "" +"\n" +"Symbol table '%s' contains %lu entry:\n" +msgid_plural "" +"\n" +"Symbol table '%s' contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:11878 +#, c-format +msgid "local symbol %u found at index >= %s's sh_info value of %u\n" +msgstr "" + +#: readelf.c:11902 +#, c-format +msgid "" +"\n" +"Histogram for bucket list length (total of %lu bucket):\n" +msgid_plural "" +"\n" +"Histogram for bucket list length (total of %lu buckets):\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:11912 +msgid "Out of memory allocating space for histogram buckets\n" +msgstr "" + +#: readelf.c:11940 +msgid "Out of memory allocating space for histogram counts\n" +msgstr "" + +#: readelf.c:11980 +#, c-format +msgid "" +"\n" +"Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n" +msgid_plural "" +"\n" +"Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:11990 +msgid "Out of memory allocating space for gnu histogram buckets\n" +msgstr "" + +#: readelf.c:12016 +msgid "Out of memory allocating space for gnu histogram counts\n" +msgstr "" + +#: readelf.c:12061 +#, c-format +msgid "" +"\n" +"Dynamic info segment at offset 0x%lx contains %d entry:\n" +msgid_plural "" +"\n" +"Dynamic info segment at offset 0x%lx contains %d entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:12075 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:12168 +#, c-format +msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n" +msgstr "" + +#: readelf.c:12197 +#, c-format +msgid "MSP430 reloc contains invalid symbol index %lu\n" +msgstr "" + +#. PR 21137 +#: readelf.c:12208 +#, c-format +msgid "MSP430 sym diff reloc contains invalid offset: 0x%lx\n" +msgstr "" + +#: readelf.c:12219 +msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n" +msgstr "" + +#: readelf.c:12242 +#, c-format +msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n" +msgstr "" + +#: readelf.c:12256 +#, c-format +msgid "MN10300 reloc contains invalid symbol index %lu\n" +msgstr "" + +#: readelf.c:12266 +#, c-format +msgid "MN10300 sym diff reloc contains invalid offset: 0x%lx\n" +msgstr "" + +#: readelf.c:12276 +msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n" +msgstr "" + +#: readelf.c:12299 +#, c-format +msgid "RL78_SYM reloc contains invalid symbol index %lu\n" +msgstr "" + +#: readelf.c:12318 readelf.c:12327 +#, c-format +msgid "RL78 sym diff reloc contains invalid offset: 0x%lx\n" +msgstr "" + +#: readelf.c:13250 +#, c-format +msgid "skipping unexpected symbol type %s in section %s relocation %ld\n" +msgstr "" + +#: readelf.c:13345 +#, c-format +msgid "Section '%s' has no data to dump.\n" +msgstr "" + +#: readelf.c:13442 readelf.c:13583 readelf.c:13752 +#, c-format +msgid "section '%s' has unsupported compress type: %d\n" +msgstr "" + +#: readelf.c:13341 readelf.c:13488 readelf.c:13663 +#, c-format +msgid "compressed section '%s' is corrupted\n" +msgstr "" + +#: readelf.c:13474 readelf.c:13617 readelf.c:13789 +#, c-format +msgid "Unable to decompress section %s\n" +msgstr "" + +#: readelf.c:13532 readelf.c:14621 readelf.c:14664 readelf.c:14712 +#: readelf.c:14744 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:13743 +#, c-format +msgid "compressed section %s is too small to contain a compression header" +msgstr "" + +#: readelf.c:13958 +#, c-format +msgid "Unrecognized debug section: %s\n" +msgstr "Unrecognised debug section: %s\n" + +#: readelf.c:14104 +msgid "\n" +msgstr "" + +#: readelf.c:14119 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:14159 +#, c-format +msgid "Absent/Non standard\n" +msgstr "" + +#: readelf.c:14162 +#, c-format +msgid "Bare metal/mwdt\n" +msgstr "" + +#: readelf.c:14165 +#, c-format +msgid "Bare metal/newlib\n" +msgstr "" + +#: readelf.c:14168 +#, c-format +msgid "Linux/uclibc\n" +msgstr "" + +#: readelf.c:14171 +#, c-format +msgid "Linux/glibc\n" +msgstr "" + +#: readelf.c:14174 readelf.c:14258 +#, c-format +msgid "Unknown\n" +msgstr "" + +#: readelf.c:14187 readelf.c:14218 readelf.c:14249 +#, c-format +msgid "Absent\n" +msgstr "" + +#: readelf.c:14231 +msgid "yes" +msgstr "" + +#: readelf.c:14231 +msgid "no" +msgstr "" + +#: readelf.c:14272 readelf.c:14280 +msgid "default" +msgstr "" + +#: readelf.c:14273 +msgid "smallest" +msgstr "" + +#: readelf.c:14279 +msgid "OPTFP" +msgstr "" + +#: readelf.c:14530 readelf.c:14618 readelf.c:15207 +#, c-format +msgid "flag = %d, vendor = " +msgstr "" + +#: readelf.c:14573 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:14622 +msgid "corrupt vendor attribute\n" +msgstr "" + +#: readelf.c:14674 +#, c-format +msgid "unspecified hard/soft float, " +msgstr "" + +#: readelf.c:14677 +#, c-format +msgid "hard float, " +msgstr "" + +#: readelf.c:14680 +#, c-format +msgid "soft float, " +msgstr "" + +#: readelf.c:14683 +#, c-format +msgid "single-precision hard float, " +msgstr "" + +#: readelf.c:14690 +#, c-format +msgid "unspecified long double\n" +msgstr "" + +#: readelf.c:14693 +#, c-format +msgid "128-bit IBM long double\n" +msgstr "" + +#: readelf.c:14696 +#, c-format +msgid "64-bit long double\n" +msgstr "" + +#: readelf.c:14699 +#, c-format +msgid "128-bit IEEE long double\n" +msgstr "" + +#: readelf.c:14722 readelf.c:14754 +#, c-format +msgid "unspecified\n" +msgstr "" + +#: readelf.c:14725 +#, c-format +msgid "generic\n" +msgstr "" + +#: readelf.c:14760 +#, c-format +msgid "memory\n" +msgstr "" + +#: readelf.c:14789 +#, c-format +msgid "any\n" +msgstr "" + +#: readelf.c:14792 +#, c-format +msgid "software\n" +msgstr "" + +#: readelf.c:14795 +#, c-format +msgid "hardware\n" +msgstr "" + +#: readelf.c:14933 +#, c-format +msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" +msgstr "" + +#: readelf.c:14936 +#, c-format +msgid "Hard float (32-bit CPU, Any FPU)\n" +msgstr "" + +#: readelf.c:14939 +#, c-format +msgid "Hard float (32-bit CPU, 64-bit FPU)\n" +msgstr "" + +#: readelf.c:14942 +#, c-format +msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" +msgstr "" + +#: readelf.c:14945 +#, c-format +msgid "NaN 2008 compatibility\n" +msgstr "" + +#: readelf.c:14984 +#, c-format +msgid "Any MSA or not\n" +msgstr "" + +#: readelf.c:14987 +#, c-format +msgid "128-bit MSA\n" +msgstr "" + +#: readelf.c:15312 +#, c-format +msgid "MSP430\n" +msgstr "" + +#: readelf.c:15313 +#, c-format +msgid "MSP430X\n" +msgstr "" + +#: readelf.c:15325 readelf.c:15338 +#, c-format +msgid "Small\n" +msgstr "" + +#: readelf.c:15326 readelf.c:15339 +#, c-format +msgid "Large\n" +msgstr "" + +#: readelf.c:15340 +#, c-format +msgid "Restricted Large\n" +msgstr "" + +#: readelf.c:15346 +#, c-format +msgid " : " +msgstr "" + +#: readelf.c:15495 +#, c-format +msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n" +msgstr "" + +#: readelf.c:15514 +msgid "Tag section ends prematurely\n" +msgstr "" + +#: readelf.c:15523 +#, c-format +msgid "Bad attribute length (%u > %u)\n" +msgstr "" + +#: readelf.c:15531 +#, c-format +msgid "Attribute length of %u is too small\n" +msgstr "" + +#: readelf.c:15542 +msgid "Corrupt attribute section name\n" +msgstr "" + +#: readelf.c:15547 +#, c-format +msgid "Attribute Section: " +msgstr "" + +#: readelf.c:15574 +msgid "Unused bytes at end of section\n" +msgstr "" + +#: readelf.c:15584 +#, c-format +msgid "Bad subsection length (%u > %u)\n" +msgstr "" + +#: readelf.c:15592 +#, c-format +msgid "Bad subsection length (%u < 6)\n" +msgstr "" + +#: readelf.c:15650 +#, c-format +msgid " Unknown attribute:\n" +msgstr "" + +#: readelf.c:15692 +msgid "MIPS GOT entry extends beyond the end of available data\n" +msgstr "" + +#: readelf.c:15775 readelf.c:15844 +msgid "Unknown" +msgstr "" + +#: readelf.c:15891 +msgid "Corrupt MIPS ABI Flags section.\n" +msgstr "" + +#: readelf.c:15897 +msgid "MIPS ABI Flags section" +msgstr "" + +#: readelf.c:15960 +#, c-format +msgid "" +"\n" +"Static GOT:\n" +msgstr "" + +#: readelf.c:15978 readelf.c:16008 +msgid "Value" +msgstr "" + +#: readelf.c:16090 +#, c-format +msgid "" +"\n" +"Section '.liblist' contains %lu entry:\n" +msgid_plural "" +"\n" +"Section '.liblist' contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:16178 +msgid "No MIPS_OPTIONS header found\n" +msgstr "" + +#: readelf.c:16190 +msgid "Out of memory allocating space for MIPS options\n" +msgstr "" + +#: readelf.c:16212 +#, c-format +msgid "Invalid size (%u) for MIPS option\n" +msgstr "" + +#: readelf.c:16221 +#, c-format +msgid "" +"\n" +"Section '%s' contains %d entry:\n" +msgid_plural "" +"\n" +"Section '%s' contains %d entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:16400 +#, c-format +msgid "Overlarge number of conflicts detected: %lx\n" +msgstr "" + +#: readelf.c:16408 +msgid "Out of memory allocating space for dynamic conflicts\n" +msgstr "" + +#: readelf.c:16443 +#, c-format +msgid "" +"\n" +"Section '.conflict' contains %lu entry:\n" +msgid_plural "" +"\n" +"Section '.conflict' contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:16454 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:16488 +#, c-format +msgid "" +"The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n" +msgstr "" + +#: readelf.c:16497 +#, c-format +msgid "Too many GOT symbols: %lu\n" +msgstr "" + +#: readelf.c:16577 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:16593 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:16663 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:16701 +msgid "NDS32 elf flags section" +msgstr "" + +#: readelf.c:16777 +#, c-format +msgid "" +"\n" +"Library list section '%s' contains %lu entries:\n" +msgid_plural "" +"\n" +"Library list section '%s' contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:16849 +msgid "NT_PPC_TAR (ppc TAR register)" +msgstr "" + +#: readelf.c:16851 +msgid "NT_PPC_PPR (ppc PPR register)" +msgstr "" + +#: readelf.c:16853 +msgid "NT_PPC_DSCR (ppc DSCR register)" +msgstr "" + +#: readelf.c:16855 +msgid "NT_PPC_EBB (ppc EBB registers)" +msgstr "" + +#: readelf.c:16857 +msgid "NT_PPC_PMU (ppc PMU registers)" +msgstr "" + +#: readelf.c:16859 +msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)" +msgstr "" + +#: readelf.c:16861 +msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)" +msgstr "" + +#: readelf.c:16863 +msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)" +msgstr "" + +#: readelf.c:16683 +msgid "NT_PPC_TM_VSX (ppc checkpointed VSX registers)" +msgstr "" + +#: readelf.c:16867 +msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)" +msgstr "" + +#: readelf.c:16869 +msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)" +msgstr "" + +#: readelf.c:16871 +msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)" +msgstr "" + +#: readelf.c:16873 +msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)" +msgstr "" + +#: readelf.c:16875 +msgid "NT_386_TLS (x86 TLS information)" +msgstr "" + +#: readelf.c:16877 +msgid "NT_386_IOPERM (x86 I/O permissions)" +msgstr "" + +#: readelf.c:16893 +msgid "NT_S390_LAST_BREAK (s390 last breaking event address)" +msgstr "" + +#: readelf.c:16895 +msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)" +msgstr "" + +#: readelf.c:16897 +msgid "NT_S390_TDB (s390 transaction diagnostic block)" +msgstr "" + +#: readelf.c:16899 +msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)" +msgstr "" + +#: readelf.c:16901 +msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)" +msgstr "" + +#: readelf.c:16903 +msgid "NT_S390_GS_CB (s390 guarded-storage registers)" +msgstr "" + +#: readelf.c:16905 +msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)" +msgstr "" + +#: readelf.c:16909 +msgid "NT_ARM_TLS (AArch TLS registers)" +msgstr "" + +#: readelf.c:16911 +msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)" +msgstr "" + +#: readelf.c:16913 +msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)" +msgstr "" + +#: readelf.c:16927 +msgid "NT_SIGINFO (siginfo_t data)" +msgstr "" + +#: readelf.c:16929 +msgid "NT_FILE (mapped files)" +msgstr "" + +#: readelf.c:16941 +msgid "OPEN" +msgstr "" + +#: readelf.c:16943 +msgid "func" +msgstr "" + +#: readelf.c:16969 +#, c-format +msgid " Cannot decode 64-bit note in 32-bit build\n" +msgstr "" + +#: readelf.c:16977 +msgid " Malformed note - too short for header\n" +msgstr "" + +#: readelf.c:16986 +msgid " Malformed note - does not end with \\0\n" +msgstr "" + +#: readelf.c:16999 +msgid " Malformed note - too short for supplied file count\n" +msgstr "" + +#: readelf.c:17003 +#, c-format +msgid " Page size: " +msgstr "" + +#: readelf.c:17007 +#, c-format +msgid " %*s%*s%*s\n" +msgstr "" + +#: readelf.c:17008 +msgid "Start" +msgstr "" + +#: readelf.c:17009 +msgid "End" +msgstr "" + +#: readelf.c:17010 +msgid "Page Offset" +msgstr "" + +#: readelf.c:17018 +msgid " Malformed note - filenames end too early\n" +msgstr "" + +#: readelf.c:17058 +msgid "NT_GNU_PROPERTY_TYPE_0" +msgstr "" + +#: readelf.c:17060 +msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN" +msgstr "" + +#: readelf.c:17062 +msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC" +msgstr "" + +#: readelf.c:17336 +#, c-format +msgid " Properties: " +msgstr "" + +#: readelf.c:17340 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:17352 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:17363 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:17471 readelf.c:17479 +#, c-format +msgid " " +msgstr "" + +#: readelf.c:17469 +#, c-format +msgid "stack size: " +msgstr "" + +#: readelf.c:17488 +#, c-format +msgid "\n" +msgstr "" + +#: readelf.c:17582 +#, c-format +msgid " Version: " +msgstr "" + +#. Hardware capabilities information. Word 0 is the number of entries. +#. Word 1 is a bitmask of enabled entries. The rest of the descriptor +#. is a series of entries, where each entry is a single byte followed +#. by a nul terminated string. The byte gives the bit number to test +#. if enabled in the bitmask. +#: readelf.c:17598 +#, c-format +msgid " Hardware Capabilities: " +msgstr "" + +#: readelf.c:17601 +msgid "\n" +msgstr "" + +#: readelf.c:17606 +#, c-format +msgid "num entries: %ld, enabled mask: %lx\n" +msgstr "" + +#: readelf.c:17622 +#, c-format +msgid " Description data: " +msgstr "" + +#: readelf.c:17640 +msgid "Alignment of 8-byte objects" +msgstr "" + +#: readelf.c:17641 +msgid "Sizeof double and long double" +msgstr "" + +#: readelf.c:17642 +msgid "Type of FPU support needed" +msgstr "" + +#: readelf.c:17643 +msgid "Use of SIMD instructions" +msgstr "" + +#: readelf.c:17644 +msgid "Use of cache" +msgstr "" + +#: readelf.c:17645 +msgid "Use of MMU" +msgstr "" + +#: readelf.c:17681 +#, c-format +msgid "4-bytes\n" +msgstr "" + +#: readelf.c:17682 +#, c-format +msgid "8-bytes\n" +msgstr "" + +#: readelf.c:17689 +#, c-format +msgid "FPU-2.0\n" +msgstr "" + +#: readelf.c:17690 +#, c-format +msgid "FPU-3.0\n" +msgstr "" + +#: readelf.c:17699 +#, c-format +msgid "yes\n" +msgstr "" + +#: readelf.c:17709 +#, c-format +msgid "unknown value: %x\n" +msgstr "" + +#: readelf.c:17751 +msgid "NT_THRMISC (thrmisc structure)" +msgstr "" + +#: readelf.c:17753 +msgid "NT_PROCSTAT_PROC (proc data)" +msgstr "" + +#: readelf.c:17755 +msgid "NT_PROCSTAT_FILES (files data)" +msgstr "" + +#: readelf.c:17757 +msgid "NT_PROCSTAT_VMMAP (vmmap data)" +msgstr "" + +#: readelf.c:17759 +msgid "NT_PROCSTAT_GROUPS (groups data)" +msgstr "" + +#: readelf.c:17761 +msgid "NT_PROCSTAT_UMASK (umask data)" +msgstr "" + +#: readelf.c:17763 +msgid "NT_PROCSTAT_RLIMIT (rlimit data)" +msgstr "" + +#: readelf.c:17765 +msgid "NT_PROCSTAT_OSREL (osreldate data)" +msgstr "" + +#: readelf.c:17767 +msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)" +msgstr "" + +#: readelf.c:17769 +msgid "NT_PROCSTAT_AUXV (auxv data)" +msgstr "" + +#: readelf.c:17771 +msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)" +msgstr "" + +#: readelf.c:18166 readelf.c:18174 +#, c-format +msgid " Applies to region from %#lx to %#lx\n" +msgstr "" + +#: readelf.c:18169 readelf.c:18176 +#, c-format +msgid " Applies to region from %#lx\n" +msgstr "" + +#: readelf.c:18205 +#, c-format +msgid " \n" +msgstr "" + +#: readelf.c:18206 +#, c-format +msgid " " +msgstr "" + +#: readelf.c:18232 +#, c-format +msgid "Gap in build notes detected from %#lx to %#lx\n" +msgstr "" + +#: readelf.c:18235 readelf.c:18246 +#, c-format +msgid " Applies to region from %#lx" +msgstr "" + +#: readelf.c:18240 readelf.c:18251 +#, c-format +msgid " to %#lx" +msgstr "" + +#: readelf.c:18257 +#, c-format +msgid " (%s)" +msgstr "" + +#: readelf.c:18278 readelf.c:18293 +#, c-format +msgid "corrupt name field in GNU build attribute note: size = %ld\n" +msgstr "" + +#: readelf.c:18279 readelf.c:18294 +msgid " " +msgstr "" + +#: readelf.c:18313 +#, c-format +msgid "unrecognised attribute type in name field: %d\n" +msgstr "" + +#: readelf.c:18314 +msgid "" +msgstr "" + +#: readelf.c:18324 +msgid "" +msgstr "" + +#: readelf.c:18329 +msgid "" +msgstr "" + +#: readelf.c:18334 +msgid "" +msgstr "" + +#: readelf.c:18339 +msgid "" +msgstr "" + +#: readelf.c:18344 +msgid "" +msgstr "" + +#: readelf.c:18349 +msgid "" +msgstr "" + +#: readelf.c:18354 +msgid "" +msgstr "" + +#: readelf.c:18359 +msgid "" +msgstr "" + +#: readelf.c:18378 +#, c-format +msgid "unrecognised byte in name field: %d\n" +msgstr "" + +#: readelf.c:18379 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:18391 +#, c-format +msgid "attribute does not have an expected type (%c)\n" +msgstr "" + +#: readelf.c:18395 +#, c-format +msgid "corrupt name field: namesz: %lu but parsing gets to %ld\n" +msgstr "" + +#: readelf.c:18422 +#, c-format +msgid "corrupt numeric name field: too many bytes in the value: %x\n" +msgstr "" + +#: readelf.c:18590 +#, c-format +msgid " description data: " +msgstr "" + +#: readelf.c:18637 +#, c-format +msgid "" +"\n" +"Displaying notes found in: %s\n" +msgstr "" + +#: readelf.c:18639 +#, c-format +msgid "" +"\n" +"Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n" +msgstr "" + +#: readelf.c:18651 +#, c-format +msgid "Corrupt note: alignment %ld, expecting 4 or 8\n" +msgstr "" + +#: readelf.c:18674 readelf.c:18703 +#, c-format +msgid "Corrupt note: only %ld byte remains, not enough for a full note\n" +msgid_plural "" +"Corrupt note: only %ld bytes remain, not enough for a full note\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:18731 +#, c-format +msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n" +msgstr "" + +#: readelf.c:18733 +#, c-format +msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx, alignment: %u\n" +msgstr "" + +#: readelf.c:18751 +msgid "Out of memory allocating space for inote name\n" +msgstr "" + +#: readelf.c:18814 +msgid "v850 notes" +msgstr "" + +#: readelf.c:18821 +#, c-format +msgid "" +"\n" +"Displaying contents of Renesas V850 notes section at offset 0x%lx with " +"length 0x%lx:\n" +msgstr "" + +#: readelf.c:18838 +#, c-format +msgid "Corrupt note: name size is too big: %lx\n" +msgstr "" + +#: readelf.c:18848 +#, c-format +msgid "corrupt descsz found in note at offset 0x%lx\n" +msgstr "" + +#: readelf.c:18850 readelf.c:18863 +#, c-format +msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n" +msgstr "" + +#: readelf.c:18861 +#, c-format +msgid "corrupt namesz found in note at offset 0x%lx\n" +msgstr "" + +#: readelf.c:18947 +#, c-format +msgid " Unknown GNU attribute: %s\n" +msgstr "" + +#: readelf.c:19416 +#, c-format +msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n" +msgstr "" + +#: readelf.c:19435 +#, c-format +msgid "Contents of binary %s at offset " +msgstr "" + +#: readelf.c:19462 +#, c-format +msgid "" +"%s: %ld byte remains in the symbol table, but without corresponding entries " +"in the index table\n" +msgid_plural "" +"%s: %ld bytes remain in the symbol table, but without corresponding entries " +"in the index table\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:19586 +#, c-format +msgid "%s: contains corrupt thin archive: %s\n" +msgstr "" + +#: readelf.c:19666 +msgid "Out of memory allocating file data structure\n" +msgstr "" + +#: resbin.c:432 resbin.c:460 +msgid "dialog header" +msgstr "dialogue header" + +#: resbin.c:495 +msgid "dialog font point size" +msgstr "dialogue font point size" + +#: resbin.c:529 resbin.c:547 +msgid "dialog control" +msgstr "dialogue control" + +#: resbin.c:568 +msgid "dialog control end" +msgstr "dialogue control end" + +#: resbin.c:578 +msgid "dialog control data" +msgstr "dialogue control data" + +#: resbin.c:964 +#, c-format +msgid "version length %lu greater than resource length %lu" +msgstr "" + +#: resbin.c:1171 +msgid "nul bytes found in version string" +msgstr "" + +#: resbin.c:1174 +#, c-format +msgid "unexpected version string character: %x" +msgstr "" + +#: rescoff.c:150 +#, c-format +msgid "%s: .rsrc section is bigger than the file!" +msgstr "" + +#: rescoff.c:199 +msgid "Resources nest too deep" +msgstr "" + +#: rescoff.c:253 +msgid "resource name" +msgstr "" + +#: srconv.c:130 +msgid "Checksum failure" +msgstr "" + +#. FIXME: Return error status. +#: srconv.c:142 +msgid "Failed to write checksum" +msgstr "" + +#: srconv.c:182 +#, c-format +msgid "Unsupported integer write size: %d" +msgstr "" + +#. FIXME: Return error status. +#: srconv.c:268 +msgid "Failed to write TR block" +msgstr "" + +#: srconv.c:359 +#, c-format +msgid "Unrecognized H8300 sub-architecture: %ld" +msgstr "" + +#: srconv.c:377 +#, c-format +msgid "Unsupported architecture: %d" +msgstr "" + +#: srconv.c:831 +#, c-format +msgid "Unrecognised type: %d" +msgstr "" + +#: srconv.c:957 +#, c-format +msgid "Unrecognised coff symbol type: %d" +msgstr "" + +#: srconv.c:1019 srconv.c:1119 +#, c-format +msgid "Unrecognised coff symbol visibility: %d" +msgstr "" + +#: srconv.c:1045 srconv.c:1090 +#, c-format +msgid "Unrecognised coff symbol location: %d" +msgstr "" + +#. FIXME: Return error status. +#: srconv.c:1424 +msgid "Failed to write CS struct" +msgstr "" + +#. Complain and keep going, so compilers can invent new +#. cross-reference types. +#: stabs.c:1307 +msgid "unrecognized cross reference type" +msgstr "unrecognised cross reference type" + +#: stabs.c:2448 +msgid "unrecognized C++ abbreviation" +msgstr "unrecognised C++ abbreviation" + +#: stabs.c:3510 +#, c-format +msgid "Unrecognized XCOFF type %d\n" +msgstr "Unrecognised XCOFF type %d\n" + +#: stabs.c:5362 +#, c-format +msgid "Unrecognized demangle component %d\n" +msgstr "Unrecognised demangle component %d\n" + +#: stabs.c:5550 +#, c-format +msgid "Unrecognized demangled builtin type\n" +msgstr "Unrecognised demangled builtin type\n" + +#: strings.c:341 +#, c-format +msgid "%s: Reading section %s failed: %s" +msgstr "" + +#: strings.c:703 +#, c-format +msgid "" +" -a - --all Scan the entire file, not just the data section " +"[default]\n" +" -d --data Only scan the data sections in the file\n" +msgstr "" + +#: strings.c:707 +#, c-format +msgid "" +" -a - --all Scan the entire file, not just the data section\n" +" -d --data Only scan the data sections in the file " +"[default]\n" +msgstr "" + +#: strings.c:711 +#, c-format +msgid "" +" -f --print-file-name Print the name of the file before each string\n" +" -n --bytes=[number] Locate & print any NUL-terminated sequence of " +"at\n" +" - least [number] characters (default 4).\n" +" -t --radix={o,d,x} Print the location of the string in base 8, 10 " +"or 16\n" +" -w --include-all-whitespace Include all whitespace as valid string " +"characters\n" +" -o An alias for --radix=o\n" +" -T --target= Specify the binary file format\n" +" -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" +" s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-" +"bit\n" +" -s --output-separator= String used to separate strings in output.\n" +" @ Read options from \n" +" -h --help Display this information\n" +" -v -V --version Print the program's version number\n" +msgstr "" + +#: sysdump.c:57 +msgid "*corrupt*" +msgstr "" + +#. PR 17512: file: id:000001,src:000002,op:flip1,pos:45. +#. Prevent infinite loops re-reading beyond the end of the buffer. +#: sysdump.c:161 +msgid "ICE: getINT: Out of buffer space" +msgstr "" + +#: sysdump.c:185 +#, c-format +msgid "Unsupported read size: %d" +msgstr "" + +#: version.c:34 +#, c-format +msgid "Copyright (C) 2018 Free Software Foundation, Inc.\n" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/cryptsetup.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/cryptsetup.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/cryptsetup.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/cryptsetup.po 2019-07-19 07:54:39.000000000 +0000 @@ -0,0 +1,1867 @@ +# English (Australia) translation for cryptsetup +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the cryptsetup package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: cryptsetup\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-08-23 16:49+0000\n" +"PO-Revision-Date: 2012-09-03 08:36+0000\n" +"Last-Translator: Joel Pickett \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 11:05+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: lib/libdevmapper.c:331 +msgid "Cannot initialize device-mapper, running as non-root user.\n" +msgstr "" + +#: lib/libdevmapper.c:334 +msgid "Cannot initialize device-mapper. Is dm_mod kernel module loaded?\n" +msgstr "Cannot initialise device-mapper. Is dm_mod kernel module loaded?\n" + +#: lib/libdevmapper.c:935 +msgid "Requested deferred flag is not supported.\n" +msgstr "" + +#: lib/libdevmapper.c:1220 +msgid "Requested dm-crypt performance options are not supported.\n" +msgstr "" + +#: lib/libdevmapper.c:1226 +msgid "" +"Requested dm-verity data corruption handling options are not supported.\n" +msgstr "" + +#: lib/libdevmapper.c:1230 +msgid "Requested dm-verity FEC options are not supported.\n" +msgstr "" + +#: lib/libdevmapper.c:1234 +msgid "Requested data integrity options are not supported.\n" +msgstr "" + +#: lib/libdevmapper.c:1236 +msgid "Requested sector_size option is not supported.\n" +msgstr "" + +#: lib/random.c:218 +msgid "Error reading from RNG.\n" +msgstr "" + +#: lib/setup.c:200 +msgid "Cannot initialize crypto RNG backend.\n" +msgstr "Cannot initialise crypto RNG backend.\n" + +#: lib/setup.c:206 +msgid "Cannot initialize crypto backend.\n" +msgstr "Cannot initialise crypto backend.\n" + +#: lib/setup.c:301 lib/setup.c:328 +msgid "Cannot determine device type. Incompatible activation of device?\n" +msgstr "" + +#: lib/setup.c:334 +msgid "This operation is supported only for LUKS2 device.\n" +msgstr "" + +#: lib/setup.c:594 +#, c-format +msgid "Header detected but device %s is too small.\n" +msgstr "" + +#: lib/setup.c:1343 lib/setup.c:1666 lib/setup.c:1857 +msgid "UUID is not supported for this crypt type.\n" +msgstr "" + +#: src/cryptsetup.c:2927 +msgid "Unsupported encryption sector size.\n" +msgstr "" + +#: lib/setup.c:1594 lib/setup.c:1629 +#, c-format +msgid "Cannot format device %s, permission denied.\n" +msgstr "" + +#: lib/setup.c:1606 lib/luks2/luks2_json_metadata.c:840 +#: lib/luks2/luks2_json_metadata.c:1124 lib/luks2/luks2_keyslot.c:386 +#: lib/luks2/luks2_keyslot_luks2.c:40 lib/luks2/luks2_keyslot_luks2.c:69 +#, c-format +msgid "Failed to acquire write lock on device %s.\n" +msgstr "" + +#: lib/setup.c:1614 lib/setup.c:1921 +#, c-format +msgid "Cannot format integrity for device %s.\n" +msgstr "" + +#: lib/setup.c:1626 +#, c-format +msgid "Cannot format device %s in use.\n" +msgstr "" + +#: lib/setup.c:1633 +#, c-format +msgid "Cannot format device %s\n" +msgstr "" + +#: lib/setup.c:1696 +msgid "Can't format VERITY without device.\n" +msgstr "" + +#: lib/setup.c:1704 lib/verity/verity.c:106 +#, c-format +msgid "Unsupported VERITY hash type %d.\n" +msgstr "" + +#: lib/setup.c:1710 lib/verity/verity.c:114 +msgid "Unsupported VERITY block size.\n" +msgstr "" + +#: lib/setup.c:1715 lib/verity/verity.c:75 +msgid "Unsupported VERITY hash offset.\n" +msgstr "" + +#: lib/setup.c:1720 +msgid "Unsupported VERITY FEC offset.\n" +msgstr "" + +#: lib/setup.c:1741 +msgid "Data area overlaps with hash area.\n" +msgstr "" + +#: lib/setup.c:1766 +msgid "Hash area overlaps with FEC area.\n" +msgstr "" + +#: lib/setup.c:1773 +msgid "Data area overlaps with FEC area.\n" +msgstr "" + +#: lib/setup.c:2079 +msgid "Cannot resize loop device.\n" +msgstr "" + +#: lib/setup.c:2088 +#, c-format +msgid "Device %s size is not aligned to requested sector size (%u bytes).\n" +msgstr "" + +#: lib/setup.c:2218 +msgid "Header backup file does not contain compatible LUKS header.\n" +msgstr "" + +#: lib/setup.c:2335 +#, c-format +msgid "Suspend is not supported for device %s.\n" +msgstr "" + +#: lib/setup.c:2337 +#, c-format +msgid "Error during suspending device %s.\n" +msgstr "" + +#: lib/setup.c:2399 +#, c-format +msgid "Resume is not supported for device %s.\n" +msgstr "" + +#: lib/setup.c:2401 lib/setup.c:2469 +#, c-format +msgid "Error during resuming device %s.\n" +msgstr "" + +#: lib/setup.c:2960 +#, c-format +msgid "Cannot use device %s, name is invalid or still in use.\n" +msgstr "" + +#: lib/setup.c:3221 +msgid "Incorrect root hash specified for verity device.\n" +msgstr "" + +#: lib/setup.c:3297 lib/setup.c:3312 +#, c-format +msgid "Device %s is still in use.\n" +msgstr "" + +#: lib/setup.c:3388 +msgid "Function not available in FIPS mode.\n" +msgstr "" + +#: lib/setup.c:3602 +msgid "Dump operation is not supported for this device type.\n" +msgstr "" + +#: lib/setup.c:3994 +#, c-format +msgid "Cannot convert device %s which is still in use.\n" +msgstr "" + +#: lib/setup.c:4269 +msgid "Failed to initialise default LUKS2 keyslot parameters.\n" +msgstr "" + +#: lib/setup.c:4281 +#, c-format +msgid "Failed to assign keyslot %d to digest.\n" +msgstr "" + +#: lib/setup.c:4362 +msgid "Failed to load key in kernel keyring.\n" +msgstr "" + +#: lib/setup.c:4417 +msgid "Kernel keyring is not supported by the kernel.\n" +msgstr "" + +#: lib/setup.c:5448 +#, c-format +msgid "Failed to read passphrase from keyring (error %d)." +msgstr "" + +#: lib/utils.c:426 +msgid "Cannot read keyfile from a terminal.\n" +msgstr "" + +#: lib/utils_device.c:595 +#, c-format +msgid "Cannot use device %s, permission denied.\n" +msgstr "" + +#: lib/utils_device.c:620 +msgid "Cannot use a loopback device, running as non-root user.\n" +msgstr "" + +#: lib/utils_pbkdf.c:74 +#, c-format +msgid "Unknown PBKDF type %s.\n" +msgstr "" + +#: lib/utils_pbkdf.c:85 +msgid "Requested PBKDF type is not supported for LUKS1.\n" +msgstr "" + +#: lib/utils_pbkdf.c:91 +msgid "PBKDF max memory or parallel threads must not be set with pbkdf2.\n" +msgstr "" + +#: lib/utils_pbkdf.c:96 lib/utils_pbkdf.c:106 +#, c-format +msgid "Forced iteration count is too low for %s (minimum is %u).\n" +msgstr "" + +#: lib/utils_pbkdf.c:111 +#, c-format +msgid "Forced memory cost is too low for %s (minimum is %u kilobytes).\n" +msgstr "" + +#: lib/utils_pbkdf.c:118 +#, c-format +msgid "" +"Requested maximum PBKDF memory cost is too high (maximum is %d kilobytes).\n" +msgstr "" + +#: lib/utils_pbkdf.c:123 +msgid "Requested maximum PBKDF memory can not be zero.\n" +msgstr "" + +#: lib/utils_pbkdf.c:127 +msgid "Requested PBKDF parallel threads can not be zero.\n" +msgstr "" + +#: lib/utils_pbkdf.c:131 +msgid "Requested PBKDF target time can not be zero.\n" +msgstr "" + +#: lib/utils_benchmark.c:304 +msgid "PBKDF benchmark disabled but iterations not set.\n" +msgstr "" + +#: lib/utils_benchmark.c:340 +msgid "Not compatible PBKDF options.\n" +msgstr "" + +#: lib/utils_device_locking.c:80 +#, c-format +msgid "" +"Locking aborted. The locking path %s/%s is unusable (not a directory or " +"missing).\n" +msgstr "" + +#: lib/utils_device_locking.c:87 +#, c-format +msgid "WARNING: Locking directory %s/%s is missing!\n" +msgstr "" + +#: lib/utils_device_locking.c:97 +#, c-format +msgid "" +"Locking aborted. The locking path %s/%s is unusable (%s is not a " +"directory).\n" +msgstr "" + +#: lib/luks1/keyencryption.c:39 +#, c-format +msgid "" +"Failed to setup dm-crypt key mapping for device %s.\n" +"Check that kernel supports %s cipher (check syslog for more info).\n" +msgstr "" + +#: lib/luks1/keyencryption.c:46 +msgid "Cipher specification should be in [cipher]-[mode]-[iv] format.\n" +msgstr "" + +#: lib/luks1/keyencryption.c:107 lib/luks1/keymanage.c:362 +#: lib/luks1/keymanage.c:654 lib/luks1/keymanage.c:1096 +#: lib/luks2/luks2_json_metadata.c:1132 lib/luks2/luks2_keyslot.c:403 +#, c-format +msgid "Cannot write to device %s, permission denied.\n" +msgstr "" + +#: lib/luks1/keyencryption.c:199 lib/luks2/luks2_keyslot_luks2.c:89 +msgid "IO error while encrypting keyslot.\n" +msgstr "" + +#: lib/luks1/keyencryption.c:261 lib/luks2/luks2_keyslot_luks2.c:150 +msgid "IO error while decrypting keyslot.\n" +msgstr "" + +#: lib/luks1/keymanage.c:128 +#, c-format +msgid "Device %s is too small. (LUKS1 requires at least % bytes.)\n" +msgstr "" + +#: lib/luks1/keymanage.c:264 lib/luks2/luks2_json_metadata.c:985 +#, c-format +msgid "Requested header backup file %s already exists.\n" +msgstr "" + +#: lib/luks1/keymanage.c:266 lib/luks2/luks2_json_metadata.c:987 +#, c-format +msgid "Cannot create header backup file %s.\n" +msgstr "" + +#: lib/luks1/keymanage.c:471 +msgid "Repair failed.\n" +msgstr "" + +#: lib/luks1/keymanage.c:739 +#, c-format +msgid "" +"Data offset for detached LUKS header must be either 0 or higher than header " +"size (%d sectors).\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:480 +#, c-format +msgid "Error reading keyfile %s.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:520 +#, c-format +msgid "Maximum TCRYPT passphrase length (%d) exceeded.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:563 +#, c-format +msgid "PBKDF2 hash algorithm %s not available, skipping.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:581 src/cryptsetup.c:807 +msgid "Required kernel crypto interface not available.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:583 src/cryptsetup.c:809 +msgid "Ensure you have algif_skcipher kernel module loaded.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:729 +#, c-format +msgid "Activation is not supported for %d sector size.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:735 +msgid "Kernel doesn't support activation for this TCRYPT legacy mode.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:769 +#, c-format +msgid "Activating TCRYPT system encryption for partition %s.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:837 +msgid "Kernel doesn't support TCRYPT compatible mapping.\n" +msgstr "" + +#: lib/tcrypt/tcrypt.c:1085 +msgid "This function is not supported without TCRYPT header load." +msgstr "" + +#: lib/verity/verity.c:69 lib/verity/verity.c:175 +#, c-format +msgid "Verity device %s doesn't use on-disk header.\n" +msgstr "" + +#: lib/verity/verity.c:94 +#, c-format +msgid "Device %s is not a valid VERITY device.\n" +msgstr "" + +#: lib/verity/verity.c:101 +#, c-format +msgid "Unsupported VERITY version %d.\n" +msgstr "" + +#: lib/verity/verity.c:132 +msgid "VERITY header corrupted.\n" +msgstr "" + +#: lib/verity/verity.c:169 +#, c-format +msgid "Wrong VERITY UUID format provided on device %s.\n" +msgstr "" + +#: lib/verity/verity.c:202 +#, c-format +msgid "Error during update of verity header on device %s.\n" +msgstr "" + +#: lib/verity/verity.c:294 +msgid "Kernel doesn't support dm-verity mapping.\n" +msgstr "" + +#: lib/verity/verity.c:305 +msgid "Verity device detected corruption after activation.\n" +msgstr "" + +#: lib/verity/verity_hash.c:59 +#, c-format +msgid "Spare area is not zeroed at position %.\n" +msgstr "" + +#: lib/verity/verity_hash.c:160 lib/verity/verity_hash.c:287 +#: lib/verity/verity_hash.c:300 +msgid "Device offset overflow.\n" +msgstr "" + +#: lib/verity/verity_hash.c:200 +#, c-format +msgid "Verification failed at position %.\n" +msgstr "" + +#: lib/verity/verity_hash.c:273 +msgid "Invalid size parameters for verity device.\n" +msgstr "" + +#: lib/verity/verity_hash.c:293 +msgid "Hash area overflow.\n" +msgstr "" + +#: lib/verity/verity_hash.c:370 +msgid "Verification of data area failed.\n" +msgstr "" + +#: lib/verity/verity_hash.c:375 +msgid "Verification of root hash failed.\n" +msgstr "" + +#: lib/verity/verity_hash.c:381 +msgid "Input/output error while creating hash area.\n" +msgstr "" + +#: lib/verity/verity_hash.c:383 +msgid "Creation of hash area failed.\n" +msgstr "" + +#: lib/verity/verity_hash.c:430 +#, c-format +msgid "" +"WARNING: Kernel cannot activate device if data block size exceeds page size " +"(%u).\n" +msgstr "" + +#: lib/verity/verity_fec.c:132 +msgid "Failed to allocate RS context.\n" +msgstr "" + +#: lib/verity/verity_fec.c:147 +msgid "Failed to allocate buffer.\n" +msgstr "" + +#: lib/verity/verity_fec.c:157 +#, c-format +msgid "Failed to read RS block % byte %d.\n" +msgstr "" + +#: lib/verity/verity_fec.c:169 +#, c-format +msgid "Failed to write parity for RS block %.\n" +msgstr "" + +#: lib/verity/verity_fec.c:203 +msgid "Block sizes must match for FEC.\n" +msgstr "" + +#: lib/verity/verity_fec.c:209 +msgid "Invalid number of parity bytes.\n" +msgstr "" + +#: lib/verity/verity_fec.c:242 +#, c-format +msgid "Failed to determine size for device %s.\n" +msgstr "" + +#: lib/integrity/integrity.c:221 lib/integrity/integrity.c:272 +msgid "Kernel doesn't support dm-integrity mapping.\n" +msgstr "" + +#: lib/luks2/luks2_disk_metadata.c:364 +#, c-format +msgid "Device %s is too small. (LUKS2 requires at least % bytes.)\n" +msgstr "" + +#: lib/luks2/luks2_disk_metadata.c:427 +msgid "Failed to acquire write device lock.\n" +msgstr "" + +#: lib/luks2/luks2_json_format.c:99 +msgid "No space for new keyslot.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:828 lib/luks2/luks2_json_metadata.c:957 +#: lib/luks2/luks2_json_metadata.c:1030 lib/luks2/luks2_keyslot_luks2.c:103 +#: lib/luks2/luks2_keyslot_luks2.c:126 +#, c-format +msgid "Failed to acquire read lock on device %s.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1047 +#, c-format +msgid "Forbidden LUKS2 requirements detected in backup %s.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1088 +msgid "Data offset differ on device and backup, restore failed.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1094 +msgid "" +"Binary header with keyslot areas size differ on device and backup, restore " +"failed.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1126 +#, c-format +msgid "Device %s %s%s%s%s" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1127 +msgid "" +"does not contain LUKS2 header. Replacing header can destroy data on that " +"device." +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1128 +msgid "" +"already contains LUKS2 header. Replacing header will destroy existing " +"keyslots." +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1130 +msgid "" +"\n" +"WARNING: unknown LUKS2 requirements detected in real device header!\n" +"Replacing header with backup may corrupt the data on that device!" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1132 +msgid "" +"\n" +"WARNING: Unfinished offline reencryption detected on the device!\n" +"Replacing header with backup may corrupt data." +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1209 +#, c-format +msgid "Ignored unknown flag %s.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1906 +msgid "Failed to read LUKS2 requirements.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1913 +msgid "Unmet LUKS2 requirements detected.\n" +msgstr "" + +#: lib/luks2/luks2_json_metadata.c:1921 +msgid "Offline reencryption in progress. Aborting.\n" +msgstr "" + +#: lib/luks2/luks2_luks1_convert.c:473 +#, c-format +msgid "Can not check status of device with uuid: %s.\n" +msgstr "" + +#: lib/luks2/luks2_luks1_convert.c:502 +msgid "Unable to move keyslot materials. Not enough space\n" +msgstr "" + +#: lib/luks2/luks2_luks1_convert.c:628 +msgid "" +"Cannot convert to LUKS1 format - key slot digests are not LUKS1 compatible.\n" +msgstr "" + +#: lib/luks2/luks2_luks1_convert.c:648 +#, c-format +msgid "Cannot convert to LUKS1 format - keyslot %u is in invalid state.\n" +msgstr "" + +#: lib/luks2/luks2_luks1_convert.c:653 +#, c-format +msgid "" +"Cannot convert to LUKS1 format - slot %u (over maximum slots) is still " +"active.\n" +msgstr "" + +#: lib/luks2/luks2_luks1_convert.c:658 +#, c-format +msgid "Cannot convert to LUKS1 format - keyslot %u is not LUKS1 compatible.\n" +msgstr "" + +#: lib/luks2/luks2_token.c:265 +msgid "No free token slot\n" +msgstr "" + +#: lib/luks2/luks2_token.c:273 +#, c-format +msgid "Failed to create builtin token %s\n" +msgstr "" + +#: src/cryptsetup.c:220 +msgid "" +"WARNING: The --hash parameter is being ignored in plain mode with keyfile " +"specified.\n" +msgstr "" + +#: src/cryptsetup.c:228 +msgid "" +"WARNING: The --keyfile-size option is being ignored, the read size is the " +"same as the encryption key size.\n" +msgstr "" + +#: src/cryptsetup.c:395 +msgid "Enter VeraCrypt PIM: " +msgstr "" + +#: src/cryptsetup.c:312 +msgid "Invalid PIM value: parse error\n" +msgstr "" + +#: src/cryptsetup.c:315 +msgid "Invalid PIM value: 0\n" +msgstr "" + +#: src/cryptsetup.c:318 +msgid "Invalid PIM value: outside of range\n" +msgstr "" + +#: src/cryptsetup.c:341 +msgid "No device header detected with this passphrase.\n" +msgstr "" + +#: src/cryptsetup.c:495 src/cryptsetup.c:1790 +msgid "" +"Header dump with volume key is sensitive information\n" +"which allows access to encrypted partition without passphrase.\n" +"This dump should be always stored encrypted on safe place." +msgstr "" + +#: src/cryptsetup.c:574 +#, c-format +msgid "Device %s is still active and scheduled for deferred removal.\n" +msgstr "" + +#: src/cryptsetup.c:504 +msgid "" +"Resize of active device requires volume key in keyring but --disable-keyring " +"option is set.\n" +msgstr "" + +#: src/cryptsetup.c:690 +msgid "Result of benchmark is not reliable.\n" +msgstr "" + +#: src/cryptsetup.c:841 +msgid "# Tests are approximate using memory only (no storage IO).\n" +msgstr "" + +#: src/cryptsetup.c:768 src/cryptsetup.c:791 +msgid "# Algorithm | Key | Encryption | Decryption\n" +msgstr "" + +#: src/cryptsetup.c:772 +#, c-format +msgid "Cipher %s is not available.\n" +msgstr "" + +#: src/cryptsetup.c:908 +msgid "N/A" +msgstr "" + +#: src/cryptsetup.c:825 src/integritysetup.c:78 +#, c-format +msgid "Cannot read keyfile %s.\n" +msgstr "" + +#: src/cryptsetup.c:829 src/integritysetup.c:82 +#, c-format +msgid "Cannot read %d bytes from keyfile %s.\n" +msgstr "" + +#: src/cryptsetup.c:274 src/cryptsetup.c:969 src/cryptsetup.c:1065 +#: src/cryptsetup.c:1138 src/cryptsetup.c:1763 src/integritysetup.c:230 +msgid "Operation aborted.\n" +msgstr "" + +#: src/cryptsetup.c:984 src/integritysetup.c:144 +msgid "" +"Wiping device to initialize integrity checksum.\n" +"You can interrupt this by pressing CTRL+c (rest of not wiped device will " +"contain invalid checksum).\n" +msgstr "" + +#: src/cryptsetup.c:924 src/integritysetup.c:162 +#, c-format +msgid "Cannot deactivate temporary device %s.\n" +msgstr "" + +#: src/cryptsetup.c:974 +#, c-format +msgid "Cannot create header file %s.\n" +msgstr "" + +#: src/cryptsetup.c:1004 +msgid "Integrity option can be used only for LUKS2 format.\n" +msgstr "" + +#: src/cryptsetup.c:1009 src/integritysetup.c:187 src/integritysetup.c:196 +#: src/integritysetup.c:205 src/integritysetup.c:252 src/integritysetup.c:261 +#: src/integritysetup.c:271 +msgid "No known integrity specification pattern detected.\n" +msgstr "" + +#: src/cryptsetup.c:1050 src/cryptsetup.c:1327 src/cryptsetup.c:1411 +msgid "Failed to set pbkdf parameters.\n" +msgstr "" + +#: src/cryptsetup.c:1145 +msgid "Device activated but cannot make flags persistent.\n" +msgstr "" + +#: src/cryptsetup.c:1224 +#, c-format +msgid "Keyslot %d is selected for deletion.\n" +msgstr "" + +#: src/cryptsetup.c:1227 +#, c-format +msgid "Keyslot %d is not active.\n" +msgstr "" + +#: src/cryptsetup.c:1378 +msgid "Enter any remaining passphrase: " +msgstr "" + +#: src/cryptsetup.c:1379 src/cryptsetup.c:1440 +msgid "Operation aborted, the keyslot was NOT wiped.\n" +msgstr "" + +#: src/cryptsetup.c:1417 +msgid "Enter passphrase to be deleted: " +msgstr "" + +#: src/cryptsetup.c:1582 src/cryptsetup_reencrypt.c:1332 +#, c-format +msgid "Enter any existing passphrase: " +msgstr "" + +#: src/cryptsetup.c:1650 +msgid "Enter passphrase to be changed: " +msgstr "" + +#: src/cryptsetup.c:1666 src/cryptsetup_reencrypt.c:1318 +msgid "Enter new passphrase: " +msgstr "" + +#: src/cryptsetup.c:1453 +msgid "Only one device argument for isLuks operation is supported.\n" +msgstr "" + +#: src/cryptsetup.c:1680 +#, c-format +msgid "Unrecognized metadata device type %s.\n" +msgstr "" + +#: src/cryptsetup.c:1683 +msgid "Command requires device and mapped name as arguments.\n" +msgstr "" + +#: src/cryptsetup.c:2049 +#, c-format +msgid "" +"This operation will erase all keyslots on device %s.\n" +"Device will become unusable after this operation." +msgstr "" + +#: src/cryptsetup.c:2056 +msgid "Operation aborted, keyslots were NOT wiped.\n" +msgstr "" + +#: src/cryptsetup.c:1745 +msgid "Missing LUKS target type, option --type is required.\n" +msgstr "" + +#: src/cryptsetup.c:1761 +#, c-format +msgid "Device is already %s type.\n" +msgstr "" + +#: src/cryptsetup.c:2116 +#, c-format +msgid "This operation will convert %s to %s format.\n" +msgstr "" + +#: src/cryptsetup.c:2122 +msgid "Operation aborted, device was NOT converted.\n" +msgstr "" + +#: src/cryptsetup.c:1812 +msgid "Option --priority, --label or --subsystem is missing.\n" +msgstr "" + +#: src/cryptsetup.c:1843 +#, c-format +msgid "Token %d is invalid.\n" +msgstr "" + +#: src/cryptsetup.c:1846 +#, c-format +msgid "Token %d in use.\n" +msgstr "" + +#: src/cryptsetup.c:1859 +#, c-format +msgid "Failed to assign token %d to keyslot %d.\n" +msgstr "" + +#: src/cryptsetup.c:1873 +msgid "--key-description parameter is mandatory for token add action.\n" +msgstr "" + +#: src/cryptsetup.c:1879 +msgid "Missing --token option specifying token for removal.\n" +msgstr "" + +#: src/cryptsetup.c:1884 +#, c-format +msgid "Invalid token operation %s.\n" +msgstr "" + +#: src/cryptsetup.c:1899 +#, c-format +msgid "Failed to add keyring token %d.\n" +msgstr "" + +#: src/cryptsetup.c:1901 +#, c-format +msgid "Failed to remove token %d.\n" +msgstr "" + +#: src/cryptsetup.c:2366 +msgid " [--type ] []" +msgstr "" + +#: src/cryptsetup.c:2366 +msgid "open device as mapping " +msgstr "" + +#: src/cryptsetup.c:2367 +msgid "close device (remove mapping)" +msgstr "" + +#: src/cryptsetup.c:2370 +msgid "[--cipher ]" +msgstr "" + +#: src/cryptsetup.c:2370 +msgid "benchmark cipher" +msgstr "" + +#: src/cryptsetup.c:2372 +msgid "erase all keyslots (remove encryption key)" +msgstr "" + +#: src/cryptsetup.c:2373 +msgid "convert LUKS from/to LUKS2 format" +msgstr "" + +#: src/cryptsetup.c:2374 +msgid "set permanent configuration options for LUKS2" +msgstr "" + +#: src/cryptsetup.c:2384 +msgid "dump TCRYPT device information" +msgstr "" + +#: src/cryptsetup.c:1939 +msgid " " +msgstr "" + +#: src/cryptsetup.c:1939 +msgid "Add or remove keyring token" +msgstr "" + +#: src/cryptsetup.c:2413 +msgid "" +"\n" +"You can also use old syntax aliases:\n" +"\topen: create (plainOpen), luksOpen, loopaesOpen, tcryptOpen\n" +"\tclose: remove (plainClose), luksClose, loopaesClose, tcryptClose\n" +msgstr "" + +#: src/cryptsetup.c:1973 +#, c-format +msgid "" +"\n" +"Default compiled-in key and passphrase parameters:\n" +"\tMaximum keyfile size: %dkB, Maximum interactive passphrase length %d " +"(characters)\n" +"Default PBKDF2 iteration time for LUKS: %d (ms)\n" +"Default PBKDF for LUKS2: %s\n" +"\tIteration time: %d, Memory required: %dkB, Parallel threads: %d\n" +msgstr "" + +#: src/cryptsetup.c:1983 +#, c-format +msgid "" +"\n" +"Default compiled-in device cipher parameters:\n" +"\tloop-AES: %s, Key %d bits\n" +"\tplain: %s, Key: %d bits, Password hashing: %s\n" +"\tLUKS1: %s, Key: %d bits, LUKS header hashing: %s, RNG: %s\n" +msgstr "" +"\n" +"Default compiled-in device cypher parameters:\n" +"\tloop-AES: %s, Key %d bits\n" +"\tplain: %s, Key: %d bits, Password hashing: %s\n" +"\tLUKS1: %s, Key: %d bits, LUKS header hashing: %s, RNG: %s\n" + +#: src/cryptsetup.c:2526 src/integritysetup.c:525 +#: src/cryptsetup_reencrypt.c:1609 +msgid "Progress line update (in seconds)" +msgstr "" + +#: src/cryptsetup.c:2070 +msgid "Do not activate device, just check passphrase." +msgstr "" + +#: src/cryptsetup.c:2071 +msgid "Use hidden header (hidden TCRYPT device)." +msgstr "" + +#: src/cryptsetup.c:2072 +msgid "Device is system TCRYPT drive (with bootloader)." +msgstr "" + +#: src/cryptsetup.c:2073 +msgid "Use backup (secondary) TCRYPT header." +msgstr "" + +#: src/cryptsetup.c:2074 +msgid "Scan also for VeraCrypt compatible device." +msgstr "" + +#: src/cryptsetup.c:2075 +msgid "Personal Iteration Multiplier for VeraCrypt compatible device." +msgstr "" + +#: src/cryptsetup.c:2076 +msgid "Query Personal Iteration Multiplier for VeraCrypt compatible device." +msgstr "" + +#: src/cryptsetup.c:2077 +msgid "Type of device metadata: luks, plain, loopaes, tcrypt." +msgstr "" + +#: src/cryptsetup.c:2078 +msgid "Disable password quality check (if enabled)." +msgstr "" + +#: src/cryptsetup.c:2079 +msgid "Use dm-crypt same_cpu_crypt performance compatibility option." +msgstr "" + +#: src/cryptsetup.c:2080 +msgid "Use dm-crypt submit_from_crypt_cpus performance compatibility option." +msgstr "" + +#: src/cryptsetup.c:2081 +msgid "Device removal is deferred until the last user closes it." +msgstr "" + +#: src/cryptsetup.c:2548 +msgid "PBKDF iteration time for LUKS (in ms)" +msgstr "" + +#: src/cryptsetup.c:2083 src/cryptsetup_reencrypt.c:1557 +msgid "PBKDF algorithm (for LUKS2) (argon2i/argon2id/pbkdf2)." +msgstr "" + +#: src/cryptsetup.c:2550 src/cryptsetup_reencrypt.c:1626 +msgid "PBKDF memory cost limit" +msgstr "" + +#: src/cryptsetup.c:2550 src/cryptsetup_reencrypt.c:1626 +msgid "kilobytes" +msgstr "" + +#: src/cryptsetup.c:2085 src/cryptsetup_reencrypt.c:1559 +msgid "PBKDF parallel cost " +msgstr "" + +#: src/cryptsetup.c:2551 src/cryptsetup_reencrypt.c:1627 +msgid "threads" +msgstr "" + +#: src/cryptsetup.c:2552 src/cryptsetup_reencrypt.c:1628 +msgid "PBKDF iterations cost (forced, disables benchmark)" +msgstr "" + +#: src/cryptsetup.c:2087 +msgid "Keyslot priority (ignore/normal/prefer)" +msgstr "" + +#: src/cryptsetup.c:2554 +msgid "Disable locking of on-disk metadata" +msgstr "" + +#: src/cryptsetup.c:2555 +msgid "Disable loading volume keys via kernel keyring" +msgstr "" + +#: src/cryptsetup.c:2556 +msgid "Data integrity algorithm (LUKS2 only)" +msgstr "" + +#: src/cryptsetup.c:2091 src/integritysetup.c:509 +msgid "Disable journal for integrity device." +msgstr "" + +#: src/cryptsetup.c:2558 src/integritysetup.c:526 +msgid "Do not wipe device after format" +msgstr "" + +#: src/cryptsetup.c:2559 +msgid "Do not ask for passphrase if activation by token fails" +msgstr "" + +#: src/cryptsetup.c:2560 +msgid "Token number (default: any)" +msgstr "" + +#: src/cryptsetup.c:2561 +msgid "Key description" +msgstr "" + +#: src/cryptsetup.c:2562 +msgid "Encryption sector size (default: 512 bytes)" +msgstr "" + +#: src/cryptsetup.c:2097 +msgid "Set activation flags persistent for device." +msgstr "" + +#: src/cryptsetup.c:2098 +msgid "Set label for the LUKS2 device." +msgstr "" + +#: src/cryptsetup.c:2099 +msgid "Set subsystem label for the LUKS2 device." +msgstr "" + +#: src/cryptsetup.c:2588 src/veritysetup.c:461 src/integritysetup.c:568 +msgid "[OPTION...] " +msgstr "" + +#: src/cryptsetup.c:2728 +msgid "Option --deferred is allowed only for close command.\n" +msgstr "" + +#: src/cryptsetup.c:2733 +msgid "Option --shared is allowed only for open of plain device.\n" +msgstr "" + +#: src/cryptsetup.c:2738 +msgid "Option --allow-discards is allowed only for open operation.\n" +msgstr "" + +#: src/cryptsetup.c:2743 +msgid "Option --persistent is allowed only for open operation.\n" +msgstr "" + +#: src/cryptsetup.c:2748 +msgid "Option --persistent is not allowed with --test-passphrase.\n" +msgstr "" + +#: src/cryptsetup.c:2266 +msgid "" +"Option --key-size is allowed only for luksFormat, open and benchmark.\n" +"To limit read from keyfile use --keyfile-size=(bytes)." +msgstr "" + +#: src/cryptsetup.c:2763 +msgid "Option --integrity is allowed only for luksFormat (LUKS2).\n" +msgstr "" + +#: src/cryptsetup.c:2768 +msgid "" +"Option --integrity-no-wipe can be used only for format action with integrity " +"extension.\n" +msgstr "" + +#: src/cryptsetup.c:2774 +msgid "" +"Options --label and --subsystem are allowed only for luksFormat and config " +"LUKS2 operations.\n" +msgstr "" + +#: src/cryptsetup.c:2780 +msgid "" +"Option --test-passphrase is allowed only for open of LUKS and TCRYPT " +"devices.\n" +msgstr "" + +#: src/cryptsetup.c:2809 +msgid "Only one --key-file argument is allowed." +msgstr "" + +#: src/cryptsetup.c:2848 +msgid "" +"Option --skip is supported only for open of plain and loopaes devices.\n" +msgstr "" + +#: src/cryptsetup.c:2346 +msgid "" +"Option --offset is supported only for open of plain and loopaes devices.\n" +msgstr "" + +#: src/cryptsetup.c:2861 +msgid "" +"Option --tcrypt-hidden, --tcrypt-system or --tcrypt-backup is supported only " +"for TCRYPT device.\n" +msgstr "" + +#: src/cryptsetup.c:2866 +msgid "Option --tcrypt-hidden cannot be combined with --allow-discards.\n" +msgstr "" + +#: src/cryptsetup.c:2871 +msgid "Option --veracrypt is supported only for TCRYPT device type.\n" +msgstr "" + +#: src/cryptsetup.c:2877 +msgid "Invalid argument for parameter --veracrypt-pim supplied.\n" +msgstr "" + +#: src/cryptsetup.c:2881 +msgid "" +"Option --veracrypt-pim is supported only for VeraCrypt compatible devices.\n" +msgstr "" + +#: src/cryptsetup.c:2889 +msgid "" +"Option --veracrypt-query-pim is supported only for VeraCrypt compatible " +"devices.\n" +msgstr "" + +#: src/cryptsetup.c:2893 +msgid "" +"The options --veracrypt-pim and --veracrypt-query-pim are mutually " +"exclusive.\n" +msgstr "" + +#: src/cryptsetup.c:2900 +msgid "Option --priority can be only ignore/normal/prefer.\n" +msgstr "" + +#: src/cryptsetup.c:2905 +msgid "Keyslot specification is required.\n" +msgstr "" + +#: src/cryptsetup.c:2910 src/cryptsetup_reencrypt.c:1683 +msgid "" +"Password-based key derivation function (PBKDF) can be only pbkdf2 or argon2i/" +"argon2id.\n" +msgstr "" + +#: src/cryptsetup.c:2915 src/cryptsetup_reencrypt.c:1688 +msgid "" +"PBKDF forced iterations cannot be combined with iteration time option.\n" +msgstr "" + +#: src/cryptsetup.c:2921 +msgid "Sector size option is not supported for this command.\n" +msgstr "" + +#: src/cryptsetup.c:2953 +msgid "Cannot disable metadata locking.\n" +msgstr "" + +#: src/veritysetup.c:66 +msgid "Invalid salt string specified.\n" +msgstr "" + +#: src/veritysetup.c:97 +#, c-format +msgid "Cannot create hash image %s for writing.\n" +msgstr "" + +#: src/veritysetup.c:107 +#, c-format +msgid "Cannot create FEC image %s for writing.\n" +msgstr "" + +#: src/veritysetup.c:178 +msgid "Invalid root hash string specified.\n" +msgstr "" + +#: src/veritysetup.c:360 +msgid " " +msgstr "" + +#: src/veritysetup.c:360 src/integritysetup.c:462 +msgid "format device" +msgstr "" + +#: src/veritysetup.c:361 +msgid " " +msgstr "" + +#: src/veritysetup.c:361 +msgid "verify device" +msgstr "" + +#: src/veritysetup.c:362 +msgid " " +msgstr "" + +#: src/veritysetup.c:362 src/integritysetup.c:463 +msgid "open device as " +msgstr "" + +#: src/veritysetup.c:363 src/integritysetup.c:464 +msgid "close device (deactivate and remove mapping)" +msgstr "" + +#: src/veritysetup.c:364 src/integritysetup.c:465 +msgid "show active device status" +msgstr "" + +#: src/veritysetup.c:365 +msgid "" +msgstr "" + +#: src/veritysetup.c:365 src/integritysetup.c:466 +msgid "show on-disk information" +msgstr "" + +#: src/veritysetup.c:384 +#, c-format +msgid "" +"\n" +" is the device to create under %s\n" +" is the data device\n" +" is the device containing verification data\n" +" hash of the root node on \n" +msgstr "" + +#: src/veritysetup.c:391 +#, c-format +msgid "" +"\n" +"Default compiled-in dm-verity parameters:\n" +"\tHash: %s, Data block (bytes): %u, Hash block (bytes): %u, Salt size: %u, " +"Hash format: %u\n" +msgstr "" + +#: src/veritysetup.c:429 +msgid "Do not use verity superblock" +msgstr "" + +#: src/veritysetup.c:430 +msgid "Format type (1 - normal, 0 - original Chrome OS)" +msgstr "" + +#: src/veritysetup.c:430 +msgid "number" +msgstr "" + +#: src/veritysetup.c:431 +msgid "Block size on the data device" +msgstr "" + +#: src/veritysetup.c:432 +msgid "Block size on the hash device" +msgstr "" + +#: src/veritysetup.c:433 +msgid "FEC parity bytes" +msgstr "" + +#: src/veritysetup.c:434 +msgid "The number of blocks in the data file" +msgstr "" + +#: src/veritysetup.c:434 +msgid "blocks" +msgstr "" + +#: src/veritysetup.c:435 +msgid "Path to device with error correction data" +msgstr "" + +#: src/veritysetup.c:435 src/integritysetup.c:528 +msgid "path" +msgstr "" + +#: src/veritysetup.c:436 +msgid "Starting offset on the hash device" +msgstr "" + +#: src/veritysetup.c:437 +msgid "Starting offset on the FEC device" +msgstr "" + +#: src/veritysetup.c:438 +msgid "Hash algorithm" +msgstr "" + +#: src/veritysetup.c:438 +msgid "string" +msgstr "" + +#: src/veritysetup.c:439 +msgid "Salt" +msgstr "" + +#: src/veritysetup.c:439 +msgid "hex string" +msgstr "" + +#: src/veritysetup.c:441 +msgid "Restart kernel if corruption is detected" +msgstr "" + +#: src/veritysetup.c:442 +msgid "Ignore corruption, log it only" +msgstr "" + +#: src/veritysetup.c:443 +msgid "Do not verify zeroed blocks" +msgstr "" + +#: src/veritysetup.c:550 +msgid "" +"Option --ignore-corruption, --restart-on-corruption or --ignore-zero-blocks " +"is allowed only for open operation.\n" +msgstr "" + +#: src/veritysetup.c:555 +msgid "" +"Option --ignore-corruption and --restart-on-corruption cannot be used " +"together.\n" +msgstr "" + +#: src/integritysetup.c:248 +#, c-format +msgid "Formatted with tag size %u, internal integrity %s.\n" +msgstr "" + +#: src/integritysetup.c:462 src/integritysetup.c:466 +msgid "" +msgstr "" + +#: src/integritysetup.c:463 +msgid " " +msgstr "" + +#: src/integritysetup.c:485 +#, c-format +msgid "" +"\n" +" is the device to create under %s\n" +" is the device containing data with integrity tags\n" +msgstr "" + +#: src/integritysetup.c:490 +#, c-format +msgid "" +"\n" +"Default compiled-in dm-integrity parameters:\n" +"\tTag size: %u bytes, Checksum algorithm: %s\n" +msgstr "" + +#: src/integritysetup.c:530 +msgid "Journal size" +msgstr "" + +#: src/integritysetup.c:531 +msgid "Interleave sectors" +msgstr "" + +#: src/integritysetup.c:532 +msgid "Journal watermark" +msgstr "" + +#: src/integritysetup.c:532 +msgid "percent" +msgstr "" + +#: src/integritysetup.c:533 +msgid "Journal commit time" +msgstr "" + +#: src/integritysetup.c:533 +msgid "ms" +msgstr "" + +#: src/integritysetup.c:493 +msgid "Tag size per-sector" +msgstr "" + +#: src/integritysetup.c:535 +msgid "Sector size" +msgstr "" + +#: src/integritysetup.c:536 +msgid "Buffers size" +msgstr "" + +#: src/integritysetup.c:497 +msgid "Data integrity algorithm (default " +msgstr "" + +#: src/integritysetup.c:539 +msgid "The size of the data integrity key" +msgstr "" + +#: src/integritysetup.c:499 +msgid "Read the integrity key from a file." +msgstr "" + +#: src/integritysetup.c:542 +msgid "Journal integrity algorithm" +msgstr "" + +#: src/integritysetup.c:543 +msgid "The size of the journal integrity key" +msgstr "" + +#: src/integritysetup.c:503 +msgid "Read the journal integrity key from a file." +msgstr "" + +#: src/integritysetup.c:546 +msgid "Journal encryption algorithm" +msgstr "" + +#: src/integritysetup.c:547 +msgid "The size of the journal encryption key" +msgstr "" + +#: src/integritysetup.c:507 +msgid "Read the journal encryption key from a file." +msgstr "" + +#: src/integritysetup.c:510 +msgid "Recovery mode (no journal, no tag checking)." +msgstr "" + +#: src/integritysetup.c:646 +msgid "" +"Options --journal-size, --interleave-sectors, --sector-size, --tag-size and " +"--no-wipe can be used only for format action.\n" +msgstr "" + +#: src/integritysetup.c:652 +msgid "Invalid journal size specification." +msgstr "" + +#: src/integritysetup.c:657 +msgid "Both key file and key size options must be specified." +msgstr "" + +#: src/integritysetup.c:660 +msgid "Integrity algorithm must be specified if integrity key is used." +msgstr "" + +#: src/integritysetup.c:665 +msgid "Both journal integrity key file and key size options must be specified." +msgstr "" + +#: src/integritysetup.c:668 +msgid "" +"Journal integrity algorithm must be specified if journal integrity key is " +"used." +msgstr "" + +#: src/integritysetup.c:673 +msgid "" +"Both journal encryption key file and key size options must be specified." +msgstr "" + +#: src/integritysetup.c:676 +msgid "" +"Journal encryption algorithm must be specified if journal encryption key is " +"used." +msgstr "" + +#: src/cryptsetup_reencrypt.c:164 +msgid "Reencryption already in-progress.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:170 +msgid "Reencryption of device with integrity profile is not supported.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:193 +#, c-format +msgid "Cannot exclusively open %s, device in use.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:207 src/cryptsetup_reencrypt.c:1079 +msgid "Allocation of aligned memory failed.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:225 +#, c-format +msgid "Marking LUKS1 device %s unusable.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:229 +#, c-format +msgid "Setting LUKS2 offline reencrypt flag on device %s.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:246 +#, c-format +msgid "Cannot write device %s.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:330 +msgid "Cannot write reencryption log file.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:386 +msgid "Cannot read reencryption log file.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:403 +#, c-format +msgid "Log file %s exists, resuming reencryption.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:474 +msgid "Activating temporary device using old LUKS header.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:485 +msgid "Activating temporary device using new LUKS header.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:495 +msgid "Activation of temporary devices failed.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:547 +msgid "Failed to set PBKDF parameters.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:554 +#, c-format +msgid "New LUKS header for device %s created.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:562 +#, c-format +msgid "Activated keyslot %i.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:612 +#, c-format +msgid "" +"This version of cryptsetup-reencrypt can't handle new internal token type " +"%s.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:634 +msgid "Failed to read activation flags from backup header.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:638 +msgid "Failed to write activation flags to new header.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:642 src/cryptsetup_reencrypt.c:646 +msgid "Failed to read requirements from backup header.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:682 +#, c-format +msgid "%s header backup of device %s created.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:736 +msgid "Creation of LUKS backup headers failed.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:849 +#, c-format +msgid "Cannot restore %s header on device %s.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:851 +#, c-format +msgid "%s header on device %s restored.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1061 +msgid "Cannot seek to device offset.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1051 src/cryptsetup_reencrypt.c:1057 +msgid "Cannot open temporary LUKS device.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1062 src/cryptsetup_reencrypt.c:1067 +msgid "Cannot get device size.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1104 +msgid "Interrupted by a signal.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1106 +msgid "IO error during reencryption.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1137 +msgid "Provided UUID is invalid.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1228 +msgid "" +"Key file can be used only with --key-slot or with exactly one key slot " +"active.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1330 src/cryptsetup_reencrypt.c:1341 +#, c-format +msgid "Enter passphrase for key slot %u: " +msgstr "" + +#: src/cryptsetup_reencrypt.c:1322 +msgid "Key slot is invalid.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1351 +msgid "Cannot open reencryption log file.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1357 +msgid "" +"No decryption in progress, provided UUID can be used only to resume " +"suspended decryption process.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1429 +#, c-format +msgid "Changed pbkdf parameters in keyslot %i.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1600 +msgid "Reencryption block size" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1600 +msgid "MiB" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1537 +msgid "Do not change key, no data area reencryption." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1545 +msgid "Use direct-io when accessing devices." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1546 +msgid "Use fsync after each block." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1547 +msgid "Update log file after every block." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1548 +msgid "Use only this slot (others will be disabled)." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1619 +msgid "Reduce data device size (move data offset). DANGEROUS!" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1620 +msgid "Use only specified device size (ignore rest of device). DANGEROUS!" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1553 +msgid "Create new header on not encrypted device." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1554 +msgid "Permanently decrypt device (remove encryption)." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1555 +msgid "The uuid used to resume decryption." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1556 +msgid "Type of LUKS metadata (luks1 or luks2)." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1643 +msgid "[OPTION...] " +msgstr "" + +#: src/cryptsetup_reencrypt.c:1590 +#, c-format +msgid "Reencryption will change: %s%s%s%s%s%s.\n" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1658 +msgid "volume key" +msgstr "" + +#: src/cryptsetup_reencrypt.c:1660 +msgid "set hash to " +msgstr "" + +#: src/cryptsetup_reencrypt.c:1661 +msgid ", set cipher to " +msgstr "" + +#: src/cryptsetup_reencrypt.c:1665 +msgid "Argument required." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1693 +msgid "" +"Only values between 1 MiB and 64 MiB allowed for reencryption block size." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1712 src/cryptsetup_reencrypt.c:1717 +msgid "Invalid device size specification." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1720 +msgid "Maximum device reduce size is 64 MiB." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1723 +msgid "Reduce size must be multiple of 512 bytes sector." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1660 +msgid "Option --new must be used together with --reduce-device-size." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1731 +msgid "" +"Option --keep-key can be used only with --hash, --iter-time or --pbkdf-force-" +"iterations." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1735 +msgid "Option --new cannot be used together with --decrypt." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1739 +msgid "Option --decrypt is incompatible with specified parameters." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1743 +msgid "Option --uuid is allowed only together with --decrypt." +msgstr "" + +#: src/cryptsetup_reencrypt.c:1747 +msgid "Invalid luks type. Use one of these: 'luks', 'luks1' or 'luks2'." +msgstr "" + +#: src/utils_tools.c:154 +msgid "Error reading response from terminal.\n" +msgstr "" + +#: src/utils_tools.c:183 +msgid "wrong or missing parameters" +msgstr "" + +#: src/utils_tools.c:185 +msgid "no permission or bad passphrase" +msgstr "" + +#: src/utils_tools.c:187 +msgid "out of memory" +msgstr "" + +#: src/utils_tools.c:189 +msgid "wrong device or file specified" +msgstr "" + +#: src/utils_tools.c:191 +msgid "device already exists or device is busy" +msgstr "" + +#: src/utils_tools.c:193 +msgid "unknown error" +msgstr "" + +#: src/utils_tools.c:195 +#, c-format +msgid "Command failed with code %i (%s).\n" +msgstr "" + +#: src/utils_password.c:43 src/utils_password.c:75 +#, c-format +msgid "Cannot check password quality: %s\n" +msgstr "" + +#: src/utils_password.c:51 +#, c-format +msgid "" +"Password quality check failed:\n" +" %s\n" +msgstr "" + +#: src/utils_password.c:83 +#, c-format +msgid "Password quality check failed: Bad passphrase (%s)\n" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/cups.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/cups.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/cups.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/cups.po 2019-07-19 07:54:36.000000000 +0000 @@ -0,0 +1,8744 @@ +# English (Australia) translation for cups +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the cups package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: cups\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-03-19 18:36-0400\n" +"PO-Revision-Date: 2013-08-24 08:24+0000\n" +"Last-Translator: Anthony Harrington \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 11:36+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: systemv/cupstestppd.c:3946 +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization." +msgstr " %s %s file \"%s\" has the wrong capitalisation." + +#: test/ippfind.c:2845 +msgid " ! expression Unary NOT of expression." +msgstr "" + +#: test/ippfind.c:2844 +msgid " ( expressions ) Group expressions." +msgstr "" + +#: test/ippfind.c:2826 +msgid " --domain regex Match domain to regular expression." +msgstr "" + +#: test/ippfind.c:2827 +msgid "" +" --exec utility [argument ...] ;\n" +" Execute program if true." +msgstr "" + +#: test/ippfind.c:2847 +msgid " --false Always false." +msgstr "" + +#: test/ipptool.c:5064 +msgid " --help Show help." +msgstr "" + +#: test/ippfind.c:2809 +msgid " --help Show this help." +msgstr "" + +#: test/ippfind.c:2829 +msgid " --host regex Match hostname to regular expression." +msgstr "" + +#: ppdc/ppdc.cxx:452 +msgid " --lf End lines with LF (UNIX/Linux/macOS)." +msgstr "" + +#: scheduler/cupsfilter.c:1481 +msgid " --list-filters List filters that will be used." +msgstr "" + +#: test/ippfind.c:2831 +msgid " --local True if service is local." +msgstr "" + +#: test/ippfind.c:2830 +msgid " --ls List attributes." +msgstr "" + +#: test/ippfind.c:2832 +msgid " --name regex Match service name to regular expression." +msgstr "" + +#: test/ippfind.c:2846 +msgid " --not expression Unary NOT of expression." +msgstr "" + +#: test/ippfind.c:2833 +msgid " --path regex Match resource path to regular expression." +msgstr "" + +#: test/ippfind.c:2834 +msgid " --port number[-number] Match port to number or range." +msgstr "" + +#: test/ippfind.c:2835 +msgid " --print Print URI if true." +msgstr "" + +#: test/ippfind.c:2836 +msgid " --print-name Print service name if true." +msgstr "" + +#: test/ippfind.c:2837 +msgid " --quiet Quietly report match via exit code." +msgstr "" + +#: test/ippfind.c:2838 +msgid " --remote True if service is remote." +msgstr "" + +#: test/ipptool.c:5065 +msgid "" +" --stop-after-include-error\n" +" Stop tests after a failed INCLUDE." +msgstr "" + +#: test/ippfind.c:2848 +msgid " --true Always true." +msgstr "" + +#: test/ippfind.c:2839 +msgid " --txt key True if the TXT record contains the key." +msgstr "" + +#: test/ippfind.c:2840 +msgid " --txt-* regex Match TXT record key to regular expression." +msgstr "" + +#: test/ippfind.c:2841 +msgid " --uri regex Match URI to regular expression." +msgstr "" + +#: test/ippfind.c:2810 +msgid " --version Show program version." +msgstr "" + +#: test/ipptool.c:5067 +msgid " --version Show version." +msgstr "" + +#: test/ipptool.c:5072 +msgid "" +" -E Test with encryption using HTTP Upgrade to TLS." +msgstr "" + +#: test/ipptool.c:5075 +msgid "" +" -P filename.plist Produce XML plist to a file and test report to " +"standard output." +msgstr "" + +#: test/ippfind.c:2813 +msgid " -P number[-number] Match port to number or range." +msgstr "" + +#: test/ipptool.c:5076 +msgid " -S Test with encryption using HTTPS." +msgstr "" + +#: test/ippfind.c:2805 +msgid " -T seconds Set the browse timeout in seconds." +msgstr "" + +#: test/ipptool.c:5077 +msgid " -T seconds Set the receive/send timeout in seconds." +msgstr " -T seconds Set the receive/send time-out in seconds." + +#: test/ipptool.c:5080 +msgid " -c Produce CSV output." +msgstr "" + +#: ppdc/ppdc.cxx:435 +msgid " -c catalog.po Load the specified message catalog." +msgstr " -c catalog.po Load the specified message catalogued." + +#: scheduler/cupsfilter.c:1485 +msgid " -c cups-files.conf Set cups-files.conf file to use." +msgstr "" + +#: test/ippfind.c:2814 +msgid " -d regex Match domain to regular expression." +msgstr "" + +#: test/ipptool.c:5083 +msgid " -h Validate HTTP response headers." +msgstr "" + +#: test/ippfind.c:2815 +msgid " -h regex Match hostname to regular expression." +msgstr "" + +#: test/ippfind.c:2816 +msgid " -l List attributes." +msgstr "" + +#: test/ipptool.c:5085 +msgid " -l Produce plain text output." +msgstr "" + +#: scheduler/main.c:2107 +msgid " -l Run cupsd on demand." +msgstr "" + +#: test/ippfind.c:2817 +msgid " -n regex Match service name to regular expression." +msgstr "" + +#: test/ippfind.c:2818 +msgid " -p Print URI if true." +msgstr "" + +#: test/ippfind.c:2819 +msgid " -q Quietly report match via exit code." +msgstr "" + +#: test/ippfind.c:2820 +msgid " -r True if service is remote." +msgstr "" + +#: test/ippfind.c:2821 +msgid " -s Print service name if true." +msgstr "" + +#: scheduler/main.c:2109 +msgid " -s cups-files.conf Set cups-files.conf file to use." +msgstr "" + +#: test/ippfind.c:2822 +msgid " -t key True if the TXT record contains the key." +msgstr "" + +#: test/ippfind.c:2823 +msgid " -u regex Match URI to regular expression." +msgstr "" + +#: test/ippfind.c:2824 +msgid "" +" -x utility [argument ...] ;\n" +" Execute program if true." +msgstr "" + +#: test/ippfind.c:2867 +msgid " IPPFIND_SERVICE_DOMAIN Domain name" +msgstr "" + +#: test/ippfind.c:2868 +msgid "" +" IPPFIND_SERVICE_HOSTNAME\n" +" Fully-qualified domain name" +msgstr "" + +#: test/ippfind.c:2870 +msgid " IPPFIND_SERVICE_NAME Service instance name" +msgstr "" + +#: test/ippfind.c:2871 +msgid " IPPFIND_SERVICE_PORT Port number" +msgstr "" + +#: test/ippfind.c:2872 +msgid " IPPFIND_SERVICE_REGTYPE DNS-SD registration type" +msgstr "" + +#: test/ippfind.c:2873 +msgid " IPPFIND_SERVICE_SCHEME URI scheme" +msgstr "" + +#: test/ippfind.c:2874 +msgid " IPPFIND_SERVICE_URI URI" +msgstr "" + +#: test/ippfind.c:2875 +msgid " IPPFIND_TXT_* Value of TXT record key" +msgstr "" + +#: test/ippfind.c:2850 +msgid "" +" expression --and expression\n" +" Logical AND." +msgstr "" + +#: test/ippfind.c:2852 +msgid "" +" expression --or expression\n" +" Logical OR." +msgstr "" + +#: test/ippfind.c:2849 +msgid " expression expression Logical AND." +msgstr "" + +#: test/ippfind.c:2857 +msgid " {service_domain} Domain name" +msgstr "" + +#: test/ippfind.c:2858 +msgid " {service_hostname} Fully-qualified domain name" +msgstr "" + +#: test/ippfind.c:2859 +msgid " {service_name} Service instance name" +msgstr "" + +#: test/ippfind.c:2860 +msgid " {service_port} Port number" +msgstr "" + +#: test/ippfind.c:2861 +msgid " {service_regtype} DNS-SD registration type" +msgstr "" + +#: test/ippfind.c:2862 +msgid " {service_scheme} URI scheme" +msgstr "" + +#: test/ippfind.c:2863 +msgid " {service_uri} URI" +msgstr "" + +#: test/ippfind.c:2864 +msgid " {txt_*} Value of TXT record key" +msgstr "" + +#: test/ippfind.c:2856 +msgid " {} URI" +msgstr "" + +#: cups/ipp.c:5226 +#, c-format +msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 8011 section 5.1.6)." +msgstr "" + +#: cups/ipp.c:5233 +#, c-format +msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 8011 section 5.1.6)." +msgstr "" + +#: cups/ipp.c:4850 +#, c-format +msgid "\"%s\": Bad attribute name - bad length %d (RFC 8011 section 5.1.4)." +msgstr "" + +#: cups/ipp.c:4842 +#, c-format +msgid "" +"\"%s\": Bad attribute name - invalid character (RFC 8011 section 5.1.4)." +msgstr "" + +#: cups/ipp.c:4868 +#, c-format +msgid "\"%s\": Bad boolen value %d (RFC 8011 section 5.1.21)." +msgstr "" + +#: cups/ipp.c:5285 +#, c-format +msgid "" +"\"%s\": Bad charset value \"%s\" - bad characters (RFC 8011 section 5.1.8)." +msgstr "" + +#: cups/ipp.c:5294 +#, c-format +msgid "" +"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 8011 section 5.1.8)." +msgstr "" + +#: cups/ipp.c:4968 +#, c-format +msgid "\"%s\": Bad dateTime UTC hours %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4976 +#, c-format +msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4960 +#, c-format +msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4920 +#, c-format +msgid "\"%s\": Bad dateTime day %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4952 +#, c-format +msgid "\"%s\": Bad dateTime deciseconds %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4928 +#, c-format +msgid "\"%s\": Bad dateTime hours %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4936 +#, c-format +msgid "\"%s\": Bad dateTime minutes %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4912 +#, c-format +msgid "\"%s\": Bad dateTime month %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4944 +#, c-format +msgid "\"%s\": Bad dateTime seconds %u (RFC 8011 section 5.1.15)." +msgstr "" + +#: cups/ipp.c:4882 +#, c-format +msgid "\"%s\": Bad enum value %d - out of range (RFC 8011 section 5.1.5)." +msgstr "" + +#: cups/ipp.c:5205 +#, c-format +msgid "" +"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 8011 section 5.1.4)." +msgstr "" + +#: cups/ipp.c:5196 +#, c-format +msgid "" +"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 8011 section " +"5.1.4)." +msgstr "" + +#: cups/ipp.c:5394 +#, c-format +msgid "" +"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 8011 section " +"5.1.10)." +msgstr "" + +#: cups/ipp.c:5404 +#, c-format +msgid "" +"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 8011 section " +"5.1.10)." +msgstr "" + +#: cups/ipp.c:5169 +#, c-format +msgid "" +"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.3)." +msgstr "" + +#: cups/ipp.c:5176 +#, c-format +msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 8011 section 5.1.3)." +msgstr "" + +#: cups/ipp.c:5340 +#, c-format +msgid "" +"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 8011 section " +"5.1.9)." +msgstr "" + +#: cups/ipp.c:5350 +#, c-format +msgid "" +"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 8011 section " +"5.1.9)." +msgstr "" + +#: cups/ipp.c:4896 +#, c-format +msgid "" +"\"%s\": Bad octetString value - bad length %d (RFC 8011 section 5.1.20)." +msgstr "" + +#: cups/ipp.c:5039 +#, c-format +msgid "" +"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 8011 " +"section 5.1.14)." +msgstr "" + +#: cups/ipp.c:5020 +#, c-format +msgid "" +"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 8011 section " +"5.1.16)." +msgstr "" + +#: cups/ipp.c:4989 +#, c-format +msgid "" +"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be " +"positive (RFC 8011 section 5.1.16)." +msgstr "" + +#: cups/ipp.c:5004 +#, c-format +msgid "" +"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC " +"8011 section 5.1.16)." +msgstr "" + +#: cups/ipp.c:5107 +#, c-format +msgid "" +"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.2)." +msgstr "" + +#: cups/ipp.c:5114 +#, c-format +msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 8011 section 5.1.2)." +msgstr "" + +#: cups/ipp.c:5256 +#, c-format +msgid "" +"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 8011 section 5.1.7)." +msgstr "" + +#: cups/ipp.c:5265 +#, c-format +msgid "" +"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 8011 section 5.1.7)." +msgstr "" + +#: cups/dest-localization.c:126 +#, c-format +msgid "%d x %d mm" +msgstr "" + +#: cups/dest-localization.c:118 +#, c-format +msgid "%g x %g \"" +msgstr "" + +#: cups/dest-localization.c:181 cups/dest-localization.c:188 +#, c-format +msgid "%s (%s)" +msgstr "" + +#: cups/dest-localization.c:195 +#, c-format +msgid "%s (%s, %s)" +msgstr "" + +#: cups/dest-localization.c:172 +#, c-format +msgid "%s (Borderless)" +msgstr "" + +#: cups/dest-localization.c:179 cups/dest-localization.c:186 +#, c-format +msgid "%s (Borderless, %s)" +msgstr "" + +#: cups/dest-localization.c:193 +#, c-format +msgid "%s (Borderless, %s, %s)" +msgstr "" + +#: systemv/lpadmin.c:1223 +#, c-format +msgid "%s: Bad printer URI \"%s\"." +msgstr "" + +#: test/ippfind.c:801 test/ipptool.c:372 +#, c-format +msgid "%s: Bad version %s for \"-V\"." +msgstr "" + +#: berkeley/lpr.c:348 systemv/lp.c:590 +#, c-format +msgid "%s: Error - %s" +msgstr "" + +#: berkeley/lpr.c:253 systemv/lp.c:280 +#, c-format +msgid "%s: Error - copies must be 1 or more." +msgstr "" + +#: test/ipptool.c:303 +#, c-format +msgid "%s: Missing filename for \"-P\"." +msgstr "" + +#: test/ippfind.c:773 test/ipptool.c:340 +#, c-format +msgid "%s: Missing timeout for \"-T\"." +msgstr "" + +#: test/ippfind.c:786 test/ipptool.c:354 +#, c-format +msgid "%s: Missing version for \"-V\"." +msgstr "" + +#: systemv/lpadmin.c:1230 +#, c-format +msgid "%s: Unable to connect to \"%s:%d\": %s" +msgstr "" + +#: systemv/lpadmin.c:1255 +#, c-format +msgid "%s: Unable to create PPD file: %s" +msgstr "" + +#: test/ipptool.c:312 +#, c-format +msgid "%s: Unable to open \"%s\": %s" +msgstr "" + +#: systemv/lpadmin.c:1214 +#, c-format +msgid "%s: Unable to resolve \"%s\"." +msgstr "" + +#: systemv/lpinfo.c:238 +#, c-format +msgid "%s: Unknown argument \"%s\"." +msgstr "" + +#: test/ippfind.c:660 +#, c-format +msgid "%s: Unknown option \"%s\"." +msgstr "" + +#: test/ippfind.c:952 +#, c-format +msgid "%s: Unknown option \"-%c\"." +msgstr "" + +#: cups/ppd-cache.c:3012 +msgid "2-Hole Punch (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3013 +msgid "2-Hole Punch (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3011 +msgid "2-Hole Punch (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3010 +msgid "2-Hole Punch (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3023 +msgid "3-Hole Punch (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3021 +msgid "3-Hole Punch (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3020 +msgid "3-Hole Punch (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3022 +msgid "3-Hole Punch (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3017 +msgid "4-Hole Punch (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3015 +msgid "4-Hole Punch (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3014 +msgid "4-Hole Punch (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3016 +msgid "4-Hole Punch (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:2993 +msgid "Accordian Fold" +msgstr "" + +#: cups/ppd-cache.c:3472 +msgid "Advanced Photo Paper" +msgstr "" + +#: cups/ppd-cache.c:3386 +msgid "Alternate" +msgstr "" + +#: cups/ppd-cache.c:3394 +msgid "Alternate Roll" +msgstr "" + +#: cups/ppd-cache.c:3466 +msgid "Aluminum" +msgstr "" + +#: cups/ppd-cache.c:3500 +msgid "Archival Envelope" +msgstr "" + +#: cups/ppd-cache.c:3512 +msgid "Archival Fabric" +msgstr "" + +#: cups/ppd-cache.c:3589 +msgid "Archival Paper" +msgstr "" + +#: cups/ppd-cache.c:3561 +msgid "Archival Photo Paper" +msgstr "" + +#: scheduler/ipp.c:5463 scheduler/ipp.c:5489 +#, c-format +msgid "Attribute \"%s\" is in the wrong group." +msgstr "" + +#: scheduler/ipp.c:5465 scheduler/ipp.c:5491 +#, c-format +msgid "Attribute \"%s\" is the wrong value type." +msgstr "" + +#: cups/ppd-cache.c:3384 cups/ppd-cache.c:3467 cups/ppd-cache.c:3771 +msgid "Automatic" +msgstr "" + +#: cups/ppd-cache.c:3468 +msgid "Back Print Film" +msgstr "" + +#: scheduler/ipp.c:2673 +msgid "Bad PPD file." +msgstr "" + +#: cups/hash.c:53 cups/http-support.c:1464 +msgid "Bad arguments to function" +msgstr "" + +#: cups/http-support.c:1473 +msgid "Bad hostname/address in URI" +msgstr "" + +#: scheduler/ipp.c:1564 +#, c-format +msgid "Bad job-name value: %s" +msgstr "" + +#: cups/http-support.c:1470 +msgid "Bad port number in URI" +msgstr "" + +#: cups/dest.c:687 cups/dest.c:1183 cups/dest.c:1234 +msgid "Bad printer-uri." +msgstr "" + +#: scheduler/ipp.c:1604 +#, c-format +msgid "Bad requesting-user-name value: %s" +msgstr "" + +#: cups/http-support.c:1467 +msgid "Bad resource in URI" +msgstr "" + +#: cups/http-support.c:1479 +msgid "Bad scheme in URI" +msgstr "" + +#: cups/http-support.c:1476 +msgid "Bad username in URI" +msgstr "" + +#: cups/http-support.c:1482 +msgid "Bad/empty URI" +msgstr "" + +#: cups/ppd-cache.c:2978 +msgid "Bale" +msgstr "" + +#: cups/ppd-cache.c:2979 +msgid "Bind" +msgstr "" + +#: cups/ppd-cache.c:2983 +msgid "Bind (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:2981 +msgid "Bind (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:2980 +msgid "Bind (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:2982 +msgid "Bind (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3501 +msgid "Bond Envelope" +msgstr "" + +#: cups/ppd-cache.c:3996 +msgid "Booklet" +msgstr "" + +#: cups/ppd-cache.c:2984 +msgid "Booklet Maker" +msgstr "" + +#: cups/ppd-cache.c:3397 +msgid "Bottom" +msgstr "" + +#: cups/ppd-cache.c:3772 +msgid "Bottom Tray" +msgstr "" + +#: cups/ppd-cache.c:3471 +msgid "CD" +msgstr "" + +#: cgi-bin/classes.c:163 cgi-bin/printers.c:166 +msgid "Cancel Jobs" +msgstr "" + +#: backend/ipp.c:2264 +msgid "Canceling print job." +msgstr "Cancelling print job." + +#: scheduler/ipp.c:973 scheduler/ipp.c:2525 +msgid "Cannot change printer-is-shared for remote queues." +msgstr "" + +#: scheduler/ipp.c:2512 +msgid "Cannot share a remote Kerberized printer." +msgstr "Cannot share a remote Kerberised printer." + +#: cups/ppd-cache.c:3469 +msgid "Cardboard" +msgstr "" + +#: cups/ppd-cache.c:3470 +msgid "Cardstock" +msgstr "" + +#: cups/ppd-cache.c:3401 +msgid "Center" +msgstr "" + +#: cups/ppd-cache.c:3773 +msgid "Center Tray" +msgstr "" + +#: cups/ppd-cache.c:2985 +msgid "Coat" +msgstr "" + +#: cups/ppd-cache.c:3502 +msgid "Coated Envelope" +msgstr "" + +#: cups/ppd-cache.c:3590 +msgid "Coated Paper" +msgstr "" + +#: cups/ppd-cache.c:3675 ppdc/sample.c:276 +msgid "Color" +msgstr "Colour" + +#: cups/ppd-cache.c:3651 cups/ppd-cache.c:3662 cups/ppd-cache.c:3673 +#: cups/ppd-cache.c:3683 ppdc/sample.c:274 +msgid "Color Mode" +msgstr "Colour Mode" + +#: cups/ppd-cache.c:3537 +msgid "Colored Labels" +msgstr "" + +#: cups/ppd-cache.c:3486 +msgid "Continuous Long" +msgstr "" + +#: cups/ppd-cache.c:3487 +msgid "Continuous Short" +msgstr "" + +#: cups/ppd-cache.c:3503 +msgid "Cotton Envelope" +msgstr "" + +#: cups/ppd-cache.c:3591 +msgid "Cotton Paper" +msgstr "" + +#: cups/ppd-cache.c:2986 +msgid "Cover" +msgstr "" + +#: cups/tls-darwin.c:730 cups/tls-gnutls.c:562 +msgid "Credentials do not validate against site CA certificate." +msgstr "" + +#: cups/tls-darwin.c:741 cups/tls-gnutls.c:579 +msgid "Credentials have expired." +msgstr "" + +#: cups/ppd-cache.c:3042 +msgid "Cut Media" +msgstr "" + +#: cups/ppd-cache.c:3496 +msgid "DVD" +msgstr "" + +#: cups/ppd-cache.c:3685 +msgid "Deep Color" +msgstr "" + +#: cups/ppd-cache.c:3390 +msgid "Disc" +msgstr "" + +#: cups/ppd-cache.c:2994 +msgid "Double Gate Fold" +msgstr "" + +#: cups/ppd-cache.c:3035 +msgid "Double Staple (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3033 +msgid "Double Staple (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3032 +msgid "Double Staple (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3034 +msgid "Double Staple (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3494 +msgid "Double Wall Cardboard" +msgstr "" + +#: cups/ppd-cache.c:4054 cups/ppd-cache.c:4056 cups/ppd-cache.c:4114 +#: cups/ppd-cache.c:4146 +msgid "Draft" +msgstr "" + +#: cups/ppd-cache.c:3495 +msgid "Dry Film" +msgstr "" + +#: cups/ppd-cache.c:3497 +msgid "Embossing Foil" +msgstr "" + +#: cups/http.c:4635 +msgid "Encryption is not supported." +msgstr "" + +#: cups/ppd-cache.c:3498 +msgid "End Board" +msgstr "" + +#: cups/ppd-cache.c:2995 +msgid "Engineering Z Fold" +msgstr "" + +#: cups/ppd-cache.c:3389 cups/ppd-cache.c:3499 +msgid "Envelope" +msgstr "" + +#: ppdc/sample.c:73 +msgid "Envelope #10" +msgstr "" + +#: ppdc/sample.c:99 +msgid "Envelope PRC1" +msgstr "" + +#: test/ippfind.c:2866 +msgid "Environment Variables:" +msgstr "" + +#: filter/rastertopwg.c:457 +msgid "Error reading raster data." +msgstr "" + +#: ppdc/sample.c:122 +msgid "European Fanfold" +msgstr "" + +#: ppdc/sample.c:123 +msgid "European Fanfold Legal" +msgstr "" + +#: cups/ppd-cache.c:3477 +msgid "Everyday Glossy Photo Paper" +msgstr "" + +#: cups/ppd-cache.c:3478 +msgid "Everyday Matte Paper" +msgstr "" + +#: test/ippfind.c:2812 +msgid "Expressions:" +msgstr "" + +#: cups/ppd-cache.c:3479 +msgid "Extra Heavyweight Paper" +msgstr "" + +#: cups/ppd-cache.c:3511 +msgid "Fabric" +msgstr "" + +#: cups/ppd-cache.c:3774 +msgid "Face Down" +msgstr "" + +#: cups/ppd-cache.c:3775 +msgid "Face Up" +msgstr "" + +#: cups/ppd-cache.c:3653 +msgid "Fast Grayscale" +msgstr "" + +#: cups/ppd-cache.c:3518 +msgid "Film" +msgstr "" + +#: cups/ppd-cache.c:3504 +msgid "Fine Envelope" +msgstr "" + +#: cups/ppd-cache.c:3519 +msgid "Flexo Base" +msgstr "" + +#: cups/ppd-cache.c:3520 +msgid "Flexo Photo Polymer" +msgstr "" + +#: cups/ppd-cache.c:3521 +msgid "Flute" +msgstr "" + +#: cups/ppd-cache.c:3522 +msgid "Foil" +msgstr "" + +#: cups/ppd-cache.c:2992 cups/ppd-cache.c:3911 +msgid "Fold" +msgstr "" + +#: cups/http-support.c:1361 +msgid "Found" +msgstr "" + +#: cups/ppd-cache.c:3523 +msgid "Full Cut Tabs" +msgstr "" + +#: cups/ppd-cache.c:2996 +msgid "Gate Fold" +msgstr "" + +#: cups/ppd-cache.c:3524 +msgid "Glass" +msgstr "" + +#: cups/ppd-cache.c:3525 +msgid "Glass Colored" +msgstr "" + +#: cups/ppd-cache.c:3526 +msgid "Glass Opaque" +msgstr "" + +#: cups/ppd-cache.c:3527 +msgid "Glass Surfaced" +msgstr "" + +#: cups/ppd-cache.c:3528 +msgid "Glass Textured" +msgstr "" + +#: cups/ppd-cache.c:3473 +msgid "Glossy Brochure Paper" +msgstr "" + +#: cups/ppd-cache.c:3513 +msgid "Glossy Fabric" +msgstr "" + +#: cups/ppd-cache.c:3538 +msgid "Glossy Labels" +msgstr "" + +#: cups/ppd-cache.c:3489 +msgid "Glossy Optical Disc" +msgstr "" + +#: cups/ppd-cache.c:3563 +msgid "Glossy Photo Paper" +msgstr "" + +#: cups/ppd-cache.c:3529 +msgid "Gravure Cylinder" +msgstr "" + +#: cups/ppd-cache.c:3392 +msgid "Hagaki" +msgstr "" + +#: cups/ppd-cache.c:2997 +msgid "Half Fold" +msgstr "" + +#: cups/ppd-cache.c:2998 +msgid "Half Z Fold" +msgstr "" + +#: cups/hash.c:274 +msgid "Hash buffer too small." +msgstr "" + +#: cups/ppd-cache.c:3594 +msgid "Heavyweight Coated Paper" +msgstr "" + +#: cups/ppd-cache.c:3505 +msgid "Heavyweight Envelope" +msgstr "" + +#: cups/ppd-cache.c:3593 +msgid "Heavyweight Paper" +msgstr "" + +#: cups/ppd-cache.c:4059 cups/ppd-cache.c:4121 cups/ppd-cache.c:4149 +msgid "High" +msgstr "" + +#: cups/ppd-cache.c:3514 +msgid "High Gloss Fabric" +msgstr "" + +#: cups/ppd-cache.c:3539 +msgid "High Gloss Labels" +msgstr "" + +#: cups/ppd-cache.c:3490 +msgid "High Gloss Optical Disc" +msgstr "" + +#: cups/ppd-cache.c:3564 +msgid "High Gloss Photo Paper" +msgstr "" + +#: cups/ipp.c:3559 +msgid "IPP language length too large." +msgstr "" + +#: cups/ipp.c:3674 +msgid "IPP octetString length too large." +msgstr "" + +#: cups/ppd-cache.c:3530 +msgid "Image Setter Paper" +msgstr "" + +#: cups/ppd-cache.c:3531 +msgid "Imaging Cylinder" +msgstr "" + +#: cups/ppd-cache.c:3506 +msgid "Inkjet Envelope" +msgstr "" + +#: cups/ppd-cache.c:3540 +msgid "Inkjet Labels" +msgstr "" + +#: cups/ppd-cache.c:3595 +msgid "Inkjet Paper" +msgstr "" + +#: cups/pwg-media.c:291 cups/pwg-media.c:310 +msgid "Invalid media name arguments." +msgstr "" + +#: scheduler/ipp.c:2719 scheduler/ipp.c:7086 +msgid "Invalid ppd-name value." +msgstr "" + +#: scheduler/ipp.c:3530 +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Job #%d is already cancelled - can't cancel." + +#: cups/ppd-cache.c:3005 +msgid "Jog" +msgstr "" + +#: cups/ppd-cache.c:3536 +msgid "Labels" +msgstr "" + +#: cups/ppd-cache.c:3006 +msgid "Laminate" +msgstr "" + +#: cups/ppd-cache.c:3546 +msgid "Laminating Foil" +msgstr "" + +#: cups/ppd-cache.c:3387 +msgid "Large Capacity" +msgstr "" + +#: cups/ppd-cache.c:3776 +msgid "Large Capacity Tray" +msgstr "" + +#: cups/ppd-cache.c:3399 +msgid "Left" +msgstr "" + +#: cups/ppd-cache.c:2999 +msgid "Left Gate Fold" +msgstr "" + +#: cups/ppd-cache.c:3777 +msgid "Left Tray" +msgstr "" + +#: cups/ppd-cache.c:3000 +msgid "Letter Fold" +msgstr "" + +#: cups/ppd-cache.c:3547 cups/ppd-cache.c:3596 +msgid "Letterhead" +msgstr "" + +#: cups/ppd-cache.c:3507 +msgid "Lightweight Envelope" +msgstr "" + +#: cups/ppd-cache.c:3597 +msgid "Lightweight Paper" +msgstr "" + +#: cups/ppd-localize.c:289 +msgid "Load paper." +msgstr "" + +#: scheduler/ipp.c:5544 +msgid "Local printer created." +msgstr "" + +#: cups/ppd-cache.c:3778 +msgid "Mailbox 1" +msgstr "" + +#: cups/ppd-cache.c:3787 +msgid "Mailbox 10" +msgstr "" + +#: cups/ppd-cache.c:3779 +msgid "Mailbox 2" +msgstr "" + +#: cups/ppd-cache.c:3780 +msgid "Mailbox 3" +msgstr "" + +#: cups/ppd-cache.c:3781 +msgid "Mailbox 4" +msgstr "" + +#: cups/ppd-cache.c:3782 +msgid "Mailbox 5" +msgstr "" + +#: cups/ppd-cache.c:3783 +msgid "Mailbox 6" +msgstr "" + +#: cups/ppd-cache.c:3784 +msgid "Mailbox 7" +msgstr "" + +#: cups/ppd-cache.c:3785 +msgid "Mailbox 8" +msgstr "" + +#: cups/ppd-cache.c:3786 +msgid "Mailbox 9" +msgstr "" + +#: cups/ppd-cache.c:3385 +msgid "Main" +msgstr "" + +#: cups/ppd-cache.c:3393 +msgid "Main Roll" +msgstr "" + +#: cups/ppd-cache.c:3388 +msgid "Manual" +msgstr "" + +#: cups/ppd-cache.c:3474 +msgid "Matte Brochure Paper" +msgstr "" + +#: cups/ppd-cache.c:3475 +msgid "Matte Cover Paper" +msgstr "" + +#: cups/ppd-cache.c:3515 +msgid "Matte Fabric" +msgstr "" + +#: cups/ppd-cache.c:3541 +msgid "Matte Labels" +msgstr "" + +#: cups/ppd-cache.c:3491 +msgid "Matte Optical Disc" +msgstr "" + +#: cups/ppd-cache.c:3565 +msgid "Matte Photo Paper" +msgstr "" + +#: cups/ppd-cache.c:3548 +msgid "Metal" +msgstr "" + +#: cups/ppd-cache.c:3549 +msgid "Metal Glossy" +msgstr "" + +#: cups/ppd-cache.c:3550 +msgid "Metal High Gloss" +msgstr "" + +#: cups/ppd-cache.c:3551 +msgid "Metal Matte" +msgstr "" + +#: cups/ppd-cache.c:3552 +msgid "Metal Satin" +msgstr "" + +#: cups/ppd-cache.c:3553 +msgid "Metal Semi Gloss" +msgstr "" + +#: cups/ppd-cache.c:3481 +msgid "Mid-Weight Paper" +msgstr "" + +#: cups/ppd-cache.c:3396 cups/ppd-cache.c:3788 +msgid "Middle" +msgstr "" + +#: scheduler/ipp.c:5461 scheduler/ipp.c:5487 +#, c-format +msgid "Missing required attribute \"%s\"." +msgstr "" + +#: cups/http-support.c:1494 +msgid "Missing resource in URI" +msgstr "" + +#: cups/http-support.c:1488 +msgid "Missing scheme in URI" +msgstr "" + +#: test/ippfind.c:2843 +msgid "Modifiers:" +msgstr "" + +#: cups/ppd-cache.c:3554 +msgid "Mounting Tape" +msgstr "" + +#: cups/ppd-cache.c:3555 +msgid "Multi Layer" +msgstr "" + +#: cups/ppd-cache.c:3556 +msgid "Multi Part Form" +msgstr "" + +#: cups/ppd-cache.c:3027 +msgid "Multi-Hole Punch (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3025 +msgid "Multi-Hole Punch (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3024 +msgid "Multi-Hole Punch (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3026 +msgid "Multi-Hole Punch (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3403 +msgid "Multipurpose" +msgstr "" + +#: cups/ppd-cache.c:3480 +msgid "Multipurpose Paper" +msgstr "" + +#: cups/ppd-cache.c:3789 +msgid "My Mailbox" +msgstr "" + +#: cups/tls-darwin.c:672 cups/tls-gnutls.c:504 +msgid "New credentials are not valid for name." +msgstr "" + +#: cups/tls-darwin.c:662 cups/tls-gnutls.c:494 +msgid "New credentials are older than stored credentials." +msgstr "" + +#: cups/ppd-cache.c:3061 +msgid "No IPP attributes." +msgstr "" + +#: cups/request.c:334 +msgid "No active connection." +msgstr "" + +#: cups/tls-darwin.c:612 cups/tls-gnutls.c:441 +msgid "No common name specified." +msgstr "" + +#: cups/http.c:2244 +msgid "No request URI." +msgstr "" + +#: cups/http.c:2261 +msgid "No request protocol version." +msgstr "" + +#: cups/request.c:342 +msgid "No request sent." +msgstr "" + +#: cups/tls-darwin.c:692 cups/tls-gnutls.c:524 +msgid "No stored credentials, not valid for name." +msgstr "" + +#: cups/ppd-cache.c:3867 cups/ppd-cache.c:3914 cups/ppd-cache.c:3961 +msgid "None" +msgstr "" + +#: cups/ppd-cache.c:3476 +msgid "Office Recycled Paper" +msgstr "" + +#: scheduler/ipp.c:5440 +msgid "Only local users can create a local printer." +msgstr "" + +#: cups/ppd-cache.c:3488 +msgid "Optical Disc" +msgstr "" + +#: cups/ppd-cache.c:3557 +msgid "Other" +msgstr "" + +#: cups/ppd-localize.c:314 +msgid "Output bin is almost full." +msgstr "" + +#: cups/ppd-localize.c:316 +msgid "Output bin is full." +msgstr "" + +#: cups/ppd-localize.c:312 +msgid "Output bin is missing." +msgstr "" + +#: cups/ppd-cache.c:3558 +msgid "Paper" +msgstr "" + +#: cups/ppd-localize.c:291 +msgid "Paper jam." +msgstr "" + +#: cups/ppd-localize.c:308 +msgid "Paper tray is almost empty." +msgstr "" + +#: cups/ppd-localize.c:310 +msgid "Paper tray is empty." +msgstr "" + +#: cups/ppd-localize.c:306 +msgid "Paper tray is missing." +msgstr "" + +#: cups/ppd-cache.c:3001 +msgid "Parallel Fold" +msgstr "" + +#: cups/ppd-cache.c:3542 +msgid "Permanent Labels" +msgstr "" + +#: cups/ppd-cache.c:3562 +msgid "Photo Film" +msgstr "" + +#: cups/ppd-cache.c:3559 cups/ppd-cache.c:3560 +msgid "Photo Paper" +msgstr "" + +#: cups/ppd-cache.c:3532 cups/ppd-cache.c:3534 +msgid "Photo Paper Plus Glossy II" +msgstr "" + +#: cups/ppd-cache.c:3533 cups/ppd-cache.c:3535 +msgid "Photo Paper Pro Platinum" +msgstr "" + +#: cups/ppd-cache.c:3508 +msgid "Plain Envelope" +msgstr "" + +#: cups/ppd-cache.c:3568 +msgid "Plastic" +msgstr "" + +#: cups/ppd-cache.c:3569 +msgid "Plastic Archival" +msgstr "" + +#: cups/ppd-cache.c:3570 +msgid "Plastic Colored" +msgstr "" + +#: cups/ppd-cache.c:3571 +msgid "Plastic Glossy" +msgstr "" + +#: cups/ppd-cache.c:3572 +msgid "Plastic High Gloss" +msgstr "" + +#: cups/ppd-cache.c:3573 +msgid "Plastic Matte" +msgstr "" + +#: cups/ppd-cache.c:3574 +msgid "Plastic Satin" +msgstr "" + +#: cups/ppd-cache.c:3575 +msgid "Plastic Semi Gloss" +msgstr "" + +#: cups/ppd-cache.c:3576 +msgid "Plate" +msgstr "" + +#: cups/ppd-cache.c:3577 +msgid "Polyester" +msgstr "" + +#: ppdc/sample.c:71 +msgid "Postcard Double" +msgstr "" + +#: cups/ppd-cache.c:3002 +msgid "Poster Fold" +msgstr "" + +#: cups/ppd-cache.c:3578 +msgid "Pre Cut Tabs" +msgstr "" + +#: cups/ppd-cache.c:3482 +msgid "Premium Inkjet Paper" +msgstr "" + +#: cups/ppd-cache.c:3483 +msgid "Premium Photo Glossy Paper" +msgstr "" + +#: cups/ppd-cache.c:3484 +msgid "Premium Presentation Matte Paper" +msgstr "" + +#: backend/ipp.c:982 backend/ipp.c:990 +msgid "Preparing to print." +msgstr "" + +#: cups/ppd-cache.c:3509 +msgid "Preprinted Envelope" +msgstr "" + +#: cups/ppd-cache.c:3598 +msgid "Preprinted Paper" +msgstr "" + +#: cups/ppd-cache.c:4052 cups/ppd-cache.c:4110 cups/ppd-cache.c:4144 +msgid "Print Quality" +msgstr "" + +#: backend/ipp.c:1699 +msgid "Print job was not accepted." +msgstr "" + +#: scheduler/ipp.c:5506 +#, c-format +msgid "Printer \"%s\" already exists." +msgstr "" + +#: backend/ipp.c:2236 +msgid "Printer cannot print with supplied options." +msgstr "" + +#: cups/ppd-cache.c:4171 +msgid "Printer does not support required IPP attributes or document formats." +msgstr "" + +#: filter/rastertoepson.c:1112 filter/rastertohp.c:780 +#: filter/rastertolabel.c:1233 +#, c-format +msgid "Printing page %d, %u%% complete." +msgstr "" + +#: cups/ppd-cache.c:3007 cups/ppd-cache.c:3958 +msgid "Punch" +msgstr "" + +#: cups/ppd-cache.c:3599 +msgid "Punched Paper" +msgstr "" + +#: cups/ppd-cache.c:3402 +msgid "Rear" +msgstr "" + +#: cups/ppd-cache.c:3790 +msgid "Rear Tray" +msgstr "" + +#: cups/ppd-cache.c:3400 +msgid "Right" +msgstr "" + +#: cups/ppd-cache.c:3003 +msgid "Right Gate Fold" +msgstr "" + +#: cups/ppd-cache.c:3791 +msgid "Right Tray" +msgstr "" + +#: cups/ppd-cache.c:3579 +msgid "Roll" +msgstr "" + +#: cups/ppd-cache.c:3424 +msgid "Roll 1" +msgstr "" + +#: cups/ppd-cache.c:3433 +msgid "Roll 10" +msgstr "" + +#: cups/ppd-cache.c:3425 +msgid "Roll 2" +msgstr "" + +#: cups/ppd-cache.c:3426 +msgid "Roll 3" +msgstr "" + +#: cups/ppd-cache.c:3427 +msgid "Roll 4" +msgstr "" + +#: cups/ppd-cache.c:3428 +msgid "Roll 5" +msgstr "" + +#: cups/ppd-cache.c:3429 +msgid "Roll 6" +msgstr "" + +#: cups/ppd-cache.c:3430 +msgid "Roll 7" +msgstr "" + +#: cups/ppd-cache.c:3431 +msgid "Roll 8" +msgstr "" + +#: cups/ppd-cache.c:3432 +msgid "Roll 9" +msgstr "" + +#: cups/ppd-cache.c:3028 +msgid "Saddle Stitch" +msgstr "" + +#: cups/ppd-cache.c:3543 +msgid "Satin Labels" +msgstr "" + +#: cups/ppd-cache.c:3492 +msgid "Satin Optical Disc" +msgstr "" + +#: cups/ppd-cache.c:3566 +msgid "Satin Photo Paper" +msgstr "" + +#: cups/ppd-cache.c:3580 +msgid "Screen" +msgstr "" + +#: cups/ppd-cache.c:3581 +msgid "Screen Paged" +msgstr "" + +#: cups/ppd-cache.c:3544 +msgid "Security Labels" +msgstr "" + +#: scheduler/ipp.c:7140 scheduler/ipp.c:7159 +msgid "See remote printer." +msgstr "" + +#: cups/ppd-cache.c:3582 +msgid "Self Adhesive" +msgstr "" + +#: cups/ppd-cache.c:3583 +msgid "Self Adhesive Film" +msgstr "" + +#: cups/tls-darwin.c:747 cups/tls-gnutls.c:586 +msgid "Self-signed credentials are blocked." +msgstr "" + +#: cups/ppd-cache.c:3516 +msgid "Semi-Gloss Fabric" +msgstr "" + +#: cups/ppd-cache.c:3545 +msgid "Semi-Gloss Labels" +msgstr "" + +#: cups/ppd-cache.c:3493 +msgid "Semi-Gloss Optical Disc" +msgstr "" + +#: cups/ppd-cache.c:3567 +msgid "Semi-Gloss Photo Paper" +msgstr "" + +#: cups/tls-darwin.c:1191 cups/tls-gnutls.c:1282 +msgid "Server credentials not set." +msgstr "" + +#: cups/ppd-cache.c:3584 +msgid "Shrink Foil" +msgstr "" + +#: cups/ppd-cache.c:3398 +msgid "Side" +msgstr "" + +#: cups/ppd-cache.c:3792 +msgid "Side Tray" +msgstr "" + +#: cups/ppd-cache.c:3585 +msgid "Single Face" +msgstr "" + +#: cups/ppd-cache.c:3019 +msgid "Single Punch (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3018 +msgid "Single Punch (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3008 +msgid "Single Punch (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3009 +msgid "Single Punch (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3037 +msgid "Single Staple (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3036 +msgid "Single Staple (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3030 +msgid "Single Staple (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3031 +msgid "Single Staple (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3586 +msgid "Single Wall Cardboard" +msgstr "" + +#: cups/ppd-cache.c:3587 +msgid "Sleeve" +msgstr "" + +#: cups/ppd-cache.c:3793 +msgid "Stacker 1" +msgstr "" + +#: cups/ppd-cache.c:3802 +msgid "Stacker 10" +msgstr "" + +#: cups/ppd-cache.c:3794 +msgid "Stacker 2" +msgstr "" + +#: cups/ppd-cache.c:3795 +msgid "Stacker 3" +msgstr "" + +#: cups/ppd-cache.c:3796 +msgid "Stacker 4" +msgstr "" + +#: cups/ppd-cache.c:3797 +msgid "Stacker 5" +msgstr "" + +#: cups/ppd-cache.c:3798 +msgid "Stacker 6" +msgstr "" + +#: cups/ppd-cache.c:3799 +msgid "Stacker 7" +msgstr "" + +#: cups/ppd-cache.c:3800 +msgid "Stacker 8" +msgstr "" + +#: cups/ppd-cache.c:3801 +msgid "Stacker 9" +msgstr "" + +#: cups/ppd-cache.c:3029 cups/ppd-cache.c:3864 +msgid "Staple" +msgstr "" + +#: cups/ppd-cache.c:2987 +msgid "Staple Edge" +msgstr "" + +#: cups/ppd-cache.c:2991 +msgid "Staple Edge (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:2989 +msgid "Staple Edge (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:2988 +msgid "Staple Edge (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:2990 +msgid "Staple Edge (Reverse Portrait)" +msgstr "" + +#: test/ippfind.c:2855 +msgid "Substitutions:" +msgstr "" + +#: cups/ppd-cache.c:3600 +msgid "Tab Stock" +msgstr "" + +#: scheduler/ipp.c:1351 +#, c-format +msgid "The \"%s\" attribute is required for print jobs." +msgstr "" + +#: scheduler/ipp.c:1330 +#, c-format +msgid "" +"The '%s' Job Status attribute cannot be supplied in a job creation request." +msgstr "" + +#: backend/ipp.c:1002 +msgid "The printer configuration is incorrect or the printer no longer exists." +msgstr "" + +#: cups/ppd-localize.c:318 +msgid "The printer is low on ink." +msgstr "" + +#: cups/ppd-cache.c:3395 +msgid "Top" +msgstr "" + +#: cups/ppd-cache.c:3803 +msgid "Top Tray" +msgstr "" + +#: cups/ppd-cache.c:3601 +msgid "Tractor" +msgstr "" + +#: cups/ppd-cache.c:3602 +msgid "Transfer" +msgstr "" + +#: cups/ppd-cache.c:3413 cups/ppd-cache.c:3813 +msgid "Tray 10" +msgstr "" + +#: cups/ppd-cache.c:3414 +msgid "Tray 11" +msgstr "" + +#: cups/ppd-cache.c:3415 +msgid "Tray 12" +msgstr "" + +#: cups/ppd-cache.c:3416 +msgid "Tray 13" +msgstr "" + +#: cups/ppd-cache.c:3417 +msgid "Tray 14" +msgstr "" + +#: cups/ppd-cache.c:3418 +msgid "Tray 15" +msgstr "" + +#: cups/ppd-cache.c:3419 +msgid "Tray 16" +msgstr "" + +#: cups/ppd-cache.c:3420 +msgid "Tray 17" +msgstr "" + +#: cups/ppd-cache.c:3421 +msgid "Tray 18" +msgstr "" + +#: cups/ppd-cache.c:3422 +msgid "Tray 19" +msgstr "" + +#: cups/ppd-cache.c:3423 +msgid "Tray 20" +msgstr "" + +#: cups/ppd-cache.c:3408 cups/ppd-cache.c:3808 +msgid "Tray 5" +msgstr "" + +#: cups/ppd-cache.c:3409 cups/ppd-cache.c:3809 +msgid "Tray 6" +msgstr "" + +#: cups/ppd-cache.c:3410 cups/ppd-cache.c:3810 +msgid "Tray 7" +msgstr "" + +#: cups/ppd-cache.c:3411 cups/ppd-cache.c:3811 +msgid "Tray 8" +msgstr "" + +#: cups/ppd-cache.c:3412 cups/ppd-cache.c:3812 +msgid "Tray 9" +msgstr "" + +#: cups/ppd-cache.c:3041 +msgid "Triple Staple (Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3039 +msgid "Triple Staple (Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3038 +msgid "Triple Staple (Reverse Landscape)" +msgstr "" + +#: cups/ppd-cache.c:3040 +msgid "Triple Staple (Reverse Portrait)" +msgstr "" + +#: cups/ppd-cache.c:3604 +msgid "Triple Wall Cardboard" +msgstr "" + +#: cups/tls-darwin.c:652 cups/tls-darwin.c:734 cups/tls-gnutls.c:484 +#: cups/tls-gnutls.c:566 +msgid "Trust on first use is disabled." +msgstr "" + +#: cups/http-support.c:1461 +msgid "URI too large" +msgstr "" + +#: cups/ipp.c:5384 +#, c-format +msgid "Unable to compile mimeMediaType regular expression: %s." +msgstr "" + +#: cups/ipp.c:5330 +#, c-format +msgid "Unable to compile naturalLanguage regular expression: %s." +msgstr "" + +#: cups/tls-darwin.c:618 cups/tls-gnutls.c:447 +msgid "Unable to create credentials from array." +msgstr "" + +#: scheduler/ipp.c:5516 +msgid "Unable to create printer." +msgstr "" + +#: cups/tls-darwin.c:1482 cups/tls-gnutls.c:1494 +msgid "Unable to create server credentials." +msgstr "" + +#: cups/tls-darwin.c:1495 +msgid "Unable to find server credentials." +msgstr "" + +#: scheduler/ipp.c:8648 scheduler/ipp.c:9891 +msgid "Unable to rename job document file." +msgstr "" + +#: cups/dest.c:3419 +msgid "Unable to resolve printer-uri." +msgstr "" + +#: cups/http-support.c:1374 +msgid "Unauthorized" +msgstr "Unauthorised" + +#: cups/hash.c:264 +msgid "Unknown hash algorithm." +msgstr "" + +#: cups/http.c:2293 +msgid "Unknown request method." +msgstr "" + +#: cups/http.c:2313 +msgid "Unknown request version." +msgstr "" + +#: cups/http-support.c:1491 +msgid "Unknown scheme in URI" +msgstr "" + +#: scheduler/cupsfilter.c:1479 +msgid "Usage: cupsfilter [ options ] [ -- ] filename" +msgstr "" + +#: test/ippfind.c:2795 +msgid "" +"Usage: ippfind [options] regtype[,subtype][.domain.] ... [expression]\n" +" ippfind [options] name[.regtype[.domain.]] ... [expression]\n" +" ippfind --help\n" +" ippfind --version" +msgstr "" + +#: cups/ppd-cache.c:3592 +msgid "Vellum Paper" +msgstr "" + +#: cups/ppd-cache.c:3517 +msgid "Waterproof Fabric" +msgstr "" + +#: cups/ppd-cache.c:3605 +msgid "Wet Film" +msgstr "" + +#: cups/ppd-cache.c:3510 +msgid "Windowed Envelope" +msgstr "" + +#: cups/ppd-cache.c:3004 +msgid "Z Fold" +msgstr "" + +#: cups/notify.c:91 +msgid "canceled" +msgstr "cancelled" + +#: scheduler/main.c:248 +msgid "cupsd: On-demand support not compiled in, running in normal mode." +msgstr "" + +#: test/ippfind.c:2514 +#, c-format +msgid "ippfind: Bad regular expression: %s" +msgstr "" + +#: test/ippfind.c:328 +msgid "ippfind: Cannot use --and after --or." +msgstr "" + +#: test/ippfind.c:613 +#, c-format +msgid "ippfind: Expected key name after %s." +msgstr "" + +#: test/ippfind.c:563 test/ippfind.c:758 +#, c-format +msgid "ippfind: Expected port range after %s." +msgstr "" + +#: test/ippfind.c:361 +#, c-format +msgid "ippfind: Expected program after %s." +msgstr "" + +#: test/ippfind.c:378 +#, c-format +msgid "ippfind: Expected semi-colon after %s." +msgstr "" + +#: test/ippfind.c:2014 +msgid "ippfind: Missing close brace in substitution." +msgstr "" + +#: test/ippfind.c:1077 +msgid "ippfind: Missing close parenthesis." +msgstr "" + +#: test/ippfind.c:335 +msgid "ippfind: Missing expression before \"--and\"." +msgstr "" + +#: test/ippfind.c:460 +msgid "ippfind: Missing expression before \"--or\"." +msgstr "" + +#: test/ippfind.c:895 +#, c-format +msgid "ippfind: Missing key name after %s." +msgstr "" + +#: test/ippfind.c:1048 +msgid "ippfind: Missing open parenthesis." +msgstr "" + +#: test/ippfind.c:925 +#, c-format +msgid "ippfind: Missing program after %s." +msgstr "" + +#: test/ippfind.c:347 test/ippfind.c:401 test/ippfind.c:442 test/ippfind.c:548 +#: test/ippfind.c:630 test/ippfind.c:645 test/ippfind.c:812 test/ippfind.c:827 +#: test/ippfind.c:850 test/ippfind.c:910 +#, c-format +msgid "ippfind: Missing regular expression after %s." +msgstr "" + +#: test/ippfind.c:943 +#, c-format +msgid "ippfind: Missing semi-colon after %s." +msgstr "" + +#: test/ippfind.c:1961 test/ippfind.c:1986 +msgid "ippfind: Out of memory." +msgstr "" + +#: test/ippfind.c:1021 +msgid "ippfind: Too many parenthesis." +msgstr "ippfind: Too many parentheses." + +#: test/ippfind.c:1320 test/ippfind.c:1448 test/ippfind.c:2606 +#, c-format +msgid "ippfind: Unable to browse or resolve: %s" +msgstr "" + +#: test/ippfind.c:2084 test/ippfind.c:2111 +#, c-format +msgid "ippfind: Unable to execute \"%s\": %s" +msgstr "" + +#: test/ippfind.c:1167 test/ippfind.c:1175 test/ippfind.c:1186 +#, c-format +msgid "ippfind: Unable to use Bonjour: %s" +msgstr "" + +#: test/ippfind.c:2043 +#, c-format +msgid "ippfind: Unknown variable \"{%s}\"." +msgstr "" + +#: test/ipptool.c:320 test/ipptool.c:383 test/ipptool.c:542 test/ipptool.c:565 +msgid "ipptool: \"-i\" and \"-n\" are incompatible with \"-P\" and \"-X\"." +msgstr "" + +#: systemv/lpadmin.c:214 +#, c-format +msgid "lpadmin: Expected PPD after \"-%c\" option." +msgstr "" + +#: systemv/lpadmin.c:617 +msgid "" +"lpadmin: Raw queues are deprecated and will stop working in a future version " +"of CUPS." +msgstr "" + +#: systemv/lpadmin.c:232 +msgid "" +"lpadmin: System V interface scripts are no longer supported for security " +"reasons." +msgstr "" + +#: systemv/lpadmin.c:1438 +#, c-format +msgid "lpadmin: Unable to open PPD \"%s\": %s on line %d." +msgstr "" + +#: systemv/lpadmin.c:620 +msgid "lpadmin: Use the 'everywhere' model for shared printers." +msgstr "" + +#: ppdc/ppdc-source.cxx:458 +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s." +msgstr "ppdc: Expected colour order for ColourModel on line %d of %s." + +#: ppdc/ppdc-source.cxx:447 +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s." +msgstr "ppdc: Expected colourspace for ColourModel on line %d of %s." + +#: ppdc/ppdc-source.cxx:469 +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s." +msgstr "ppdc: Expected compression for ColourModel on line %d of %s." + +#: ppdc/ppdc-driver.cxx:710 +#, c-format +msgid "ppdc: No message catalog provided for locale %s." +msgstr "ppdc: No message catalogue provided for locale %s." + +#: ppdc/ppdc.cxx:191 +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "ppdc: Unable to find localisation for \"%s\" - %s" + +#: ppdc/ppdc.cxx:128 +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "ppdc: Unable to load localisation file \"%s\" - %s" + +#: ppdc/ppdc-catalog.cxx:511 +#, c-format +msgid "ppdc: Unknown message catalog format for \"%s\"." +msgstr "ppdc: Unknown message catalogue format for \"%s\"." + +msgid "accuracy-units" +msgstr "" + +msgid "accuracy-units.mm" +msgstr "" + +msgid "accuracy-units.nm" +msgstr "" + +msgid "accuracy-units.um" +msgstr "" + +msgid "baling" +msgstr "" + +msgid "baling-type" +msgstr "" + +msgid "baling-type.band" +msgstr "" + +msgid "baling-type.shrink-wrap" +msgstr "" + +msgid "baling-type.wrap" +msgstr "" + +msgid "baling-when" +msgstr "" + +msgid "baling-when.after-job" +msgstr "" + +msgid "baling-when.after-sets" +msgstr "" + +msgid "binding" +msgstr "" + +msgid "binding-reference-edge" +msgstr "" + +msgid "binding-reference-edge.bottom" +msgstr "" + +msgid "binding-reference-edge.left" +msgstr "" + +msgid "binding-reference-edge.right" +msgstr "" + +msgid "binding-reference-edge.top" +msgstr "" + +msgid "binding-type" +msgstr "" + +msgid "binding-type.adhesive" +msgstr "" + +msgid "binding-type.comb" +msgstr "" + +msgid "binding-type.flat" +msgstr "" + +msgid "binding-type.padding" +msgstr "" + +msgid "binding-type.perfect" +msgstr "" + +msgid "binding-type.spiral" +msgstr "" + +msgid "binding-type.tape" +msgstr "" + +msgid "binding-type.velo" +msgstr "" + +msgid "charge-info-message" +msgstr "" + +msgid "coating" +msgstr "" + +msgid "coating-sides" +msgstr "" + +msgid "coating-sides.back" +msgstr "" + +msgid "coating-sides.both" +msgstr "" + +msgid "coating-sides.front" +msgstr "" + +msgid "coating-type" +msgstr "" + +msgid "coating-type.archival" +msgstr "" + +msgid "coating-type.archival-glossy" +msgstr "" + +msgid "coating-type.archival-matte" +msgstr "" + +msgid "coating-type.archival-semi-gloss" +msgstr "" + +msgid "coating-type.glossy" +msgstr "" + +msgid "coating-type.high-gloss" +msgstr "" + +msgid "coating-type.matte" +msgstr "" + +msgid "coating-type.semi-gloss" +msgstr "" + +msgid "coating-type.silicone" +msgstr "" + +msgid "coating-type.translucent" +msgstr "" + +msgid "confirmation-sheet-print" +msgstr "" + +msgid "copies" +msgstr "" + +msgid "cover-back" +msgstr "" + +msgid "cover-front" +msgstr "" + +msgid "cover-sheet-info" +msgstr "" + +msgid "cover-sheet-info-supported.date-time" +msgstr "" + +msgid "cover-sheet-info-supported.from-name" +msgstr "" + +msgid "cover-sheet-info-supported.logo" +msgstr "" + +msgid "cover-sheet-info-supported.message" +msgstr "" + +msgid "cover-sheet-info-supported.organization" +msgstr "" + +msgid "cover-sheet-info-supported.subject" +msgstr "" + +msgid "cover-sheet-info-supported.to-name" +msgstr "" + +msgid "cover-type" +msgstr "" + +msgid "cover-type.no-cover" +msgstr "" + +msgid "cover-type.print-back" +msgstr "" + +msgid "cover-type.print-both" +msgstr "" + +msgid "cover-type.print-front" +msgstr "" + +msgid "cover-type.print-none" +msgstr "" + +msgid "covering" +msgstr "" + +msgid "covering-name" +msgstr "" + +msgid "covering-name.plain" +msgstr "" + +msgid "covering-name.pre-cut" +msgstr "" + +msgid "covering-name.pre-printed" +msgstr "" + +msgid "detailed-status-message" +msgstr "" + +msgid "document-copies" +msgstr "" + +msgid "document-state" +msgstr "" + +msgid "document-state-reasons" +msgstr "" + +msgid "document-state-reasons.aborted-by-system" +msgstr "" + +msgid "document-state-reasons.canceled-at-device" +msgstr "" + +msgid "document-state-reasons.canceled-by-operator" +msgstr "" + +msgid "document-state-reasons.canceled-by-user" +msgstr "" + +msgid "document-state-reasons.completed-successfully" +msgstr "" + +msgid "document-state-reasons.completed-with-errors" +msgstr "" + +msgid "document-state-reasons.completed-with-warnings" +msgstr "" + +msgid "document-state-reasons.compression-error" +msgstr "" + +msgid "document-state-reasons.data-insufficient" +msgstr "" + +msgid "document-state-reasons.digital-signature-did-not-verify" +msgstr "" + +msgid "document-state-reasons.digital-signature-type-not-supported" +msgstr "" + +msgid "document-state-reasons.digital-signature-wait" +msgstr "" + +msgid "document-state-reasons.document-access-error" +msgstr "" + +msgid "document-state-reasons.document-fetchable" +msgstr "" + +msgid "document-state-reasons.document-format-error" +msgstr "" + +msgid "document-state-reasons.document-password-error" +msgstr "" + +msgid "document-state-reasons.document-permission-error" +msgstr "" + +msgid "document-state-reasons.document-security-error" +msgstr "" + +msgid "document-state-reasons.document-unprintable-error" +msgstr "" + +msgid "document-state-reasons.errors-detected" +msgstr "" + +msgid "document-state-reasons.incoming" +msgstr "" + +msgid "document-state-reasons.interpreting" +msgstr "" + +msgid "document-state-reasons.none" +msgstr "" + +msgid "document-state-reasons.outgoing" +msgstr "" + +msgid "document-state-reasons.printing" +msgstr "" + +msgid "document-state-reasons.processing-to-stop-point" +msgstr "" + +msgid "document-state-reasons.queued" +msgstr "" + +msgid "document-state-reasons.queued-for-marker" +msgstr "" + +msgid "document-state-reasons.queued-in-device" +msgstr "" + +msgid "document-state-reasons.resources-are-not-ready" +msgstr "" + +msgid "document-state-reasons.resources-are-not-supported" +msgstr "" + +msgid "document-state-reasons.submission-interrupted" +msgstr "" + +msgid "document-state-reasons.transforming" +msgstr "" + +msgid "document-state-reasons.unsupported-compression" +msgstr "" + +msgid "document-state-reasons.unsupported-document-format" +msgstr "" + +msgid "document-state-reasons.warnings-detected" +msgstr "" + +msgid "document-state.3" +msgstr "" + +msgid "document-state.5" +msgstr "" + +msgid "document-state.6" +msgstr "" + +msgid "document-state.7" +msgstr "" + +msgid "document-state.8" +msgstr "" + +msgid "document-state.9" +msgstr "" + +msgid "feed-orientation" +msgstr "" + +msgid "feed-orientation.long-edge-first" +msgstr "" + +msgid "feed-orientation.short-edge-first" +msgstr "" + +msgid "fetch-status-code" +msgstr "" + +msgid "finishing-template" +msgstr "" + +msgid "finishing-template.bale" +msgstr "" + +msgid "finishing-template.bind" +msgstr "" + +msgid "finishing-template.bind-bottom" +msgstr "" + +msgid "finishing-template.bind-left" +msgstr "" + +msgid "finishing-template.bind-right" +msgstr "" + +msgid "finishing-template.bind-top" +msgstr "" + +msgid "finishing-template.booklet-maker" +msgstr "" + +msgid "finishing-template.coat" +msgstr "" + +msgid "finishing-template.cover" +msgstr "" + +msgid "finishing-template.edge-stitch" +msgstr "" + +msgid "finishing-template.edge-stitch-bottom" +msgstr "" + +msgid "finishing-template.edge-stitch-left" +msgstr "" + +msgid "finishing-template.edge-stitch-right" +msgstr "" + +msgid "finishing-template.edge-stitch-top" +msgstr "" + +msgid "finishing-template.fold" +msgstr "" + +msgid "finishing-template.fold-accordion" +msgstr "" + +msgid "finishing-template.fold-double-gate" +msgstr "" + +msgid "finishing-template.fold-engineering-z" +msgstr "" + +msgid "finishing-template.fold-gate" +msgstr "" + +msgid "finishing-template.fold-half" +msgstr "" + +msgid "finishing-template.fold-half-z" +msgstr "" + +msgid "finishing-template.fold-left-gate" +msgstr "" + +msgid "finishing-template.fold-letter" +msgstr "" + +msgid "finishing-template.fold-parallel" +msgstr "" + +msgid "finishing-template.fold-poster" +msgstr "" + +msgid "finishing-template.fold-right-gate" +msgstr "" + +msgid "finishing-template.fold-z" +msgstr "" + +msgid "finishing-template.jdf-f10-1" +msgstr "" + +msgid "finishing-template.jdf-f10-2" +msgstr "" + +msgid "finishing-template.jdf-f10-3" +msgstr "" + +msgid "finishing-template.jdf-f12-1" +msgstr "" + +msgid "finishing-template.jdf-f12-10" +msgstr "" + +msgid "finishing-template.jdf-f12-11" +msgstr "" + +msgid "finishing-template.jdf-f12-12" +msgstr "" + +msgid "finishing-template.jdf-f12-13" +msgstr "" + +msgid "finishing-template.jdf-f12-14" +msgstr "" + +msgid "finishing-template.jdf-f12-2" +msgstr "" + +msgid "finishing-template.jdf-f12-3" +msgstr "" + +msgid "finishing-template.jdf-f12-4" +msgstr "" + +msgid "finishing-template.jdf-f12-5" +msgstr "" + +msgid "finishing-template.jdf-f12-6" +msgstr "" + +msgid "finishing-template.jdf-f12-7" +msgstr "" + +msgid "finishing-template.jdf-f12-8" +msgstr "" + +msgid "finishing-template.jdf-f12-9" +msgstr "" + +msgid "finishing-template.jdf-f14-1" +msgstr "" + +msgid "finishing-template.jdf-f16-1" +msgstr "" + +msgid "finishing-template.jdf-f16-10" +msgstr "" + +msgid "finishing-template.jdf-f16-11" +msgstr "" + +msgid "finishing-template.jdf-f16-12" +msgstr "" + +msgid "finishing-template.jdf-f16-13" +msgstr "" + +msgid "finishing-template.jdf-f16-14" +msgstr "" + +msgid "finishing-template.jdf-f16-2" +msgstr "" + +msgid "finishing-template.jdf-f16-3" +msgstr "" + +msgid "finishing-template.jdf-f16-4" +msgstr "" + +msgid "finishing-template.jdf-f16-5" +msgstr "" + +msgid "finishing-template.jdf-f16-6" +msgstr "" + +msgid "finishing-template.jdf-f16-7" +msgstr "" + +msgid "finishing-template.jdf-f16-8" +msgstr "" + +msgid "finishing-template.jdf-f16-9" +msgstr "" + +msgid "finishing-template.jdf-f18-1" +msgstr "" + +msgid "finishing-template.jdf-f18-2" +msgstr "" + +msgid "finishing-template.jdf-f18-3" +msgstr "" + +msgid "finishing-template.jdf-f18-4" +msgstr "" + +msgid "finishing-template.jdf-f18-5" +msgstr "" + +msgid "finishing-template.jdf-f18-6" +msgstr "" + +msgid "finishing-template.jdf-f18-7" +msgstr "" + +msgid "finishing-template.jdf-f18-8" +msgstr "" + +msgid "finishing-template.jdf-f18-9" +msgstr "" + +msgid "finishing-template.jdf-f2-1" +msgstr "" + +msgid "finishing-template.jdf-f20-1" +msgstr "" + +msgid "finishing-template.jdf-f20-2" +msgstr "" + +msgid "finishing-template.jdf-f24-1" +msgstr "" + +msgid "finishing-template.jdf-f24-10" +msgstr "" + +msgid "finishing-template.jdf-f24-11" +msgstr "" + +msgid "finishing-template.jdf-f24-2" +msgstr "" + +msgid "finishing-template.jdf-f24-3" +msgstr "" + +msgid "finishing-template.jdf-f24-4" +msgstr "" + +msgid "finishing-template.jdf-f24-5" +msgstr "" + +msgid "finishing-template.jdf-f24-6" +msgstr "" + +msgid "finishing-template.jdf-f24-7" +msgstr "" + +msgid "finishing-template.jdf-f24-8" +msgstr "" + +msgid "finishing-template.jdf-f24-9" +msgstr "" + +msgid "finishing-template.jdf-f28-1" +msgstr "" + +msgid "finishing-template.jdf-f32-1" +msgstr "" + +msgid "finishing-template.jdf-f32-2" +msgstr "" + +msgid "finishing-template.jdf-f32-3" +msgstr "" + +msgid "finishing-template.jdf-f32-4" +msgstr "" + +msgid "finishing-template.jdf-f32-5" +msgstr "" + +msgid "finishing-template.jdf-f32-6" +msgstr "" + +msgid "finishing-template.jdf-f32-7" +msgstr "" + +msgid "finishing-template.jdf-f32-8" +msgstr "" + +msgid "finishing-template.jdf-f32-9" +msgstr "" + +msgid "finishing-template.jdf-f36-1" +msgstr "" + +msgid "finishing-template.jdf-f36-2" +msgstr "" + +msgid "finishing-template.jdf-f4-1" +msgstr "" + +msgid "finishing-template.jdf-f4-2" +msgstr "" + +msgid "finishing-template.jdf-f40-1" +msgstr "" + +msgid "finishing-template.jdf-f48-1" +msgstr "" + +msgid "finishing-template.jdf-f48-2" +msgstr "" + +msgid "finishing-template.jdf-f6-1" +msgstr "" + +msgid "finishing-template.jdf-f6-2" +msgstr "" + +msgid "finishing-template.jdf-f6-3" +msgstr "" + +msgid "finishing-template.jdf-f6-4" +msgstr "" + +msgid "finishing-template.jdf-f6-5" +msgstr "" + +msgid "finishing-template.jdf-f6-6" +msgstr "" + +msgid "finishing-template.jdf-f6-7" +msgstr "" + +msgid "finishing-template.jdf-f6-8" +msgstr "" + +msgid "finishing-template.jdf-f64-1" +msgstr "" + +msgid "finishing-template.jdf-f64-2" +msgstr "" + +msgid "finishing-template.jdf-f8-1" +msgstr "" + +msgid "finishing-template.jdf-f8-2" +msgstr "" + +msgid "finishing-template.jdf-f8-3" +msgstr "" + +msgid "finishing-template.jdf-f8-4" +msgstr "" + +msgid "finishing-template.jdf-f8-5" +msgstr "" + +msgid "finishing-template.jdf-f8-6" +msgstr "" + +msgid "finishing-template.jdf-f8-7" +msgstr "" + +msgid "finishing-template.jog-offset" +msgstr "" + +msgid "finishing-template.laminate" +msgstr "" + +msgid "finishing-template.punch" +msgstr "" + +msgid "finishing-template.punch-bottom-left" +msgstr "" + +msgid "finishing-template.punch-bottom-right" +msgstr "" + +msgid "finishing-template.punch-dual-bottom" +msgstr "" + +msgid "finishing-template.punch-dual-left" +msgstr "" + +msgid "finishing-template.punch-dual-right" +msgstr "" + +msgid "finishing-template.punch-dual-top" +msgstr "" + +msgid "finishing-template.punch-multiple-bottom" +msgstr "" + +msgid "finishing-template.punch-multiple-left" +msgstr "" + +msgid "finishing-template.punch-multiple-right" +msgstr "" + +msgid "finishing-template.punch-multiple-top" +msgstr "" + +msgid "finishing-template.punch-quad-bottom" +msgstr "" + +msgid "finishing-template.punch-quad-left" +msgstr "" + +msgid "finishing-template.punch-quad-right" +msgstr "" + +msgid "finishing-template.punch-quad-top" +msgstr "" + +msgid "finishing-template.punch-top-left" +msgstr "" + +msgid "finishing-template.punch-top-right" +msgstr "" + +msgid "finishing-template.punch-triple-bottom" +msgstr "" + +msgid "finishing-template.punch-triple-left" +msgstr "" + +msgid "finishing-template.punch-triple-right" +msgstr "" + +msgid "finishing-template.punch-triple-top" +msgstr "" + +msgid "finishing-template.saddle-stitch" +msgstr "" + +msgid "finishing-template.staple" +msgstr "" + +msgid "finishing-template.staple-bottom-left" +msgstr "" + +msgid "finishing-template.staple-bottom-right" +msgstr "" + +msgid "finishing-template.staple-dual-bottom" +msgstr "" + +msgid "finishing-template.staple-dual-left" +msgstr "" + +msgid "finishing-template.staple-dual-right" +msgstr "" + +msgid "finishing-template.staple-dual-top" +msgstr "" + +msgid "finishing-template.staple-top-left" +msgstr "" + +msgid "finishing-template.staple-top-right" +msgstr "" + +msgid "finishing-template.staple-triple-bottom" +msgstr "" + +msgid "finishing-template.staple-triple-left" +msgstr "" + +msgid "finishing-template.staple-triple-right" +msgstr "" + +msgid "finishing-template.staple-triple-top" +msgstr "" + +msgid "finishing-template.trim" +msgstr "" + +msgid "finishing-template.trim-after-copies" +msgstr "" + +msgid "finishing-template.trim-after-documents" +msgstr "" + +msgid "finishing-template.trim-after-job" +msgstr "" + +msgid "finishing-template.trim-after-pages" +msgstr "" + +msgid "finishings" +msgstr "" + +msgid "finishings-col" +msgstr "" + +msgid "finishings.10" +msgstr "" + +msgid "finishings.100" +msgstr "" + +msgid "finishings.101" +msgstr "" + +msgid "finishings.11" +msgstr "" + +msgid "finishings.12" +msgstr "" + +msgid "finishings.13" +msgstr "" + +msgid "finishings.14" +msgstr "" + +msgid "finishings.15" +msgstr "" + +msgid "finishings.16" +msgstr "" + +msgid "finishings.20" +msgstr "" + +msgid "finishings.21" +msgstr "" + +msgid "finishings.22" +msgstr "" + +msgid "finishings.23" +msgstr "" + +msgid "finishings.24" +msgstr "" + +msgid "finishings.25" +msgstr "" + +msgid "finishings.26" +msgstr "" + +msgid "finishings.27" +msgstr "" + +msgid "finishings.28" +msgstr "" + +msgid "finishings.29" +msgstr "" + +msgid "finishings.3" +msgstr "" + +msgid "finishings.30" +msgstr "" + +msgid "finishings.31" +msgstr "" + +msgid "finishings.32" +msgstr "" + +msgid "finishings.33" +msgstr "" + +msgid "finishings.34" +msgstr "" + +msgid "finishings.35" +msgstr "" + +msgid "finishings.4" +msgstr "" + +msgid "finishings.5" +msgstr "" + +msgid "finishings.50" +msgstr "" + +msgid "finishings.51" +msgstr "" + +msgid "finishings.52" +msgstr "" + +msgid "finishings.53" +msgstr "" + +msgid "finishings.6" +msgstr "" + +msgid "finishings.60" +msgstr "" + +msgid "finishings.61" +msgstr "" + +msgid "finishings.62" +msgstr "" + +msgid "finishings.63" +msgstr "" + +msgid "finishings.7" +msgstr "" + +msgid "finishings.70" +msgstr "" + +msgid "finishings.71" +msgstr "" + +msgid "finishings.72" +msgstr "" + +msgid "finishings.73" +msgstr "" + +msgid "finishings.74" +msgstr "" + +msgid "finishings.75" +msgstr "" + +msgid "finishings.76" +msgstr "" + +msgid "finishings.77" +msgstr "" + +msgid "finishings.78" +msgstr "" + +msgid "finishings.79" +msgstr "" + +msgid "finishings.8" +msgstr "" + +msgid "finishings.80" +msgstr "" + +msgid "finishings.81" +msgstr "" + +msgid "finishings.82" +msgstr "" + +msgid "finishings.83" +msgstr "" + +msgid "finishings.84" +msgstr "" + +msgid "finishings.85" +msgstr "" + +msgid "finishings.86" +msgstr "" + +msgid "finishings.87" +msgstr "" + +msgid "finishings.88" +msgstr "" + +msgid "finishings.89" +msgstr "" + +msgid "finishings.9" +msgstr "" + +msgid "finishings.90" +msgstr "" + +msgid "finishings.91" +msgstr "" + +msgid "finishings.92" +msgstr "" + +msgid "finishings.93" +msgstr "" + +msgid "finishings.94" +msgstr "" + +msgid "finishings.95" +msgstr "" + +msgid "finishings.96" +msgstr "" + +msgid "finishings.97" +msgstr "" + +msgid "finishings.98" +msgstr "" + +msgid "finishings.99" +msgstr "" + +msgid "folding" +msgstr "" + +msgid "folding-direction" +msgstr "" + +msgid "folding-direction.inward" +msgstr "" + +msgid "folding-direction.outward" +msgstr "" + +msgid "folding-offset" +msgstr "" + +msgid "folding-reference-edge" +msgstr "" + +msgid "folding-reference-edge.bottom" +msgstr "" + +msgid "folding-reference-edge.left" +msgstr "" + +msgid "folding-reference-edge.right" +msgstr "" + +msgid "folding-reference-edge.top" +msgstr "" + +msgid "font-name-requested" +msgstr "" + +msgid "font-size-requested" +msgstr "" + +msgid "force-front-side" +msgstr "" + +msgid "from-name" +msgstr "" + +msgid "imposition-template" +msgstr "" + +msgid "imposition-template.none" +msgstr "" + +msgid "imposition-template.signature" +msgstr "" + +msgid "input-attributes" +msgstr "" + +msgid "input-auto-scaling" +msgstr "" + +msgid "input-auto-skew-correction" +msgstr "" + +msgid "input-brightness" +msgstr "" + +msgid "input-color-mode" +msgstr "" + +msgid "input-color-mode.auto" +msgstr "" + +msgid "input-color-mode.bi-level" +msgstr "" + +msgid "input-color-mode.cmyk_16" +msgstr "" + +msgid "input-color-mode.cmyk_8" +msgstr "" + +msgid "input-color-mode.color" +msgstr "" + +msgid "input-color-mode.color_8" +msgstr "" + +msgid "input-color-mode.monochrome" +msgstr "" + +msgid "input-color-mode.monochrome_16" +msgstr "" + +msgid "input-color-mode.monochrome_4" +msgstr "" + +msgid "input-color-mode.monochrome_8" +msgstr "" + +msgid "input-color-mode.rgb_16" +msgstr "" + +msgid "input-color-mode.rgba_16" +msgstr "" + +msgid "input-color-mode.rgba_8" +msgstr "" + +msgid "input-content-type" +msgstr "" + +msgid "input-content-type.auto" +msgstr "" + +msgid "input-content-type.halftone" +msgstr "" + +msgid "input-content-type.line-art" +msgstr "" + +msgid "input-content-type.magazine" +msgstr "" + +msgid "input-content-type.photo" +msgstr "" + +msgid "input-content-type.text" +msgstr "" + +msgid "input-content-type.text-and-photo" +msgstr "" + +msgid "input-contrast" +msgstr "" + +msgid "input-film-scan-mode" +msgstr "" + +msgid "input-film-scan-mode.black-and-white-negative-film" +msgstr "" + +msgid "input-film-scan-mode.color-negative-film" +msgstr "" + +msgid "input-film-scan-mode.color-slide-film" +msgstr "" + +msgid "input-film-scan-mode.not-applicable" +msgstr "" + +msgid "input-images-to-transfer" +msgstr "" + +msgid "input-media" +msgstr "" + +msgid "input-media.auto" +msgstr "" + +msgid "input-orientation-requested" +msgstr "" + +msgid "input-quality" +msgstr "" + +msgid "input-resolution" +msgstr "" + +msgid "input-scaling-height" +msgstr "" + +msgid "input-scaling-width" +msgstr "" + +msgid "input-scan-regions" +msgstr "" + +msgid "input-sharpness" +msgstr "" + +msgid "input-sides" +msgstr "" + +msgid "input-source" +msgstr "" + +msgid "input-source.adf" +msgstr "" + +msgid "input-source.film-reader" +msgstr "" + +msgid "input-source.platen" +msgstr "" + +msgid "insert-after-page-number" +msgstr "" + +msgid "insert-count" +msgstr "" + +msgid "insert-sheet" +msgstr "" + +msgid "job-account-id" +msgstr "" + +msgid "job-account-type" +msgstr "" + +msgid "job-account-type.general" +msgstr "" + +msgid "job-account-type.group" +msgstr "" + +msgid "job-account-type.none" +msgstr "" + +msgid "job-accounting-output-bin" +msgstr "" + +msgid "job-accounting-sheets" +msgstr "" + +msgid "job-accounting-sheets-type" +msgstr "" + +msgid "job-accounting-sheets-type.none" +msgstr "" + +msgid "job-accounting-sheets-type.standard" +msgstr "" + +msgid "job-accounting-user-id" +msgstr "" + +msgid "job-collation-type" +msgstr "" + +msgid "job-collation-type.3" +msgstr "" + +msgid "job-collation-type.4" +msgstr "" + +msgid "job-collation-type.5" +msgstr "" + +msgid "job-copies" +msgstr "" + +msgid "job-cover-back" +msgstr "" + +msgid "job-cover-front" +msgstr "" + +msgid "job-delay-output-until" +msgstr "" + +msgid "job-delay-output-until-time" +msgstr "" + +msgid "job-delay-output-until.day-time" +msgstr "" + +msgid "job-delay-output-until.evening" +msgstr "" + +msgid "job-delay-output-until.indefinite" +msgstr "" + +msgid "job-delay-output-until.night" +msgstr "" + +msgid "job-delay-output-until.no-delay-output" +msgstr "" + +msgid "job-delay-output-until.second-shift" +msgstr "" + +msgid "job-delay-output-until.third-shift" +msgstr "" + +msgid "job-delay-output-until.weekend" +msgstr "" + +msgid "job-error-action" +msgstr "" + +msgid "job-error-action.abort-job" +msgstr "" + +msgid "job-error-action.cancel-job" +msgstr "" + +msgid "job-error-action.continue-job" +msgstr "" + +msgid "job-error-action.suspend-job" +msgstr "" + +msgid "job-error-sheet" +msgstr "" + +msgid "job-error-sheet-type" +msgstr "" + +msgid "job-error-sheet-type.none" +msgstr "" + +msgid "job-error-sheet-type.standard" +msgstr "" + +msgid "job-error-sheet-when" +msgstr "" + +msgid "job-error-sheet-when.always" +msgstr "" + +msgid "job-error-sheet-when.on-error" +msgstr "" + +msgid "job-finishings" +msgstr "" + +msgid "job-hold-until" +msgstr "" + +msgid "job-hold-until-time" +msgstr "" + +msgid "job-hold-until.day-time" +msgstr "" + +msgid "job-hold-until.evening" +msgstr "" + +msgid "job-hold-until.indefinite" +msgstr "" + +msgid "job-hold-until.night" +msgstr "" + +msgid "job-hold-until.no-hold" +msgstr "" + +msgid "job-hold-until.second-shift" +msgstr "" + +msgid "job-hold-until.third-shift" +msgstr "" + +msgid "job-hold-until.weekend" +msgstr "" + +msgid "job-mandatory-attributes" +msgstr "" + +msgid "job-name" +msgstr "" + +msgid "job-phone-number" +msgstr "" + +msgid "job-priority" +msgstr "" + +msgid "job-recipient-name" +msgstr "" + +msgid "job-save-disposition" +msgstr "" + +msgid "job-sheet-message" +msgstr "" + +msgid "job-sheets" +msgstr "" + +msgid "job-sheets-col" +msgstr "" + +msgid "job-sheets.first-print-stream-page" +msgstr "" + +msgid "job-sheets.job-both-sheet" +msgstr "" + +msgid "job-sheets.job-end-sheet" +msgstr "" + +msgid "job-sheets.job-start-sheet" +msgstr "" + +msgid "job-sheets.none" +msgstr "" + +msgid "job-sheets.standard" +msgstr "" + +msgid "job-state" +msgstr "" + +msgid "job-state-message" +msgstr "" + +msgid "job-state-reasons" +msgstr "" + +msgid "job-state-reasons.aborted-by-system" +msgstr "" + +msgid "job-state-reasons.account-authorization-failed" +msgstr "" + +msgid "job-state-reasons.account-closed" +msgstr "" + +msgid "job-state-reasons.account-info-needed" +msgstr "" + +msgid "job-state-reasons.account-limit-reached" +msgstr "" + +msgid "job-state-reasons.compression-error" +msgstr "" + +msgid "job-state-reasons.conflicting-attributes" +msgstr "" + +msgid "job-state-reasons.connected-to-destination" +msgstr "" + +msgid "job-state-reasons.connecting-to-destination" +msgstr "" + +msgid "job-state-reasons.destination-uri-failed" +msgstr "" + +msgid "job-state-reasons.digital-signature-did-not-verify" +msgstr "" + +msgid "job-state-reasons.digital-signature-type-not-supported" +msgstr "" + +msgid "job-state-reasons.document-access-error" +msgstr "" + +msgid "job-state-reasons.document-format-error" +msgstr "" + +msgid "job-state-reasons.document-password-error" +msgstr "" + +msgid "job-state-reasons.document-permission-error" +msgstr "" + +msgid "job-state-reasons.document-security-error" +msgstr "" + +msgid "job-state-reasons.document-unprintable-error" +msgstr "" + +msgid "job-state-reasons.errors-detected" +msgstr "" + +msgid "job-state-reasons.job-canceled-at-device" +msgstr "" + +msgid "job-state-reasons.job-canceled-by-operator" +msgstr "" + +msgid "job-state-reasons.job-canceled-by-user" +msgstr "" + +msgid "job-state-reasons.job-completed-successfully" +msgstr "" + +msgid "job-state-reasons.job-completed-with-errors" +msgstr "" + +msgid "job-state-reasons.job-completed-with-warnings" +msgstr "" + +msgid "job-state-reasons.job-data-insufficient" +msgstr "" + +msgid "job-state-reasons.job-delay-output-until-specified" +msgstr "" + +msgid "job-state-reasons.job-digital-signature-wait" +msgstr "" + +msgid "job-state-reasons.job-fetchable" +msgstr "" + +msgid "job-state-reasons.job-held-for-review" +msgstr "" + +msgid "job-state-reasons.job-hold-until-specified" +msgstr "" + +msgid "job-state-reasons.job-incoming" +msgstr "" + +msgid "job-state-reasons.job-interpreting" +msgstr "" + +msgid "job-state-reasons.job-outgoing" +msgstr "" + +msgid "job-state-reasons.job-password-wait" +msgstr "" + +msgid "job-state-reasons.job-printed-successfully" +msgstr "" + +msgid "job-state-reasons.job-printed-with-errors" +msgstr "" + +msgid "job-state-reasons.job-printed-with-warnings" +msgstr "" + +msgid "job-state-reasons.job-printing" +msgstr "" + +msgid "job-state-reasons.job-queued" +msgstr "" + +msgid "job-state-reasons.job-queued-for-marker" +msgstr "" + +msgid "job-state-reasons.job-release-wait" +msgstr "" + +msgid "job-state-reasons.job-restartable" +msgstr "" + +msgid "job-state-reasons.job-resuming" +msgstr "" + +msgid "job-state-reasons.job-saved-successfully" +msgstr "" + +msgid "job-state-reasons.job-saved-with-errors" +msgstr "" + +msgid "job-state-reasons.job-saved-with-warnings" +msgstr "" + +msgid "job-state-reasons.job-saving" +msgstr "" + +msgid "job-state-reasons.job-spooling" +msgstr "" + +msgid "job-state-reasons.job-streaming" +msgstr "" + +msgid "job-state-reasons.job-suspended" +msgstr "" + +msgid "job-state-reasons.job-suspended-by-operator" +msgstr "" + +msgid "job-state-reasons.job-suspended-by-system" +msgstr "" + +msgid "job-state-reasons.job-suspended-by-user" +msgstr "" + +msgid "job-state-reasons.job-suspending" +msgstr "" + +msgid "job-state-reasons.job-transferring" +msgstr "" + +msgid "job-state-reasons.job-transforming" +msgstr "" + +msgid "job-state-reasons.none" +msgstr "" + +msgid "job-state-reasons.printer-stopped" +msgstr "" + +msgid "job-state-reasons.printer-stopped-partly" +msgstr "" + +msgid "job-state-reasons.processing-to-stop-point" +msgstr "" + +msgid "job-state-reasons.queued-in-device" +msgstr "" + +msgid "job-state-reasons.resources-are-not-ready" +msgstr "" + +msgid "job-state-reasons.resources-are-not-supported" +msgstr "" + +msgid "job-state-reasons.service-off-line" +msgstr "" + +msgid "job-state-reasons.submission-interrupted" +msgstr "" + +msgid "job-state-reasons.unsupported-attributes-or-values" +msgstr "" + +msgid "job-state-reasons.unsupported-compression" +msgstr "" + +msgid "job-state-reasons.unsupported-document-format" +msgstr "" + +msgid "job-state-reasons.waiting-for-user-action" +msgstr "" + +msgid "job-state-reasons.warnings-detected" +msgstr "" + +msgid "job-state.3" +msgstr "" + +msgid "job-state.4" +msgstr "" + +msgid "job-state.5" +msgstr "" + +msgid "job-state.6" +msgstr "" + +msgid "job-state.7" +msgstr "" + +msgid "job-state.8" +msgstr "" + +msgid "job-state.9" +msgstr "" + +msgid "laminating" +msgstr "" + +msgid "laminating-sides" +msgstr "" + +msgid "laminating-sides.back" +msgstr "" + +msgid "laminating-sides.both" +msgstr "" + +msgid "laminating-sides.front" +msgstr "" + +msgid "laminating-type" +msgstr "" + +msgid "laminating-type.archival" +msgstr "" + +msgid "laminating-type.glossy" +msgstr "" + +msgid "laminating-type.high-gloss" +msgstr "" + +msgid "laminating-type.matte" +msgstr "" + +msgid "laminating-type.semi-gloss" +msgstr "" + +msgid "laminating-type.translucent" +msgstr "" + +msgid "logo" +msgstr "" + +msgid "material-amount" +msgstr "" + +msgid "material-amount-units" +msgstr "" + +msgid "material-amount-units.g" +msgstr "" + +msgid "material-amount-units.kg" +msgstr "" + +msgid "material-amount-units.l" +msgstr "" + +msgid "material-amount-units.m" +msgstr "" + +msgid "material-amount-units.ml" +msgstr "" + +msgid "material-amount-units.mm" +msgstr "" + +msgid "material-color" +msgstr "" + +msgid "material-diameter" +msgstr "" + +msgid "material-diameter-tolerance" +msgstr "" + +msgid "material-fill-density" +msgstr "" + +msgid "material-name" +msgstr "" + +msgid "material-purpose" +msgstr "" + +msgid "material-purpose.all" +msgstr "" + +msgid "material-purpose.base" +msgstr "" + +msgid "material-purpose.in-fill" +msgstr "" + +msgid "material-purpose.shell" +msgstr "" + +msgid "material-purpose.support" +msgstr "" + +msgid "material-rate" +msgstr "" + +msgid "material-rate-units" +msgstr "" + +msgid "material-rate-units.mg_second" +msgstr "" + +msgid "material-rate-units.ml_second" +msgstr "" + +msgid "material-rate-units.mm_second" +msgstr "" + +msgid "material-shell-thickness" +msgstr "" + +msgid "material-temperature" +msgstr "" + +msgid "material-type" +msgstr "" + +msgid "material-type.abs" +msgstr "" + +msgid "material-type.abs-carbon-fiber" +msgstr "" + +msgid "material-type.abs-carbon-nanotube" +msgstr "" + +msgid "material-type.chocolate" +msgstr "" + +msgid "material-type.gold" +msgstr "" + +msgid "material-type.nylon" +msgstr "" + +msgid "material-type.pet" +msgstr "" + +msgid "material-type.photopolymer" +msgstr "" + +msgid "material-type.pla" +msgstr "" + +msgid "material-type.pla-conductive" +msgstr "" + +msgid "material-type.pla-flexible" +msgstr "" + +msgid "material-type.pla-magnetic" +msgstr "" + +msgid "material-type.pla-steel" +msgstr "" + +msgid "material-type.pla-stone" +msgstr "" + +msgid "material-type.pla-wood" +msgstr "" + +msgid "material-type.polycarbonate" +msgstr "" + +msgid "material-type.pva-dissolvable" +msgstr "" + +msgid "material-type.silver" +msgstr "" + +msgid "material-type.titanium" +msgstr "" + +msgid "material-type.wax" +msgstr "" + +msgid "materials-col" +msgstr "" + +msgid "media" +msgstr "" + +msgid "media-back-coating" +msgstr "" + +msgid "media-back-coating.glossy" +msgstr "" + +msgid "media-back-coating.high-gloss" +msgstr "" + +msgid "media-back-coating.matte" +msgstr "" + +msgid "media-back-coating.none" +msgstr "" + +msgid "media-back-coating.satin" +msgstr "" + +msgid "media-back-coating.semi-gloss" +msgstr "" + +msgid "media-bottom-margin" +msgstr "" + +msgid "media-col" +msgstr "" + +msgid "media-color" +msgstr "" + +msgid "media-color.black" +msgstr "" + +msgid "media-color.blue" +msgstr "" + +msgid "media-color.brown" +msgstr "" + +msgid "media-color.buff" +msgstr "" + +msgid "media-color.clear-black" +msgstr "" + +msgid "media-color.clear-blue" +msgstr "" + +msgid "media-color.clear-brown" +msgstr "" + +msgid "media-color.clear-buff" +msgstr "" + +msgid "media-color.clear-cyan" +msgstr "" + +msgid "media-color.clear-gold" +msgstr "" + +msgid "media-color.clear-goldenrod" +msgstr "" + +msgid "media-color.clear-gray" +msgstr "" + +msgid "media-color.clear-green" +msgstr "" + +msgid "media-color.clear-ivory" +msgstr "" + +msgid "media-color.clear-magenta" +msgstr "" + +msgid "media-color.clear-multi-color" +msgstr "" + +msgid "media-color.clear-mustard" +msgstr "" + +msgid "media-color.clear-orange" +msgstr "" + +msgid "media-color.clear-pink" +msgstr "" + +msgid "media-color.clear-red" +msgstr "" + +msgid "media-color.clear-silver" +msgstr "" + +msgid "media-color.clear-turquoise" +msgstr "" + +msgid "media-color.clear-violet" +msgstr "" + +msgid "media-color.clear-white" +msgstr "" + +msgid "media-color.clear-yellow" +msgstr "" + +msgid "media-color.cyan" +msgstr "" + +msgid "media-color.dark-blue" +msgstr "" + +msgid "media-color.dark-brown" +msgstr "" + +msgid "media-color.dark-buff" +msgstr "" + +msgid "media-color.dark-cyan" +msgstr "" + +msgid "media-color.dark-gold" +msgstr "" + +msgid "media-color.dark-goldenrod" +msgstr "" + +msgid "media-color.dark-gray" +msgstr "" + +msgid "media-color.dark-green" +msgstr "" + +msgid "media-color.dark-ivory" +msgstr "" + +msgid "media-color.dark-magenta" +msgstr "" + +msgid "media-color.dark-mustard" +msgstr "" + +msgid "media-color.dark-orange" +msgstr "" + +msgid "media-color.dark-pink" +msgstr "" + +msgid "media-color.dark-red" +msgstr "" + +msgid "media-color.dark-silver" +msgstr "" + +msgid "media-color.dark-turquoise" +msgstr "" + +msgid "media-color.dark-violet" +msgstr "" + +msgid "media-color.dark-yellow" +msgstr "" + +msgid "media-color.gold" +msgstr "" + +msgid "media-color.goldenrod" +msgstr "" + +msgid "media-color.gray" +msgstr "" + +msgid "media-color.green" +msgstr "" + +msgid "media-color.ivory" +msgstr "" + +msgid "media-color.light-black" +msgstr "" + +msgid "media-color.light-blue" +msgstr "" + +msgid "media-color.light-brown" +msgstr "" + +msgid "media-color.light-buff" +msgstr "" + +msgid "media-color.light-cyan" +msgstr "" + +msgid "media-color.light-gold" +msgstr "" + +msgid "media-color.light-goldenrod" +msgstr "" + +msgid "media-color.light-gray" +msgstr "" + +msgid "media-color.light-green" +msgstr "" + +msgid "media-color.light-ivory" +msgstr "" + +msgid "media-color.light-magenta" +msgstr "" + +msgid "media-color.light-mustard" +msgstr "" + +msgid "media-color.light-orange" +msgstr "" + +msgid "media-color.light-pink" +msgstr "" + +msgid "media-color.light-red" +msgstr "" + +msgid "media-color.light-silver" +msgstr "" + +msgid "media-color.light-turquoise" +msgstr "" + +msgid "media-color.light-violet" +msgstr "" + +msgid "media-color.light-yellow" +msgstr "" + +msgid "media-color.magenta" +msgstr "" + +msgid "media-color.multi-color" +msgstr "" + +msgid "media-color.mustard" +msgstr "" + +msgid "media-color.no-color" +msgstr "" + +msgid "media-color.orange" +msgstr "" + +msgid "media-color.pink" +msgstr "" + +msgid "media-color.red" +msgstr "" + +msgid "media-color.silver" +msgstr "" + +msgid "media-color.turquoise" +msgstr "" + +msgid "media-color.violet" +msgstr "" + +msgid "media-color.white" +msgstr "" + +msgid "media-color.yellow" +msgstr "" + +msgid "media-front-coating" +msgstr "" + +msgid "media-grain" +msgstr "" + +msgid "media-grain.x-direction" +msgstr "" + +msgid "media-grain.y-direction" +msgstr "" + +msgid "media-hole-count" +msgstr "" + +msgid "media-info" +msgstr "" + +msgid "media-input-tray-check" +msgstr "" + +msgid "media-left-margin" +msgstr "" + +msgid "media-pre-printed" +msgstr "" + +msgid "media-pre-printed.blank" +msgstr "" + +msgid "media-pre-printed.letter-head" +msgstr "" + +msgid "media-pre-printed.pre-printed" +msgstr "" + +msgid "media-recycled" +msgstr "" + +msgid "media-recycled.none" +msgstr "" + +msgid "media-recycled.standard" +msgstr "" + +msgid "media-right-margin" +msgstr "" + +msgid "media-size" +msgstr "" + +msgid "media-size-name" +msgstr "" + +msgid "media-source" +msgstr "" + +msgid "media-source.alternate" +msgstr "" + +msgid "media-source.alternate-roll" +msgstr "" + +msgid "media-source.auto" +msgstr "" + +msgid "media-source.bottom" +msgstr "" + +msgid "media-source.by-pass-tray" +msgstr "" + +msgid "media-source.center" +msgstr "" + +msgid "media-source.disc" +msgstr "" + +msgid "media-source.envelope" +msgstr "" + +msgid "media-source.hagaki" +msgstr "" + +msgid "media-source.large-capacity" +msgstr "" + +msgid "media-source.left" +msgstr "" + +msgid "media-source.main" +msgstr "" + +msgid "media-source.main-roll" +msgstr "" + +msgid "media-source.manual" +msgstr "" + +msgid "media-source.middle" +msgstr "" + +msgid "media-source.photo" +msgstr "" + +msgid "media-source.rear" +msgstr "" + +msgid "media-source.right" +msgstr "" + +msgid "media-source.roll-1" +msgstr "" + +msgid "media-source.roll-10" +msgstr "" + +msgid "media-source.roll-2" +msgstr "" + +msgid "media-source.roll-3" +msgstr "" + +msgid "media-source.roll-4" +msgstr "" + +msgid "media-source.roll-5" +msgstr "" + +msgid "media-source.roll-6" +msgstr "" + +msgid "media-source.roll-7" +msgstr "" + +msgid "media-source.roll-8" +msgstr "" + +msgid "media-source.roll-9" +msgstr "" + +msgid "media-source.side" +msgstr "" + +msgid "media-source.top" +msgstr "" + +msgid "media-source.tray-1" +msgstr "" + +msgid "media-source.tray-10" +msgstr "" + +msgid "media-source.tray-11" +msgstr "" + +msgid "media-source.tray-12" +msgstr "" + +msgid "media-source.tray-13" +msgstr "" + +msgid "media-source.tray-14" +msgstr "" + +msgid "media-source.tray-15" +msgstr "" + +msgid "media-source.tray-16" +msgstr "" + +msgid "media-source.tray-17" +msgstr "" + +msgid "media-source.tray-18" +msgstr "" + +msgid "media-source.tray-19" +msgstr "" + +msgid "media-source.tray-2" +msgstr "" + +msgid "media-source.tray-20" +msgstr "" + +msgid "media-source.tray-3" +msgstr "" + +msgid "media-source.tray-4" +msgstr "" + +msgid "media-source.tray-5" +msgstr "" + +msgid "media-source.tray-6" +msgstr "" + +msgid "media-source.tray-7" +msgstr "" + +msgid "media-source.tray-8" +msgstr "" + +msgid "media-source.tray-9" +msgstr "" + +msgid "media-thickness" +msgstr "" + +msgid "media-tooth" +msgstr "" + +msgid "media-tooth.antique" +msgstr "" + +msgid "media-tooth.calendared" +msgstr "" + +msgid "media-tooth.coarse" +msgstr "" + +msgid "media-tooth.fine" +msgstr "" + +msgid "media-tooth.linen" +msgstr "" + +msgid "media-tooth.medium" +msgstr "" + +msgid "media-tooth.smooth" +msgstr "" + +msgid "media-tooth.stipple" +msgstr "" + +msgid "media-tooth.uncalendared" +msgstr "" + +msgid "media-tooth.vellum" +msgstr "" + +msgid "media-top-margin" +msgstr "" + +msgid "media-type" +msgstr "" + +msgid "media-type.aluminum" +msgstr "" + +msgid "media-type.auto" +msgstr "" + +msgid "media-type.back-print-film" +msgstr "" + +msgid "media-type.cardboard" +msgstr "" + +msgid "media-type.cardstock" +msgstr "" + +msgid "media-type.cd" +msgstr "" + +msgid "media-type.com.hp.advanced-photo" +msgstr "" + +msgid "media-type.com.hp.brochure-glossy" +msgstr "" + +msgid "media-type.com.hp.brochure-matte" +msgstr "" + +msgid "media-type.com.hp.cover-matte" +msgstr "" + +msgid "media-type.com.hp.ecosmart-lite" +msgstr "" + +msgid "media-type.com.hp.everyday-glossy" +msgstr "" + +msgid "media-type.com.hp.everyday-matte" +msgstr "" + +msgid "media-type.com.hp.extra-heavy" +msgstr "" + +msgid "media-type.com.hp.intermediate" +msgstr "" + +msgid "media-type.com.hp.mid-weight" +msgstr "" + +msgid "media-type.com.hp.premium-inkjet" +msgstr "" + +msgid "media-type.com.hp.premium-photo" +msgstr "" + +msgid "media-type.com.hp.premium-presentation-matte" +msgstr "" + +msgid "media-type.continuous" +msgstr "" + +msgid "media-type.continuous-long" +msgstr "" + +msgid "media-type.continuous-short" +msgstr "" + +msgid "media-type.corrugated-board" +msgstr "" + +msgid "media-type.disc" +msgstr "" + +msgid "media-type.disc-glossy" +msgstr "" + +msgid "media-type.disc-high-gloss" +msgstr "" + +msgid "media-type.disc-matte" +msgstr "" + +msgid "media-type.disc-satin" +msgstr "" + +msgid "media-type.disc-semi-gloss" +msgstr "" + +msgid "media-type.double-wall" +msgstr "" + +msgid "media-type.dry-film" +msgstr "" + +msgid "media-type.dvd" +msgstr "" + +msgid "media-type.embossing-foil" +msgstr "" + +msgid "media-type.end-board" +msgstr "" + +msgid "media-type.envelope" +msgstr "" + +msgid "media-type.envelope-archival" +msgstr "" + +msgid "media-type.envelope-bond" +msgstr "" + +msgid "media-type.envelope-coated" +msgstr "" + +msgid "media-type.envelope-cotton" +msgstr "" + +msgid "media-type.envelope-fine" +msgstr "" + +msgid "media-type.envelope-heavyweight" +msgstr "" + +msgid "media-type.envelope-inkjet" +msgstr "" + +msgid "media-type.envelope-lightweight" +msgstr "" + +msgid "media-type.envelope-plain" +msgstr "" + +msgid "media-type.envelope-preprinted" +msgstr "" + +msgid "media-type.envelope-window" +msgstr "" + +msgid "media-type.fabric" +msgstr "" + +msgid "media-type.fabric-archival" +msgstr "" + +msgid "media-type.fabric-glossy" +msgstr "" + +msgid "media-type.fabric-high-gloss" +msgstr "" + +msgid "media-type.fabric-matte" +msgstr "" + +msgid "media-type.fabric-semi-gloss" +msgstr "" + +msgid "media-type.fabric-waterproof" +msgstr "" + +msgid "media-type.film" +msgstr "" + +msgid "media-type.flexo-base" +msgstr "" + +msgid "media-type.flexo-photo-polymer" +msgstr "" + +msgid "media-type.flute" +msgstr "" + +msgid "media-type.foil" +msgstr "" + +msgid "media-type.full-cut-tabs" +msgstr "" + +msgid "media-type.glass" +msgstr "" + +msgid "media-type.glass-colored" +msgstr "" + +msgid "media-type.glass-opaque" +msgstr "" + +msgid "media-type.glass-surfaced" +msgstr "" + +msgid "media-type.glass-textured" +msgstr "" + +msgid "media-type.gravure-cylinder" +msgstr "" + +msgid "media-type.image-setter-paper" +msgstr "" + +msgid "media-type.imaging-cylinder" +msgstr "" + +msgid "media-type.jp.co.canon_photo-paper-plus-glossy-ii" +msgstr "" + +msgid "media-type.jp.co.canon_photo-paper-pro-platinum" +msgstr "" + +msgid "media-type.jp.co.canon-photo-paper-plus-glossy-ii" +msgstr "" + +msgid "media-type.jp.co.canon-photo-paper-pro-platinum" +msgstr "" + +msgid "media-type.labels" +msgstr "" + +msgid "media-type.labels-colored" +msgstr "" + +msgid "media-type.labels-glossy" +msgstr "" + +msgid "media-type.labels-high-gloss" +msgstr "" + +msgid "media-type.labels-inkjet" +msgstr "" + +msgid "media-type.labels-matte" +msgstr "" + +msgid "media-type.labels-permanent" +msgstr "" + +msgid "media-type.labels-satin" +msgstr "" + +msgid "media-type.labels-security" +msgstr "" + +msgid "media-type.labels-semi-gloss" +msgstr "" + +msgid "media-type.laminating-foil" +msgstr "" + +msgid "media-type.letterhead" +msgstr "" + +msgid "media-type.metal" +msgstr "" + +msgid "media-type.metal-glossy" +msgstr "" + +msgid "media-type.metal-high-gloss" +msgstr "" + +msgid "media-type.metal-matte" +msgstr "" + +msgid "media-type.metal-satin" +msgstr "" + +msgid "media-type.metal-semi-gloss" +msgstr "" + +msgid "media-type.mounting-tape" +msgstr "" + +msgid "media-type.multi-layer" +msgstr "" + +msgid "media-type.multi-part-form" +msgstr "" + +msgid "media-type.other" +msgstr "" + +msgid "media-type.paper" +msgstr "" + +msgid "media-type.photographic" +msgstr "" + +msgid "media-type.photographic-archival" +msgstr "" + +msgid "media-type.photographic-film" +msgstr "" + +msgid "media-type.photographic-glossy" +msgstr "" + +msgid "media-type.photographic-high-gloss" +msgstr "" + +msgid "media-type.photographic-matte" +msgstr "" + +msgid "media-type.photographic-satin" +msgstr "" + +msgid "media-type.photographic-semi-gloss" +msgstr "" + +msgid "media-type.plastic" +msgstr "" + +msgid "media-type.plastic-archival" +msgstr "" + +msgid "media-type.plastic-colored" +msgstr "" + +msgid "media-type.plastic-glossy" +msgstr "" + +msgid "media-type.plastic-high-gloss" +msgstr "" + +msgid "media-type.plastic-matte" +msgstr "" + +msgid "media-type.plastic-satin" +msgstr "" + +msgid "media-type.plastic-semi-gloss" +msgstr "" + +msgid "media-type.plate" +msgstr "" + +msgid "media-type.polyester" +msgstr "" + +msgid "media-type.pre-cut-tabs" +msgstr "" + +msgid "media-type.roll" +msgstr "" + +msgid "media-type.screen" +msgstr "" + +msgid "media-type.screen-paged" +msgstr "" + +msgid "media-type.self-adhesive" +msgstr "" + +msgid "media-type.self-adhesive-film" +msgstr "" + +msgid "media-type.shrink-foil" +msgstr "" + +msgid "media-type.single-face" +msgstr "" + +msgid "media-type.single-wall" +msgstr "" + +msgid "media-type.sleeve" +msgstr "" + +msgid "media-type.stationery" +msgstr "" + +msgid "media-type.stationery-archival" +msgstr "" + +msgid "media-type.stationery-coated" +msgstr "" + +msgid "media-type.stationery-cotton" +msgstr "" + +msgid "media-type.stationery-fine" +msgstr "" + +msgid "media-type.stationery-heavyweight" +msgstr "" + +msgid "media-type.stationery-heavyweight-coated" +msgstr "" + +msgid "media-type.stationery-inkjet" +msgstr "" + +msgid "media-type.stationery-letterhead" +msgstr "" + +msgid "media-type.stationery-lightweight" +msgstr "" + +msgid "media-type.stationery-preprinted" +msgstr "" + +msgid "media-type.stationery-prepunched" +msgstr "" + +msgid "media-type.tab-stock" +msgstr "" + +msgid "media-type.tractor" +msgstr "" + +msgid "media-type.transfer" +msgstr "" + +msgid "media-type.transparency" +msgstr "" + +msgid "media-type.triple-wall" +msgstr "" + +msgid "media-type.wet-film" +msgstr "" + +msgid "media-weight-metric" +msgstr "" + +msgid "media.asme_f_28x40in" +msgstr "" + +msgid "media.choice_iso_a4_210x297mm_na_letter_8.5x11in" +msgstr "" + +msgid "media.iso_2a0_1189x1682mm" +msgstr "" + +msgid "media.iso_a0_841x1189mm" +msgstr "" + +msgid "media.iso_a0x3_1189x2523mm" +msgstr "" + +msgid "media.iso_a10_26x37mm" +msgstr "" + +msgid "media.iso_a1_594x841mm" +msgstr "" + +msgid "media.iso_a1x3_841x1783mm" +msgstr "" + +msgid "media.iso_a1x4_841x2378mm" +msgstr "" + +msgid "media.iso_a2_420x594mm" +msgstr "" + +msgid "media.iso_a2x3_594x1261mm" +msgstr "" + +msgid "media.iso_a2x4_594x1682mm" +msgstr "" + +msgid "media.iso_a2x5_594x2102mm" +msgstr "" + +msgid "media.iso_a3-extra_322x445mm" +msgstr "" + +msgid "media.iso_a3_297x420mm" +msgstr "" + +msgid "media.iso_a3x3_420x891mm" +msgstr "" + +msgid "media.iso_a3x4_420x1189mm" +msgstr "" + +msgid "media.iso_a3x5_420x1486mm" +msgstr "" + +msgid "media.iso_a3x6_420x1783mm" +msgstr "" + +msgid "media.iso_a3x7_420x2080mm" +msgstr "" + +msgid "media.iso_a4-extra_235.5x322.3mm" +msgstr "" + +msgid "media.iso_a4-tab_225x297mm" +msgstr "" + +msgid "media.iso_a4_210x297mm" +msgstr "" + +msgid "media.iso_a4x3_297x630mm" +msgstr "" + +msgid "media.iso_a4x4_297x841mm" +msgstr "" + +msgid "media.iso_a4x5_297x1051mm" +msgstr "" + +msgid "media.iso_a4x6_297x1261mm" +msgstr "" + +msgid "media.iso_a4x7_297x1471mm" +msgstr "" + +msgid "media.iso_a4x8_297x1682mm" +msgstr "" + +msgid "media.iso_a4x9_297x1892mm" +msgstr "" + +msgid "media.iso_a5-extra_174x235mm" +msgstr "" + +msgid "media.iso_a5_148x210mm" +msgstr "" + +msgid "media.iso_a6_105x148mm" +msgstr "" + +msgid "media.iso_a7_74x105mm" +msgstr "" + +msgid "media.iso_a8_52x74mm" +msgstr "" + +msgid "media.iso_a9_37x52mm" +msgstr "" + +msgid "media.iso_b0_1000x1414mm" +msgstr "" + +msgid "media.iso_b10_31x44mm" +msgstr "" + +msgid "media.iso_b1_707x1000mm" +msgstr "" + +msgid "media.iso_b2_500x707mm" +msgstr "" + +msgid "media.iso_b3_353x500mm" +msgstr "" + +msgid "media.iso_b4_250x353mm" +msgstr "" + +msgid "media.iso_b5-extra_201x276mm" +msgstr "" + +msgid "media.iso_b5_176x250mm" +msgstr "" + +msgid "media.iso_b6_125x176mm" +msgstr "" + +msgid "media.iso_b6c4_125x324mm" +msgstr "" + +msgid "media.iso_b7_88x125mm" +msgstr "" + +msgid "media.iso_b8_62x88mm" +msgstr "" + +msgid "media.iso_b9_44x62mm" +msgstr "" + +msgid "media.iso_c0_917x1297mm" +msgstr "" + +msgid "media.iso_c10_28x40mm" +msgstr "" + +msgid "media.iso_c1_648x917mm" +msgstr "" + +msgid "media.iso_c2_458x648mm" +msgstr "" + +msgid "media.iso_c3_324x458mm" +msgstr "" + +msgid "media.iso_c4_229x324mm" +msgstr "" + +msgid "media.iso_c5_162x229mm" +msgstr "" + +msgid "media.iso_c6_114x162mm" +msgstr "" + +msgid "media.iso_c6c5_114x229mm" +msgstr "" + +msgid "media.iso_c7_81x114mm" +msgstr "" + +msgid "media.iso_c7c6_81x162mm" +msgstr "" + +msgid "media.iso_c8_57x81mm" +msgstr "" + +msgid "media.iso_c9_40x57mm" +msgstr "" + +msgid "media.iso_dl_110x220mm" +msgstr "" + +msgid "media.iso_ra0_860x1220mm" +msgstr "" + +msgid "media.iso_ra1_610x860mm" +msgstr "" + +msgid "media.iso_ra2_430x610mm" +msgstr "" + +msgid "media.iso_ra3_305x430mm" +msgstr "" + +msgid "media.iso_ra4_215x305mm" +msgstr "" + +msgid "media.iso_sra0_900x1280mm" +msgstr "" + +msgid "media.iso_sra1_640x900mm" +msgstr "" + +msgid "media.iso_sra2_450x640mm" +msgstr "" + +msgid "media.iso_sra3_320x450mm" +msgstr "" + +msgid "media.iso_sra4_225x320mm" +msgstr "" + +msgid "media.jis_b0_1030x1456mm" +msgstr "" + +msgid "media.jis_b10_32x45mm" +msgstr "" + +msgid "media.jis_b1_728x1030mm" +msgstr "" + +msgid "media.jis_b2_515x728mm" +msgstr "" + +msgid "media.jis_b3_364x515mm" +msgstr "" + +msgid "media.jis_b4_257x364mm" +msgstr "" + +msgid "media.jis_b5_182x257mm" +msgstr "" + +msgid "media.jis_b6_128x182mm" +msgstr "" + +msgid "media.jis_b7_91x128mm" +msgstr "" + +msgid "media.jis_b8_64x91mm" +msgstr "" + +msgid "media.jis_b9_45x64mm" +msgstr "" + +msgid "media.jis_exec_216x330mm" +msgstr "" + +msgid "media.jpn_chou2_111.1x146mm" +msgstr "" + +msgid "media.jpn_chou3_120x235mm" +msgstr "" + +msgid "media.jpn_chou4_90x205mm" +msgstr "" + +msgid "media.jpn_hagaki_100x148mm" +msgstr "" + +msgid "media.jpn_kahu_240x322.1mm" +msgstr "" + +msgid "media.jpn_kaku2_240x332mm" +msgstr "" + +msgid "media.jpn_kaku3_216x277mm" +msgstr "" + +msgid "media.jpn_kaku4_197x267mm" +msgstr "" + +msgid "media.jpn_kaku5_190x240mm" +msgstr "" + +msgid "media.jpn_kaku7_142x205mm" +msgstr "" + +msgid "media.jpn_kaku8_119x197mm" +msgstr "" + +msgid "media.jpn_oufuku_148x200mm" +msgstr "" + +msgid "media.jpn_you4_105x235mm" +msgstr "" + +msgid "media.na_10x11_10x11in" +msgstr "" + +msgid "media.na_10x13_10x13in" +msgstr "" + +msgid "media.na_10x14_10x14in" +msgstr "" + +msgid "media.na_10x15_10x15in" +msgstr "" + +msgid "media.na_11x12_11x12in" +msgstr "" + +msgid "media.na_11x15_11x15in" +msgstr "" + +msgid "media.na_12x19_12x19in" +msgstr "" + +msgid "media.na_5x7_5x7in" +msgstr "" + +msgid "media.na_6x9_6x9in" +msgstr "" + +msgid "media.na_7x9_7x9in" +msgstr "" + +msgid "media.na_9x11_9x11in" +msgstr "" + +msgid "media.na_a2_4.375x5.75in" +msgstr "" + +msgid "media.na_arch-a_9x12in" +msgstr "" + +msgid "media.na_arch-b_12x18in" +msgstr "" + +msgid "media.na_arch-c_18x24in" +msgstr "" + +msgid "media.na_arch-d_24x36in" +msgstr "" + +msgid "media.na_arch-e2_26x38in" +msgstr "" + +msgid "media.na_arch-e3_27x39in" +msgstr "" + +msgid "media.na_arch-e_36x48in" +msgstr "" + +msgid "media.na_b-plus_12x19.17in" +msgstr "" + +msgid "media.na_c5_6.5x9.5in" +msgstr "" + +msgid "media.na_c_17x22in" +msgstr "" + +msgid "media.na_d_22x34in" +msgstr "" + +msgid "media.na_e_34x44in" +msgstr "" + +msgid "media.na_edp_11x14in" +msgstr "" + +msgid "media.na_eur-edp_12x14in" +msgstr "" + +msgid "media.na_executive_7.25x10.5in" +msgstr "" + +msgid "media.na_f_44x68in" +msgstr "" + +msgid "media.na_fanfold-eur_8.5x12in" +msgstr "" + +msgid "media.na_fanfold-us_11x14.875in" +msgstr "" + +msgid "media.na_foolscap_8.5x13in" +msgstr "" + +msgid "media.na_govt-legal_8x13in" +msgstr "" + +msgid "media.na_govt-letter_8x10in" +msgstr "" + +msgid "media.na_index-3x5_3x5in" +msgstr "" + +msgid "media.na_index-4x6-ext_6x8in" +msgstr "" + +msgid "media.na_index-4x6_4x6in" +msgstr "" + +msgid "media.na_index-5x8_5x8in" +msgstr "" + +msgid "media.na_invoice_5.5x8.5in" +msgstr "" + +msgid "media.na_ledger_11x17in" +msgstr "" + +msgid "media.na_legal-extra_9.5x15in" +msgstr "" + +msgid "media.na_legal_8.5x14in" +msgstr "" + +msgid "media.na_letter-extra_9.5x12in" +msgstr "" + +msgid "media.na_letter-plus_8.5x12.69in" +msgstr "" + +msgid "media.na_letter_8.5x11in" +msgstr "" + +msgid "media.na_monarch_3.875x7.5in" +msgstr "" + +msgid "media.na_number-10_4.125x9.5in" +msgstr "" + +msgid "media.na_number-11_4.5x10.375in" +msgstr "" + +msgid "media.na_number-12_4.75x11in" +msgstr "" + +msgid "media.na_number-14_5x11.5in" +msgstr "" + +msgid "media.na_number-9_3.875x8.875in" +msgstr "" + +msgid "media.na_oficio_8.5x13.4in" +msgstr "" + +msgid "media.na_personal_3.625x6.5in" +msgstr "" + +msgid "media.na_quarto_8.5x10.83in" +msgstr "" + +msgid "media.na_super-a_8.94x14in" +msgstr "" + +msgid "media.na_super-b_13x19in" +msgstr "" + +msgid "media.na_wide-format_30x42in" +msgstr "" + +msgid "media.oe_12x16_12x16in" +msgstr "" + +msgid "media.oe_14x17_14x17in" +msgstr "" + +msgid "media.oe_18x22_18x22in" +msgstr "" + +msgid "media.oe_a2plus_17x24in" +msgstr "" + +msgid "media.oe_photo-10r_10x12in" +msgstr "" + +msgid "media.oe_photo-20r_20x24in" +msgstr "" + +msgid "media.oe_photo-l_3.5x5in" +msgstr "" + +msgid "media.oe_photo-s10r_10x15in" +msgstr "" + +msgid "media.om_16k_184x260mm" +msgstr "" + +msgid "media.om_16k_195x270mm" +msgstr "" + +msgid "media.om_dai-pa-kai_275x395mm" +msgstr "" + +msgid "media.om_folio-sp_215x315mm" +msgstr "" + +msgid "media.om_folio_210x330mm" +msgstr "" + +msgid "media.om_invite_220x220mm" +msgstr "" + +msgid "media.om_italian_110x230mm" +msgstr "" + +msgid "media.om_juuro-ku-kai_198x275mm" +msgstr "" + +msgid "media.om_large-photo_200x300" +msgstr "" + +msgid "media.om_medium-photo_130x180mm" +msgstr "" + +msgid "media.om_pa-kai_267x389mm" +msgstr "" + +msgid "media.om_postfix_114x229mm" +msgstr "" + +msgid "media.om_small-photo_100x150mm" +msgstr "" + +msgid "media.om_wide-photo_100x200mm" +msgstr "" + +msgid "media.prc_10_324x458mm" +msgstr "" + +msgid "media.prc_16k_146x215mm" +msgstr "" + +msgid "media.prc_1_102x165mm" +msgstr "" + +msgid "media.prc_2_102x176mm" +msgstr "" + +msgid "media.prc_32k_97x151mm" +msgstr "" + +msgid "media.prc_3_125x176mm" +msgstr "" + +msgid "media.prc_4_110x208mm" +msgstr "" + +msgid "media.prc_5_110x220mm" +msgstr "" + +msgid "media.prc_6_120x320mm" +msgstr "" + +msgid "media.prc_7_160x230mm" +msgstr "" + +msgid "media.prc_8_120x309mm" +msgstr "" + +msgid "media.roc_16k_7.75x10.75in" +msgstr "" + +msgid "media.roc_8k_10.75x15.5in" +msgstr "" + +msgid "multiple-document-handling" +msgstr "" + +msgid "multiple-document-handling.separate-documents-collated-copies" +msgstr "" + +msgid "multiple-document-handling.separate-documents-uncollated-copies" +msgstr "" + +msgid "multiple-document-handling.single-document" +msgstr "" + +msgid "multiple-document-handling.single-document-new-sheet" +msgstr "" + +msgid "multiple-object-handling" +msgstr "" + +msgid "multiple-object-handling.auto" +msgstr "" + +msgid "multiple-object-handling.best-fit" +msgstr "" + +msgid "multiple-object-handling.best-quality" +msgstr "" + +msgid "multiple-object-handling.best-speed" +msgstr "" + +msgid "multiple-object-handling.one-at-a-time" +msgstr "" + +msgid "multiple-operation-time-out-action" +msgstr "" + +msgid "multiple-operation-time-out-action.abort-job" +msgstr "" + +msgid "multiple-operation-time-out-action.hold-job" +msgstr "" + +msgid "multiple-operation-time-out-action.process-job" +msgstr "" + +msgid "noise-removal" +msgstr "" + +msgid "notify-attributes" +msgstr "" + +msgid "notify-charset" +msgstr "" + +msgid "notify-events" +msgstr "" + +msgid "notify-events.document-completed" +msgstr "" + +msgid "notify-events.document-config-changed" +msgstr "" + +msgid "notify-events.document-created" +msgstr "" + +msgid "notify-events.document-fetchable" +msgstr "" + +msgid "notify-events.document-state-changed" +msgstr "" + +msgid "notify-events.document-stopped" +msgstr "" + +msgid "notify-events.job-completed" +msgstr "" + +msgid "notify-events.job-config-changed" +msgstr "" + +msgid "notify-events.job-created" +msgstr "" + +msgid "notify-events.job-fetchable" +msgstr "" + +msgid "notify-events.job-progress" +msgstr "" + +msgid "notify-events.job-state-changed" +msgstr "" + +msgid "notify-events.job-stopped" +msgstr "" + +msgid "notify-events.none" +msgstr "" + +msgid "notify-events.printer-config-changed" +msgstr "" + +msgid "notify-events.printer-finishings-changed" +msgstr "" + +msgid "notify-events.printer-media-changed" +msgstr "" + +msgid "notify-events.printer-queue-order-changed" +msgstr "" + +msgid "notify-events.printer-restarted" +msgstr "" + +msgid "notify-events.printer-shutdown" +msgstr "" + +msgid "notify-events.printer-state-changed" +msgstr "" + +msgid "notify-events.printer-stopped" +msgstr "" + +msgid "notify-get-interval" +msgstr "" + +msgid "notify-lease-duration" +msgstr "" + +msgid "notify-natural-language" +msgstr "" + +msgid "notify-pull-method" +msgstr "" + +msgid "notify-recipient-uri" +msgstr "" + +msgid "notify-sequence-numbers" +msgstr "" + +msgid "notify-subscription-ids" +msgstr "" + +msgid "notify-time-interval" +msgstr "" + +msgid "notify-user-data" +msgstr "" + +msgid "notify-wait" +msgstr "" + +msgid "number-of-retries" +msgstr "" + +msgid "number-up" +msgstr "" + +msgid "object-offset" +msgstr "" + +msgid "object-size" +msgstr "" + +msgid "organization-name" +msgstr "" + +msgid "orientation-requested" +msgstr "" + +msgid "orientation-requested.3" +msgstr "" + +msgid "orientation-requested.4" +msgstr "" + +msgid "orientation-requested.5" +msgstr "" + +msgid "orientation-requested.6" +msgstr "" + +msgid "orientation-requested.7" +msgstr "" + +msgid "output-attributes" +msgstr "" + +msgid "output-bin" +msgstr "" + +msgid "output-bin.auto" +msgstr "" + +msgid "output-bin.bottom" +msgstr "" + +msgid "output-bin.center" +msgstr "" + +msgid "output-bin.face-down" +msgstr "" + +msgid "output-bin.face-up" +msgstr "" + +msgid "output-bin.large-capacity" +msgstr "" + +msgid "output-bin.left" +msgstr "" + +msgid "output-bin.mailbox-1" +msgstr "" + +msgid "output-bin.mailbox-10" +msgstr "" + +msgid "output-bin.mailbox-2" +msgstr "" + +msgid "output-bin.mailbox-3" +msgstr "" + +msgid "output-bin.mailbox-4" +msgstr "" + +msgid "output-bin.mailbox-5" +msgstr "" + +msgid "output-bin.mailbox-6" +msgstr "" + +msgid "output-bin.mailbox-7" +msgstr "" + +msgid "output-bin.mailbox-8" +msgstr "" + +msgid "output-bin.mailbox-9" +msgstr "" + +msgid "output-bin.middle" +msgstr "" + +msgid "output-bin.my-mailbox" +msgstr "" + +msgid "output-bin.rear" +msgstr "" + +msgid "output-bin.right" +msgstr "" + +msgid "output-bin.side" +msgstr "" + +msgid "output-bin.stacker-1" +msgstr "" + +msgid "output-bin.stacker-10" +msgstr "" + +msgid "output-bin.stacker-2" +msgstr "" + +msgid "output-bin.stacker-3" +msgstr "" + +msgid "output-bin.stacker-4" +msgstr "" + +msgid "output-bin.stacker-5" +msgstr "" + +msgid "output-bin.stacker-6" +msgstr "" + +msgid "output-bin.stacker-7" +msgstr "" + +msgid "output-bin.stacker-8" +msgstr "" + +msgid "output-bin.stacker-9" +msgstr "" + +msgid "output-bin.top" +msgstr "" + +msgid "output-bin.tray-1" +msgstr "" + +msgid "output-bin.tray-10" +msgstr "" + +msgid "output-bin.tray-2" +msgstr "" + +msgid "output-bin.tray-3" +msgstr "" + +msgid "output-bin.tray-4" +msgstr "" + +msgid "output-bin.tray-5" +msgstr "" + +msgid "output-bin.tray-6" +msgstr "" + +msgid "output-bin.tray-7" +msgstr "" + +msgid "output-bin.tray-8" +msgstr "" + +msgid "output-bin.tray-9" +msgstr "" + +msgid "output-compression-quality-factor" +msgstr "" + +msgid "page-delivery" +msgstr "" + +msgid "page-delivery.reverse-order-face-down" +msgstr "" + +msgid "page-delivery.reverse-order-face-up" +msgstr "" + +msgid "page-delivery.same-order-face-down" +msgstr "" + +msgid "page-delivery.same-order-face-up" +msgstr "" + +msgid "page-delivery.system-specified" +msgstr "" + +msgid "page-order-received" +msgstr "" + +msgid "page-order-received.1-to-n-order" +msgstr "" + +msgid "page-order-received.n-to-1-order" +msgstr "" + +msgid "page-ranges" +msgstr "" + +msgid "pages" +msgstr "" + +msgid "pages-per-subset" +msgstr "" + +msgid "platform-shape" +msgstr "" + +msgid "platform-shape.ellipse" +msgstr "" + +msgid "platform-shape.rectangle" +msgstr "" + +msgid "platform-temperature" +msgstr "" + +msgid "post-dial-string" +msgstr "" + +msgid "pre-dial-string" +msgstr "" + +msgid "presentation-direction-number-up" +msgstr "" + +msgid "presentation-direction-number-up.tobottom-toleft" +msgstr "" + +msgid "presentation-direction-number-up.tobottom-toright" +msgstr "" + +msgid "presentation-direction-number-up.toleft-tobottom" +msgstr "" + +msgid "presentation-direction-number-up.toleft-totop" +msgstr "" + +msgid "presentation-direction-number-up.toright-tobottom" +msgstr "" + +msgid "presentation-direction-number-up.toright-totop" +msgstr "" + +msgid "presentation-direction-number-up.totop-toleft" +msgstr "" + +msgid "presentation-direction-number-up.totop-toright" +msgstr "" + +msgid "print-accuracy" +msgstr "" + +msgid "print-base" +msgstr "" + +msgid "print-base.brim" +msgstr "" + +msgid "print-base.none" +msgstr "" + +msgid "print-base.raft" +msgstr "" + +msgid "print-base.skirt" +msgstr "" + +msgid "print-base.standard" +msgstr "" + +msgid "print-color-mode" +msgstr "" + +msgid "print-color-mode.auto" +msgstr "" + +msgid "print-color-mode.bi-level" +msgstr "" + +msgid "print-color-mode.color" +msgstr "" + +msgid "print-color-mode.highlight" +msgstr "" + +msgid "print-color-mode.monochrome" +msgstr "" + +msgid "print-color-mode.process-bi-level" +msgstr "" + +msgid "print-color-mode.process-monochrome" +msgstr "" + +msgid "print-content-optimize" +msgstr "" + +msgid "print-content-optimize.auto" +msgstr "" + +msgid "print-content-optimize.graphic" +msgstr "" + +msgid "print-content-optimize.photo" +msgstr "" + +msgid "print-content-optimize.text" +msgstr "" + +msgid "print-content-optimize.text-and-graphic" +msgstr "" + +msgid "print-objects" +msgstr "" + +msgid "print-quality" +msgstr "" + +msgid "print-quality.3" +msgstr "" + +msgid "print-quality.4" +msgstr "" + +msgid "print-quality.5" +msgstr "" + +msgid "print-rendering-intent" +msgstr "" + +msgid "print-rendering-intent.absolute" +msgstr "" + +msgid "print-rendering-intent.auto" +msgstr "" + +msgid "print-rendering-intent.perceptual" +msgstr "" + +msgid "print-rendering-intent.relative" +msgstr "" + +msgid "print-rendering-intent.relative-bpc" +msgstr "" + +msgid "print-rendering-intent.saturation" +msgstr "" + +msgid "print-scaling" +msgstr "" + +msgid "print-scaling.auto" +msgstr "" + +msgid "print-scaling.auto-fit" +msgstr "" + +msgid "print-scaling.fill" +msgstr "" + +msgid "print-scaling.fit" +msgstr "" + +msgid "print-scaling.none" +msgstr "" + +msgid "print-supports" +msgstr "" + +msgid "print-supports.material" +msgstr "" + +msgid "print-supports.none" +msgstr "" + +msgid "print-supports.standard" +msgstr "" + +msgid "printer-message-from-operator" +msgstr "" + +msgid "printer-resolution" +msgstr "" + +msgid "printer-state" +msgstr "" + +msgid "printer-state-reasons" +msgstr "" + +msgid "printer-state-reasons.alert-removal-of-binary-change-entry" +msgstr "" + +msgid "printer-state-reasons.bander-added" +msgstr "" + +msgid "printer-state-reasons.bander-almost-empty" +msgstr "" + +msgid "printer-state-reasons.bander-almost-full" +msgstr "" + +msgid "printer-state-reasons.bander-at-limit" +msgstr "" + +msgid "printer-state-reasons.bander-closed" +msgstr "" + +msgid "printer-state-reasons.bander-configuration-change" +msgstr "" + +msgid "printer-state-reasons.bander-cover-closed" +msgstr "" + +msgid "printer-state-reasons.bander-cover-open" +msgstr "" + +msgid "printer-state-reasons.bander-empty" +msgstr "" + +msgid "printer-state-reasons.bander-full" +msgstr "" + +msgid "printer-state-reasons.bander-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.bander-interlock-open" +msgstr "" + +msgid "printer-state-reasons.bander-jam" +msgstr "" + +msgid "printer-state-reasons.bander-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.bander-life-over" +msgstr "" + +msgid "printer-state-reasons.bander-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.bander-missing" +msgstr "" + +msgid "printer-state-reasons.bander-motor-failure" +msgstr "" + +msgid "printer-state-reasons.bander-near-limit" +msgstr "" + +msgid "printer-state-reasons.bander-offline" +msgstr "" + +msgid "printer-state-reasons.bander-opened" +msgstr "" + +msgid "printer-state-reasons.bander-over-temperature" +msgstr "" + +msgid "printer-state-reasons.bander-power-saver" +msgstr "" + +msgid "printer-state-reasons.bander-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.bander-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.bander-removed" +msgstr "" + +msgid "printer-state-reasons.bander-resource-added" +msgstr "" + +msgid "printer-state-reasons.bander-resource-removed" +msgstr "" + +msgid "printer-state-reasons.bander-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.bander-timing-failure" +msgstr "" + +msgid "printer-state-reasons.bander-turned-off" +msgstr "" + +msgid "printer-state-reasons.bander-turned-on" +msgstr "" + +msgid "printer-state-reasons.bander-under-temperature" +msgstr "" + +msgid "printer-state-reasons.bander-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.bander-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.bander-warming-up" +msgstr "" + +msgid "printer-state-reasons.binder-added" +msgstr "" + +msgid "printer-state-reasons.binder-almost-empty" +msgstr "" + +msgid "printer-state-reasons.binder-almost-full" +msgstr "" + +msgid "printer-state-reasons.binder-at-limit" +msgstr "" + +msgid "printer-state-reasons.binder-closed" +msgstr "" + +msgid "printer-state-reasons.binder-configuration-change" +msgstr "" + +msgid "printer-state-reasons.binder-cover-closed" +msgstr "" + +msgid "printer-state-reasons.binder-cover-open" +msgstr "" + +msgid "printer-state-reasons.binder-empty" +msgstr "" + +msgid "printer-state-reasons.binder-full" +msgstr "" + +msgid "printer-state-reasons.binder-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.binder-interlock-open" +msgstr "" + +msgid "printer-state-reasons.binder-jam" +msgstr "" + +msgid "printer-state-reasons.binder-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.binder-life-over" +msgstr "" + +msgid "printer-state-reasons.binder-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.binder-missing" +msgstr "" + +msgid "printer-state-reasons.binder-motor-failure" +msgstr "" + +msgid "printer-state-reasons.binder-near-limit" +msgstr "" + +msgid "printer-state-reasons.binder-offline" +msgstr "" + +msgid "printer-state-reasons.binder-opened" +msgstr "" + +msgid "printer-state-reasons.binder-over-temperature" +msgstr "" + +msgid "printer-state-reasons.binder-power-saver" +msgstr "" + +msgid "printer-state-reasons.binder-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.binder-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.binder-removed" +msgstr "" + +msgid "printer-state-reasons.binder-resource-added" +msgstr "" + +msgid "printer-state-reasons.binder-resource-removed" +msgstr "" + +msgid "printer-state-reasons.binder-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.binder-timing-failure" +msgstr "" + +msgid "printer-state-reasons.binder-turned-off" +msgstr "" + +msgid "printer-state-reasons.binder-turned-on" +msgstr "" + +msgid "printer-state-reasons.binder-under-temperature" +msgstr "" + +msgid "printer-state-reasons.binder-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.binder-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.binder-warming-up" +msgstr "" + +msgid "printer-state-reasons.camera-failure" +msgstr "" + +msgid "printer-state-reasons.chamber-cooling" +msgstr "" + +msgid "printer-state-reasons.chamber-heating" +msgstr "" + +msgid "printer-state-reasons.chamber-temperature-high" +msgstr "" + +msgid "printer-state-reasons.chamber-temperature-low" +msgstr "" + +msgid "printer-state-reasons.cleaner-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.cleaner-life-over" +msgstr "" + +msgid "printer-state-reasons.configuration-change" +msgstr "" + +msgid "printer-state-reasons.connecting-to-device" +msgstr "" + +msgid "printer-state-reasons.cover-open" +msgstr "" + +msgid "printer-state-reasons.deactivated" +msgstr "" + +msgid "printer-state-reasons.developer-empty" +msgstr "" + +msgid "printer-state-reasons.developer-low" +msgstr "" + +msgid "printer-state-reasons.die-cutter-added" +msgstr "" + +msgid "printer-state-reasons.die-cutter-almost-empty" +msgstr "" + +msgid "printer-state-reasons.die-cutter-almost-full" +msgstr "" + +msgid "printer-state-reasons.die-cutter-at-limit" +msgstr "" + +msgid "printer-state-reasons.die-cutter-closed" +msgstr "" + +msgid "printer-state-reasons.die-cutter-configuration-change" +msgstr "" + +msgid "printer-state-reasons.die-cutter-cover-closed" +msgstr "" + +msgid "printer-state-reasons.die-cutter-cover-open" +msgstr "" + +msgid "printer-state-reasons.die-cutter-empty" +msgstr "" + +msgid "printer-state-reasons.die-cutter-full" +msgstr "" + +msgid "printer-state-reasons.die-cutter-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.die-cutter-interlock-open" +msgstr "" + +msgid "printer-state-reasons.die-cutter-jam" +msgstr "" + +msgid "printer-state-reasons.die-cutter-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.die-cutter-life-over" +msgstr "" + +msgid "printer-state-reasons.die-cutter-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.die-cutter-missing" +msgstr "" + +msgid "printer-state-reasons.die-cutter-motor-failure" +msgstr "" + +msgid "printer-state-reasons.die-cutter-near-limit" +msgstr "" + +msgid "printer-state-reasons.die-cutter-offline" +msgstr "" + +msgid "printer-state-reasons.die-cutter-opened" +msgstr "" + +msgid "printer-state-reasons.die-cutter-over-temperature" +msgstr "" + +msgid "printer-state-reasons.die-cutter-power-saver" +msgstr "" + +msgid "printer-state-reasons.die-cutter-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.die-cutter-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.die-cutter-removed" +msgstr "" + +msgid "printer-state-reasons.die-cutter-resource-added" +msgstr "" + +msgid "printer-state-reasons.die-cutter-resource-removed" +msgstr "" + +msgid "printer-state-reasons.die-cutter-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.die-cutter-timing-failure" +msgstr "" + +msgid "printer-state-reasons.die-cutter-turned-off" +msgstr "" + +msgid "printer-state-reasons.die-cutter-turned-on" +msgstr "" + +msgid "printer-state-reasons.die-cutter-under-temperature" +msgstr "" + +msgid "printer-state-reasons.die-cutter-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.die-cutter-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.die-cutter-warming-up" +msgstr "" + +msgid "printer-state-reasons.door-open" +msgstr "" + +msgid "printer-state-reasons.extruder-cooling" +msgstr "" + +msgid "printer-state-reasons.extruder-failure" +msgstr "" + +msgid "printer-state-reasons.extruder-heating" +msgstr "" + +msgid "printer-state-reasons.extruder-jam" +msgstr "" + +msgid "printer-state-reasons.extruder-temperature-high" +msgstr "" + +msgid "printer-state-reasons.extruder-temperature-low" +msgstr "" + +msgid "printer-state-reasons.fan-failure" +msgstr "" + +msgid "printer-state-reasons.folder-added" +msgstr "" + +msgid "printer-state-reasons.folder-almost-empty" +msgstr "" + +msgid "printer-state-reasons.folder-almost-full" +msgstr "" + +msgid "printer-state-reasons.folder-at-limit" +msgstr "" + +msgid "printer-state-reasons.folder-closed" +msgstr "" + +msgid "printer-state-reasons.folder-configuration-change" +msgstr "" + +msgid "printer-state-reasons.folder-cover-closed" +msgstr "" + +msgid "printer-state-reasons.folder-cover-open" +msgstr "" + +msgid "printer-state-reasons.folder-empty" +msgstr "" + +msgid "printer-state-reasons.folder-full" +msgstr "" + +msgid "printer-state-reasons.folder-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.folder-interlock-open" +msgstr "" + +msgid "printer-state-reasons.folder-jam" +msgstr "" + +msgid "printer-state-reasons.folder-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.folder-life-over" +msgstr "" + +msgid "printer-state-reasons.folder-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.folder-missing" +msgstr "" + +msgid "printer-state-reasons.folder-motor-failure" +msgstr "" + +msgid "printer-state-reasons.folder-near-limit" +msgstr "" + +msgid "printer-state-reasons.folder-offline" +msgstr "" + +msgid "printer-state-reasons.folder-opened" +msgstr "" + +msgid "printer-state-reasons.folder-over-temperature" +msgstr "" + +msgid "printer-state-reasons.folder-power-saver" +msgstr "" + +msgid "printer-state-reasons.folder-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.folder-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.folder-removed" +msgstr "" + +msgid "printer-state-reasons.folder-resource-added" +msgstr "" + +msgid "printer-state-reasons.folder-resource-removed" +msgstr "" + +msgid "printer-state-reasons.folder-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.folder-timing-failure" +msgstr "" + +msgid "printer-state-reasons.folder-turned-off" +msgstr "" + +msgid "printer-state-reasons.folder-turned-on" +msgstr "" + +msgid "printer-state-reasons.folder-under-temperature" +msgstr "" + +msgid "printer-state-reasons.folder-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.folder-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.folder-warming-up" +msgstr "" + +msgid "printer-state-reasons.fuser-over-temp" +msgstr "" + +msgid "printer-state-reasons.fuser-under-temp" +msgstr "" + +msgid "printer-state-reasons.hold-new-jobs" +msgstr "" + +msgid "printer-state-reasons.identify-printer-requested" +msgstr "" + +msgid "printer-state-reasons.imprinter-added" +msgstr "" + +msgid "printer-state-reasons.imprinter-almost-empty" +msgstr "" + +msgid "printer-state-reasons.imprinter-almost-full" +msgstr "" + +msgid "printer-state-reasons.imprinter-at-limit" +msgstr "" + +msgid "printer-state-reasons.imprinter-closed" +msgstr "" + +msgid "printer-state-reasons.imprinter-configuration-change" +msgstr "" + +msgid "printer-state-reasons.imprinter-cover-closed" +msgstr "" + +msgid "printer-state-reasons.imprinter-cover-open" +msgstr "" + +msgid "printer-state-reasons.imprinter-empty" +msgstr "" + +msgid "printer-state-reasons.imprinter-full" +msgstr "" + +msgid "printer-state-reasons.imprinter-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.imprinter-interlock-open" +msgstr "" + +msgid "printer-state-reasons.imprinter-jam" +msgstr "" + +msgid "printer-state-reasons.imprinter-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.imprinter-life-over" +msgstr "" + +msgid "printer-state-reasons.imprinter-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.imprinter-missing" +msgstr "" + +msgid "printer-state-reasons.imprinter-motor-failure" +msgstr "" + +msgid "printer-state-reasons.imprinter-near-limit" +msgstr "" + +msgid "printer-state-reasons.imprinter-offline" +msgstr "" + +msgid "printer-state-reasons.imprinter-opened" +msgstr "" + +msgid "printer-state-reasons.imprinter-over-temperature" +msgstr "" + +msgid "printer-state-reasons.imprinter-power-saver" +msgstr "" + +msgid "printer-state-reasons.imprinter-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.imprinter-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.imprinter-removed" +msgstr "" + +msgid "printer-state-reasons.imprinter-resource-added" +msgstr "" + +msgid "printer-state-reasons.imprinter-resource-removed" +msgstr "" + +msgid "printer-state-reasons.imprinter-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.imprinter-timing-failure" +msgstr "" + +msgid "printer-state-reasons.imprinter-turned-off" +msgstr "" + +msgid "printer-state-reasons.imprinter-turned-on" +msgstr "" + +msgid "printer-state-reasons.imprinter-under-temperature" +msgstr "" + +msgid "printer-state-reasons.imprinter-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.imprinter-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.imprinter-warming-up" +msgstr "" + +msgid "printer-state-reasons.input-cannot-feed-size-selected" +msgstr "" + +msgid "printer-state-reasons.input-manual-input-request" +msgstr "" + +msgid "printer-state-reasons.input-media-color-change" +msgstr "" + +msgid "printer-state-reasons.input-media-form-parts-change" +msgstr "" + +msgid "printer-state-reasons.input-media-size-change" +msgstr "" + +msgid "printer-state-reasons.input-media-type-change" +msgstr "" + +msgid "printer-state-reasons.input-media-weight-change" +msgstr "" + +msgid "printer-state-reasons.input-tray-elevation-failure" +msgstr "" + +msgid "printer-state-reasons.input-tray-missing" +msgstr "" + +msgid "printer-state-reasons.input-tray-position-failure" +msgstr "" + +msgid "printer-state-reasons.inserter-added" +msgstr "" + +msgid "printer-state-reasons.inserter-almost-empty" +msgstr "" + +msgid "printer-state-reasons.inserter-almost-full" +msgstr "" + +msgid "printer-state-reasons.inserter-at-limit" +msgstr "" + +msgid "printer-state-reasons.inserter-closed" +msgstr "" + +msgid "printer-state-reasons.inserter-configuration-change" +msgstr "" + +msgid "printer-state-reasons.inserter-cover-closed" +msgstr "" + +msgid "printer-state-reasons.inserter-cover-open" +msgstr "" + +msgid "printer-state-reasons.inserter-empty" +msgstr "" + +msgid "printer-state-reasons.inserter-full" +msgstr "" + +msgid "printer-state-reasons.inserter-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.inserter-interlock-open" +msgstr "" + +msgid "printer-state-reasons.inserter-jam" +msgstr "" + +msgid "printer-state-reasons.inserter-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.inserter-life-over" +msgstr "" + +msgid "printer-state-reasons.inserter-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.inserter-missing" +msgstr "" + +msgid "printer-state-reasons.inserter-motor-failure" +msgstr "" + +msgid "printer-state-reasons.inserter-near-limit" +msgstr "" + +msgid "printer-state-reasons.inserter-offline" +msgstr "" + +msgid "printer-state-reasons.inserter-opened" +msgstr "" + +msgid "printer-state-reasons.inserter-over-temperature" +msgstr "" + +msgid "printer-state-reasons.inserter-power-saver" +msgstr "" + +msgid "printer-state-reasons.inserter-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.inserter-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.inserter-removed" +msgstr "" + +msgid "printer-state-reasons.inserter-resource-added" +msgstr "" + +msgid "printer-state-reasons.inserter-resource-removed" +msgstr "" + +msgid "printer-state-reasons.inserter-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.inserter-timing-failure" +msgstr "" + +msgid "printer-state-reasons.inserter-turned-off" +msgstr "" + +msgid "printer-state-reasons.inserter-turned-on" +msgstr "" + +msgid "printer-state-reasons.inserter-under-temperature" +msgstr "" + +msgid "printer-state-reasons.inserter-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.inserter-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.inserter-warming-up" +msgstr "" + +msgid "printer-state-reasons.interlock-closed" +msgstr "" + +msgid "printer-state-reasons.interlock-open" +msgstr "" + +msgid "printer-state-reasons.interpreter-cartridge-added" +msgstr "" + +msgid "printer-state-reasons.interpreter-cartridge-deleted" +msgstr "" + +msgid "printer-state-reasons.interpreter-complex-page-encountered" +msgstr "" + +msgid "printer-state-reasons.interpreter-memory-decrease" +msgstr "" + +msgid "printer-state-reasons.interpreter-memory-increase" +msgstr "" + +msgid "printer-state-reasons.interpreter-resource-added" +msgstr "" + +msgid "printer-state-reasons.interpreter-resource-deleted" +msgstr "" + +msgid "printer-state-reasons.interpreter-resource-unavailable" +msgstr "" + +msgid "printer-state-reasons.lamp-at-eol" +msgstr "" + +msgid "printer-state-reasons.lamp-failure" +msgstr "" + +msgid "printer-state-reasons.lamp-near-eol" +msgstr "" + +msgid "printer-state-reasons.laser-at-eol" +msgstr "" + +msgid "printer-state-reasons.laser-failure" +msgstr "" + +msgid "printer-state-reasons.laser-near-eol" +msgstr "" + +msgid "printer-state-reasons.make-envelope-added" +msgstr "" + +msgid "printer-state-reasons.make-envelope-almost-empty" +msgstr "" + +msgid "printer-state-reasons.make-envelope-almost-full" +msgstr "" + +msgid "printer-state-reasons.make-envelope-at-limit" +msgstr "" + +msgid "printer-state-reasons.make-envelope-closed" +msgstr "" + +msgid "printer-state-reasons.make-envelope-configuration-change" +msgstr "" + +msgid "printer-state-reasons.make-envelope-cover-closed" +msgstr "" + +msgid "printer-state-reasons.make-envelope-cover-open" +msgstr "" + +msgid "printer-state-reasons.make-envelope-empty" +msgstr "" + +msgid "printer-state-reasons.make-envelope-full" +msgstr "" + +msgid "printer-state-reasons.make-envelope-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.make-envelope-interlock-open" +msgstr "" + +msgid "printer-state-reasons.make-envelope-jam" +msgstr "" + +msgid "printer-state-reasons.make-envelope-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.make-envelope-life-over" +msgstr "" + +msgid "printer-state-reasons.make-envelope-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.make-envelope-missing" +msgstr "" + +msgid "printer-state-reasons.make-envelope-motor-failure" +msgstr "" + +msgid "printer-state-reasons.make-envelope-near-limit" +msgstr "" + +msgid "printer-state-reasons.make-envelope-offline" +msgstr "" + +msgid "printer-state-reasons.make-envelope-opened" +msgstr "" + +msgid "printer-state-reasons.make-envelope-over-temperature" +msgstr "" + +msgid "printer-state-reasons.make-envelope-power-saver" +msgstr "" + +msgid "printer-state-reasons.make-envelope-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.make-envelope-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.make-envelope-removed" +msgstr "" + +msgid "printer-state-reasons.make-envelope-resource-added" +msgstr "" + +msgid "printer-state-reasons.make-envelope-resource-removed" +msgstr "" + +msgid "printer-state-reasons.make-envelope-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.make-envelope-timing-failure" +msgstr "" + +msgid "printer-state-reasons.make-envelope-turned-off" +msgstr "" + +msgid "printer-state-reasons.make-envelope-turned-on" +msgstr "" + +msgid "printer-state-reasons.make-envelope-under-temperature" +msgstr "" + +msgid "printer-state-reasons.make-envelope-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.make-envelope-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.make-envelope-warming-up" +msgstr "" + +msgid "printer-state-reasons.marker-adjusting-print-quality" +msgstr "" + +msgid "printer-state-reasons.marker-developer-almost-empty" +msgstr "" + +msgid "printer-state-reasons.marker-developer-empty" +msgstr "" + +msgid "printer-state-reasons.marker-fuser-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.marker-fuser-timing-failure" +msgstr "" + +msgid "printer-state-reasons.marker-ink-almost-empty" +msgstr "" + +msgid "printer-state-reasons.marker-ink-empty" +msgstr "" + +msgid "printer-state-reasons.marker-print-ribbon-almost-empty" +msgstr "" + +msgid "printer-state-reasons.marker-print-ribbon-empty" +msgstr "" + +msgid "printer-state-reasons.marker-supply-empty" +msgstr "" + +msgid "printer-state-reasons.marker-supply-low" +msgstr "" + +msgid "printer-state-reasons.marker-toner-cartridge-missing" +msgstr "" + +msgid "printer-state-reasons.marker-waste-almost-full" +msgstr "" + +msgid "printer-state-reasons.marker-waste-full" +msgstr "" + +msgid "printer-state-reasons.marker-waste-ink-receptacle-almost-full" +msgstr "" + +msgid "printer-state-reasons.marker-waste-ink-receptacle-full" +msgstr "" + +msgid "printer-state-reasons.marker-waste-toner-receptacle-almost-full" +msgstr "" + +msgid "printer-state-reasons.marker-waste-toner-receptacle-full" +msgstr "" + +msgid "printer-state-reasons.material-empty" +msgstr "" + +msgid "printer-state-reasons.material-low" +msgstr "" + +msgid "printer-state-reasons.material-needed" +msgstr "" + +msgid "printer-state-reasons.media-empty" +msgstr "" + +msgid "printer-state-reasons.media-jam" +msgstr "" + +msgid "printer-state-reasons.media-low" +msgstr "" + +msgid "printer-state-reasons.media-needed" +msgstr "" + +msgid "printer-state-reasons.media-path-cannot-duplex-media-selected" +msgstr "" + +msgid "printer-state-reasons.media-path-media-tray-almost-full" +msgstr "" + +msgid "printer-state-reasons.media-path-media-tray-full" +msgstr "" + +msgid "printer-state-reasons.media-path-media-tray-missing" +msgstr "" + +msgid "printer-state-reasons.motor-failure" +msgstr "" + +msgid "printer-state-reasons.moving-to-paused" +msgstr "" + +msgid "printer-state-reasons.none" +msgstr "" + +msgid "printer-state-reasons.opc-life-over" +msgstr "" + +msgid "printer-state-reasons.opc-near-eol" +msgstr "" + +msgid "printer-state-reasons.other" +msgstr "" + +msgid "printer-state-reasons.output-area-almost-full" +msgstr "" + +msgid "printer-state-reasons.output-area-full" +msgstr "" + +msgid "printer-state-reasons.output-mailbox-select-failure" +msgstr "" + +msgid "printer-state-reasons.output-tray-missing" +msgstr "" + +msgid "printer-state-reasons.paused" +msgstr "" + +msgid "printer-state-reasons.perforater-added" +msgstr "" + +msgid "printer-state-reasons.perforater-almost-empty" +msgstr "" + +msgid "printer-state-reasons.perforater-almost-full" +msgstr "" + +msgid "printer-state-reasons.perforater-at-limit" +msgstr "" + +msgid "printer-state-reasons.perforater-closed" +msgstr "" + +msgid "printer-state-reasons.perforater-configuration-change" +msgstr "" + +msgid "printer-state-reasons.perforater-cover-closed" +msgstr "" + +msgid "printer-state-reasons.perforater-cover-open" +msgstr "" + +msgid "printer-state-reasons.perforater-empty" +msgstr "" + +msgid "printer-state-reasons.perforater-full" +msgstr "" + +msgid "printer-state-reasons.perforater-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.perforater-interlock-open" +msgstr "" + +msgid "printer-state-reasons.perforater-jam" +msgstr "" + +msgid "printer-state-reasons.perforater-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.perforater-life-over" +msgstr "" + +msgid "printer-state-reasons.perforater-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.perforater-missing" +msgstr "" + +msgid "printer-state-reasons.perforater-motor-failure" +msgstr "" + +msgid "printer-state-reasons.perforater-near-limit" +msgstr "" + +msgid "printer-state-reasons.perforater-offline" +msgstr "" + +msgid "printer-state-reasons.perforater-opened" +msgstr "" + +msgid "printer-state-reasons.perforater-over-temperature" +msgstr "" + +msgid "printer-state-reasons.perforater-power-saver" +msgstr "" + +msgid "printer-state-reasons.perforater-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.perforater-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.perforater-removed" +msgstr "" + +msgid "printer-state-reasons.perforater-resource-added" +msgstr "" + +msgid "printer-state-reasons.perforater-resource-removed" +msgstr "" + +msgid "printer-state-reasons.perforater-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.perforater-timing-failure" +msgstr "" + +msgid "printer-state-reasons.perforater-turned-off" +msgstr "" + +msgid "printer-state-reasons.perforater-turned-on" +msgstr "" + +msgid "printer-state-reasons.perforater-under-temperature" +msgstr "" + +msgid "printer-state-reasons.perforater-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.perforater-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.perforater-warming-up" +msgstr "" + +msgid "printer-state-reasons.power-down" +msgstr "" + +msgid "printer-state-reasons.power-up" +msgstr "" + +msgid "printer-state-reasons.printer-manual-reset" +msgstr "" + +msgid "printer-state-reasons.printer-nms-reset" +msgstr "" + +msgid "printer-state-reasons.printer-ready-to-print" +msgstr "" + +msgid "printer-state-reasons.puncher-added" +msgstr "" + +msgid "printer-state-reasons.puncher-almost-empty" +msgstr "" + +msgid "printer-state-reasons.puncher-almost-full" +msgstr "" + +msgid "printer-state-reasons.puncher-at-limit" +msgstr "" + +msgid "printer-state-reasons.puncher-closed" +msgstr "" + +msgid "printer-state-reasons.puncher-configuration-change" +msgstr "" + +msgid "printer-state-reasons.puncher-cover-closed" +msgstr "" + +msgid "printer-state-reasons.puncher-cover-open" +msgstr "" + +msgid "printer-state-reasons.puncher-empty" +msgstr "" + +msgid "printer-state-reasons.puncher-full" +msgstr "" + +msgid "printer-state-reasons.puncher-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.puncher-interlock-open" +msgstr "" + +msgid "printer-state-reasons.puncher-jam" +msgstr "" + +msgid "printer-state-reasons.puncher-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.puncher-life-over" +msgstr "" + +msgid "printer-state-reasons.puncher-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.puncher-missing" +msgstr "" + +msgid "printer-state-reasons.puncher-motor-failure" +msgstr "" + +msgid "printer-state-reasons.puncher-near-limit" +msgstr "" + +msgid "printer-state-reasons.puncher-offline" +msgstr "" + +msgid "printer-state-reasons.puncher-opened" +msgstr "" + +msgid "printer-state-reasons.puncher-over-temperature" +msgstr "" + +msgid "printer-state-reasons.puncher-power-saver" +msgstr "" + +msgid "printer-state-reasons.puncher-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.puncher-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.puncher-removed" +msgstr "" + +msgid "printer-state-reasons.puncher-resource-added" +msgstr "" + +msgid "printer-state-reasons.puncher-resource-removed" +msgstr "" + +msgid "printer-state-reasons.puncher-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.puncher-timing-failure" +msgstr "" + +msgid "printer-state-reasons.puncher-turned-off" +msgstr "" + +msgid "printer-state-reasons.puncher-turned-on" +msgstr "" + +msgid "printer-state-reasons.puncher-under-temperature" +msgstr "" + +msgid "printer-state-reasons.puncher-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.puncher-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.puncher-warming-up" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-added" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-almost-empty" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-almost-full" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-at-limit" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-closed" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-configuration-change" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-cover-closed" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-cover-open" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-empty" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-full" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-interlock-open" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-jam" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-life-over" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-missing" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-motor-failure" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-near-limit" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-offline" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-opened" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-over-temperature" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-power-saver" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-removed" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-resource-added" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-resource-removed" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-timing-failure" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-turned-off" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-turned-on" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-under-temperature" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.separation-cutter-warming-up" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-added" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-almost-empty" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-almost-full" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-at-limit" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-closed" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-configuration-change" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-cover-closed" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-cover-open" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-empty" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-full" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-interlock-open" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-jam" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-life-over" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-missing" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-motor-failure" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-near-limit" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-offline" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-opened" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-over-temperature" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-power-saver" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-removed" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-resource-added" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-resource-removed" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-timing-failure" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-turned-off" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-turned-on" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-under-temperature" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.sheet-rotator-warming-up" +msgstr "" + +msgid "printer-state-reasons.shutdown" +msgstr "" + +msgid "printer-state-reasons.slitter-added" +msgstr "" + +msgid "printer-state-reasons.slitter-almost-empty" +msgstr "" + +msgid "printer-state-reasons.slitter-almost-full" +msgstr "" + +msgid "printer-state-reasons.slitter-at-limit" +msgstr "" + +msgid "printer-state-reasons.slitter-closed" +msgstr "" + +msgid "printer-state-reasons.slitter-configuration-change" +msgstr "" + +msgid "printer-state-reasons.slitter-cover-closed" +msgstr "" + +msgid "printer-state-reasons.slitter-cover-open" +msgstr "" + +msgid "printer-state-reasons.slitter-empty" +msgstr "" + +msgid "printer-state-reasons.slitter-full" +msgstr "" + +msgid "printer-state-reasons.slitter-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.slitter-interlock-open" +msgstr "" + +msgid "printer-state-reasons.slitter-jam" +msgstr "" + +msgid "printer-state-reasons.slitter-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.slitter-life-over" +msgstr "" + +msgid "printer-state-reasons.slitter-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.slitter-missing" +msgstr "" + +msgid "printer-state-reasons.slitter-motor-failure" +msgstr "" + +msgid "printer-state-reasons.slitter-near-limit" +msgstr "" + +msgid "printer-state-reasons.slitter-offline" +msgstr "" + +msgid "printer-state-reasons.slitter-opened" +msgstr "" + +msgid "printer-state-reasons.slitter-over-temperature" +msgstr "" + +msgid "printer-state-reasons.slitter-power-saver" +msgstr "" + +msgid "printer-state-reasons.slitter-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.slitter-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.slitter-removed" +msgstr "" + +msgid "printer-state-reasons.slitter-resource-added" +msgstr "" + +msgid "printer-state-reasons.slitter-resource-removed" +msgstr "" + +msgid "printer-state-reasons.slitter-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.slitter-timing-failure" +msgstr "" + +msgid "printer-state-reasons.slitter-turned-off" +msgstr "" + +msgid "printer-state-reasons.slitter-turned-on" +msgstr "" + +msgid "printer-state-reasons.slitter-under-temperature" +msgstr "" + +msgid "printer-state-reasons.slitter-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.slitter-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.slitter-warming-up" +msgstr "" + +msgid "printer-state-reasons.spool-area-full" +msgstr "" + +msgid "printer-state-reasons.stacker-added" +msgstr "" + +msgid "printer-state-reasons.stacker-almost-empty" +msgstr "" + +msgid "printer-state-reasons.stacker-almost-full" +msgstr "" + +msgid "printer-state-reasons.stacker-at-limit" +msgstr "" + +msgid "printer-state-reasons.stacker-closed" +msgstr "" + +msgid "printer-state-reasons.stacker-configuration-change" +msgstr "" + +msgid "printer-state-reasons.stacker-cover-closed" +msgstr "" + +msgid "printer-state-reasons.stacker-cover-open" +msgstr "" + +msgid "printer-state-reasons.stacker-empty" +msgstr "" + +msgid "printer-state-reasons.stacker-full" +msgstr "" + +msgid "printer-state-reasons.stacker-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.stacker-interlock-open" +msgstr "" + +msgid "printer-state-reasons.stacker-jam" +msgstr "" + +msgid "printer-state-reasons.stacker-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.stacker-life-over" +msgstr "" + +msgid "printer-state-reasons.stacker-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.stacker-missing" +msgstr "" + +msgid "printer-state-reasons.stacker-motor-failure" +msgstr "" + +msgid "printer-state-reasons.stacker-near-limit" +msgstr "" + +msgid "printer-state-reasons.stacker-offline" +msgstr "" + +msgid "printer-state-reasons.stacker-opened" +msgstr "" + +msgid "printer-state-reasons.stacker-over-temperature" +msgstr "" + +msgid "printer-state-reasons.stacker-power-saver" +msgstr "" + +msgid "printer-state-reasons.stacker-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.stacker-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.stacker-removed" +msgstr "" + +msgid "printer-state-reasons.stacker-resource-added" +msgstr "" + +msgid "printer-state-reasons.stacker-resource-removed" +msgstr "" + +msgid "printer-state-reasons.stacker-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.stacker-timing-failure" +msgstr "" + +msgid "printer-state-reasons.stacker-turned-off" +msgstr "" + +msgid "printer-state-reasons.stacker-turned-on" +msgstr "" + +msgid "printer-state-reasons.stacker-under-temperature" +msgstr "" + +msgid "printer-state-reasons.stacker-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.stacker-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.stacker-warming-up" +msgstr "" + +msgid "printer-state-reasons.stapler-added" +msgstr "" + +msgid "printer-state-reasons.stapler-almost-empty" +msgstr "" + +msgid "printer-state-reasons.stapler-almost-full" +msgstr "" + +msgid "printer-state-reasons.stapler-at-limit" +msgstr "" + +msgid "printer-state-reasons.stapler-closed" +msgstr "" + +msgid "printer-state-reasons.stapler-configuration-change" +msgstr "" + +msgid "printer-state-reasons.stapler-cover-closed" +msgstr "" + +msgid "printer-state-reasons.stapler-cover-open" +msgstr "" + +msgid "printer-state-reasons.stapler-empty" +msgstr "" + +msgid "printer-state-reasons.stapler-full" +msgstr "" + +msgid "printer-state-reasons.stapler-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.stapler-interlock-open" +msgstr "" + +msgid "printer-state-reasons.stapler-jam" +msgstr "" + +msgid "printer-state-reasons.stapler-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.stapler-life-over" +msgstr "" + +msgid "printer-state-reasons.stapler-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.stapler-missing" +msgstr "" + +msgid "printer-state-reasons.stapler-motor-failure" +msgstr "" + +msgid "printer-state-reasons.stapler-near-limit" +msgstr "" + +msgid "printer-state-reasons.stapler-offline" +msgstr "" + +msgid "printer-state-reasons.stapler-opened" +msgstr "" + +msgid "printer-state-reasons.stapler-over-temperature" +msgstr "" + +msgid "printer-state-reasons.stapler-power-saver" +msgstr "" + +msgid "printer-state-reasons.stapler-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.stapler-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.stapler-removed" +msgstr "" + +msgid "printer-state-reasons.stapler-resource-added" +msgstr "" + +msgid "printer-state-reasons.stapler-resource-removed" +msgstr "" + +msgid "printer-state-reasons.stapler-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.stapler-timing-failure" +msgstr "" + +msgid "printer-state-reasons.stapler-turned-off" +msgstr "" + +msgid "printer-state-reasons.stapler-turned-on" +msgstr "" + +msgid "printer-state-reasons.stapler-under-temperature" +msgstr "" + +msgid "printer-state-reasons.stapler-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.stapler-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.stapler-warming-up" +msgstr "" + +msgid "printer-state-reasons.stitcher-added" +msgstr "" + +msgid "printer-state-reasons.stitcher-almost-empty" +msgstr "" + +msgid "printer-state-reasons.stitcher-almost-full" +msgstr "" + +msgid "printer-state-reasons.stitcher-at-limit" +msgstr "" + +msgid "printer-state-reasons.stitcher-closed" +msgstr "" + +msgid "printer-state-reasons.stitcher-configuration-change" +msgstr "" + +msgid "printer-state-reasons.stitcher-cover-closed" +msgstr "" + +msgid "printer-state-reasons.stitcher-cover-open" +msgstr "" + +msgid "printer-state-reasons.stitcher-empty" +msgstr "" + +msgid "printer-state-reasons.stitcher-full" +msgstr "" + +msgid "printer-state-reasons.stitcher-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.stitcher-interlock-open" +msgstr "" + +msgid "printer-state-reasons.stitcher-jam" +msgstr "" + +msgid "printer-state-reasons.stitcher-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.stitcher-life-over" +msgstr "" + +msgid "printer-state-reasons.stitcher-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.stitcher-missing" +msgstr "" + +msgid "printer-state-reasons.stitcher-motor-failure" +msgstr "" + +msgid "printer-state-reasons.stitcher-near-limit" +msgstr "" + +msgid "printer-state-reasons.stitcher-offline" +msgstr "" + +msgid "printer-state-reasons.stitcher-opened" +msgstr "" + +msgid "printer-state-reasons.stitcher-over-temperature" +msgstr "" + +msgid "printer-state-reasons.stitcher-power-saver" +msgstr "" + +msgid "printer-state-reasons.stitcher-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.stitcher-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.stitcher-removed" +msgstr "" + +msgid "printer-state-reasons.stitcher-resource-added" +msgstr "" + +msgid "printer-state-reasons.stitcher-resource-removed" +msgstr "" + +msgid "printer-state-reasons.stitcher-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.stitcher-timing-failure" +msgstr "" + +msgid "printer-state-reasons.stitcher-turned-off" +msgstr "" + +msgid "printer-state-reasons.stitcher-turned-on" +msgstr "" + +msgid "printer-state-reasons.stitcher-under-temperature" +msgstr "" + +msgid "printer-state-reasons.stitcher-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.stitcher-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.stitcher-warming-up" +msgstr "" + +msgid "printer-state-reasons.stopped-partly" +msgstr "" + +msgid "printer-state-reasons.stopping" +msgstr "" + +msgid "printer-state-reasons.subunit-added" +msgstr "" + +msgid "printer-state-reasons.subunit-almost-empty" +msgstr "" + +msgid "printer-state-reasons.subunit-almost-full" +msgstr "" + +msgid "printer-state-reasons.subunit-at-limit" +msgstr "" + +msgid "printer-state-reasons.subunit-closed" +msgstr "" + +msgid "printer-state-reasons.subunit-empty" +msgstr "" + +msgid "printer-state-reasons.subunit-full" +msgstr "" + +msgid "printer-state-reasons.subunit-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.subunit-life-over" +msgstr "" + +msgid "printer-state-reasons.subunit-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.subunit-missing" +msgstr "" + +msgid "printer-state-reasons.subunit-motor-failure" +msgstr "" + +msgid "printer-state-reasons.subunit-near-limit" +msgstr "" + +msgid "printer-state-reasons.subunit-offline" +msgstr "" + +msgid "printer-state-reasons.subunit-opened" +msgstr "" + +msgid "printer-state-reasons.subunit-over-temperature" +msgstr "" + +msgid "printer-state-reasons.subunit-power-saver" +msgstr "" + +msgid "printer-state-reasons.subunit-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.subunit-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.subunit-removed" +msgstr "" + +msgid "printer-state-reasons.subunit-resource-added" +msgstr "" + +msgid "printer-state-reasons.subunit-resource-removed" +msgstr "" + +msgid "printer-state-reasons.subunit-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.subunit-timing-Failure" +msgstr "" + +msgid "printer-state-reasons.subunit-turned-off" +msgstr "" + +msgid "printer-state-reasons.subunit-turned-on" +msgstr "" + +msgid "printer-state-reasons.subunit-under-temperature" +msgstr "" + +msgid "printer-state-reasons.subunit-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.subunit-unrecoverable-storage" +msgstr "" + +msgid "printer-state-reasons.subunit-warming-up" +msgstr "" + +msgid "printer-state-reasons.timed-out" +msgstr "" + +msgid "printer-state-reasons.toner-empty" +msgstr "" + +msgid "printer-state-reasons.toner-low" +msgstr "" + +msgid "printer-state-reasons.trimmer-added" +msgstr "" + +msgid "printer-state-reasons.trimmer-almost-empty" +msgstr "" + +msgid "printer-state-reasons.trimmer-almost-full" +msgstr "" + +msgid "printer-state-reasons.trimmer-at-limit" +msgstr "" + +msgid "printer-state-reasons.trimmer-closed" +msgstr "" + +msgid "printer-state-reasons.trimmer-configuration-change" +msgstr "" + +msgid "printer-state-reasons.trimmer-cover-closed" +msgstr "" + +msgid "printer-state-reasons.trimmer-cover-open" +msgstr "" + +msgid "printer-state-reasons.trimmer-empty" +msgstr "" + +msgid "printer-state-reasons.trimmer-full" +msgstr "" + +msgid "printer-state-reasons.trimmer-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.trimmer-interlock-open" +msgstr "" + +msgid "printer-state-reasons.trimmer-jam" +msgstr "" + +msgid "printer-state-reasons.trimmer-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.trimmer-life-over" +msgstr "" + +msgid "printer-state-reasons.trimmer-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.trimmer-missing" +msgstr "" + +msgid "printer-state-reasons.trimmer-motor-failure" +msgstr "" + +msgid "printer-state-reasons.trimmer-near-limit" +msgstr "" + +msgid "printer-state-reasons.trimmer-offline" +msgstr "" + +msgid "printer-state-reasons.trimmer-opened" +msgstr "" + +msgid "printer-state-reasons.trimmer-over-temperature" +msgstr "" + +msgid "printer-state-reasons.trimmer-power-saver" +msgstr "" + +msgid "printer-state-reasons.trimmer-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.trimmer-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.trimmer-removed" +msgstr "" + +msgid "printer-state-reasons.trimmer-resource-added" +msgstr "" + +msgid "printer-state-reasons.trimmer-resource-removed" +msgstr "" + +msgid "printer-state-reasons.trimmer-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.trimmer-timing-failure" +msgstr "" + +msgid "printer-state-reasons.trimmer-turned-off" +msgstr "" + +msgid "printer-state-reasons.trimmer-turned-on" +msgstr "" + +msgid "printer-state-reasons.trimmer-under-temperature" +msgstr "" + +msgid "printer-state-reasons.trimmer-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.trimmer-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.trimmer-warming-up" +msgstr "" + +msgid "printer-state-reasons.unknown" +msgstr "" + +msgid "printer-state-reasons.wrapper-added" +msgstr "" + +msgid "printer-state-reasons.wrapper-almost-empty" +msgstr "" + +msgid "printer-state-reasons.wrapper-almost-full" +msgstr "" + +msgid "printer-state-reasons.wrapper-at-limit" +msgstr "" + +msgid "printer-state-reasons.wrapper-closed" +msgstr "" + +msgid "printer-state-reasons.wrapper-configuration-change" +msgstr "" + +msgid "printer-state-reasons.wrapper-cover-closed" +msgstr "" + +msgid "printer-state-reasons.wrapper-cover-open" +msgstr "" + +msgid "printer-state-reasons.wrapper-empty" +msgstr "" + +msgid "printer-state-reasons.wrapper-full" +msgstr "" + +msgid "printer-state-reasons.wrapper-interlock-closed" +msgstr "" + +msgid "printer-state-reasons.wrapper-interlock-open" +msgstr "" + +msgid "printer-state-reasons.wrapper-jam" +msgstr "" + +msgid "printer-state-reasons.wrapper-life-almost-over" +msgstr "" + +msgid "printer-state-reasons.wrapper-life-over" +msgstr "" + +msgid "printer-state-reasons.wrapper-memory-exhausted" +msgstr "" + +msgid "printer-state-reasons.wrapper-missing" +msgstr "" + +msgid "printer-state-reasons.wrapper-motor-failure" +msgstr "" + +msgid "printer-state-reasons.wrapper-near-limit" +msgstr "" + +msgid "printer-state-reasons.wrapper-offline" +msgstr "" + +msgid "printer-state-reasons.wrapper-opened" +msgstr "" + +msgid "printer-state-reasons.wrapper-over-temperature" +msgstr "" + +msgid "printer-state-reasons.wrapper-power-saver" +msgstr "" + +msgid "printer-state-reasons.wrapper-recoverable-failure" +msgstr "" + +msgid "printer-state-reasons.wrapper-recoverable-storage" +msgstr "" + +msgid "printer-state-reasons.wrapper-removed" +msgstr "" + +msgid "printer-state-reasons.wrapper-resource-added" +msgstr "" + +msgid "printer-state-reasons.wrapper-resource-removed" +msgstr "" + +msgid "printer-state-reasons.wrapper-thermistor-failure" +msgstr "" + +msgid "printer-state-reasons.wrapper-timing-failure" +msgstr "" + +msgid "printer-state-reasons.wrapper-turned-off" +msgstr "" + +msgid "printer-state-reasons.wrapper-turned-on" +msgstr "" + +msgid "printer-state-reasons.wrapper-under-temperature" +msgstr "" + +msgid "printer-state-reasons.wrapper-unrecoverable-failure" +msgstr "" + +msgid "printer-state-reasons.wrapper-unrecoverable-storage-error" +msgstr "" + +msgid "printer-state-reasons.wrapper-warming-up" +msgstr "" + +msgid "printer-state.3" +msgstr "" + +msgid "printer-state.4" +msgstr "" + +msgid "printer-state.5" +msgstr "" + +msgid "printer-up-time" +msgstr "" + +msgid "proof-print" +msgstr "" + +msgid "proof-print-copies" +msgstr "" + +msgid "punching" +msgstr "" + +msgid "punching-locations" +msgstr "" + +msgid "punching-offset" +msgstr "" + +msgid "punching-reference-edge" +msgstr "" + +msgid "punching-reference-edge.bottom" +msgstr "" + +msgid "punching-reference-edge.left" +msgstr "" + +msgid "punching-reference-edge.right" +msgstr "" + +msgid "punching-reference-edge.top" +msgstr "" + +msgid "requested-attributes" +msgstr "" + +msgid "retry-interval" +msgstr "" + +msgid "retry-time-out" +msgstr "" + +msgid "save-disposition" +msgstr "" + +msgid "save-disposition.none" +msgstr "" + +msgid "save-disposition.print-save" +msgstr "" + +msgid "save-disposition.save-only" +msgstr "" + +msgid "save-document-format" +msgstr "" + +msgid "save-info" +msgstr "" + +msgid "save-location" +msgstr "" + +msgid "save-name" +msgstr "" + +msgid "separator-sheets" +msgstr "" + +msgid "separator-sheets-type" +msgstr "" + +msgid "separator-sheets-type.both-sheets" +msgstr "" + +msgid "separator-sheets-type.end-sheet" +msgstr "" + +msgid "separator-sheets-type.none" +msgstr "" + +msgid "separator-sheets-type.slip-sheets" +msgstr "" + +msgid "separator-sheets-type.start-sheet" +msgstr "" + +msgid "sheet-collate" +msgstr "" + +msgid "sheet-collate.collated" +msgstr "" + +msgid "sheet-collate.uncollated" +msgstr "" + +msgid "sides" +msgstr "" + +msgid "sides.one-sided" +msgstr "" + +msgid "sides.two-sided-long-edge" +msgstr "" + +msgid "sides.two-sided-short-edge" +msgstr "" + +msgid "status-message" +msgstr "" + +msgid "stitching" +msgstr "" + +msgid "stitching-angle" +msgstr "" + +msgid "stitching-locations" +msgstr "" + +msgid "stitching-method" +msgstr "" + +msgid "stitching-method.auto" +msgstr "" + +msgid "stitching-method.crimp" +msgstr "" + +msgid "stitching-method.wire" +msgstr "" + +msgid "stitching-offset" +msgstr "" + +msgid "stitching-reference-edge" +msgstr "" + +msgid "stitching-reference-edge.bottom" +msgstr "" + +msgid "stitching-reference-edge.left" +msgstr "" + +msgid "stitching-reference-edge.right" +msgstr "" + +msgid "stitching-reference-edge.top" +msgstr "" + +msgid "subject" +msgstr "" + +msgid "t33-subaddress" +msgstr "" + +msgid "to-name" +msgstr "" + +msgid "transmission-status" +msgstr "" + +msgid "transmission-status.3" +msgstr "" + +msgid "transmission-status.4" +msgstr "" + +msgid "transmission-status.5" +msgstr "" + +msgid "transmission-status.7" +msgstr "" + +msgid "transmission-status.8" +msgstr "" + +msgid "transmission-status.9" +msgstr "" + +msgid "trimming" +msgstr "" + +msgid "trimming-offset" +msgstr "" + +msgid "trimming-reference-edge" +msgstr "" + +msgid "trimming-reference-edge.bottom" +msgstr "" + +msgid "trimming-reference-edge.left" +msgstr "" + +msgid "trimming-reference-edge.right" +msgstr "" + +msgid "trimming-reference-edge.top" +msgstr "" + +msgid "trimming-type" +msgstr "" + +msgid "trimming-type.draw-line" +msgstr "" + +msgid "trimming-type.full" +msgstr "" + +msgid "trimming-type.partial" +msgstr "" + +msgid "trimming-type.perforate" +msgstr "" + +msgid "trimming-type.score" +msgstr "" + +msgid "trimming-type.tab" +msgstr "" + +msgid "trimming-when" +msgstr "" + +msgid "trimming-when.after-documents" +msgstr "" + +msgid "trimming-when.after-job" +msgstr "" + +msgid "trimming-when.after-sets" +msgstr "" + +msgid "trimming-when.after-sheets" +msgstr "" + +msgid "x-accuracy" +msgstr "" + +msgid "x-dimension" +msgstr "" + +msgid "x-offset" +msgstr "" + +msgid "x-origin" +msgstr "" + +msgid "y-accuracy" +msgstr "" + +msgid "y-dimension" +msgstr "" + +msgid "y-offset" +msgstr "" + +msgid "y-origin" +msgstr "" + +msgid "z-accuracy" +msgstr "" + +msgid "z-dimension" +msgstr "" + +msgid "z-offset" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/debconf.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/debconf.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/debconf.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/debconf.po 2019-07-19 07:54:42.000000000 +0000 @@ -0,0 +1,83 @@ +# English (Australia) translation for debconf +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the debconf package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: debconf\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-02-28 09:48+0000\n" +"PO-Revision-Date: 2014-08-03 09:39+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 10:39+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: ../Debconf/AutoSelect.pm:96 +#, perl-format +msgid "unable to initialize frontend: %s" +msgstr "unable to initialise frontend: %s" + +#: ../Debconf/Config.pm:228 +msgid "" +" -f, --frontend\t\tSpecify debconf frontend to use.\n" +" -p, --priority\t\tSpecify minimum priority question to show.\n" +" --terse\t\t\tEnable terse mode.\n" +msgstr "" +" -f, --frontend\t\tSpecify debconf frontend to use.\n" +" -p, --priority\t\tSpecify minimum priority question to show.\n" +" --terse\t\t\tEnable terse mode.\n" + +#: ../Debconf/Element/Select.pm:95 ../Debconf/Element/Select.pm:110 +#, perl-format +msgid "" +"Input value, \"%s\" not found in C choices! This should never happen. " +"Perhaps the templates were incorrectly localized." +msgstr "" +"Input value, \"%s\" not found in C choices! This should never happen. " +"Perhaps the templates were incorrectly localised." + +#: ../Debconf/FrontEnd/Dialog.pm:53 +msgid "TERM is not set, so the dialog frontend is not usable." +msgstr "TERM is not set, so the dialogue frontend is not usable." + +#: ../Debconf/FrontEnd/Dialog.pm:56 +msgid "Dialog frontend is incompatible with emacs shell buffers" +msgstr "Dialogue frontend is incompatible with emacs shell buffers" + +#: ../Debconf/FrontEnd/Dialog.pm:59 +msgid "" +"Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or " +"without a controlling terminal." +msgstr "" +"Dialogue frontend will not work on a dumb terminal, an emacs shell buffer, " +"or without a controlling terminal." + +#: ../Debconf/FrontEnd/Dialog.pm:105 +msgid "" +"No usable dialog-like program is installed, so the dialog based frontend " +"cannot be used." +msgstr "" +"No usable dialogue-like program is installed, so the dialogue based frontend " +"cannot be used." + +#: ../Debconf/FrontEnd/Dialog.pm:112 +msgid "" +"Dialog frontend requires a screen at least 13 lines tall and 31 columns wide." +msgstr "" +"Dialogue frontend requires a screen at least 13 lines tall and 31 columns " +"wide." + +#: ../Debconf/FrontEnd/Gnome.pm:96 +msgid "" +"If you quit this configuration dialog, then the package being configured " +"will probably fail to install, and you may have to fix it manually. This may " +"be especially difficult if you are in the middle of a large upgrade." +msgstr "" +"If you quit this configuration dialogue, then the package being configured " +"will probably fail to install, and you may have to fix it manually. This may " +"be especially difficult if you are in the middle of a large upgrade." diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/dpkg-dev.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/dpkg-dev.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/dpkg-dev.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/dpkg-dev.po 2019-07-19 07:54:42.000000000 +0000 @@ -0,0 +1,1137 @@ +# English (Australia) translation for dpkg +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the dpkg package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: dpkg\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-01-17 03:29+0100\n" +"PO-Revision-Date: 2015-05-20 12:28+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2019-07-18 10:41+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: scripts/dpkg-architecture.pl scripts/dpkg-buildflags.pl +#: scripts/dpkg-distaddfile.pl scripts/dpkg-genbuildinfo.pl +#: scripts/dpkg-genchanges.pl scripts/dpkg-gencontrol.pl +#: scripts/dpkg-gensymbols.pl scripts/dpkg-name.pl +#: scripts/dpkg-parsechangelog.pl scripts/dpkg-shlibdeps.pl +#: scripts/dpkg-vendor.pl +#, perl-format +msgid "unknown option '%s'" +msgstr "" + +#: scripts/dpkg-architecture.pl +#, perl-format +msgid "" +"specified GNU system type %s does not match CC system type %s, try setting a " +"correct CC environment variable" +msgstr "" + +#: scripts/dpkg-buildflags.pl +msgid "" +"Commands:\n" +" --get output the requested flag to stdout.\n" +" --origin output the origin of the flag to stdout:\n" +" value is one of vendor, system, user, env.\n" +" --status output a synopsis with all parameters affecting the\n" +" program behaviour, the resulting flags and their " +"origin.\n" +" --query like --status, but in deb822 format.\n" +" --query-features \n" +" output the status of features for the given area.\n" +" --list output a list of the flags supported by the current " +"vendor.\n" +" --export=(sh|make|cmdline|configure)\n" +" output something convenient to import the compilation\n" +" flags in a shell script, in make, or in a command " +"line.\n" +" --dump output all compilation flags with their values.\n" +" --help show this help message.\n" +" --version show the version.\n" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +msgid "" +"Options:\n" +" --build=[,...] specify the build : full, source, " +"binary,\n" +" any, all (default is 'full').\n" +" -F normal full build (source and binary; " +"default).\n" +" -g source and arch-indep build.\n" +" -G source and arch-specific build.\n" +" -b binary-only, no source files.\n" +" -B binary-only, only arch-specific files.\n" +" -A binary-only, only arch-indep files.\n" +" -S source-only, no binary files.\n" +" -nc, --no-pre-clean do not pre clean source tree (implies -b).\n" +" --pre-clean pre clean source tree (default).\n" +" -tc, --post-clean clean source tree when finished.\n" +" -D check build dependencies and conflicts " +"(default).\n" +" -d do not check build dependencies and " +"conflicts.\n" +" --[no-]check-builddeps ditto.\n" +" --ignore-builtin-builddeps\n" +" do not check builtin build dependencies.\n" +" -P, --build-profiles=\n" +" assume comma-separated build profiles as " +"active.\n" +" -R, --rules-file= rules file to execute (default is debian/" +"rules).\n" +" -T, --rules-target= call debian/rules .\n" +" --as-root ensure -T calls the target with root rights.\n" +" -j, --jobs[=|auto] jobs to run simultaneously (passed to " +"),\n" +" forced mode.\n" +" -J, --jobs-try[=|auto]\n" +" jobs to run simultaneously (passed to " +"),\n" +" opt-in mode (default is auto).\n" +" -r, --root-command=\n" +" command to gain root rights (default is " +"fakeroot).\n" +" --check-command=\n" +" command to check the .changes file (no " +"default).\n" +" --check-option= pass to check .\n" +" --hook-= set as the hook , known " +"hooks:\n" +" init preclean source build binary buildinfo\n" +" changes postclean check sign done\n" +" --buildinfo-option=\n" +" pass option to dpkg-genbuildinfo.\n" +" -p, --sign-command=\n" +" command to sign .dsc and/or .changes files\n" +" (default is gpg2 or gpg).\n" +" -k, --sign-key= the key to use for signing.\n" +" -ap, --sign-pause add pause before starting signature process.\n" +" -us, --unsigned-source unsigned source package.\n" +" -ui, --unsigned-buildinfo unsigned .buildinfo file.\n" +" -uc, --unsigned-changes unsigned .buildinfo and .changes file.\n" +" --no-sign do not sign any file.\n" +" --force-sign force signing the resulting files.\n" +" --admindir= change the administrative directory.\n" +" -?, --help show this help message.\n" +" --version show the version." +msgstr "" + +#: scripts/dpkg-buildpackage.pl +msgid "" +"Options passed to dpkg-architecture:\n" +" -a, --host-arch set the host Debian architecture.\n" +" -t, --host-type set the host GNU system type.\n" +" --target-arch set the target Debian architecture.\n" +" --target-type set the target GNU system type." +msgstr "" + +#: scripts/dpkg-buildpackage.pl +msgid "" +"Options passed to dpkg-genchanges:\n" +" -si source includes orig, if new upstream " +"(default).\n" +" -sa source includes orig, always.\n" +" -sd source is diff and .dsc only.\n" +" -v changes since version .\n" +" -m, --release-by= maintainer for this release is .\n" +" -e, --build-by= maintainer for this build is .\n" +" -C changes are described in .\n" +" --changes-option= pass option to dpkg-genchanges." +msgstr "" + +#: scripts/dpkg-buildpackage.pl +msgid "" +"Options passed to dpkg-source:\n" +" -sn force Debian native source format.\n" +" -s[sAkurKUR] see dpkg-source for explanation.\n" +" -z, --compression-level=\n" +" compression level to use for source.\n" +" -Z, --compression=\n" +" compression to use for source (gz|xz|bzip2|" +"lzma).\n" +" -i, --diff-ignore[=] ignore diffs of files matching .\n" +" -I, --tar-ignore[=]\n" +" filter out files when building tarballs.\n" +" --source-option= pass option to dpkg-source.\n" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "option %s is only meaningful with option %s" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "check-command '%s' not found" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "sign-command '%s' not found" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +msgid "Press to start the signing process.\n" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "failed to sign %s file" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "gain-root-command '%s' not found" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "disallowed target in %s field keyword %s" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "unknown %s field keyword %s in dpkg namespace" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "unknown %s field keyword %s" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "field %s contains duplicate keyword %s" +msgstr "" + +#: scripts/dpkg-buildpackage.pl +#, perl-format +msgid "%s field contains both global and implementation specific keywords" +msgstr "" + +#: scripts/dpkg-checkbuilddeps.pl +msgid "" +"Options:\n" +" -A ignore Build-Depends-Arch and Build-Conflicts-Arch.\n" +" -B ignore Build-Depends-Indep and Build-Conflicts-Indep.\n" +" -I ignore built-in build dependencies and conflicts.\n" +" -d build-deps use given string as build dependencies instead of\n" +" retrieving them from control file\n" +" -c build-conf use given string for build conflicts instead of\n" +" retrieving them from control file\n" +" -a arch assume given host architecture\n" +" -P profiles assume given build profiles (comma-separated list)\n" +" --admindir=\n" +" change the administrative directory.\n" +" -?, --help show this help message.\n" +" --version show the version." +msgstr "" + +#: scripts/dpkg-checkbuilddeps.pl +#, perl-format +msgid "Unmet build dependencies: %s" +msgstr "" + +#: scripts/dpkg-checkbuilddeps.pl +#, perl-format +msgid "Build conflicts: %s" +msgstr "" + +#: scripts/dpkg-genbuildinfo.pl +msgid "" +"Options:\n" +" --build=[,...] specify the build : full, source, binary,\n" +" any, all (default is 'full').\n" +" -c get control info from this file.\n" +" -l get per-version info from this file.\n" +" -f get .deb files list from this file.\n" +" -F force changelog format.\n" +" -O[] write to stdout (or ).\n" +" -u directory with files (default is '..').\n" +" --always-include-kernel always include Build-Kernel-Version.\n" +" --always-include-path always include Build-Path.\n" +" --admindir= change the administrative directory.\n" +" -?, --help show this help message.\n" +" --version show the version.\n" +msgstr "" + +#: scripts/dpkg-genbuildinfo.pl +msgid "binary build with no binary artifacts found; .buildinfo is meaningless" +msgstr "" + +#: scripts/dpkg-genbuildinfo.pl +#, perl-format +msgid "cannot install output buildinfo file '%s'" +msgstr "" + +#: scripts/dpkg-genchanges.pl +msgid "" +"Options:\n" +" --build=[,...] specify the build : full, source, binary,\n" +" any, all (default is 'full').\n" +" -g source and arch-indep build.\n" +" -G source and arch-specific build.\n" +" -b binary-only, no source files.\n" +" -B binary-only, only arch-specific files.\n" +" -A binary-only, only arch-indep files.\n" +" -S source-only, no binary files.\n" +" -c get control info from this file.\n" +" -l get per-version info from this file.\n" +" -f get .deb files list from this file.\n" +" -v include all changes later than version.\n" +" -C use change description from this file.\n" +" -m override control's maintainer value.\n" +" -e override changelog's maintainer value.\n" +" -u directory with files (default is '..').\n" +" -si source includes orig, if new upstream (default).\n" +" -sa source includes orig, always.\n" +" -sd source is diff and .dsc only.\n" +" -q quiet - no informational messages on stderr.\n" +" -F force changelog format.\n" +" -V= set a substitution variable.\n" +" -T read variables here, not debian/substvars.\n" +" -D= override or add a field and value.\n" +" -U remove a field.\n" +" -O[] write to stdout (default) or .\n" +" -?, --help show this help message.\n" +" --version show the version.\n" +msgstr "" + +#: scripts/dpkg-genchanges.pl +msgid "binary build with no binary artifacts found; cannot distribute" +msgstr "binary build with no binary artefacts found; cannot distribute" + +#: scripts/dpkg-gencontrol.pl +msgid "" +"Options:\n" +" -p print control file for package.\n" +" -c get control info from this file.\n" +" -l get per-version info from this file.\n" +" -F force changelog format.\n" +" -v set version of binary package.\n" +" -f write files here instead of debian/files.\n" +" -P temporary build directory instead of debian/tmp.\n" +" -n assume the package filename will be .\n" +" -O[] write to stdout (or ), not .../DEBIAN/" +"control.\n" +" -is, -ip, -isp, -ips deprecated, ignored for compatibility.\n" +" -D= override or add a field and value.\n" +" -U remove a field.\n" +" -V= set a substitution variable.\n" +" -T read variables here, not debian/substvars.\n" +" -?, --help show this help message.\n" +" --version show the version.\n" +msgstr "" + +#: scripts/dpkg-gencontrol.pl +#, perl-format +msgid "cannot install output control file '%s'" +msgstr "" + +#: scripts/dpkg-gensymbols.pl +msgid "" +"Options:\n" +" -p generate symbols file for package.\n" +" -P temporary build directory instead of debian/tmp.\n" +" -e explicitly list libraries to scan.\n" +" -v version of the packages (defaults to\n" +" version extracted from debian/changelog).\n" +" -c compare generated symbols file with the " +"reference\n" +" template in the debian directory and fail if\n" +" difference is too important; level goes from 0 " +"for\n" +" no check, to 4 for all checks (default level is " +"1).\n" +" -q keep quiet and never emit any warnings or\n" +" generate a diff between generated symbols\n" +" file and the reference template.\n" +" -I force usage of as reference symbols\n" +" file instead of the default file.\n" +" -O[] write to stdout (or ), not .../DEBIAN/" +"symbols.\n" +" -t write in template mode (tags are not\n" +" processed and included in output).\n" +" -V verbose output; write deprecated symbols and " +"pattern\n" +" matching symbols as comments (in template mode " +"only).\n" +" -a assume as host architecture when " +"processing\n" +" symbol files.\n" +" -d display debug information during work.\n" +" -?, --help show this help message.\n" +" --version show the version.\n" +msgstr "" + +#: scripts/dpkg-name.pl +msgid "" +"\n" +"Options:\n" +" -a, --no-architecture no architecture part in filename.\n" +" -o, --overwrite overwrite if file exists.\n" +" -k, --symlink don't create a new file, but a symlink.\n" +" -s, --subdir [dir] move file into subdirectory (use with care).\n" +" -c, --create-dir create target directory if not there (use with " +"care).\n" +" -?, --help show this help message.\n" +" -v, --version show the version.\n" +"\n" +"file.deb changes to __.\n" +"according to the 'underscores convention'.\n" +msgstr "" + +#: scripts/dpkg-name.pl +#, perl-format +msgid "no Package field found in '%s', skipping package" +msgstr "" + +#: scripts/dpkg-parsechangelog.pl +msgid "" +"Options:\n" +" -l get per-version info from this file.\n" +" -F force changelog format.\n" +" -S, --show-field show the values for .\n" +" -?, --help show this help message.\n" +" --version show the version." +msgstr "" + +#: scripts/dpkg-parsechangelog.pl +msgid "" +"Parser options:\n" +" --format \n" +" set output format (defaults to 'dpkg').\n" +" --all include all changes.\n" +" -s, --since include all changes later than .\n" +" -v ditto.\n" +" -u, --until include all changes earlier than .\n" +" -f, --from include all changes equal or later than " +".\n" +" -t, --to include all changes up to or equal than " +".\n" +" -c, --count include entries from the top (or tail\n" +" if is lower than 0).\n" +" -n ditto.\n" +" -o, --offset change starting point for --count, counted from\n" +" the top (or tail if is lower than 0).\n" +msgstr "" + +#: scripts/dpkg-parsechangelog.pl +msgid "-L is obsolete; it is without effect" +msgstr "" + +#: scripts/dpkg-parsechangelog.pl +msgid "bad changelog format name" +msgstr "" + +#: scripts/dpkg-parsechangelog.pl +msgid "missing changelog filename" +msgstr "" + +#: scripts/dpkg-scanpackages.pl +#, perl-format +msgid "'dpkg-deb -I %s control' exited with %d, skipping package" +msgstr "" + +#: scripts/dpkg-scanpackages.pl +#, perl-format +msgid "" +"package %s (filename %s) is repeat but newer version; used that one and " +"ignored data from %s!" +msgstr "" + +#: scripts/dpkg-scanpackages.pl +#, perl-format +msgid "" +"package %s (filename %s) is repeat; ignored that one and using data from %s!" +msgstr "" + +#: scripts/dpkg-scanpackages.pl +#, perl-format +msgid "binary path %s not found" +msgstr "" + +#: scripts/dpkg-shlibdeps.pl +#, perl-format +msgid "unrecognized dependency field '%s'" +msgstr "unrecognised dependency field '%s'" + +#: scripts/dpkg-shlibdeps.pl +#, perl-format +msgid "" +"cannot find library %s needed by %s (ELF format: '%s' abi: '%s'; RPATH: '%s')" +msgstr "" + +#: scripts/dpkg-shlibdeps.pl +msgid "" +"binaries to analyze should already be installed in their package's directory" +msgstr "" +"binaries to analyse should already be installed in their package's directory" + +#: scripts/dpkg-shlibdeps.pl +#, perl-format +msgid "install new varlist file '%s'" +msgstr "" + +#: scripts/dpkg-shlibdeps.pl +msgid "" +"Options:\n" +" -l add directory to private shared library search " +"list.\n" +" -p set :* instead of shlibs:*.\n" +" -O[] write variable settings to stdout (or ).\n" +" -L shlibs override file, not debian/shlibs.local.\n" +" -T update variables here, not debian/substvars.\n" +" -t set package type (default is deb).\n" +" -x exclude package from the generated dependencies.\n" +" -S search needed libraries in the given\n" +" package build directory first.\n" +" -I ignore needed libraries, shlibs and symbols " +"files\n" +" in the given build directory.\n" +" -v enable verbose mode (can be used multiple " +"times).\n" +" --ignore-missing-info don't fail if dependency information can't be " +"found.\n" +" --warnings= define set of active warnings (see manual page).\n" +" --admindir= change the administrative directory.\n" +" -?, --help show this help message.\n" +" --version show the version." +msgstr "" + +#: scripts/dpkg-shlibdeps.pl +#, perl-format +msgid "" +"Dependency fields recognized are:\n" +" %s\n" +msgstr "" +"Dependency fields recognised are:\n" +" %s\n" + +#: scripts/dpkg-shlibdeps.pl +#, perl-format +msgid "unable to open shared libs info file '%s'" +msgstr "" + +#: scripts/dpkg-shlibdeps.pl +#, perl-format +msgid "shared libs info file '%s' line %d: bad line '%s'" +msgstr "" + +#: scripts/dpkg-source.pl scripts/Dpkg/Source/Package/V2.pm +#: scripts/Dpkg/Source/Package/V3/Bzr.pm scripts/Dpkg/Source/Package/V3/Git.pm +#, perl-format +msgid "unable to chdir to '%s'" +msgstr "" + +#: scripts/dpkg-source.pl +#, perl-format +msgid "'%s' is not a legal architecture string" +msgstr "" + +#: scripts/dpkg-source.pl +#, perl-format +msgid "architecture %s only allowed on its own (list for package %s is '%s')" +msgstr "" + +#: scripts/dpkg-source.pl +#, perl-format +msgid "using source format '%s'" +msgstr "" + +#: scripts/dpkg-source.pl +#, perl-format +msgid "test control %s is not a regular file" +msgstr "" + +#: scripts/dpkg-source.pl +msgctxt "source options" +msgid "" +msgstr "" + +#: scripts/dpkg-source.pl +msgid "" +"Commands:\n" +" -x, --extract .dsc []\n" +" extract source package.\n" +" -b, --build build source package.\n" +" --print-format print the format to be used for the source " +"package.\n" +" --before-build run the corresponding source package format " +"hook.\n" +" --after-build run the corresponding source package format " +"hook.\n" +" --commit [ []]\n" +" store upstream changes in a new patch." +msgstr "" + +#: scripts/dpkg-source.pl +#, perl-format +msgid "" +"Build options:\n" +" -c get control info from this file.\n" +" -l get per-version info from this file.\n" +" -F force changelog format.\n" +" --format= set the format to be used for the source " +"package.\n" +" -V= set a substitution variable.\n" +" -T read variables here.\n" +" -D= override or add a .dsc field and value.\n" +" -U remove a field.\n" +" -i, --diff-ignore[=]\n" +" filter out files to ignore diffs of\n" +" (defaults to: '%s').\n" +" -I, --tar-ignore[=]\n" +" filter out files when building tarballs\n" +" (defaults to: %s).\n" +" -Z, --compression=\n" +" select compression to use (defaults to '%s',\n" +" supported are: %s).\n" +" -z, --compression-level=\n" +" compression level to use (defaults to '%d',\n" +" supported are: '1'-'9', 'best', 'fast')" +msgstr "" + +#: scripts/dpkg-source.pl +msgid "" +"Extract options:\n" +" --no-copy don't copy .orig tarballs\n" +" --no-check don't check signature and checksums before " +"unpacking\n" +" --no-overwrite-dir do not overwrite directory on extraction\n" +" --require-valid-signature abort if the package doesn't have a valid " +"signature\n" +" --require-strong-checksums\n" +" abort if the package contains no strong " +"checksums\n" +" --ignore-bad-version allow bad source package versions." +msgstr "" + +#: scripts/dpkg-source.pl +msgid "" +"General options:\n" +" -q quiet mode.\n" +" -?, --help show this help message.\n" +" --version show the version." +msgstr "" + +#: scripts/dpkg-source.pl +msgid "" +"Source format specific build and extract options are available;\n" +"use --format with --help to see them." +msgstr "" + +#: scripts/Dpkg/Arch.pm +msgid "" +"cannot determine CC system type, falling back to default (native compilation)" +msgstr "" + +#: scripts/Dpkg/Arch.pm +#, perl-format +msgid "unknown CC system type %s, falling back to default (native compilation)" +msgstr "" + +#: scripts/Dpkg/Arch.pm +#, perl-format +msgid "'%s' is not a legal architecture in list '%s'" +msgstr "" + +#: scripts/Dpkg/Build/Types.pm +#, perl-format +msgid "unknown build type %s" +msgstr "" + +#: scripts/Dpkg/Changelog/Debian.pm +msgid "next heading or end of file" +msgstr "" + +#: scripts/Dpkg/Changelog/Debian.pm +msgid "unrecognized line" +msgstr "unrecognised line" + +#: scripts/Dpkg/Changelog/Debian.pm +#, perl-format +msgid "found end of file where expected %s" +msgstr "" + +#: scripts/Dpkg/Changelog/Entry/Debian.pm +#, perl-format +msgid "bad key-value after ';': '%s'" +msgstr "" + +#: scripts/Dpkg/Changelog/Entry/Debian.pm +#, perl-format +msgid "ignoring invalid week day '%s'" +msgstr "" + +#: scripts/Dpkg/Changelog/Entry/Debian.pm +#, perl-format +msgid "uses full instead of abbreviated month name '%s'" +msgstr "" + +#: scripts/Dpkg/Changelog/Entry/Debian.pm +#, perl-format +msgid "invalid abbreviated month name '%s'" +msgstr "" + +#: scripts/Dpkg/Changelog/Entry/Debian.pm +#, perl-format +msgid "cannot parse non-comformant date '%s'" +msgstr "" + +#: scripts/Dpkg/Changelog/Parse.pm +#, perl-format +msgid "changelog format %s is unknown: %s" +msgstr "" + +#: scripts/Dpkg/Changelog/Parse.pm +#, perl-format +msgid "unknown output format %s" +msgstr "" + +#: scripts/Dpkg/Control.pm +msgid "header stanza of copyright file" +msgstr "" + +#: scripts/Dpkg/Control.pm +msgid "files stanza of copyright file" +msgstr "" + +#: scripts/Dpkg/Control.pm +msgid "license stanza of copyright file" +msgstr "" + +#: scripts/Dpkg/Control.pm +msgid "package's tests control file" +msgstr "" + +#: scripts/Dpkg/Control.pm +#, perl-format +msgid "repository's %s file" +msgstr "" + +#: scripts/Dpkg/Control.pm +msgid "build information file" +msgstr "" + +#: scripts/Dpkg/Control/HashCore.pm +msgid "expected OpenPGP signature, found end of file after blank line" +msgstr "" + +#: scripts/Dpkg/Control/HashCore.pm +#, perl-format +msgid "expected OpenPGP signature, found something else '%s'" +msgstr "" + +#: scripts/Dpkg/Control/Info.pm +msgid "first block lacks a Source field" +msgstr "" + +#: scripts/Dpkg/Control/Tests/Entry.pm +#, perl-format +msgid "block lacks either %s or %s fields" +msgstr "" + +#: scripts/Dpkg/Dist/Files.pm +#, perl-format +msgid "badly formed package name in files list file, line %d" +msgstr "" + +#: scripts/Dpkg/Dist/Files.pm +#, perl-format +msgid "cannot open directory %s" +msgstr "" + +#: scripts/Dpkg/Dist/Files.pm +#, perl-format +msgid "invalid filename %s" +msgstr "" + +#: scripts/Dpkg/ErrorHandling.pm +msgid "notice" +msgstr "" + +#: scripts/Dpkg/ErrorHandling.pm +#, perl-format +msgid "%s subprocess returned exit status %d" +msgstr "" + +#: scripts/Dpkg/ErrorHandling.pm +#, perl-format +msgid "%s subprocess was killed by signal %d" +msgstr "" + +#: scripts/Dpkg/ErrorHandling.pm +#, perl-format +msgid "%s subprocess failed with unknown status code %d" +msgstr "" + +#: scripts/Dpkg/OpenPGP.pm +msgid "signature file is already OpenPGP ASCII armor, copying" +msgstr "" + +#: scripts/Dpkg/OpenPGP.pm +msgid "cannot OpenPGP ASCII armor signature file due to missing gpg" +msgstr "" + +#: scripts/Dpkg/OpenPGP.pm +#, perl-format +msgid "cannot create signature file %s" +msgstr "" + +#: scripts/Dpkg/OpenPGP.pm +#, perl-format +msgid "cannot execute %s program" +msgstr "" + +#: scripts/Dpkg/OpenPGP.pm +#, perl-format +msgid "cannot write signature file %s" +msgstr "" + +#: scripts/Dpkg/Shlibs/Objdump.pm +#, perl-format +msgid "unknown executable format in file '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Functions.pm +#, perl-format +msgid "unable to check for removal of directory '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Functions.pm +#, perl-format +msgid "rm -rf failed to remove '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package.pm +msgid "format variant must be in lowercase" +msgstr "format variant must be in lower-case" + +#: scripts/Dpkg/Source/Package.pm +#, perl-format +msgid "invalid Format field '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package.pm +msgid "source package uses only weak checksums" +msgstr "" + +#: scripts/Dpkg/Source/Package.pm +#, perl-format +msgid "%s and %s fields are required to compute the source basename" +msgstr "" + +#: scripts/Dpkg/Source/Package.pm +#, perl-format +msgid "cannot verify signature on %s since GnuPG is not installed" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "auto select original source" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "use packed original source (unpack and keep)" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "use packed original source (unpack and remove)" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "use unpacked original source (pack and keep)" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "use unpacked original source (pack and remove)" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "trust packed and unpacked original sources are same" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "there is no diff, do main tarfile only" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "like -sa, -sk, -sp, -su, -sr but may overwrite" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm +msgid "abort if generated diff has upstream files changes" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "leave original source packed in current directory" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "do not copy original source to current directory" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "unpack original source tree too" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +msgid "do not apply debian diff to upstream sources" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm +#, perl-format +msgid "unrecognized file for a %s source package: %s" +msgstr "unrecognised file for a %s source package: %s" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "unable to rename '%s' to '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "packed orig '%s' exists but is not a plain file" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "unpacked orig '%s' exists but is not a directory" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "unable to stat putative unpacked orig '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "" +"tarfile '%s' already exists, not overwriting, giving up; use -sU or -sR to " +"override" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "unable to check for existence of '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V3/Native.pm +#, perl-format +msgid "unable to rename '%s' (newly created) to '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm +#: scripts/Dpkg/Source/Package/V3/Native.pm +#: scripts/Dpkg/Source/Package/V3/Quilt.pm scripts/Dpkg/Source/Quilt.pm +#, perl-format +msgid "unable to change permission of '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "" +"orig directory '%s' already exists, not overwriting, giving up; use -sA, -sK " +"or -sP to override" +msgstr "" + +#: scripts/Dpkg/Source/Package/V1.pm +#, perl-format +msgid "unable to check for existence of orig directory '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "include removed files in the patch" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "include timestamp in the patch" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "include binary files in the tarball" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "do not prepare build tree by applying patches" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "do not unapply patches if previously applied" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "unapply patches if previously applied (default)" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "create an empty original tarball if missing" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "record generated patches, instead of aborting" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "do not extract debian tarball into upstream sources" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "do not apply patches at the end of the extraction" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +#, perl-format +msgid "required removal of '%s' installed by original tarball" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Package/V3/Bzr.pm +#: scripts/Dpkg/Source/Package/V3/Native.pm +#, perl-format +msgid "-b takes only one parameter with format '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Package/V2.pm +msgid "no patch name given; cannot proceed" +msgstr "" + +#: scripts/Dpkg/Source/Package/V3/Custom.pm +msgid "define the format of the generated source package" +msgstr "" + +#: scripts/Dpkg/Source/Package/V3/Custom.pm +msgid "Format '3.0 (custom)' is only used to create source packages" +msgstr "" + +#: scripts/Dpkg/Source/Package/V3/Git.pm +msgid "specify a git to include in the git bundle" +msgstr "" + +#: scripts/Dpkg/Source/Package/V3/Git.pm +msgid "create a shallow clone with depth" +msgstr "" + +#: scripts/Dpkg/Source/Package/V3/Native.pm +#, perl-format +msgid "unrecognized file for a native source package: %s" +msgstr "unrecognised file for a native source package: %s" + +#: scripts/Dpkg/Source/Package/V3/Quilt.pm +msgid "use a single debianization patch" +msgstr "" + +#: scripts/Dpkg/Source/Package/V3/Quilt.pm +msgid "accept quilt metadata even if unknown" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "unknown line from diff -u on %s: '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "expected ^--- in line %d of diff '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "diff '%s' patches file with name ending in .dpkg-orig" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "diff '%s' finishes in middle of ---/+++ (line %d)" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "line after --- isn't as expected in diff '%s' (line %d)" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "original and modified files are /dev/null in diff '%s' (line %d)" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "file removal without proper filename in diff '%s' (line %d)" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "diff '%s' patches something which is not a plain file" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "" +"diff '%s' patches files multiple times; split the diff in multiple files or " +"merge the hunks into a single one" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "diff '%s' patches file %s more than once" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "unexpected end of diff '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "expected [ +-] at start of line %d of diff '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "expected ^@@ at line %d of diff '%s'" +msgstr "" + +#: scripts/Dpkg/Source/Patch.pm +#, perl-format +msgid "diff '%s' doesn't contain any patch" +msgstr "" + +#: scripts/Dpkg/Substvars.pm +#, perl-format +msgid "invalid source version %s" +msgstr "" + +#: scripts/Dpkg/Substvars.pm +#, perl-format +msgid "too many substitutions - recursive ? - in '%s'" +msgstr "" + +#: scripts/Dpkg/Substvars.pm +#, perl-format +msgid "obsolete substitution variable ${%s}" +msgstr "" + +#: scripts/Dpkg/Version.pm +msgid "epoch part of the version number cannot be empty" +msgstr "" + +#: scripts/Dpkg/Version.pm +msgid "upstream version cannot be empty" +msgstr "" + +#: scripts/Dpkg/Version.pm +msgid "revision cannot be empty" +msgstr "" + +#: scripts/Dpkg/Version.pm +#, perl-format +msgid "version number contains illegal character '%s'" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/dpkg.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/dpkg.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/dpkg.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/dpkg.po 2019-07-19 07:54:43.000000000 +0000 @@ -0,0 +1,2974 @@ +# English (United Kingdom) translation for dpkg +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the dpkg package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: dpkg\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-01-17 03:29+0100\n" +"PO-Revision-Date: 2013-08-15 23:30+0000\n" +"Last-Translator: Jackson Doak \n" +"Language-Team: English (United Kingdom) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2019-07-18 10:40+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: lib/dpkg/ar.c +#, c-format +msgid "failed to read archive '%.255s'" +msgstr "" + +#: lib/dpkg/ar.c lib/dpkg/dbmodify.c +#, c-format +msgid "unable to create '%.255s'" +msgstr "" + +#: lib/dpkg/arch.c lib/dpkg/parsehelp.c +#, c-format +msgid "character '%c' not allowed (only letters, digits and characters '%s')" +msgstr "" + +#: lib/dpkg/arch.c +msgctxt "architecture" +msgid "" +msgstr "" + +#: lib/dpkg/arch.c +msgctxt "architecture" +msgid "" +msgstr "" + +#: lib/dpkg/atomic-file.c +#, c-format +msgid "unable to close new file '%.250s'" +msgstr "" + +#: lib/dpkg/atomic-file.c +#, c-format +msgid "error creating new backup file '%s'" +msgstr "" + +#: lib/dpkg/atomic-file.c +#, c-format +msgid "error installing new file '%s'" +msgstr "" + +#: lib/dpkg/buffer.c +msgid "failed to write" +msgstr "" + +#: lib/dpkg/buffer.c +msgid "failed to read" +msgstr "" + +#: lib/dpkg/buffer.c +msgid "unexpected end of file or stream" +msgstr "" + +#: lib/dpkg/buffer.c +msgid "failed to seek" +msgstr "" + +#: lib/dpkg/compress.c +#, c-format +msgid "%s: pass-through copy error: %s" +msgstr "" + +#: lib/dpkg/compress.c +msgid "internal error (bug)" +msgstr "" + +#: lib/dpkg/compress.c +msgid "memory usage limit reached" +msgstr "" + +#: lib/dpkg/compress.c +msgid "unsupported compression preset" +msgstr "" + +#: lib/dpkg/compress.c +msgid "unsupported options in file header" +msgstr "" + +#: lib/dpkg/compress.c +msgid "compressed data is corrupt" +msgstr "" + +#: lib/dpkg/compress.c +msgid "unexpected end of input" +msgstr "" + +#: lib/dpkg/compress.c +msgid "file format not recognized" +msgstr "" + +#: lib/dpkg/compress.c +msgid "unsupported type of integrity check" +msgstr "" + +#: lib/dpkg/compress.c +#, c-format +msgid "%s: lzma read error" +msgstr "" + +#: lib/dpkg/compress.c +#, c-format +msgid "%s: lzma write error" +msgstr "" + +#: lib/dpkg/compress.c +#, c-format +msgid "%s: lzma close error" +msgstr "" + +#: lib/dpkg/compress.c +#, c-format +msgid "%s: lzma error: %s" +msgstr "" + +#: lib/dpkg/compress.c +msgid "unknown compression strategy" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "" +"updates directory contains file '%.250s' whose name is too long (length=%d, " +"max=%d)" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "cannot scan updates directory '%.255s'" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "unable to write updated status of '%.250s'" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "unable to flush updated status of '%.250s'" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "unable to truncate for updated status of '%.250s'" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "unable to fsync updated status of '%.250s'" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "unable to close updated status of '%.250s'" +msgstr "" + +#: lib/dpkg/dbmodify.c +#, c-format +msgid "unable to install updated status of '%.250s'" +msgstr "" + +#: lib/dpkg/deb-version.c +msgid "format version with too big major component" +msgstr "" + +#: lib/dpkg/deb-version.c +msgid "format version with empty major component" +msgstr "" + +#: lib/dpkg/deb-version.c +msgid "format version has no dot" +msgstr "" + +#: lib/dpkg/deb-version.c +msgid "format version with too big minor component" +msgstr "" + +#: lib/dpkg/deb-version.c +msgid "format version with empty minor component" +msgstr "" + +#: lib/dpkg/deb-version.c +msgid "format version followed by junk" +msgstr "" + +#: lib/dpkg/dump.c +#, c-format +msgid "failed to write details of '%.50s' to '%.250s'" +msgstr "" + +#: lib/dpkg/ehandle.c +#, c-format +msgid "" +"%s%s%s: %s%s:%s\n" +" %s\n" +msgstr "" + +#: lib/dpkg/ehandle.c +msgid "error while cleaning up" +msgstr "" + +#: lib/dpkg/ehandle.c +msgid "too many nested errors during error recovery" +msgstr "" + +#: lib/dpkg/ehandle.c +msgid "unrecoverable fatal error, aborting" +msgstr "" + +#: lib/dpkg/ehandle.c +msgid "outside error context, aborting" +msgstr "" + +#: lib/dpkg/ehandle.c +msgid "internal error" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "empty file details field '%s'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "file details field '%s' not allowed in status file" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "too many values in file details field '%s' (compared to others)" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "too few values in file details field '%s' (compared to others)" +msgstr "" + +#: lib/dpkg/fields.c +msgid "word in 'Priority' field" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "value for '%s' field not allowed in this context" +msgstr "" + +#: lib/dpkg/fields.c +msgid "first (want) word in 'Status' field" +msgstr "" + +#: lib/dpkg/fields.c +msgid "second (error) word in 'Status' field" +msgstr "" + +#: lib/dpkg/fields.c +msgid "third (status) word in 'Status' field" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "error in '%s' field string '%.250s'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "obsolete '%s' or '%s' field used" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "value for '%s' field has malformed line '%.*s'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "value for '%s' has line starting with non-space '%c'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "" +"'%s' field, missing package name, or garbage where package name expected" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "'%s' field, invalid package name '%.255s': %s" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "" +"'%s' field, reference to '%.255s':\n" +" bad version relationship %c%c" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "" +"'%s' field, reference to '%.255s':\n" +" '%c' is obsolete, use '%c=' or '%c%c' instead" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "" +"'%s' field, reference to '%.255s':\n" +" implicit exact match on version number, suggest using '=' instead" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "only exact versions may be used for '%s' field" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "" +"'%s' field, reference to '%.255s':\n" +" version value starts with non-alphanumeric, suggest adding a space" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "'%s' field, reference to '%.255s': version contains '%c'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "'%s' field, reference to '%.255s': version unterminated" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "'%s' field, syntax error after reference to package '%.255s'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "alternatives ('|') not allowed in %s field" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "illegal pending trigger name '%.255s': %s" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "duplicate pending trigger '%.255s'" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "illegal package name in awaited trigger '%.255s': %s" +msgstr "" + +#: lib/dpkg/fields.c +#, c-format +msgid "duplicate awaited trigger package '%.255s'" +msgstr "" + +#: lib/dpkg/file.c +msgid "showing file on pager" +msgstr "" + +#: lib/dpkg/log.c +#, c-format +msgid "could not open log '%s': %s" +msgstr "" + +#: lib/dpkg/options-parsers.c +#, c-format +msgid "--%s needs a valid package name but '%.250s' is not: %s" +msgstr "" + +#: lib/dpkg/options.c +#, c-format +msgid "read error in configuration file '%.255s'" +msgstr "" + +#: lib/dpkg/options.c +#, c-format +msgid "error closing configuration file '%.255s'" +msgstr "" + +#: lib/dpkg/options.c dpkg-split/main.c +#, c-format +msgid "invalid integer for --%s: '%.250s'" +msgstr "" + +#: lib/dpkg/options.c +#, c-format +msgid "obsolete option '--%s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "duplicate value for '%s' field" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "user-defined field name '%.*s' too short" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "duplicate value for user-defined field '%.*s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "package has field '%s' but is missing architecture" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "package has field '%s' but is architecture all" +msgstr "" + +#: lib/dpkg/parse.c +msgid "Config-Version for package with inappropriate Status" +msgstr "" + +#: lib/dpkg/parse.c +msgid "" +"multiple non-coinstallable package instances present; most probably due to " +"an upgrade from an unofficial dpkg" +msgstr "" + +#: lib/dpkg/parse.c +msgid "" +"mixed non-coinstallable and coinstallable package instances present; most " +"probably due to an upgrade from an unofficial dpkg" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "" +"%s %s (Multi-Arch: %s) is not co-installable with %s which has multiple " +"installed instances" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "failed to open package info file '%.255s' for reading" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "can't stat package info file '%.255s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "reading package info file '%s': %s" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "can't mmap package info file '%.255s'" +msgstr "" + +#: lib/dpkg/parse.c +msgid "empty field name" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "field name '%.*s' cannot start with hyphen" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "end of file after field name '%.*s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "newline in field name '%.*s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "MSDOS end of file (^Z) in field name '%.*s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "field name '%.*s' must be followed by colon" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "end of file before value of field '%.*s' (missing final newline)" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "MSDOS end of file (^Z) in value of field '%.*s' (missing newline?)" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "end of file during value of field '%.*s' (missing final newline)" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "failed to close after read: '%.255s'" +msgstr "" + +#: lib/dpkg/parse.c +#, c-format +msgid "no package information in '%.255s'" +msgstr "" + +#: lib/dpkg/parsehelp.c +msgid "epoch in version is empty" +msgstr "" + +#: lib/dpkg/parsehelp.c +msgid "epoch in version is negative" +msgstr "" + +#: lib/dpkg/parsehelp.c +msgid "epoch in version is too big" +msgstr "" + +#: lib/dpkg/parsehelp.c +msgid "revision number is empty" +msgstr "" + +#: lib/dpkg/parsehelp.c +msgid "version number is empty" +msgstr "" + +#: lib/dpkg/pkg-db.c lib/dpkg/pkg-spec.c +#, c-format +msgid "ambiguous package name '%s' with more than one installed instance" +msgstr "" + +#: lib/dpkg/pkg-format.c +#, c-format +msgid "invalid character '%c' in field width" +msgstr "" + +#: lib/dpkg/pkg-format.c +msgid "field width is out of range" +msgstr "" + +#: lib/dpkg/pkg-format.c +msgid "missing closing brace" +msgstr "" + +#: lib/dpkg/pkg-spec.c +#, c-format +msgid "illegal package name in specifier '%s%s%s': %s" +msgstr "" + +#: lib/dpkg/pkg-spec.c +#, c-format +msgid "illegal architecture name in specifier '%s:%s': %s" +msgstr "" + +#: lib/dpkg/strwide.c +#, c-format +msgid "cannot convert multibyte string '%s' to a wide-character string" +msgstr "" + +#: lib/dpkg/strwide.c +#, c-format +msgid "cannot convert multibyte sequence '%s' to a wide character" +msgstr "" + +#: lib/dpkg/subproc.c +#, c-format +msgid "%s subprocess returned error exit status %d" +msgstr "" + +#: lib/dpkg/subproc.c +#, c-format +msgid "%s subprocess was interrupted" +msgstr "" + +#: lib/dpkg/subproc.c +#, c-format +msgid "%s subprocess was killed by signal (%s)%s" +msgstr "" + +#: lib/dpkg/subproc.c +#, c-format +msgid "%s subprocess failed with wait status code %d" +msgstr "" + +#: lib/dpkg/subproc.c +#, c-format +msgid "wait for %s subprocess failed" +msgstr "" + +#: lib/dpkg/treewalk.c +#, c-format +msgid "cannot stat pathname '%s'" +msgstr "" + +#: lib/dpkg/treewalk.c +#, c-format +msgid "cannot open directory '%s'" +msgstr "" + +#: lib/dpkg/treewalk.c +#, c-format +msgid "treewalk root %s is not a directory" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to open/create triggers lockfile '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to open triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to stat triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to open/create new triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "" +"syntax error in triggers deferred file '%.250s' at line %d character %zd '%s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "invalid package name '%.250s' in triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "error reading triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to write new triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to close new triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/trigdeferred.c +#, c-format +msgid "unable to install new triggers deferred file '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "" +"invalid or unknown syntax in trigger name '%.250s' (in trigger interests for " +"package '%.250s')" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "failed to open trigger interest list file '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "failed to rewind trigger interest file '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "" +"trigger interest file '%.250s' syntax error; illegal package name '%.250s': " +"%.250s" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "" +"duplicate file trigger interest for filename '%.250s' and package '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "unable to read file triggers file '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "syntax error in file triggers file '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "" +"file triggers record mentions illegal package name '%.250s' (for interest in " +"file '%.250s'): %.250s" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "" +"triggers ci file '%.250s' contains illegal trigger syntax in trigger name " +"'%.250s': %.250s" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "unable to open triggers ci file '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "triggers ci file contains unknown directive '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "unable to create triggers state directory '%.250s'" +msgstr "" + +#: lib/dpkg/triglib.c +#, c-format +msgid "unable to set ownership of triggers state directory '%.250s'" +msgstr "" + +#: lib/dpkg/utils.c +#, c-format +msgid "read error in '%.250s'" +msgstr "" + +#: lib/dpkg/utils.c +#, c-format +msgid "fgets gave an empty string from '%.250s'" +msgstr "" + +#: lib/dpkg/utils.c +#, c-format +msgid "too-long line or missing newline in '%.250s'" +msgstr "" + +#: lib/dpkg/utils.c +#, c-format +msgid "unexpected end of file reading '%.250s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "cannot skip padding for file '%.255s': %s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "cannot skip file '%.255s' (replaced or excluded?) from pipe: %s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to create '%.255s' (while processing '%.255s')" +msgstr "" + +#: src/archives.c +#, c-format +msgid "cannot copy extracted data for '%.255s' to '%.255s': %s" +msgstr "" + +#: src/archives.c src/statcmd.c +#, c-format +msgid "error setting ownership of '%.255s'" +msgstr "" + +#: src/archives.c src/statcmd.c +#, c-format +msgid "error setting permissions of '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "error closing/writing '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "error creating pipe '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "error creating device '%.255s'" +msgstr "" + +#: src/archives.c src/infodb-upgrade.c +#, c-format +msgid "error creating hard link '%.255s'" +msgstr "" + +#: src/archives.c utils/update-alternatives.c +#, c-format +msgid "error creating symbolic link '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "error creating directory '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "cannot compute MD5 hash for tar file '%.255s': %s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "error setting timestamps of '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "error setting ownership of symlink '%.255s'" +msgstr "" + +#: src/archives.c utils/update-alternatives.c +#, c-format +msgid "unable to read link '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"trying to overwrite shared '%.250s', which is different from other instances " +"of package %.250s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "failed to stat (dereference) existing symlink '%.250s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"failed to stat (dereference) proposed new symlink target '%.250s' for " +"symlink '%.250s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "newline not allowed in archive object name '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"trying to overwrite '%.250s', which is the diverted version of " +"'%.250s' (package: %.100s)" +msgstr "" + +#: src/archives.c +#, c-format +msgid "trying to overwrite '%.250s', which is the diverted version of '%.250s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to stat '%.255s' (which I was about to install)" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"unable to clean up mess surrounding '%.255s' before installing another " +"version" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to stat restored '%.255s' before installing another version" +msgstr "" + +#: src/archives.c +#, c-format +msgid "archive contained object '%.255s' of unknown type 0x%x" +msgstr "" + +#: src/archives.c +#, c-format +msgid "Replacing files in old package %s (%s) ...\n" +msgstr "" + +#: src/archives.c +#, c-format +msgid "Replaced by files in installed package %s (%s) ...\n" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to move aside '%.255s' to install new version" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to make backup symlink for '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to chown backup symlink for '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to make backup link of '%.255s' before installing new version" +msgstr "" + +#: src/archives.c +#, c-format +msgid "unable to install new version of '%.255s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"considering deconfiguration of essential\n" +" package %s, to enable %s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"no, %s is essential, will not deconfigure\n" +" it in order to enable %s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"no, cannot proceed with %s (--auto-deconfigure will help):\n" +"%s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "considering deconfiguration of %s, which would be broken by %s ..." +msgstr "" + +#: src/archives.c +#, c-format +msgid "yes, will deconfigure %s (broken by %s)" +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"regarding %s containing %s:\n" +"%s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "considering removing %s in favour of %s ..." +msgstr "" + +#: src/archives.c +#, c-format +msgid "%s is not properly installed; ignoring any dependencies on it" +msgstr "" + +#: src/archives.c +#, c-format +msgid "may have trouble removing %s, as it provides %s ..." +msgstr "" + +#: src/archives.c +#, c-format +msgid "" +"package %s requires reinstallation, but will remove anyway as you requested" +msgstr "" + +#: src/archives.c +#, c-format +msgid "package %s requires reinstallation, will not remove" +msgstr "" + +#: src/archives.c +#, c-format +msgid "yes, will remove %s in favour of %s" +msgstr "" + +#: src/archives.c src/unpack.c +#, c-format +msgid "cannot access archive '%s'" +msgstr "" + +#: src/archives.c +#, c-format +msgid "archive '%s' is not a regular file" +msgstr "" + +#: src/archives.c +#, c-format +msgid "version %.250s of %.250s already installed, skipping" +msgstr "" + +#: src/archives.c +#, c-format +msgid "downgrading %.250s from %.250s to %.250s" +msgstr "" + +#: src/archives.c +#, c-format +msgid "will not downgrade %.250s from %.250s to %.250s, skipping" +msgstr "" + +#: src/cleanup.c +#, c-format +msgid "" +"unable to remove newly-installed version of '%.250s' to allow reinstallation " +"of backup copy" +msgstr "" + +#: src/cleanup.c +#, c-format +msgid "unable to restore backup version of '%.250s'" +msgstr "" + +#: src/cleanup.c +#, c-format +msgid "unable to remove newly-installed version of '%.250s'" +msgstr "" + +#: src/cleanup.c +#, c-format +msgid "unable to remove newly-extracted version of '%.250s'" +msgstr "" + +#: src/configure.c +#, c-format +msgid "Configuration file '%s'\n" +msgstr "" + +#: src/configure.c +#, c-format +msgid "Configuration file '%s' (actually '%s')\n" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +" ==> File on system created by you or by a script.\n" +" ==> File also in package provided by package maintainer.\n" +msgstr "" + +#: src/configure.c +#, c-format +msgid " Not modified since installation.\n" +msgstr "" + +#: src/configure.c +#, c-format +msgid " ==> Modified (by you or by a script) since installation.\n" +msgstr "" + +#: src/configure.c +#, c-format +msgid " ==> Deleted (by you or by a script) since installation.\n" +msgstr "" + +#: src/configure.c +msgid "end of file on stdin at conffile prompt" +msgstr "" + +#: src/configure.c +msgid "conffile difference visualizer" +msgstr "conffile difference visualiser" + +#: src/configure.c +msgid "Type 'exit' when you're done.\n" +msgstr "" + +#: src/configure.c +#, c-format +msgid "unable to stat current installed conffile '%.250s'" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +"\n" +"Configuration file '%s', does not exist on system.\n" +"Installing new config file as you requested.\n" +msgstr "" + +#: src/configure.c utils/update-alternatives.c +#, c-format +msgid "unable to install '%.250s' as '%.250s'" +msgstr "" + +#: src/configure.c +#, c-format +msgid "no package named '%s' is installed, cannot configure" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +"package %.250s is not ready for configuration\n" +" cannot configure (current status '%.250s')" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +"package %s cannot be configured because %s is not ready (current status '%s')" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +"package %s %s cannot be configured because %s is at a different version (%s)" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +"dependency problems prevent configuration of %s:\n" +"%s" +msgstr "" + +#: src/configure.c +#, c-format +msgid "" +"%s: dependency problems, but configuring anyway as you requested:\n" +"%s" +msgstr "" + +#: src/configure.c +msgid "" +"package is in a very bad inconsistent state; you should\n" +" reinstall it before attempting configuration" +msgstr "" + +#: src/configure.c dpkg-split/split.c +#, c-format +msgid "cannot compute MD5 hash for file '%s': %s" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "" +"rename involves overwriting '%s' with\n" +" different file '%s', not allowed" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "cannot copy '%s' to '%s': %s" +msgstr "" + +#: src/divertcmd.c +msgid "cannot divert directories" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "'%s' clashes with '%s'" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "Ignoring request to rename file '%s' owned by diverting package '%s'\n" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "" +"mismatch on divert-to\n" +" when removing '%s'\n" +" found '%s'" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "" +"mismatch on package\n" +" when removing '%s'\n" +" found '%s'" +msgstr "" + +#: src/divertcmd.c +#, c-format +msgid "Ignoring request to remove shared diversion '%s'.\n" +msgstr "" + +#: src/divertdb.c +#, c-format +msgid "conflicting diversions involving '%.250s' or '%.250s'" +msgstr "" + +#: src/enquiry.c +msgid "" +"The following packages are in a mess due to serious problems during\n" +"installation. They must be reinstalled for them (and any packages\n" +"that depend on them) to function properly:\n" +msgstr "" +"The following packages are in a mess due to serious problems during\n" +"installation. They must be reinstalled for them (and any packages\n" +"that depend on them) to function properly:\n" + +#: src/enquiry.c +msgid "" +"The following packages are only half configured, probably due to problems\n" +"configuring them the first time. The configuration should be retried using\n" +"dpkg --configure or the configure menu option in dselect:\n" +msgstr "" +"The following packages are only half configured, probably due to problems\n" +"configuring them the first time. The configuration should be retried using\n" +"dpkg --configure or the configure menu option in dselect:\n" + +#: src/enquiry.c +msgid "" +"The following packages are only half installed, due to problems during\n" +"installation. The installation can probably be completed by retrying it;\n" +"the packages can be removed using dselect or dpkg --remove:\n" +msgstr "" +"The following packages are only half installed, due to problems during\n" +"installation. The installation can probably be completed by retrying it;\n" +"the packages can be removed using dselect or dpkg --remove:\n" + +#: src/enquiry.c +msgid "" +"The following packages are missing the list control file in the\n" +"database, they need to be reinstalled:\n" +msgstr "" + +#: src/enquiry.c +msgid "" +"The following packages are missing the md5sums control file in the\n" +"database, they need to be reinstalled:\n" +msgstr "" + +#: src/enquiry.c +msgid "The following packages do not have an architecture:\n" +msgstr "" + +#: src/enquiry.c +msgid "The following packages have an illegal architecture:\n" +msgstr "" + +#: src/enquiry.c +msgid "" +"The following packages have an unknown foreign architecture, which will\n" +"cause dependency issues on front-ends. This can be fixed by registering\n" +"the foreign architecture with dpkg --add-architecture:\n" +msgstr "" + +#: src/enquiry.c src/querycmd.c src/verify.c +#, c-format +msgid "package '%s' is not installed" +msgstr "" + +#: src/enquiry.c +msgid "versioned Provides" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "" +"cannot see how to satisfy pre-dependency:\n" +" %s" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s takes one argument" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "package name '%s' is invalid: %s" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s takes one argument" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "trigger name '%s' is invalid: %s" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s takes one argument" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "architecture name '%s' is invalid: %s" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s takes one argument" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "version '%s' has bad syntax" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s used with obsolete relation operator '%s'" +msgstr "" + +#: src/errors.c +#, c-format +msgid "failed to allocate memory for new entry in list of failed packages: %s" +msgstr "" + +#: src/errors.c +msgid "too many errors, stopping" +msgstr "" + +#: src/errors.c +#, c-format +msgid "" +"error processing package %s (--%s):\n" +" %s" +msgstr "" + +#: src/errors.c +#, c-format +msgid "" +"error processing archive %s (--%s):\n" +" %s" +msgstr "" + +#: src/errors.c +#, c-format +msgid "package %s was on hold, processing it anyway as you requested" +msgstr "" + +#: src/errors.c +#, c-format +msgid "" +"Package %s is on hold, not touching it. Use --force-hold to override.\n" +msgstr "" +"Package %s is on hold, not touching it. Use --force-hold to override.\n" + +#: src/filesdb-hash.c +#, c-format +msgid "control file '%s' for package '%s' is missing final newline" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "control file '%s' for package '%s' is missing value" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "control file '%s' for package '%s' is missing value separator" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "control file '%s' for package '%s' contains empty filename" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "cannot open control file '%s' for package '%s'" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "cannot stat control file '%s' for package '%s'" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "control file '%s' for package '%s' is not a regular file" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "cannot read control file '%s' for package '%s'" +msgstr "" + +#: src/filesdb-hash.c +#, c-format +msgid "cannot close control file '%s' for package '%s'" +msgstr "" + +#: src/filesdb.c +#, c-format +msgid "unable to open files list file for package '%.250s'" +msgstr "" + +#: src/filesdb.c +#, c-format +msgid "" +"files list file for package '%.250s' missing; assuming package has no files " +"currently installed" +msgstr "" + +#: src/filesdb.c +#, c-format +msgid "files list for package '%.250s' is not a regular file" +msgstr "" + +#: src/filesdb.c +#, c-format +msgid "files list file for package '%.250s' contains empty filename" +msgstr "" + +#: src/filesdb.c +#, c-format +msgid "error closing files list file for package '%.250s'" +msgstr "" + +#: src/help.c +msgid "PATH is not set" +msgstr "" + +#: src/help.c +#, c-format +msgid "'%s' not found in PATH or not executable" +msgstr "" + +#: src/help.c +#, c-format +msgid "" +"%d expected program not found in PATH or not executable\n" +"%s" +msgid_plural "" +"%d expected programs not found in PATH or not executable\n" +"%s" +msgstr[0] "" +msgstr[1] "" + +#: src/help.c +msgid "" +"Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin" +msgstr "" + +#: src/infodb-access.c +#, c-format +msgid "unable to check existence of '%.250s'" +msgstr "" + +#: src/infodb-format.c +#, c-format +msgid "corrupt info database format file '%s'" +msgstr "" + +#: src/infodb-format.c +#, c-format +msgid "info database format (%d) is bogus or too new; try getting a newer dpkg" +msgstr "" + +#: src/infodb-upgrade.c +#, c-format +msgid "info file %s/%s not associated to any package" +msgstr "" + +#: src/main.c +#, c-format +msgid "Debian '%s' package management program version %s.\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "" +"Commands:\n" +" -i|--install <.deb file name> ... | -R|--recursive ...\n" +" --unpack <.deb file name> ... | -R|--recursive ...\n" +" -A|--record-avail <.deb file name> ... | -R|--recursive ...\n" +" --configure ... | -a|--pending\n" +" --triggers-only ... | -a|--pending\n" +" -r|--remove ... | -a|--pending\n" +" -P|--purge ... | -a|--pending\n" +" -V|--verify ... Verify the integrity of package(s).\n" +" --get-selections [ ...] Get list of selections to stdout.\n" +" --set-selections Set package selections from stdin.\n" +" --clear-selections Deselect every non-essential package.\n" +" --update-avail [] Replace available packages info.\n" +" --merge-avail [] Merge with info from file.\n" +" --clear-avail Erase existing available info.\n" +" --forget-old-unavail Forget uninstalled unavailable pkgs.\n" +" -s|--status ... Display package status details.\n" +" -p|--print-avail ... Display available version details.\n" +" -L|--listfiles ... List files 'owned' by package(s).\n" +" -l|--list [ ...] List packages concisely.\n" +" -S|--search ... Find package(s) owning file(s).\n" +" -C|--audit [ ...] Check for broken package(s).\n" +" --yet-to-unpack Print packages selected for " +"installation.\n" +" --predep-package Print pre-dependencies to unpack.\n" +" --add-architecture Add to the list of architectures.\n" +" --remove-architecture Remove from the list of " +"architectures.\n" +" --print-architecture Print dpkg architecture.\n" +" --print-foreign-architectures Print allowed foreign architectures.\n" +" --assert- Assert support for the specified " +"feature.\n" +" --validate- Validate a 's .\n" +" --compare-versions Compare version numbers - see below.\n" +" --force-help Show help on forcing.\n" +" -Dh|--debug=help Show help on debugging.\n" +"\n" +msgstr "" + +#: src/main.c src/querycmd.c src/trigcmd.c dpkg-deb/main.c dpkg-split/main.c +#, c-format +msgid "" +" -?, --help Show this help message.\n" +" --version Show the version.\n" +"\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "" +"Assertable features: support-predepends, working-epoch, long-filenames,\n" +" multi-conrep, multi-arch, versioned-provides.\n" +"\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "" +"Validatable things: pkgname, archname, trigname, version.\n" +"\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "" +"Use dpkg with -b, --build, -c, --contents, -e, --control, -I, --info,\n" +" -f, --field, -x, --extract, -X, --vextract, --ctrl-tarfile, --fsys-" +"tarfile\n" +"on archives (type %s --help).\n" +"\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "" +"Options:\n" +" --admindir= Use instead of %s.\n" +" --root= Install on a different root directory.\n" +" --instdir= Change installation dir without changing admin " +"dir.\n" +" --path-exclude= Do not install paths which match a shell " +"pattern.\n" +" --path-include= Re-include a pattern after a previous " +"exclusion.\n" +" -O|--selected-only Skip packages not selected for install/" +"upgrade.\n" +" -E|--skip-same-version Skip packages whose same version is installed.\n" +" -G|--refuse-downgrade Skip packages with earlier version than " +"installed.\n" +" -B|--auto-deconfigure Install even if it would break some other " +"package.\n" +" --[no-]triggers Skip or force consequential trigger " +"processing.\n" +" --verify-format= Verify output format (supported: 'rpm').\n" +" --no-debsig Do not try to verify package signatures.\n" +" --no-act|--dry-run|--simulate\n" +" Just say what we would do - don't do it.\n" +" -D|--debug= Enable debugging (see -Dhelp or --debug=help).\n" +" --status-fd Send status change updates to file descriptor " +".\n" +" --status-logger= Send status change updates to 's " +"stdin.\n" +" --log= Log status changes and actions to .\n" +" --ignore-depends=,...\n" +" Ignore dependencies involving .\n" +" --force-... Override problems (see --force-help).\n" +" --no-force-...|--refuse-...\n" +" Stop when problems encountered.\n" +" --abort-after Abort after encountering errors.\n" +"\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "Use 'apt' or 'aptitude' for user-friendly package management.\n" +msgstr "" + +#: src/main.c +msgid "" +"Type dpkg --help for help about installing and deinstalling packages [*];\n" +"Use 'apt' or 'aptitude' for user-friendly package management;\n" +"Type dpkg -Dhelp for a list of dpkg debug flag values;\n" +"Type dpkg --force-help for a list of forcing options;\n" +"Type dpkg-deb --help for help about manipulating *.deb files;\n" +"\n" +"Options marked [*] produce a lot of output - pipe it through 'less' or " +"'more' !" +msgstr "" + +#: src/main.c +msgid "Do not chroot into maintainer script environment" +msgstr "" + +#: src/main.c +msgid "" +"Use the default option for new config files if one\n" +"is available, don't prompt. If no default can be found,\n" +"you will be prompted unless one of the confold or\n" +"confnew options is also given" +msgstr "" + +#: src/main.c +#, c-format +msgid "--%s requires a positive octal argument" +msgstr "" + +#: src/main.c +#, c-format +msgid "unknown verify output format '%s'" +msgstr "" + +#: src/main.c +#, c-format +msgid "null package name in --%s comma-separated list '%.250s'" +msgstr "" + +#: src/main.c dpkg-deb/info.c +#, c-format +msgid "--%s takes exactly one argument" +msgstr "" + +#: src/main.c +#, c-format +msgid "architecture '%s' is illegal: %s" +msgstr "" + +#: src/main.c +#, c-format +msgid "architecture '%s' is reserved and cannot be added" +msgstr "" + +#: src/main.c +#, c-format +msgid "cannot remove non-foreign architecture '%s'" +msgstr "" + +#: src/main.c +#, c-format +msgid "removing architecture '%s' currently in use by database" +msgstr "" + +#: src/main.c +#, c-format +msgid "cannot remove architecture '%s' currently in use by the database" +msgstr "" + +#: src/main.c +#, c-format +msgid "unknown force/refuse option '%.*s'" +msgstr "" + +#: src/main.c +#, c-format +msgid "obsolete force/refuse option '%s'" +msgstr "" + +#: src/main.c +#, c-format +msgid "couldn't open '%i' for stream" +msgstr "" + +#: src/main.c +#, c-format +msgid "unexpected end of file before end of line %d" +msgstr "" + +#: src/main.c +msgid "cannot set primary group ID to root" +msgstr "" + +#: src/packages.c +#, c-format +msgid "" +"More than one copy of package %s has been unpacked\n" +" in this run ! Only configuring it once.\n" +msgstr "" +"More than one copy of package %s has been unpacked\n" +" in this run ! Only configuring it once.\n" + +#: src/packages.c +#, c-format +msgid "" +"package %.250s is not ready for trigger processing\n" +" (current status '%.250s' with no pending triggers)" +msgstr "" + +#: src/packages.c +#, c-format +msgid " Version of %s on system, provided by %s, is %s.\n" +msgstr "" + +#: src/packages.c +#, c-format +msgid "also configuring '%s' (required by '%s')" +msgstr "" + +#: src/querycmd.c src/select.c +#, c-format +msgid "no packages found matching %s" +msgstr "" + +#: src/querycmd.c +msgid "Architecture" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "no path found matching pattern %s" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "package '%s' is not installed and no information is available" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "package '%s' is not available" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "Package '%s' does not contain any files (!)\n" +msgstr "" + +#: src/querycmd.c dpkg-deb/info.c +#, c-format +msgid "error in show format: %s" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "--%s takes one package name argument" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "--%s takes exactly two arguments" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "control file '%s' does not exist" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "" +"Commands:\n" +" -s|--status ... Display package status details.\n" +" -p|--print-avail ... Display available version details.\n" +" -L|--listfiles ... List files 'owned' by package(s).\n" +" -l|--list [ ...] List packages concisely.\n" +" -W|--show [ ...] Show information on package(s).\n" +" -S|--search ... Find package(s) owning file(s).\n" +" --control-list Print the package control file list.\n" +" --control-show \n" +" Show the package control file.\n" +" -c|--control-path []\n" +" Print path for package control file.\n" +"\n" +msgstr "" + +#: src/querycmd.c +#, c-format +msgid "" +"Options:\n" +" --admindir= Use instead of %s.\n" +" --load-avail Use available file on --show and --list.\n" +" -f|--showformat= Use alternative format for --show.\n" +"\n" +msgstr "" + +#: src/remove.c +#, c-format +msgid "ignoring request to remove %.250s which isn't installed" +msgstr "" + +#: src/remove.c +#, c-format +msgid "" +"ignoring request to remove %.250s, only the config\n" +" files of which are on the system; use --purge to remove them too" +msgstr "" + +#: src/remove.c +msgid "this is an essential package; it should not be removed" +msgstr "" + +#: src/remove.c +#, c-format +msgid "" +"dependency problems prevent removal of %s:\n" +"%s" +msgstr "" + +#: src/remove.c +#, c-format +msgid "" +"%s: dependency problems, but removing anyway as you requested:\n" +"%s" +msgstr "" + +#: src/remove.c +msgid "" +"package is in a very bad inconsistent state; you should\n" +" reinstall it before attempting a removal" +msgstr "" + +#: src/remove.c +#, c-format +msgid "Would remove or purge %s (%s) ...\n" +msgstr "" + +#: src/remove.c +#, c-format +msgid "Removing %s (%s) ...\n" +msgstr "" + +#: src/remove.c src/unpack.c +#, c-format +msgid "unable to delete control info file '%.250s'" +msgstr "" + +#: src/remove.c +#, c-format +msgid "while removing %.250s, directory '%.250s' not empty so not removed" +msgstr "" + +#: src/remove.c +#, c-format +msgid "Purging configuration files for %s (%s) ...\n" +msgstr "" + +#: src/remove.c +#, c-format +msgid "cannot remove old config file '%.250s' (= '%.250s')" +msgstr "" + +#: src/remove.c +#, c-format +msgid "cannot read config file directory '%.250s' (from '%.250s')" +msgstr "" + +#: src/remove.c +#, c-format +msgid "cannot remove old backup config file '%.250s' (of '%.250s')" +msgstr "" + +#: src/script.c +#, c-format +msgid "unable to set execute permissions on '%.250s'" +msgstr "" + +#: src/script.c +#, c-format +msgid "failed to chroot to '%.250s'" +msgstr "" + +#: src/script.c dpkg-deb/build.c +#, c-format +msgid "failed to chdir to '%.255s'" +msgstr "" + +#: src/script.c +msgid "cannot set security execution context for maintainer script" +msgstr "" + +#: src/script.c +#, c-format +msgid "installed %s package %s script" +msgstr "" + +#: src/script.c +#, c-format +msgid "unable to stat %s '%.250s'" +msgstr "" + +#: src/script.c +#, c-format +msgid "new %s package %s script" +msgstr "" + +#: src/script.c +#, c-format +msgid "old %s package %s script" +msgstr "" + +#: src/script.c +msgid "trying script from the new package instead ..." +msgstr "" + +#: src/script.c +msgid "... it looks like that went OK" +msgstr "" + +#: src/select.c +#, c-format +msgid "unexpected end of file in package name at line %d" +msgstr "" + +#: src/select.c +#, c-format +msgid "unexpected end of file after package name at line %d" +msgstr "" + +#: src/select.c +#, c-format +msgid "package not in status nor available database at line %d: %.250s" +msgstr "" + +#: src/select.c +msgid "" +"found unknown packages; this might mean the available database\n" +"is outdated, and needs to be updated through a frontend method;\n" +"please see the FAQ " +msgstr "" + +#: src/selinux.c +msgid "cannot open security status notification channel" +msgstr "" + +#: src/selinux.c +msgid "cannot get security labeling handle" +msgstr "" + +#: src/selinux.c +#, c-format +msgid "cannot set security context for file object '%s'" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "" +"Commands:\n" +" --add \n" +" add a new entry into the database.\n" +" --remove remove from the database.\n" +" --list [] list current overrides in the database.\n" +"\n" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "" +"Options:\n" +" --admindir set the directory with the statoverride file.\n" +" --update immediately update permissions.\n" +" --force force an action even if a sanity check fails.\n" +" --quiet quiet operation, minimal output.\n" +" --help show this help message.\n" +" --version show the version.\n" +"\n" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "user '%s' does not exist" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "group '%s' does not exist" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "--%s needs four arguments" +msgstr "" + +#: src/statcmd.c +msgid "path may not contain newlines" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "" +"an override for '%s' already exists, but --force specified so will be ignored" +msgstr "" + +#: src/statcmd.c +#, c-format +msgid "an override for '%s' already exists; aborting" +msgstr "" + +#: src/statcmd.c +msgid "no override present" +msgstr "" + +#: src/statdb.c +#, c-format +msgid "invalid statoverride uid %s" +msgstr "" + +#: src/statdb.c +#, c-format +msgid "invalid statoverride gid %s" +msgstr "" + +#: src/statdb.c +#, c-format +msgid "invalid statoverride mode %s" +msgstr "" + +#: src/statdb.c +#, c-format +msgid "unknown user '%s' in statoverride file" +msgstr "" + +#: src/statdb.c +#, c-format +msgid "unknown group '%s' in statoverride file" +msgstr "" + +#: src/statdb.c +#, c-format +msgid "multiple statoverrides present for file '%.250s'" +msgstr "" + +#: src/trigcmd.c +#, c-format +msgid "" +"Options:\n" +" --admindir= Use instead of %s.\n" +" --by-package= Override trigger awaiter (normally set\n" +" by dpkg).\n" +" --await Package needs to await the processing.\n" +" --no-await No package needs to await the " +"processing.\n" +" --no-act Just test - don't actually change " +"anything.\n" +"\n" +msgstr "" + +#: src/trigcmd.c +msgid "triggers data directory not yet created" +msgstr "" + +#: src/trigcmd.c +msgid "trigger records not yet in existence" +msgstr "" + +#: src/trigcmd.c +#, c-format +msgid "invalid trigger name '%.250s': %.250s" +msgstr "" + +#: src/trigproc.c +msgid "" +"cycle found while processing triggers:\n" +" chain of packages whose triggers are or may be responsible:" +msgstr "" + +#: src/trigproc.c +#, c-format +msgid "" +"dependency problems prevent processing triggers for %s:\n" +"%s" +msgstr "" + +#: src/trigproc.c +msgid "dependency problems - leaving triggers unprocessed" +msgstr "" + +#: src/trigproc.c +#, c-format +msgid "" +"%s: dependency problems, but processing triggers anyway as you requested:\n" +"%s" +msgstr "" + +#: src/trigproc.c +#, c-format +msgid "Processing triggers for %s (%s) ...\n" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "error ensuring '%.250s' doesn't exist" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "verification on package %s failed!" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "" +"verification on package %s failed; but installing anyway as you requested" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "" +"regarding %s containing %s, pre-dependency problem:\n" +"%s" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "De-configuring %s (%s), to allow removal of %s (%s) ...\n" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "De-configuring %s (%s) ...\n" +msgstr "" + +#: src/unpack.c dpkg-deb/build.c +#, c-format +msgid "conffile name '%s' is too long, or missing final newline" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "old version of package has overly-long info file name starting '%.250s'" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "unable to remove obsolete info file '%.250s'" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "unable to install (supposed) new info file '%.250s'" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "package contains overly-long control info file name (starting '%.50s')" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "package control info contained directory '%.250s'" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "package control info rmdir of '%.250s' didn't say not a dir" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "unable to install new info file '%.250s' as '%.250s'" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "unable to stat other new file '%.250s'" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "Preparing to unpack %s ...\n" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "Unpacking %s (%s) ...\n" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "Unpacking %s (%s) over (%s) ...\n" +msgstr "" + +#: src/unpack.c +#, c-format +msgid "cannot zap possible trailing zeros from dpkg-deb: %s" +msgstr "" + +#: src/update.c +#, c-format +msgid "--%s takes at most one Packages-file argument" +msgstr "" + +#: src/update.c +#, c-format +msgid "" +"obsolete '--%s' option; unavailable packages are automatically cleaned up" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "newline not allowed in pathname '%s'" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "maintainer script '%.50s' is not a plain file or symlink" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "" +"maintainer script '%.50s' has bad permissions %03lo (must be >=0555 and " +"<=0775)" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "maintainer script '%.50s' is not stattable" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "conffile '%.250s' does not appear in package" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "conffile '%.250s' is not stattable" +msgstr "" + +#: dpkg-deb/build.c +msgid "package name has characters that aren't lowercase alphanums or '-+.'" +msgstr "" + +#: dpkg-deb/build.c +msgid "package architecture is missing or empty" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "ignoring %d warning about the control file(s)" +msgid_plural "ignoring %d warnings about the control file(s)" +msgstr[0] "" +msgstr[1] "" + +#: dpkg-deb/build.c +#, c-format +msgid "unable to check for existence of archive '%.250s'" +msgstr "" + +#: dpkg-deb/build.c +msgid "compressing tar member" +msgstr "" + +#: dpkg-deb/build.c dpkg-split/split.c +#, c-format +msgid "unable to parse timestamp '%.255s'" +msgstr "" + +#: dpkg-deb/build.c +msgid "not checking contents of control area" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "building an unknown package in '%s'." +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "building package '%s' in '%s'." +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "error writing '%s'" +msgstr "" + +#: dpkg-deb/build.c +#, c-format +msgid "cannot copy '%s' into archive '%s': %s" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "file '%.250s' is not a Debian binary archive (try dpkg-split?)" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "archive has invalid format version: %s" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "archive is format version %d.%d; get a newer dpkg-deb" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "cannot skip archive member from '%s': %s" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "archive '%s' uses unknown compression for member '%.*s', giving up" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "archive '%s' has premature member '%.*s' before '%s', giving up" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "" +" new Debian package, version %d.%d.\n" +" size %jd bytes: control archive=%jd bytes.\n" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "archive has malformed control member size '%s'" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "cannot skip archive control member from '%s': %s" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "" +" old Debian package, version %d.%d.\n" +" size %jd bytes: control archive=%jd, main archive=%jd.\n" +msgstr "" + +#: dpkg-deb/extract.c +msgid "" +"file looks like it might be an archive which has been\n" +" corrupted by being downloaded in ASCII mode" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "'%.255s' is not a Debian format archive" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "cannot copy archive member from '%s' to decompressor pipe: %s" +msgstr "" + +#: dpkg-deb/extract.c +msgid "cannot close decompressor pipe" +msgstr "" + +#: dpkg-deb/extract.c +msgid "decompressing archive member" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "unexpected pre-existing pathname %s" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "--%s needs .deb filename and directory arguments" +msgstr "" + +#: dpkg-deb/extract.c +#, c-format +msgid "--%s does not support (yet) reading the .deb from standard input" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid "cannot extract control file '%s' from '%s': %s" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid "'%.255s' contains no control component '%.255s'" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid "open component '%.255s' (in %.255s) failed in an unexpected way" +msgstr "" + +#: dpkg-deb/info.c utils/update-alternatives.c +#, c-format +msgid "cannot scan directory '%.255s'" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid "cannot stat '%.255s' (in '%.255s')" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid "cannot open '%.255s' (in '%.255s')" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid "failed to read '%.255s' (in '%.255s')" +msgstr "" + +#: dpkg-deb/info.c +#, c-format +msgid " not a plain file %.255s\n" +msgstr " not a plain file %.255s\n" + +#: dpkg-deb/info.c +msgid "no 'control' file in control archive!" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "Debian '%s' package archive backend version %s.\n" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "" +"Commands:\n" +" -b|--build [] Build an archive.\n" +" -c|--contents List contents.\n" +" -I|--info [ ...] Show info to stdout.\n" +" -W|--show Show information on package(s)\n" +" -f|--field [ ...] Show field(s) to stdout.\n" +" -e|--control [] Extract control info.\n" +" -x|--extract Extract files.\n" +" -X|--vextract Extract & list files.\n" +" -R|--raw-extract \n" +" Extract control info and files.\n" +" --ctrl-tarfile Output control tarfile.\n" +" --fsys-tarfile Output filesystem tarfile.\n" +"\n" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "" +" is the filename of a Debian format archive.\n" +" is the name of an administrative file component.\n" +" is the name of a field in the main 'control' file.\n" +"\n" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "" +"Options:\n" +" -v, --verbose Enable verbose output.\n" +" -D, --debug Enable debugging output.\n" +" --showformat= Use alternative format for --show.\n" +" --deb-format= Select archive format.\n" +" Allowed values: 0.939000, 2.0 " +"(default).\n" +" --nocheck Suppress control file check (build bad\n" +" packages).\n" +" --root-owner-group Forces the owner and groups to root.\n" +" --[no-]uniform-compression Use the compression params on all " +"members.\n" +" -z# Set the compression level when building.\n" +" -Z Set the compression type used when " +"building.\n" +" Allowed types: gzip, xz, none.\n" +" -S Set the compression strategy when " +"building.\n" +" Allowed values: none; extreme (xz);\n" +" filtered, huffman, rle, fixed (gzip).\n" +"\n" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "" +"\n" +"Use 'dpkg' to install and remove packages from your system, or\n" +"'apt' or 'aptitude' for user-friendly package management. Packages\n" +"unpacked using 'dpkg-deb --extract' will be incorrectly installed !\n" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "invalid deb format version: %s" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "unknown deb format version: %s" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "invalid compression level for -%c: %ld" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "unknown compression strategy '%s'!" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "unknown compression type '%s'!" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "obsolete compression type '%s'; use xz instead" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "obsolete compression type '%s'; use xz or gzip instead" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "invalid compressor parameters: %s" +msgstr "" + +#: dpkg-deb/main.c +#, c-format +msgid "unsupported compression type '%s' with uniform compression" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - bad digit (code %d) in %s" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%s' is corrupt; out of range integer in %s" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - %.250s missing" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - missing newline after %.250s" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - bad magic at end of first header" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - bad padding character (code %d)" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - nulls in info section" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' has invalid format version: %s" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is format version %d.%d; get a newer dpkg-split" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - bad MD5 checksum '%.250s'" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - bad magic at end of second header" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - second member is not data member" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - wrong number of parts for quoted sizes" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - size is wrong for quoted part number" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is corrupt - too short" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "cannot open archive part file '%.250s'" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%.250s' is not an archive part" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "" +"%s:\n" +" Part format version: %d.%d\n" +" Part of package: %s\n" +" ... version: %s\n" +" ... architecture: %s\n" +" ... MD5 checksum: %s\n" +" ... length: %jd bytes\n" +" ... split every: %jd bytes\n" +" Part number: %d/%d\n" +" Part length: %jd bytes\n" +" Part offset: %jd bytes\n" +" Part file size (used portion): %jd bytes\n" +"\n" +msgstr "" + +#: dpkg-split/info.c +#, c-format +msgid "file '%s' is not an archive part\n" +msgstr "" + +#: dpkg-split/join.c +#, c-format +msgid "unable to open output file '%.250s'" +msgstr "" + +#: dpkg-split/join.c +#, c-format +msgid "unable to (re)open input part file '%.250s'" +msgstr "" + +#: dpkg-split/join.c +#, c-format +msgid "cannot skip split package header for '%s': %s" +msgstr "" + +#: dpkg-split/join.c +#, c-format +msgid "cannot append split package part '%s' to '%s': %s" +msgstr "" + +#: dpkg-split/join.c +#, c-format +msgid "files '%.250s' and '%.250s' are not parts of the same file" +msgstr "" + +#: dpkg-split/join.c +#, c-format +msgid "there are several versions of part %d - at least '%.250s' and '%.250s'" +msgstr "" + +#: dpkg-split/main.c +#, c-format +msgid "Debian '%s' package split/join tool; version %s.\n" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to read depot directory '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to read part file '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "File '%.250s' is not part of a multipart archive.\n" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to reopen part file '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to open new depot file '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "cannot extract split package part '%s': %s" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to rename new depot file '%.250s' to '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to delete used-up depot file '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to stat '%.250s'" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "part file '%.250s' is not a plain file" +msgstr "" + +#: dpkg-split/queue.c +#, c-format +msgid "unable to discard '%.250s'" +msgstr "" + +#: dpkg-split/split.c +msgid "" +msgstr "" + +#: dpkg-split/split.c +#, c-format +msgid "unable to open source file '%.250s'" +msgstr "" + +#: dpkg-split/split.c +#, c-format +msgid "source file '%.250s' not a plain file" +msgstr "" + +#: dpkg-split/split.c +msgid "" +"header is too long, making part too long; the package name or version\n" +"numbers must be extraordinarily long, or something; giving up" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "Use '%s --help' for program usage information." +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "" +"alternative %s (part of link group %s) doesn't exist; removing from list of " +"alternatives" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "priority of %s is out of range: %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "discarding obsolete slave link %s (%s)" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid " link best version is %s" +msgstr "" + +#: utils/update-alternatives.c +msgid " link best version not available" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid " link %s is %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid " slave %s is %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "Press to keep the current choice[*], or type selection number: " +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "There is only one alternative in link group %s (providing %s): %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "not replacing %s with a link" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "" +"skip creation of %s because associated file %s (of link group %s) doesn't " +"exist" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "not removing %s since it's not a symlink" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative %s for %s not registered; not removing" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative %s for %s not registered; not setting" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "%s/%s is dangling; it will be updated with best choice" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "" +"%s/%s has been changed (manually or by a script); switching to manual " +"updates only" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "setting up automatic selection of %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "renaming %s slave link from %s to %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "renaming %s link from %s to %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "using %s to provide %s (%s) in auto mode" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "using %s to provide %s (%s) in manual mode" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "updating alternative %s because link group %s has changed slave links" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "" +"forcing reinstallation of alternative %s because link group %s is broken" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "current alternative %s is unknown, switching to %s for link group %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative name (%s) must not contain '/' and spaces" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative link %s is already managed by %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative path %s doesn't exist" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative %s can't be slave of %s: it is a master alternative" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "alternative link %s is already managed by %s (slave of %s)" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "unknown argument '%s'" +msgstr "" + +#: utils/update-alternatives.c +msgid "priority is out of range" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "no alternatives for %s" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "automatic updates of %s/%s are disabled; leaving it alone" +msgstr "" + +#: utils/update-alternatives.c +#, c-format +msgid "to return to automatic updates use '%s --auto %s'" +msgstr "" + +#: utils/update-alternatives.polkit.in +msgid "Run update-alternatives to modify system alternative selections" +msgstr "" + +#: utils/update-alternatives.polkit.in +msgid "Authentication is required to run update-alternatives" +msgstr "" diff -Nru language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/dselect.po language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/dselect.po --- language-pack-en-18.04+20180712/data/en_AU/LC_MESSAGES/dselect.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-18.04+20190718/data/en_AU/LC_MESSAGES/dselect.po 2019-07-19 07:54:43.000000000 +0000 @@ -0,0 +1,386 @@ +# English (Australia) translation for dpkg +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the dpkg package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: dpkg\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2018-01-17 03:29+0100\n" +"PO-Revision-Date: 2015-04-14 11:36+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2019-07-18 10:41+0000\n" +"X-Generator: Launchpad (build 19010)\n" + +#: dselect/basecmds.cc +msgid "" +"Press a key from the list above, or 'q' to exit help,\n" +" or '.' (full stop) to read each help page in turn. " +msgstr "" + +#: dselect/bindings.cc +msgid "Quit, confirming, and checking dependencies" +msgstr "Quit, confirming and checking dependencies" + +#: dselect/helpmsgs.cc +msgid "" +"Welcome to dselect's main package listing.\n" +"\n" +"You will be presented with a list of packages which are installed or " +"available\n" +"for installation. You can navigate around the list using the cursor keys,\n" +"mark packages for installation (using '+') or deinstallation (using '-').\n" +"Packages can be marked either singly or in groups; initially you will see " +"that\n" +"the line 'All packages' is selected. '+', '-' and so on will affect all " +"the\n" +"packages described by the highlighted line.\n" +"\n" +"Some of your choices will cause conflicts or dependency problems; you will " +"be\n" +"given a sub-list of the relevant packages, so that you can solve the " +"problems.\n" +"\n" +"You should read the list of keys and the explanations of the display.\n" +"Much on-line help is available, please make use of it - press '?' at\n" +"any time for help.\n" +"\n" +"When you have finished selecting packages, press to confirm " +"changes,\n" +"or 'X' to quit without saving changes. A final check on conflicts and\n" +"dependencies will be done - here too you may see a sublist.\n" +"\n" +"Press to leave help and enter the list now.\n" +msgstr "" + +#: dselect/helpmsgs.cc +msgid "" +"Welcome to dselect's main package listing.\n" +"\n" +"You will be presented with a list of packages which are installed or " +"available\n" +"for installation. Since you do not have the privilege necessary to update\n" +"package states, you are in a read-only mode. You can navigate around the\n" +"list using the cursor keys (please see the 'Keystrokes' help screen), " +"observe\n" +"the status of the packages and read information about them.\n" +"\n" +"You should read the list of keys and the explanations of the display.\n" +"Much on-line help is available, please make use of it - press '?' at\n" +"any time for help.\n" +"\n" +"When you have finished browsing, press 'Q' or to quit.\n" +"\n" +"Press to leave help and enter the list now.\n" +msgstr "" + +#: dselect/helpmsgs.cc +msgid "" +"Dependency/conflict resolution - introduction.\n" +"\n" +"One or more of your choices have raised a conflict or dependency problem -\n" +"some packages should only be installed in conjunction with certain others, " +"and\n" +"some combinations of packages may not be installed together.\n" +"\n" +"You will see a sub-list containing the packages involved. The bottom half " +"of\n" +"the display shows relevant conflicts and dependencies; use 'i' to cycle " +"between\n" +"that, the package descriptions and the internal control information.\n" +"\n" +"A set of 'suggested' packages has been calculated, and the initial markings " +"in\n" +"this sub-list have been set to match those, so you can just hit Return to\n" +"accept the suggestions if you wish. You may abort the change(s) which " +"caused\n" +"the problem(s), and go back to the main list, by pressing capital 'X'.\n" +"\n" +"You can also move around the list and change the markings so that they are " +"more\n" +"like what you want, and you can 'reject' my suggestions by using the " +"capital\n" +"'D' or 'R' keys (see the keybindings help screen). You can use capital 'Q' " +"to\n" +"force me to accept the situation currently displayed, in case you want to\n" +"override a recommendation or think that the program is mistaken.\n" +"\n" +"Press to leave help and enter the sub-list; remember: press '?' for " +"help.\n" +msgstr "" + +#: dselect/helpmsgs.cc +msgid "" +"The top half of the screen shows a list of packages. For each package you " +"see\n" +"four columns for its current status on the system and mark. In terse mode " +"(use\n" +"'v' to toggle verbose display) these are single characters, from left to " +"right:\n" +"\n" +" Error flag: Space - no error (but package may be in broken state - see " +"below)\n" +" 'R' - serious error during installation, needs " +"reinstallation;\n" +" Installed state: Space - not installed;\n" +" '*' - installed;\n" +" '-' - not installed but config files remain;\n" +" packages in these { 'U' - unpacked but not yet configured;\n" +" states are not { 'C' - half-configured (an error happened);\n" +" (quite) properly { 'I' - half-installed (an error happened);\n" +" installed { 'W','t' - triggers are awaited resp. pending.\n" +" Old mark: what was requested for this package before presenting this list;\n" +" Mark: what is requested for this package:\n" +" '*': marked for installation or upgrade;\n" +" '-': marked for removal, but any configuration files will remain;\n" +" '=': on hold: package will not be processed at all;\n" +" '_': marked for purge completely - even remove configuration;\n" +" 'n': package is new and has yet to be marked for install/remove/&c.\n" +"\n" +"Also displayed are each package's Priority, Section, name, installed and\n" +"available version numbers (shift-V to display/hide) and summary " +"description.\n" +msgstr "" + +#: dselect/helpmsgs.cc +msgid "" +"* Highlight: One line in the package list will be highlighted. It " +"indicates\n" +" which package(s) will be affected by presses of '+', '-' and '_'.\n" +"\n" +"* The dividing line in the middle of the screen shows a brief explanation " +"of\n" +" the status of the currently-highlighted package, or a description of " +"which\n" +" group is highlighted if a group line is. If you don't understand the\n" +" meaning of some of the status characters displayed, go to the relevant\n" +" package and look at this divider line, or use the 'v' key for a verbose\n" +" display (press 'v' again to go back to the terse display).\n" +"\n" +"* The bottom of the screen shows more information about the\n" +" currently-highlighted package (if there is only one).\n" +"\n" +" It can show an extended description of the package, the internal package\n" +" control details (either for the installed or available version of the\n" +" package), or information about conflicts and dependencies involving the\n" +" current package (in conflict/dependency resolution sublists).\n" +"\n" +" Use the 'i' key to cycle through the displays, and 'I' to hide the\n" +" information display or expand it to use almost all of the screen.\n" +msgstr "" + +#: dselect/helpmsgs.cc +msgid "" +"dselect and dpkg can do automatic installation, loading the package files to " +"be\n" +"installed from one of a number of different possible places.\n" +"\n" +"This list allows you to select one of these installation methods.\n" +"\n" +"Move the highlight to the method you wish to use, and hit Enter. You will " +"then\n" +"be prompted for the information required to do the installation.\n" +"\n" +"As you move the highlight a description of each method, where available, is\n" +"displayed in the bottom half of the screen.\n" +"\n" +"If you wish to quit without changing anything use the 'x' key while in the " +"list\n" +"of installation methods.\n" +"\n" +"A full list of keystrokes is available by pressing 'k' now, or from the " +"help\n" +"menu reachable by pressing '?'.\n" +msgstr "" + +#: dselect/main.cc +#, c-format +msgid "Debian '%s' package handling frontend version %s.\n" +msgstr "" + +#: dselect/main.cc +#, c-format +msgid "" +"Usage: %s [