Class Lang
java.lang.Object
|
+----LangBase
|
+----Lang
- public class Lang
- extends LangBase
use this class to access language-dependent strings.
use the function getStr to get a string. For example,
a call to Lang.getStr(Lang.EMPTY) returns
"Empty", "Leer" or "Vide". The
actual string returned is dependent on the current setting
for the language.
To get the current language, call Lang.getLangIndex().
This function, defined in the base class Lang,
returns an index from 0..2, where 0 means English, 1 Deutsch and
2 means Francais.
To retrieve the name of a language as String, call
Lang.getLangName().
If you would like to add a language to JaWavedit, have a look
at MCK/sorces. There you will find the source code of LangBase and
Lang. Add to all arrays the corresponding values and send the
new files to us per email. We will then include them in the
next release.
To test your language module, it may be possible to compile them
and put them in the JaWavedit directory. However, we have not
tested this possibility yet.
-
B
-
-
BALANCE
-
-
BOTH_SIDES
-
-
CLOSE_WINDOW
-
-
COMPILE
-
-
COMPILE_ALL
-
-
COMPILE_ALL_ERROR
-
-
COMPILE_ERROR_S
-
-
COMPILED_ALL_SUCCESFULLY
-
-
COMPILED_SUCCESFULLY_S
-
-
COMPILING_S
-
-
DOES_NOT_IMPLEMENT
-
-
EMPTY
-
-
ERR_NO_PREV_INST
-
-
ERROR_OPENING_S
-
-
ERROR_SAVING_S
-
-
EVERYTH_FINE
-
-
ext
-
-
EXTEND_BEGIN
-
-
EXTEND_END
-
-
FORMAT
-
-
FORWARD
-
-
HAVENT_LOADED
-
-
HELP_FILE
-
-
IS_CORRUPT_S
-
-
IS_INTERFACE
-
-
L
-
-
LEFT_SIDE
-
-
LENGTH
-
-
LOADING_MODULE
-
-
LOADING_MODULES
-
-
LOOP
-
-
MIX_PASTE
-
-
MODULE
-
-
MODULE_RUNNING_S
-
-
MODULES
-
-
NEITHER_WAV_AU_S
-
-
NEXT_START
-
-
NOT_SUPPORTED
-
-
NOT_SUPPORTED_S
-
-
ONLY_PARAS
-
-
PARAMETERS
-
-
PAUSE
-
-
PLAY
-
-
R
-
-
RELOAD_MODULES
-
-
REWIND
-
-
RIGHT_SIDE
-
-
SAMPLES
-
-
SAVE_FORMAT
-
-
SEL_BEGIN
-
-
SEL_BOTH
-
-
SEL_END
-
-
SEL_LEFT
-
-
SEL_RIGHT
-
-
SPEED
-
-
STOP
-
-
SUCC_EXECUTED_S
-
-
UNDO_ENABLED
-
-
VOLUME
-
-
WAVEFILE
-
-
WOUT_CHANGING
-
-
ZOOM
-
-
ZOOM_ALL
-
-
ZOOM_BEGIN
-
-
ZOOM_END
-
-
ZOOM_IN
-
-
ZOOM_OUT
-
-
Lang()
-
-
getStr(int)
-
EMPTY
public static final int EMPTY
EVERYTH_FINE
public static final int EVERYTH_FINE
HELP_FILE
public static final int HELP_FILE
SEL_LEFT
public static final int SEL_LEFT
SEL_RIGHT
public static final int SEL_RIGHT
SEL_BOTH
public static final int SEL_BOTH
FORMAT
public static final int FORMAT
MIX_PASTE
public static final int MIX_PASTE
MODULES
public static final int MODULES
LEFT_SIDE
public static final int LEFT_SIDE
RIGHT_SIDE
public static final int RIGHT_SIDE
BOTH_SIDES
public static final int BOTH_SIDES
EXTEND_BEGIN
public static final int EXTEND_BEGIN
EXTEND_END
public static final int EXTEND_END
ZOOM
public static final int ZOOM
ZOOM_IN
public static final int ZOOM_IN
ZOOM_OUT
public static final int ZOOM_OUT
ZOOM_ALL
public static final int ZOOM_ALL
UNDO_ENABLED
public static final int UNDO_ENABLED
RELOAD_MODULES
public static final int RELOAD_MODULES
WAVEFILE
public static final int WAVEFILE
CLOSE_WINDOW
public static final int CLOSE_WINDOW
LENGTH
public static final int LENGTH
SAMPLES
public static final int SAMPLES
LOADING_MODULE
public static final int LOADING_MODULE
IS_INTERFACE
public static final int IS_INTERFACE
DOES_NOT_IMPLEMENT
public static final int DOES_NOT_IMPLEMENT
LOADING_MODULES
public static final int LOADING_MODULES
ERR_NO_PREV_INST
public static final int ERR_NO_PREV_INST
MODULE_RUNNING_S
public static final int MODULE_RUNNING_S
MODULE
public static final int MODULE
SUCC_EXECUTED_S
public static final int SUCC_EXECUTED_S
HAVENT_LOADED
public static final int HAVENT_LOADED
R
public static final int R
L
public static final int L
B
public static final int B
ZOOM_BEGIN
public static final int ZOOM_BEGIN
ZOOM_END
public static final int ZOOM_END
SEL_BEGIN
public static final int SEL_BEGIN
SEL_END
public static final int SEL_END
VOLUME
public static final int VOLUME
BALANCE
public static final int BALANCE
SPEED
public static final int SPEED
REWIND
public static final int REWIND
PLAY
public static final int PLAY
FORWARD
public static final int FORWARD
PAUSE
public static final int PAUSE
STOP
public static final int STOP
LOOP
public static final int LOOP
PARAMETERS
public static final int PARAMETERS
SAVE_FORMAT
public static final int SAVE_FORMAT
WOUT_CHANGING
public static final int WOUT_CHANGING
ONLY_PARAS
public static final int ONLY_PARAS
NEXT_START
public static final int NEXT_START
NOT_SUPPORTED_S
public static final int NOT_SUPPORTED_S
IS_CORRUPT_S
public static final int IS_CORRUPT_S
ERROR_OPENING_S
public static final int ERROR_OPENING_S
ERROR_SAVING_S
public static final int ERROR_SAVING_S
NEITHER_WAV_AU_S
public static final int NEITHER_WAV_AU_S
COMPILE_ALL
public static final int COMPILE_ALL
COMPILE
public static final int COMPILE
NOT_SUPPORTED
public static final int NOT_SUPPORTED
COMPILED_SUCCESFULLY_S
public static final int COMPILED_SUCCESFULLY_S
COMPILE_ERROR_S
public static final int COMPILE_ERROR_S
COMPILED_ALL_SUCCESFULLY
public static final int COMPILED_ALL_SUCCESFULLY
COMPILE_ALL_ERROR
public static final int COMPILE_ALL_ERROR
COMPILING_S
public static final int COMPILING_S
ext
public static final String ext[][]
Lang
public Lang()
getStr
public static String getStr(int constant)