mediacontrol.src (f77fb251) mediacontrol.src (132eec79)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 5 unchanged lines hidden (view full) ---

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 5 unchanged lines hidden (view full) ---

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "mediacontrol.hrc"
25
26String AVMEDIA_STR_OPEN
27{
28 Text [ en-US ] = "Open" ;
29};
30
31// ------------------------------------------------------------------------------

--- 44 unchanged lines hidden (view full) ---

76{
77 Text [ en-US ] = "View" ;
78};
79
80// ------------------------------------------------------------------------------
81
82String AVMEDIA_STR_ZOOM_50
83{
22#include "mediacontrol.hrc"
23
24String AVMEDIA_STR_OPEN
25{
26 Text [ en-US ] = "Open" ;
27};
28
29// ------------------------------------------------------------------------------

--- 44 unchanged lines hidden (view full) ---

74{
75 Text [ en-US ] = "View" ;
76};
77
78// ------------------------------------------------------------------------------
79
80String AVMEDIA_STR_ZOOM_50
81{
84 Text [ en-US ] = "50 %" ;
82 Text [ en-US ] = "50%" ;
85};
86
87// ------------------------------------------------------------------------------
88
89String AVMEDIA_STR_ZOOM_100
90{
83};
84
85// ------------------------------------------------------------------------------
86
87String AVMEDIA_STR_ZOOM_100
88{
91 Text [ en-US ] = "100 %" ;
89 Text [ en-US ] = "100%" ;
92};
93
94// ------------------------------------------------------------------------------
95
96String AVMEDIA_STR_ZOOM_200
97{
90};
91
92// ------------------------------------------------------------------------------
93
94String AVMEDIA_STR_ZOOM_200
95{
98 Text [ en-US ] = "200 %" ;
96 Text [ en-US ] = "200%" ;
99};
100
101// ------------------------------------------------------------------------------
102
103String AVMEDIA_STR_ZOOM_FIT
104{
105 Text [ en-US ] = "Scaled" ;
106};

--- 85 unchanged lines hidden ---
97};
98
99// ------------------------------------------------------------------------------
100
101String AVMEDIA_STR_ZOOM_FIT
102{
103 Text [ en-US ] = "Scaled" ;
104};

--- 85 unchanged lines hidden ---