#91318# +RID_STR_OPEN-/-CLEAR_GRAPHICS

This commit is contained in:
Frank Schönheit 2001-08-22 12:12:02 +00:00
parent 1640709dff
commit 801f75a5a9
2 changed files with 18 additions and 4 deletions

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: frm_resource.hrc,v $ * $RCSfile: frm_resource.hrc,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: fs $ $Date: 2001-07-17 14:12:52 $ * last change: $Author: fs $ $Date: 2001-08-22 13:11:23 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -86,6 +86,8 @@
#define RID_STR_ERR_DELETERECORD ( RID_FRM_STRINGS_START + 10 ) #define RID_STR_ERR_DELETERECORD ( RID_FRM_STRINGS_START + 10 )
#define RID_STR_ERR_DELETERECORDS ( RID_FRM_STRINGS_START + 11 ) #define RID_STR_ERR_DELETERECORDS ( RID_FRM_STRINGS_START + 11 )
#define RID_STR_NEED_NON_NULL_OBJECT ( RID_FRM_STRINGS_START + 12 ) #define RID_STR_NEED_NON_NULL_OBJECT ( RID_FRM_STRINGS_START + 12 )
#define RID_STR_OPEN_GRAPHICS ( RID_FRM_STRINGS_START + 13 )
#define RID_STR_CLEAR_GRAPHICS ( RID_FRM_STRINGS_START + 14 )
#endif // _FRM_RESOURCE_HRC_ #endif // _FRM_RESOURCE_HRC_

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: strings.src,v $ * $RCSfile: strings.src,v $
* *
* $Revision: 1.19 $ * $Revision: 1.20 $
* *
* last change: $Author: kz $ $Date: 2001-07-26 22:42:11 $ * last change: $Author: fs $ $Date: 2001-08-22 13:12:02 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -404,4 +404,16 @@ String RID_STR_NEED_NON_NULL_OBJECT
Text[ catalan ] = "The object must not be NULL."; Text[ catalan ] = "The object must not be NULL.";
}; };
String RID_STR_OPEN_GRAPHICS
{
Text = "Grafik einfügen aus...";
Text [ english ] = "Insert graphics from...";
Text [ english_us ] = "Insert graphics from...";
};
String RID_STR_CLEAR_GRAPHICS
{
Text = "Grafik entfernen";
Text [ english ] = "Remove graphics";
Text [ english_us ] = "Remove graphics";
};