summaryrefslogtreecommitdiff
path: root/svtools/source/filter.vcl/filter/dlgejpg.src
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter.vcl/filter/dlgejpg.src')
-rw-r--r--svtools/source/filter.vcl/filter/dlgejpg.src266
1 files changed, 266 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/filter/dlgejpg.src b/svtools/source/filter.vcl/filter/dlgejpg.src
new file mode 100644
index 000000000000..11cbffb37255
--- /dev/null
+++ b/svtools/source/filter.vcl/filter/dlgejpg.src
@@ -0,0 +1,266 @@
+/*************************************************************************
+ *
+ * $RCSfile: dlgejpg.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:58:59 $
+ *
+ * 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 "dlgejpg.hrc"
+ModalDialog DLG_EXPORT_JPG
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 159 , 111 ) ;
+ Text = "JPEG Optionen" ;
+ Text [ ENGLISH ] = "JPEG Optionen" ;
+ Text [ english_us ] = "JPEG Options" ;
+ Text [ italian ] = "Opzioni JPEG" ;
+ Text [ spanish ] = "Opciones JPEG" ;
+ Text [ french ] = "Options JPEG" ;
+ Text [ dutch ] = "JPEG-opties" ;
+ Text [ swedish ] = "JPEG-alternativ" ;
+ Text [ danish ] = "JPEG-indstillinger" ;
+ Moveable = TRUE ;
+ Closeable = TRUE ;
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 103 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 103 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 103 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ GroupBox GRP_QUALITY
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 90 , 55 ) ;
+ Text = "Qualitt" ;
+ Text [ ENGLISH ] = "Quality" ;
+ Text [ english_us ] = "Quality" ;
+ Text [ italian ] = "Qualit" ;
+ Text [ spanish ] = "Calidad" ;
+ Text [ french ] = "Qualit" ;
+ Text [ dutch ] = "Kwaliteit" ;
+ Text [ swedish ] = "Kvalitet" ;
+ Text [ danish ] = "Kvalitet" ;
+ Text [ portuguese_brazilian ] = "Qualitt" ;
+ Text [ portuguese ] = "Qualidade" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Jako";
+ Text[ japanese ] = "摜i";
+ Text[ chinese_traditional ] = "q";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Kwaliteit";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ȭ";
+ Text[ turkish ] = "Kalite";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FI_DESCR
+ {
+ Pos = MAP_APPFONT ( 12 , 15 ) ;
+ Size = MAP_APPFONT ( 81 , 21 ) ;
+ Text = "0: min. Qualitt\n100: max. Qualitt" ;
+ Text [ ENGLISH ] = "0: min. quality\n100: max. quality" ;
+ Text [ english_us ] = "0: min. Quality\n100: max. Quality" ;
+ Text [ italian ] = "Q: min. qualit\n100: max. qualit" ;
+ Text [ spanish ] = "0: mn. calidad\n100: mx. calidad" ;
+ Text [ french ] = "0: qualit min.\n100: qualit max." ;
+ Text [ dutch ] = "0: min. kwaliteit\n100: max. kwaliteit" ;
+ Text [ swedish ] = "0: min. kvalitet\n100: max. kvalitet" ;
+ Text [ danish ] = "0: min. kvalitet\n100: maks. kvalitet" ;
+ Text [ portuguese_brazilian ] = "0: min. Qualidade\n100: max. Qualidade" ;
+ Text [ portuguese ] = "0: min. Qualidade\n100: max. Qualidade" ;
+ Text[ chinese_simplified ] = "0: \n100: ѡ";
+ Text[ russian ] = "0: \n100: ";
+ Text[ polish ] = "0: min. jako\n100: max. jako";
+ Text[ japanese ] = "0: Œ\n100: ō";
+ Text[ chinese_traditional ] = "0: ̮t \n100: ̨Ρ@";
+ Text[ arabic ] = "0: \n100: ";
+ Text[ dutch ] = "0: min. kwaliteit\n100: max. kwaliteit";
+ Text[ chinese_simplified ] = "0: \n100: ѡ";
+ Text[ greek ] = "0: \n100: ";
+ Text[ korean ] = "0: ּ \n100: ִ ";
+ Text[ turkish ] = "0: asg. kalite\n100: azm. kalite";
+ Text[ language_user1 ] = " ";
+ };
+ NumericField NUM_FLD_QUALITY
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Size = MAP_APPFONT ( 50 , 12 ) ;
+ TabStop = TRUE ;
+ Spin = TRUE ;
+ Maximum = 100 ;
+ StrictFormat = TRUE ;
+ Last = 100 ;
+ Repeat = TRUE ;
+ };
+ GroupBox GRP_COLORS
+ {
+ Pos = MAP_APPFONT ( 6 , 61 ) ;
+ Size = MAP_APPFONT ( 90 , 44 ) ;
+ Text = "Farbauflsung" ;
+ Text [ ENGLISH ] = "Color resolution" ;
+ Text [ english_us ] = "Color resolution" ;
+ Text [ portuguese_brazilian ] = "Farbauflsung" ;
+ Text [ swedish ] = "Frgupplsning" ;
+ Text [ danish ] = "Farveoplsning" ;
+ Text [ italian ] = "Profondit cromatica" ;
+ Text [ spanish ] = "Resolucin del color" ;
+ Text [ french ] = "Rsolution couleur" ;
+ Text [ dutch ] = "Kleurdichtheid" ;
+ Text [ portuguese ] = "Resoluo de cores" ;
+ Text[ chinese_simplified ] = "ɫֱ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Rozdzielczo kolorw";
+ Text[ japanese ] = "F̉𑜓x";
+ Text[ chinese_traditional ] = "CѪR";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Kleurdichtheid";
+ Text[ chinese_simplified ] = "ɫֱ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "÷ ػ";
+ Text[ turkish ] = "Renk znrl";
+ Text[ language_user1 ] = " ";
+ };
+ RadioButton RB_GRAY
+ {
+ Pos = MAP_APPFONT ( 12 , 72 ) ;
+ Size = MAP_APPFONT ( 81 , 12 ) ;
+ TabStop = TRUE ;
+ Text = "Graustufen" ;
+ Text [ ENGLISH ] = "Grayscales" ;
+ Text [ english_us ] = "Grayscale" ;
+ Text [ portuguese ] = "Tons de cinzento" ;
+ Text [ portuguese_brazilian ] = "Graustufen" ;
+ Text [ swedish ] = "Grskalor" ;
+ Text [ danish ] = "Grtoner" ;
+ Text [ italian ] = "Toni di grigio" ;
+ Text [ spanish ] = "Escala de grises" ;
+ Text [ french ] = "Niveaux de gris" ;
+ Text [ dutch ] = "Grijswaarden" ;
+ Text[ chinese_simplified ] = "Ҷ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Odcienie szaroci";
+ Text[ japanese ] = "ڰ";
+ Text[ chinese_traditional ] = "ǫ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Grijswaarden";
+ Text[ chinese_simplified ] = "Ҷ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ȸ";
+ Text[ turkish ] = "Gri tonlama";
+ Text[ language_user1 ] = " ";
+ };
+ RadioButton RB_RGB
+ {
+ Pos = MAP_APPFONT ( 12 , 87 ) ;
+ Size = MAP_APPFONT ( 81 , 12 ) ;
+ TabStop = TRUE ;
+ Text = "Echtfarben" ;
+ Text [ ENGLISH ] = "TrueColors" ;
+ Text [ english_us ] = "True Colors" ;
+ Text [ portuguese ] = "Cores reais" ;
+ Text [ portuguese_brazilian ] = "Echtfarben" ;
+ Text [ swedish ] = "True Colors" ;
+ Text [ danish ] = "gte farver" ;
+ Text [ italian ] = "Colori reali" ;
+ Text [ spanish ] = "Colores reales" ;
+ Text [ french ] = "Vraies couleurs (Truecolor)" ;
+ Text [ dutch ] = "Echte kleuren" ;
+ Text[ chinese_simplified ] = "ɫ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Trwae kolory";
+ Text[ japanese ] = "NʐF";
+ Text[ chinese_traditional ] = "m";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Echte kleuren";
+ Text[ chinese_simplified ] = "ɫ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "Ʈ ÷";
+ Text[ turkish ] = "Gerek renkler";
+ Text[ language_user1 ] = " ";
+ };
+ Text [ portuguese_brazilian ] = "JPEG Optionen" ;
+ Text [ portuguese ] = "Opes JPEG" ;
+ Text[ chinese_simplified ] = "JPEG ѡ";
+ Text[ russian ] = " JPEG";
+ Text[ polish ] = "Opcje JPEG";
+ Text[ japanese ] = "JPEG ߼";
+ Text[ chinese_traditional ] = "JPEG ﶵ";
+ Text[ arabic ] = "JPEG ";
+ Text[ dutch ] = "JPEG-opties";
+ Text[ chinese_simplified ] = "JPEG ѡ";
+ Text[ greek ] = " JPEG";
+ Text[ korean ] = "JPEG ɼ";
+ Text[ turkish ] = "JPEG seenekleri";
+ Text[ language_user1 ] = " ";
+};