1*cdf0e10cSrcweir/************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir#ifndef _DESKTOP_HRC_ 29*cdf0e10cSrcweir#define _DESKTOP_HRC_ 30*cdf0e10cSrcweir 31*cdf0e10cSrcweir#ifndef _SOLAR_HRC 32*cdf0e10cSrcweir#include <svl/solar.hrc> 33*cdf0e10cSrcweir#endif 34*cdf0e10cSrcweir 35*cdf0e10cSrcweir#define RID_DESKTOP_DIALOG_START 2000 36*cdf0e10cSrcweir#define RID_FIRSTSTSTART_START 3000 37*cdf0e10cSrcweir#define RID_DESKTOP_STRING_START 10000 38*cdf0e10cSrcweir 39*cdf0e10cSrcweir 40*cdf0e10cSrcweir#define INFOBOX_CMDLINEHELP (RID_DESKTOP_DIALOG_START+51) 41*cdf0e10cSrcweir#define INFOBOX_EXPIRED (RID_DESKTOP_DIALOG_START+52) 42*cdf0e10cSrcweir 43*cdf0e10cSrcweir#define QBX_USERDATALOCKED (RID_DESKTOP_DIALOG_START+100) 44*cdf0e10cSrcweir 45*cdf0e10cSrcweir#define DLG_CMDLINEHELP (RID_DESKTOP_DIALOG_START+101) 46*cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_HEADER (RID_DESKTOP_DIALOG_START+102) 47*cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_LEFT (RID_DESKTOP_DIALOG_START+103) 48*cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_RIGHT (RID_DESKTOP_DIALOG_START+104) 49*cdf0e10cSrcweir#define TXT_DLG_CMDLINEHELP_BOTTOM (RID_DESKTOP_DIALOG_START+105) 50*cdf0e10cSrcweir#define BTN_DLG_CMDLINEHELP_OK (RID_DESKTOP_DIALOG_START+106) 51*cdf0e10cSrcweir 52*cdf0e10cSrcweir#define QBX_CONFIG_IMPORTSETTINGS (RID_DESKTOP_DIALOG_START+180) 53*cdf0e10cSrcweir 54*cdf0e10cSrcweir#define EBX_ERR_PRINTDISABLED (RID_DESKTOP_DIALOG_START+190) 55*cdf0e10cSrcweir 56*cdf0e10cSrcweir#define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0) 57*cdf0e10cSrcweir#define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1) 58*cdf0e10cSrcweir#define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2) 59*cdf0e10cSrcweir 60*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+100) 61*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_DIR_MISSING (RID_DESKTOP_STRING_START+101) 62*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_PATH_INVALID (RID_DESKTOP_STRING_START+102) 63*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_PATH (RID_DESKTOP_STRING_START+103) 64*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_INTERNAL (RID_DESKTOP_STRING_START+104) 65*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_FILE_CORRUPT (RID_DESKTOP_STRING_START+105) 66*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_FILE_MISSING (RID_DESKTOP_STRING_START+106) 67*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_SUPPORT (RID_DESKTOP_STRING_START+107) 68*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_LANGUAGE_MISSING (RID_DESKTOP_STRING_START+108) 69*cdf0e10cSrcweir 70*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_SERVICE (RID_DESKTOP_STRING_START+120) 71*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_CFG_SERVICE (RID_DESKTOP_STRING_START+121) 72*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_CFG_DATAACCESS (RID_DESKTOP_STRING_START+122) 73*cdf0e10cSrcweir#define STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE (RID_DESKTOP_STRING_START+123) 74*cdf0e10cSrcweir 75*cdf0e10cSrcweir#define STR_ASK_START_SETUP_MANUALLY (RID_DESKTOP_STRING_START+152) 76*cdf0e10cSrcweir 77*cdf0e10cSrcweir#define STR_INTERNAL_ERRMSG (RID_DESKTOP_STRING_START+161) 78*cdf0e10cSrcweir 79*cdf0e10cSrcweir#define STR_CONFIG_ERR_SETTINGS_INCOMPLETE (RID_DESKTOP_STRING_START+182) 80*cdf0e10cSrcweir#define STR_CONFIG_ERR_CANNOT_CONNECT (RID_DESKTOP_STRING_START+183) 81*cdf0e10cSrcweir#define STR_CONFIG_ERR_RIGHTS_MISSING (RID_DESKTOP_STRING_START+184) 82*cdf0e10cSrcweir#define STR_CONFIG_ERR_ACCESS_GENERAL (RID_DESKTOP_STRING_START+187) 83*cdf0e10cSrcweir#define STR_CONFIG_ERR_NO_WRITE_ACCESS (RID_DESKTOP_STRING_START+188) 84*cdf0e10cSrcweir 85*cdf0e10cSrcweir#define STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE (RID_DESKTOP_STRING_START+189) 86*cdf0e10cSrcweir#define STR_BOOSTRAP_ERR_NOACCESSRIGHTS (RID_DESKTOP_STRING_START+190) 87*cdf0e10cSrcweir 88*cdf0e10cSrcweir#define STR_TITLE_USERDATALOCKED (RID_DESKTOP_STRING_START+206) 89*cdf0e10cSrcweir#define STR_TITLE_EXPIRED (RID_DESKTOP_STRING_START+207) 90*cdf0e10cSrcweir 91*cdf0e10cSrcweir#endif // _DESKTOP_HRC_ 92