bump product version to 5.0.4.1
[LibreOffice.git] / extensions / source / abpilot / abspilot.src
blobbb8ac22156dd29e53fae773fbcc4b469e58859dc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "abpresid.hrc"
22 String RID_STR_ABSOURCEDIALOGTITLE
24     Text [ en-US ] = "Address Book Data Source Wizard";
27 String RID_STR_SELECT_ABTYPE
29     Text [ en-US ] = "Address book type";
32 String RID_STR_INVOKE_ADMIN_DIALOG
34     Text [ en-US ] = "Connection Settings";
37  String RID_STR_TABLE_SELECTION
39     Text [ en-US ] = "Table selection";
42 String RID_STR_MANUAL_FIELD_MAPPING
44     Text [ en-US ] = "Field Assignment";
47 String RID_STR_FINAL_CONFIRM
49     Text [ en-US ] = "Data Source Title";
52 String RID_STR_NEEDTYPESELECTION
54     Text [ en-US ] = "Please select a type of address book.";
57 String RID_STR_QRY_NOTABLES
59     Text [ en-US ] = "The data source does not contain any tables.\nDo you want to set it up as an address data source, anyway?";
62 String RID_STR_QRY_NO_EVO_GW
64     Text [ en-US ] = "You don't seem to have any GroupWise account configured in Evolution.\nDo you want to set it up as an address data source, anyway?";
67 String RID_STR_DEFAULT_NAME
69     Text [ en-US ] = "Addresses";
72 String RID_STR_ADMINDIALOGTITLE
74     Text [ en-US ] = "Create Address Data Source";
77 String RID_STR_NOCONNECTION
79     Text [ en-US ] = "The connection could not be established.";
82 String RID_STR_PLEASECHECKSETTINGS
84     Text [ en-US ] = "Please check the settings made for the data source.";
87 String RID_STR_FIELDDIALOGTITLE
89     Text [ en-US ] = "Address Data - Field Assignment";
92 String RID_STR_NOFIELDSASSIGNED
94     Text [ en-US ] = "There are no fields assigned at this time.\nYou can either assign fields now or do so later by first choosing:\n\"File - Template - Address Book Source...\"";
97 Bitmap BMP_HEADERIMAGE
99     file = "addresspilot.bmp";
102 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */