1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef CONNECTIVITY_RESOURCE_MORK_HRC
21 #define CONNECTIVITY_RESOURCE_MORK_HRC
23 #include "resource/conn_shared_res.hrc"
25 // = the mozab driver's resource strings
27 #define STR_MOZILLA_ADDRESSBOOKS ( STR_MORK_BASE + 0 )
28 #define STR_THUNDERBIRD_ADDRESSBOOKS ( STR_MORK_BASE + 1 )
29 #define STR_OE_ADDRESSBOOK ( STR_MORK_BASE + 2 )
30 #define STR_OUTLOOK_MAPI_ADDRESSBOOK ( STR_MORK_BASE + 3 )
32 #define STR_NO_TABLE_CREATION_SUPPORT ( STR_MORK_BASE + 5 )
33 #define STR_MOZILLA_IS_RUNNING ( STR_MORK_BASE + 6 )
34 #define STR_COULD_NOT_RETRIEVE_AB_ENTRY ( STR_MORK_BASE + 7 )
35 #define STR_COULD_NOT_GET_DIRECTORY_NAME ( STR_MORK_BASE + 8 )
36 #define STR_TIMEOUT_WAITING ( STR_MORK_BASE + 9 )
37 #define STR_ERR_EXECUTING_QUERY ( STR_MORK_BASE + 10 )
38 #define STR_MOZILLA_IS_RUNNIG_NO_CHANGES ( STR_MORK_BASE + 11 )
39 #define STR_FOREIGN_PROCESS_CHANGED_AB ( STR_MORK_BASE + 12 )
40 #define STR_CANT_FIND_ROW ( STR_MORK_BASE + 13 )
41 #define STR_CANT_FIND_CARD_FOR_ROW ( STR_MORK_BASE + 14 )
42 #define STR_QUERY_INVALID_IS_NULL_COLUMN ( STR_MORK_BASE + 15 )
43 #define STR_NO_HOSTNAME ( STR_MORK_BASE + 16 )
44 #define STR_NO_BASEDN ( STR_MORK_BASE + 17 )
45 #define STR_COULD_NOT_CONNECT_LDAP ( STR_MORK_BASE + 18 )
46 #define STR_ERROR_REFRESH_ROW ( STR_MORK_BASE + 19 )
47 #define STR_ILLEGAL_MOVEMENT ( STR_MORK_BASE + 20 )
48 #define STR_ERROR_GET_ROW ( STR_MORK_BASE + 21 )
49 #define STR_COMMIT_ROW ( STR_MORK_BASE + 22 )
50 #define STR_INVALID_ROW_UPDATE ( STR_MORK_BASE + 23 )
51 #define STR_ROW_CAN_NOT_SAVE ( STR_MORK_BASE + 24 )
52 #define STR_CAN_NOT_CANCEL_ROW_UPDATE ( STR_MORK_BASE + 25 )
53 #define STR_CAN_NOT_CREATE_ROW ( STR_MORK_BASE + 26 )
54 #define STR_QUERY_AT_LEAST_ONE_TABLES ( STR_MORK_BASE + 27 )
55 #define STR_NO_COUNT_SUPPORT ( STR_MORK_BASE + 28 )
56 #define STR_STMT_TYPE_NOT_SUPPORTED ( STR_MORK_BASE + 29 )
57 #define STR_COULD_NOT_LOAD_LIB ( STR_MORK_BASE + 30 )
58 #define STR_UNSPECIFIED_ERROR ( STR_MORK_BASE + 31 )
59 #define STR_COULD_NOT_CREATE_ADDRESSBOOK ( STR_MORK_BASE + 32 )
61 #endif // CONNECTIVITY_RESOURCE_MOZAB_HRC
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */