1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#ifndef CONNECTIVITY_RESOURCE_MOZAB_HRC 25#define CONNECTIVITY_RESOURCE_MOZAB_HRC 26 27#ifndef CONNECTIVITY_SHARED_RES_HRC 28#include "resource/conn_shared_res.hrc" 29#endif 30 31// ============================================================================ 32// = the mozab driver's resource strings 33// ============================================================================ 34 35#define STR_MOZILLA_ADDRESSBOOKS ( STR_MOZAB_BASE + 0 ) 36#define STR_THUNDERBIRD_ADDRESSBOOKS ( STR_MOZAB_BASE + 1 ) 37#define STR_OE_ADDRESSBOOK ( STR_MOZAB_BASE + 2 ) 38#define STR_OUTLOOK_MAPI_ADDRESSBOOK ( STR_MOZAB_BASE + 3 ) 39 // FREE 40#define STR_NO_TABLE_CREATION_SUPPORT ( STR_MOZAB_BASE + 5 ) 41#define STR_MOZILLA_IS_RUNNING ( STR_MOZAB_BASE + 6 ) 42#define STR_COULD_NOT_RETRIEVE_AB_ENTRY ( STR_MOZAB_BASE + 7 ) 43#define STR_COULD_NOT_GET_DIRECTORY_NAME ( STR_MOZAB_BASE + 8 ) 44#define STR_TIMEOUT_WAITING ( STR_MOZAB_BASE + 9 ) 45#define STR_ERR_EXECUTING_QUERY ( STR_MOZAB_BASE + 10 ) 46#define STR_MOZILLA_IS_RUNNIG_NO_CHANGES ( STR_MOZAB_BASE + 11 ) 47#define STR_FOREIGN_PROCESS_CHANGED_AB ( STR_MOZAB_BASE + 12 ) 48#define STR_CANT_FIND_ROW ( STR_MOZAB_BASE + 13 ) 49#define STR_CANT_FIND_CARD_FOR_ROW ( STR_MOZAB_BASE + 14 ) 50#define STR_QUERY_INVALID_IS_NULL_COLUMN ( STR_MOZAB_BASE + 15 ) 51#define STR_NO_HOSTNAME ( STR_MOZAB_BASE + 16 ) 52#define STR_NO_BASEDN ( STR_MOZAB_BASE + 17 ) 53#define STR_COULD_NOT_CONNECT_LDAP ( STR_MOZAB_BASE + 18 ) 54#define STR_ERROR_REFRESH_ROW ( STR_MOZAB_BASE + 19 ) 55#define STR_ILLEGAL_MOVEMENT ( STR_MOZAB_BASE + 20 ) 56#define STR_ERROR_GET_ROW ( STR_MOZAB_BASE + 21 ) 57#define STR_COMMIT_ROW ( STR_MOZAB_BASE + 22 ) 58#define STR_INVALID_ROW_UPDATE ( STR_MOZAB_BASE + 23 ) 59#define STR_ROW_CAN_NOT_SAVE ( STR_MOZAB_BASE + 24 ) 60#define STR_CAN_NOT_CANCEL_ROW_UPDATE ( STR_MOZAB_BASE + 25 ) 61#define STR_CAN_NOT_CREATE_ROW ( STR_MOZAB_BASE + 26 ) 62#define STR_QUERY_AT_LEAST_ONE_TABLES ( STR_MOZAB_BASE + 27 ) 63#define STR_NO_COUNT_SUPPORT ( STR_MOZAB_BASE + 28 ) 64#define STR_STMT_TYPE_NOT_SUPPORTED ( STR_MOZAB_BASE + 29 ) 65#define STR_COULD_NOT_LOAD_LIB ( STR_MOZAB_BASE + 30 ) 66#define STR_UNSPECIFIED_ERROR ( STR_MOZAB_BASE + 31 ) 67#define STR_COULD_NOT_CREATE_ADDRESSBOOK ( STR_MOZAB_BASE + 32 ) 68 69#endif // CONNECTIVITY_RESOURCE_MOZAB_HRC 70 71