summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/imoptdlg.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
commit9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch)
tree13c111a6380728f470fa177e679b80089a01efc4 /sc/source/ui/dbgui/imoptdlg.src
initial import
Diffstat (limited to 'sc/source/ui/dbgui/imoptdlg.src')
-rw-r--r--sc/source/ui/dbgui/imoptdlg.src279
1 files changed, 279 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src
new file mode 100644
index 000000000000..9abf45f71ba1
--- /dev/null
+++ b/sc/source/ui/dbgui/imoptdlg.src
@@ -0,0 +1,279 @@
+/*************************************************************************
+ *
+ * $RCSfile: imoptdlg.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:44:54 $
+ *
+ * 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 "imoptdlg.hrc"
+
+//! modify CharSet handling like in asciiopt
+
+#define FONTLISTBOX \
+ Border = TRUE; \
+ StringList = { \
+ < "Ansi"; 1; >; \
+ < "Mac"; 2; >; \
+ < "IBMPC"; 4; >; \
+ < "IBMPC (437)"; 3; >; \
+ < "IBMPC (850)"; 4; >; \
+ < "IBMPC (860)"; 5; >; \
+ < "IBMPC (861)"; 6; >; \
+ < "IBMPC (863)"; 7; >; \
+ < "IBMPC (865)"; 8; >; \
+ < "System"; 9; >; \
+ };
+
+
+ModalDialog RID_SCDLG_IMPORTOPT
+{
+ HelpId = HID_SC_INPORTOPT ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 196 , 77 ) ;
+ Moveable = TRUE ;
+ Closeable = FALSE ;
+ Text = "Datei Importieren" ;
+ Text [ ENGLISH ] = "Import File" ;
+ Text [ norwegian ] = "Import File" ;
+ Text [ italian ] = "Importa file" ;
+ Text [ portuguese_brazilian ] = "Import File" ;
+ Text [ portuguese ] = "Importar ficheiro" ;
+ Text [ french ] = "Import de fichier" ;
+ Text [ dutch ] = "Bestand importeren" ;
+ Text [ spanish ] = "Importar archivo" ;
+ Text [ danish ] = "Importer fil" ;
+ Text [ swedish ] = "Importera fil" ;
+ Text [ finnish ] = "Import File" ;
+ Text [ english_us ] = "Import File" ;
+ FixedText FT_FIELDSEP
+ {
+ Pos = MAP_APPFONT ( 12 , 16 ) ;
+ Size = MAP_APPFONT ( 55 , 10 ) ;
+ Text = "~Feldtrenner" ;
+ Text [ ENGLISH ] = "~Field delimiter" ;
+ Text [ norwegian ] = "~Field delimiter" ;
+ Text [ italian ] = "Separatore di campo" ;
+ Text [ portuguese_brazilian ] = "~Field delimiter" ;
+ Text [ portuguese ] = "Separador de ~campo" ;
+ Text [ french ] = "~Sparateur de champ" ;
+ Text [ dutch ] = "~Veldbegrenzing" ;
+ Text [ spanish ] = "Separador de campos" ;
+ Text [ danish ] = "Feltseparator" ;
+ Text [ swedish ] = "~Fltdelare" ;
+ Text [ finnish ] = "~Field delimiter" ;
+ Text [ english_us ] = "~Field delimiter" ;
+ Text[ chinese_simplified ] = "ֶηָ(~F)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Ogranicznik pola";
+ Text[ japanese ] = "̨ނ̋؂L(~F)";
+ Text[ chinese_traditional ] = "j(~F)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ʵ ȣ(~F)";
+ Text[ turkish ] = "~Ayrma iareti";
+ Text[ language_user1 ] = " ";
+ };
+ ComboBox ED_FIELDSEP
+ {
+ Pos = MAP_APPFONT ( 70 , 14 ) ;
+ Size = MAP_APPFONT ( 60 , 60 ) ;
+ DropDown = TRUE ;
+ };
+ FixedText FT_TEXTSEP
+ {
+ Pos = MAP_APPFONT ( 12 , 35 ) ;
+ Size = MAP_APPFONT ( 55 , 10 ) ;
+ Text = "~Texttrenner" ;
+ Text [ ENGLISH ] = "~Text delimiter" ;
+ Text [ norwegian ] = "~Text delimiter" ;
+ Text [ italian ] = "Separatore di ~testo" ;
+ Text [ portuguese_brazilian ] = "~Text delimiter" ;
+ Text [ portuguese ] = "Delimitador de ~texto" ;
+ Text [ french ] = "Sparateur de ~texte" ;
+ Text [ dutch ] = "~Tekstbegrenzing" ;
+ Text [ spanish ] = "S~eparador de texto" ;
+ Text [ danish ] = "Tekstseparator" ;
+ Text [ swedish ] = "~Textavgrnsare" ;
+ Text [ finnish ] = "~Text delimiter" ;
+ Text [ english_us ] = "~Text delimiter" ;
+ Text[ chinese_simplified ] = "ַָ(~T)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Ogranicznik tekstu";
+ Text[ japanese ] = "÷Ă̋؂L(~T)";
+ Text[ chinese_traditional ] = "rj(~T)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ؽƮ ȣ(~T)";
+ Text[ turkish ] = "~Metin ayrma ia.";
+ Text[ language_user1 ] = " ";
+ };
+ ComboBox ED_TEXTSEP
+ {
+ Pos = MAP_APPFONT ( 70 , 33 ) ;
+ Size = MAP_APPFONT ( 60 , 60 ) ;
+ DropDown = TRUE ;
+ };
+ FixedText FT_FONT
+ {
+ Pos = MAP_APPFONT ( 12 , 53 ) ;
+ Size = MAP_APPFONT ( 55 , 10 ) ;
+ Text = "~Zeichensatz" ;
+ Text [ ENGLISH ] = "F~ont" ;
+ Text [ norwegian ] = "F~ont" ;
+ Text [ italian ] = "~Tipo di carattere" ;
+ Text [ portuguese_brazilian ] = "F~onte" ;
+ Text [ portuguese ] = "~Conjunto de caracteres" ;
+ Text [ french ] = "~Jeu de caractres" ;
+ Text [ dutch ] = "~Tekenset" ;
+ Text [ spanish ] = "J~uego de caracteres" ;
+ Text [ danish ] = "Tegnst" ;
+ Text [ swedish ] = "~Teckenuppsttning" ;
+ Text [ finnish ] = "F~ont" ;
+ Text [ english_us ] = "~Character set" ;
+ Text[ chinese_simplified ] = "(~C)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Zbir znakw";
+ Text[ japanese ] = "(~C)";
+ Text[ chinese_traditional ] = "r(~C)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "~ ";
+ Text[ korean ] = " Ʈ(~C)";
+ Text[ turkish ] = "~Karakter kmesi";
+ Text[ language_user1 ] = " ";
+ };
+ ListBox DDLB_FONT
+ {
+ FONTLISTBOX
+ DropDown = TRUE ;
+ Pos = MAP_APPFONT ( 70 , 51 ) ;
+ Size = MAP_APPFONT ( 60 , 81 ) ;
+ };
+ ListBox LB_FONT
+ {
+ FONTLISTBOX
+ DropDown = FALSE ;
+ Pos = MAP_APPFONT ( 12 , 16 ) ;
+ Size = MAP_APPFONT ( 119 , 50 ) ;
+ };
+ GroupBox GB_FIELDOPT
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 130 , 68 ) ;
+ Text = "Feld Optionen" ;
+ Text [ ENGLISH ] = "Field Options" ;
+ Text [ norwegian ] = "Field Options" ;
+ Text [ italian ] = "Opzioni campo" ;
+ Text [ portuguese_brazilian ] = "Opes de Campo" ;
+ Text [ portuguese ] = "Opes de campo" ;
+ Text [ french ] = "Options de champ" ;
+ Text [ dutch ] = "Veldopties" ;
+ Text [ spanish ] = "Opciones de campo" ;
+ Text [ danish ] = "Feltindstillinger" ;
+ Text [ swedish ] = "Fltalternativ" ;
+ Text [ finnish ] = "Field Options" ;
+ Text [ english_us ] = "Field options" ;
+ Text[ chinese_simplified ] = "ֶѡ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Opcje pola";
+ Text[ japanese ] = "̨޵߼";
+ Text[ chinese_traditional ] = "ﶵ";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ʵ ɼ";
+ Text[ turkish ] = "Alan seenekleri";
+ Text[ language_user1 ] = " ";
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 142 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 142 , 24 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 142 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ };
+ String STR_CHARSETKEYS // DO NOT TRANSLATE
+ // DO NOT TRANSLATE
+ // DO NOT TRANSLATE
+ // DO NOT TRANSLATE
+ // DO NOT TRANSLATE
+ // DO NOT TRANSLATE
+ {
+ // DO NOT TRANSLATE
+ Text = "ANSI;MAC;IBMPC;IBMPC_437;IBMPC_850;IBMPC_860;IBMPC_861;IBMPC_863;IBMPC_865;SYSTEM" ;
+ };
+ Text[ chinese_simplified ] = "ļ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Importuj plik";
+ Text[ japanese ] = "̧ق̲߰";
+ Text[ chinese_traditional ] = "Jɮ";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Dosyay ie aktar";
+ Text[ language_user1 ] = " ";
+};
+