/* * Resource defines for oleaut32 * * Copyright 2003 Jon Griffiths * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef WINE_OLEAUT32_RESOURCE_H #define WINE_OLEAUT32_RESOURCE_H #include /* Localised boolean text */ #define IDS_TRUE 100 #define IDS_FALSE 101 #define IDS_YES 102 #define IDS_NO 103 #define IDS_ON 104 #define IDS_OFF 105 /* Alternative month names. Note in XP these are localised only for Russian, * Polish and Arabic. */ #define IDS_MTH_1 106 #define IDS_MTH_2 107 #define IDS_MTH_3 108 #define IDS_MTH_4 109 #define IDS_MTH_5 110 #define IDS_MTH_6 111 #define IDS_MTH_7 112 #define IDS_MTH_8 113 #define IDS_MTH_9 114 #define IDS_MTH_10 115 #define IDS_MTH_11 116 #define IDS_MTH_12 117 #endif /* WINE_OLEAUT32_RESOURCE_H */