# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the GNU make package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: GNU make 4.4.0.90\n" "Report-Msgid-Bugs-To: bug-make@gnu.org\n" "POT-Creation-Date: 2023-01-14 14:08-0500\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" #: src/ar.c:47 #, c-format msgid "attempt to use unsupported feature: '%s'" msgstr "" #: src/ar.c:127 #, c-format msgid "touch archive member is not available on VMS" msgstr "" #: src/ar.c:151 #, c-format msgid "touch: Archive '%s' does not exist" msgstr "" #: src/ar.c:154 #, c-format msgid "touch: '%s' is not a valid archive" msgstr "" #: src/ar.c:161 #, c-format msgid "touch: Member '%s' does not exist in '%s'" msgstr "" #: src/ar.c:168 #, c-format msgid "touch: Bad return code from ar_member_touch on '%s'" msgstr "" #: src/arscan.c:130 #, c-format msgid "lbr$set_module() failed to extract module info, status = %d" msgstr "" #: src/arscan.c:236 #, c-format msgid "lbr$ini_control() failed with status = %d" msgstr "" #: src/arscan.c:261 #, c-format msgid "unable to open library '%s' to lookup member status %d" msgstr "" #: src/arscan.c:402 src/arscan.c:406 #, c-format msgid "Invalid %s for archive %s member %s" msgstr "" #: src/arscan.c:995 #, c-format msgid "Member '%s'%s: %ld bytes at %ld (%ld).\n" msgstr "" #: src/arscan.c:996 msgid " (name might be truncated)" msgstr "" #: src/arscan.c:999 #, c-format msgid " Date %s" msgstr "" #: src/arscan.c:1000 #, c-format msgid " uid = %d, gid = %d, mode = 0%o.\n" msgstr "" #: src/commands.c:379 #, c-format msgid "Recipe has too many lines (limit %hu)" msgstr "" #: src/commands.c:501 msgid "*** Break.\n" msgstr "" #: src/commands.c:629 #, c-format msgid "*** [%s] Archive member '%s' may be bogus; not deleted" msgstr "" #: src/commands.c:633 #, c-format msgid "*** Archive member '%s' may be bogus; not deleted" msgstr "" #: src/commands.c:647 #, c-format msgid "*** [%s] Deleting file '%s'" msgstr "" #: src/commands.c:649 #, c-format msgid "*** Deleting file '%s'" msgstr "" #: src/commands.c:685 msgid "# recipe to execute" msgstr "" #: src/commands.c:688 msgid " (built-in):" msgstr "" #: src/commands.c:690 #, c-format msgid " (from '%s', line %lu):\n" msgstr "" #: src/dir.c:1108 msgid "" "\n" "# Directories\n" msgstr "" #: src/dir.c:1120 #, c-format msgid "# %s: could not be stat'd.\n" msgstr "" #: src/dir.c:1123 #, c-format msgid "# %s (key %s, mtime %s): could not be opened.\n" msgstr "" #: src/dir.c:1127 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): could not be opened.\n" msgstr "" #: src/dir.c:1132 #, c-format msgid "# %s (device %ld, inode %ld): could not be opened.\n" msgstr "" #: src/dir.c:1156 #, c-format msgid "# %s (key %s, mtime %s): " msgstr "" #: src/dir.c:1160 #, c-format msgid "# %s (device %d, inode [%d,%d,%d]): " msgstr "" #: src/dir.c:1165 #, c-format msgid "# %s (device %ld, inode %ld): " msgstr "" #: src/dir.c:1169 src/dir.c:1190 msgid "No" msgstr "" #: src/dir.c:1172 src/dir.c:1193 msgid " files, " msgstr "" #: src/dir.c:1174 src/dir.c:1195 msgid "no" msgstr "" #: src/dir.c:1177 msgid " impossibilities" msgstr "" #: src/dir.c:1181 msgid " so far." msgstr "" #: src/dir.c:1198 #, c-format msgid " impossibilities in %lu directories.\n" msgstr "" #: src/expand.c:113 #, c-format msgid "%s:%lu: not recursively expanding %s to export to shell function\n" msgstr "" #: src/expand.c:149 #, c-format msgid "Recursive variable '%s' references itself (eventually)" msgstr "" #: src/expand.c:295 #, c-format msgid "unterminated variable reference" msgstr "" #: src/file.c:269 #, c-format msgid "Recipe was specified for file '%s' at %s:%lu," msgstr "" #: src/file.c:274 #, c-format msgid "Recipe for file '%s' was found by implicit rule search," msgstr "" #: src/file.c:278 #, c-format msgid "but '%s' is now considered the same file as '%s'." msgstr "" #: src/file.c:281 #, c-format msgid "Recipe for '%s' will be ignored in favor of the one for '%s'." msgstr "" #: src/file.c:301 #, c-format msgid "can't rename single-colon '%s' to double-colon '%s'" msgstr "" #: src/file.c:307 #, c-format msgid "can't rename double-colon '%s' to single-colon '%s'" msgstr "" #: src/file.c:404 #, c-format msgid "*** Deleting intermediate file '%s'" msgstr "" #: src/file.c:408 #, c-format msgid "Removing intermediate files...\n" msgstr "" #: src/file.c:822 #, c-format msgid "%s cannot be both .NOTINTERMEDIATE and .INTERMEDIATE" msgstr "" #: src/file.c:837 #, c-format msgid "%s cannot be both .NOTINTERMEDIATE and .SECONDARY" msgstr "" #: src/file.c:847 #, c-format msgid ".NOTINTERMEDIATE and .SECONDARY are mutually exclusive" msgstr "" #: src/file.c:939 msgid "Current time" msgstr "" #: src/file.c:943 #, c-format msgid "%s: Timestamp out of range; substituting %s" msgstr "" #: src/file.c:1086 msgid "# Not a target:" msgstr "" #: src/file.c:1091 msgid "# Precious file (prerequisite of .PRECIOUS)." msgstr "" #: src/file.c:1093 msgid "# Phony target (prerequisite of .PHONY)." msgstr "" #: src/file.c:1095 msgid "# Command line target." msgstr "" #: src/file.c:1097 msgid "# A default, MAKEFILES, or -include/sinclude makefile." msgstr "" #: src/file.c:1099 msgid "# Builtin rule" msgstr "" #: src/file.c:1101 msgid "# Implicit rule search has been done." msgstr "" #: src/file.c:1102 msgid "# Implicit rule search has not been done." msgstr "" #: src/file.c:1104 #, c-format msgid "# Implicit/static pattern stem: '%s'\n" msgstr "" #: src/file.c:1106 msgid "# File is an intermediate prerequisite." msgstr "" #: src/file.c:1108 msgid "# File is a prerequisite of .NOTINTERMEDIATE." msgstr "" #: src/file.c:1110 msgid "# File is secondary (prerequisite of .SECONDARY)." msgstr "" #: src/file.c:1114 msgid "# Also makes:" msgstr "" #: src/file.c:1120 msgid "# Modification time never checked." msgstr "" #: src/file.c:1122 msgid "# File does not exist." msgstr "" #: src/file.c:1124 msgid "# File is very old." msgstr "" #: src/file.c:1129 #, c-format msgid "# Last modified %s\n" msgstr "" #: src/file.c:1132 msgid "# File has been updated." msgstr "" #: src/file.c:1132 msgid "# File has not been updated." msgstr "" #: src/file.c:1136 msgid "# Recipe currently running (THIS IS A BUG)." msgstr "" #: src/file.c:1139 msgid "# Dependencies recipe running (THIS IS A BUG)." msgstr "" #: src/file.c:1148 msgid "# Successfully updated." msgstr "" #: src/file.c:1152 msgid "# Needs to be updated (-q is set)." msgstr "" #: src/file.c:1155 msgid "# Failed to be updated." msgstr "" #: src/file.c:1160 msgid "# Invalid value in 'command_state' member!" msgstr "" #: src/file.c:1179 msgid "" "\n" "# Files" msgstr "" #: src/file.c:1183 msgid "" "\n" "# files hash-table stats:\n" "# " msgstr "" #: src/file.c:1193 #, c-format msgid "%s: Field '%s' not cached: %s" msgstr "" #: src/function.c:779 src/function.c:1284 #, c-format msgid "%s: empty value" msgstr "" #: src/function.c:784 #, c-format msgid "%s: '%s' out of range" msgstr "" #: src/function.c:800 msgid "invalid first argument to 'word' function" msgstr "" #: src/function.c:803 #, c-format msgid "first argument to 'word' function must be greater than 0" msgstr "" #: src/function.c:821 msgid "invalid first argument to 'wordlist' function" msgstr "" #: src/function.c:822 msgid "invalid second argument to 'wordlist' function" msgstr "" #: src/function.c:1328 msgid "non-numeric first argument to 'intcmp' function" msgstr "" #: src/function.c:1329 msgid "non-numeric second argument to 'intcmp' function" msgstr "" #: src/function.c:1684 #, c-format msgid "windows32_openpipe: DuplicateHandle(In) failed (e=%lu)\n" msgstr "" #: src/function.c:1708 #, c-format msgid "windows32_openpipe: DuplicateHandle(Err) failed (e=%lu)\n" msgstr "" #: src/function.c:1715 #, c-format msgid "CreatePipe() failed (e=%lu)\n" msgstr "" #: src/function.c:1723 #, c-format msgid "windows32_openpipe(): process_init_fd() failed\n" msgstr "" #: src/function.c:1983 #, c-format msgid "Cleaning up temporary batch file %s\n" msgstr "" #: src/function.c:2348 src/function.c:2388 #, c-format msgid "file: missing filename" msgstr "" #: src/function.c:2358 src/function.c:2408 #, c-format msgid "open: %s: %s" msgstr "" #: src/function.c:2371 #, c-format msgid "write: %s: %s" msgstr "" #: src/function.c:2374 src/function.c:2427 #, c-format msgid "close: %s: %s" msgstr "" #: src/function.c:2391 #, c-format msgid "file: too many arguments" msgstr "" #: src/function.c:2404 #, c-format msgid "file: Failed to open '%s': %s\n" msgstr "" #: src/function.c:2422 #, c-format msgid "read: %s: %s" msgstr "" #: src/function.c:2434 #, c-format msgid "file: invalid file operation: %s" msgstr "" #: src/function.c:2552 #, c-format msgid "insufficient number of arguments (%u) to function '%s'" msgstr "" #: src/function.c:2564 #, c-format msgid "unimplemented on this platform: function '%s'" msgstr "" #: src/function.c:2633 #, c-format msgid "unterminated call to function '%s': missing '%c'" msgstr "" #: src/function.c:2816 #, c-format msgid "Empty function name" msgstr "" #: src/function.c:2818 #, c-format msgid "Invalid function name: %s" msgstr "" #: src/function.c:2820 #, c-format msgid "Function name too long: %s" msgstr "" #: src/function.c:2823 #, c-format msgid