summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/printdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/printdlg.src')
-rw-r--r--svtools/source/dialogs/printdlg.src616
1 files changed, 616 insertions, 0 deletions
diff --git a/svtools/source/dialogs/printdlg.src b/svtools/source/dialogs/printdlg.src
new file mode 100644
index 000000000000..cb3e65ae32c9
--- /dev/null
+++ b/svtools/source/dialogs/printdlg.src
@@ -0,0 +1,616 @@
+/*************************************************************************
+ *
+ * $RCSfile: printdlg.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:58:58 $
+ *
+ * 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 "printdlg.hrc"
+
+#ifndef IMAGE_STDBTN_COLOR
+#define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
+#endif
+
+ModalDialog DLG_SVT_PRNDLG_PRINTDLG
+{
+ SVLook = TRUE ;
+ OutputSize = TRUE ;
+ Moveable = TRUE ;
+ Size = MAP_APPFONT ( 260 , 169 ) ;
+ Text = "Drucken" ;
+ Text [ ENGLISH ] = "Print" ;
+ Text [ english_us ] = "Print" ;
+ Text [ portuguese_brazilian ] = "Drucken" ;
+ Text [ swedish ] = "Skriv ut" ;
+ Text [ danish ] = "Udskriv" ;
+ Text [ italian ] = "Stampa" ;
+ Text [ spanish ] = "Imprimir" ;
+ Text [ french ] = "Impression" ;
+ Text [ dutch ] = "Afdrukken" ;
+ Text [ portuguese ] = "Imprimir" ;
+ GroupBox GRP_PRINTER
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 248 , 90 ) ;
+ Text = "Drucker" ;
+ Text [ ENGLISH ] = "Printer" ;
+ Text [ english_us ] = "Printer" ;
+ Text [ portuguese_brazilian ] = "Drucker" ;
+ Text [ swedish ] = "Skrivare" ;
+ Text [ danish ] = "Printer" ;
+ Text [ italian ] = "Stampante" ;
+ Text [ spanish ] = "Impresora" ;
+ Text [ french ] = "Imprimante" ;
+ Text [ dutch ] = "Printer" ;
+ Text [ portuguese ] = "Impressora" ;
+ Text[ chinese_simplified ] = "ӡ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Drukarka";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "L";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Yazc";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_NAME
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "~Name" ;
+ Text [ ENGLISH ] = "~Name" ;
+ Text [ english_us ] = "~Name" ;
+ Text [ portuguese_brazilian ] = "~Name" ;
+ Text [ swedish ] = "~Namn" ;
+ Text [ danish ] = "Navn" ;
+ Text [ italian ] = "~Nome" ;
+ Text [ spanish ] = "~Nombre" ;
+ Text [ french ] = "~Nom" ;
+ Text [ dutch ] = "~Naam" ;
+ Text [ portuguese ] = "~Nome" ;
+ Text[ chinese_simplified ] = "(~N)";
+ Text[ russian ] = "~";
+ Text[ polish ] = "Nazwa";
+ Text[ japanese ] = "O(~N)";
+ Text[ chinese_traditional ] = "W(~N)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "̸(~N)";
+ Text[ turkish ] = "~Ad";
+ Text[ language_user1 ] = " ";
+ };
+ ListBox LB_NAMES
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 12 ) ;
+ Size = MAP_APPFONT ( 125 , 80 ) ;
+ DropDown = TRUE ;
+ Sort = TRUE ;
+ };
+ PushButton BTN_PROPERTIES
+ {
+ Pos = MAP_APPFONT ( 188 , 12 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ Text = "~Eigenschaften..." ;
+ Text [ ENGLISH ] = "~Properties..." ;
+ Text [ portuguese ] = "~Propriedades..." ;
+ Text [ english_us ] = "Propert~ies..." ;
+ Text [ portuguese_brazilian ] = "~Eigenschaften..." ;
+ Text [ swedish ] = "~Egenskaper..." ;
+ Text [ danish ] = "Egenskaber..." ;
+ Text [ italian ] = "~Propriet..." ;
+ Text [ spanish ] = "~Propiedades..." ;
+ Text [ french ] = "~Proprits..." ;
+ Text [ dutch ] = "~Eigenschappen..." ;
+ Text[ chinese_simplified ] = "(~I)...";
+ Text[ russian ] = "~...";
+ Text[ polish ] = "Waciwoci...";
+ Text[ japanese ] = "è(~I)...";
+ Text[ chinese_traditional ] = "ݩ(~I)...";
+ Text[ arabic ] = "...";
+ Text[ greek ] = "...";
+ Text[ korean ] = "(~I)...";
+ Text[ turkish ] = "~zellikler...";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_STATUS
+ {
+ Pos = MAP_APPFONT ( 12 , 29 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "Status" ;
+ Text [ ENGLISH ] = "Status" ;
+ Text [ english_us ] = "Status" ;
+ Text [ portuguese_brazilian ] = "Status" ;
+ Text [ swedish ] = "Status" ;
+ Text [ danish ] = "Status" ;
+ Text [ italian ] = "Stato" ;
+ Text [ spanish ] = "Estado" ;
+ Text [ french ] = "tat" ;
+ Text [ dutch ] = "Status" ;
+ Text [ portuguese ] = "Estado" ;
+ Text[ chinese_simplified ] = "״̬";
+ Text[ russian ] = "";
+ Text[ polish ] = "Stan";
+ Text[ japanese ] = "ð";
+ Text[ chinese_traditional ] = "A";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Durum";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FI_STATUS
+ {
+ Pos = MAP_APPFONT ( 60 , 29 ) ;
+ Size = MAP_APPFONT ( 188 , 10 ) ;
+ };
+ FixedText FT_TYPE
+ {
+ Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "Typ" ;
+ Text [ ENGLISH ] = "Type" ;
+ Text [ english_us ] = "Type" ;
+ Text [ portuguese_brazilian ] = "Typ" ;
+ Text [ swedish ] = "Typ" ;
+ Text [ danish ] = "Type" ;
+ Text [ italian ] = "Tipo" ;
+ Text [ spanish ] = "Tipo" ;
+ Text [ french ] = "Type" ;
+ Text [ dutch ] = "Type" ;
+ Text [ portuguese ] = "Tipo" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Typ";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Tip";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FI_TYPE
+ {
+ Pos = MAP_APPFONT ( 60 , 40 ) ;
+ Size = MAP_APPFONT ( 188 , 10 ) ;
+ };
+ FixedText FT_LOCATION
+ {
+ Pos = MAP_APPFONT ( 12 , 51 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "Ort" ;
+ Text [ ENGLISH ] = "Location" ;
+ Text [ english_us ] = "Location" ;
+ Text [ portuguese_brazilian ] = "Ort" ;
+ Text [ swedish ] = "Plats" ;
+ Text [ danish ] = "Placering" ;
+ Text [ italian ] = "Percorso" ;
+ Text [ spanish ] = "Ubicacin" ;
+ Text [ french ] = "Emplacement" ;
+ Text [ dutch ] = "Plaats" ;
+ Text [ portuguese ] = "Lugar" ;
+ Text[ chinese_simplified ] = "λ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Lokalizacja";
+ Text[ japanese ] = "ꏊ";
+ Text[ chinese_traditional ] = "m";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ġ";
+ Text[ turkish ] = "Yer";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FI_LOCATION
+ {
+ Pos = MAP_APPFONT ( 60 , 51 ) ;
+ Size = MAP_APPFONT ( 188 , 10 ) ;
+ };
+ FixedText FT_COMMENT
+ {
+ Pos = MAP_APPFONT ( 12 , 62 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "Kommentar" ;
+ Text [ ENGLISH ] = "Comment" ;
+ Text [ english_us ] = "Comment" ;
+ Text [ portuguese_brazilian ] = "Kommentar" ;
+ Text [ swedish ] = "Kommentar" ;
+ Text [ danish ] = "Kommentar" ;
+ Text [ italian ] = "Commento" ;
+ Text [ spanish ] = "Comentario" ;
+ Text [ french ] = "Commentaire" ;
+ Text [ dutch ] = "Commentaar" ;
+ Text [ portuguese ] = "Comentrio" ;
+ Text[ chinese_simplified ] = "ע";
+ Text[ russian ] = "";
+ Text[ polish ] = "Komentarz";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "`";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "޸";
+ Text[ turkish ] = "Aklama";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FI_COMMENT
+ {
+ Pos = MAP_APPFONT ( 60 , 62 ) ;
+ Size = MAP_APPFONT ( 188 , 10 ) ;
+ };
+ CheckBox CBX_FILEPRINT
+ {
+ Pos = MAP_APPFONT ( 12 , 77 ) ;
+ Size = MAP_APPFONT ( 75 , 10 ) ;
+ Text = "Ausdruck ~in Datei" ;
+ Text [ ENGLISH ] = "Print to f~ile" ;
+ Text [ english_us ] = "Print to file" ;
+ Text [ portuguese_brazilian ] = "Ausdruck ~in Datei" ;
+ Text [ swedish ] = "Skriv ut till ~fil" ;
+ Text [ danish ] = "Udskrift til fil" ;
+ Text [ italian ] = "Stampa su ~file" ;
+ Text [ spanish ] = "Imprimir ~en archivo" ;
+ Text [ french ] = "Imprimer dans un ~fichier " ;
+ Text [ dutch ] = "Afdrukken in ~bestand" ;
+ Text [ portuguese ] = "Imprimir em ~ficheiro" ;
+ Text[ chinese_simplified ] = "ӡļ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Drukuj do pliku";
+ Text[ japanese ] = "̧ق֏o";
+ Text[ chinese_traditional ] = "CLɮ";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "Ϸ μ";
+ Text[ turkish ] = "D~osyaya yazdr";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FI_PRINTFILE
+ {
+ Pos = MAP_APPFONT ( 90 , 77 ) ;
+ Size = MAP_APPFONT ( 141 , 12 ) ;
+ };
+ PushButton BTN_BROWSE
+ {
+ Pos = MAP_APPFONT ( 234 , 75 ) ;
+ Size = MAP_APPFONT ( 14 , 14 ) ;
+ Text = "~..." ;
+ };
+ GroupBox GRP_PRINTRANGE
+ {
+ Pos = MAP_APPFONT ( 6 , 96 ) ;
+ Size = MAP_APPFONT ( 117 , 47 ) ;
+ Text = "Druckbereich" ;
+ Text [ ENGLISH ] = "Print range" ;
+ Text [ english_us ] = "Print range" ;
+ Text [ portuguese_brazilian ] = "Druckbereich" ;
+ Text [ swedish ] = "Utskriftsomrde" ;
+ Text [ danish ] = "Udskriftsomrde" ;
+ Text [ italian ] = "Area di stampa" ;
+ Text [ spanish ] = "rea de impresin" ;
+ Text [ french ] = "Zone d'impression" ;
+ Text [ dutch ] = "Afdrukbereik" ;
+ Text [ portuguese ] = "rea de impresso" ;
+ Text[ chinese_simplified ] = "ӡ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Zakres wydruku";
+ Text[ japanese ] = "͈";
+ Text[ chinese_traditional ] = "CLS";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "μ ";
+ Text[ turkish ] = "Yazdrma alan";
+ Text[ language_user1 ] = " ";
+ };
+ RadioButton RBT_ALL
+ {
+ Pos = MAP_APPFONT ( 12 , 105 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "~Alles" ;
+ Text [ ENGLISH ] = "~All" ;
+ Text [ portuguese ] = "~Tudo" ;
+ Text [ english_us ] = "All" ;
+ Text [ portuguese_brazilian ] = "~Alles" ;
+ Text [ swedish ] = "~Allt" ;
+ Text [ danish ] = "Alt" ;
+ Text [ italian ] = "~Tutto" ;
+ Text [ spanish ] = "~Todo" ;
+ Text [ french ] = "~Tout" ;
+ Text [ dutch ] = "~Alles" ;
+ Text[ chinese_simplified ] = "ȫ";
+ Text[ russian ] = "~";
+ Text[ polish ] = "Wszystko";
+ Text[ japanese ] = "ׂ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "~Tm";
+ Text[ language_user1 ] = " ";
+ };
+ RadioButton RBT_PAGES
+ {
+ Pos = MAP_APPFONT ( 12 , 117 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "~Seiten" ;
+ Text [ ENGLISH ] = "Pa~ges" ;
+ Text [ portuguese ] = "~Pginas" ;
+ Text [ english_us ] = "Pages" ;
+ Text [ portuguese_brazilian ] = "~Seiten" ;
+ Text [ swedish ] = "~Sidor" ;
+ Text [ danish ] = "Sider" ;
+ Text [ italian ] = "~Pagine" ;
+ Text [ spanish ] = "~Pginas" ;
+ Text [ french ] = "P~ages" ;
+ Text [ dutch ] = "~Pagina" ;
+ Text[ chinese_simplified ] = "ҳ";
+ Text[ russian ] = "~";
+ Text[ polish ] = "Strony";
+ Text[ japanese ] = "߰ގw";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "~Sayfa";
+ Text[ language_user1 ] = " ";
+ };
+ RadioButton RBT_SELECTION
+ {
+ Pos = MAP_APPFONT ( 12 , 129 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "A~uswahl" ;
+ Text [ ENGLISH ] = "~Selection" ;
+ Text [ portuguese ] = "~Seleco" ;
+ Text [ english_us ] = "Selection" ;
+ Text [ portuguese_brazilian ] = "A~uswahl" ;
+ Text [ swedish ] = "~Urval" ;
+ Text [ danish ] = "Udvalg" ;
+ Text [ italian ] = "Scelta" ;
+ Text [ spanish ] = "~Seleccin" ;
+ Text [ french ] = "~Slection" ;
+ Text [ dutch ] = "~Selectie" ;
+ Text[ chinese_simplified ] = "ѡ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Wybr";
+ Text[ japanese ] = "I";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Seim";
+ Text[ language_user1 ] = " ";
+ };
+ Edit EDT_PAGES
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 116 ) ;
+ Size = MAP_APPFONT ( 57 , 12 ) ;
+ };
+ GroupBox GRP_COPIES
+ {
+ Pos = MAP_APPFONT ( 129 , 96 ) ;
+ Size = MAP_APPFONT ( 125 , 47 ) ;
+ Text = "Kopien" ;
+ Text [ ENGLISH ] = "Copies" ;
+ Text [ english_us ] = "Copies" ;
+ Text [ portuguese_brazilian ] = "Kopien" ;
+ Text [ swedish ] = "Kopior" ;
+ Text [ danish ] = "Kopier" ;
+ Text [ italian ] = "Copia" ;
+ Text [ spanish ] = "Copias" ;
+ Text [ french ] = "Copies" ;
+ Text [ dutch ] = "Kopien" ;
+ Text [ portuguese ] = "Cpias" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Kopie";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Kopya";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_COPIES
+ {
+ Pos = MAP_APPFONT ( 135 , 106 ) ;
+ Size = MAP_APPFONT ( 63 , 10 ) ;
+ DeltaLang = < Default ; Default ; Default ; Default ; > ;
+ DeltaLang [ ENGLISH ] = < Default ; Default ; 19 ; Default ; > ;
+ Text = "E~xemplare" ;
+ Text [ ENGLISH ] = "Number of ~copies" ;
+ Text [ english_us ] = "Number of copies" ;
+ Text [ portuguese_brazilian ] = "E~xemplare" ;
+ Text [ swedish ] = "E~xemplar" ;
+ Text [ danish ] = "Antal kopier" ;
+ Text [ italian ] = "~Numero di copie" ;
+ Text [ spanish ] = "~Ejemplares" ;
+ Text [ french ] = "E~xemplaire(s)" ;
+ Text [ dutch ] = "E~xemplaren" ;
+ Text [ portuguese ] = "E~xemplares" ;
+ Text[ chinese_simplified ] = "ӡ";
+ Text[ russian ] = "()";
+ Text[ polish ] = "Egzemplarze";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "CL";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "~";
+ Text[ korean ] = "纻 ";
+ Text[ turkish ] = "~Kopya says";
+ Text[ language_user1 ] = " ";
+ };
+ NumericField NUM_COPIES
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 201 , 105 ) ;
+ Size = MAP_APPFONT ( 39 , 12 ) ;
+ DeltaLang = < Default ; Default ; Default ; Default ; > ;
+ DeltaLang [ ENGLISH ] = < 1 ; Default ; -1 ; Default ; > ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ Minimum = 1 ;
+ Maximum = 9999 ;
+ StrictFormat = TRUE ;
+ First = 1 ;
+ Last = 9999 ;
+ };
+ CheckBox CBX_COLLATE
+ {
+ Pos = MAP_APPFONT ( 201 , 123 ) ;
+ Size = MAP_APPFONT ( 47 , 10 ) ;
+ DeltaLang = < Default ; Default ; Default ; Default ; > ;
+ DeltaLang [ ENGLISH ] = < 2 ; Default ; Default ; Default ; > ;
+ Text = "S~ortieren" ;
+ Text [ ENGLISH ] = "C~ollate" ;
+ Text [ english_us ] = "Co~llate" ;
+ Text [ portuguese_brazilian ] = "S~ortieren" ;
+ Text [ swedish ] = "S~ortera" ;
+ Text [ danish ] = "Sorter" ;
+ Text [ italian ] = "~Ordina" ;
+ Text [ spanish ] = "~Ordenar" ;
+ Text [ french ] = "T~rier" ;
+ Text [ dutch ] = "S~orteren" ;
+ Text [ portuguese ] = "~Ordenar" ;
+ Text[ chinese_simplified ] = "(~L)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Sortuj";
+ Text[ japanese ] = "Pʂň(~L)";
+ Text[ chinese_traditional ] = "Ƨ(~L)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~L)";
+ Text[ turkish ] = "S~rala";
+ Text[ language_user1 ] = " ";
+ };
+ FixedImage IMG_COLLATE
+ {
+ Pos = MAP_APPFONT ( 132 , 118 ) ;
+ Size = MAP_APPFONT ( 67 , 22 ) ;
+ Fixed = Image
+ {
+ ImageBitmap = Bitmap { File = "collate.bmp" ; };
+ MaskColor = IMAGE_STDBTN_COLOR ;
+ };
+ Hide = TRUE ;
+ };
+ FixedImage IMG_NOT_COLLATE
+ {
+ Pos = MAP_APPFONT ( 132 , 118 ) ;
+ Size = MAP_APPFONT ( 67 , 22 ) ;
+ Fixed = Image
+ {
+ ImageBitmap = Bitmap { File = "ncollate.bmp" ; };
+ MaskColor = IMAGE_STDBTN_COLOR ;
+ };
+ Hide = TRUE ;
+ };
+ PushButton BTN_OPTIONS
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 149 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? Zustze... : Zustze... */
+ /* ### ACHTUNG: Neuer Text in Resource? Zustze... : Zustze... */
+ Text = "~Zustze..." ;
+ Text [ ENGLISH ] = "Op~tions..." ;
+ Text [ portuguese ] = "Ope~s..." ;
+ Text [ english_us ] = "~Options..." ;
+ Text [ portuguese_brazilian ] = "Zustze..." ;
+ Text [ swedish ] = "F~ler..." ;
+ Text [ danish ] = "Flere..." ;
+ Text [ italian ] = "E~xtra..." ;
+ Text [ spanish ] = "~Opciones..." ;
+ Text [ french ] = "~Options..." ;
+ Text [ dutch ] = "~Overige..." ;
+ Text[ chinese_simplified ] = "(~O)...";
+ Text[ russian ] = "...";
+ Text[ polish ] = "Dodatki...";
+ Text[ japanese ] = "߼(~O)...";
+ Text[ chinese_traditional ] = "L(~O)...";
+ Text[ arabic ] = "...";
+ Text[ greek ] = "...";
+ Text[ korean ] = "ɼ(~O)...";
+ Text[ turkish ] = "~Seenekler...";
+ Text[ language_user1 ] = " ";
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 95 , 149 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 148 , 149 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 204 , 149 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ };
+ Text[ chinese_simplified ] = "ӡ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Drukuj";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "CL";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "μ";
+ Text[ turkish ] = "Yazdr";
+ Text[ language_user1 ] = " ";
+};