1*597a4c59SAriel Constenla-Haile/**************************************************************
2*597a4c59SAriel Constenla-Haile *
3*597a4c59SAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
4*597a4c59SAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
5*597a4c59SAriel Constenla-Haile * distributed with this work for additional information
6*597a4c59SAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
7*597a4c59SAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
8*597a4c59SAriel Constenla-Haile * "License"); you may not use this file except in compliance
9*597a4c59SAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
10*597a4c59SAriel Constenla-Haile *
11*597a4c59SAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
12*597a4c59SAriel Constenla-Haile *
13*597a4c59SAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
14*597a4c59SAriel Constenla-Haile * software distributed under the License is distributed on an
15*597a4c59SAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*597a4c59SAriel Constenla-Haile * KIND, either express or implied.  See the License for the
17*597a4c59SAriel Constenla-Haile * specific language governing permissions and limitations
18*597a4c59SAriel Constenla-Haile * under the License.
19*597a4c59SAriel Constenla-Haile *
20*597a4c59SAriel Constenla-Haile *************************************************************/
21*597a4c59SAriel Constenla-Haile
22*597a4c59SAriel Constenla-Haile#define MINIMIZER_RES_START             255
23*597a4c59SAriel Constenla-Haile
24*597a4c59SAriel Constenla-Haile#define IMAGE_MINIMIZER_ROADMAP         MINIMIZER_RES_START + 1
25*597a4c59SAriel Constenla-Haile#define IMAGE_MINIMIZER_ROADMAP_HC      MINIMIZER_RES_START + 2
26*597a4c59SAriel Constenla-Haile
27*597a4c59SAriel Constenla-Haile#define IMAGE_MINIMIZER_END             MINIMIZER_RES_START + 50
28*597a4c59SAriel Constenla-Haile#define MINIMIZER_RES_STR_START         IMAGE_MINIMIZER_END
29*597a4c59SAriel Constenla-Haile
30*597a4c59SAriel Constenla-Haile#define STR_PRESENTATION_MINIMIZER      MINIMIZER_RES_STR_START + 1
31*597a4c59SAriel Constenla-Haile#define STR_STEPS                       MINIMIZER_RES_STR_START + 2
32*597a4c59SAriel Constenla-Haile#define STR_HELP                        MINIMIZER_RES_STR_START + 3
33*597a4c59SAriel Constenla-Haile#define STR_BACK                        MINIMIZER_RES_STR_START + 4
34*597a4c59SAriel Constenla-Haile#define STR_NEXT                        MINIMIZER_RES_STR_START + 5
35*597a4c59SAriel Constenla-Haile#define STR_FINISH                      MINIMIZER_RES_STR_START + 6
36*597a4c59SAriel Constenla-Haile#define STR_CANCEL                      MINIMIZER_RES_STR_START + 7
37*597a4c59SAriel Constenla-Haile#define STR_INTRODUCTION                MINIMIZER_RES_STR_START + 8
38*597a4c59SAriel Constenla-Haile#define STR_INTRODUCTION_T              MINIMIZER_RES_STR_START + 9
39*597a4c59SAriel Constenla-Haile#define STR_CHOSE_SETTINGS              MINIMIZER_RES_STR_START + 10
40*597a4c59SAriel Constenla-Haile#define STR_REMOVE                      MINIMIZER_RES_STR_START + 11
41*597a4c59SAriel Constenla-Haile#define STR_GRAPHIC_OPTIMIZATION        MINIMIZER_RES_STR_START + 12
42*597a4c59SAriel Constenla-Haile#define STR_IMAGE_OPTIMIZATION          MINIMIZER_RES_STR_START + 13
43*597a4c59SAriel Constenla-Haile#define STR_LOSSLESS_COMPRESSION        MINIMIZER_RES_STR_START + 14
44*597a4c59SAriel Constenla-Haile#define STR_JPEG_COMPRESSION            MINIMIZER_RES_STR_START + 15
45*597a4c59SAriel Constenla-Haile#define STR_QUALITY                     MINIMIZER_RES_STR_START + 16
46*597a4c59SAriel Constenla-Haile#define STR_REMOVE_CROP_AREA            MINIMIZER_RES_STR_START + 17
47*597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION            MINIMIZER_RES_STR_START + 18
48*597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_0          MINIMIZER_RES_STR_START + 19
49*597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_1          MINIMIZER_RES_STR_START + 20
50*597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_2          MINIMIZER_RES_STR_START + 21
51*597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_3          MINIMIZER_RES_STR_START + 22
52*597a4c59SAriel Constenla-Haile#define STR_EMBED_LINKED_GRAPHICS       MINIMIZER_RES_STR_START + 23
53*597a4c59SAriel Constenla-Haile#define STR_OLE_OBJECTS                 MINIMIZER_RES_STR_START + 24
54*597a4c59SAriel Constenla-Haile#define STR_OLE_OPTIMIZATION            MINIMIZER_RES_STR_START + 25
55*597a4c59SAriel Constenla-Haile#define STR_OLE_REPLACE                 MINIMIZER_RES_STR_START + 26
56*597a4c59SAriel Constenla-Haile#define STR_ALL_OLE_OBJECTS             MINIMIZER_RES_STR_START + 27
57*597a4c59SAriel Constenla-Haile#define STR_ALIEN_OLE_OBJECTS_ONLY      MINIMIZER_RES_STR_START + 28
58*597a4c59SAriel Constenla-Haile#define STR_OLE_OBJECTS_DESC            MINIMIZER_RES_STR_START + 29
59*597a4c59SAriel Constenla-Haile#define STR_NO_OLE_OBJECTS_DESC         MINIMIZER_RES_STR_START + 30
60*597a4c59SAriel Constenla-Haile#define STR_SLIDES                      MINIMIZER_RES_STR_START + 31
61*597a4c59SAriel Constenla-Haile#define STR_CHOOSE_SLIDES               MINIMIZER_RES_STR_START + 32
62*597a4c59SAriel Constenla-Haile#define STR_MASTER_PAGES                MINIMIZER_RES_STR_START + 33
63*597a4c59SAriel Constenla-Haile#define STR_DELETE_MASTER_PAGES         MINIMIZER_RES_STR_START + 34
64*597a4c59SAriel Constenla-Haile#define STR_DELETE_NOTES_PAGES          MINIMIZER_RES_STR_START + 35
65*597a4c59SAriel Constenla-Haile#define STR_DELETE_HIDDEN_SLIDES        MINIMIZER_RES_STR_START + 36
66*597a4c59SAriel Constenla-Haile#define STR_CUSTOM_SHOW                 MINIMIZER_RES_STR_START + 37
67*597a4c59SAriel Constenla-Haile#define STR_SUMMARY                     MINIMIZER_RES_STR_START + 38
68*597a4c59SAriel Constenla-Haile#define STR_SUMMARY_TITLE               MINIMIZER_RES_STR_START + 39
69*597a4c59SAriel Constenla-Haile#define STR_PROGRESS                    MINIMIZER_RES_STR_START + 40
70*597a4c59SAriel Constenla-Haile#define STR_OBJECTS_OPTIMIZED           MINIMIZER_RES_STR_START + 41
71*597a4c59SAriel Constenla-Haile#define STR_APPLY_TO_CURRENT            MINIMIZER_RES_STR_START + 42
72*597a4c59SAriel Constenla-Haile#define STR_AUTOMATICALLY_OPEN          MINIMIZER_RES_STR_START + 43
73*597a4c59SAriel Constenla-Haile#define STR_SAVE_SETTINGS               MINIMIZER_RES_STR_START + 44
74*597a4c59SAriel Constenla-Haile#define STR_SAVE_AS                     MINIMIZER_RES_STR_START + 45
75*597a4c59SAriel Constenla-Haile#define STR_DELETE_SLIDES               MINIMIZER_RES_STR_START + 46
76*597a4c59SAriel Constenla-Haile#define STR_OPTIMIZE_IMAGES             MINIMIZER_RES_STR_START + 47
77*597a4c59SAriel Constenla-Haile#define STR_CREATE_REPLACEMENT          MINIMIZER_RES_STR_START + 48
78*597a4c59SAriel Constenla-Haile#define STR_CURRENT_FILESIZE            MINIMIZER_RES_STR_START + 49
79*597a4c59SAriel Constenla-Haile#define STR_ESTIMATED_FILESIZE          MINIMIZER_RES_STR_START + 50
80*597a4c59SAriel Constenla-Haile#define STR_MB                          MINIMIZER_RES_STR_START + 51
81*597a4c59SAriel Constenla-Haile#define STR_MY_SETTINGS                 MINIMIZER_RES_STR_START + 52
82*597a4c59SAriel Constenla-Haile#define STR_DEFAULT_SESSION             MINIMIZER_RES_STR_START + 53
83*597a4c59SAriel Constenla-Haile#define STR_MODIFY_WARNING              MINIMIZER_RES_STR_START + 54
84*597a4c59SAriel Constenla-Haile#define STR_YES                         MINIMIZER_RES_STR_START + 55
85*597a4c59SAriel Constenla-Haile#define STR_OK                          MINIMIZER_RES_STR_START + 56
86*597a4c59SAriel Constenla-Haile#define STR_INFO_1                      MINIMIZER_RES_STR_START + 57
87*597a4c59SAriel Constenla-Haile#define STR_INFO_2                      MINIMIZER_RES_STR_START + 58
88*597a4c59SAriel Constenla-Haile#define STR_INFO_3                      MINIMIZER_RES_STR_START + 59
89*597a4c59SAriel Constenla-Haile#define STR_INFO_4                      MINIMIZER_RES_STR_START + 60
90*597a4c59SAriel Constenla-Haile#define STR_DUPLICATING_PRESENTATION    MINIMIZER_RES_STR_START + 61
91*597a4c59SAriel Constenla-Haile#define STR_DELETING_SLIDES             MINIMIZER_RES_STR_START + 62
92*597a4c59SAriel Constenla-Haile#define STR_OPTIMIZING_GRAPHICS         MINIMIZER_RES_STR_START + 63
93*597a4c59SAriel Constenla-Haile#define STR_CREATING_OLE_REPLACEMENTS   MINIMIZER_RES_STR_START + 64
94*597a4c59SAriel Constenla-Haile#define STR_FILESIZESEPARATOR           MINIMIZER_RES_STR_START + 65
95*597a4c59SAriel Constenla-Haile#define STR_INFO_DIALOG                 MINIMIZER_RES_STR_START + 66
96