diff options
author | Johnny_M <klasse@partyheld.de> | 2018-05-27 18:37:03 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-06-06 13:46:09 +0200 |
commit | abe5a1a55fa56e4db60421861a50671c9f9c4de9 (patch) | |
tree | 633c3f99e86256bc3df9a155d1339e88988c593d /basic | |
parent | d84517a171a17dfa12f25ad4305a06b20f3b7c76 (diff) |
Translate German comments and debug strings
And correct a few comments (translation and grammar)
Change-Id: Ifafa521c683e9ca65aeba8031cd4cbfc1fadc137
Reviewed-on: https://gerrit.libreoffice.org/54888
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/opcodes.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/opcodes.hxx b/basic/source/inc/opcodes.hxx index 1f10d2d84943..859ad388aed2 100644 --- a/basic/source/inc/opcodes.hxx +++ b/basic/source/inc/opcodes.hxx @@ -91,11 +91,11 @@ enum class SbiOpcode { SbOP1_START = NUMBER_, - SCONST_, // loading a stringconstant (+ID) + SCONST_, // loading a string constant (+ID) CONST_, // Immediate Load (+ value) ARGN_, // saving a named Arg in Argv (+StringID) PAD_, // bring string to a firm length (+length) - // Verzweigungen + // branch JUMP_, // jump (+target) JUMPT_, // evaluate TOS, conditional jump (+target) JUMPF_, // evaluate TOS, conditional jump (+target) @@ -109,7 +109,7 @@ enum class SbiOpcode { // E/A CLOSE_, // (+channel/0) PRCHAR_, // (+char) - // Verwaltung + // management SETCLASS_, // test set + class names (+StringId) TESTCLASS_, // Check TOS class (+StringId) LIB_, // set lib name for declare-procs (+StringId) |