INTEGRATION: CWS ab31 (1.104.84); FILE MERGED

2006/12/13 17:03:19 pb 1.104.84.1: fix: #i72282# RID_STR_TRANSLATION_... added
This commit is contained in:
Jens-Heiner Rechtien 2007-01-02 14:49:54 +00:00
parent e858cdd5ed
commit aee4f71a3a

View file

@ -4,9 +4,9 @@
*
* $RCSfile: basidesh.src,v $
*
* $Revision: 1.104 $
* $Revision: 1.105 $
*
* last change: $Author: vg $ $Date: 2006-04-07 08:44:01 $
* last change: $Author: hr $ $Date: 2007-01-02 15:49:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -38,6 +38,7 @@
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
#endif
#include "dlgresid.hrc"
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
@ -725,6 +726,16 @@ String RID_STR_QUERYREPLACEMACRO
Text [ de ] = "Möchten Sie das Makro XX überschreiben ?" ;
Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
};
String RID_STR_TRANSLATION_NOTLOCALIZED
{
Text [ de ] = "<Nicht lokalisiert>" ;
Text [ en-US ] = "<Not localized>" ;
};
String RID_STR_TRANSLATION_DEFAULT
{
Text [ de ] = "[Standardsprache]" ;
Text [ en-US ] = "[Default Language]" ;
};
#define MN_EDIT 20
#define MN_VIEW 21