/************************************************************************* * * $RCSfile: dbwizres.src,v $ * * $Revision: 1.58 $ * * last change: $Author: hjs $ $Date: 2004-06-25 15:19:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * 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. * * 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. * * 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 * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the"License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // common #define RID_COMMON_START 500 #define RID_DB_COMMON_START 1000 // db wizards // #define RID_DB_GROUP_WIZARD_START 2000 #define RID_DB_FORM_WIZARD_START 2200 #define RID_DB_QUERY_WIZARD_START 2300 #define RID_DB_REPORT_WIZARD_START 2400 // #define RID_DB_TABLE_WIZARD_START 2500 // #define RID_DB_GRID_WIZARD_START 2600 // #define RID_DB_COMBO_WIZARD_START 2700 // letter wizard #define RID_LETTERWIZARDDIALOG_START 3000 #define RID_LETTERWIZARDGREETING_START 3080 #define RID_LETTERWIZARDSALUTATION_START 3090 #define RID_LETTERWIZARDROADMAP_START 3100 #define RID_LETTERWIZARDLANGUAGE_START 3110 // web wizard #define RID_WEBWIZARDDIALOG_START 4000 #define RID_WEBWIZARDDIALOG_FTP 4200 // ============================================================================ String RID_COMMON_START + 0 { Text [ de ] = "Das Verzeichnis '%1' konnte nicht erstellt werden.
Möglicherweise ist nicht genügend Speicher auf Ihrer Festplatte vorhanden."; Text [ en-US ] = "The directory '%1' could not be created.
There may not be enough space left on your hard disk."; }; String RID_COMMON_START + 1 { Text [ de ] = "Das Textdokument konnte nicht erzeugt werden.
Überprüfen Sie bitte, ob das Modul 'StarOffice Writer' installiert ist."; Text [ en-US ] = "The text document could not be created.
Please check if the module 'StarOffice Writer' is installed."; }; String RID_COMMON_START + 2 { Text [ de ] = "Das Tabellendokument konnte nicht erzeugt werden.
Überprüfen Sie bitte, ob das Modul 'StarOffice Calc' installiert ist."; Text [ en-US ] = "The Spreadsheet could not be created.
Please check if the module 'StarOffice Calc' is installed."; }; String RID_COMMON_START + 3 { Text [ de ] = "Die Präsentation konnte nicht erzeugt werden.
Überprüfen Sie bitte, ob das Modul 'StarOffice Impress' installiert ist."; Text [ en-US ] = "The presentation could not be created.
Please check if the module 'StarOffice Impress' is installed."; }; String RID_COMMON_START + 4 { Text [ de ] = "Die Zeichnung konnte nicht erzeugt werden.
Überprüfen Sie bitte, ob das Modul 'StarOffice Draw' installiert ist."; Text [ en-US ] = "The drawing could not be created.
Please check if the module 'StarOffice Draw' is installed."; }; String RID_COMMON_START + 5 { Text [ de ] = "Die Formel konnte nicht erzeugt werden.
Überprüfen Sie bitte, ob das Modul 'StarOffice Math' installiert ist."; Text [ en-US ] = "The formula could not be created.
Please check if the module 'StarOffice Math' is installed."; }; String RID_COMMON_START + 6 { Text [ de ] = "Die benötigten Dateien konnten nicht gefunden werden.
Bitte starten Sie das %PRODUCTNAME-Installationsprogramm und wählen Sie die Option 'Reparatur' aus."; Text [ en-US ] = "The files required could not be found.
Please start the %PRODUCTNAME Setup and choose 'Repair'."; }; String RID_COMMON_START + 7 { Text [ de ] = "Die Datei '' existiert bereits.

Möchten Sie die bestehende Datei überschreiben?"; Text [ en-US ] = "The file '' already exists.

Would you like to overwrite the existing file?"; }; String RID_COMMON_START + 8 { Text [ de ] = "Ja"; Text [ en-US ] = "Yes"; }; String RID_COMMON_START + 9 { Text [ de ] = "Ja alle"; Text [ en-US ] = "Yes to All"; }; String RID_COMMON_START + 10 { Text [ de ] = "Nein"; Text [ en-US ] = "No"; }; String RID_COMMON_START + 11 { Text [ de ] = "Abbrechen"; Text [ en-US ] = "Cancel"; }; String RID_COMMON_START + 12 { Text [ de ] = "~Fertigstellen"; Text [ en-US ] = "~Finish"; }; String RID_COMMON_START + 13 { Text [ de ] = "< ~Zurück"; Text [ en-US ] = "< ~Back"; }; String RID_COMMON_START + 14 { Text [ de ] = "~Weiter >"; Text [ en-US ] = "~Next >"; }; String RID_COMMON_START + 15 { Text [ de ] = "~Hilfe"; Text [ en-US ] = "~Help"; }; String RID_COMMON_START + 16 { Text [ de ] = "Steps"; Text [ en-US ] = "Steps"; }; String RID_COMMON_START + 17 { Text [ de ] = "Schließen"; Text [ en-US ] = "Close"; }; String RID_COMMON_START + 18 { Text [ de ] = "OK"; Text [ en-US ] = "OK"; }; // end of common section ====================================================== String RID_DB_COMMON_START + 0 { Text [ de ] = "~Fertig stellen"; Text [ en-US ] = "Finish"; }; String RID_DB_COMMON_START + 1 { Text [ de ] = "Abbrechen"; Text [ en-US ] = "~Cancel"; }; String RID_DB_COMMON_START + 2 { Text [ de ] = "<< ~Zurück"; Text [ en-US ] = "<< ~Back"; }; String RID_DB_COMMON_START + 3 { Text [ de ] = "~Weiter >>"; Text [ en-US ] = "~Next >>"; }; String RID_DB_COMMON_START + 4 { Text [ de ] = "~Datenbank"; Text [ en-US ] = "~Database"; }; String RID_DB_COMMON_START + 5 { Text [ de ] = "~Tabellenname"; Text [ en-US ] = "~Table name"; Text [ x-comment ] = " "; }; String RID_DB_COMMON_START + 6 { Text [ de ] = "Während der Ausführung des AutoPiloten ist ein Fehler aufgetreten. Der AutoPilot wird beendet."; Text [ en-US ] = "An error occurred while running the AutoPilot. The AutoPilot will be terminated."; }; String RID_DB_COMMON_START + 8 { Text [ de ] = "Es ist keine Datenbank installiert. Sie benötigen mindestens eine Datenbank um den AutoPiloten für Formulare starten zu können."; Text [ en-US ] = "No database has been installed. At least one database is required before the AutoPilot for forms can be started."; }; String RID_DB_COMMON_START + 9 { Text [ de ] = "Die Datenbank enthält keine Tabelle."; Text [ en-US ] = "The database does not contain any tables."; Text [ x-comment ] = " "; }; String RID_DB_COMMON_START + 10 { Text [ de ] = "Der Titel existiert bereits in der Datenbank. Bitte wählen Sie einen anderen."; Text [ en-US ] = "This title already exists in the database. Please enter another name."; Text [ x-comment ] = " "; }; String RID_DB_COMMON_START + 11 { Text [ de ] = "Der Titel darf keine Leer- oder Sonderzeichen enthalten."; Text [ en-US ] = "The title must not contain any spaces or special characters."; }; String RID_DB_COMMON_START + 12 { Text [ de ] = "Der Datenbank-Service (com.sun.star.data.DatabaseEngine) konnte nicht instantiiert werden."; Text [ en-US ] = "The database service (com.sun.data.DatabaseEngine) could not be instantiated."; Text [ x-comment ] = "; ZL: Diese Fehlermeldung betrifft StarOffice API. \"instantiiert werden\" bedeutet \"Uebergabe von \"instance variable\"."; }; String RID_DB_COMMON_START + 13 { Text [ de ] = "Die ausgewählte Tabelle oder Abfrage konnte nicht geöffnet werden."; Text [ en-US ] = "The selected table or query could not be opened."; Text [ x-comment ] = " "; }; String RID_DB_COMMON_START + 14 { Text [ de ] = "Es konnte keine Verbindung zur Datenbank hergestellt werden!"; Text [ en-US ] = "No connection to the database could be established."; }; String RID_DB_COMMON_START + 20 { Text [ de ] = "~Hilfe"; Text [ en-US ] = "~Help"; }; String RID_DB_COMMON_START + 21 { Text [ de ] = "~Stopp"; Text [ en-US ] = "~Stop"; }; String RID_DB_COMMON_START + 30 { Text [ de ] = "Das Dokument konnte nicht gespeichert werden."; Text [ en-US ] = "The document could not be saved."; }; String RID_DB_COMMON_START + 31 { Text [ de ] = " Eine Verknüpfung zur Datenquelle konnte nicht erstellt werden."; Text [ en-US ] = "A link to data source could not be extablished."; }; String RID_DB_COMMON_START + 32 { Text [ de ] = "Es wird automatisch eine Verknüpfung zur Datenquelle angelegt."; Text [ en-US ] = "A link to the data source will be created automatically."; }; String RID_DB_COMMON_START + 33 { Text [ de ] = "Der AutoPilot wird beendet!"; Text [ en-US ] = "Exiting the AutoPilot"; }; String RID_DB_COMMON_START + 34 { Text [ de ] = "Verbindung zur Datenquelle wird hergestellt..."; Text [ en-US ] = "Connecting to data source..."; }; String RID_DB_COMMON_START + 35 { Text [ de ] = "Die Verbindung zur Datenquelle konnte nicht hergestellt werden!"; Text [ en-US ] = "The connection to the data source could not be established."; }; String RID_DB_COMMON_START + 36 { Text [ de ] = "Der eingegebene Dateipfad is ungültig!"; Text [ en-US ] = "The file path entered is not valid."; }; String RID_DB_COMMON_START + 37 { Text [ de ] = "Bitte wählen Sie eine Datenquelle"; Text [ en-US ] = "Please select a data source"; }; String RID_DB_COMMON_START + 38 { Text [ de ] = "Bitte wählen Sie eine Tabelle oder Abfrage"; Text [ en-US ] = "Please select a table or query"; }; String RID_DB_COMMON_START + 39 { Text [ de ] = "Füge Feld hinzu"; Text [ en-US ] = "Add field"; }; String RID_DB_COMMON_START + 40 { Text [ de ] = "Entferne Feld"; Text [ en-US ] = "Remove field"; }; String RID_DB_COMMON_START + 41 { Text [ de ] = "Füge alle Felder hinzu"; Text [ en-US ] = "Add all fields"; }; String RID_DB_COMMON_START + 42 { Text [ de ] = "Entferne alle Felder"; Text [ en-US ] = "Remove all fields"; }; String RID_DB_COMMON_START + 43 { Text = "Feld nach oben bewegen"; }; String RID_DB_COMMON_START + 44 { Text = "Feld nach unten bewegen"; }; // ============================================================================ #ifdef null String RID_DB_GROUP_WIZARD_START + 0 { Text [ de ] = "AutoPilot Gruppenelement"; Text [ en-US ] = "AutoPilot Group Element"; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 1 { Text [ de ] = "Die Datenbank enthält keine Tabelle."; Text [ en-US ] = "The database does not contain any tables."; }; String RID_DB_GROUP_WIZARD_START + 2 { Text [ de ] = "Gruppe erzeugen"; Text [ en-US ] = "Create Group"; }; String RID_DB_GROUP_WIZARD_START + 3 { Text [ de ] = ": Tabellenauswahl"; Text [ en-US ] = ": Table Selection"; Text [ x-comment ] = "; ZL: Datenbank-Tabelle"; }; String RID_DB_GROUP_WIZARD_START + 4 { Text [ de ] = ": Feldauswahl"; Text [ en-US ] = ": Field Selection"; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 5 { Text [ de ] = ": Standardfeldauswahl"; Text [ en-US ] = ": Default Field Selection"; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 6 { Text [ de ] = ": Feldwerte"; Text [ en-US ] = ": Field Values"; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 7 { Text [ de ] = ": Datenbankfeld"; Text [ en-US ] = ": Database Field"; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 8 { Text [ de ] = ": Optionsgruppe erstellen"; Text [ en-US ] = ": Create Option Group"; }; String RID_DB_GROUP_WIZARD_START + 9 { Text [ de ] = "Geben Sie in diesem Dialog bitte alle Optionsfelder ein."; Text [ en-US ] = "Enter all option fields in this dialog."; }; String RID_DB_GROUP_WIZARD_START + 10 { Text [ de ] = "Welche Bezeichnungen sollen die Optionsfelder erhalten?"; Text [ en-US ] = "Which names do you want to give the option fields?"; }; String RID_DB_GROUP_WIZARD_START + 11 { Text [ de ] = "~Optionsfelder"; Text [ en-US ] = "~Option fields"; }; String RID_DB_GROUP_WIZARD_START + 12 { Text [ de ] = "Soll ein Optionsfeld standardmäßig ausgewählt sein?"; Text [ en-US ] = "Should one option field be selected as default?"; }; String RID_DB_GROUP_WIZARD_START + 13 { Text [ de ] = "Ja, und zwar folgendes:"; Text [ en-US ] = "Yes, the following:"; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 14 { Text [ de ] = "Nein, kein Feld soll ausgewählt sein."; Text [ en-US ] = "No, there are no fields that should be selected."; }; String RID_DB_GROUP_WIZARD_START + 15 { Text [ de ] = "Wenn Sie eine Option auswählen, wird der Optionsgruppe ein bestimmter Wert zugewiesen."; Text [ en-US ] = "When you select an option, the option group is given a specific value."; Text [ x-comment ] = " "; }; String RID_DB_GROUP_WIZARD_START + 16 { Text [ de ] = "Welchen Wert möchten Sie jeder Option zuweisen?"; Text [ en-US ] = "Which value do you want to assign to each option?"; }; String RID_DB_GROUP_WIZARD_START + 17 { Text [ de ] = "~Optionsfelder"; Text [ en-US ] = "~Option fields"; }; String RID_DB_GROUP_WIZARD_START + 18 { Text [ de ] = "Sie können den Wert der Optionsgruppe entweder in einem Datenbankfeld speichern oder ihn für eine spätere Aktion verwenden."; Text [ en-US ] = "You can either save the value of the option group in a database field or use it for a later action."; }; String RID_DB_GROUP_WIZARD_START + 19 { Text [ de ] = "Möchten Sie den Wert in einem Datenbankfeld speichern?"; Text [ en-US ] = "Do you want to save the value in a database field?"; }; String RID_DB_GROUP_WIZARD_START + 20 { Text [ de ] = "Ja, und zwar in folgendem Datenbankfeld :"; Text [ en-US ] = "Yes, save it in the following database field:"; }; String RID_DB_GROUP_WIZARD_START + 21 { Text [ de ] = "Nein, ich möchte den Wert nur im Formular speichern."; Text [ en-US ] = "No, I only want to save the value in the form."; }; String RID_DB_GROUP_WIZARD_START + 22 { Text [ de ] = "Welche Beschriftung soll Ihre Optionsgruppe haben?"; Text [ en-US ] = "Which caption is to be given to your option group?"; }; String RID_DB_GROUP_WIZARD_START + 23 { Text [ de ] = "Dies waren alle Angaben, die zur Erstellung der Optionsgruppe notwendig waren."; Text [ en-US ] = "Those were all details needed to create the option group."; }; #endif // ============================================================================ String RID_DB_FORM_WIZARD_START + 0 { Text [ de ] = "AutoPilot Formular"; Text [ en-US ] = "Form AutoPilot"; }; String RID_DB_FORM_WIZARD_START + 1 { Text [ de ] = "Der Titel kann nicht verwendet werden. Bitte wählen Sie einen anderen."; Text [ en-US ] = "This title cannot be used. Please select a different one."; }; String RID_DB_FORM_WIZARD_START + 2 { Text [ de ] = "Formular erzeugen"; Text [ en-US ] = "Create Form"; }; String RID_DB_FORM_WIZARD_START + 3 { Text [ de ] = "Formular_"; Text [ en-US ] = "Form_"; Text [ x-comment ] = " "; }; String RID_DB_FORM_WIZARD_START + 4 { Text [ de ] = " (Datum)"; Text [ en-US ] = "(Date)"; }; String RID_DB_FORM_WIZARD_START + 5 { Text [ de ] = " (Zeit)"; Text [ en-US ] = "(Time)"; }; String RID_DB_FORM_WIZARD_START + 6 { Text [ de ] = "~Tabellen und Abfragen"; Text [ en-US ] = "Tables or queries"; }; String RID_DB_FORM_WIZARD_START + 7 { Text [ de ] = ": Feldauswahl"; Text [ en-US ] = ": Field Selection"; }; String RID_DB_FORM_WIZARD_START + 8 { Text [ de ] = ": Feldausrichtung"; Text [ en-US ] = ": Field Alignment"; }; String RID_DB_FORM_WIZARD_START + 9 { Text [ de ] = ": Vorlagen"; Text [ en-US ] = ": Templates"; }; String RID_DB_FORM_WIZARD_START + 10 { Text [ de ] = ": Formular erstellen"; Text [ en-US ] = ": Create Form"; }; String RID_DB_FORM_WIZARD_START + 11 { Text [ de ] = "Datenq~uelle"; Text [ en-US ] = "Data so~urce"; Text [ x-comment ] = " "; }; String RID_DB_FORM_WIZARD_START + 12 { Text [ de ] = "~Vorhandene Felder"; Text [ en-US ] = "Ex~isting fields"; }; String RID_DB_FORM_WIZARD_START + 13 { Text [ de ] = "~Felder im Formular"; Text [ en-US ] = "Fields in form"; }; String RID_DB_FORM_WIZARD_START + 14 { Text [ de ] = "~Stil"; Text [ en-US ] = "~Layout"; }; String RID_DB_FORM_WIZARD_START + 15 { Text [ de ] = "S~paltenorientiert"; Text [ en-US ] = "Column-oriented"; }; String RID_DB_FORM_WIZARD_START + 16 { Text [ de ] = "~Optimiert"; Text [ en-US ] = "~Optimized"; }; String RID_DB_FORM_WIZARD_START + 17 { Text [ de ] = "~Tabellarisch"; Text [ en-US ] = "~Tabular"; }; String RID_DB_FORM_WIZARD_START + 18 { Text [ de ] = "Titel / ~Daten"; Text [ en-US ] = "Title / ~Data"; Text [ x-comment ] = " "; }; String RID_DB_FORM_WIZARD_START + 19 { Text [ de ] = "~Nebeneinander"; Text [ en-US ] = "~Tile"; }; String RID_DB_FORM_WIZARD_START + 20 { Text [ de ] = "~Übereinander"; Text [ en-US ] = "~Stacked"; }; String RID_DB_FORM_WIZARD_START + 21 { Text [ de ] = "~Seitenvorlagen"; Text [ en-US ] = "~Page Styles"; Text [ x-comment ] = " "; }; String RID_DB_FORM_WIZARD_START + 22 { Text [ de ] = "Geben Sie den Titel ein"; Text [ en-US ] = "Enter the title"; }; String RID_DB_FORM_WIZARD_START + 23 { Text [ de ] = "~Nach der Fertigstellung..."; Text [ en-US ] = "~After completion..."; }; String RID_DB_FORM_WIZARD_START + 24 { Text [ de ] = "Dokument ~sofort benutzen"; Text [ en-US ] = "Use document immediately"; }; String RID_DB_FORM_WIZARD_START + 25 { Text [ de ] = "Dokument ~ablegen"; Text [ en-US ] = "Save document"; }; String RID_DB_FORM_WIZARD_START + 26 { Text [ de ] = "Das Formular wurde erstellt und in der Datenbank abgelegt."; Text [ en-US ] = "The form has been created and saved in the database."; Text [ x-comment ] = " "; }; String RID_DB_FORM_WIZARD_START + 27 { Text [ de ] = "Formular-Namen dürfen maximal 32 Zeichen lang sein."; Text [ en-US ] = "Form names cannot be longer than 32 characters."; }; String RID_DB_FORM_WIZARD_START + 28 { Text [ de ] = "Feldumrandung"; Text [ en-US ] = "Field border"; }; String RID_DB_FORM_WIZARD_START + 29 { Text [ de ] = "Ohne Umrandung"; Text [ en-US ] = "No border"; }; String RID_DB_FORM_WIZARD_START + 30 { Text [ de ] = "3-D Look"; Text [ en-US ] = "3D look"; }; String RID_DB_FORM_WIZARD_START + 31 { Text [ de ] = "Flach"; Text [ en-US ] = "Flat"; }; String RID_DB_FORM_WIZARD_START + 32 { Text [ de ] = "Ausrichtung der Beschriftungsfelder"; Text [ en-US ] = "Label placement"; Text [ x-comment ] = "Überschrift einer Option Button Gruppe "; }; String RID_DB_FORM_WIZARD_START + 33 { Text [ de ] = "Linksbündig"; Text [ en-US ] = "Align left"; Text [ x-comment ] = "Label eines Option Buttons"; }; String RID_DB_FORM_WIZARD_START + 34 { Text [ de ] = "Rechtsbündig"; Text [ en-US ] = "Align right"; Text [ x-comment ] = "Label eines Option Buttons"; }; String RID_DB_FORM_WIZARD_START + 35 { Text [ de ] = "Anordnung der DB-Felder"; Text [ en-US ] = "Arrangement of DB fields"; }; String RID_DB_FORM_WIZARD_START + 36 { Text [ de ] = "In Spalten-Beschriftungen links"; Text [ en-US ] = "Columnar - Labels Left"; Text [ x-comment ] = "Help tip"; }; String RID_DB_FORM_WIZARD_START + 37 { Text [ de ] = "In Spalten - Beschriftungen oben"; Text [ en-US ] = "Columnar - Labels on Top"; }; String RID_DB_FORM_WIZARD_START + 38 { Text [ de ] = "In Blöcken - Beschriftungen links"; Text [ en-US ] = "In Blocks - Labels Left"; Text [ x-comment ] = "Help tip"; }; String RID_DB_FORM_WIZARD_START + 39 { Text [ de ] = "In Blöcken - Beschriftungen oben"; Text [ en-US ] = "In Blocks - Labels Above"; Text [ x-comment ] = "Help tip"; }; String RID_DB_FORM_WIZARD_START + 40 { Text [ de ] = "Als Datenblatt"; Text [ en-US ] = "As Data Sheet"; Text [ x-comment ] = "Help tip"; }; String RID_DB_FORM_WIZARD_START + 45 { Text [ de ] = "Datenbankauswahl"; Text [ en-US ] = "Choose Database"; Text [ x-comment ] = "Titel der ersten Seite des Autopiloten"; }; String RID_DB_FORM_WIZARD_START + 46 { Text [ de ] = "Gestaltung"; Text [ en-US ] = "Choose Layout"; Text [ x-comment ] = "Titel der zweiten Seite des Autopiloten"; }; String RID_DB_FORM_WIZARD_START + 47 { Text [ de ] = "Fertigstellung"; Text [ en-US ] = "Finish"; Text [ x-comment ] = "Titel der dritten Seite des Autopiloten"; }; String RID_DB_FORM_WIZARD_START + 50 { Text [ de ] = "Binärfeld-Darstellung"; Text [ en-US ] = "Display of binary fields"; Text [ x-comment ] = "Überschrift einiger Dialog Controls"; }; String RID_DB_FORM_WIZARD_START + 51 { Text [ de ] = "Binärfelder ignorieren"; Text [ en-US ] = "Ignore binary fields"; Text [ x-comment ] = "Label eines Radio-Buttons"; }; String RID_DB_FORM_WIZARD_START + 52 { Text [ de ] = "Binärfelder als Grafiken"; Text [ en-US ] = "Binary fields as images"; Text [ x-comment ] = "Label eines Radio-Buttons"; }; String RID_DB_FORM_WIZARD_START + 55 { Text [ de ] = "Hintergrundbild"; Text [ en-US ] = "Background image"; }; String RID_DB_FORM_WIZARD_START + 56 { Text [ de ] = "~Gekachelt"; Text [ en-US ] = "~Tiled"; }; String RID_DB_FORM_WIZARD_START + 57 { Text [ de ] = "~Skaliert"; Text [ en-US ] = "~Scaled"; }; String RID_DB_FORM_WIZARD_START + 60 { Text [ de ] = "Verzeichnispfad"; Text [ en-US ] = "Directory path"; }; String RID_DB_FORM_WIZARD_START + 65 { Text [ de ] = "Dialog wird verkleinert"; Text [ en-US ] = "Dialog will be reduced"; Text [ x-comment ] = "Hilfetext eines Buttons"; }; String RID_DB_FORM_WIZARD_START + 66 { Text [ de ] = "Dialog wird vergrößert"; Text [ en-US ] = "Dialog will be enlarged"; Text [ x-comment ] = "Hilfetext eines Buttons"; }; String RID_DB_FORM_WIZARD_START + 70 { Text [ de ] = "Writer 6.0"; Text [ en-US ] = "Writer 6.0"; Text [ x-comment ] = "Dateityp für Textdokumente"; }; String RID_DB_FORM_WIZARD_START + 71 { Text [ de ] = "Writer 6.0 Vorlage"; Text [ en-US ] = "Writer 6.0 Template"; Text [ x-comment ] = "Dateityp für Textvorlage"; }; // ============================================================================ String RID_DB_QUERY_WIZARD_START + 0 { Text [ de ] = "Abfrage Assistent"; Text [ en-US ] = "Query Wizard"; }; String RID_DB_QUERY_WIZARD_START + 1 { Text [ de ] = "Abfrage"; Text [ en-US ] = "Query"; }; String RID_DB_QUERY_WIZARD_START + 2 { Text [ de ] = "Abfrage-Assistent"; Text [ en-US ] = "Query Wizard"; }; String RID_DB_QUERY_WIZARD_START + 3 { Text [ de ] = "~Tabellen"; Text [ en-US ] = "~Tables"; }; String RID_DB_QUERY_WIZARD_START + 4 { Text [ de ] = "~Verfügbare Felder"; Text [ en-US ] = "A~vailable fields"; }; String RID_DB_QUERY_WIZARD_START + 5 { Text [ de ] = "Name ~der Abfrage"; Text [ en-US ] = "Name ~of the query"; }; String RID_DB_QUERY_WIZARD_START + 6 { Text [ de ] = "~Abfrage anzeigen"; Text [ en-US ] = "Display ~Query"; }; String RID_DB_QUERY_WIZARD_START + 7 { Text [ de ] = "A~bfrage verändern"; Text [ en-US ] = "~Modify Query"; }; String RID_DB_QUERY_WIZARD_START + 8 { Text [ de ] = "~Wie möchten Sie nach dem Erzeugen der Abfrage fortfahren?"; Text [ en-US ] = "~How do you want to proceed after creating the query?"; }; String RID_DB_QUERY_WIZARD_START + 9 { Text [ de ] = "Entspricht ~allen folgenden Bedingungen"; Text [ en-US ] = "Match ~all of the following"; }; String RID_DB_QUERY_WIZARD_START + 10 { Text [ de ] = "~Entspricht einigen der folgenden Bedingungen"; Text [ en-US ] = "~Match any of the following"; }; String RID_DB_QUERY_WIZARD_START + 11 { Text [ de ] = "~Detaillierte Abfrage (zeigt alle Datensätze der Abfrage)"; Text [ en-US ] = "~Detailed query (Shows all records of the query.)"; }; String RID_DB_QUERY_WIZARD_START + 12 { Text [ de ] = "~Zusammenfassende Abfrage (zeigt nur Ergebnisse von Aggregatfunktionen)"; Text [ en-US ] = "~Summary query (Shows only results of aggregate functions.)"; }; String RID_DB_QUERY_WIZARD_START + 16 { Text [ de ] = "Aggregatfunktionen"; Text [ en-US ] = "Aggregate functions"; }; String RID_DB_QUERY_WIZARD_START + 17 { Text [ de ] = "Felder"; Text [ en-US ] = "Fields"; }; String RID_DB_QUERY_WIZARD_START + 18 { Text [ de ] = "~Gruppieren nach"; Text [ en-US ] = "~Group by"; }; String RID_DB_QUERY_WIZARD_START + 19 { Text [ de ] = "Feld"; Text [ en-US ] = "Field"; }; String RID_DB_QUERY_WIZARD_START + 20 { Text [ de ] = "Aliasname"; Text [ en-US ] = "Alias"; }; String RID_DB_QUERY_WIZARD_START + 21 { Text [ de ] = "Tabelle: "; Text [ en-US ] = "Table: "; }; String RID_DB_QUERY_WIZARD_START + 22 { Text [ de ] = "Abfrage: "; Text [ en-US ] = "Query: "; }; String RID_DB_QUERY_WIZARD_START + 24 { Text [ de ] = "Bedingung"; Text [ en-US ] = "Condition"; }; String RID_DB_QUERY_WIZARD_START + 25 { Text [ de ] = "Wert"; Text [ en-US ] = "Value"; }; String RID_DB_QUERY_WIZARD_START + 26 { Text [ de ] = "ist gleich"; Text [ en-US ] = "is equal to"; }; String RID_DB_QUERY_WIZARD_START + 27 { Text [ de ] = "ist ungleich"; Text [ en-US ] = "is not equal to"; }; String RID_DB_QUERY_WIZARD_START + 28 { Text [ de ] = "ist kleiner als"; Text [ en-US ] = "is smaller than"; }; String RID_DB_QUERY_WIZARD_START + 29 { Text [ de ] = "ist größer als"; Text [ en-US ] = "is greater than"; }; String RID_DB_QUERY_WIZARD_START + 30 { Text [ de ] = "ist kleiner oder gleich"; Text [ en-US ] = "is equal or less than "; }; String RID_DB_QUERY_WIZARD_START + 31 { Text [ de ] = "ist größer oder gleich"; Text [ en-US ] = "is equal or greater than"; }; String RID_DB_QUERY_WIZARD_START + 32 { Text [ de ] = "ähnlich"; Text [ en-US ] = "like"; }; String RID_DB_QUERY_WIZARD_START + 40 { Text [ de ] = "Nehme die Summe aus"; Text [ en-US ] = "get the sum of"; }; String RID_DB_QUERY_WIZARD_START + 41 { Text [ de ] = "Nehme den Durchschnitt von"; Text [ en-US ] = "get the average of"; }; String RID_DB_QUERY_WIZARD_START + 42 { Text [ de ] = "Nehme das Minimum von"; Text [ en-US ] = "get the minimum of"; }; String RID_DB_QUERY_WIZARD_START + 43 { Text [ de ] = "Nehme das Maximum von"; Text [ en-US ] = "get the maximum of"; }; String RID_DB_QUERY_WIZARD_START + 44 { Text [ de ] = "Nehme die Summe aus "; Text [ en-US ] = "get the sum of "; }; String RID_DB_QUERY_WIZARD_START + 45 { Text [ de ] = "Nehme den Durchschnitt von "; Text [ en-US ] = "get the average of "; }; String RID_DB_QUERY_WIZARD_START + 46 { Text [ de ] = "Nehme das Minimum von "; Text [ en-US ] = "get the minimum of "; }; String RID_DB_QUERY_WIZARD_START + 47 { Text [ de ] = "Nehme das Maximum von "; Text [ en-US ] = "get the maximum of "; }; String RID_DB_QUERY_WIZARD_START + 48 { Text [ de ] = "(none)"; Text [ en-US ] = "(none)"; }; String RID_DB_QUERY_WIZARD_START + 50 { Text [ de ] = "Felder in ~meiner Abfrage: "; Text [ en-US ] = "Fields in ~my Query: "; }; String RID_DB_QUERY_WIZARD_START + 51 { Text [ de ] = "Sortierreihenfolge: "; Text [ en-US ] = "Sorting order: "; }; String RID_DB_QUERY_WIZARD_START + 52 { Text [ de ] = "Es wurde keine Sortierreihenfolge festgelegt."; Text [ en-US ] = "No sorting fields were assigned."; }; String RID_DB_QUERY_WIZARD_START + 53 { Text [ de ] = "Suchbedingungen: "; Text [ en-US ] = "Search conditions: "; }; String RID_DB_QUERY_WIZARD_START + 54 { Text [ de ] = "Es wurden keine Bedingungen festgelegt."; Text [ en-US ] = "No conditions were assigned."; }; String RID_DB_QUERY_WIZARD_START + 55 { Text [ de ] = "Aggregatfunktionen: "; Text [ en-US ] = "Aggregate functions: "; }; String RID_DB_QUERY_WIZARD_START + 56 { Text [ de ] = "Es wurden keine Aggregatfunktionen festgelegt."; Text [ en-US ] = "No aggregate functions were assigned."; }; String RID_DB_QUERY_WIZARD_START + 57 { Text [ de ] = "Gruppiert nach: "; Text [ en-US ] = "Grouped by: "; }; String RID_DB_QUERY_WIZARD_START + 58 { Text [ de ] = "Es wurden keine Gruppierungen festgelegt."; Text [ en-US ] = "No Groups were assigned."; }; String RID_DB_QUERY_WIZARD_START + 59 { Text [ de ] = "Grouping conditions: "; Text [ en-US ] = "Gruppierungsbedingungen: "; }; String RID_DB_QUERY_WIZARD_START + 60 { Text [ de ] = "Es wurden keine Gruppierungsbedingungen festgelegt."; Text [ en-US ] = "No grouping conditions were assigned."; }; String RID_DB_QUERY_WIZARD_START + 70 { Text [ de ] = "Wählen Sie die Felder (Spalten) für Ihre Abfrage aus"; Text [ en-US ] = "Select the fields (columns) for your query"; }; String RID_DB_QUERY_WIZARD_START + 71 { Text [ de ] = "Legen Sie die Sortiereihenfolge fest"; Text [ en-US ] = "Select the sorting order"; }; String RID_DB_QUERY_WIZARD_START + 72 { Text [ de ] = "Wählen Sie die Suchbedingungen"; Text [ en-US ] = "Select the search conditions"; }; String RID_DB_QUERY_WIZARD_START + 73 { Text [ de ] = "Wählen Sie die Art der Abfrage"; Text [ en-US ] = "Select the type of query"; }; String RID_DB_QUERY_WIZARD_START + 74 { Text [ de ] = "Wählen Sie die Gruppierungen"; Text [ en-US ] = "Select the groups"; }; String RID_DB_QUERY_WIZARD_START + 75 { Text [ de ] = "Wählen Sie die Bedingungen der Gruppierung"; Text [ en-US ] = "Select the grouping conditions"; }; String RID_DB_QUERY_WIZARD_START + 76 { Text [ de ] = "Vergeben Sie Aliasnamen falls erwünscht"; Text [ en-US ] = "Assign aliases if desired"; }; String RID_DB_QUERY_WIZARD_START + 77 { Text [ de ] = "Überprüfen Sie die Übersicht und entscheiden Sie wie Sie fortfahren möchten"; Text [ en-US ] = "Check the overview and decide how to proceed"; }; String RID_DB_QUERY_WIZARD_START + 80 { Text [ de ] = "Felderauswahl"; Text [ en-US ] = "Field selection"; }; String RID_DB_QUERY_WIZARD_START + 81 { Text [ de ] = "Sortierreihenfolge"; Text [ en-US ] = "Sorting order"; }; String RID_DB_QUERY_WIZARD_START + 82 { Text [ de ] = "Suchbedingungen"; Text [ en-US ] = "Search conditions"; }; String RID_DB_QUERY_WIZARD_START + 83 { Text [ de ] = "Detail oder Zusammenfassung"; Text [ en-US ] = "Detail or summary"; }; String RID_DB_QUERY_WIZARD_START + 84 { Text [ de ] = "Gruppierung"; Text [ en-US ] = "Grouping"; }; String RID_DB_QUERY_WIZARD_START + 85 { Text [ de ] = "Bedingungen der Gruppierung"; Text [ en-US ] = "Grouping conditions"; }; String RID_DB_QUERY_WIZARD_START + 86 { Text [ de ] = "Aliasnamen"; Text [ en-US ] = "Aliases"; }; String RID_DB_QUERY_WIZARD_START + 87 { Text [ de ] = "Überblick"; Text [ en-US ] = "Overview"; }; String RID_DB_QUERY_WIZARD_START + 88 { Text [ de ] = "Sie müssen ein Feld, dem keine Aggregatfunktion zugewiesen ist, als Gruppierung verwenden."; Text [ en-US ] = "A field that has not been assigned an aggregate function must be used in a group."; }; String RID_DB_QUERY_WIZARD_START + 89 { Text [ de ] = "Die Bedingung ' ' wurde zweimal ausgewählt. Jede Bedingung kann nur einmal ausgewählt werden."; Text [ en-US ] = "The condition ' ' was chosen twice. Each condition can only be chosen once"; }; String RID_DB_QUERY_WIZARD_START + 90 { Text [ de ] = "Die Aggregatfunktion '' wurde dem Feldnamen '' zweimal zugeordnet."; Text [ en-US ] = "The aggregate function has been assigned twice to the fieldname ''."; }; String RID_DB_QUERY_WIZARD_START + 91 { Text [ de ] = ", "; Text [ en-US ] = ", "; }; String RID_DB_QUERY_WIZARD_START + 92 { Text [ de ] = "()"; Text [ en-US ] = " ()"; }; String RID_DB_QUERY_WIZARD_START + 93 { Text [ de ] = " ()"; Text [ en-US ] = " ()"; }; String RID_DB_QUERY_WIZARD_START + 94 { Text [ de ] = " "; Text [ en-US ] = " "; }; String RID_DB_QUERY_WIZARD_START + 95 { Text [ de ] = " "; Text [ en-US ] = " "; }; String RID_DB_QUERY_WIZARD_START + 96 { Text [ de ] = " "; Text [ en-US ] = " "; }; //==============Report Wizard Start================================= String RID_DB_REPORT_WIZARD_START + 0 { Text [ de ] = "AutoPilot Bericht"; Text [ en-US ] = "Report AutoPilot"; }; String RID_DB_REPORT_WIZARD_START + 1 { Text [ de ] = "Der Bericht konnte nicht im Explorer abgelegt werden."; Text [ en-US ] = "The report could not be saved in the Explorer."; Text [ x-comment ] = " "; }; String RID_DB_REPORT_WIZARD_START + 2 { Text [ de ] = "Es ist keine Datenbank installiert. Sie benötigen mindestens eine Datenbank um den AutoPiloten für Berichte starten zu können."; Text [ en-US ] = "A database has not been installed. There must be at least one database on the system so that the AutoPilot Report can be started."; }; String RID_DB_REPORT_WIZARD_START + 3 { Text [ de ] = "~Tabelle"; Text [ en-US ] = "~Table"; Text [ x-comment ] = " "; }; String RID_DB_REPORT_WIZARD_START + 4 { Text [ de ] = "~Spalten"; Text [ en-US ] = "Colu~mns"; Text [ x-comment ] = " "; }; String RID_DB_REPORT_WIZARD_START + 5 { Text [ de ] = "~Gliederung A"; Text [ en-US ] = "Outline A"; }; String RID_DB_REPORT_WIZARD_START + 6 { Text [ de ] = "~Links A"; Text [ en-US ] = "Left A"; }; String RID_DB_REPORT_WIZARD_START + 7 { Text [ de ] = "Bericht_"; Text [ en-US ] = "Report_"; }; String RID_DB_REPORT_WIZARD_START + 8 { Text [ de ] = "-undefiniert-"; Text [ en-US ] = "- undefined -"; }; String RID_DB_REPORT_WIZARD_START + 9 { Text [ de ] = "~Felder im Bericht"; Text [ en-US ] = "~Fields in report"; }; String RID_DB_REPORT_WIZARD_START + 11 { Text [ de ] = "Gruppierungen"; Text [ en-US ] = "Grouping"; }; String RID_DB_REPORT_WIZARD_START + 12 { Text [ de ] = "Sortieroptionen"; Text [ en-US ] = "Sort Options"; Text [ x-comment ] = " "; }; String RID_DB_REPORT_WIZARD_START + 13 { Text [ de ] = "Auswahl des Layouts"; Text [ en-US ] = "Choose Layout"; }; String RID_DB_REPORT_WIZARD_START + 14 { Text [ de ] = "Bericht speichern"; Text [ en-US ] = "Save Report"; }; String RID_DB_REPORT_WIZARD_START + 15 { Text [ de ] = "Layout der Daten"; Text [ en-US ] = "Layout of data"; }; String RID_DB_REPORT_WIZARD_START + 16 { Text [ de ] = "Layout der Kopf- und Fußzeilen"; Text [ en-US ] = "Layout of headers and footers"; }; String RID_DB_REPORT_WIZARD_START + 19 { Text [ de ] = "Felder"; Text [ en-US ] = "Fields"; }; String RID_DB_REPORT_WIZARD_START + 20 { Text [ de ] = "~Sortieren nach"; Text [ en-US ] = "~Sort by"; }; String RID_DB_REPORT_WIZARD_START + 21 { Text [ de ] = "~Anschließend nach"; Text [ en-US ] = "And then by"; }; String RID_DB_REPORT_WIZARD_START + 22 { Text [ de ] = "~Ausrichtung"; Text [ en-US ] = "Orientation"; }; String RID_DB_REPORT_WIZARD_START + 23 { Text [ de ] = "H~ochformat"; Text [ en-US ] = "Portrait"; }; String RID_DB_REPORT_WIZARD_START + 24 { Text [ de ] = "~Querformat"; Text [ en-US ] = "Landscape"; }; String RID_DB_REPORT_WIZARD_START + 28 { Text [ de ] = "Welche Felder sollen in Ihrem Bericht erscheinen?"; Text [ en-US ] = "Which fields do you want to have in your report?"; }; String RID_DB_REPORT_WIZARD_START + 29 { Text [ de ] = "Möchten Sie Gruppierungen hinzufügen?"; Text [ en-US ] = "Do you want to add grouping levels?"; }; String RID_DB_REPORT_WIZARD_START + 30 { Text [ de ] = "Nach welchen Feldern wollen Sie die Daten sortieren?"; Text [ en-US ] = "According to which fields do you want to sort the data?"; }; String RID_DB_REPORT_WIZARD_START + 31 { Text [ de ] = "Wie soll Ihr Bericht aussehen?"; Text [ en-US ] = "How do you want your report to look?"; }; String RID_DB_REPORT_WIZARD_START + 32 { Text [ de ] = "Welche Art von Bericht möchten Sie erstellen?"; Text [ en-US ] = "Which type of report do you want?"; Text [ x-comment ] = "; EM2.Mai.01: Die gleiche Übersetzung wie für \"Nach der Fertigstellung...\"."; }; String RID_DB_REPORT_WIZARD_START + 33 { Text [ de ] = "~Name des Berichts"; Text [ en-US ] = "Title of report"; }; String RID_DB_REPORT_WIZARD_START + 34 { Text [ de ] = "Bericht an~zeigen"; Text [ en-US ] = "Display report"; }; String RID_DB_REPORT_WIZARD_START + 35 { Text [ de ] = "Bericht ab~legen"; Text [ en-US ] = "Save report"; }; String RID_DB_REPORT_WIZARD_START + 36 { Text [ de ] = "A~ufsteigend"; Text [ en-US ] = "Ascending"; }; String RID_DB_REPORT_WIZARD_START + 37 { Text [ de ] = "Abs~teigend"; Text [ en-US ] = "Descending"; }; String RID_DB_REPORT_WIZARD_START + 40 { Text [ de ] = "Dynamische Berichtsvorlage"; Text [ en-US ] = "Dynamic report template"; }; String RID_DB_REPORT_WIZARD_START + 41 { Text [ de ] = "Berichtsvorlage sofort verwenden"; Text [ en-US ] = "Use report template immediately"; }; String RID_DB_REPORT_WIZARD_START + 42 { Text [ de ] = "Berichtsvorlage weiter bearbeiten"; Text [ en-US ] = "Modify report template"; }; String RID_DB_REPORT_WIZARD_START + 43 { Text [ de ] = "Statischer Bericht"; Text [ en-US ] = "Static report"; }; String RID_DB_REPORT_WIZARD_START + 44 { Text [ de ] = "Speichern unter"; Text [ en-US ] = "Save as"; }; String RID_DB_REPORT_WIZARD_START + 45 { Text [ de ] = "~Verknüpfung zur Datenbank erstellen"; Text [ en-US ] = "~Create link to database"; }; String RID_DB_REPORT_WIZARD_START + 50 { Text [ de ] = "Gruppierungen"; Text [ en-US ] = "Groupings"; }; String RID_DB_REPORT_WIZARD_START + 51 { Text [ de ] = "Ans~chließend nach"; Text [ en-US ] = "Then b~y"; }; String RID_DB_REPORT_WIZARD_START + 52 { Text [ de ] = "Ansch~ließend nach"; Text [ en-US ] = "~Then by"; }; String RID_DB_REPORT_WIZARD_START + 53 { Text [ de ] = "Au~fsteigend"; Text [ en-US ] = "Asc~ending"; }; String RID_DB_REPORT_WIZARD_START + 54 { Text [ de ] = "Aufstei~gend"; Text [ en-US ] = "Ascend~ing"; }; String RID_DB_REPORT_WIZARD_START + 55 { Text [ de ] = "Aufst~eigend"; Text [ en-US ] = "Ascendin~g"; }; String RID_DB_REPORT_WIZARD_START + 56 { Text [ de ] = "Abste~igend"; Text [ en-US ] = "De~scending"; }; String RID_DB_REPORT_WIZARD_START + 57 { Text [ de ] = "Absteige~nd"; Text [ en-US ] = "Des~cending"; }; String RID_DB_REPORT_WIZARD_START + 58 { Text [ de ] = "Absteigen~d"; Text [ en-US ] = "De~scending"; }; String RID_DB_REPORT_WIZARD_START + 60 { Text [ de ] = "Binärfelder können nicht im Bericht angezeigt werden."; Text [ en-US ] = "Binary fields cannot be displayed in the report."; }; String RID_DB_REPORT_WIZARD_START + 61 { Text [ de ] = "Die Tabelle '' ist nicht vorhanden."; Text [ en-US ] = "The table '' does not exist."; }; String RID_DB_REPORT_WIZARD_START + 62 { Text [ de ] = "Bericht wird erstellt..."; Text [ en-US ] = "Creating Report..."; }; String RID_DB_REPORT_WIZARD_START + 63 { Text [ de ] = "Anzahl der eingefügten Datensätze: "; Text [ en-US ] = "Number of records inserted: "; }; String RID_DB_REPORT_WIZARD_START + 64 { Text [ de ] = "Das Formular '' existiert nicht."; Text [ en-US ] = "The form '' does not exist."; }; String RID_DB_REPORT_WIZARD_START + 65 { Text [ de ] = "Die Abfrage mit dem Ausdruck
''
konnte nicht ausgeführt werden.
Überprüfen Sie Ihre Datenquelle."; Text [ en-US ] = "The query with the statement
''
could not be run.
Check your data source."; }; String RID_DB_REPORT_WIZARD_START + 66 { Text [ de ] = "Folgendes versteckte Kontrollelement im Formular '' konnte nicht ausgelesen werden: ''."; Text [ en-US ] = "The following hidden control in the form '' could not be read: ''."; }; String RID_DB_REPORT_WIZARD_START + 67 { Text [ de ] = "Daten werden importiert..."; Text [ en-US ] = "Importing data..."; }; String RID_DB_REPORT_WIZARD_START + 68 { Text [ de ] = "Felder beschriften"; Text [ en-US ] = "Labeling Fields"; }; String RID_DB_REPORT_WIZARD_START + 69 { Text [ de ] = "Wie möchten Sie die Felder beschriften?"; Text [ en-US ] = "How do you want to label the fields?"; }; String RID_DB_REPORT_WIZARD_START + 70 { Text [ de ] = "Beschriftung"; Text [ en-US ] = "Label"; }; String RID_DB_REPORT_WIZARD_START + 71 { Text [ de ] = "Feld"; Text [ en-US ] = "Field"; }; String RID_DB_REPORT_WIZARD_START + 72 { Text [ de ] = "Es ist ein Fehler im Autopiloten aufgetreten.
Möglicherweise ist die Vorlage '%PATH' fehlerhaft.
Entweder die benötigten Bereiche bzw. Tabellen sind nicht vorhanden oder sie existiern unter einem falschen Namen.
Bitte schauen Sie in der Hilfe nach genaueren Hinweisen.
Bitte wählen Sie eine andere Dokumentvorlage aus."; Text [ en-US ] = "An error occurred in the AutoPilot.
The template '%PATH' could be erroneous.
Either the required sections or tables do not exist or exist under the wrong name.
See the Help for more detailed information.
Please select another template."; }; String RID_DB_REPORT_WIZARD_START + 73 { Text [ de ] = "Es ist ein ungültiges Benutzerfeld in einer Tabelle vorhanden!"; Text [ en-US ] = "There is an invalid user field in a table."; }; String RID_DB_REPORT_WIZARD_START + 74 { Text [ de ] = "Das Sortierkriterium '' wurde zweimal ausgewählt. Jedes Sortierkriterium kann nur einmal gewählt werden."; Text [ en-US ] = "The sort criterion '' was chosen twice. Each criterion can only be chosen once."; }; String RID_DB_REPORT_WIZARD_START + 75 { Text [ de ] = "Hinweis: Blindtext wird bei der Fertigstellung des Berichtes durch Datenbankinhalte ersetzt."; Text [ en-US ] = "Note: The dummy text will be replaced by data from the database when the report is created."; }; // ============================================================================ #ifdef null String RID_DB_TABLE_WIZARD_START + 0 { Text [ de ] = "AutoPilot Tabelle"; Text [ en-US ] = "AutoPilot Table"; }; String RID_DB_TABLE_WIZARD_START + 1 { Text [ de ] = "Es ist keine Datenbank installiert. Sie benötigen mind. eine Datenbank um den AutoPiloten für Tabellen starten zu können."; Text [ en-US ] = "There is no database installed. You need at least one database to start the AutoPilot for tables."; }; String RID_DB_TABLE_WIZARD_START + 2 { Text [ de ] = "Der Bezeichner $1 ist bereits in der Liste vorhanden."; Text [ en-US ] = "The identifier $1 already exists in the list."; }; String RID_DB_TABLE_WIZARD_START + 3 { Text [ de ] = "Die Datenbank $1 konnte nicht geöffnet werden."; Text [ en-US ] = "The database $1 could not be opened."; }; String RID_DB_TABLE_WIZARD_START + 4 { Text [ de ] = "Die Tabelle wurde erstellt."; Text [ en-US ] = "The table has been created."; }; String RID_DB_TABLE_WIZARD_START + 5 { Text [ de ] = "Die Tabelle konnte nicht erstellt werden."; Text [ en-US ] = "The table could not be created."; }; String RID_DB_TABLE_WIZARD_START + 6 { Text [ de ] = ": Tabellentyp"; Text [ en-US ] = ": Table Type"; }; String RID_DB_TABLE_WIZARD_START + 7 { Text [ de ] = ": Feldauswahl"; Text [ en-US ] = ": Field Selection"; }; String RID_DB_TABLE_WIZARD_START + 8 { Text [ de ] = ": Individualisierung"; Text [ en-US ] = ": Customization"; }; String RID_DB_TABLE_WIZARD_START + 9 { Text [ de ] = ": Tabelle Erstellen"; Text [ en-US ] = ": Create Table"; }; String RID_DB_TABLE_WIZARD_START + 10 { Text [ de ] = "Datenbanken"; Text [ en-US ] = "Databases"; Text [ x-comment ] = " "; }; String RID_DB_TABLE_WIZARD_START + 11 { Text [ de ] = "~Tabelle"; Text [ en-US ] = "~Table"; }; String RID_DB_TABLE_WIZARD_START + 12 { Text [ de ] = "~Feldvorschläge"; Text [ en-US ] = "~Proposed fields"; }; String RID_DB_TABLE_WIZARD_START + 13 { Text [ de ] = "~Übernommen"; Text [ en-US ] = "~Applied"; }; String RID_DB_TABLE_WIZARD_START + 14 { Text [ de ] = "~Feldname"; Text [ en-US ] = "~Field name"; }; String RID_DB_TABLE_WIZARD_START + 15 { Text [ de ] = "~Übernehmen"; Text [ en-US ] = "~Apply"; }; String RID_DB_TABLE_WIZARD_START + 16 { Text [ de ] = "Nach dem Beenden..."; Text [ en-US ] = "After completion..."; }; String RID_DB_TABLE_WIZARD_START + 17 { Text [ de ] = "~Daten in Tabelle eingeben"; Text [ en-US ] = "Enter data in the table"; Text [ x-comment ] = " "; }; String RID_DB_TABLE_WIZARD_START + 18 { Text [ de ] = "Tabelle ~anzeigen"; Text [ en-US ] = "Show table"; }; String RID_DB_TABLE_WIZARD_START + 19 { Text [ de ] = "Tabelle ~nicht anzeigen"; Text [ en-US ] = "Do not show table"; }; // ============================================================================ String RID_DB_GRID_WIZARD_START + 0 { Text [ de ] = "AutoPilot Tabellenelement"; Text [ en-US ] = "AutoPilot Table Element"; Text [ x-comment ] = " "; }; String RID_DB_GRID_WIZARD_START + 1 { Text [ de ] = "Tabellenelement erzeugen"; Text [ en-US ] = "Create table element"; Text [ x-comment ] = " "; }; String RID_DB_GRID_WIZARD_START + 2 { Text [ de ] = " (Datum)"; Text [ en-US ] = "(Date)"; }; String RID_DB_GRID_WIZARD_START + 3 { Text [ de ] = " (Zeit)"; Text [ en-US ] = "(Time)"; }; String RID_DB_GRID_WIZARD_START + 4 { Text [ de ] = "Tabellenelement_"; Text [ en-US ] = "Table Element_"; Text [ x-comment ] = " "; }; String RID_DB_GRID_WIZARD_START + 5 { Text [ de ] = ": Tabellenauswahl"; Text [ en-US ] = ": Table Selection"; }; String RID_DB_GRID_WIZARD_START + 6 { Text [ de ] = ": Feldauswahl"; Text [ en-US ] = ": Field Selection"; }; String RID_DB_GRID_WIZARD_START + 7 { Text [ de ] = ": Feldausrichtung"; Text [ en-US ] = ": Field Alignment"; }; String RID_DB_GRID_WIZARD_START + 8 { Text [ de ] = ": Vorlagen"; Text [ en-US ] = ": Styles"; }; String RID_DB_GRID_WIZARD_START + 9 { Text [ de ] = ": Formular erstellen"; Text [ en-US ] = ": Create Form"; }; String RID_DB_GRID_WIZARD_START + 10 { Text [ de ] = "Datenbank"; Text [ en-US ] = "Database"; Text [ x-comment ] = " "; }; String RID_DB_GRID_WIZARD_START + 11 { Text [ de ] = "~Vorhandene Felder"; Text [ en-US ] = "Existing fields"; }; String RID_DB_GRID_WIZARD_START + 12 { Text [ de ] = "~Ausgewählte Felder"; Text [ en-US ] = "Selected fields"; }; // ============================================================================ String RID_DB_COMBO_WIZARD_START + 0 { Text [ de ] = "AutoPilot - Kombinationsfeld"; Text [ en-US ] = "AutoPilot - Combo Box"; Text [ x-comment ] = " "; }; String RID_DB_COMBO_WIZARD_START + 1 { Text [ de ] = "AutoPilot - Listenfeld"; Text [ en-US ] = "AutoPilot - List Box"; }; String RID_DB_COMBO_WIZARD_START + 2 { Text [ de ] = "Kontrollfeld erzeugen"; Text [ en-US ] = "Create Control"; Text [ x-comment ] = " "; }; String RID_DB_COMBO_WIZARD_START + 3 { Text [ de ] = "KombinationsListfeld_"; Text [ en-US ] = "Combo Box Field_"; }; String RID_DB_COMBO_WIZARD_START + 4 { Text [ de ] = ": Tabellenauswahl"; Text [ en-US ] = ": Table Selection"; Text [ x-comment ] = " "; }; String RID_DB_COMBO_WIZARD_START + 5 { Text [ de ] = ": Feldauswahl"; Text [ en-US ] = ": Field Selection"; }; String RID_DB_COMBO_WIZARD_START + 6 { Text [ de ] = ": Feldverknüpfung"; Text [ en-US ] = ": Field Link"; }; String RID_DB_COMBO_WIZARD_START + 7 { Text [ de ] = ": Datenverarbeitung"; Text [ en-US ] = ": Data Processing"; }; String RID_DB_COMBO_WIZARD_START + 8 { Text [ de ] = ": Formular erstellen"; Text [ en-US ] = ": Create Form"; }; String RID_DB_COMBO_WIZARD_START + 9 { Text [ de ] = "~Wertetabelle"; Text [ en-US ] = "Table of Values"; }; String RID_DB_COMBO_WIZARD_START + 10 { Text [ de ] = "Tabelle für ~Listeninhalt"; Text [ en-US ] = "Table for list content"; }; String RID_DB_COMBO_WIZARD_START + 11 { Text [ de ] = "~Vorhandene Felder"; Text [ en-US ] = "Existing fields"; }; String RID_DB_COMBO_WIZARD_START + 12 { Text [ de ] = "~Anzeigefeld"; Text [ en-US ] = "Display field"; }; String RID_DB_COMBO_WIZARD_START + 13 { Text [ de ] = "Der Inhalt des ausgewählten Feldes wird in der Liste des Kombinationsfeldes angezeigt."; Text [ en-US ] = "The contents of the field selected will be shown in the combo box list."; }; String RID_DB_COMBO_WIZARD_START + 14 { Text [ de ] = "Der Inhalt des ausgewählten Feldes wird in dem Listenfeld angezeigt, wenn die ver- knüpften Felder überein- stimmen"; Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical."; }; String RID_DB_COMBO_WIZARD_START + 15 { Text [ de ] = "Info"; Text [ en-US ] = "Information"; }; String RID_DB_COMBO_WIZARD_START + 16 { Text [ de ] = "Feld aus der ~Wertetabelle"; Text [ en-US ] = "Field from the values table"; }; String RID_DB_COMBO_WIZARD_START + 17 { Text [ de ] = "Feld aus der ~Listentabelle"; Text [ en-US ] = "Field from the list table"; }; String RID_DB_COMBO_WIZARD_START + 18 { Text [ de ] = "Sie können den Wert des Kombinationsfeldes entweder in einem Datenbankfeld speichern oder ihn nur zum Anzeigen verwenden."; Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for display purposes."; Text [ x-comment ] = " "; }; String RID_DB_COMBO_WIZARD_START + 19 { Text [ de ] = "Sie können den Wert des Listenfeldes entweder in einem Datenbankfeld speichern oder ihn nur zum Anzeigen verwenden."; Text [ en-US ] = "You can either save the value of the list field in a database field or use it for display purposes."; }; String RID_DB_COMBO_WIZARD_START + 20 { Text [ de ] = "Möchten Sie den Wert in einem Datenbankfeld speichern?"; Text [ en-US ] = "Do you want to save the value in a database field?"; }; String RID_DB_COMBO_WIZARD_START + 21 { Text [ de ] = "~Ja, und zwar folgendem Datenbankfeld :"; Text [ en-US ] = "Yes, save in the following database field:"; }; String RID_DB_COMBO_WIZARD_START + 22 { Text [ de ] = "~Nein, ich möchte den Wert nur zum Anzeigen verwenden."; Text [ en-US ] = "No, I only want to use the value for display purposes."; }; #endif //====================== Letter Wizard Start String RID_LETTERWIZARDDIALOG_START + 1 { Text [ de ] = "Brief-Assistent"; Text [ en-US ] = "Letter Wizard"; }; String RID_LETTERWIZARDDIALOG_START + 2 { Text [ de ] = "Label9"; Text [ en-US ] = "Label9"; }; String RID_LETTERWIZARDDIALOG_START + 3 { Text [ de ] = "Geschäftsbrief"; Text [ en-US ] = "~Business Letter"; }; String RID_LETTERWIZARDDIALOG_START + 4 { Text [ de ] = "Förmlicher Privatbrief"; Text [ en-US ] = "~Formal personal letter"; }; String RID_LETTERWIZARDDIALOG_START + 5 { Text [ de ] = "Privater Brief"; Text [ en-US ] = "~Personal letter"; }; String RID_LETTERWIZARDDIALOG_START + 6 { Text [ de ] = "Geschäftliches Briefpapier verwenden"; Text [ en-US ] = "~Use letterhead paper with pre-printed elements"; }; String RID_LETTERWIZARDDIALOG_START + 7 { Text [ de ] = "Logo"; Text [ en-US ] = "~Logo"; }; String RID_LETTERWIZARDDIALOG_START + 8 { Text [ de ] = "Eigene Adresse"; Text [ en-US ] = "Own Address"; }; String RID_LETTERWIZARDDIALOG_START + 9 { Text [ de ] = "Fußzeile"; Text [ en-US ] = "~Footer"; }; String RID_LETTERWIZARDDIALOG_START + 10 { Text [ de ] = "Absenderadresse im Kuvertfenster"; Text [ en-US ] = "~Return address in envelope window"; }; String RID_LETTERWIZARDDIALOG_START + 11 { Text [ de ] = "Logo"; Text [ en-US ] = "~Logo"; }; String RID_LETTERWIZARDDIALOG_START + 12 { Text [ de ] = "Absenderadresse im Kuvertfenster"; Text [ en-US ] = "~Return address in envelope window"; }; String RID_LETTERWIZARDDIALOG_START + 13 { Text [ de ] = "Briefzeichen"; Text [ en-US ] = "Letter Signs"; }; String RID_LETTERWIZARDDIALOG_START + 14 { Text [ de ] = "Betreffzeile"; Text [ en-US ] = "S~ubject line"; }; String RID_LETTERWIZARDDIALOG_START + 15 { Text [ de ] = "Briefanrede"; Text [ en-US ] = "Salu~tation"; }; String RID_LETTERWIZARDDIALOG_START + 16 { Text [ de ] = "Falzmarken"; Text [ en-US ] = "Fold ~marks"; }; String RID_LETTERWIZARDDIALOG_START + 17 { Text [ de ] = "Grußformel"; Text [ en-US ] = "~Complimentary close"; }; String RID_LETTERWIZARDDIALOG_START + 18 { Text [ de ] = "Fußzeile"; Text [ en-US ] = "~Footer"; }; String RID_LETTERWIZARDDIALOG_START + 19 { Text [ de ] = "Für Versendeadresse Benutzerdaten verwenden"; Text [ en-US ] = "~Use user data for return address"; }; String RID_LETTERWIZARDDIALOG_START + 20 { Text [ de ] = "Neue Absenderadresse:"; Text [ en-US ] = "~New sender address:"; }; String RID_LETTERWIZARDDIALOG_START + 21 { Text [ de ] = "Für Empfängeradresse Platzhalter verwenden"; Text [ en-US ] = "Use placeholders for ~recipient's address"; }; String RID_LETTERWIZARDDIALOG_START + 22 { Text [ de ] = "Die Adressdatenbank für Serienbrief verwenden"; Text [ en-US ] = "Use address database for ~mail merge"; }; String RID_LETTERWIZARDDIALOG_START + 23 { Text [ de ] = "Nur auf der zweiten und folgenden Seiten einfügen"; Text [ en-US ] = "Include ~only on second and following pages"; }; String RID_LETTERWIZARDDIALOG_START + 24 { Text [ de ] = "Seitenzahl einfügen"; Text [ en-US ] = "~Include page number"; }; String RID_LETTERWIZARDDIALOG_START + 25 { Text [ de ] = "Briefvorlage"; Text [ en-US ] = "Letter Template"; }; String RID_LETTERWIZARDDIALOG_START + 26 { Text [ de ] = "Einen Brief aus dieser Dokumentvorlage erstellen"; Text [ en-US ] = "Create a ~letter from this template"; }; String RID_LETTERWIZARDDIALOG_START + 27 { Text [ de ] = "Manuell Veränderungen an der Dokumentvorlage vornehmen"; Text [ en-US ] = "Make ~manual changes to this letter template"; }; String RID_LETTERWIZARDDIALOG_START + 28 { Text [ de ] = "Seitendesign"; Text [ en-US ] = "Page design"; }; String RID_LETTERWIZARDDIALOG_START + 29 { Text [ de ] = "Seitendesign"; Text [ en-US ] = "Page design"; }; String RID_LETTERWIZARDDIALOG_START + 30 { Text [ de ] = "Seitendesign"; Text [ en-US ] = "Page design"; }; String RID_LETTERWIZARDDIALOG_START + 31 { Text [ de ] = "Dieser Assistent hilft Ihnen, eine Dokumentvorlage für Briefe zu erstellen. Sie können die Dokumentvorlage als Basis verwenden, um dann so häufig wie erwünscht, Briefe zu erstellen."; Text [ en-US ] = "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired."; }; String RID_LETTERWIZARDDIALOG_START + 32 { Text [ de ] = "Höhe:"; Text [ en-US ] = "~Height:"; }; String RID_LETTERWIZARDDIALOG_START + 33 { Text [ de ] = "Breite:"; Text [ en-US ] = "~Width:"; }; String RID_LETTERWIZARDDIALOG_START + 34 { Text [ de ] = "Abstand zum linken Rand:"; Text [ en-US ] = "S~pacing to left margin:"; }; String RID_LETTERWIZARDDIALOG_START + 35 { Text [ de ] = "Abstand zum oberen Rand:"; Text [ en-US ] = "Spacing ~to top margin:"; }; String RID_LETTERWIZARDDIALOG_START + 36 { Text [ de ] = "Höhe:"; Text [ en-US ] = "Height:"; }; String RID_LETTERWIZARDDIALOG_START + 37 { Text [ de ] = "Breite:"; Text [ en-US ] = "Width:"; }; String RID_LETTERWIZARDDIALOG_START + 38 { Text [ de ] = "Abstand zum linken Rand:"; Text [ en-US ] = "S~pacing to left margin:"; }; String RID_LETTERWIZARDDIALOG_START + 39 { Text [ de ] = "Abstand zum oberen Rand:"; Text [ en-US ] = "Spacing ~to top margin:"; }; String RID_LETTERWIZARDDIALOG_START + 40 { Text [ de ] = "Höhe:"; Text [ en-US ] = "Height:"; }; String RID_LETTERWIZARDDIALOG_START + 41 { Text [ de ] = "Typisches Briefformat für dieses Land verwenden:"; Text [ en-US ] = "Use a typical letter format for this country:"; }; String RID_LETTERWIZARDDIALOG_START + 42 { Text [ de ] = "Absenderadresse"; Text [ en-US ] = "Sender's address"; }; String RID_LETTERWIZARDDIALOG_START + 43 { Text [ de ] = "Name:"; Text [ en-US ] = "Name:"; }; String RID_LETTERWIZARDDIALOG_START + 44 { Text [ de ] = "Straße:"; Text [ en-US ] = "Street:"; }; String RID_LETTERWIZARDDIALOG_START + 45 { Text [ de ] = "PLZ/Stadt:"; Text [ en-US ] = "Postcode/State/City:"; }; String RID_LETTERWIZARDDIALOG_START + 46 { Text [ de ] = "Empfängeradresse"; Text [ en-US ] = "Recipient's address"; }; String RID_LETTERWIZARDDIALOG_START + 47 { Text [ de ] = "Fußzeile"; Text [ en-US ] = "Footer"; }; String RID_LETTERWIZARDDIALOG_START + 48 { Text [ de ] = "Dieser Assistent erstellt eine Dokumentvorlage, die Sie vielfach verwenden können, um Briefe mit demselben Aussehen zu erstellen."; Text [ en-US ] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings."; }; String RID_LETTERWIZARDDIALOG_START + 49 { Text [ de ] = "Um einen weiteren Brief mit dieser Dokumentvorlage zu erstellen, gehen Sie zur Dokumentvorlage und doppelklicken darauf."; Text [ en-US ] = "To create another new letter out of the template just navigate to the template location and double-click it."; }; String RID_LETTERWIZARDDIALOG_START + 50 { Text [ de ] = "Name der Dokumentvorlage:"; Text [ en-US ] = "Template name:"; }; String RID_LETTERWIZARDDIALOG_START + 51 { Text [ de ] = "Speicherort und Dateiname:"; Text [ en-US ] = "Location and file name:"; }; String RID_LETTERWIZARDDIALOG_START + 52 { Text [ de ] = "Wie möchten Sie fortfahren?"; Text [ en-US ] = "How do you want to proceed?"; }; String RID_LETTERWIZARDDIALOG_START + 53 { Text [ de ] = "Bitte wählen Sie den Typ und das Seitendesign des Briefs"; Text [ en-US ] = "Please choose the type of letter and page design"; }; String RID_LETTERWIZARDDIALOG_START + 54 { Text [ de ] = "Wählen Sie die Elemente, die gedruckt werden sollen"; Text [ en-US ] = "Select the items to be printed"; }; String RID_LETTERWIZARDDIALOG_START + 55 { Text [ de ] = "Bitte legen Sie fest, welche Elemente bereits auf Ihrem Briefpapier sind"; Text [ en-US ] = "Specify items already on your letterhead paper"; }; String RID_LETTERWIZARDDIALOG_START + 56 { Text [ de ] = "Legen Sie Absender- und Empfängerdaten fest"; Text [ en-US ] = "Specify the sender and recipient information"; }; String RID_LETTERWIZARDDIALOG_START + 57 { Text [ de ] = "Füllen Sie die Infos ein, die in der Fußzeile zu sehen sein sollen"; Text [ en-US ] = "Fill in the information you would like in the footer"; }; String RID_LETTERWIZARDDIALOG_START + 58 { Text [ de ] = "Bitte legen Sie letzte Einstellungen fest"; Text [ en-US ] = "Please specify last settings"; }; //====================== Letter Wizard Greeting Start String RID_LETTERWIZARDSALUTATION_START + 1 { Text [ de ] = "Sehr geehrte Damen und Herren"; Text [ en-US ] = "Dear Ladies and Gentlemen"; }; String RID_LETTERWIZARDSALUTATION_START + 2 { Text [ de ] = "Meine lieben Damen und Herren"; Text [ en-US ] = "Dir Sir or Madam"; }; String RID_LETTERWIZARDSALUTATION_START + 3 { Text [ de ] = "Hallo"; Text [ en-US ] = "Hello"; }; //====================== Letter Wizard Greeting Start String RID_LETTERWIZARDGREETING_START + 1 { Text [ de ] = "Gruß,"; Text [ en-US ] = "Sincerely,"; }; String RID_LETTERWIZARDGREETING_START + 2 { Text [ de ] = "Mit freundlichen Grüßen,"; Text [ en-US ] = "Best Regards,"; }; String RID_LETTERWIZARDGREETING_START + 3 { Text [ de ] = "Tschüß,"; Text [ en-US ] = "Cheers,"; }; //====================== Letter Wizard Roadmap Start String RID_LETTERWIZARDROADMAP_START + 1 { Text [ de ] = "Seitendesign"; Text [ en-US ] = "Page design"; }; String RID_LETTERWIZARDROADMAP_START + 2 { Text [ de ] = "Briefpapier-Layout"; Text [ en-US ] = "Letterhead layout"; }; String RID_LETTERWIZARDROADMAP_START + 3 { Text [ de ] = "Gedruckte Elemente"; Text [ en-US ] = "Printed items"; }; String RID_LETTERWIZARDROADMAP_START + 4 { Text [ de ] = "Empfänger und Absender"; Text [ en-US ] = "Recipient and sender"; }; String RID_LETTERWIZARDROADMAP_START + 5 { Text [ de ] = "Fußzeile"; Text [ en-US ] = "Footer"; }; String RID_LETTERWIZARDROADMAP_START + 6 { Text [ de ] = "Name und Speicherort"; Text [ en-US ] = "Name and Location"; }; //====================== Letter Wizard Language Start String RID_LETTERWIZARDLANGUAGE_START + 1 { Text [ de ] = "US American"; Text [ en-US ] = "US American"; }; String RID_LETTERWIZARDLANGUAGE_START + 2 { Text [ de ] = "German"; Text [ en-US ] = "German"; }; // ============================================================================ // ============================ ====================== // ====================== WEB WIZARD RESOURCES ================ // ============================ ====================== // ============================================================================ String RID_WEBWIZARDDIALOG_START +1 { Text [ en-US ] = "Web Wizard"; Text [ de ] = "Web-Assistent"; }; String RID_WEBWIZARDDIALOG_START +2 { Text [ en-US ] = "This Web Wizard is to aid you in publishing documents on the Internet.\n\nIt will convert the documents so that they can be viewed by a web browser. In addition, it will generate a Table of Contents page with links for easy access to the documents. The Web Wizard will also allow you to customize the design and layout of your web site.\n\nYou will be able to keep the documents you have published on the web up-to-date and add or remove documents at any time."; Text [ de ] = "Der Web-Assistent hilft Ihnen Dokumente im Internet zu publizieren. \n\nIhre Dokumente werden so konvertiert, dass sie in einem Internet-Browser angezeigt werden können. Weiterhin wird ein Inhaltsverzeichnis erstellt, das Verknüpfungen auf Ihre einzelnen Dokumente enthält und einen einfachen Zugriff auf diese ermöglicht.\n\nDer Web-Assistent gibt Ihnen weiterhin die Möglichkeit, das Layout und Design der Webseite zu ändern.\n\nSie werden jederzeit in der Lage sein, die Dokumente, die Sie im Internet veröffentlicht haben, zu pflegen und auf Stand zu halten sowie Dokumente hinzuzufügen oder zu entfernen."; }; String RID_WEBWIZARDDIALOG_START +3 { Text [ en-US ] = "~Load"; Text [ de ] = "~Öffnen"; }; String RID_WEBWIZARDDIALOG_START +4 { Text [ en-US ] = "~Delete"; Text [ de ] = "~Löschen"; }; String RID_WEBWIZARDDIALOG_START +5 { Text [ en-US ] = "Introduction"; Text [ de ] = "Einleitung"; }; String RID_WEBWIZARDDIALOG_START +6 { Text [ en-US ] = "Select the documents you want to publish"; Text [ de ] = "Wählen Sie die Dokumente aus, die Sie veröffentlichen wollen"; }; String RID_WEBWIZARDDIALOG_START +7 { Text [ en-US ] = "~Documents:"; Text [ de ] = "~Dokumente:"; }; String RID_WEBWIZARDDIALOG_START +8 { Text [ en-US ] = "Document information "; Text [ de ] = "Dokumentinformation"; }; String RID_WEBWIZARDDIALOG_START +9 { Text [ en-US ] = "~Title:"; Text [ de ] = "~Titel:"; }; String RID_WEBWIZARDDIALOG_START +10 { Text [ en-US ] = "~Summary: "; Text [ de ] = "~Zusammenfassung: "; }; String RID_WEBWIZARDDIALOG_START +11 { Text [ en-US ] = "Au~thor:"; Text [ de ] = "Au~tor:"; }; String RID_WEBWIZARDDIALOG_START +12 { Text [ en-US ] = "~Export to file format:"; Text [ de ] = "~Exportieren im Dateiformat:"; }; String RID_WEBWIZARDDIALOG_START +13 { Text [ en-US ] = "Enter general information for your web site"; Text [ de ] = "Geben Sie allgemeine Informationen über Ihre Webseite ein"; }; String RID_WEBWIZARDDIALOG_START +14 { Text [ en-US ] = "Title:"; Text [ de ] = "~Titel:"; }; String RID_WEBWIZARDDIALOG_START +15 { Text [ en-US ] = "Icon:"; Text [ de ] = "Symbol:"; }; String RID_WEBWIZARDDIALOG_START +16 { Text [ en-US ] = "Description:"; Text [ de ] = "~Beschreibung:"; }; String RID_WEBWIZARDDIALOG_START +17 { Text [ en-US ] = "Keywords:"; Text [ de ] = "~Schlüsselwörter:"; }; String RID_WEBWIZARDDIALOG_START +18 { Text [ en-US ] = "Created:"; Text [ de ] = "Erstellt am:"; }; String RID_WEBWIZARDDIALOG_START +19 { Text [ en-US ] = "Revisit after:"; Text [ de ] = "Erneut ~besuchen nach:"; }; String RID_WEBWIZARDDIALOG_START +20 { Text [ en-US ] = "E-mail:"; Text [ de ] = "~E-Mail:"; }; String RID_WEBWIZARDDIALOG_START +21 { Text [ en-US ] = "Copyright notice:"; Text [ de ] = "Co~pyright-Hinweis:"; }; String RID_WEBWIZARDDIALOG_START +22 { Text [ en-US ] = "Modified:"; Text [ de ] = "Geändert am:"; }; String RID_WEBWIZARDDIALOG_START +23 { Text [ en-US ] = "days"; Text [ de ] = "~Tage"; }; String RID_WEBWIZARDDIALOG_START +24 { Text [ en-US ] = "~Preview"; Text [ de ] = "~Vorschau"; }; String RID_WEBWIZARDDIALOG_START +25 { Text [ en-US ] = "Where do you want to publish your web site?"; Text [ de ] = "Wo wollen Sie ihre Webseite veröffentlichen?"; }; String RID_WEBWIZARDDIALOG_START +26 { Text [ en-US ] = "Publish the new web site:"; Text [ de ] = "Neue Webseite veröffentlichen:"; }; String RID_WEBWIZARDDIALOG_START +27 { Text [ en-US ] = "To a ~local folder"; Text [ de ] = "In einen ~lokalen Ordner"; }; String RID_WEBWIZARDDIALOG_START +28 { Text [ en-US ] = "..."; Text [ de ] = "..."; }; String RID_WEBWIZARDDIALOG_START +29 { Text [ en-US ] = "To a ~web server via FTP"; Text [ de ] = "Auf einen ~Webserver per FTP"; }; String RID_WEBWIZARDDIALOG_START +31 { Text [ en-US ] = "~Configure..."; Text [ de ] = "~Einstellen..."; }; String RID_WEBWIZARDDIALOG_START +32 { Text [ en-US ] = "To a ZIP ~archive"; Text [ de ] = "In ein ~ZIP-Archiv"; }; String RID_WEBWIZARDDIALOG_START +33 { Text [ en-US ] = "..."; Text [ de ] = "..."; }; String RID_WEBWIZARDDIALOG_START +34 { Text [ en-US ] = "~Save settings (recommended)"; Text [ de ] = "~Einstellungen speichern (empfohlen)"; }; String RID_WEBWIZARDDIALOG_START +35 { Text [ en-US ] = "Save ~as:"; Text [ de ] = "Speichern ~als:"; }; String RID_WEBWIZARDDIALOG_START +36 { Text [ en-US ] = "~Existing Web Wizard settings"; Text [ de ] = "~Vorhandene Einstellungen für den Web-Assistenten"; }; String RID_WEBWIZARDDIALOG_START +37 { Text [ en-US ] = "Web site content "; Text [ de ] = "Webseite-Inhalt"; }; String RID_WEBWIZARDDIALOG_START +38 { Text [ en-US ] = "~Add..."; Text [ de ] = "~Hinzufügen..."; }; String RID_WEBWIZARDDIALOG_START +39 { Text [ en-US ] = "Remo~ve"; Text [ de ] = "Entfer~nen"; }; String RID_WEBWIZARDDIALOG_START +40 { Text [ en-US ] = "Choose a layout for the table of contents of your web site"; Text [ de ] = "Wählen Sie ein Layout für das Inhaltsverzeichnis Ihrer Webseite"; }; String RID_WEBWIZARDDIALOG_START +41 { Text [ en-US ] = "Select a style for the table of contents page"; Text [ de ] = "Wählen Sie eine Formatvorlage für die Seite mit dem Inhaltsverzeichnis"; }; String RID_WEBWIZARDDIALOG_START +42 { Text [ en-US ] = "~Style:"; Text [ de ] = "~Formatvorlage:"; }; String RID_WEBWIZARDDIALOG_START +43 { Text [ en-US ] = "Back~ground..."; Text [ de ] = "Hinter~grund..."; }; String RID_WEBWIZARDDIALOG_START +44 { Text [ en-US ] = "~Icon Set..."; Text [ de ] = "~Symbolsatz..."; }; String RID_WEBWIZARDDIALOG_START +48 { Text [ en-US ] = "~Layouts: "; Text [ de ] = "~Layouts: "; }; String RID_WEBWIZARDDIALOG_START +50 { Text [ en-US ] = "~Description"; Text [ de ] = "~Beschreibung"; }; String RID_WEBWIZARDDIALOG_START +51 { Text [ en-US ] = "~Author"; Text [ de ] = "~Autor"; }; String RID_WEBWIZARDDIALOG_START +52 { Text [ en-US ] = "Cr~eation date"; Text [ de ] = "~Erstellungsdatum"; }; String RID_WEBWIZARDDIALOG_START +53 { Text [ en-US ] = "~Last change date"; Text [ de ] = "Datum der letzten ~Änderung"; }; String RID_WEBWIZARDDIALOG_START +54 { Text [ en-US ] = "~File name"; Text [ de ] = "~Dateiname"; }; String RID_WEBWIZARDDIALOG_START +55 { Text [ en-US ] = "File forma~t"; Text [ de ] = "Datei~format"; }; String RID_WEBWIZARDDIALOG_START +56 { Text [ en-US ] = "File format ~icon"; Text [ de ] = "Dateiformatsymbol"; }; String RID_WEBWIZARDDIALOG_START +57 { Text [ en-US ] = "N~o. of pages"; Text [ de ] = "N~r. der Seiten"; }; String RID_WEBWIZARDDIALOG_START +58 { Text [ en-US ] = "~Size in KB"; Text [ de ] = "~Größe in KB"; }; String RID_WEBWIZARDDIALOG_START +59 { Text [ en-US ] = "Click 'Preview' to see a preview in your default browser:"; Text [ de ] = "Klicken Sie auf 'Vorschau', um eine Vorschau des Inhaltverzeichnises in Ihrem Standard-Browser zu sehen:"; }; String RID_WEBWIZARDDIALOG_START +60 { Text [ en-US ] = "Customize the selected layout"; Text [ de ] = "Anpassen des selektierten Layouts"; }; String RID_WEBWIZARDDIALOG_START +61 { Text [ en-US ] = "Include the following information for each document in the table of contents:"; Text [ de ] = "Aufnehmen der folgenden Elemente in das Inhaltsverzeichnisses eines Dokumentes:"; }; String RID_WEBWIZARDDIALOG_START +62 { Text [ en-US ] = "Optimize the layout for screen resolution:"; Text [ de ] = "Layout optimieren für Bildschirmauflösung:"; }; String RID_WEBWIZARDDIALOG_START +63 { Text [ en-US ] = "..."; Text [ de ] = "..."; }; String RID_WEBWIZARDDIALOG_START +64 { Text [ en-US ] = "~640x480"; Text [ de ] = "~640x480"; }; String RID_WEBWIZARDDIALOG_START +65 { Text [ en-US ] = "~800x600"; Text [ de ] = "~800x600"; }; String RID_WEBWIZARDDIALOG_START +66 { Text [ en-US ] = "~1024x768"; Text [ de ] = "~1024x768"; }; String RID_WEBWIZARDDIALOG_START +70 { Text [ en-US ] = "Generating Your Web Site"; Text [ de ] = "Ihre Webseite wird erzeugt"; }; String RID_WEBWIZARDDIALOG_START +71 { Text [ en-US ] = "%START..%END/%TOTAL"; Text [ de ] = "%START..%END/%TOTAL"; }; String RID_WEBWIZARDDIALOG_START +72 { Text [ en-US ] = "myWebsite"; Text [ de ] = " meineWebseite"; }; String RID_WEBWIZARDDIALOG_START +73 { Text [ en-US ] = "FTP target is a file."; Text [ de ] = "FTP Ziel ist eine Datei."; }; String RID_WEBWIZARDDIALOG_START +74 { Text [ en-US ] = "Local target is a file."; Text [ de ] = "Lokales Ziel ist eine Datei."; }; String RID_WEBWIZARDDIALOG_START +75 { Text [ en-US ] = "The ZIP target already exists. Do you want to overwrite the existing target? "; Text [ de ] = "Das ZIP-Ziel existiert bereits. Möchten Sie es Überschreiben?"; }; String RID_WEBWIZARDDIALOG_START +76 { Text [ en-US ] = "The FTP target directory is not empty. Do you want to delete the content? "; Text [ de ] = "Das FTP-Zielverzeichnis ist nicht leer. Möchten Sie den Inhalt löschen?"; }; String RID_WEBWIZARDDIALOG_START +77 { Text [ en-US ] = "The local target directory is not empty. Do you want to delete the content? "; Text [ de ] = "Das lokale Verzeichnis ist nicht leer. Möchten Sie den Inhalt löschen?"; }; String RID_WEBWIZARDDIALOG_START +78 { Text [ en-US ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? "; Text [ de ] = "Einstellungen mit diesem Namen existieren bereits. Möchten Sie diese Überschreiben?"; }; String RID_WEBWIZARDDIALOG_START +79 { Text [ en-US ] = "Exporting documents..."; Text [ de ] = "Dokumente werden exportiert..."; }; String RID_WEBWIZARDDIALOG_START +80 { Text [ en-US ] = "Preparing export..."; Text [ de ] = "Export word vorbereitet..."; }; String RID_WEBWIZARDDIALOG_START +81 { Text [ en-US ] = "Copying layout files..."; Text [ de ] = "Layout Dateien werden kopiert..."; }; String RID_WEBWIZARDDIALOG_START +82 { Text [ en-US ] = "Preparing table of contents generation..."; Text [ de ] = " Inhaltsverzeichnis-Erzeugung wird vorbereitet..."; }; String RID_WEBWIZARDDIALOG_START +83 { Text [ en-US ] = "Generating table of contents..."; Text [ de ] = "Das Inhaltsverzeichnis wird generiert..."; }; String RID_WEBWIZARDDIALOG_START +84 { Text [ en-US ] = "Initializing..."; Text [ de ] = "Initialisieren..."; }; String RID_WEBWIZARDDIALOG_START +86 { Text [ en-US ] = "Preparing to publish..."; Text [ de ] = "Veröffentlichung vorbereiten..."; }; String RID_WEBWIZARDDIALOG_START +87 { Text [ en-US ] = "Publishing to local directory..."; Text [ de ] = "In lokales Verzeichnis veröffentlichen..."; }; String RID_WEBWIZARDDIALOG_START +88 { Text [ en-US ] = "Publishing to FTP destination..."; Text [ de ] = "Veröffentlichen per FTP..."; }; String RID_WEBWIZARDDIALOG_START +89 { Text [ en-US ] = "Publishing to a ZIP archive..."; Text [ de ] = "In ein ZIP-Archiv veröffentlichen..."; }; String RID_WEBWIZARDDIALOG_START +90 { Text [ en-US ] = "Finishing..."; Text [ de ] = "Fertig stellen..."; }; String RID_WEBWIZARDDIALOG_START +92 { Text [ en-US ] = "%PRODNAME documents"; Text [ de ] = "%PRODNAME-Dokumente"; }; String RID_WEBWIZARDDIALOG_START +93 { Text [ en-US ] = "Microsoft Office documents"; Text [ de ] = "Microsoft Office-Dokumente"; }; String RID_WEBWIZARDDIALOG_START +94 { Text [ en-US ] = "Graphics files"; Text [ de ] = "Grafikdateien"; }; String RID_WEBWIZARDDIALOG_START +95 { Text [ en-US ] = "All files"; Text [ de ] = "Alle Dateien"; }; String RID_WEBWIZARDDIALOG_START +96 { Text [ en-US ] = "~ZIP archive files"; Text [ de ] = "~ZIP-Archiv Dateien"; }; String RID_WEBWIZARDDIALOG_START +97 { Text [ en-US ] = "Icon Files "; Text [ de ] = "Symboldateien"; }; String RID_WEBWIZARDDIALOG_START +98 { Text [ en-US ] = "Background images"; Text [ de ] = "Hintergrundbilder"; }; String RID_WEBWIZARDDIALOG_START +99 { Text [ en-US ] = "Choose a background image: "; Text [ de ] = "Wählen Sie ein Hintergrundbild:"; }; String RID_WEBWIZARDDIALOG_START +100 { Text [ en-US ] = "Icon sets"; Text [ de ] = "Symbolsätze"; }; String RID_WEBWIZARDDIALOG_START +101 { Text [ en-US ] = "Choose an icon set:"; Text [ de ] = "Wählen Sie einen Symbolsatz:"; }; String RID_WEBWIZARDDIALOG_START +102 { Text [ en-US ] = "Other..."; Text [ de ] = "~Andere..."; }; String RID_WEBWIZARDDIALOG_START +103 { Text [ en-US ] = "None"; Text [ de ] = "~Keine"; }; String RID_WEBWIZARDDIALOG_START +104 { Text [ en-US ] = "Your web site was generated successfully."; Text [ de ] = "Ihre Webseite wurde erfolgreich erstellt."; }; String RID_WEBWIZARDDIALOG_START +105 { Text [ en-US ] = "One or more errors occurred when generating the web site."; Text [ de ] = "Einer oder mehrere Fehler traten beim Generieren der Webseite auf. "; }; String RID_WEBWIZARDDIALOG_START +106 { Text [ en-US ] = "An error occurred while generating the table of contents page(s). "; Text [ de ] = "Ein Fehler ist beim Erzeugen des Inhaltsverzeichnises aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +107 { Text [ en-US ] = "An error occurred while copying the layout files. "; Text [ de ] = "Ein Fehler ist beim Kopieren der Laayoutdateien aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +108 { Text [ en-US ] = "An error occurred while gathering document information for '%FILENAME'. "; Text [ de ] = "Ein Fehler ist beim Zusammenstellen der Dokumentinfo für '%FILENAME' aufgetreten. "; }; String RID_WEBWIZARDDIALOG_START +109 { Text [ en-US ] = "An error occurred while exporting the document '%FILENAME'."; Text [ de ] = "Ein Fehler ist beim Exportieren des Dokumentes '%FILENAME' aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +110 { Text [ en-US ] = "An error occurred while creating a directory for exporting '%FILENAME'."; Text [ de ] = "Ein Fehler ist beim Erzeugen des Exportverzeichnisses '%FILENAME' aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +111 { Text [ en-US ] = "A security error acoccurred while exporting the document '%FILENAME'."; Text [ de ] = "Eine Sicherheitsverletzung ist beim Exportieren des Dokuments '%FILENAME' aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +112 { Text [ en-US ] = "An input/output error occurred while exporting the document '%FILENAME'."; Text [ de ] = "Ein/Ausgabe-Fehler ist beim Exportieren des Dokuments '%FILENAME' aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +113 { Text [ en-US ] = "An error occurred while copying media files to the temporary directory."; Text [ de ] = "Ein Fehler ist beim Kopieren der Dateien ins temporäre Verzeichnis aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +114 { Text [ en-US ] = "The web site could not be copied to the following destination: %URL"; Text [ de ] = "Ein Fehler ist beim Kopieren der Webseite an folgende Stelle aufgetreten: %URL"; }; String RID_WEBWIZARDDIALOG_START +115 { Text [ en-US ] = "An unexpected error occurred: %ERROR"; Text [ de ] = "Ein unerwarteter Fehler ist aufgetreten: %ERROR"; }; String RID_WEBWIZARDDIALOG_START +116 { Text [ en-US ] = "An unexpected error occurred while validating the file: '%FILENAME'"; Text [ de ] = "Ein uUnerwarteter Fehler ist beim Überprüfen folgender Datei aufgetreten: '%FILENAME'"; }; String RID_WEBWIZARDDIALOG_START +117 { Text [ en-US ] = "%FILENAME' is a folder."; Text [ de ] = "%FILENAME' ist ein Ordner."; }; String RID_WEBWIZARDDIALOG_START +118 { Text [ en-US ] = "Loading settings..."; Text [ de ] = "Einstellungen werden geladen..."; }; String RID_WEBWIZARDDIALOG_START +119 { Text [ en-US ] = "An unexpected error occurred."; Text [ de ] = "Ein unerwarteter Fehler ist aufgetreten."; }; String RID_WEBWIZARDDIALOG_START +120 { Text [ en-US ] = "Validating documents..."; Text [ de ] = "Dokumente überprüfen..."; }; String RID_WEBWIZARDDIALOG_START +121 { Text [ en-US ] = "MyArchive"; Text [ de ] = "MeineArchive"; }; String RID_WEBWIZARDDIALOG_START +122 { Text [ en-US ] = "Introduction "; Text [ de ] = "Einleitung"; }; String RID_WEBWIZARDDIALOG_START +123 { Text [ en-US ] = "Documents "; Text [ de ] = "Dokumente"; }; String RID_WEBWIZARDDIALOG_START +124 { Text [ en-US ] = "Main layout"; Text [ de ] = "Hauptlayout"; }; String RID_WEBWIZARDDIALOG_START +125 { Text [ en-US ] = "Layout details"; Text [ de ] = "Layoutdetails"; }; String RID_WEBWIZARDDIALOG_START +126 { Text [ en-US ] = "Style"; Text [ de ] = "Formatvorlage"; }; String RID_WEBWIZARDDIALOG_START +127 { Text [ en-US ] = "Web site information"; Text [ de ] = "Informationen zur Webseite"; }; String RID_WEBWIZARDDIALOG_START +128 { Text [ en-US ] = "Preview"; Text [ de ] = "Vorschau"; }; String RID_WEBWIZARDDIALOG_START +129 { Text [ en-US ] = "An FTP Proxy is set. This mode does not allow all FTP commands. Click 'OK' to start the wizard without FTP support, or 'Cancel' to abort the wizard."; Text [ de ] = "Ein FTP-Proxy ist eingerichtet. Dieser Modus schränkt die FTP-Funktionalität ein. Klicken Sie auf 'OK', um den Assistenten ohne FTP-Unterstützung zu starten, oder 'Abbrechen' um den Assistenten zu verlassen."; }; String RID_WEBWIZARDDIALOG_START +130 { Text [ en-US ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? "; Text [ de ] = "Die ausgewählten Einstellungen werden gelöscht.\n\nMöchten Sie diese Einstellungen wirklich löschen?"; }; String RID_WEBWIZARDDIALOG_START +131 { Text [ en-US ] = "%NUMBER pages"; Text [ de ] = "%NUMBER Seiten"; }; String RID_WEBWIZARDDIALOG_START +132 { Text [ en-US ] = "%NUMBER slides"; Text [ de ] = "%NUMBER Folien"; }; String RID_WEBWIZARDDIALOG_START +133 { Text [ en-US ] = "Created: %DATE"; Text [ de ] = "Erstellt am: %DATE"; }; String RID_WEBWIZARDDIALOG_START +134 { Text [ en-US ] = "Last modified: %DATE"; Text [ de ] = "Letzte Änderung: %DATE"; }; String RID_WEBWIZARDDIALOG_START +135 { Text [ en-US ] = "Web Wizard Settings"; Text [ de ] = "Web Wizard Einstellungen"; }; // ============================================================================ // ================= WEB WIZARD FTP DIALOG RESOURCES ============= // ============================================================================ String RID_WEBWIZARDDIALOG_FTP +0 { Text [ en-US ] = "FTP Connection"; Text [ de ] = "FTP-Verbindung"; }; String RID_WEBWIZARDDIALOG_FTP +1 { Text [ en-US ] = "~User name:"; Text [ de ] = "~Benutzername:"; }; String RID_WEBWIZARDDIALOG_FTP +2 { Text [ en-US ] = "~Password:"; Text [ de ] = "~Kennwort:"; }; String RID_WEBWIZARDDIALOG_FTP +3 { Text [ en-US ] = "Connect"; Text [ de ] = "Verbinden"; }; String RID_WEBWIZARDDIALOG_FTP +4 { Text [ en-US ] = "1. Enter FTP connection information."; Text [ de ] = "1. Geben Sie FTP-Verbindungsinformation ein."; }; String RID_WEBWIZARDDIALOG_FTP +5 { Text [ en-US ] = "~Server name or IP address:"; Text [ de ] = "~Servername oder IP Adresse: "; }; String RID_WEBWIZARDDIALOG_FTP +6 { Text [ en-US ] = "2. Connect to the server."; Text [ de ] = "2. Stellen Sie eine Verbindung zum Server her."; }; String RID_WEBWIZARDDIALOG_FTP +7 { Text [ en-US ] = "3. ~Choose a remote directory (optional)."; Text [ de ] = "3. ~Wählen Sie ein Verzeichnis auf dem Server aus (optional)."; }; String RID_WEBWIZARDDIALOG_FTP +8 { Text [ en-US ] = "..."; Text [ de ] = "..."; }; String RID_WEBWIZARDDIALOG_FTP +9 { Text [ en-US ] = "Connection status is unknown"; Text [ de ] = "Verbindungsstatus ist unbekannt"; }; String RID_WEBWIZARDDIALOG_FTP +10 { Text [ en-US ] = "Connection was established successfully"; Text [ de ] = "Verbindung wurde erfolgreich hergestellt"; }; String RID_WEBWIZARDDIALOG_FTP +11 { Text [ en-US ] = "Username or password is wrong"; Text [ de ] = "Benutzername oder Kennwort ist falsch"; }; String RID_WEBWIZARDDIALOG_FTP +12 { Text [ en-US ] = "Could not resolve server name"; Text [ de ] = "Servername kann nicht aufgelöst werden"; }; String RID_WEBWIZARDDIALOG_FTP +13 { Text [ en-US ] = "You do not have sufficient user rights"; Text [ de ] = "Sie haben keine ausreichende Zugangsrechte."; }; String RID_WEBWIZARDDIALOG_FTP +14 { Text [ en-US ] = "Cannot connect to server"; Text [ de ] = "Server nicht erreichbar"; }; String RID_WEBWIZARDDIALOG_FTP +15 { Text [ en-US ] = "Unexpected error"; Text [ de ] = "Unerwarteter Fehler"; }; String RID_WEBWIZARDDIALOG_FTP +16 { Text [ en-US ] = "FTP publishing directory"; Text [ de ] = "FTP-Veröffentlichungsverzeichnis"; }; String RID_WEBWIZARDDIALOG_FTP +17 { Text [ en-US ] = "This is not an FTP folder"; Text [ de ] = "Dies ist kein FTP-Ordner"; }; String RID_WEBWIZARDDIALOG_FTP +18 { Text [ en-US ] = "Connecting..."; Text [ de ] = "Die Verbindung wird hergestellt..."; };