amath/text/text.cd

142 lines
5.0 KiB
Plaintext
Raw Normal View History

2015-04-08 21:01:23 +00:00
#language english
#version 0
2015-04-09 09:28:25 +00:00
; ###################################################################################
; ## Static texts in amath
; ## ---------------------
; ##
; ## Generate code with:
2017-04-12 22:50:51 +00:00
; ## flexcat text.cd ../src/loc/text.h=text.sd
2015-04-09 09:28:25 +00:00
; ##
; ###################################################################################
2017-02-27 22:23:06 +00:00
; ## Copyright (c) 2014-2017 Carsten Sonne Larsen <cs@innolan.net>
2015-04-09 09:28:25 +00:00
; ## All rights reserved.
; ##
; ## Redistribution and use in source and binary forms, with or without
; ## modification, are permitted provided that the following conditions are met:
; ##
; ## * Redistributions of source code must retain the above copyright notice, this
; ## list of conditions and the following disclaimer.
; ##
; ## * Redistributions in binary form must reproduce the above copyright notice,
; ## this list of conditions and the following disclaimer in the documentation
; ## and/or other materials provided with the distribution.
; ##
; ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
; ## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
; ## DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
; ## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
; ## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
; ## SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
; ## CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
; ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
; ## OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
; ###################################################################################
2017-04-12 22:50:51 +00:00
INTROMSG (/8/)
2015-04-13 21:44:17 +00:00
#NORMALTEXT##BOLD##STARTMSG##NEWLINE##NORMALTEXT##COLOR02#Type help to show info.#NEWLINE#
2017-04-12 22:50:51 +00:00
STATEMENTLINE (/10/)
------------------------------------------------------------#NEWLINE#
STATEMENTCLEAR (/10/)
clear Clear console window#NEWLINE#
STATEMENTDEF (/10/)
def Define function#NEWLINE#
STATEMENTDELETE (/10/)
delete Delete variable or function#NEWLINE#
STATEMENTDIGITS (/10/)
digits Set number of significant digits#NEWLINE#
STATEMENTEVAL (/10/)
eval Evaluate arithmetic expression#NEWLINE#
STATEMENTEXECUTE (/10/)
execute Execute statements in a file#NEWLINE#
STATEMENTFUNCS (/10/)
functions Show list of user defined functions#NEWLINE#
STATEMENTINPUT (/10/)
input Change numeral input system#NEWLINE#
STATEMENTHELP (/10/)
help Show basic help text#NEWLINE#
STATEMENTOUTPUT (/10/)
output Change numeral output system#NEWLINE#
STATEMENTLIST (/10/)
list Show content of a directory#NEWLINE#
STATEMENTSHOW (/10/)
show Show content of a file#NEWLINE#
STATEMENTLOAD (/10/)
load Load variable and functions from file#NEWLINE#
STATEMENTSAVE (/10/)
save Save variable and functions to file#NEWLINE#
STATEMENTVARS (/10/)
variables Show list of variables#NEWLINE#
STATEMENTVERSION (/10/)
version Show version string#NEWLINE#
STATEMENTMEMORY (/10/)
memory Show internal memory usage#NEWLINE#
STATEMENTEXIT (/10/)
exit Exit program#NEWLINE#
STATEMENTFOOTER (/10/)
2017-03-11 22:37:45 +00:00
The def and eval statements are optional. Functions and#NEWLINE#variables statements can be shorten to funcs and vars.#NEWLINE#
2017-04-12 22:50:51 +00:00
TXTLISTDIRHEADER (/10/)
Type Name#NEWLINE#--------------------------------------------------#NEWLINE#
2015-04-01 12:43:50 +00:00
TXTLISTDIRTFILE (/4/)
[file]
TXTLISTDIRTDIR (/4/)
[dir]
TXTLISTDIRTUNKNOWN (/4/)
[unknown]
2017-04-12 22:50:51 +00:00
TXTMEMBLOCKS (/8/)
2015-04-01 12:43:50 +00:00
Allocated blocks:#SPACE#
2017-04-12 22:50:51 +00:00
TXTMEMSIZE (/8/)
2015-04-01 12:43:50 +00:00
Memory usage: #SPACE#
2017-04-12 22:50:51 +00:00
TXTMEMMAXSIZE (/8/)
2015-04-01 12:43:50 +00:00
Maximum usage: #SPACE#
2017-04-12 22:50:51 +00:00
HELPNOHELP (/8/)
2015-04-01 12:43:50 +00:00
No help is available for this topic.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPSYNTAX (/8/)
2015-04-01 12:43:50 +00:00
Syntax error:#SPACE#
2017-04-12 22:50:51 +00:00
HELPUERROR (/8/)
2015-04-01 12:43:50 +00:00
Unexpected error:#SPACE#
2017-04-12 22:50:51 +00:00
HELPVARNDEF (/8/)
2015-04-01 12:43:50 +00:00
Variable is not defined:#SPACE#
2017-04-12 22:50:51 +00:00
HELPFUNNDEF (/8/)
2015-04-01 12:43:50 +00:00
Function is not defined:#SPACE#
2017-04-12 22:50:51 +00:00
HELPFUNRDEF (/8/)
2015-04-01 12:43:50 +00:00
Function cannot be redefined:#SPACE#
2017-04-12 22:50:51 +00:00
HELPPNUMERA (/8/)
2015-04-01 12:43:50 +00:00
Base value must be between 2 and 32:#SPACE#
2017-04-12 22:50:51 +00:00
HELPPDIGITS (/8/)
2015-04-01 12:43:50 +00:00
Number of digist must be between 0 and 15:#SPACE#
2017-04-12 22:50:51 +00:00
HELPINPUSHOW (/8/)
2015-04-01 12:43:50 +00:00
Numeral input system is#SPACE#
2017-04-12 22:50:51 +00:00
HELPOUTPSHOW (/8/)
2015-04-01 12:43:50 +00:00
Numeral output system is#SPACE#
2017-04-12 22:50:51 +00:00
HELPINPUSETT (/8/)
2015-04-01 12:43:50 +00:00
Input changed to#SPACE#
2017-04-12 22:50:51 +00:00
HELPOUTPSETT (/8/)
2015-04-01 12:43:50 +00:00
Output changed to#SPACE#
2017-04-12 22:50:51 +00:00
HELPDIGISETT (/8/)
2015-04-01 12:43:50 +00:00
Number of digits changed to#SPACE#
2017-04-12 22:50:51 +00:00
HELPDIGISHOW (/8/)
2015-04-01 12:43:50 +00:00
Number of digits shown are#SPACE#
2017-04-12 22:50:51 +00:00
HELPVARSNDEF (/8/)
2015-04-01 12:43:50 +00:00
No variables are defined.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPFUNCNDEF (/8/)
2015-04-01 12:43:50 +00:00
No functions are defined.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPLOADSUCC (/8/)
2015-04-01 12:43:50 +00:00
Variable and functions loaded from file.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPSAVESUCC (/8/)
2015-04-01 12:43:50 +00:00
Variable and functions saved to file.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPSAVEFAIL (/8/)
2015-04-01 12:43:50 +00:00
Cannot save to file.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPSAVENOTH (/8/)
2015-04-01 12:43:50 +00:00
Nothing to save.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPPREFLOAD (/8/)
2015-04-01 12:43:50 +00:00
Preferences loaded.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPPREFNOLO (/8/)
2015-04-01 12:43:50 +00:00
Preferences could not be loaded.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPPREFSAVE (/8/)
2015-04-01 12:43:50 +00:00
Preferences saved to disk.#NEWLINE#
2017-04-12 22:50:51 +00:00
HELPPREFNOSA (/8/)
2015-04-01 12:43:50 +00:00
Preferences could not be saved.#NEWLINE#
2017-04-12 22:50:51 +00:00
MSGNODIR (/8/)
2015-04-01 12:43:50 +00:00
Could not open directory:#SPACE#
2017-04-12 22:50:51 +00:00
MSGNOFILE (/8/)
2015-04-01 12:43:50 +00:00
Cannot open file.#NEWLINE#