10e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 40e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 50e2af6afSAndrew Rist * distributed with this work for additional information 60e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 90e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 140e2af6afSAndrew Rist * software distributed under the License is distributed on an 150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 160e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 170e2af6afSAndrew Rist * specific language governing permissions and limitations 180e2af6afSAndrew Rist * under the License. 19cdf0e10cSrcweir * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 224b87ead9Smseidel 23*9fd60fc0SMatthias Seidel 24cdf0e10cSrcweir// include -------------------------------------------------------------- 25cdf0e10cSrcweir#include "optpath.hrc" 26cdf0e10cSrcweir#include <cuires.hrc> 27cdf0e10cSrcweir#ifndef _SFX_HRC 28cdf0e10cSrcweir#include <sfx2/sfx.hrc> 29cdf0e10cSrcweir#endif 30cdf0e10cSrcweir#include "helpid.hrc" 31cdf0e10cSrcweir 32cdf0e10cSrcweir// RID_SFXPAGE_PATH ----------------------------------------------------- 33cdf0e10cSrcweirTabPage RID_SFXPAGE_PATH 34cdf0e10cSrcweir{ 35cdf0e10cSrcweir HelpId = HID_OPTIONS_PATH ; 36cdf0e10cSrcweir OutputSize = TRUE ; 37cdf0e10cSrcweir SVLook = TRUE ; 38cdf0e10cSrcweir Hide = TRUE ; 39cdf0e10cSrcweir Size = MAP_APPFONT ( 260, 185 ) ; 40cdf0e10cSrcweir Text [ en-US ] = "Paths" ; 41cdf0e10cSrcweir FixedText FT_TYPE 42cdf0e10cSrcweir { 43cdf0e10cSrcweir Hide = TRUE ; 44cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 45cdf0e10cSrcweir Size = MAP_APPFONT ( 40, 10 ) ; 46cdf0e10cSrcweir Text [ en-US ] = "Type" ; 47cdf0e10cSrcweir }; 48cdf0e10cSrcweir FixedText FT_PATH 49cdf0e10cSrcweir { 50cdf0e10cSrcweir Hide = TRUE ; 51cdf0e10cSrcweir Pos = MAP_APPFONT ( 110, 14 ) ; 52cdf0e10cSrcweir Size = MAP_APPFONT ( 40, 10 ) ; 53cdf0e10cSrcweir Text [ en-US ] = "Path" ; 54cdf0e10cSrcweir }; 55cdf0e10cSrcweir Control LB_PATH 56cdf0e10cSrcweir { 57cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 58cdf0e10cSrcweir Size = MAP_APPFONT ( 236, 147 ) ; 59cdf0e10cSrcweir Border = TRUE ; 60cdf0e10cSrcweir TabStop = TRUE ; 61cdf0e10cSrcweir }; 62cdf0e10cSrcweir PushButton BTN_PATH 63cdf0e10cSrcweir { 64cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH" ; 65cdf0e10cSrcweir Pos = MAP_APPFONT ( 183, 165 ) ; 66cdf0e10cSrcweir Size = MAP_APPFONT ( 65, 14 ) ; 67cdf0e10cSrcweir Text [ en-US ] = "~Edit..." ; 68cdf0e10cSrcweir }; 69cdf0e10cSrcweir PushButton BTN_STANDARD 70cdf0e10cSrcweir { 71cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD" ; 72cdf0e10cSrcweir Pos = MAP_APPFONT ( 115, 165 ) ; 73cdf0e10cSrcweir Size = MAP_APPFONT ( 65, 14 ) ; 74cdf0e10cSrcweir Text [ en-US ] = "~Default" ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir FixedLine GB_STD 77cdf0e10cSrcweir { 78cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 3 ) ; 79cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 80cdf0e10cSrcweir Text [ en-US ] = "Paths used by %PRODUCTNAME" ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir Image IMG_LOCK 83cdf0e10cSrcweir { 8463336276SMatthias Seidel ImageBitmap = Bitmap { File = "lock.png" ; } ; 85cdf0e10cSrcweir }; 86cdf0e10cSrcweir Image IMG_LOCK_HC 87cdf0e10cSrcweir { 8863336276SMatthias Seidel ImageBitmap = Bitmap { File = "lock_hc.png" ; } ; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir String STR_MULTIPATHDLG 91cdf0e10cSrcweir { 92cdf0e10cSrcweir Text [ en-US ] = "Edit Paths: %1" ; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir}; 95cdf0e10cSrcweirErrorBox RID_SVXERR_OPT_DOUBLEPATHS 96cdf0e10cSrcweir{ 97cdf0e10cSrcweir BUTTONS = WB_OK ; 98cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 99cdf0e10cSrcweir Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ; 100cdf0e10cSrcweir}; 101cdf0e10cSrcweir // ******************************************************************* EOF 102cdf0e10cSrcweirString RID_SVXSTR_KEY_CONFIG_DIR 103cdf0e10cSrcweir{ 104cdf0e10cSrcweir Text [ en-US ] = "Configuration" ; 105cdf0e10cSrcweir}; 106cdf0e10cSrcweirString RID_SVXSTR_KEY_WORK_PATH 107cdf0e10cSrcweir{ 108cdf0e10cSrcweir Text [ en-US ] = "My Documents" ; 109cdf0e10cSrcweir}; 110cdf0e10cSrcweirString RID_SVXSTR_KEY_GRAPHICS_PATH 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text [ en-US ] = "Graphics" ; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweirString RID_SVXSTR_KEY_BASIC_PATH 115cdf0e10cSrcweir{ 116cdf0e10cSrcweir Text = "BASIC" ; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweir 119cdf0e10cSrcweirString RID_SVXSTR_KEY_PALETTE_PATH 120cdf0e10cSrcweir{ 121cdf0e10cSrcweir Text [ en-US ] = "Palettes" ; 122cdf0e10cSrcweir}; 123cdf0e10cSrcweirString RID_SVXSTR_KEY_BACKUP_PATH 124cdf0e10cSrcweir{ 125cdf0e10cSrcweir Text [ en-US ] = "Backups" ; 126cdf0e10cSrcweir}; 127cdf0e10cSrcweirString RID_SVXSTR_KEY_MODULES_PATH 128cdf0e10cSrcweir{ 129cdf0e10cSrcweir Text [ en-US ] = "Modules" ; 130cdf0e10cSrcweir}; 131cdf0e10cSrcweirString RID_SVXSTR_KEY_TEMPLATE_PATH 132cdf0e10cSrcweir{ 133cdf0e10cSrcweir Text [ en-US ] = "Templates" ; 134cdf0e10cSrcweir}; 135cdf0e10cSrcweirString RID_SVXSTR_KEY_GLOSSARY_PATH 136cdf0e10cSrcweir{ 137cdf0e10cSrcweir Text [ en-US ] = "AutoText" ; 138cdf0e10cSrcweir}; 139cdf0e10cSrcweirString RID_SVXSTR_KEY_DICTIONARY_PATH 140cdf0e10cSrcweir{ 141cdf0e10cSrcweir Text [ en-US ] = "Dictionaries" ; 142cdf0e10cSrcweir}; 143cdf0e10cSrcweirString RID_SVXSTR_KEY_HELP_DIR 144cdf0e10cSrcweir{ 145cdf0e10cSrcweir Text [ en-US ] = "Help" ; 146cdf0e10cSrcweir}; 147cdf0e10cSrcweirString RID_SVXSTR_KEY_GALLERY_DIR 148cdf0e10cSrcweir{ 149cdf0e10cSrcweir Text [ en-US ] = "Gallery" ; 150cdf0e10cSrcweir}; 151cdf0e10cSrcweir 152cdf0e10cSrcweirString RID_SVXSTR_KEY_STORAGE_DIR 153cdf0e10cSrcweir{ 154cdf0e10cSrcweir Text [ en-US ] = "Message Storage" ; 155cdf0e10cSrcweir}; 156cdf0e10cSrcweirString RID_SVXSTR_KEY_TEMP_PATH 157cdf0e10cSrcweir{ 158cdf0e10cSrcweir Text [ en-US ] = "Temporary files" ; 159cdf0e10cSrcweir}; 160cdf0e10cSrcweirString RID_SVXSTR_KEY_PLUGINS_PATH 161cdf0e10cSrcweir{ 162cdf0e10cSrcweir Text [ en-US ] = "Plug-ins" ; 163cdf0e10cSrcweir}; 164cdf0e10cSrcweirString RID_SVXSTR_KEY_FAVORITES_DIR 165cdf0e10cSrcweir{ 166cdf0e10cSrcweir Text [ en-US ] = "Folder Bookmarks" ; 167cdf0e10cSrcweir}; 168cdf0e10cSrcweirString RID_SVXSTR_KEY_FILTER_PATH 169cdf0e10cSrcweir{ 170cdf0e10cSrcweir Text [ en-US ] = "Filters" ; 171cdf0e10cSrcweir}; 172cdf0e10cSrcweirString RID_SVXSTR_KEY_ADDINS_PATH 173cdf0e10cSrcweir{ 174cdf0e10cSrcweir Text [ en-US ] = "Add-ins" ; 175cdf0e10cSrcweir}; 176cdf0e10cSrcweirString RID_SVXSTR_KEY_USERCONFIG_PATH 177cdf0e10cSrcweir{ 178cdf0e10cSrcweir Text [ en-US ] = "User Configuration" ; 179cdf0e10cSrcweir}; 180cdf0e10cSrcweirString RID_SVXSTR_KEY_USERDICTIONARY_DIR 181cdf0e10cSrcweir{ 182cdf0e10cSrcweir Text [ en-US ] = "User-defined dictionaries" ; 183cdf0e10cSrcweir}; 184cdf0e10cSrcweirString RID_SVXSTR_KEY_AUTOCORRECT_DIR 185cdf0e10cSrcweir{ 186cdf0e10cSrcweir Text [ en-US ] = "AutoCorrect" ; 187cdf0e10cSrcweir}; 188cdf0e10cSrcweirString RID_SVXSTR_KEY_LINGUISTIC_DIR 189cdf0e10cSrcweir{ 190cdf0e10cSrcweir Text [ en-US ] = "Writing aids" ; 191cdf0e10cSrcweir}; 192cdf0e10cSrcweir 193*9fd60fc0SMatthias Seidel// ********************************************************************** EOF 194