Sidebar.src (a5516503) Sidebar.src (73fd191a)
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
22#include "Sidebar.hrc"
23
24Resource RID_SIDEBAR_RESOURCE
25{
26 Image IMAGE_SIDEBAR_PLUS
27 {
28 ImageBitmap = Bitmap { File = "plus.png" ;};
29 };
24#include "Sidebar.hrc"
25
26Resource RID_SIDEBAR_RESOURCE
27{
28 Image IMAGE_SIDEBAR_PLUS
29 {
30 ImageBitmap = Bitmap { File = "plus.png" ;};
31 };
30
32
31 Image IMAGE_SIDEBAR_PLUS_HC
32 {
33 ImageBitmap = Bitmap { File = "plus_hc.png" ;};
34 };
33 Image IMAGE_SIDEBAR_PLUS_HC
34 {
35 ImageBitmap = Bitmap { File = "plus_hc.png" ;};
36 };
35
37
36 Image IMAGE_SIDEBAR_MINUS
37 {
38 ImageBitmap = Bitmap { File = "minus.png" ;};
39 };
38 Image IMAGE_SIDEBAR_MINUS
39 {
40 ImageBitmap = Bitmap { File = "minus.png" ;};
41 };
40
42
41 Image IMAGE_SIDEBAR_MINUS_HC
42 {
43 ImageBitmap = Bitmap { File = "minus_hc.png" ;};
44 };
43 Image IMAGE_SIDEBAR_MINUS_HC
44 {
45 ImageBitmap = Bitmap { File = "minus_hc.png" ;};
46 };
45
47
46 Image IMAGE_SIDEBAR_GRIP
47 {
48 ImageBitmap = Bitmap { File = "grip.png" ;};
49 };
48 Image IMAGE_SIDEBAR_GRIP
49 {
50 ImageBitmap = Bitmap { File = "grip.png" ;};
51 };
50
52
51 Image IMAGE_SIDEBAR_GRIP_HC
52 {
53 ImageBitmap = Bitmap { File = "grip_hc.png" ;};
54 };
53 Image IMAGE_SIDEBAR_GRIP_HC
54 {
55 ImageBitmap = Bitmap { File = "grip_hc.png" ;};
56 };
55
57
56 Image IMAGE_SIDEBAR_MENU
57 {
58 ImageBitmap = Bitmap { File = "symphony/open_more.png" ;};
59 };
58 Image IMAGE_SIDEBAR_MENU
59 {
60 ImageBitmap = Bitmap { File = "symphony/open_more.png" ;};
61 };
60
62
61 Image IMAGE_SIDEBAR_MENU_HC
62 {
63 Image IMAGE_SIDEBAR_MENU_HC
64 {
63 ImageBitmap = Bitmap { File = "menu_hc.png" ;};
65 ImageBitmap = Bitmap { File = "symphony/open_more_hc.png" ;};
64 };
65
66 Image IMAGE_SIDEBAR_DETAIL_DIALOG
67 {
68 ImageBitmap = Bitmap { File = "symphony/morebutton.png" ;};
69 };
66 };
67
68 Image IMAGE_SIDEBAR_DETAIL_DIALOG
69 {
70 ImageBitmap = Bitmap { File = "symphony/morebutton.png" ;};
71 };
70
72
71 Image IMAGE_SIDEBAR_DETAIL_DIALOG_HC
72 {
73 ImageBitmap = Bitmap { File = "symphony/morebutton_h.png" ;};
74 };
75
76 Image IMAGE_SIDEBAR_TOOLBOX_SEPARATOR
77 {
78 ImageBitmap = Bitmap { File = "separator.png" ;};

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

279 };
280 Image IMAGE_SIDEBAR_DECK_FUNCTIONS_SMALL_HC
281 {
282 ImageBitmap = Bitmap { File = "symphony/sidebar-functions-small-hc.png" ;};
283 };
284
285 String STRING_CUSTOMIZATION
286 {
73 Image IMAGE_SIDEBAR_DETAIL_DIALOG_HC
74 {
75 ImageBitmap = Bitmap { File = "symphony/morebutton_h.png" ;};
76 };
77
78 Image IMAGE_SIDEBAR_TOOLBOX_SEPARATOR
79 {
80 ImageBitmap = Bitmap { File = "separator.png" ;};

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

281 };
282 Image IMAGE_SIDEBAR_DECK_FUNCTIONS_SMALL_HC
283 {
284 ImageBitmap = Bitmap { File = "symphony/sidebar-functions-small-hc.png" ;};
285 };
286
287 String STRING_CUSTOMIZATION
288 {
287 Text [en-US] = "Customization";
289 Text [en-US] = "Customization";
288 };
289 String STRING_RESTORE
290 {
290 };
291 String STRING_RESTORE
292 {
291 Text [en-US] = "Restore Default";
293 Text [en-US] = "Restore Default";
292 };
293};
294
295String SFX_STR_SIDEBAR_MORE_OPTIONS
296{
297 Text [en-US] = "More Options";
298};
299
300String SFX_STR_SIDEBAR_CLOSE_DECK
301{
302 Text [en-US] = "Close Sidebar Deck";
303};
304
305String SFX_STR_SIDEBAR_ACCESSIBILITY_PANEL_PREFIX
306{
307 Text [en-US] = "Panel: ";
308};
309
294 };
295};
296
297String SFX_STR_SIDEBAR_MORE_OPTIONS
298{
299 Text [en-US] = "More Options";
300};
301
302String SFX_STR_SIDEBAR_CLOSE_DECK
303{
304 Text [en-US] = "Close Sidebar Deck";
305};
306
307String SFX_STR_SIDEBAR_ACCESSIBILITY_PANEL_PREFIX
308{
309 Text [en-US] = "Panel: ";
310};
311
312// ********************************************************************** EOF