9cfde00ca0
2004/07/08 16:22:54 pl 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED 2004/07/08 10:35:16 pl 1.52.18.1: #i29060# remove erroneous Pos attribute of dialog
1299 lines
38 KiB
Text
1299 lines
38 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: padialog.src,v $
|
||
*
|
||
* $Revision: 1.54 $
|
||
*
|
||
* last change: $Author: rt $ $Date: 2004-07-23 10:03:15 $
|
||
*
|
||
* 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): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
|
||
#include "padialog.hrc"
|
||
|
||
ModalDialog RID_FONTIMPORT_DIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 230 , 185 );
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ de ] = "Schriften hinzuf<75>gen" ;
|
||
|
||
ListBox RID_FIMP_BOX_NEWFONTS
|
||
{
|
||
Border = TRUE;
|
||
Sort=TRUE;
|
||
AutoHScroll = TRUE;
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 155, 75 );
|
||
};
|
||
FixedText RID_FIMP_TXT_HELP
|
||
{
|
||
Pos = MAP_APPFONT( 5, 155 );
|
||
Size = MAP_APPFONT( 220, 24 );
|
||
WordBreak=TRUE;
|
||
Text [ de ] = "Bitte w<>hlen Sie zun<75>chst den Ordner aus dem Sie Schriften importieren m<>chten an. Starten Sie dann das Hinzuf<75>gen der selektierten Schriften mit der OK-Schaltfl<66>che.";
|
||
Text [ en-US ] = "Please select the folder from which you want to import fonts. Add the selected fonts by clicking the OK button.";
|
||
};
|
||
FixedLine RID_FIMP_FL_FROM
|
||
{
|
||
Pos = MAP_APPFONT( 5, 85 );
|
||
Size = MAP_APPFONT( 160, 8 );
|
||
Text [ de ] = "Quellverzeichnis";
|
||
Text [ en-US ] = "Source directory";
|
||
};
|
||
Edit RID_FIMP_EDT_FROM
|
||
{
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT( 10, 97 );
|
||
Size = MAP_APPFONT( 130, 12 );
|
||
};
|
||
PushButton RID_FIMP_BTN_FROM
|
||
{
|
||
Pos = MAP_APPFONT( 145, 97 );
|
||
Size = MAP_APPFONT( 15, 12 );
|
||
Text = "...";
|
||
};
|
||
CheckBox RID_FIMP_BOX_SUBDIRS
|
||
{
|
||
Pos = MAP_APPFONT( 10, 115 );
|
||
Size = MAP_APPFONT( 145, 10 );
|
||
Text [ de ] = "~Unterverzeichnisse durchsuchen";
|
||
Text [ en-US ] = "Sea~rch Subdirectories";
|
||
};
|
||
FixedLine RID_FIMP_FL_TARGETOPTS
|
||
{
|
||
Pos = MAP_APPFONT( 5, 130 );
|
||
Size = MAP_APPFONT( 160, 8 );
|
||
Text [ de ] = "Zieloptionen";
|
||
Text [ en-US ] = "Target options";
|
||
};
|
||
|
||
CheckBox RID_FIMP_BOX_LINKONLY
|
||
{
|
||
Pos = MAP_APPFONT( 10, 140 );
|
||
Size = MAP_APPFONT( 145, 10 );
|
||
Text [ de ] = "Beim Hinzuf<75>gen nur ~Softlinks anlegen";
|
||
Text [ x-comment ] = "ZL: well, Softlinks? I suppose only a Link is added in. ";
|
||
Text [ en-US ] = "Create ~soft links only";
|
||
};
|
||
OKButton RID_FIMP_BTN_OK
|
||
{
|
||
DefButton = TRUE;
|
||
Pos = MAP_APPFONT( 175, 10 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
};
|
||
CancelButton RID_FIMP_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 175, 27 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
};
|
||
PushButton RID_FIMP_BTN_SELECTALL
|
||
{
|
||
Pos = MAP_APPFONT( 175, 44 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Alle markieren";
|
||
Text [ en-US ] = "~Select All";
|
||
};
|
||
String RID_FIMP_STR_IMPORTOP
|
||
{
|
||
Text [ de ] = "F<>ge Schriften hinzu";
|
||
Text [ en-US ] = "Add fonts";
|
||
};
|
||
String RID_FIMP_STR_QUERYOVERWRITE
|
||
{
|
||
Text [ de ] = "Wollen Sie die Schriftdatei\n %s\n wirklich <20>berschreiben ?";
|
||
Text [ en-US ] = "Do you really want to overwrite this font file?\n %s";
|
||
};
|
||
String RID_FIMP_STR_OVERWRITEALL
|
||
{
|
||
Text [ de ] = "Alle";
|
||
Text [ en-US ] = "All";
|
||
};
|
||
String RID_FIMP_STR_OVERWRITENONE
|
||
{
|
||
Text [ de ] = "Keine";
|
||
Text [ en-US ] = "None";
|
||
};
|
||
|
||
String RID_FIMP_STR_NOAFM
|
||
{
|
||
Text [ de ] = "Zu der Sriftdatei\n%s\nwurde keine Formatdatei ( mit Endung .afm ) gefunden, weshalb sie nicht installiert werden kann. Formatdateien k<>nnen z.B. mit ghostscript erstellt werden und m<>ssen im gleichen Verzeichnis wie die Schriftdateien oder in dessen Unterverzeichnis afm stehen." ;
|
||
Text [ en-US ] = "A format file (with an .afm extension) has not been found for the font\n%s\ntherefore, the font cannot be installed. Format files can be created with ghostscript, for example, and have to be located in the same directory as the font files or its afm subdirectory.";
|
||
};
|
||
String RID_FIMP_STR_AFMCOPYFAILED
|
||
{
|
||
Text [ de ] = "Die Metrikdatei zur Schriftdatei\n %s\nkonnte nicht kopiert werden. Die Schrift wird nicht installiert.";
|
||
Text [ en-US ] = "The metric file for the font file\n %s\ncould not be copied. The font will not be installed.";
|
||
};
|
||
String RID_FIMP_STR_FONTCOPYFAILED
|
||
{
|
||
Text [ de ] = "Die Schriftdatei\n %s\nkonnte nicht kopiert werden. Die Schrift wird nicht installiert.";
|
||
Text [ en-US ] = "The font file\n %s\ncould not be copied. The font will not be installed.";
|
||
};
|
||
String RID_FIMP_STR_NOWRITEABLEFONTSDIR
|
||
{
|
||
Text [ de ] = "Es wurde kein Verzeichnis im Fontpath gefunden, welches eine screibbare fonts.dir Datei enth<74>lt. Es k<>nnen keine Schriften installiert werden.";
|
||
Text [ en-US ] = "A directory containing a writable fonts.dir file is not located in the Fontpath. Therefore, fonts cannot be installed.";
|
||
};
|
||
String RID_FIMP_STR_NUMBEROFFONTSIMPORTED
|
||
{
|
||
Text [ de ] = "Es wurden %d neue Schriften hinzugef<65>gt.";
|
||
Text [ en-US ] = "%d new fonts were added.";
|
||
};
|
||
Text [ en-US ] = "Add Fonts";
|
||
};
|
||
|
||
ModalDialog RID_PADIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 260 , 167 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ de ] = "Druckerverwaltung" ;
|
||
|
||
FixedLine RID_PA_FL_SEPBUTTON
|
||
{
|
||
Pos = MAP_APPFONT( 0, 145 );
|
||
Size = MAP_APPFONT( 260, 2 );
|
||
};
|
||
CancelButton RID_PA_BTN_CANCEL
|
||
{
|
||
DefButton = TRUE;
|
||
Pos = MAP_APPFONT( 190, 150 );
|
||
Size = MAP_APPFONT( 60, 12 );
|
||
Text [ de ] = "Schlie<69>en";
|
||
Text [ en-US ] = "Close";
|
||
};
|
||
|
||
FixedLine RID_PA_FL_PRINTERS
|
||
{
|
||
Pos = MAP_APPFONT( 6, 5 );
|
||
Size = MAP_APPFONT( 248, 8 );
|
||
Text [ de ] = "~Installierte Drucker";
|
||
Text [ en-US ] = "Installed ~printers";
|
||
};
|
||
ListBox RID_PA_LB_DEV
|
||
{
|
||
Pos = MAP_APPFONT( 12, 15 );
|
||
Size = MAP_APPFONT( 168, 80 );
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
};
|
||
FixedText RID_PA_TXT_COMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 100 );
|
||
Size = MAP_APPFONT( 40, 8 );
|
||
Text [ de ] = "Kommando:";
|
||
Text [ en-US ] = "Command:";
|
||
};
|
||
FixedText RID_PA_TXT_COMMAND_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 55, 100 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
FixedText RID_PA_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 10, 110 );
|
||
Size = MAP_APPFONT( 40, 8 );
|
||
Text [ de ] = "Treiber:";
|
||
Text [ en-US ] = "Driver:";
|
||
};
|
||
FixedText RID_PA_TXT_DRIVER_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 55, 110 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
FixedText RID_PA_TXT_LOCATION
|
||
{
|
||
Pos = MAP_APPFONT( 10, 120 );
|
||
Size = MAP_APPFONT( 40, 8 );
|
||
Text [ de ] = "Ort:";
|
||
Text [ en-US ] = "Location:";
|
||
};
|
||
FixedText RID_PA_TXT_LOCATION_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 55, 120 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
FixedText RID_PA_TXT_COMMENT
|
||
{
|
||
Pos = MAP_APPFONT( 10, 130 );
|
||
Size = MAP_APPFONT( 40, 8 );
|
||
Text [ de ] = "Kommentar:";
|
||
Text [ en-US ] = "Comment:";
|
||
};
|
||
FixedText RID_PA_TXT_COMMENT_STRING
|
||
{
|
||
Pos = MAP_APPFONT( 55, 130 );
|
||
Size = MAP_APPFONT( 135, 8 );
|
||
};
|
||
PushButton RID_PA_BTN_CONF
|
||
{
|
||
Pos = MAP_APPFONT( 190, 15 );
|
||
Size = MAP_APPFONT( 60, 12 );
|
||
Text [ de ] = "~Eigenschaften...";
|
||
Text [ en-US ] = "Properties...";
|
||
};
|
||
PushButton RID_PA_BTN_RENAME
|
||
{
|
||
Pos = MAP_APPFONT( 190, 32 );
|
||
Size = MAP_APPFONT( 60, 12 );
|
||
Text [ de ] = "~Umbenennen...";
|
||
Text [ en-US ] = "R~ename...";
|
||
};
|
||
PushButton RID_PA_BTN_STD
|
||
{
|
||
Pos = MAP_APPFONT( 190, 49 );
|
||
Size = MAP_APPFONT( 60, 12 );
|
||
Text [ de ] = "~Standard";
|
||
Text [ x-comment ] = "EM30.3.01 this refers to the Default Printer";
|
||
Text [ en-US ] = "~Default";
|
||
};
|
||
PushButton RID_PA_BTN_DEL
|
||
{
|
||
Pos = MAP_APPFONT( 190, 66 );
|
||
Size = MAP_APPFONT( 60, 12 );
|
||
Text [ de ] = "Ent~fernen...";
|
||
Text [ en-US ] = "Remo~ve...";
|
||
};
|
||
PushButton RID_PA_TESTPAGE
|
||
{
|
||
Pos = MAP_APPFONT( 190, 83 );
|
||
Size = MAP_APPFONT( 60, 12 );
|
||
Text [ de ] = "~Testseite";
|
||
Text [ en-US ] = "Test ~Page";
|
||
};
|
||
|
||
PushButton RID_PA_BTN_FONTS
|
||
{
|
||
Pos = MAP_APPFONT( 80, 150 );
|
||
Size = MAP_APPFONT( 70, 12 );
|
||
Text [ de ] = "S~chriften...";
|
||
Text [ en-US ] = "Fon~ts...";
|
||
};
|
||
PushButton RID_PA_BTN_ADD
|
||
{
|
||
Pos = MAP_APPFONT( 5, 150 );
|
||
Size = MAP_APPFONT( 70, 12 );
|
||
Text [ de ] = "~Neuer Drucker...";
|
||
Text [ en-US ] = "New Printer...";
|
||
};
|
||
|
||
String RID_PA_STR_DEFPRT
|
||
{
|
||
Text [ de ] = "Standarddrucker";
|
||
Text [ en-US ] = "Default printer";
|
||
};
|
||
String RID_PA_STR_RENAME
|
||
{
|
||
Text [ de ] = "Umbenennen";
|
||
Text [ en-US ] = "Rename";
|
||
};
|
||
Text [ en-US ] = "Printer Administration";
|
||
};
|
||
|
||
ModalDialog RID_STRINGQUERYDLG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Pos = MAP_APPFONT ( 10 , 10 ) ;
|
||
Size = MAP_APPFONT ( 200 , 42 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
FixedText RID_STRQRY_TXT_RENAME
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 16 ) ;
|
||
Wordbreak=TRUE;
|
||
};
|
||
Edit RID_STRQRY_EDT_NEWNAME
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 23 ) ;
|
||
Size = MAP_APPFONT ( 130 , 12 ) ;
|
||
};
|
||
ComboBox RID_STRQRY_BOX_NEWNAME
|
||
{
|
||
Border = TRUE ;
|
||
DropDown = TRUE;
|
||
Pos = MAP_APPFONT ( 6 , 23 ) ;
|
||
Size = MAP_APPFONT ( 130 , 200 ) ;
|
||
};
|
||
OKButton RID_STRQRY_BTN_OK
|
||
{
|
||
DefButton = TRUE ;
|
||
Pos = MAP_APPFONT ( 145 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
CancelButton RID_STRQRY_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 145 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
};
|
||
|
||
String RID_ERR_NOPRINTER
|
||
{
|
||
Text [ de ] = "Der Drucker %s konnte nicht ge<67>ffnet werden." ;
|
||
Text [ en-US ] = "Could not open printer %s.";
|
||
};
|
||
|
||
String RID_PA_TXT_TESTPAGE_PRINTED
|
||
{
|
||
Text [ de ] = "Die Testseite wurde erfolgreich gedruckt. Bitte pr<70>fen Sie das Ergebnis." ;
|
||
Text [ en-US ] = "The test page was printed succesfully. Please check the result.";
|
||
};
|
||
|
||
String RID_QRY_PRTNAME
|
||
{
|
||
Text [ de ] = "~Neuer Druckername" ;
|
||
Text [ en-US ] = "~New printer name";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_MODEL
|
||
{
|
||
Text [ de ] = "Modell";
|
||
Text [ en-US ] = "Model";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_NAME
|
||
{
|
||
Text [ de ] = "Name";
|
||
Text [ en-US ] = "Name";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_COMMENT
|
||
{
|
||
Text [ de ] = "Kommentar";
|
||
Text [ en-US ] = "Comment";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_QUEUE
|
||
{
|
||
Text [ de ] = "Queue";
|
||
Text [ en-US ] = "Queue";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_DATE
|
||
{
|
||
Text [ de ] = "Datum";
|
||
Text [ en-US ] = "Date";
|
||
};
|
||
|
||
String RID_TXT_TESTPAGE_TIME
|
||
{
|
||
Text [ de ] = "Uhrzeit";
|
||
Text [ en-US ] = "Time";
|
||
};
|
||
|
||
|
||
ModalDialog RID_FONTNAMEDIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 255 , 110 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ de ] = "Schriften" ;
|
||
OKButton RID_FNTNM_BTN_OK
|
||
{
|
||
DefButton = TRUE ;
|
||
Pos = MAP_APPFONT ( 196 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
Text [ de ] = "Schlie<69>en" ;
|
||
Text [ en-US ] = "Close";
|
||
};
|
||
PushButton RID_FNTNM_BTN_RENAME
|
||
{
|
||
Pos = MAP_APPFONT( 196, 31 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Umbenennen...";
|
||
Text [ en-US ] = "Re~name...";
|
||
};
|
||
PushButton RID_FNTNM_BTN_REMOVE
|
||
{
|
||
Pos = MAP_APPFONT ( 196 , 48 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
Text [ de ] = "~Entfernen..." ;
|
||
Text [ en-US ] = "~Remove...";
|
||
};
|
||
PushButton RID_FNTNM_BTN_IMPORT
|
||
{
|
||
Pos = MAP_APPFONT ( 196 , 65 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
Text [ de ] = "~Hinzuf<75>gen...";
|
||
Text [ en-US ] = "~Add...";
|
||
};
|
||
ListBox RID_FNTNM_LB_FONTS
|
||
{
|
||
Border = TRUE ;
|
||
Sort = TRUE ;
|
||
AutoHScroll = TRUE;
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 185 , 70 ) ;
|
||
};
|
||
FixedText RID_FNTNM_FIXED
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 81 ) ;
|
||
Size = MAP_APPFONT ( 175 , 24 ) ;
|
||
WordBreak = TRUE;
|
||
Text [ de ] = "Hinweis: Die Schriften sind nur f<>r die Applikation verf<72>gbar";
|
||
Text [ en-US ] = "Note: The fonts are only available to the applications.";
|
||
};
|
||
String RID_FNTNM_STR_RENAME
|
||
{
|
||
Text [ de ] = "~Neuer Name f<>r %s";
|
||
Text [ en-US ] = "~New name for %s";
|
||
};
|
||
String RID_FNTNM_STR_TTCRENAME
|
||
{
|
||
Text [ de ] = "~Neuer Name f<>r %s (%d1 von %d2)";
|
||
Text [ en-US ] = "~New name for %s (%d1 of %d2)";
|
||
};
|
||
String RID_FNTNM_STR_NOTRENAMABLE
|
||
{
|
||
Text [ de ] = "Die Schrift %s kann aufgrund mangelnder Schreibrechte nicht umbenannt werden.";
|
||
Text [ en-US ] = "The font %s cannot be renamed due to missing write permission.";
|
||
};
|
||
Text [ en-US ] = "Fonts";
|
||
};
|
||
String RID_BXT_TESTPAGE
|
||
{
|
||
Text [ de ] = "Testseite" ;
|
||
Text [ en-US ] = "Test page";
|
||
};
|
||
String RID_BXT_ENVIRONMENT
|
||
{
|
||
Text [ de ] = "Fehlerhafte Umgebung" ;
|
||
Text [ en-US ] = "Wrong environment";
|
||
};
|
||
|
||
String RID_YOU_SURE
|
||
{
|
||
Text [ de ] = "Sind Sie sicher ?" ;
|
||
Text [ en-US ] = "Are you sure ?";
|
||
};
|
||
|
||
Bitmap RID_BUTTERFLY
|
||
{
|
||
File = "butter.bmp" ;
|
||
};
|
||
|
||
Bitmap RID_BMP_SMALL_PRINTER
|
||
{
|
||
File = "print.bmp";
|
||
};
|
||
|
||
Bitmap RID_BMP_SMALL_FAX
|
||
{
|
||
File = "fax.bmp";
|
||
};
|
||
|
||
Bitmap RID_BMP_SMALL_PDF
|
||
{
|
||
File = "pdf.bmp";
|
||
};
|
||
|
||
Bitmap RID_BMP_PRINTER
|
||
{
|
||
File = "printer_large.bmp";
|
||
};
|
||
|
||
String RID_AFMERROR_OK
|
||
{
|
||
Text [ de ] = "Kein Fehler" ;
|
||
Text [ en-US ] = "No error";
|
||
};
|
||
String RID_AFMERROR_NO_FONT_NAME
|
||
{
|
||
Text [ de ] = "Die Metrik enth<74>lt keinen 'FontName' Eintrag." ;
|
||
Text [ en-US ] = "The metric does not contain a 'FontName' entry.";
|
||
};
|
||
String RID_AFMERROR_NO_FULL_NAME
|
||
{
|
||
Text [ de ] = "Die Metrik enth<74>lt keinen 'FullName' Eintrag." ;
|
||
Text [ en-US ] = "The metric does not contain a 'FullName' entry.";
|
||
};
|
||
String RID_AFMERROR_NO_FAMILY_NAME
|
||
{
|
||
Text [ de ] = "Die Metrik enth<74>lt keinen 'FamilyName' Eintrag." ;
|
||
Text [ en-US ] = "The metric does not contain a 'FamilyName' entry.";
|
||
};
|
||
String RID_AFMERROR_MOVETO_FAILED
|
||
{
|
||
Text [ de ] = "Die konvertierte Metrik kann nicht geschrieben werden." ;
|
||
Text [ en-US ] = "The converted metric could not be written.";
|
||
};
|
||
String RID_AFMERROR_STREAM_READ_FAILED
|
||
{
|
||
Text [ de ] = "Die Metrik konnte nicht gelesen werden." ;
|
||
Text [ en-US ] = "The metric could not be read.";
|
||
};
|
||
String RID_AFMERROR_STREAM_WRITE_FAILED
|
||
{
|
||
Text [ de ] = "Es konnte keine tempor<6F>re Datei erzeugt werden." ;
|
||
Text [ en-US ] = "A temporary file could not be created.";
|
||
};
|
||
STRING RID_AFMERROR_NOT_A_METRIC
|
||
{
|
||
Text [ de ] = "Die Datei enth<74>lt keine Metrik." ;
|
||
Text [ en-US ] = "The file does not contain a metric.";
|
||
};
|
||
String RID_AFMERROR_BOX_TXT
|
||
{
|
||
Text [ de ] = "Die Metrik\n\n%s\n\nkonnte aus folgendem Grund nicht konvertiert werden:\n\n" ;
|
||
Text [ en-US ] = "The metric\n\n%s\n\ncould not be converted for the following reason:\n\n";
|
||
};
|
||
|
||
ModelessDialog RID_PROGRESS_DLG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Pos = MAP_APPFONT ( 10 , 10 ) ;
|
||
Size = MAP_APPFONT ( 150 , 90 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = FALSE ;
|
||
Text [ de ] = "Bitte warten" ;
|
||
CancelButton RID_PROGRESS_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 50 , 71 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
FixedText RID_PROGRESS_OPERATION_TXT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 140 , 18 ) ;
|
||
};
|
||
FixedText RID_PROGRESS_PROGRESS_TXT
|
||
{
|
||
Pos = MAP_APPFONT( 6, 48 );
|
||
Size = MAP_APPFONT( 140, 8 );
|
||
Text [ de ] = "Fortschritt" ;
|
||
Text [ en-US ] = "Progress";
|
||
Text [ x-comment ] = "RB(26.10.01): See Bugdoc 92820";
|
||
};
|
||
Window RID_PROGRESS_STATUSBAR
|
||
{
|
||
SVLook = TRUE;
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT ( 6 , 58 ) ;
|
||
Size = MAP_APPFONT( 140, 8 );
|
||
};
|
||
FixedText RID_PROGRESS_FILENAME_TXT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 28 ) ;
|
||
Size = MAP_APPFONT ( 140 , 8 ) ;
|
||
};
|
||
Text [ en-US ] = "Please wait";
|
||
};
|
||
|
||
String RID_OPERATION_CONVERTMETRIC
|
||
{
|
||
Text [ de ] = "Konvertierung der Fontmetriken";
|
||
Text [ en-US ] = "Font metrics conversion";
|
||
};
|
||
|
||
|
||
ModalDialog RID_PPDIMPORT_DLG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 265 , 225 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ de ] = "Treiberinstallation" ;
|
||
|
||
FixedLine RID_PPDIMP_GROUP_PATH
|
||
{
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 200, 8 );
|
||
Text [ de ] = "Treiber~verzeichnis";
|
||
Text [ en-US ] = "Dri~ver directory";
|
||
};
|
||
FixedText RID_PPDIMP_TXT_PATH
|
||
{
|
||
Pos = MAP_APPFONT( 10, 33 );
|
||
Size = MAP_APPFONT( 190, 8 );
|
||
Text [ de ] = "Bitte w<>hlen Sie das Verzeichnis mit den Treiberdateien aus.";
|
||
Text [ en-US ] = "Please select the driver directory.";
|
||
};
|
||
ComboBox RID_PPDIMP_LB_PATH
|
||
{
|
||
Dropdown = TRUE;
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
|
||
Pos = MAP_APPFONT( 10, 15 );
|
||
Size = MAP_APPFONT( 130, 80 );
|
||
};
|
||
PushButton RID_PPDIMP_BTN_SEARCH
|
||
{
|
||
Pos = MAP_APPFONT( 145, 15 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
Text [ de ] = "~Durchsuchen...";
|
||
Text [ en-US ] = "Browse...";
|
||
};
|
||
|
||
FixedLine RID_PPDIMP_GROUP_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 5, 60 );
|
||
Size = MAP_APPFONT( 200, 8 );
|
||
Text [ de ] = "Treiber~auswahl";
|
||
Text [ en-US ] = "~Selection of drivers";
|
||
};
|
||
MultiListBox RID_PPDIMP_LB_DRIVER
|
||
{
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
SimpleMode = TRUE;
|
||
AutoHScroll = TRUE;
|
||
Pos = MAP_APPFONT( 10, 70 );
|
||
Size = MAP_APPFONT( 190, 120 );
|
||
};
|
||
FixedText RID_PPDIMP_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 10, 195 );
|
||
Size = MAP_APPFONT( 190, 60 );
|
||
WordBreak = TRUE;
|
||
Text [ de ] = "Bitte w<>hlen Sie die gew<65>nschten Treiber aus und best<73>tigen mit der Schaltfl<66>che \"%s\".";
|
||
Text [ en-US ] = "Please select the drivers to install and press \"%s\".";
|
||
};
|
||
String RID_PPDIMP_STR_LOADINGPPD
|
||
{
|
||
Text [ de ] = "Suche nach Treibern";
|
||
Text [ en-US ] = "Searching for drivers";
|
||
};
|
||
OKButton RID_PPDIMP_BTN_OK
|
||
{
|
||
DefButton = TRUE;
|
||
Pos = MAP_APPFONT( 210, 10 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
};
|
||
CancelButton RID_PPDIMP_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 210, 29 );
|
||
Size = MAP_APPFONT( 50, 14 );
|
||
};
|
||
|
||
Text [ en-US ] = "Driver Installation";
|
||
};
|
||
|
||
String RID_QUERY_REMOVEDRIVER
|
||
{
|
||
Text [ de ] = "Wollen Sie den Treiber \"%s\" wirklich entfernen ?";
|
||
Text [ en-US ] = "Do you really want to remove the driver \"%s\"?";
|
||
};
|
||
|
||
String RID_QUERY_REMOVEPRINTER
|
||
{
|
||
Text [ de ] = "Wollen Sie diesen Drucker wirklich entfernen ?";
|
||
Text [ en-US ] = "Do you really want to remove this printer ?";
|
||
};
|
||
|
||
String RID_QUERY_REMOVEFONTFROMLIST
|
||
{
|
||
Text [ de ] = "Wollen Sie die ausgew<65>hlten Schriften wirklich entfernen ?";
|
||
Text [ en-US ] = "Do you really want to remove the selected fonts ?";
|
||
};
|
||
|
||
String RID_QUERY_DRIVERUSED
|
||
{
|
||
Text [ de ] = "Es gibt noch Drucker, die den Treiber \"%s\" benutzen. Wollen Sie ihn wirklich entfernen ? Die entsprechenden Drucker werden dann ebenfalls entfernt.";
|
||
Text [ en-US ] = "There are still printers using the driver \"%s\". Do you really want to remove it? The corresponding printers will also be removed.";
|
||
};
|
||
|
||
String RID_ERR_REMOVESGENPRT
|
||
{
|
||
Text [ de ] = "Der Treiber \"%s\" wird immer gebraucht und kann daher nicht entfernt werden.";
|
||
Text [ en-US ] = "The driver \"%s\" is always needed and can therefore not be removed.";
|
||
};
|
||
|
||
String RID_ERR_REMOVEDRIVERFAILED
|
||
{
|
||
Text [ de ] = "Der Treiber \"%s1\" konnte nicht entfernt werden. Das L<>schen der Datei\n\n%s2\n\nist fehlgeschlagen.";
|
||
Text [ en-US ] = "The driver \"%s1\" could not be removed. It was not possible to remove the file\n\n%s2.";
|
||
};
|
||
|
||
String RID_ERR_REMOVEDEFAULTDRIVER
|
||
{
|
||
Text [ de ] = "Der Treiber \"%s\" wird von Ihrem Standarddrucker verwendet. Deshalb kann er nicht entfernt werden.";
|
||
Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed.";
|
||
};
|
||
|
||
String RID_ERR_PRINTERNOTREMOVEABLE
|
||
{
|
||
Text [ de ] = "Der Drucker %s kann nicht entfernt werden.";
|
||
Text [ en-US ] = "The printer %s cannot be removed.";
|
||
};
|
||
|
||
String RID_TXT_PRINTERALREADYEXISTS
|
||
{
|
||
Text [ de ] = "Es existiert bereits ein Drucker mit dem Namen \"%s\". Dieser Drucker wird nicht importiert.";
|
||
Text [ en-US ] = "A printer named \"%s\" already exists. This printer will not be imported.";
|
||
};
|
||
|
||
String RID_TXT_PRINTERWITHOUTCOMMAND
|
||
{
|
||
Text [ de ] = "Der Drucker \"%s\" ist unvollst<73>ndig konfiguriert und kann daher nicht importiert werden.";
|
||
Text [ en-US ] = "The printer \"%s\" has no valid configuration and, therefore, cannot be imported.";
|
||
};
|
||
|
||
String RID_TXT_DRIVERDOESNOTEXIST
|
||
{
|
||
Text [ de ] = "Der Treiber f<>r den Drucker \"%s1\" (%s2) ist nicht installiert. Daher kann der Drucker nicht importiert werden.";
|
||
Text [ en-US ] = "The driver for the printer \"%s1\" (%s2) is not installed. Therefore the printer cannot be imported.";
|
||
};
|
||
|
||
String RID_TXT_PRINTERADDFAILED
|
||
{
|
||
Text [ de ] = "Der Drucker \"%s\" konnte nicht erzeugt werden.";
|
||
Text [ en-US ] = "The printer \"%s\" could not be added.";
|
||
};
|
||
|
||
ModalDialog RID_ADD_PRINTER_DIALOG
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 240 , 172 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ de ] = "Drucker hinzuf<75>gen" ;
|
||
|
||
Control RID_ADDP_CTRL_TITLE
|
||
{
|
||
Pos = MAP_APPFONT( 0, 0 );
|
||
Size = MAP_APPFONT( 240, 26 );
|
||
};
|
||
FixedLine RID_ADDP_LINE
|
||
{
|
||
Pos = MAP_APPFONT( 0, 150 );
|
||
Size = MAP_APPFONT( 240, 2 );
|
||
};
|
||
OKButton RID_ADDP_BTN_FINISH
|
||
{
|
||
Pos = MAP_APPFONT( 185, 155 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Fertig stellen";
|
||
Text [ en-US ] = "~Finish";
|
||
};
|
||
CancelButton RID_ADDP_BTN_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT( 5, 155 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
};
|
||
PushButton RID_ADDP_BTN_NEXT
|
||
{
|
||
Pos = MAP_APPFONT( 130, 155 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Weiter >>";
|
||
Text [ en-US ] = "~Next >>";
|
||
};
|
||
PushButton RID_ADDP_BTN_PREV
|
||
{
|
||
Pos = MAP_APPFONT( 75, 155 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "<< ~Zur<75>ck";
|
||
Text [ en-US ] = "<< ~Back";
|
||
};
|
||
Text [ en-US ] = "Add Printer";
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_CHOOSEDRIVER
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Einen Treiber ausw<73>hlen";
|
||
Text [ en-US ] = "Choose a driver";
|
||
};
|
||
FixedText RID_ADDP_CHDRV_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 5, 5 );
|
||
Size = MAP_APPFONT( 230, 8 );
|
||
Text [ de ] = "Bitte w<>hlen Sie einen passenden ~Treiber aus";
|
||
Text [ en-US ] = "Please select a s~uitable driver.";
|
||
};
|
||
ListBox RID_ADDP_CHDRV_BOX_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 5, 15 );
|
||
Size = MAP_APPFONT( 175, 100 );
|
||
Border = TRUE;
|
||
Sort = TRUE;
|
||
};
|
||
PushButton RID_ADDP_CHDRV_BTN_ADD
|
||
{
|
||
Pos = MAP_APPFONT( 185, 15 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Importieren...";
|
||
Text [ en-US ] = "~Import...";
|
||
};
|
||
PushButton RID_ADDP_CHDRV_BTN_REMOVE
|
||
{
|
||
Pos = MAP_APPFONT( 185, 32 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~L<>schen";
|
||
Text [ en-US ] = "~Delete";
|
||
};
|
||
String RID_ADDP_CHDRV_STR_REMOVE
|
||
{
|
||
Text [ de ] = "Treiber l<>schen";
|
||
Text [ en-US ] = "Delete driver";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_CHOOSEDEV
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Einen Ger<65>tetyp ausw<73>hlen";
|
||
Text [ en-US ] = "Choose a device type";
|
||
};
|
||
FixedText RID_ADDP_CHDEV_TXT_OVER
|
||
{
|
||
Pos = MAP_APPFONT( 40, 25 );
|
||
Size = MAP_APPFONT( 180, 8 );
|
||
Text [ de ] = "M<>chten Sie";
|
||
Text [ en-US ] = "Do you want to";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_PRINTER
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 40 );
|
||
Size = MAP_APPFONT( 180, 10 );
|
||
Text [ de ] = "einen ~Drucker anlegen";
|
||
Text [ en-US ] = "Add a ~printer";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_FAX
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 50 );
|
||
Size = MAP_APPFONT( 180, 10 );
|
||
Text [ de ] = "eine Fa~xl<78>sung anbinden";
|
||
Text [ en-US ] = "Connect a fa~x device";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_PDF
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 60 );
|
||
Size = MAP_APPFONT( 180, 10 );
|
||
Text [ de ] = "einen ~PDF-Konverter anbinden";
|
||
Text [ en-US ] = "Connect a P~DF converter";
|
||
};
|
||
RadioButton RID_ADDP_CHDEV_BTN_OLD
|
||
{
|
||
Pos = MAP_APPFONT ( 40, 70 );
|
||
Size = MAP_APPFONT( 180, 10 );
|
||
Text [ de ] = "Drucker aus einer StarOffice Installation ~importieren";
|
||
Text [ en-US ] = "~Import printers from a StarOffice installation";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_NAME
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Einen Namen ausw<73>hlen";
|
||
Text [ en-US ] = "Choose a name";
|
||
};
|
||
FixedText RID_ADDP_NAME_TXT_NAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 25 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text [ de ] = "Bitte geben Sie einen ~Namen f<>r den Drucker ein";
|
||
Text [ en-US ] = "Please enter a name for the printer.";
|
||
};
|
||
FixedText RID_ADDP_NAME_TXT_FAXNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 25 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text [ de ] = "Bitte geben Sie einen ~Namen f<>r die Faxanbindung ein";
|
||
Text [ en-US ] = "Please enter a name for the fax connection.";
|
||
};
|
||
FixedText RID_ADDP_NAME_TXT_PDFNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 25 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text [ de ] = "Bitte geben Sie einen ~Namen f<>r die PDF Anbindung ein";
|
||
Text [ en-US ] = "Please enter a name for the PDF connection.";
|
||
};
|
||
Edit RID_ADDP_NAME_EDT_NAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Border = TRUE;
|
||
};
|
||
Edit RID_ADDP_NAME_EDT_FAXNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Border = TRUE;
|
||
Text [ de ] = "Faxdrucker";
|
||
Text [ en-US ] = "Fax printer";
|
||
};
|
||
Edit RID_ADDP_NAME_EDT_PDFNAME
|
||
{
|
||
Pos = MAP_APPFONT( 40, 35 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Border = TRUE;
|
||
Text [ de ] = "PDF-Konverter";
|
||
Text [ en-US ] = "PDF converter";
|
||
};
|
||
CheckBox RID_ADDP_NAME_BOX_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 50 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Text [ de ] = "Als ~Standarddrucker verwenden";
|
||
Text [ en-US ] = "~Use as default printer";
|
||
};
|
||
CheckBox RID_ADDP_NAME_BOX_FAXSWALLOW
|
||
{
|
||
Pos = MAP_APPFONT( 40, 50 );
|
||
Size = MAP_APPFONT( 160, 12 );
|
||
Text [ de ] = "~Faxnummer aus der Ausgabe entfernen";
|
||
Text [ en-US ] = "Remo~ve fax number from output";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_COMMAND
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Eine Kommandozeile ausw<73>hlen";
|
||
Text [ en-US ] = "Choose a command line";
|
||
};
|
||
FixedText RID_ADDP_CMD_TXT_COMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 2 );
|
||
Size = MAP_APPFONT( 160, 24 );
|
||
WordBreak = TRUE;
|
||
Text [ de ] = "Geben Sie bitte eine ~Kommandozeile ein, mit der dieses Ger<65>t angesprochen werden kann";
|
||
Text [ en-US ] = "Please enter a c~ommand line appropriate for this device.";
|
||
};
|
||
ComboBox RID_ADDP_CMD_BOX_COMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 30);
|
||
Size = MAP_APPFONT( 220, 85 );
|
||
Border = TRUE;
|
||
};
|
||
ComboBox RID_ADDP_CMD_BOX_PDFCOMMAND
|
||
{
|
||
Pos = MAP_APPFONT( 10, 30);
|
||
Size = MAP_APPFONT( 220, 60 );
|
||
Border = TRUE;
|
||
};
|
||
FixedText RID_ADDP_CMD_TXT_PDFDIR
|
||
{
|
||
Pos = MAP_APPFONT( 10, 95 );
|
||
Size = MAP_APPFONT( 220, 8 );
|
||
Text [ de ] = "PDF ~Zielverzeichnis";
|
||
Text [ en-US ] = "PDF ~target directory";
|
||
};
|
||
Edit RID_ADDP_CMD_EDT_PDFDIR
|
||
{
|
||
Border = TRUE;
|
||
Pos = MAP_APPFONT( 10, 104 );
|
||
Size = MAP_APPFONT( 190, 12 );
|
||
};
|
||
PushButton RID_ADDP_CMD_BTN_PDFDIR
|
||
{
|
||
Pos = MAP_APPFONT( 205, 104 );
|
||
Size = MAP_APPFONT( 25, 12 );
|
||
Text = "~...";
|
||
};
|
||
PushButton RID_ADDP_CMD_BTN_HELP
|
||
{
|
||
Pos = MAP_APPFONT( 180, 2 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Hilfe";
|
||
Text [ en-US ] = "~Help";
|
||
};
|
||
String RID_ADDP_CMD_STR_PDFHELP
|
||
{
|
||
Text [ de ] = "Die Kommandozeile bei PDF Konvertern wird wie folgt verarbeitet: bei jedem gedruckten Dokument wird in der Kommandozeile jeweils \"(TMP)\" durch eine tempor<6F>re Datei und \"(OUTFILE)\" durch die zu erzeugende PDF Datei ersetzt. Wenn \"(TMP)\" in der Kommandozeile vorkommt wird der PostScript-code in einer Datei <20>bergeben, andernfalls <20>ber die Standardeingabe (d.h. als Pipe)." ;
|
||
Text [ en-US ] = "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe).";
|
||
};
|
||
String RID_ADDP_CMD_STR_FAXHELP
|
||
{
|
||
Text [ de ] = "Die Kommandozeile bei Faxanbindungen wird wie folgt verarbeitet: bei jedem gesendeten Fax wird in der Kommandozeile jeweils \"(TMP)\" durch eine tempor<6F>re Datei und \"(PHONE)\" durch die Faxnummer ersetzt. Wenn \"(TMP)\" in der Kommandozeile vorkommt wird der PostScript-code in einer Datei <20>bergeben, andernfalls <20>ber die Standardeingabe (d.h. als Pipe)." ;
|
||
Text [ en-US ] = "The command line for fax connections is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe).";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_OLDPRINTERS
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Drucker <20>lterer Versionen importieren";
|
||
Text [ en-US ] = "Import printers from old versions";
|
||
};
|
||
FixedText RID_ADDP_OLD_TXT_PRINTERS
|
||
{
|
||
Pos = MAP_APPFONT( 10, 10 );
|
||
Size = MAP_APPFONT( 165, 25 );
|
||
WordBreak = TRUE;
|
||
Text [ de ] = "~Diese Drucker k<>nnen importiert werden. Bitte w<>hlen Sie diejenigen, die Sie importieren m<>chten.";
|
||
Text [ en-US ] = "~These printers can be imported. Please select the ones you want to import.";
|
||
};
|
||
MultiListBox RID_ADDP_OLD_BOX_PRINTERS
|
||
{
|
||
Pos = MAP_APPFONT( 10, 35 );
|
||
Size = MAP_APPFONT( 165, 80 );
|
||
Border = TRUE;
|
||
};
|
||
PushButton RID_ADDP_OLD_BTN_SELECTALL
|
||
{
|
||
Pos = MAP_APPFONT( 180, 35 );
|
||
Size = MAP_APPFONT( 50, 12 );
|
||
Text [ de ] = "~Alle ausw<73>hlen";
|
||
Text [ en-US ] = "~Select All";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_FAXDRIVER
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Einen Treiber ausw<73>hlen";
|
||
Text [ en-US ] = "Choose a driver";
|
||
};
|
||
FixedText RID_ADDP_FAXDRV_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 40, 20 );
|
||
Size = MAP_APPFONT( 160, 19 );
|
||
WordBreak = TRUE;
|
||
Text [ de ] = "F<>r diese Faxanbindung soll folgender Treiber verwendet werden";
|
||
Text [ en-US ] = "Use the following driver for this fax connection";
|
||
};
|
||
RadioButton RID_ADDP_FAXDRV_BTN_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT( 40,40 );
|
||
Size = MAP_APPFONT( 160, 10 );
|
||
Text [ de ] = "der ~Standardtreiber";
|
||
Text [ en-US ] = "T~he default driver";
|
||
};
|
||
RadioButton RID_ADDP_FAXDRV_BTN_SELECT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 50 );
|
||
Size = MAP_APPFONT( 160,24 );
|
||
Text [ de ] = "ein spezifischer ~Treiber, um die Formatierung einem anderen Drucker anzugleichen";
|
||
Text [ en-US ] = "A speci~fic driver, to adapt the format to another printer";
|
||
};
|
||
};
|
||
|
||
TabPage RID_ADDP_PAGE_PDFDRIVER
|
||
{
|
||
Hide = TRUE;
|
||
Pos = MAP_APPFONT( 0, 30 );
|
||
Size = MAP_APPFONT( 240, 120 );
|
||
String RID_ADDP_STR_TITLE
|
||
{
|
||
Text [ de ] = "Einen Treiber ausw<73>hlen";
|
||
Text [ en-US ] = "Choose a driver";
|
||
};
|
||
FixedText RID_ADDP_PDFDRV_TXT_DRIVER
|
||
{
|
||
Pos = MAP_APPFONT( 40, 20 );
|
||
Size = MAP_APPFONT( 160, 19 );
|
||
WordBreak = TRUE;
|
||
Text [ de ] = "F<>r diesen PDF-Konverter soll folgender Treiber verwendet werden";
|
||
Text [ en-US ] = "Use the following driver for this PDF converter";
|
||
};
|
||
RadioButton RID_ADDP_PDFDRV_BTN_DEFAULT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 40 );
|
||
Size = MAP_APPFONT( 160, 10 );
|
||
Text [ de ] = "Der ~Standardtreiber";
|
||
Text [ en-US ] = "T~he default driver";
|
||
};
|
||
RadioButton RID_ADDP_PDFDRV_BTN_DIST
|
||
{
|
||
Pos = MAP_APPFONT( 40,50 );
|
||
Size = MAP_APPFONT( 160, 10 );
|
||
Text [ de ] = "Der Adobe ~Distiller(tm) Treiber";
|
||
Text [ en-US ] = "The Adobe D~istiller(tm) driver";
|
||
};
|
||
RadioButton RID_ADDP_PDFDRV_BTN_SELECT
|
||
{
|
||
Pos = MAP_APPFONT( 40, 60 );
|
||
Size = MAP_APPFONT( 160, 24 );
|
||
Text [ de ] = "Ein spezifischer ~Treiber, um die Formatierung einem anderen Drucker anzugleichen";
|
||
Text [ en-US ] = "A spec~ific driver, to adapt the format to another printer";
|
||
};
|
||
};
|
||
|
||
String RID_TXT_FONT_ITALIC
|
||
{
|
||
Text [ de ] = "Kursiv";
|
||
Text [ en-US ] = "Italic";
|
||
};
|
||
|
||
String RID_TXT_FONT_OBLIQUE
|
||
{
|
||
Text [ de ] = "Schr<68>g";
|
||
Text [ en-US ] = "Oblique";
|
||
};
|
||
|
||
String RID_TXT_FONT_THIN
|
||
{
|
||
Text [ de ] = "D<>nn";
|
||
Text [ en-US ] = "Thin";
|
||
};
|
||
|
||
String RID_TXT_FONT_ULTRALIGHT
|
||
{
|
||
Text [ de ] = "Ultralight";
|
||
Text [ en-US ] = "Ultralight";
|
||
};
|
||
|
||
String RID_TXT_FONT_SEMILIGHT
|
||
{
|
||
Text [ de ] = "Semilight";
|
||
Text [ en-US ] = "Semilight";
|
||
};
|
||
|
||
String RID_TXT_FONT_LIGHT
|
||
{
|
||
Text [ de ] = "Light";
|
||
Text [ en-US ] = "Light";
|
||
};
|
||
|
||
String RID_TXT_FONT_SEMIBOLD
|
||
{
|
||
Text [ de ] = "Halbfett";
|
||
Text [ en-US ] = "Semibold";
|
||
};
|
||
|
||
String RID_TXT_FONT_BOLD
|
||
{
|
||
Text [ de ] = "Fett";
|
||
Text [ en-US ] = "Bold";
|
||
};
|
||
|
||
String RID_TXT_FONT_ULTRABOLD
|
||
{
|
||
Text [ de ] = "Ultrafett";
|
||
Text [ en-US ] = "Ultrabold";
|
||
};
|
||
|
||
String RID_TXT_FONT_ULTRACONDENSED
|
||
{
|
||
Text [ de ] = "Ultragestraucht";
|
||
Text [ en-US ] = "Ultracondensed";
|
||
};
|
||
|
||
String RID_TXT_FONT_EXTRACONDENSED
|
||
{
|
||
Text [ de ] = "Extragestaucht";
|
||
Text [ en-US ] = "Extracondensed";
|
||
};
|
||
|
||
String RID_TXT_FONT_CONDENSED
|
||
{
|
||
Text [ de ] = "Gestaucht";
|
||
Text [ en-US ] = "Condensed";
|
||
};
|
||
|
||
String RID_TXT_FONT_SEMICONDENSED
|
||
{
|
||
Text [ de ] = "Halbgestaucht";
|
||
Text [ en-US ] = "Semicondensed";
|
||
};
|
||
|
||
String RID_TXT_FONT_SEMIEXPANDED
|
||
{
|
||
Text [ de ] = "Halbgestreckt";
|
||
Text [ en-US ] = "Semiexpanded";
|
||
};
|
||
|
||
String RID_TXT_FONT_EXPANDED
|
||
{
|
||
Text [ de ] = "Gestreckt";
|
||
Text [ en-US ] = "Expanded";
|
||
};
|
||
|
||
String RID_TXT_FONT_EXTRAEXPANDED
|
||
{
|
||
Text [ de ] = "Extragestreckt";
|
||
Text [ en-US ] = "Extraexpanded";
|
||
};
|
||
|
||
String RID_TXT_FONT_ULTRAEXPANDED
|
||
{
|
||
Text [ de ] = "Ultragestreckt";
|
||
Text [ en-US ] = "Ultraexpanded";
|
||
};
|
||
|
||
String RID_TXT_FONT_REGULAR
|
||
{
|
||
Text [ de ] = "Standard";
|
||
Text [ en-US ] = "Regular";
|
||
};
|
||
|
||
|