1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: mediacontrol.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "mediacontrol.hrc"
33 String AVMEDIA_STR_OPEN
38 // ------------------------------------------------------------------------------
40 String AVMEDIA_STR_INSERT
42 Text [ en-US ] = "Apply" ;
45 // ------------------------------------------------------------------------------
47 String AVMEDIA_STR_PLAY
52 // ------------------------------------------------------------------------------
54 String AVMEDIA_STR_PAUSE
56 Text[en-US] = "Pause";
59 // ------------------------------------------------------------------------------
61 String AVMEDIA_STR_STOP
66 // ------------------------------------------------------------------------------
68 String AVMEDIA_STR_ENDLESS
70 Text[en-US] = "Repeat";
73 // ------------------------------------------------------------------------------
75 String AVMEDIA_STR_MUTE
80 // ------------------------------------------------------------------------------
82 String AVMEDIA_STR_ZOOM
87 // ------------------------------------------------------------------------------
89 String AVMEDIA_STR_ZOOM_50
94 // ------------------------------------------------------------------------------
96 String AVMEDIA_STR_ZOOM_100
101 // ------------------------------------------------------------------------------
103 String AVMEDIA_STR_ZOOM_200
105 Text[en-US] = "200%";
108 // ------------------------------------------------------------------------------
110 String AVMEDIA_STR_ZOOM_FIT
112 Text[en-US] = "Scaled";
115 // ------------------------------------------------------------------------------
117 String AVMEDIA_STR_MEDIAPLAYER
119 Text[en-US] = "Media Player";
122 // ------------------------------------------------------------------------------
124 ImageList AVMEDIA_IMGLST
127 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
141 // ------------------------------------------------------------------------------
143 ImageList AVMEDIA_IMGLST_L
146 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
160 // ------------------------------------------------------------------------------
162 ImageList AVMEDIA_IMGLST_HC
165 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
179 // ------------------------------------------------------------------------------
181 ImageList AVMEDIA_IMGLST_L_HC
184 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };