summaryrefslogtreecommitdiff
path: root/basic/source/app/testtool.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2001-05-10 04:20:02 +0000
committerKurt Zenker <kz@openoffice.org>2001-05-10 04:20:02 +0000
commit6293116bbdf210dc6d0fe5de713876e722a78363 (patch)
tree234c20686c50e3e61d581247d28da34e2415a692 /basic/source/app/testtool.src
parentab6b84acde4cbfbce336b90da5de66a353004a45 (diff)
Merge SRC631: 10.05.01 - 07:20:08 (NoBranch)
Diffstat (limited to 'basic/source/app/testtool.src')
-rw-r--r--basic/source/app/testtool.src11
1 files changed, 9 insertions, 2 deletions
diff --git a/basic/source/app/testtool.src b/basic/source/app/testtool.src
index c065a22bde0e..7f2f653e4c04 100644
--- a/basic/source/app/testtool.src
+++ b/basic/source/app/testtool.src
@@ -2,9 +2,9 @@
*
* $RCSfile: testtool.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2001-05-04 19:20:00 $
+ * last change: $Author: kz $ $Date: 2001-05-10 05:20:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,7 @@ String S_INVALID_KEYCODE
Text[ arabic ] = "Is an invalid KeyCode!";
Text[ turkish ] = "Geerli bir KeyCode deil!";
Text[ catalan ] = "No es un KeyCode correcto!";
+ Text[ finnish ] = "On virheellinen avainkoodi.";
};
String S_MANDATORY_FILE
{
@@ -109,6 +110,7 @@ String S_MANDATORY_FILE
Text[ arabic ] = "\ncould not be found.\nThis file is indispensable.";
Text[ turkish ] = "\nbulunamad.\nBu dosya mutlaka gerekli.";
Text[ catalan ] = "\nno se encontr.\nEste archivo es imprescindible.";
+ Text[ finnish ] = "\nei lytynyt.\nTt tiedostoa ei voi korvata.";
};
String S_READING_LONGNAMES
{
@@ -132,6 +134,7 @@ String S_READING_LONGNAMES
Text[ arabic ] = "Reading long names";
Text[ turkish ] = "Uzun adlar okunuyor";
Text[ catalan ] = "Leyendo nombres largos";
+ Text[ finnish ] = "Luetaan pitki nimi";
};
String S_READING_SLOT_IDS
{
@@ -155,6 +158,7 @@ String S_READING_SLOT_IDS
Text[ arabic ] = "Reading Slot IDs";
Text[ turkish ] = "Slot ID'ler okunuyor";
Text[ catalan ] = "Leyendo Slot IDs";
+ Text[ finnish ] = "Luetaan paikkatunnukset";
};
String S_READING_CONTROLS
{
@@ -178,6 +182,7 @@ String S_READING_CONTROLS
Text[ arabic ] = "Reading Controls";
Text[ turkish ] = "Control'ler okunuyor";
Text[ catalan ] = "Leyendo Controls";
+ Text[ finnish ] = "Luetaan ohjaimet";
};
String S_READING_BASIC_MODULE
{
@@ -201,6 +206,7 @@ String S_READING_BASIC_MODULE
Text[ arabic ] = "Reading BASIC module";
Text[ turkish ] = "BASIC modl okunuyor";
Text[ catalan ] = "Leyendo mdulo BASIC";
+ Text[ finnish ] = "Luetaan BASIC-moduuli";
};
String S_STARTING_APPLICATION
{
@@ -224,5 +230,6 @@ String S_STARTING_APPLICATION
Text[ arabic ] = "Starting application";
Text[ turkish ] = "Uygulama balatlyor";
Text[ catalan ] = "Iniciando la aplicacin";
+ Text[ finnish ] = "Aloitetaan sovellus";
};