1*7cca058cSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*7cca058cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*7cca058cSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*7cca058cSAndrew Rist * distributed with this work for additional information 6*7cca058cSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*7cca058cSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*7cca058cSAndrew Rist * "License"); you may not use this file except in compliance 9*7cca058cSAndrew Rist * with the License. You may obtain a copy of the License at 10*7cca058cSAndrew Rist * 11*7cca058cSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*7cca058cSAndrew Rist * 13*7cca058cSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*7cca058cSAndrew Rist * software distributed under the License is distributed on an 15*7cca058cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*7cca058cSAndrew Rist * KIND, either express or implied. See the License for the 17*7cca058cSAndrew Rist * specific language governing permissions and limitations 18*7cca058cSAndrew Rist * under the License. 19*7cca058cSAndrew Rist * 20*7cca058cSAndrew Rist *************************************************************/ 21*7cca058cSAndrew Rist 22*7cca058cSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "mediacontrol.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirString AVMEDIA_STR_OPEN 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir Text[en-US] = "Open"; 29cdf0e10cSrcweir}; 30cdf0e10cSrcweir 31cdf0e10cSrcweir// ------------------------------------------------------------------------------ 32cdf0e10cSrcweir 33cdf0e10cSrcweirString AVMEDIA_STR_INSERT 34cdf0e10cSrcweir{ 35cdf0e10cSrcweir Text [ en-US ] = "Apply" ; 36cdf0e10cSrcweir}; 37cdf0e10cSrcweir 38cdf0e10cSrcweir// ------------------------------------------------------------------------------ 39cdf0e10cSrcweir 40cdf0e10cSrcweirString AVMEDIA_STR_PLAY 41cdf0e10cSrcweir{ 42cdf0e10cSrcweir Text[en-US] = "Play"; 43cdf0e10cSrcweir}; 44cdf0e10cSrcweir 45cdf0e10cSrcweir// ------------------------------------------------------------------------------ 46cdf0e10cSrcweir 47cdf0e10cSrcweirString AVMEDIA_STR_PAUSE 48cdf0e10cSrcweir{ 49cdf0e10cSrcweir Text[en-US] = "Pause"; 50cdf0e10cSrcweir}; 51cdf0e10cSrcweir 52cdf0e10cSrcweir// ------------------------------------------------------------------------------ 53cdf0e10cSrcweir 54cdf0e10cSrcweirString AVMEDIA_STR_STOP 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text[en-US] = "Stop"; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweir 59cdf0e10cSrcweir// ------------------------------------------------------------------------------ 60cdf0e10cSrcweir 61cdf0e10cSrcweirString AVMEDIA_STR_ENDLESS 62cdf0e10cSrcweir{ 63cdf0e10cSrcweir Text[en-US] = "Repeat"; 64cdf0e10cSrcweir}; 65cdf0e10cSrcweir 66cdf0e10cSrcweir// ------------------------------------------------------------------------------ 67cdf0e10cSrcweir 68cdf0e10cSrcweirString AVMEDIA_STR_MUTE 69cdf0e10cSrcweir{ 70cdf0e10cSrcweir Text[en-US] = "Mute"; 71cdf0e10cSrcweir}; 72cdf0e10cSrcweir 73cdf0e10cSrcweir// ------------------------------------------------------------------------------ 74cdf0e10cSrcweir 75cdf0e10cSrcweirString AVMEDIA_STR_ZOOM 76cdf0e10cSrcweir{ 77cdf0e10cSrcweir Text[en-US] = "View"; 78cdf0e10cSrcweir}; 79cdf0e10cSrcweir 80cdf0e10cSrcweir// ------------------------------------------------------------------------------ 81cdf0e10cSrcweir 82cdf0e10cSrcweirString AVMEDIA_STR_ZOOM_50 83cdf0e10cSrcweir{ 84cdf0e10cSrcweir Text[en-US] = "50%"; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweir 87cdf0e10cSrcweir// ------------------------------------------------------------------------------ 88cdf0e10cSrcweir 89cdf0e10cSrcweirString AVMEDIA_STR_ZOOM_100 90cdf0e10cSrcweir{ 91cdf0e10cSrcweir Text[en-US] = "100%"; 92cdf0e10cSrcweir}; 93cdf0e10cSrcweir 94cdf0e10cSrcweir// ------------------------------------------------------------------------------ 95cdf0e10cSrcweir 96cdf0e10cSrcweirString AVMEDIA_STR_ZOOM_200 97cdf0e10cSrcweir{ 98cdf0e10cSrcweir Text[en-US] = "200%"; 99cdf0e10cSrcweir}; 100cdf0e10cSrcweir 101cdf0e10cSrcweir// ------------------------------------------------------------------------------ 102cdf0e10cSrcweir 103cdf0e10cSrcweirString AVMEDIA_STR_ZOOM_FIT 104cdf0e10cSrcweir{ 105cdf0e10cSrcweir Text[en-US] = "Scaled"; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweir 108cdf0e10cSrcweir// ------------------------------------------------------------------------------ 109cdf0e10cSrcweir 110cdf0e10cSrcweirString AVMEDIA_STR_MEDIAPLAYER 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text[en-US] = "Media Player"; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweir 115cdf0e10cSrcweir// ------------------------------------------------------------------------------ 116cdf0e10cSrcweir 117cdf0e10cSrcweirImageList AVMEDIA_IMGLST 118cdf0e10cSrcweir{ 119cdf0e10cSrcweir Prefix = "av"; 120cdf0e10cSrcweir MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 121cdf0e10cSrcweir IdList = 122cdf0e10cSrcweir { 123cdf0e10cSrcweir AVMEDIA_IMG_OPEN; 124cdf0e10cSrcweir AVMEDIA_IMG_PLAY; 125cdf0e10cSrcweir AVMEDIA_IMG_PAUSE; 126cdf0e10cSrcweir AVMEDIA_IMG_STOP; 127cdf0e10cSrcweir AVMEDIA_IMG_ENDLESS; 128cdf0e10cSrcweir AVMEDIA_IMG_INSERT; 129cdf0e10cSrcweir AVMEDIA_IMG_MUTE; 130cdf0e10cSrcweir }; 131cdf0e10cSrcweir IdCount = 7; 132cdf0e10cSrcweir}; 133cdf0e10cSrcweir 134cdf0e10cSrcweir// ------------------------------------------------------------------------------ 135cdf0e10cSrcweir 136cdf0e10cSrcweirImageList AVMEDIA_IMGLST_L 137cdf0e10cSrcweir{ 138cdf0e10cSrcweir Prefix = "avl"; 139cdf0e10cSrcweir MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 140cdf0e10cSrcweir IdList = 141cdf0e10cSrcweir { 142cdf0e10cSrcweir AVMEDIA_IMG_OPEN; 143cdf0e10cSrcweir AVMEDIA_IMG_PLAY; 144cdf0e10cSrcweir AVMEDIA_IMG_PAUSE; 145cdf0e10cSrcweir AVMEDIA_IMG_STOP; 146cdf0e10cSrcweir AVMEDIA_IMG_ENDLESS; 147cdf0e10cSrcweir AVMEDIA_IMG_INSERT; 148cdf0e10cSrcweir AVMEDIA_IMG_MUTE; 149cdf0e10cSrcweir }; 150cdf0e10cSrcweir IdCount = 7; 151cdf0e10cSrcweir}; 152cdf0e10cSrcweir 153cdf0e10cSrcweir// ------------------------------------------------------------------------------ 154cdf0e10cSrcweir 155cdf0e10cSrcweirImageList AVMEDIA_IMGLST_HC 156cdf0e10cSrcweir{ 157cdf0e10cSrcweir Prefix = "avh"; 158cdf0e10cSrcweir MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 159cdf0e10cSrcweir IdList = 160cdf0e10cSrcweir { 161cdf0e10cSrcweir AVMEDIA_IMG_OPEN; 162cdf0e10cSrcweir AVMEDIA_IMG_PLAY; 163cdf0e10cSrcweir AVMEDIA_IMG_PAUSE; 164cdf0e10cSrcweir AVMEDIA_IMG_STOP; 165cdf0e10cSrcweir AVMEDIA_IMG_ENDLESS; 166cdf0e10cSrcweir AVMEDIA_IMG_INSERT; 167cdf0e10cSrcweir AVMEDIA_IMG_MUTE; 168cdf0e10cSrcweir }; 169cdf0e10cSrcweir IdCount = 7; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweir 172cdf0e10cSrcweir// ------------------------------------------------------------------------------ 173cdf0e10cSrcweir 174cdf0e10cSrcweirImageList AVMEDIA_IMGLST_L_HC 175cdf0e10cSrcweir{ 176cdf0e10cSrcweir Prefix = "avlh"; 177cdf0e10cSrcweir MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 178cdf0e10cSrcweir IdList = 179cdf0e10cSrcweir { 180cdf0e10cSrcweir AVMEDIA_IMG_OPEN; 181cdf0e10cSrcweir AVMEDIA_IMG_PLAY; 182cdf0e10cSrcweir AVMEDIA_IMG_PAUSE; 183cdf0e10cSrcweir AVMEDIA_IMG_STOP; 184cdf0e10cSrcweir AVMEDIA_IMG_ENDLESS; 185cdf0e10cSrcweir AVMEDIA_IMG_INSERT; 186cdf0e10cSrcweir AVMEDIA_IMG_MUTE; 187cdf0e10cSrcweir }; 188cdf0e10cSrcweir IdCount = 7; 189cdf0e10cSrcweir}; 190