summaryrefslogtreecommitdiff
path: root/goodies/source/filter.vcl/epgm/dlgepgm.src
diff options
context:
space:
mode:
Diffstat (limited to 'goodies/source/filter.vcl/epgm/dlgepgm.src')
-rw-r--r--goodies/source/filter.vcl/epgm/dlgepgm.src198
1 files changed, 198 insertions, 0 deletions
diff --git a/goodies/source/filter.vcl/epgm/dlgepgm.src b/goodies/source/filter.vcl/epgm/dlgepgm.src
new file mode 100644
index 000000000000..c5d5bd63797b
--- /dev/null
+++ b/goodies/source/filter.vcl/epgm/dlgepgm.src
@@ -0,0 +1,198 @@
+/*************************************************************************
+ *
+ * $RCSfile: dlgepgm.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:30:12 $
+ *
+ * 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 "dlgepgm.hrc"
+ModalDialog DLG_EXPORT_EPGM
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 133 , 67 ) ;
+ Moveable = TRUE ;
+ Closeable = TRUE ;
+ Text = "PGM Optionen" ;
+ Text [ ENGLISH ] = "PGM options" ;
+ Text [ english_us ] = "PGM Options" ;
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 73 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 73 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 73 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ GroupBox GRP_FORMAT
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 60 , 54 ) ;
+ Text = "Datei Format" ;
+ Text [ ENGLISH ] = "file format" ;
+ Text[ italian ] = "Formato file";
+ Text[ portuguese_brazilian ] = "Datei Format";
+ Text[ portuguese ] = "Formato do ficheiro";
+ Text[ danish ] = "Filformat";
+ Text[ french ] = "Format de fichier";
+ Text[ swedish ] = "Filformat";
+ Text[ dutch ] = "Bestandsformaat";
+ Text[ spanish ] = "Formato de archivo";
+ Text[ english_us ] = "File format";
+ Text[ chinese_simplified ] = "ļʽ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Format pliku";
+ Text[ japanese ] = "̧ق̏";
+ Text[ chinese_traditional ] = "ɮ׮榡";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Bestandsformaat";
+ Text[ chinese_simplified ] = "ļʽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Dosya format";
+ Text[ language_user1 ] = " ";
+ };
+ RadioButton RB_RAW
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "~Binr" ;
+ Text [ ENGLISH ] = "~raw" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "~Binario";
+ Text[ portuguese_brazilian ] = "~Binr";
+ Text[ portuguese ] = "~Binrio";
+ Text[ danish ] = "~Binr";
+ Text[ french ] = "~Binaire";
+ Text[ swedish ] = "~Binr";
+ Text[ dutch ] = "~Binair";
+ Text[ spanish ] = "~Binario";
+ Text[ english_us ] = "~Binary";
+ Text[ chinese_simplified ] = "Ԫ(~B)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Binarny";
+ Text[ japanese ] = "޲(~B)";
+ Text[ language_user1 ] = " ";
+ Text[ chinese_traditional ] = "G줸(~B)";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "~Binair";
+ Text[ chinese_simplified ] = "Ԫ(~B)";
+ Text[ greek ] = "";
+ Text[ korean ] = "̳ʸ(~B)";
+ Text[ turkish ] = "kili";
+ };
+ RadioButton RB_ASCII
+ {
+ Pos = MAP_APPFONT ( 12 , 27 ) ;
+ Size = MAP_APPFONT ( 45 , 10 ) ;
+ Text = "~Text" ;
+ Text [ ENGLISH ] = "~text" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "~Testo";
+ Text[ portuguese_brazilian ] = "~Text";
+ Text[ portuguese ] = "~Texto";
+ Text[ danish ] = "~Tekst";
+ Text[ french ] = "~Texte";
+ Text[ swedish ] = "~Text";
+ Text[ dutch ] = "~Tekst";
+ Text[ spanish ] = "~Texto";
+ Text[ english_us ] = "~Text";
+ Text[ chinese_simplified ] = "(~T)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Tekst";
+ Text[ japanese ] = "÷(~T)";
+ Text[ chinese_traditional ] = "r(~T)";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "~Tekst";
+ Text[ chinese_simplified ] = "(~T)";
+ Text[ greek ] = "";
+ Text[ korean ] = "ؽƮ(~T)";
+ Text[ turkish ] = "Metin";
+ Text[ language_user1 ] = " ";
+ };
+ Text[ italian ] = "Opzioni PGM";
+ Text[ portuguese_brazilian ] = "PGM Optionen";
+ Text[ portuguese ] = "Opes PGM";
+ Text[ danish ] = "PGM indstillinger";
+ Text[ french ] = "Options PGM";
+ Text[ swedish ] = "PGM alternativ";
+ Text[ dutch ] = "PGM-opties";
+ Text[ spanish ] = "Opciones PGM";
+ Text[ chinese_simplified ] = "PGM ѡ";
+ Text[ russian ] = " PGM";
+ Text[ polish ] = "Opcje PGM";
+ Text[ japanese ] = "PGM ߼";
+ Text[ chinese_traditional ] = "PGMﶵ";
+ Text[ arabic ] = "PGM ";
+ Text[ dutch ] = "PGM-opties";
+ Text[ chinese_simplified ] = "PGM ѡ";
+ Text[ greek ] = " PGM";
+ Text[ korean ] = "PGM ɼ";
+ Text[ turkish ] = "PGM seenekleri";
+ Text[ language_user1 ] = " ";
+};