2001-08-01 05:06:48 -05:00
/*************************************************************************
*
2005-09-08 13:04:37 -05:00
* OpenOffice.org - a multi-platform office productivity suite
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* $RCSfile: abspilot.src,v $
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* $Revision: 1.50 $
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* last change: $Author: rt $ $Date: 2005-09-08 19:04:37 $
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2001-08-01 05:06:48 -05:00
*
*
2005-09-08 13:04:37 -05:00
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* 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.
2001-08-01 05:06:48 -05:00
*
2005-09-08 13:04:37 -05:00
* 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., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
2001-08-01 05:06:48 -05:00
*
************************************************************************/
#ifndef EXTENSIONS_ABPRESID_HRC
#include "abpresid.hrc"
#endif
//........................................................................
ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT
{
2004-06-28 11:19:53 -05:00
Text [ de ] = "Adressdatenquellen-Assistent" ;
Text [ en-US ] = "Address Book Data Source Wizard" ;
2001-08-01 05:06:48 -05:00
2001-08-08 08:55:41 -05:00
HelpId = HID_ABSPILOT;
2001-08-01 05:06:48 -05:00
OutputSize = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
Hide = TRUE;
2004-05-19 07:37:39 -05:00
#if defined( ABP_USE_ROADMAP )
String STR_SELECT_ABTYPE
{
2004-06-25 05:21:02 -05:00
Text[ de ] = "Adre<72> buchtyp";
Text [ en-US ] = "Address book type";
2004-05-19 07:37:39 -05:00
};
String STR_INVOKE_ADMIN_DIALOG
{
2004-06-25 05:21:02 -05:00
Text[ de ] = "Verbindungs-Einstellungen";
Text [ en-US ] = "Connection Settings";
2004-05-19 07:37:39 -05:00
};
String STR_TABLE_SELECTION
{
2004-06-25 05:21:02 -05:00
Text[ de ] = "Tabellenauswahl";
Text [ en-US ] = "Table selection";
2004-05-19 07:37:39 -05:00
};
String STR_MANUAL_FIELD_MAPPING
{
2004-06-25 05:21:02 -05:00
Text[ de ] = "Feldzuordnung";
Text [ en-US ] = "Field Assignment";
2004-05-19 07:37:39 -05:00
};
String STR_FINAL_CONFIRM
{
2004-06-25 05:21:02 -05:00
Text[ de ] = "Datenquellen Titel";
Text [ en-US ] = "Data Source Title";
2004-05-19 07:37:39 -05:00
};
String STR_ROADMAP_TITLE
{
2004-06-25 05:21:02 -05:00
Text [ de ]= "Adre<72> buch Datenquelle";
Text [ en-US ] = "Address Book Data Source";
2004-05-19 07:37:39 -05:00
};
#endif
2001-08-01 05:06:48 -05:00
};
//........................................................................
TabPage RID_PAGE_SELECTABTYPE
{
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
2004-05-19 07:37:39 -05:00
#if !defined( ABP_USE_ROADMAP )
2004-06-28 11:19:53 -05:00
Text [ de ] = "Willkommen zum Assistenten zur Einrichtung von Adressdatenquellen.";
Text [ en-US ] = "Welcome to the Address Data Source Wizard.";
2004-05-19 07:37:39 -05:00
#endif
2001-08-01 05:06:48 -05:00
FixedText FT_TYPE_HINTS
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 40 ) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
2004-06-25 05:21:02 -05:00
Text [ de ] = "%PRODUCTNAME bietet Ihnen die M<> glichkeit, auf bereits in Ihrem System vorhandene Adressdaten zuzugreifen. "
2001-08-01 05:06:48 -05:00
"Dazu wird eine %PRODUCTNAME Datenquelle angelegt, unter der Ihre Adressb<73> cher als Tabellen zug<75> nglich sind.\n\n"
2004-06-28 11:19:53 -05:00
"Dieser Assistent unterst<73> tzt Sie bei der Einrichtung dieser Datenquelle.";
Text [ en-US ] = "%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n\nThis wizard helps you create the data source.";
2001-08-01 05:06:48 -05:00
};
FixedLine FL_TYPE
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( 7, 56 ) ;
2001-08-01 05:06:48 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 8 ) ;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Bitte w<> hlen Sie den Typ Ihres externen Adressbuches:";
Text [ en-US ] = "Please select the type of your external address book:";
2001-08-01 05:06:48 -05:00
};
RadioButton RB_MORK
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( 15, 68 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
2003-06-25 05:09:56 -05:00
Group = TRUE;
2001-08-01 05:06:48 -05:00
2004-06-25 05:21:02 -05:00
Text [ de ] = "Mozilla / Netscape";
Text [ en-US ] = "Mozilla / Netscape";
2001-08-01 05:06:48 -05:00
};
2003-06-02 02:03:26 -05:00
RadioButton RB_EVOLUTION
{
Pos = MAP_APPFONT ( 15, 79 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Evolution";
Text [ en-US ] = "Evolution";
2003-06-02 02:03:26 -05:00
};
2001-08-01 05:06:48 -05:00
RadioButton RB_LDAP
{
2003-06-02 02:03:26 -05:00
Pos = MAP_APPFONT ( 15, 90 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
2001-08-01 05:06:48 -05:00
2004-06-25 05:21:02 -05:00
Text [ de ] = "LDAP Adress-Bestand";
Text [ en-US ] = "LDAP address data";
2001-08-01 05:06:48 -05:00
};
RadioButton RB_OUTLOOK
{
2003-06-02 02:03:26 -05:00
Pos = MAP_APPFONT ( 15, 101 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
2001-08-01 05:06:48 -05:00
2004-06-25 05:21:02 -05:00
Text [ de ] = "Outlook Adressbuch";
Text [ en-US ] = "Outlook address book";
2001-08-01 05:06:48 -05:00
};
RadioButton RB_OUTLOOKEXPRESS
{
2003-06-02 02:03:26 -05:00
Pos = MAP_APPFONT ( 15,112 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
2001-08-01 05:06:48 -05:00
2004-06-25 05:21:02 -05:00
Text [ de ] = "Windows System-Adressbuch";
Text [ en-US ] = "Windows system address book";
2001-08-01 05:06:48 -05:00
};
RadioButton RB_OTHER
{
2003-06-02 02:03:26 -05:00
Pos = MAP_APPFONT ( 15, 123 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
2001-08-01 05:06:48 -05:00
2004-06-25 05:21:02 -05:00
Text [ de ] = "andere externe Datenquelle";
Text [ en-US ] = "Other external data source";
2001-08-01 05:06:48 -05:00
};
};
//........................................................................
TabPage RID_PAGE_ADMININVOKATION
{
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
2004-05-19 07:37:39 -05:00
#if !defined( ABP_USE_ROADMAP )
2004-06-25 05:21:02 -05:00
Text [ de ] = "Zus<75> tzliche Einstellungen";
Text [ en-US ] = "Additional Settings";
2004-05-19 07:37:39 -05:00
#endif
2001-08-01 05:06:48 -05:00
FixedText FT_ADMINEXPLANATION
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 48 ) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Zur Einrichtung der neuen Datenquelle sind noch weiter gehende Angaben notwendig.\n\n"
2001-09-13 08:35:08 -05:00
"Die folgende Schaltfl<66> che <20> ffnet einen weiteren Dialog, in dem Sie die fehlenden Einstellungen vornehmen k<> nnen.";
2004-06-25 05:21:02 -05:00
Text [ en-US ] = "To set up the new data source, additional information is required.\n\nClick the following button to open another dialog in which you then enter the necessary information.";
2001-08-01 05:06:48 -05:00
};
PushButton PB_INVOKE_ADMIN_DIALOG
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( ( WINDOW_SIZE_X - BUTTON_SIZE_X ) / 2, 60 ) ;
2001-08-01 05:06:48 -05:00
Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Einstellungen";
Text [ en-US ] = "Settings";
2001-08-01 05:06:48 -05:00
};
FixedText FT_ERROR
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, WINDOW_SIZE_Y - HEADER_SIZE_Y - 7 - 48 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 48 ) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
Hide = TRUE;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Die Verbindung zur Datenquelle konnte nicht hergestellt werden.\n"
2001-09-28 09:11:50 -05:00
"Bitte <20> berpr<70> fen Sie, bevor Sie fortfahren, die gemachten Einstellungen, oder w<> hlen Sie (auf der vorigen "
2001-08-01 05:06:48 -05:00
"Seite) einen anderen Typ f<> r Ihre Adress-Datenquelle.";
2004-06-25 05:21:02 -05:00
Text [ en-US ] = "The connection to the data source could not be established.\nBefore you proceed, please check the settings made, or (on the previous page) choose another address data source type.";
2001-08-01 05:06:48 -05:00
};
};
//........................................................................
TabPage RID_PAGE_TABLESELECTION
{
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
2004-05-19 07:37:39 -05:00
#if !defined( ABP_USE_ROADMAP )
2004-06-25 05:21:02 -05:00
Text [ de ] = "Tabelle ausw<73> hlen";
Text [ en-US ] = "Select Table";
2004-05-19 07:37:39 -05:00
#endif
2001-08-01 05:06:48 -05:00
FixedText FL_TOOMUCHTABLES
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 24 ) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Die von Ihnen gew<65> hlte externe Datenquelle enth<74> lt mehrere Adress-Best<73> nde.\n"
2001-08-01 05:06:48 -05:00
"Bitte w<> hlen Sie denjenigen aus, mit dem Sie haupts<74> chlich arbeiten wollen:";
2004-06-25 05:21:02 -05:00
Text [ en-US ] = "The external data source you have chosen contains more than one address book.\nPlease select the one you mainly want to work with:";
2001-08-01 05:06:48 -05:00
};
ListBox LB_TABLELIST
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, 36 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 50 ) ;
2001-08-01 05:06:48 -05:00
SVLook = TRUE;
Sort = TRUE;
DropDown = FALSE;
AutoHScroll = TRUE;
Border = TRUE;
};
};
//........................................................................
TabPage RID_PAGE_FIELDMAPPING
{
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
2004-05-19 07:37:39 -05:00
#if !defined( ABP_USE_ROADMAP )
2004-06-25 05:21:02 -05:00
Text [ de ] = "Feldzuordnung";
Text [ en-US ] = "Field Assignment";
2004-05-19 07:37:39 -05:00
#endif
2001-08-01 05:06:48 -05:00
FixedText FT_FIELDASSIGMENTEXPL
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 72 ) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Um die Adress-Daten in Ihren Vorlagen-Dokumenten benutzen zu k<> nnen, muss %PRODUCTNAME wissen, welche Felder welche "
2001-08-01 05:06:48 -05:00
"konkreten Daten enthalten.\n\n"
2001-08-27 04:25:51 -05:00
"Zum Beispiel k<> nnten Sie die E-Mail-Adressen in einem Feld namens \"E-Mail\" oder \"Email\" oder \"EM\" - oder unter v<> llig anderem Namen - gespeichert haben.\n\n"
2001-08-30 06:28:35 -05:00
"Sobald Sie die unten befindliche Schaltfl<66> che bet<65> tigen, wird ein weiterer Dialog ge<67> ffnet, in dem sie diese Einstellungen "
2001-08-01 05:06:48 -05:00
"f<> r Ihre Datenquelle vornehmen k<> nnen.";
2004-06-25 05:21:02 -05:00
Text [ en-US ] = "To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n\nFor instance, you could have stored the e-mail addresses in a field named \"email\", or \"E-mail\" or \"EM\" - or something completely different.\n\nClick the button below to open another dialog where you can enter the settings for your data source.";
2001-08-01 05:06:48 -05:00
};
PushButton PB_INVOKE_FIELDS_DIALOG
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( ( WINDOW_SIZE_X - BUTTON_SIZE_X ) / 2, 84 ) ;
2001-08-01 05:06:48 -05:00
Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Feldzuordnung";
Text [ en-US ] = "Field Assignment";
2001-08-01 05:06:48 -05:00
};
FixedText FT_ASSIGNEDFIELDS
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, WINDOW_SIZE_Y - HEADER_SIZE_Y - 7 - 32 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 32 ) ;
2002-01-09 03:43:34 -06:00
WordBreak = TRUE;
2001-08-01 05:06:48 -05:00
};
};
//........................................................................
TabPage RID_PAGE_FINAL
{
SVLook = TRUE ;
Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
2004-05-19 07:37:39 -05:00
#if !defined( ABP_USE_ROADMAP )
2004-06-25 05:21:02 -05:00
Text [ de ] = "Datenquellen Titel";
Text [ en-US ] = "Data Source Name";
2004-05-19 07:37:39 -05:00
#endif
2001-08-01 05:06:48 -05:00
FixedText FT_FINISH_EXPL
{
2001-08-02 04:46:00 -05:00
Pos = MAP_APPFONT ( BORDER_X, 9 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 40 ) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
2004-06-25 05:21:02 -05:00
Text [ de ] = "Das waren alle Angaben, die zur Integration Ihrer Adress-Daten in %PRODUCTNAME ben<65> tigt werden.\n\n"
2001-08-01 05:06:48 -05:00
"Geben Sie jetzt noch den Namen an, unter dem die Datenquelle in %PRODUCTNAME registriert werden soll.";
2004-06-25 05:21:02 -05:00
Text [ en-US ] = "That was all the information necessary to integrate your address data into %PRODUCTNAME.\n\nNow, just enter the name under which you want to register the data source in %PRODUCTNAME.";
2001-08-01 05:06:48 -05:00
};
2004-08-02 11:35:10 -05:00
FixedText FT_LOCATION
2001-08-01 05:06:48 -05:00
{
2001-08-08 08:55:41 -05:00
Pos = MAP_APPFONT ( BORDER_X, 53 ) ;
2001-08-01 05:06:48 -05:00
Size = MAP_APPFONT ( 50, 8 ) ;
Group = TRUE;
2004-08-02 11:35:10 -05:00
Text [ de ] = "Pfad";
Text [ en-US ] = "Location";
2001-08-01 05:06:48 -05:00
};
2004-08-02 11:35:10 -05:00
ComboBox CBB_LOCATION
2001-08-01 05:06:48 -05:00
{
2004-08-02 11:35:10 -05:00
Pos = MAP_APPFONT ( BORDER_X , 64 ) ;
2001-08-08 08:55:41 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 53 - BORDER_X - BORDER_X, 12) ;
2001-08-01 05:06:48 -05:00
SVLook = TRUE;
Border = TRUE;
2004-08-02 11:35:10 -05:00
DropDown = TRUE ;
AutoHScroll = TRUE ;
};
PushButton PB_BROWSE
{
Pos = MAP_APPFONT ( WINDOW_SIZE_X - 50 - BORDER_X , 63 ) ;
Size = MAP_APPFONT ( 50, 14) ;
SVLook = TRUE;
2001-08-01 05:06:48 -05:00
Group = FALSE;
2004-08-02 11:35:10 -05:00
Text [ de ] = "Durchsuchen...";
Text [ en-US ] = "Browse..";
};
CheckBox CB_REGISTER_DS
{
Pos = MAP_APPFONT ( BORDER_X, 82 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 53 - BORDER_X - BORDER_X, 8) ;
SVLook = TRUE;
Group = TRUE;
Text [ de ] = "Dieses Adressbuch allen Modulen von %PRODUCTNAME zur Verf<72> gung stellen.";
Text [ en-US ] = "Make this address book available to all modules in %PRODUCTNAME.";
};
FixedText FT_NAME_EXPL
{
Pos = MAP_APPFONT ( BORDER_X + 10, 93 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - BORDER_X - BORDER_X - 10, 8 ) ;
Text [ de ] = "Name des Adressbuches";
Text [ en-US ] = "Address book name";
};
Edit ET_DATASOURCENAME
{
Pos = MAP_APPFONT ( BORDER_X + 10, 104 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 56 - BORDER_X - BORDER_X - 10, 12) ;
SVLook = TRUE;
Border = TRUE;
2001-08-01 05:06:48 -05:00
};
FixedText FT_DUPLICATENAME
{
2004-08-02 11:35:10 -05:00
Pos = MAP_APPFONT ( BORDER_X + 10, WINDOW_SIZE_Y - HEADER_SIZE_Y - 7 - 24 ) ;
2001-08-02 04:46:00 -05:00
Size = MAP_APPFONT ( WINDOW_SIZE_X - 2 * BORDER_X, 24) ;
2001-08-01 05:06:48 -05:00
WordBreak = TRUE;
2004-08-02 11:35:10 -05:00
Hide = TRUE;
Group = FALSE;
2001-08-01 05:06:48 -05:00
2004-06-25 05:21:02 -05:00
Text [ de ] = "Es existiert schon eine andere Datenquelle mit diesem Namen. Da Datenquellennamen global eindeutig sind, "
2001-08-01 05:06:48 -05:00
"m<> ssen sie einen anderen w<> hlen.";
2004-06-25 05:21:02 -05:00
Text [ en-US ] = "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one.";
2001-08-01 05:06:48 -05:00
};
};
//........................................................................
ErrorBox RID_ERR_NEEDTYPESELECTION
{
Buttons = WB_OK;
2004-06-25 05:21:02 -05:00
Message [ de ] = "Bitte w<> hlen sie einen Adressbuch-Typ aus!";
Message [ en-US ] = "Please select a type of address book.";
2001-08-01 05:06:48 -05:00
};
2001-08-02 04:46:00 -05:00
//........................................................................
2001-08-01 05:06:48 -05:00
QueryBox RID_QRY_NOTABLES
{
Buttons = WB_YES_NO;
DefButton = WB_DEF_NO;
2004-06-25 05:21:02 -05:00
Message [ de ] = "Die Datenquelle enth<74> lt keine Tabelle.\n"
2001-08-01 05:06:48 -05:00
"Wollen Sie sie trotzdem als Adress-Datenquelle einrichten?";
2004-06-25 05:21:02 -05:00
Message [ en-US ] = "The data source does not contain any tables.\nDo you want to set it up as an address data source, anyway?";
2001-08-01 05:06:48 -05:00
};
//........................................................................
String RID_STR_DEFAULT_NAME
{
2004-06-25 05:21:02 -05:00
Text [ de ] = "Adressen";
Text [ en-US ] = "Addresses";
2001-08-01 05:06:48 -05:00
};
String RID_STR_ADMINDIALOGTITLE
{
2004-06-25 05:21:02 -05:00
Text [ de ] = "Adress Datenquelle anlegen";
Text [ en-US ] = "Create Address Data Source";
2001-08-01 05:06:48 -05:00
};
String RID_STR_NOCONNECTION
{
2004-06-25 05:21:02 -05:00
Text [ de ] = "Die Verbindung konnte nicht hergestellt werden.";
Text [ en-US ] = "The connection could not be established.";
2001-08-01 05:06:48 -05:00
};
String RID_STR_PLEASECHECKSETTINGS
{
2004-06-25 05:21:02 -05:00
Text [ de ] = "Bitte <20> berpr<70> fen Sie die Einstellungen f<> r die Datenquelle.";
Text [ en-US ] = "Please check the settings made for the data source.";
2001-08-01 05:06:48 -05:00
};
String RID_STR_FIELDDIALOGTITLE
{
2004-06-25 05:21:02 -05:00
Text [ de ] = "Adress Daten - Feldzuordnung";
Text [ en-US ] = "Address Data - Field Assignment";
2001-08-01 05:06:48 -05:00
};
String RID_STR_NOFIELDSASSIGNED
{
2004-06-25 05:21:02 -05:00
Text [ de ] = "Im Augenblick sind keine Felder zugeordnet.\n"
2001-08-01 05:06:48 -05:00
"Wenn Sie im Augenblick keine Zuordnung treffen wollen, k<> nnen Sie dies sp<73> ter jederzeit nachholen:\n"
"Men<65> \"Datei - Dokumentvorlage - Adressbuch Quelle ...\"";
2004-06-25 05:21:02 -05:00
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...\"";
Text [ x-comment ] = "The last line of this text refers to a menu entry. Please use the same translation as for this menu. Does it help if I tell you that it's in svx/inc/globalmn.hrc:ITEM_FILE_DOCTEMPLATE?";
2001-08-01 05:06:48 -05:00
};
2001-08-02 04:46:00 -05:00
//........................................................................
Bitmap BMP_HEADERIMAGE
{
file = "addresspilot.bmp";
};
2004-08-02 11:35:10 -05:00
String RID_STR_ALREADYEXISTOVERWRITE
{
Text [ de ] = "Die Datei existiert bereits. Soll sie <20> berschrieben werden?" ;
Text [ en-US ] = "The file already exists. Overwrite?" ;
};