msxbuild/lib/make/ i18n/mb_i18n.mk
Willem Cazander 760ebffb6f
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
Moved all quoting of docs to print functions.
2024-07-16 19:32:08 +02:00

170 lines
8 KiB
Makefile

MB_I18N ?=
$(call mb-make-call,mb-doc-variable,MB_I18N,The language code to select the i18n pack.)
MB_I18N_ASSERT_SUCCESS ?= Assert successfull
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_ASSERT_SUCCESS,Message for when assertion test is successfull.)
MB_I18N_ASSERT_FAILURE ?= Assert failure
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_ASSERT_FAILURE,Message for when assertion test is failed.)
MB_I18N_AUTOEXEC_WRITE ?= Write autoexec for
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_AUTOEXEC_WRITE,Message for when writing a default autoexec.)
MB_I18N_CONV_UNIX2DOS ?= Convert to dos-EOL
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_CONV_UNIX2DOS,Message for when converting a file to dos.)
MB_I18N_CONV_DOS2UNIX ?= Convert to nix-EOL
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_CONV_DOS2UNIX,Message for when converting a file to unix.)
MB_I18N_PACKAGE_CREATE_ARCHIVE ?= Build distribution archive
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PACKAGE_CREATE_ARCHIVE,Message for when creating a archive.)
MB_I18N_MAKE_CHECK_VARIABLE ?= Variable is empty
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VARIABLE,Error message when an variable is empty.)
MB_I18N_MAKE_CHECK_VALUE_VALID ?= Value is not valid
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VALUE_VALID,Error message when the value is invalid.)
MB_I18N_MAKE_CHECK_ARG1 ?= Argument 1 is missing
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG1,Error message when argument 1 is missing.)
MB_I18N_MAKE_CHECK_ARG2 ?= Argument 2 is missing
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG2,Error message when argument 2 is missing.)
MB_I18N_MAKE_CHECK_ARG3 ?= Argument 3 is missing
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG3,Error message when argument 3 is missing.)
MB_I18N_MAKE_CHECK_ARG4 ?= Argument 4 is missing
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG4,Error message when argument 4 is missing.)
MB_I18N_MAKE_CHECK_ARG5 ?= Argument 5 is missing
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG5,Error message when argument 5 is missing.)
MB_I18N_MSXHUB_FILE_FETCH ?= Fetch msxhub file
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MSXHUB_FILE_FETCH,Message for when fetching a msxhub file.)
MB_I18N_MSXROM_FILE_FETCH ?= Fetch msxrom file
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MSXROM_FILE_FETCH,Message for when fetching a msxrom file.)
MB_I18N_OPENMSX_STARTUP ?= Start openMSX! for
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_OPENMSX_STARTUP,Message used on startup of openMSX.)
MB_I18N_OS_CRAYON_TAG ?= ===
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_OS_CRAYON_TAG,Crayon tag colored prefix to a message.)
MB_I18N_PROJ_STEP_BEFORE ?= -- Before
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_STEP_BEFORE,Prefix for begin phase message.)
MB_I18N_PROJ_STEP_AFTER ?= ---- After
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_STEP_AFTER,Prefix for after phase message.)
MB_I18N_PROJ_STEP_DONE ?= Finished executing prime pi target
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_STEP_DONE,Message for requested phase completed.)
MB_I18N_PROJ_DIR_CREATE ?= Creating folder
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_DIR_CREATE,Message for creating a folder.)
MB_I18N_PROJ_DIR_DELETE ?= Removing folder
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_DIR_DELETE,Message for deleting a folder.)
MB_I18N_PROJ_ASSERT_COUNT ?= Total assertions done
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_ASSERT_COUNT,Message for reporting the assertion count of a phase.)
MB_I18N_PROJ_OPENMSX_COUNT ?= Total openMSX invokes
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_OPENMSX_COUNT,Message for reporting the openMSX invoke count of a session.)
MB_I18N_FLOW_CLONE_REPORT ?= Clone troopers
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_FLOW_CLONE_REPORT,Message for total amount of cloned files.)
MB_I18N_NESTOR80_COMPILE ?= Nestor80 compile
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_NESTOR80_COMPILE,Message for Nestor80 compiler run.)
MB_I18N_NESTOR80_LINK ?= Nestor80 linking
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_NESTOR80_LINK,Message for Nestor80 linker run.)
MB_I18N_SDCC_COMPILE ?= SDCC Compile super
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_COMPILE,Message for SDCC compiler run.)
MB_I18N_SDCC_ARLIB ?= SDCC Builder arlib
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_ARLIB,Message for SDCC lib archive tool.)
MB_I18N_SDCC_LINK ?= SDCC Linker MSXlib
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_LINK,Message for SDCC linker run.)
MB_I18N_SDCC_OBJCOPY ?= SDCC sdobjcopy for
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_SDCC_OBJCOPY,Message for SDCC objcopy run.)
MB_I18N_PROJ_PHASEID_CLEAN ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_CLEAN,Local command of clean target.)
MB_I18N_PROJ_PHASEDOC_CLEAN ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_CLEAN,Local documentation of clean target.)
MB_I18N_PROJ_PHASEID_INIT ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_INIT,Local command of init target.)
MB_I18N_PROJ_PHASEDOC_INIT ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_INIT,Local documentation of init target.)
MB_I18N_PROJ_PHASEID_PREPARE ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PREPARE,Local command of prepare target.)
MB_I18N_PROJ_PHASEDOC_PREPARE ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PREPARE,Local documentation of prepare target.)
MB_I18N_PROJ_PHASEID_PROCESS ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PROCESS,Local command of proces target.)
MB_I18N_PROJ_PHASEDOC_PROCESS ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PROCESS,Local documentation of process target.)
MB_I18N_PROJ_PHASEID_COMPILE ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_COMPILE,Local command of compile target.)
MB_I18N_PROJ_PHASEDOC_COMPILE ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_COMPILE,Local documentation of compile target.)
MB_I18N_PROJ_PHASEID_LINK ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_LINK,Local command of link target.)
MB_I18N_PROJ_PHASEDOC_LINK ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_LINK,Local documentation of link target.)
MB_I18N_PROJ_PHASEID_BUILD ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_BUILD,Local command of build target.)
MB_I18N_PROJ_PHASEDOC_BUILD ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_BUILD,Local documentation of build target.)
MB_I18N_PROJ_PHASEID_TEST ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_TEST,Local command of test target.)
MB_I18N_PROJ_PHASEDOC_TEST ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_TEST,Local documentation of test target.)
MB_I18N_PROJ_PHASEID_PACKAGE ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PACKAGE,Local command of package target.)
MB_I18N_PROJ_PHASEDOC_PACKAGE ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PACKAGE,Local documentation of package target.)
MB_I18N_PROJ_PHASEID_PACKAGE_QA ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PACKAGE_QA,Local command of package-qa target.)
MB_I18N_PROJ_PHASEDOC_PACKAGE_QA ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PACKAGE_QA,Local documentation of package-qa target.)
MB_I18N_PROJ_PHASEID_PACKAGE_DEPLOY ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_PACKAGE_DEPLOY,Local command of package-deploy target.)
MB_I18N_PROJ_PHASEDOC_PACKAGE_DEPLOY ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_PACKAGE_DEPLOY,Local documentation of package-deploy target.)
MB_I18N_PROJ_PHASEID_ALL ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEID_ALL,Local command of all target.)
MB_I18N_PROJ_PHASEDOC_ALL ?=
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PROJ_PHASEDOC_ALL,Local documentation of all target.)