17cca058cSAndrew Rist/**************************************************************
2*eec1b20eSMatthias Seidel *
37cca058cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
47cca058cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
57cca058cSAndrew Rist * distributed with this work for additional information
67cca058cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
77cca058cSAndrew Rist * to you under the Apache License, Version 2.0 (the
87cca058cSAndrew Rist * "License"); you may not use this file except in compliance
97cca058cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*eec1b20eSMatthias Seidel *
117cca058cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*eec1b20eSMatthias Seidel *
137cca058cSAndrew Rist * Unless required by applicable law or agreed to in writing,
147cca058cSAndrew Rist * software distributed under the License is distributed on an
157cca058cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167cca058cSAndrew Rist * KIND, either express or implied.  See the License for the
177cca058cSAndrew Rist * specific language governing permissions and limitations
187cca058cSAndrew Rist * under the License.
19*eec1b20eSMatthias Seidel *
207cca058cSAndrew Rist *************************************************************/
217cca058cSAndrew Rist
22*eec1b20eSMatthias Seidel
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "mediawindow.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirString AVMEDIA_STR_INSERTMEDIA_DLG
27cdf0e10cSrcweir{
28*eec1b20eSMatthias Seidel	Text [ en-US ] = "Insert Movie and Sound" ;
29cdf0e10cSrcweir};
30cdf0e10cSrcweir
31cdf0e10cSrcweir// ------------------------------------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweirSTRING AVMEDIA_STR_OPENMEDIA_DLG
34cdf0e10cSrcweir{
35*eec1b20eSMatthias Seidel	Text [ en-US ] = "Open Movie and Sound" ;
36cdf0e10cSrcweir};
37cdf0e10cSrcweir
38cdf0e10cSrcweir// ------------------------------------------------------------------------------
39cdf0e10cSrcweir
40cdf0e10cSrcweirString AVMEDIA_STR_ALL_MEDIAFILES
41cdf0e10cSrcweir{
42*eec1b20eSMatthias Seidel	Text [ en-US ] = "All movie and sound files" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweir
45cdf0e10cSrcweir// ------------------------------------------------------------------------------
46cdf0e10cSrcweir
47cdf0e10cSrcweirString AVMEDIA_STR_ALL_FILES
48cdf0e10cSrcweir{
49*eec1b20eSMatthias Seidel	Text [ en-US ] = "All files (*.*)" ;
50cdf0e10cSrcweir};
51cdf0e10cSrcweir
52cdf0e10cSrcweir// ------------------------------------------------------------------------------
53cdf0e10cSrcweir
54cdf0e10cSrcweirBitmap AVMEDIA_BMP_AUDIOLOGO
55cdf0e10cSrcweir{
56*eec1b20eSMatthias Seidel	file = "avaudiologo.png" ;
57cdf0e10cSrcweir};
58cdf0e10cSrcweir
59cdf0e10cSrcweir// ------------------------------------------------------------------------------
60cdf0e10cSrcweir
61cdf0e10cSrcweirBitmap AVMEDIA_BMP_EMPTYLOGO
62cdf0e10cSrcweir{
63*eec1b20eSMatthias Seidel	file = "avemptylogo.png" ;
64cdf0e10cSrcweir};
65cdf0e10cSrcweir
66cdf0e10cSrcweir// ------------------------------------------------------------------------------
67cdf0e10cSrcweir
68cdf0e10cSrcweirErrorBox AVMEDIA_ERR_URL
69cdf0e10cSrcweir{
70cdf0e10cSrcweir	BUTTONS = WB_OK ;
71cdf0e10cSrcweir	DEFBUTTON = WB_DEF_OK ;
72*eec1b20eSMatthias Seidel	Message [ en-US ] = "The format of the selected file is not supported." ;
73cdf0e10cSrcweir};
74*eec1b20eSMatthias Seidel
75*eec1b20eSMatthias Seidel// ********************************************************************** EOF
76