mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
16 lines
216 B
Plaintext
16 lines
216 B
Plaintext
|
|
#
|
||
|
|
# these options must all in
|
||
|
|
# msg[\d] keys.
|
||
|
|
#
|
||
|
|
msg1 = "Das ist ein Test"
|
||
|
|
msg2 = "Das = ein Test"
|
||
|
|
msg3 "Das ist ein Test"
|
||
|
|
msg4 "Das = ein Test"
|
||
|
|
|
||
|
|
msg6 = <<EOF
|
||
|
|
Das = ein Test
|
||
|
|
EOF
|
||
|
|
|
||
|
|
msg7 <<EOF
|
||
|
|
Das = ein Test
|
||
|
|
msg7
|