diff options
author | Kurt Zenker <kz@openoffice.org> | 2002-09-05 14:19:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2002-09-05 14:19:00 +0000 |
commit | 90e3a7951b9b6e7e83ad0430738240ace21f2c1a (patch) | |
tree | 9d025e641d8c4d7344bedc861f644fc6144050b9 /basic/source | |
parent | 05e2c81a06c0ed642a5b392888cc661f6f9a32bf (diff) |
Merge SRC641: 05.09.02 - 17:15:42
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/app/testtool.src | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/basic/source/app/testtool.src b/basic/source/app/testtool.src index 14bb3ee52479..8397b60dbb9f 100644 --- a/basic/source/app/testtool.src +++ b/basic/source/app/testtool.src @@ -2,9 +2,9 @@ * * $RCSfile: testtool.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: gh $ $Date: 2002-06-26 13:06:16 $ + * last change: $Author: kz $ $Date: 2002-09-05 15:19:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,29 +67,41 @@ String S_INVALID_KEYCODE { Text = "Is an invalid KeyCode!"; + Text[ danish ] = "Dette er ikke en gyldig KeyCode!"; }; String S_MANDATORY_FILE { Text = "\ncould not be found.\nThis file is indispensable."; + Text[ dutch ] = "\nniet gevonden.\nDit bestand is vereist."; + Text[ danish ] = "\nblev ikke fundet.\nDenne fil er uundvrlig."; }; String S_READING_LONGNAMES { Text = "Reading long-names"; + Text[ danish ] = "Indlsning af lange navne"; }; String S_READING_SLOT_IDS { Text = "Reading Slot IDs"; + Text[ dutch ] = "Lezen van de sleuf-ID's"; + Text[ danish ] = "Indlsning af slot-id'er"; }; String S_READING_CONTROLS { Text = "Reading Controls"; + Text[ dutch ] = "Lezen van controls"; + Text[ danish ] = "Indlsning af kontrolelementer"; }; String S_READING_BASIC_MODULE { Text = "Reading BASIC module"; + Text[ dutch ] = "Lezen van BASIC-module"; + Text[ danish ] = "Indlsning af BASIC-modul"; }; String S_STARTING_APPLICATION { Text = "Starting application"; + Text[ dutch ] = "Toepassing starten"; + Text[ danish ] = "Start af applikationen"; }; |