From 536111d2ec852efd7875e9a6fe593ad38f3c1d75 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 25 Jul 2001 17:50:59 +0000 Subject: #87302# localized OLE 'Object' name prefix --- sfx2/source/doc/doc.hrc | 6 ++++-- sfx2/source/doc/doc.src | 33 +++++++++++++++++++++++++++++++-- sfx2/source/doc/objcont.cxx | 7 ++++--- 3 files changed, 39 insertions(+), 7 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index 1262b09ca39b..932564d00fd2 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: doc.hrc,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2000-12-10 16:17:13 $ + * last change: $Author: er $ $Date: 2001-07-25 18:50:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,6 +170,8 @@ #define TEMPLATE_SHORT_NAMES_ARY (RID_SFX_DOC_START+ 82) #define RID_CNT_STR_WAITING (RID_SFX_DOC_START+ 83) +#define STR_OBJECT (RID_SFX_DOC_START+ 84) + #define DLOAD_URL 1 #define DLOAD_STATUS 2 #define DLOAD_NAME 3 diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index 8fb2e6ea13df..7f92cda31e43 100644 --- a/sfx2/source/doc/doc.src +++ b/sfx2/source/doc/doc.src @@ -2,9 +2,9 @@ * * $RCSfile: doc.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kz $ $Date: 2001-07-24 20:16:20 $ + * last change: $Author: er $ $Date: 2001-07-25 18:50:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2064,6 +2064,35 @@ String STR_PACKNGO_NEWMEDIUM Text[ finnish ] = "Lisää seuraava tietoväline ja valitse OK."; }; +String STR_OBJECT +{ + Text = "Objekt" ; + Text [ ENGLISH ] = "Object" ; + Text [ portuguese ] = "Objecto" ; + Text [ english_us ] = "Object" ; + Text [ portuguese_brazilian ] = "Objekt" ; + Text [ swedish ] = "Objekt" ; + Text [ danish ] = "Objekt" ; + Text [ italian ] = "Oggetto" ; + Text [ spanish ] = "Objeto" ; + Text [ french ] = "Objet" ; + Text [ dutch ] = "Object" ; + Text[ chinese_simplified ] = "¶ÔÏó"; + Text[ russian ] = "Îáúåêò"; + Text[ polish ] = "Obiekt"; + Text[ japanese ] = "µÌÞ¼Þª¸Ä"; + Text[ chinese_traditional ] = "ª«¥ó"; + Text[ arabic ] = "ÇáßÇÆä"; + Text[ dutch ] = "Object"; + Text[ chinese_simplified ] = "¶ÔÏó"; + Text[ greek ] = "Áíôéêåßìåíï"; + Text[ korean ] = "°³Ã¼"; + Text[ turkish ] = "Nesne"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Objeto"; + Text[ finnish ] = "Objekti"; +}; + // ******************************************************************* EOF diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index b49e152784ef..a90eeeeaf4be 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objcont.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: mba $ $Date: 2001-07-20 10:24:28 $ + * last change: $Author: er $ $Date: 2001-07-25 18:50:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -856,7 +856,8 @@ SvEmbeddedInfoObject* SfxObjectShell::InsertObject String aName( rName ); if( !aName.Len() ) { - aName = DEFINE_CONST_UNICODE( "Object " ); + aName = SfxResId( STR_OBJECT ); + aName += sal_Unicode(' '); String aStr; USHORT i = 1; HACK(Wegen Storage Bug 46033) -- cgit