summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 13:45:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 13:45:14 +0000
commit7a1fcfeb8f1f79ff452f560d49680035cd64c5b5 (patch)
treea6ad961e01358d83cab8c7addf5c6ae516f0910f /svx/source/unodialogs
parentc94c4d3d3f20b0483b8ca69ff87b5c6c4142e2c3 (diff)
INTEGRATION: CWS mergede01 (1.4.706); FILE MERGED
2007/04/18 14:28:52 ihi 1.4.706.1: german removed
Diffstat (limited to 'svx/source/unodialogs')
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
index 677303a37cea..3e7c18e53f3b 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_direction_tmpl.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: chinese_direction_tmpl.hrc,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 14:04:57 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 14:45:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,14 +48,12 @@ RadioButton RB_TO_SIMPLIFIED \
{ \
Pos = MAP_APPFONT( D_XPOS, D_YPOS ); \
Size = MAP_APPFONT ( D_FULLWIDTH, RSC_CD_RADIOBUTTON_HEIGHT ) ; \
- Text [ de ] = "Traditionelles in vereinfachtes Chinesisch"; \
Text [ en-US ] = "~Traditional Chinese to simplified Chinese"; \
}; \
RadioButton RB_TO_TRADITIONAL \
{ \
Pos = MAP_APPFONT( D_XPOS, D_YPOS + RSC_CD_RADIOBUTTON_HEIGHT+RSC_SP_CTRL_GROUP_Y ); \
Size = MAP_APPFONT ( D_FULLWIDTH, RSC_CD_RADIOBUTTON_HEIGHT ) ; \
- Text [ de ] = "Vereinfachtes in traditionelles Chinesisch"; \
Text [ en-US ] = "~Simplified Chinese to traditional Chinese"; \
};