/* -*- Mode: conf -*- # ag-text.def: autogen text strings */ /* This file is part of AutoGen. * Copyright (C) 1992-2018 Bruce Korb - all rights reserved * * AutoGen is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * AutoGen is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ AutoGen Definitions strings; file-name-string; string = { nm = ADDR_FAMILY_BAD; str = "The '%d' address family cannot be handled"; }; string = { nm = ADD_ENV_VARS_SUFFIX_FMT; str = "%s__"; }; string = { nm = ADD_SYS_ENV_VAL_FMT; str = "%s=1"; }; string = { nm = AG_ABEND_STATE_FMT; str = "ABEND-ing in %s state\n"; }; string = { nm = AG_ABORT_LOC_FMT; str = "processing template %s\n" " on line %d\n" " for function %s (%d)\n"; }; string = { nm = AG_FPRINTF_BAD_PORT; str = "ag-fprintf: 'port' is invalid"; }; string = { nm = AG_MAKE_DEP_NAME; str = "AUTOGEN_MAKE_DEP"; }; string = { nm = AG_MARK; str = "autogen5"; }; string = { nm = AG_NEVER_STARTED; str = "AutoGen caught signal %d (%s) before initialization completed\n"; }; string = { nm = AG_SIG_ABORT_FMT; str = "AutoGen aborting on signal %d (%s) in state %s\n"; }; string = { nm = ALIST_TO_AG_ERR; str = "Scheme definition expression does not yield string:\n"; }; string = { nm = ALIST_TO_AG_TEXT; str = "Scheme Computed Definitions"; }; string = { nm = ALIST_TO_AG_WRAP; str = "(alist->autogen-def %s)"; }; string = { nm = APRF_ALLOCATE_FAIL; str = "could not allocate for or formatting failed on:\n%s"; }; string = { nm = ASPRINTFV_FAIL_FMT; str = "asprintfv returned 0x%08X\n"; }; string = { nm = ASSEMBLE_NAME_ERR; str = "%s Error: Invalid input char '%c' in %s on line %d\n"; }; string = { nm = BAD_BREAK_FMT; str = "Cannot %s from outside a loop"; }; string = { nm = BAD_MAC_NM_FMT; str = "Could not resolve macro name: '%s'"; }; string = { nm = BAD_MSG_STR; str = "??? indecipherable error message ???"; }; string = { nm = BAD_NAME_FMT; str = "Ill formed name '%s' in %s line %d\n"; }; string = { nm = BAD_RE_FMT; str = "Invalid regular expression: error %d (%s):\n%s"; }; string = { nm = BASE_NAME_TOO_LONG; str = "--base-name name is too long"; }; string = { nm = BOGUS_TAG; str = "** BOGUS **"; }; string = { nm = BREAK_STR; str = "break"; }; string = { nm = ULONG_FMT; str = "%lu"; }; string = { nm = CANNOT_FMT; str = "fserr %d: cannot %s %s: %s\n"; }; string = { nm = CFGDEP_DUP_TARGET_MSG; str = "duplicate make target"; }; string = { nm = CFGDEP_UNKNOWN_DEP_FMT; str = "unknown dependency type: %s"; }; string = { nm = CGI_ERR_MSG_FMT; str = "Content-type: text/plain\n\n" "AutoGen form processing error:\n"; }; string = { nm = CGI_PARSE_ERR_FMT; str = "CGI parsing error: %s"; }; string = { nm = CGI_TEMP_ERR_FILE_STR; str = "/tmp/cgi-stderr-XXXXXX"; }; string = { nm = CMD_FAIL_FMT; str = "CLOSING SHELL SERVER - command failure:\n\t%s\n"; }; string = { nm = DEF_ERR_FMT; str = "%s Error: %s in %s on line %d\n"; }; string = { nm = DEF_NOTE_FMT; str = "DEFINITIONS %s in %s line %d for %s:\n\t%s\n"; }; string = { nm = COMPILE_RE_BAD; str = "Bad regular expression"; }; string = { nm = CONTINUE_STR; str = "continue"; }; string = { nm = C_STRING_NEWLINE; str = "\\n\"\n \""; }; string = { nm = DEF_FILE_LINE_FMT; str = "from %s line %d"; }; string = { nm = DEF_TYPE_BLOCK; str = "block"; }; string = { nm = DEF_TYPE_INVALID; str = "INVALID"; }; string = { nm = DEF_TYPE_TEXT; str = "text"; }; string = { nm = DEF_TYPE_UNKNOWN; str = "unknown"; }; string = { nm = DEP_FILE_SPLICE_STR; str = " \\\n"; }; string = { nm = DEP_FILE_CLEAN_FMT; str = <<- _EOF_ .PHONY : clean-%1$s clean-%1$s : \ rm -f %3$s $(%2$s_TList) \ @-touch -t 199912312359 %1$s _EOF_; }; string = { nm = DEP_FILE_WRAP_FMT; str = <<- _EOStr_ %2$s : $(%1$s_SList) $(%1$s_TList) : %2$s \ @: _EOStr_; }; string = { nm = DEP_List; str = " \\\n\t%s"; }; string = { nm = DEP_OUT_NAME; str = "DEPENDENCIES_OUTPUT"; }; string = { nm = DEP_SList; str = "\n\n%s_SList ="; }; string = { nm = DEP_TList; str = "%s_TList ="; }; string = { nm = DEV_NULL; str = "/dev/null"; }; string = { nm = DFT_BASE_NAME; str = "baseless"; }; string = { nm = DFT_DEF_INPUT_STR; str = "-"; }; string = { nm = DFT_ENV_VAL; str = "=1"; }; string = { nm = DFT_TPL_DIR_DATA; str = "$@"; }; string = { nm = DFT_TPL_DIR_RELATIVE; str = "$$/../share/autogen"; }; string = { nm = DIRECT_CK_LIST_MARK; str = "\n#"; }; string = { nm = DIRECT_ASSERT_FMT; str = "#assert yielded \"%s\":\n\t`%s`"; }; string = { nm = DIRECT_BAD_CTX_FMT; str = "'#%s' directive encountered out of context\n" "\tin %s on line %d\n"; }; string = { nm = DIRECT_ERROR_FMT; str = "#error directive -- in %s on line %d\n\t%s\n"; }; string = { nm = DIRECT_INC_CANNOT_OPEN; str = "open"; }; string = { nm = DIRECT_INC_CANNOT_READ; str = "read"; }; string = { nm = DIRECT_INC_DEF_SFX; str = "def"; }; string = { nm = FS_ERR_WARNING; str = "WARNING: fserr %d (%s) performing '%s' on %s\n"; }; string = { nm = DIRECT_NOENDIF_FMT; str = "Definition error: in %s line %d, #endif not found\n"; }; string = { nm = DIRECT_NOMATCH_FMT; str = "Definition error: in %s line %d, " "#%s no matching start/if directive\n"; }; string = { nm = DIRECT_SHELL_NOEND; str = "Missing #endshell after '#shell' in %s on line %d\n"; }; string = { nm = DIRECT_SHELL_COMP_DEFS; str = "Computed Definitions"; }; string = { nm = DIRECT_SHELL_END_SHELL; str = "\n#endshell"; }; string = { nm = DONE_CHECK_DONE; str = "done_check done\n"; }; string = { nm = DONE_CHECK_REDONE; str = "done_check re-done\n"; }; string = { nm = DOT_SFX_FMT; str = "%s.%s"; }; string = { nm = DOUBLE_NEWLINE; str = "\n\n"; }; string = { nm = DOOPT_TOO_MANY_DEFS; str = "%s ERROR: Too many definition files\n"; }; string = { nm = DO_STDOUT_TPL_ABANDONED; str = "%soutput was abandoned\n"; }; string = { nm = DO_STDOUT_TPL_BADR; str = "%sBogus return from setjmp\n"; }; string = { nm = DO_STDOUT_TPL_CONTENT; str = "content-type: text/html\n\n"; }; string = { nm = DO_STDOUT_TPL_NOSFX; str = "* NONE *"; }; string = { nm = DO_STDOUT_TPL_START_STD; str = "Starting stdout template\n"; }; string = { nm = DO_STDOUT_TPL_STDOUT; str = "stdout"; }; string = { nm = DO_SUFFIX_BAD_CHARS; str = "invalid chars in suffix format: %s"; }; string = { nm = DO_SUFFIX_EMPTY; str = "Empty suffix format"; }; string = { nm = DUP_VALUE_INDEX; str = "Duplicate value index for %s: %d"; }; string = { nm = ELIF_CONTEXT_MSG; str = "#elif directive found out of context"; }; string = { nm = EMIT_INVAL_PORT; str = "invalid emission port: %lu"; }; string = { nm = END_C_COMMENT; str = "*/"; }; string = { nm = ERROR_STR; str = "ERROR"; }; string = { nm = ERROR_IN_TPL_FMT; str = "Error in template %s, line %d\n\t"; }; string = { nm = EVAL_EXPR_BLOCK_IN_EVAL; str = "attempted to use block macro in eval expression"; }; string = { nm = EVAL_EXPR_PROG_ERR; str = "PROGRAM ERROR: ambiguous expr code"; }; string = { nm = EXIT_CLEANUP_DONE_FMT; str = "exit_cleanup %s done\n" "===AutoGen ends - %u\n\n"; }; string = { nm = EVAL_TRUE_FALSE_STR; str = "false"; }; string = { nm = EXIT_CLEANUP_MULLIGAN; str = "exit_cleanup re-done\n"; }; string = { nm = EXIT_CLEANUP_NOWAIT; str = "no waiting"; }; string = { nm = EXIT_CLEANUP_STR; str = "(if (> (string-length shell-cleanup) 0)" " (shellf \"( (%s) & >/dev/null 2>&1 )\" shell-cleanup) )"; }; string = { nm = EXIT_CLEANUP_WAITED; str = "waited"; }; string = { nm = EXP_FMT_BAD_LIC; str = "an unknown license"; }; string = { nm = EXP_FMT_DNE; str = <<- _EOF_ %6$s%1$sDO NOT EDIT THIS FILE (%2$s) %1$s %1$sIt has been AutoGen-ed%3$s %1$sFrom the definitions %4$s %1$sand the template file %5$s _EOF_; }; string = { nm = EXP_FMT_DNE1; str = "%s -*- buffer-read-only: t -*- vi: set ro:\n" "%s\n"; }; string = { nm = EXP_FMT_DNE2; str = <<- _EOF_ %6$s%1$sEDIT THIS FILE WITH CAUTION (%2$s) %1$s %1$sIt has been AutoGen-ed%3$s %1$sFrom the definitions %4$s %1$sand the template file %5$s _EOF_; }; string = { nm = FIND_DIRECT_UNKNOWN; str = "WARNING: in %s on line %d unknown directive:\n" "\t#%s\n"; }; string = { nm = EXTRACT_CAVEAT; str = "DO NOT CHANGE THIS COMMENT"; }; string = { nm = FILL_IN_VAL_NO_ASSIGN; str = "name not followed by '='"; }; string = { nm = FILL_IN_VAL_NO_SEP; str = "no space separating entries"; }; string = { nm = EXTRACT_END; str = "END "; }; string = { nm = EXTRACT_START; str = START; }; string = { nm = FALSE_NAME_STR; str = false; }; string = { nm = FILE_LINE_FMT; str = "# %2$d \"%1$s\""; }; string = { nm = FIND_ENT_FAIL; str = "failed\n"; }; string = { nm = FIND_ENT_SUCC; str = "SUCCESS\n"; }; string = { nm = FIND_FILE_CURDIR; str = "."; }; string = { nm = FIND_FILE_DIR_FMT; str = "%s/%s"; }; string = { nm = FIND_FILE_NAME; str = "find-file"; }; string = { nm = FIND_LIC_TEXT_AGPL; str = agpl; }; string = { nm = FIND_LIC_TEXT_BAD_FILE; str = "read full file"; }; string = { nm = FIND_LIC_TEXT_INVAL; str = "invalid license file: %s"; }; string = { nm = FIND_LIC_TEXT_LGPL; str = lgpl; }; string = { nm = FIND_LIC_TEXT_MBSD; str = mbsd; }; string = { nm = FIND_LIC_TEXT_NO_LIC; str = "stat file"; }; string = { nm = FIND_LIC_TEXT_OPEN; str = "open"; }; string = { nm = FIND_LIC_TEXT_SFX; str = lic; }; string = { nm = FIND_MAC_END_NESTED; str = "macros cannot nest"; }; string = { nm = FIND_MAC_END_NOPE; str = "macro has no end"; }; string = { nm = FIND_MAC_END_EMPTY; str = "WARNING: empty macro in %s line %d\n"; }; string = { nm = FN_DEBUG; str = " -- DEBUG %s -- FOR index %d"; }; string = { nm = FN_BOGUS_FMT; str = "%d (%s) is an unknown macro function, or has no handler"; }; string = { nm = FN_BOGUS_HUH; str = "? Say, what ?"; }; string = { nm = FN_DEBUG_GRAPHIC; str = " (%c)"; }; string = { nm = FN_IF_ELSE; str = "ELSE clause"; }; string = { nm = FOR_IN_LISTLESS; str = "FOR x IN ... has no list"; }; string = { nm = GUARD_SFX; str = "_GUARD"; }; string = { nm = FOR_ITERATION_FMT; str = " - FOR-%s %s[%d] it#%d: Nxt %d, first=%s, last=%s\n"; }; string = { nm = GET_NOTHING_FMT; str = "'get' invoked with no name in %s line %u\n"; }; string = { nm = GOT_NOTHING_FMT; str = "'get %s' retrieved in %s line %u\n"; }; string = { nm = GUILE_CMD_FAIL_FMT; str = "Failing Guile command: = = = = =\n\n%s\n\n" "=================================\n"; }; string = { nm = GUILE_VERSION_BAD; str = "Could not decipher Guile version: %s\n"; }; string = { nm = GUILE_VERSION_WRONG; str = "Compiled Guile version does not match: %s vs %s\n"; }; string = { nm = GUILE_WARN_DEP_STR; str = "GUILE_WARN_DEPRECATED"; }; string = { nm = GUILE_WARN_NO_ENV; str = "GUILE_WARN_DEPRECATED=no"; }; string = { nm = HANDLE_EOL__ELS; str = els; }; string = { nm = HANDLE_EOL__THE; str = the; }; string = { nm = HANDLE_HASH_BAD_TPL; str = "Invalid template file"; }; string = { nm = HANDLE_HASH_SHELL; str = "SHELL="; }; string = { nm = HANDLE_SED_ELSE; str = "lse"; }; string = { nm = HANDLE_SED_ENDIF; str = "ndif"; }; string = { nm = HANDLE_SED_IFDEF; str = "fdef "; }; string = { nm = HANDLE_SED_IFNDEF; str = "fndef "; }; string = { nm = HEADER_STR; str = "HEADER"; }; string = { nm = HERE_ENDLESS_STR; str = "Unterminated HereString"; }; string = { nm = HERE_MISS_MARK_STR; str = "HereString missing the mark"; }; string = { nm = HTML_DEC_DIGIT; str = "&#%d;"; }; string = { nm = INIT_SCM_DEBUG_FMT; str = "(debug-enable 'backtrace)"; }; string = { nm = HERE_MARK_TOO_LONG; str = "HereString mark 64 or more chars"; }; string = { nm = HIDE_EMAIL_END_FMT; str = "');\n" "document.write('\" >%s');\n" "//-->\n"; }; string = { nm = HIDE_EMAIL_START_STR; str = "