summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrltool.src
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 15:09:46 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 15:09:46 +0000
commit91cdf8baed5ecf970b500279df0f244e663fbbcc (patch)
tree2c67766098b8c7805e0f74e2251b38eec4b75ce2 /svtools/source/control/ctrltool.src
parentf82a2da136974a3d17374dfeb9dfa416d04f327a (diff)
INTEGRATION: CWS mergede01 (1.33.428); FILE MERGED
2007/03/20 14:48:59 ihi 1.33.428.1: #i72301# Remove German
Diffstat (limited to 'svtools/source/control/ctrltool.src')
-rw-r--r--svtools/source/control/ctrltool.src28
1 files changed, 2 insertions, 26 deletions
diff --git a/svtools/source/control/ctrltool.src b/svtools/source/control/ctrltool.src
index dbcf09f186fb..5d7586fb0cae 100644
--- a/svtools/source/control/ctrltool.src
+++ b/svtools/source/control/ctrltool.src
@@ -4,9 +4,9 @@
*
* $RCSfile: ctrltool.src,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 14:50:55 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 16:09:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,58 +36,42 @@
String STR_SVT_STYLE_LIGHT
{
- Text [ de ] = "Light" ;
Text [ en-US ] = "Light" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_LIGHT_ITALIC
{
- Text [ de ] = "Light Kursiv" ;
Text [ en-US ] = "Light Italic" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_NORMAL
{
- Text [ de ] = "Standard" ;
Text [ en-US ] = "Regular" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_NORMAL_ITALIC
{
- Text [ de ] = "Kursiv" ;
Text [ en-US ] = "Italic" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_BOLD
{
- Text [ de ] = "Fett" ;
Text [ en-US ] = "Bold" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_BOLD_ITALIC
{
- Text [ de ] = "Fett Kursiv" ;
Text [ en-US ] = "Bold Italic" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_BLACK
{
- Text [ de ] = "Black" ;
Text [ en-US ] = "Black" ;
- Text [ x-comment ] = " ";
};
String STR_SVT_STYLE_BLACK_ITALIC
{
- Text [ de ] = "Black Kursiv" ;
Text [ en-US ] = "Black Italic" ;
- Text [ x-comment ] = " ";
};
/*
@@ -104,39 +88,31 @@ Finnische Texte:
String STR_SVT_FONTMAP_BOTH
{
- Text [ de ] = "Für Ausdruck und Anzeige am Bildschirm wird die gleiche Schriftart verwendet." ;
Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
- Text [ x-comment ] = " ";
};
String STR_SVT_FONTMAP_PRINTERONLY
{
- Text [ de ] = "Druckerschrift. Die Bildschirmanzeige kann etwas abweichen." ;
Text [ en-US ] = "This is a printer font. The screen image may differ." ;
};
String STR_SVT_FONTMAP_SCREENONLY
{
- Text [ de ] = "Bildschirmschrift. Der Ausdruck kann etwas abweichen." ;
Text [ en-US ] = "This is a screen font. The printer image may differ." ;
};
String STR_SVT_FONTMAP_SIZENOTAVAILABLE
{
- Text [ de ] = "Diese Schriftgröße ist nicht installiert. Die am besten passende vorhandene Größe wird benutzt." ;
Text [ en-US ] = "This font size has not been installed. The closest available size will be used.";
};
String STR_SVT_FONTMAP_STYLENOTAVAILABLE
{
- Text [ de ] = "Dieser Schriftstil wird nachgebildet oder der am besten passende Stil wird verwendet." ;
Text [ en-US ] = "This font style will be simulated or the closest matching style will be used.";
- Text [ x-comment ] = " ";
};
String STR_SVT_FONTMAP_NOTAVAILABLE
{
- Text [ de ] = "Diese Schriftart ist nicht installiert. Die am besten passende vorhandene Schriftart wird benutzt." ;
Text [ en-US ] = "This font has not been installed. The closest available font will be used.";
};