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