diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-08 15:52:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-08 15:52:06 +0200 |
commit | 2e537232404bf5123bc92e7218156ec03160c68f (patch) | |
tree | 833c968203f5b68922deed94f787c6575c914c86 /client/i18n | |
parent | 31fe6a4c0b2a00f7b7f81055fe5dfb3fc37326be (diff) |
final version before assessment
Diffstat (limited to 'client/i18n')
-rw-r--r-- | client/i18n/nl_nl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/i18n/nl_nl.h b/client/i18n/nl_nl.h index 94c3241..8caf1de 100644 --- a/client/i18n/nl_nl.h +++ b/client/i18n/nl_nl.h @@ -27,14 +27,14 @@ #define W2_UI_TAB_LABEL_MODES "modus instellen" #define W2_UI_TAB_START_MESSAGE "" \ - "welcome to the wall-e2 console application!\n" \ - "this is client version " W2_BUILD_STR "\n" \ + "welkom in de wall-e2 console applicatie!\n" \ + "dit is client versie " W2_BUILD_STR "\n" \ "\n" \ - "this application is functionally similar to a BIOS.\n" \ - "here's a brief summary of keyboard commands:\n" \ + "deze applicatie werkt soortvan als een BIOS\n" \ + "hier is een lijst met sneltoetsen:\n" \ "\n" \ - "<tab> switch to next tab\n" \ - "<ctrl-c> exit\n" \ + "<tab> volgende tabblad\n" \ + "<ctrl-c> stoppen\n" \ "\n" \ #define W2_UI_ERROR_SEVERITY_CRIT "CRIT" |