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 "mediawindow.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirString AVMEDIA_STR_INSERTMEDIA_DLG 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir Text[en-US] = "Insert Movie and Sound"; 29cdf0e10cSrcweir}; 30cdf0e10cSrcweir 31cdf0e10cSrcweir// ------------------------------------------------------------------------------ 32cdf0e10cSrcweir 33cdf0e10cSrcweirSTRING AVMEDIA_STR_OPENMEDIA_DLG 34cdf0e10cSrcweir{ 35cdf0e10cSrcweir Text[en-US] = "Open Movie and Sound"; 36cdf0e10cSrcweir}; 37cdf0e10cSrcweir 38cdf0e10cSrcweir// ------------------------------------------------------------------------------ 39cdf0e10cSrcweir 40cdf0e10cSrcweirString AVMEDIA_STR_ALL_MEDIAFILES 41cdf0e10cSrcweir{ 42cdf0e10cSrcweir Text[en-US] = "All movie and sound files"; 43cdf0e10cSrcweir}; 44cdf0e10cSrcweir 45cdf0e10cSrcweir// ------------------------------------------------------------------------------ 46cdf0e10cSrcweir 47cdf0e10cSrcweirString AVMEDIA_STR_ALL_FILES 48cdf0e10cSrcweir{ 49cdf0e10cSrcweir Text[en-US] = "All files (*.*)"; 50cdf0e10cSrcweir}; 51cdf0e10cSrcweir 52cdf0e10cSrcweir// ------------------------------------------------------------------------------ 53cdf0e10cSrcweir 54cdf0e10cSrcweirBitmap AVMEDIA_BMP_AUDIOLOGO 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir file = "avaudiologo.png"; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweir 59cdf0e10cSrcweir// ------------------------------------------------------------------------------ 60cdf0e10cSrcweir 61cdf0e10cSrcweirBitmap AVMEDIA_BMP_EMPTYLOGO 62cdf0e10cSrcweir{ 63cdf0e10cSrcweir file = "avemptylogo.png"; 64cdf0e10cSrcweir}; 65cdf0e10cSrcweir 66cdf0e10cSrcweir// ------------------------------------------------------------------------------ 67cdf0e10cSrcweir 68cdf0e10cSrcweirErrorBox AVMEDIA_ERR_URL 69cdf0e10cSrcweir{ 70cdf0e10cSrcweir BUTTONS = WB_OK ; 71cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 72cdf0e10cSrcweir Message[en-US] = "The format of the selected file is not supported."; 73cdf0e10cSrcweir}; 74