# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the GNU parted package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: GNU parted 3.4.64.2\n" "Report-Msgid-Bugs-To: bug-parted@gnu.org\n" "POT-Creation-Date: 2022-04-05 18:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: lib/argmatch.c:147 #, c-format msgid "invalid argument %s for %s" msgstr "" #: lib/argmatch.c:148 #, c-format msgid "ambiguous argument %s for %s" msgstr "" #: lib/argmatch.c:167 lib/argmatch.h:238 msgid "Valid arguments are:" msgstr "" #: lib/closeout.c:122 libparted/labels/fdasd.c:145 msgid "write error" msgstr "" #: lib/error.c:195 msgid "Unknown system error" msgstr "" #: lib/getopt.c:278 #, c-format msgid "%s: option '%s%s' is ambiguous\n" msgstr "" #: lib/getopt.c:284 #, c-format msgid "%s: option '%s%s' is ambiguous; possibilities:" msgstr "" #: lib/getopt.c:319 #, c-format msgid "%s: unrecognized option '%s%s'\n" msgstr "" #: lib/getopt.c:345 #, c-format msgid "%s: option '%s%s' doesn't allow an argument\n" msgstr "" #: lib/getopt.c:360 #, c-format msgid "%s: option '%s%s' requires an argument\n" msgstr "" #: lib/getopt.c:621 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "" #: lib/getopt.c:636 lib/getopt.c:682 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "" #. TRANSLATORS: #. Get translations for open and closing quotation marks. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". For example, a French Unicode local should translate #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE #. QUOTATION MARK), respectively. #. #. If the catalog has no translation, we will try to #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the #. current locale is not Unicode, locale_quoting_style #. will quote 'like this', and clocale_quoting_style will #. quote "like this". You should always include translations #. for "`" and "'" even if U+2018 and U+2019 are appropriate #. for your locale. #. #. If you don't know what to put here, please see #. #. and use glyphs suitable for your language. #: lib/quotearg.c:355 msgid "`" msgstr "" #: lib/quotearg.c:356 msgid "'" msgstr "" #: lib/regcomp.c:122 msgid "Success" msgstr "" #: lib/regcomp.c:125 msgid "No match" msgstr "" #: lib/regcomp.c:128 msgid "Invalid regular expression" msgstr "" #: lib/regcomp.c:131 msgid "Invalid collation character" msgstr "" #: lib/regcomp.c:134 msgid "Invalid character class name" msgstr "" #: lib/regcomp.c:137 msgid "Trailing backslash" msgstr "" #: lib/regcomp.c:140 msgid "Invalid back reference" msgstr "" #: lib/regcomp.c:143 msgid "Unmatched [, [^, [:, [., or [=" msgstr "" #: lib/regcomp.c:146 msgid "Unmatched ( or \\(" msgstr "" #: lib/regcomp.c:149 msgid "Unmatched \\{" msgstr "" #: lib/regcomp.c:152 msgid "Invalid content of \\{\\}" msgstr "" #: lib/regcomp.c:155 msgid "Invalid range end" msgstr "" #: lib/regcomp.c:158 msgid "Memory exhausted" msgstr "" #: lib/regcomp.c:161 msgid "Invalid preceding regular expression" msgstr "" #: lib/regcomp.c:164 msgid "Premature end of regular expression" msgstr "" #: lib/regcomp.c:167 msgid "Regular expression too big" msgstr "" #: lib/regcomp.c:170 msgid "Unmatched ) or \\)" msgstr "" #: lib/regcomp.c:650 msgid "No previous regular expression" msgstr "" #. TRANSLATORS: A regular expression testing for an affirmative answer #. (english: "yes"). Testing the first character may be sufficient. #. Take care to consider upper and lower case. #. To enquire the regular expression that your system uses for this #. purpose, you can use the command #. locale -k LC_MESSAGES | grep '^yesexpr=' #: lib/rpmatch.c:150 msgid "^[yY]" msgstr "" #. TRANSLATORS: A regular expression testing for a negative answer #. (english: "no"). Testing the first character may be sufficient. #. Take care to consider upper and lower case. #. To enquire the regular expression that your system uses for this #. purpose, you can use the command #. locale -k LC_MESSAGES | grep '^noexpr=' #: lib/rpmatch.c:163 msgid "^[nN]" msgstr "" #: lib/version-etc.c:73 #, c-format msgid "Packaged by %s (%s)\n" msgstr "" #: lib/version-etc.c:76 #, c-format msgid "Packaged by %s\n" msgstr "" #. TRANSLATORS: Translate "(C)" to the copyright symbol #. (C-in-a-circle), if this symbol is available in the user's #. locale. Otherwise, do not translate "(C)"; leave it as-is. #: lib/version-etc.c:83 msgid "(C)" msgstr "" #. TRANSLATORS: The %s placeholder is the web address of the GPL license. #: lib/version-etc.c:88 #, c-format msgid "" "License GPLv3+: GNU GPL version 3 or later <%s>.\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" #. TRANSLATORS: %s denotes an author name. #: lib/version-etc.c:105 #, c-format msgid "Written by %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:109 #, c-format msgid "Written by %s and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:113 #, c-format msgid "Written by %s, %s, and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:120 #, c-format msgid "" "Written by %s, %s, %s,\n" "and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:127 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:134 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:142 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:150 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:159 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, and %s.\n" msgstr "" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:170 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s, and others.\n" msgstr "" #. TRANSLATORS: The placeholder indicates the bug-reporting address #. for this package. Please add _another line_ saying #. "Report translation bugs to <...>\n" with the address for translation #. bugs (typically your translation team's web or email address). #: lib/version-etc.c:249 #, c-format msgid "Report bugs to: %s\n" msgstr "" #: lib/version-etc.c:251 #, c-format msgid "Report %s bugs to: %s\n" msgstr "" #: lib/version-etc.c:255 lib/version-etc.c:257 #, c-format msgid "%s home page: <%s>\n" msgstr "" #: lib/version-etc.c:260 #, c-format msgid "General help using GNU software: <%s>\n" msgstr "" #: lib/xalloc-die.c:34 msgid "memory exhausted" msgstr "" #: libparted/arch/beos.c:246 msgid "Disk Image" msgstr "" #: libparted/arch/beos.c:347 libparted/arch/gnu.c:349 #: libparted/arch/linux.c:1732 #, c-format msgid "Error opening %s: %s" msgstr "" #: libparted/arch/beos.c:358 libparted/arch/gnu.c:359 #: libparted/arch/linux.c:1743 #, c-format msgid "Unable to open %s read-write (%s). %s has been opened read-only." msgstr "" #: libparted/arch/beos.c:420 libparted/arch/linux.c:1908 #, c-format msgid "%s during seek for read on %s" msgstr "" #: libparted/arch/beos.c:453 libparted/arch/gnu.c:497 libparted/arch/gnu.c:596 #: libparted/arch/gnu.c:724 libparted/arch/linux.c:1868 #: libparted/arch/linux.c:1950 #, c-format msgid "%s during read on %s" msgstr "" #: libparted/arch/beos.c:489 libparted/arch/gnu.c:557 #: libparted/arch/linux.c:2027 #, c-format msgid "Can't write to %s, because it is opened read-only." msgstr "" #: libparted/arch/beos.c:505 libparted/arch/linux.c:2052 #, c-format msgid "%s during seek for write on %s" msgstr "" #: libparted/arch/beos.c:542 libparted/arch/gnu.c:633 libparted/arch/gnu.c:678 #: libparted/arch/gnu.c:755 libparted/arch/linux.c:2000 #: libparted/arch/linux.c:2095 libparted/arch/linux.c:2168 #, c-format msgid "%s during write on %s" msgstr "" #: partprobe/partprobe.c:149 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: partprobe/partprobe.c:153 #, c-format msgid "Usage: %s [OPTION] [DEVICE]...\n" msgstr "" #: partprobe/partprobe.c:154 msgid "" "Inform the operating system about partition table changes.\n" "\n" " -d, --dry-run do not actually inform the operating system\n" " -s, --summary print a summary of contents\n" " -h, --help display this help and exit\n" " -v, --version output version information and exit\n" msgstr "" #: partprobe/partprobe.c:162 msgid "" "\n" "When no DEVICE is given, probe all partitions.\n" msgstr "" #: partprobe/partprobe.c:166 #, c-format msgid "" "\n" "Report bugs to <%s>.\n" msgstr "" #: libparted/arch/gnu.c:110 #, c-format msgid "Unable to open %s." msgstr "" #: libparted/arch/gnu.c:130 msgid "Unable to probe store." msgstr "" #: libparted/arch/gnu.c:235 #, c-format msgid "" "WARNING: the kernel failed to re-read the partition table on %s (%s). As a " "result, it may not reflect all of your changes until after reboot." msgstr "" #: libparted/arch/gnu.c:261 #, c-format msgid "" "Warning: unable to open %s (%s). As a result, it may not reflect all of your " "changes until after reboot." msgstr "" #: libparted/arch/gnu.c:274 #, c-format msgid "" "Warning: failed to make translator go away on %s (%s). As a result, it may " "not reflect all of your changes until after reboot." msgstr "" #: libparted/arch/gnu.c:820 #, c-format msgid "%s trying to sync %s to disk" msgstr "" #: libparted/arch/linux.c:633 #, c-format msgid "Could not stat device %s - %s." msgstr "" #: libparted/arch/linux.c:690 #, c-format msgid "Unable to determine the dm type of %s." msgstr "" #: libparted/arch/linux.c:774 libparted/arch/linux.c:907 #, c-format msgid "" "Could not determine sector size for %s: %s.\n" "Using the default sector size (%lld)." msgstr "" #: libparted/arch/linux.c:795 #, c-format msgid "" "Could not determine physical sector size for %s.\n" "Using the logical sector size (%lld)." msgstr "" #: libparted/arch/linux.c:855 #, c-format msgid "Unable to determine the size of %s (%s)." msgstr "" #: libparted/arch/linux.c:958 libparted/arch/linux.c:973 msgid "Generic IDE" msgstr "" #: libparted/arch/linux.c:963 #, c-format msgid "Could not get identity of device %s - %s" msgstr "" #: libparted/arch/linux.c:994 #, c-format msgid "" "Device %s has multiple (%d) logical sectors per physical sector.\n" "GNU Parted supports this EXPERIMENTALLY for some special disk label/file " "system combinations, e.g. GPT and ext2/3.\n" "Please consult the web site for up-to-date information." msgstr "" #: libparted/arch/linux.c:1172 #, c-format msgid "Error initialising SCSI device %s - %s" msgstr "" #: libparted/arch/linux.c:1236 #, c-format msgid "" "The device %s is so small that it cannot possibly store a file system or " "partition table. Perhaps you selected the wrong device?" msgstr "" #: libparted/arch/linux.c:1349 #, c-format msgid "" "Unable to determine geometry of file/device %s. You should not use Parted " "unless you REALLY know what you're doing!" msgstr "" #: libparted/arch/linux.c:1409 msgid "Generic SD/MMC Storage Card" msgstr "" #: libparted/arch/linux.c:1423 msgid "NVMe Device" msgstr "" #: libparted/arch/linux.c:1484 msgid "DAC960 RAID controller" msgstr "" #: libparted/arch/linux.c:1489 msgid "Promise SX8 SATA Device" msgstr "" #: libparted/arch/linux.c:1494 msgid "ATA over Ethernet Device" msgstr "" #: libparted/arch/linux.c:1500 msgid "IBM S390 DASD drive" msgstr "" #: libparted/arch/linux.c:1506 msgid "IBM iSeries Virtual DASD" msgstr "" #: libparted/arch/linux.c:1511 msgid "Compaq Smart Array" msgstr "" #: libparted/arch/linux.c:1521 msgid "NVDIMM Device" msgstr "" #: libparted/arch/linux.c:1526 msgid "ATARAID Controller" msgstr "" #: libparted/arch/linux.c:1531 msgid "I2O Controller" msgstr "" #: libparted/arch/linux.c:1536 msgid "User-Mode Linux UBD" msgstr "" #: libparted/arch/linux.c:1546 msgid "Loopback device" msgstr "" #: libparted/arch/linux.c:1554 #, c-format msgid "Linux device-mapper (%s)" msgstr "" #: libparted/arch/linux.c:1565 msgid "Xen Virtual Block Device" msgstr "" #: libparted/arch/linux.c:1570 msgid "Unknown" msgstr "" #: libparted/arch/linux.c:1579 msgid "Virtio Block Device" msgstr "" #: libparted/arch/linux.c:1584 msgid "Linux Software RAID Array" msgstr "" #: libparted/arch/linux.c:1589 msgid "RAM Drive" msgstr "" #: libparted/arch/linux.c:1596 msgid "ped_device_new() Unsupported device type" msgstr "" #: libparted/arch/linux.c:1690 libparted/arch/linux.c:1775 #, c-format msgid "Error fsyncing/closing %s: %s" msgstr "" #: libparted/arch/linux.c:1949 #, c-format msgid "%0.0send of file while reading %s" msgstr "" #: libparted/arch/linux.c:2691 #, c-format msgid "" "Error informing the kernel about modifications to partition %s -- %s. This " "means Linux won't know about any changes you made to %s until you reboot -- " "so you shouldn't mount it or use it in any way before rebooting." msgstr "" #: libparted/arch/linux.c:2811 #, c-format msgid "Unable to determine the start and length of %s." msgstr "" #: libparted/arch/linux.c:3225 #, c-format msgid "" "Partition(s) %s on %s have been written, but we have been unable to inform " "the kernel of the change, probably because it/they are in use. A