INTEGRATION: CWS impresscontext02_SRC680 (1.2.54); FILE MERGED

2006/09/06 13:33:28 cl 1.2.54.1: #i69329# fixed 'umlaute' for de locale in context menu
This commit is contained in:
Vladimir Glazounov 2006-09-07 15:41:12 +00:00
parent 8707bf2a75
commit 617e7127b6

View file

@ -2,9 +2,9 @@
*
* $RCSfile: slideshow.src,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: obo $ $Date: 2006-07-13 09:53:43 $
* last change: $Author: vg $ $Date: 2006-09-07 16:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -69,7 +69,7 @@ Menu RID_SLIDESHOW_CONTEXTMENU
MenuItem
{
Identifier = CM_NEXT_SLIDE ;
Text [ de ] = "~Nächste Folie" ;
Text [ de ] = "~Nächste Folie" ;
Text [ en-US ] = "~Next" ;
};
MenuItem
@ -129,7 +129,7 @@ Menu RID_SLIDESHOW_CONTEXTMENU
MenuItem
{
Identifier = CM_SCREEN_WHITE;
Text [ de ] = "~Weiß";
Text [ de ] = "~Weiß";
Text [ en-US ] = "~White";
};
};
@ -142,7 +142,7 @@ Menu RID_SLIDESHOW_CONTEXTMENU
MenuItem
{
Identifier = CM_ENDSHOW ;
Text [ de ] = "~Präsentation beenden" ;
Text [ de ] = "~Präsentation beenden" ;
Text [ en-US ] = "~End Show" ;
};
};