1597a4c59SAriel Constenla-Haile/************************************************************** 2597a4c59SAriel Constenla-Haile * 3597a4c59SAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one 4597a4c59SAriel Constenla-Haile * or more contributor license agreements. See the NOTICE file 5597a4c59SAriel Constenla-Haile * distributed with this work for additional information 6597a4c59SAriel Constenla-Haile * regarding copyright ownership. The ASF licenses this file 7597a4c59SAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the 8597a4c59SAriel Constenla-Haile * "License"); you may not use this file except in compliance 9597a4c59SAriel Constenla-Haile * with the License. You may obtain a copy of the License at 10597a4c59SAriel Constenla-Haile * 11597a4c59SAriel Constenla-Haile * http://www.apache.org/licenses/LICENSE-2.0 12597a4c59SAriel Constenla-Haile * 13597a4c59SAriel Constenla-Haile * Unless required by applicable law or agreed to in writing, 14597a4c59SAriel Constenla-Haile * software distributed under the License is distributed on an 15597a4c59SAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16597a4c59SAriel Constenla-Haile * KIND, either express or implied. See the License for the 17597a4c59SAriel Constenla-Haile * specific language governing permissions and limitations 18597a4c59SAriel Constenla-Haile * under the License. 19597a4c59SAriel Constenla-Haile * 20597a4c59SAriel Constenla-Haile *************************************************************/ 21597a4c59SAriel Constenla-Haile 22597a4c59SAriel Constenla-Haile#define MINIMIZER_RES_START 255 23597a4c59SAriel Constenla-Haile 24597a4c59SAriel Constenla-Haile#define IMAGE_MINIMIZER_ROADMAP MINIMIZER_RES_START + 1 25597a4c59SAriel Constenla-Haile#define IMAGE_MINIMIZER_ROADMAP_HC MINIMIZER_RES_START + 2 26597a4c59SAriel Constenla-Haile 27597a4c59SAriel Constenla-Haile#define IMAGE_MINIMIZER_END MINIMIZER_RES_START + 50 28597a4c59SAriel Constenla-Haile#define MINIMIZER_RES_STR_START IMAGE_MINIMIZER_END 29597a4c59SAriel Constenla-Haile 30597a4c59SAriel Constenla-Haile#define STR_PRESENTATION_MINIMIZER MINIMIZER_RES_STR_START + 1 31597a4c59SAriel Constenla-Haile#define STR_STEPS MINIMIZER_RES_STR_START + 2 32597a4c59SAriel Constenla-Haile#define STR_HELP MINIMIZER_RES_STR_START + 3 33597a4c59SAriel Constenla-Haile#define STR_BACK MINIMIZER_RES_STR_START + 4 34597a4c59SAriel Constenla-Haile#define STR_NEXT MINIMIZER_RES_STR_START + 5 35597a4c59SAriel Constenla-Haile#define STR_FINISH MINIMIZER_RES_STR_START + 6 36597a4c59SAriel Constenla-Haile#define STR_CANCEL MINIMIZER_RES_STR_START + 7 37597a4c59SAriel Constenla-Haile#define STR_INTRODUCTION MINIMIZER_RES_STR_START + 8 38597a4c59SAriel Constenla-Haile#define STR_INTRODUCTION_T MINIMIZER_RES_STR_START + 9 39*cf91b95bSmseidel#define STR_CHOOSE_SETTINGS MINIMIZER_RES_STR_START + 10 40597a4c59SAriel Constenla-Haile#define STR_REMOVE MINIMIZER_RES_STR_START + 11 41597a4c59SAriel Constenla-Haile#define STR_GRAPHIC_OPTIMIZATION MINIMIZER_RES_STR_START + 12 42597a4c59SAriel Constenla-Haile#define STR_IMAGE_OPTIMIZATION MINIMIZER_RES_STR_START + 13 43597a4c59SAriel Constenla-Haile#define STR_LOSSLESS_COMPRESSION MINIMIZER_RES_STR_START + 14 44597a4c59SAriel Constenla-Haile#define STR_JPEG_COMPRESSION MINIMIZER_RES_STR_START + 15 45597a4c59SAriel Constenla-Haile#define STR_QUALITY MINIMIZER_RES_STR_START + 16 46597a4c59SAriel Constenla-Haile#define STR_REMOVE_CROP_AREA MINIMIZER_RES_STR_START + 17 47597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION MINIMIZER_RES_STR_START + 18 48597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_0 MINIMIZER_RES_STR_START + 19 49597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_1 MINIMIZER_RES_STR_START + 20 50597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_2 MINIMIZER_RES_STR_START + 21 51597a4c59SAriel Constenla-Haile#define STR_IMAGE_RESOLUTION_3 MINIMIZER_RES_STR_START + 22 52597a4c59SAriel Constenla-Haile#define STR_EMBED_LINKED_GRAPHICS MINIMIZER_RES_STR_START + 23 53597a4c59SAriel Constenla-Haile#define STR_OLE_OBJECTS MINIMIZER_RES_STR_START + 24 54597a4c59SAriel Constenla-Haile#define STR_OLE_OPTIMIZATION MINIMIZER_RES_STR_START + 25 55597a4c59SAriel Constenla-Haile#define STR_OLE_REPLACE MINIMIZER_RES_STR_START + 26 56597a4c59SAriel Constenla-Haile#define STR_ALL_OLE_OBJECTS MINIMIZER_RES_STR_START + 27 57597a4c59SAriel Constenla-Haile#define STR_ALIEN_OLE_OBJECTS_ONLY MINIMIZER_RES_STR_START + 28 58597a4c59SAriel Constenla-Haile#define STR_OLE_OBJECTS_DESC MINIMIZER_RES_STR_START + 29 59597a4c59SAriel Constenla-Haile#define STR_NO_OLE_OBJECTS_DESC MINIMIZER_RES_STR_START + 30 60597a4c59SAriel Constenla-Haile#define STR_SLIDES MINIMIZER_RES_STR_START + 31 61597a4c59SAriel Constenla-Haile#define STR_CHOOSE_SLIDES MINIMIZER_RES_STR_START + 32 62597a4c59SAriel Constenla-Haile#define STR_MASTER_PAGES MINIMIZER_RES_STR_START + 33 63597a4c59SAriel Constenla-Haile#define STR_DELETE_MASTER_PAGES MINIMIZER_RES_STR_START + 34 64597a4c59SAriel Constenla-Haile#define STR_DELETE_NOTES_PAGES MINIMIZER_RES_STR_START + 35 65597a4c59SAriel Constenla-Haile#define STR_DELETE_HIDDEN_SLIDES MINIMIZER_RES_STR_START + 36 66597a4c59SAriel Constenla-Haile#define STR_CUSTOM_SHOW MINIMIZER_RES_STR_START + 37 67597a4c59SAriel Constenla-Haile#define STR_SUMMARY MINIMIZER_RES_STR_START + 38 68597a4c59SAriel Constenla-Haile#define STR_SUMMARY_TITLE MINIMIZER_RES_STR_START + 39 69597a4c59SAriel Constenla-Haile#define STR_PROGRESS MINIMIZER_RES_STR_START + 40 70597a4c59SAriel Constenla-Haile#define STR_OBJECTS_OPTIMIZED MINIMIZER_RES_STR_START + 41 71597a4c59SAriel Constenla-Haile#define STR_APPLY_TO_CURRENT MINIMIZER_RES_STR_START + 42 72597a4c59SAriel Constenla-Haile#define STR_AUTOMATICALLY_OPEN MINIMIZER_RES_STR_START + 43 73597a4c59SAriel Constenla-Haile#define STR_SAVE_SETTINGS MINIMIZER_RES_STR_START + 44 74597a4c59SAriel Constenla-Haile#define STR_SAVE_AS MINIMIZER_RES_STR_START + 45 75597a4c59SAriel Constenla-Haile#define STR_DELETE_SLIDES MINIMIZER_RES_STR_START + 46 76597a4c59SAriel Constenla-Haile#define STR_OPTIMIZE_IMAGES MINIMIZER_RES_STR_START + 47 77597a4c59SAriel Constenla-Haile#define STR_CREATE_REPLACEMENT MINIMIZER_RES_STR_START + 48 78597a4c59SAriel Constenla-Haile#define STR_CURRENT_FILESIZE MINIMIZER_RES_STR_START + 49 79597a4c59SAriel Constenla-Haile#define STR_ESTIMATED_FILESIZE MINIMIZER_RES_STR_START + 50 80597a4c59SAriel Constenla-Haile#define STR_MB MINIMIZER_RES_STR_START + 51 81597a4c59SAriel Constenla-Haile#define STR_MY_SETTINGS MINIMIZER_RES_STR_START + 52 82597a4c59SAriel Constenla-Haile#define STR_DEFAULT_SESSION MINIMIZER_RES_STR_START + 53 83597a4c59SAriel Constenla-Haile#define STR_MODIFY_WARNING MINIMIZER_RES_STR_START + 54 84597a4c59SAriel Constenla-Haile#define STR_YES MINIMIZER_RES_STR_START + 55 85597a4c59SAriel Constenla-Haile#define STR_OK MINIMIZER_RES_STR_START + 56 86597a4c59SAriel Constenla-Haile#define STR_INFO_1 MINIMIZER_RES_STR_START + 57 87597a4c59SAriel Constenla-Haile#define STR_INFO_2 MINIMIZER_RES_STR_START + 58 88597a4c59SAriel Constenla-Haile#define STR_INFO_3 MINIMIZER_RES_STR_START + 59 89597a4c59SAriel Constenla-Haile#define STR_INFO_4 MINIMIZER_RES_STR_START + 60 90597a4c59SAriel Constenla-Haile#define STR_DUPLICATING_PRESENTATION MINIMIZER_RES_STR_START + 61 91597a4c59SAriel Constenla-Haile#define STR_DELETING_SLIDES MINIMIZER_RES_STR_START + 62 92597a4c59SAriel Constenla-Haile#define STR_OPTIMIZING_GRAPHICS MINIMIZER_RES_STR_START + 63 93597a4c59SAriel Constenla-Haile#define STR_CREATING_OLE_REPLACEMENTS MINIMIZER_RES_STR_START + 64 94597a4c59SAriel Constenla-Haile#define STR_FILESIZESEPARATOR MINIMIZER_RES_STR_START + 65 95597a4c59SAriel Constenla-Haile#define STR_INFO_DIALOG MINIMIZER_RES_STR_START + 66 96