From b8df05413a4e8b299de07b915cddce73a3bb16e3 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 13 Oct 2022 17:56:43 +0100 Subject: finish CLMain.c --- command_line/CmdLine/Project/Resources/CLErrors.r | 109 ++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 command_line/CmdLine/Project/Resources/CLErrors.r (limited to 'command_line/CmdLine/Project') diff --git a/command_line/CmdLine/Project/Resources/CLErrors.r b/command_line/CmdLine/Project/Resources/CLErrors.r new file mode 100644 index 0000000..5d457b1 --- /dev/null +++ b/command_line/CmdLine/Project/Resources/CLErrors.r @@ -0,0 +1,109 @@ +static const char *STR12000[112] = { + "Could not get current working directory", + "Cannot find my executable '%s'", + "Could not initialize plugin '%s'", + "The %s '%s' requires functionality not present in the command-line driver.", + "The command-line parser does not support these panels:", + "\t%s\n", + "Compiling function: '%s'", + "Could not write file '%s'", + "Could not write file '%s' in directory '%s'", + "Write error on output (errno=%ld)", + "Current working directory is too long", + "Unknown filetype '%c%c%c%c', defaulting to '%s'", + "%s:\ttype %s", + "Storing output for '%s' in '%s'", + "Writing text file '%s'", + "Writing %sobject file '%s'", + "Writing browse data '%s'", + "Could not write %s '%s' (error %ld)", + "Deleting temporary file '%s'", + "Could not resolve alias for '%s' (error %ld)", + "%s:\t'%s'%s", + "File '%s' has browse fileID %d", + "Can't locate directory '%s'", + " %8.2f seconds to %s %s%s%s", + " %8d lines compiled", + " %8d %s code\n %8d %s init'd data\n %8d %s uninit'd data", + " %8d total %s code\n %8d total %s init'd data\n %8d total %s uninit'd data", + "File '%s' is not compilable source, target object data, or command file; ignoring", + "All specified files were ignored", + "Compiling: '%s'", + "Compiling: '%s' with '%s'", + "Precompiling: '%s'", + "Precompiling: '%s' with '%s'", + "Preprocessing: '%s'", + "Preprocessing: '%s' with '%s'", + "Finding dependencies: '%s'", + "Finding dependencies: '%s' with '%s'", + "Importing: '%s'", + "Importing: '%s' with '%s'", + "Linking project", + "Linking project with '%s'", + "Pre-linking project", + "Pre-linking project with '%s'", + "Post-linking project", + "Post-linking project with '%s'", + "Disassembling: '%s'", + "Disassembling: '%s' with '%s'", + "Syntax checking: '%s'", + "Syntax checking: '%s' with '%s'", + "Getting target info from '%s'", + "Initializing '%s'", + "Terminating '%s'", + "'%s' cannot preprocess, skipping '%s'", + "'%s' cannot precompile, skipping '%s'", + "'%s' cannot generate code, skipping '%s'", + "'%s' has no object code to disassemble", + "'%s' cannot disassemble, skipping '%s'", + "Neither '%s' nor '%s' can disassemble, skipping '%s'", + "No precompiled header name given, '%s' assumed", + "Precompile target '%s' given on command line; source-specified name '%s' ignored", + "Writing precompiled %s file '%s'", + "Reading precompiled %s file '%s'", + "Cannot %s memory for %s", + "Files/directories must have length <= %ld characters;\n'%s' not accepted", + "Guessed linker name '%s' from compiler name '%s'", + "Can't find %s '%s' in path", + "Calling %s '%s'", + "Can't execute %s '%s' (%s)", + "%s '%s' returned with exit code %d", + "Too many errors printed, aborting program", + "Too many errors printed, suppressing errors for current file", + "Too many warnings printed, suppressing warnings for current file", + "No %s mapping matches '%s' (unrecognized file contents or filename extension); %s", + "No plugin or target matches the file '%s', ignoring", + "File '%s' cannot be handled by this tool, ignoring", + "File '%s' does not match the active target", + "Adding%s:\t'%s'", + "Creating new overlay '%s' in group '%s'", + "Creating new overlay group '%s' at addr %08X:%08X", + "File '%s' cannot be added to overlay group; define an overlay in the group first", + "Cannot create virtual export file '%s' (from '-export name,...')", + "Too many %s defined; at most %d%s is allowed", + "Loading preference panel '%s'", + "%s:", + "\t%s%s", + "Already defined %s search path; '%s' added after other paths", + "License check failed: %s", + "The plugin '%s' (version '%s') cannot be used:\n%s", + "Plugin '%s' has already been registered", + "Preferences for '%s' have already been registered", + "Preferences for '%s' not found", + "Some preferences needed by the plugin '%s' have not been registered", + "Could not load file '%s'", + "Could not find change current working directory to '%s'", + "Out of memory", + "The tool did not produce any output while %s the file '%s'", + "The filename '%s' is invalid", + "The %slinker for this target was not found", + "%s\n%s (OS error %d)", + "%s\n%s (error %d)", + "Note: '%s' did not generate any browse information \nfor '%s'; no browser output generated", + "Source and specified output for the file '%s' are identical; no output will be generated", + "More than one output filename specified for '%s'; ignoring '%s'", + "Pref panel data for '%s' is out-of-date or invalid", + "Changing primary user access path to '%s'", + "The linker does not expect duplicate files; ignoring repeated '%s'", + "" +}; -- cgit v1.2.3