summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scendlg.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/scendlg.src
initial import
Diffstat (limited to 'sc/source/ui/dbgui/scendlg.src')
-rw-r--r--sc/source/ui/dbgui/scendlg.src450
1 files changed, 450 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/scendlg.src b/sc/source/ui/dbgui/scendlg.src
new file mode 100644
index 000000000000..3b34eb61cc45
--- /dev/null
+++ b/sc/source/ui/dbgui/scendlg.src
@@ -0,0 +1,450 @@
+/*************************************************************************
+ *
+ * $RCSfile: scendlg.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 "scendlg.hrc"
+ModalDialog RID_SCDLG_NEWSCENARIO
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 247 , 199 ) ;
+ Text = "Szenario anlegen" ;
+ Text [ ENGLISH ] = "Create Scenario" ;
+ Text [ NORWEGIAN ] = "Lag Scenario" ;
+ Text [ DANISH ] = "Opret scenarie" ;
+ Text [ ENGLISH_US ] = "Create Scenario" ;
+ Text [ SPANISH ] = "Crear escenario" ;
+ Text [ FINNISH ] = "Luo hahmotelma" ;
+ Text [ FRENCH ] = "Cration d'un scnario" ;
+ Text [ ITALIAN ] = "Crea scenario" ;
+ Text [ DUTCH ] = "Scenario maken" ;
+ Text [ PORTUGUESE_BRAZILIAN ] = "Criar Cenrio" ;
+ Text [ SWEDISH ] = "Skapa scenario" ;
+ Text [ PORTUGUESE ] = "Criar cenrio" ;
+ Moveable = TRUE ;
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 191 , 11 ) ;
+ Size = MAP_APPFONT ( 50 , 15 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 191 , 29 ) ;
+ Size = MAP_APPFONT ( 50 , 15 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 191 , 48 ) ;
+ Size = MAP_APPFONT ( 50 , 15 ) ;
+ TabStop = TRUE ;
+ };
+ MultiLineEdit ED_COMMENT
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 20 , 54 ) ;
+ Size = MAP_APPFONT ( 156 , 46 ) ;
+ TabStop = TRUE ;
+ MaxTextLength = 512 ;
+ VScroll = TRUE ;
+ };
+ Edit ED_NAME
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 20 , 18 ) ;
+ Size = MAP_APPFONT ( 156 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ CheckBox CB_SHOWFRAME
+ {
+ Pos = MAP_APPFONT ( 12 , 126 ) ;
+ Size = MAP_APPFONT ( 83 , 10 ) ;
+ Text = "Rahmen anzeigen in" ;
+ Text [ ENGLISH ] = "Display frame" ;
+ Text [ english_us ] = "Display border in" ;
+ Text [ portuguese_brazilian ] = "Rahmen anzeigen in" ;
+ Text [ swedish ] = "Visa ram i" ;
+ Text [ danish ] = "Vis ramme i" ;
+ Text [ italian ] = "Mostra cornice in" ;
+ Text [ spanish ] = "Mostrar borde en" ;
+ Text [ french ] = "Afficher cadre dans" ;
+ Text [ dutch ] = "Kader weergeven in" ;
+ Text [ portuguese ] = "Mostrar moldura em" ;
+ Text[ chinese_simplified ] = "ʾ߿";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Poka ramk w k~olorze";
+ Text[ japanese ] = "g\\";
+ Text[ language_user1 ] = " ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "輱 ǥ";
+ Text[ turkish ] = "ereve rengi";
+ };
+ ListBox LB_COLOR
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 51 , 138 ) ;
+ Size = MAP_APPFONT ( 126 , 86 ) ;
+ DropDown = TRUE ;
+ DDExtraWidth = TRUE ;
+ };
+ CheckBox CB_PRINTFRAME
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 121 , 243 ) ;
+ Size = MAP_APPFONT ( 83 , 10 ) ;
+ Text = "Rahmen drucken" ;
+ Text [ ENGLISH ] = "Print frame" ;
+ Text [ english_us ] = "Print border" ;
+ Text [ portuguese_brazilian ] = "Rahmen drucken" ;
+ Text [ swedish ] = "Skriv ut ram" ;
+ Text [ danish ] = "Udskriv ramme" ;
+ Text [ italian ] = "Stampa cornice" ;
+ Text [ spanish ] = "Imprimir borde" ;
+ Text [ french ] = "Imprimer le cadre" ;
+ Text [ dutch ] = "Kader afdrukken" ;
+ Text [ portuguese ] = "Imprimir moldura" ;
+ Text[ chinese_simplified ] = "ӡ߿";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Drukuj ramk";
+ Text[ japanese ] = "g̈";
+ Text[ language_user1 ] = " ";
+ Text[ chinese_traditional ] = "CL";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "輱 μ";
+ Text[ turkish ] = "ereveyi yazdr";
+ };
+ CheckBox CB_TWOWAY
+ {
+ Pos = MAP_APPFONT ( 12 , 157 ) ;
+ Size = MAP_APPFONT (160 , 10 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? Zurckkopieren : Zurckkopieren */
+ Text = "Zurckkopieren" ;
+ Text [ ENGLISH ] = "Copy back" ;
+ Text [ english_us ] = "Copy back" ;
+ Text [ portuguese_brazilian ] = "Zurckkopieren" ;
+ Text [ swedish ] = "Kopiera tillbaka" ;
+ Text [ danish ] = "Kopier tilbage" ;
+ Text [ italian ] = "Ricopia all'indietro" ;
+ Text [ spanish ] = "Actualizar escenario con valores modificados" ;
+ Text [ french ] = "Recopier" ;
+ Text [ dutch ] = "Terugkopiren" ;
+ Text [ portuguese ] = "Actualizar cenrio com os valores da folha modificados" ;
+ Text[ chinese_simplified ] = "¹";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Kopiuj z powrotem";
+ Text[ japanese ] = "̒lɖ߂";
+ Text[ chinese_traditional ] = "su@";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ڷ ";
+ Text[ turkish ] = "Geri kopyala";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_ATTRIB
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 20 , 243 ) ;
+ Size = MAP_APPFONT ( 83 , 10 ) ;
+ Text = "Attribute" ;
+ Text [ ENGLISH ] = "Atributes" ;
+ Text [ english_us ] = "Attributes" ;
+ Text [ portuguese_brazilian ] = "Attribute" ;
+ Text [ swedish ] = "Attribut" ;
+ Text [ danish ] = "Attributter" ;
+ Text [ italian ] = "Attributi" ;
+ Text [ spanish ] = "Atributos" ;
+ Text [ french ] = "Attributs" ;
+ Text [ dutch ] = "Attributen" ;
+ Text [ portuguese ] = "Atributos" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Atrybuty";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "ݩ";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "Ӽ";
+ Text[ turkish ] = "znitelik";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_VALUE
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 230 , 243 ) ;
+ Size = MAP_APPFONT ( 83 , 10 ) ;
+ Text = "Nur Werte kopieren" ;
+ Text [ ENGLISH ] = "Copy values only" ;
+ Text [ english_us ] = "Copy values only" ;
+ Text [ portuguese_brazilian ] = "Nur Werte kopieren" ;
+ Text [ swedish ] = "Kopiera endast vrden" ;
+ Text [ danish ] = "Kopier kun vrdier" ;
+ Text [ italian ] = "Copia solo i valori" ;
+ Text [ spanish ] = "Copiar solo valores" ;
+ Text [ french ] = "Ne copier que les valeurs" ;
+ Text [ dutch ] = "Alleen waarden kopiren" ;
+ Text [ portuguese ] = "Copiar s valores" ;
+ Text[ chinese_simplified ] = "ֵֻ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Kopiuj tylko wartoci";
+ Text[ japanese ] = "l̂ݺ߰";
+ Text[ chinese_traditional ] = "uƻsƭ";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Yalnzca deerleri kopyala";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_COPYALL
+ {
+ Pos = MAP_APPFONT ( 12 , 170 ) ;
+ Size = MAP_APPFONT ( 95 , 10 ) ;
+ Text = "Ganze Tabelle kopieren" ;
+ Text [ ENGLISH ] = "Copy entire sheet" ;
+ Text [ english_us ] = "Copy entire sheet" ;
+ Text [ portuguese_brazilian ] = "Ganze Tabelle kopieren" ;
+ Text [ swedish ] = "Kopiera hel tabell" ;
+ Text [ danish ] = "Kopier hele arket" ;
+ Text [ italian ] = "Copia intera tabella" ;
+ Text [ spanish ] = "Copiar toda la hoja" ;
+ Text [ french ] = "Copier la feuille entire" ;
+ Text [ dutch ] = "Hele tabel kopiren" ;
+ Text [ portuguese ] = "Copiar tabela inteira" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Kopiuj ca tabel";
+ Text[ japanese ] = "\\Ŝ߰";
+ Text[ chinese_traditional ] = "ƻsӤu@";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ü Ʈ ";
+ Text[ turkish ] = "Tablonun tmn kopyala";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_EDIT
+ {
+ Text = "Szenario bearbeiten" ;
+ Text [ ENGLISH ] = "Edit Scenario" ;
+ Text [ portuguese ] = "Editar Cenrio" ;
+ Text [ english_us ] = "Edit Scenario" ;
+ Text [ portuguese_brazilian ] = "Szenario bearbeiten" ;
+ Text [ swedish ] = "Bearbeta scenario" ;
+ Text [ danish ] = "Rediger scenarie" ;
+ Text [ italian ] = "Modifica scenario" ;
+ Text [ spanish ] = "Editar escenario" ;
+ Text [ french ] = "Modifier scnario" ;
+ Text [ dutch ] = "Scenario bewerken" ;
+ Text[ chinese_simplified ] = "༭";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Edytuj scenariusz";
+ Text[ japanese ] = "ص̕ҏW";
+ Text[ chinese_traditional ] = "s";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ó ";
+ Text[ turkish ] = "Senaryoyu dzenle";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_CREATEDBY
+ {
+ Text = "Angelegt von" ;
+ Text [ ENGLISH ] = "Created by" ;
+ Text [ NORWEGIAN ] = "Laget av" ;
+ Text [ DANISH ] = "Oprettet af" ;
+ Text [ ENGLISH_US ] = "Created by" ;
+ Text [ SPANISH ] = "Creado por" ;
+ Text [ FINNISH ] = "Tekij" ;
+ Text [ FRENCH ] = "Cr par" ;
+ Text [ ITALIAN ] = "Creato da" ;
+ Text [ DUTCH ] = "Gemaakt door" ;
+ Text [ PORTUGUESE_BRAZILIAN ] = "Criado por" ;
+ Text [ SWEDISH ] = "Skapat av" ;
+ Text [ PORTUGUESE ] = "Criado por" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Utworzony przez";
+ Text[ japanese ] = "쐬";
+ Text[ chinese_traditional ] = "@";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Yazan";
+ Text[ language_user1 ] = " ";
+ };
+ String STR_ON
+ {
+ Text = "am" ;
+ Text [ ENGLISH ] = "on" ;
+ Text [ NORWEGIAN ] = "p" ;
+ Text [ DANISH ] = "den" ;
+ Text [ ENGLISH_US ] = "on" ;
+ Text [ SPANISH ] = "en" ;
+ Text [ FINNISH ] = "on" ;
+ Text [ FRENCH ] = "le" ;
+ Text [ ITALIAN ] = "il" ;
+ Text [ DUTCH ] = "op" ;
+ Text [ PORTUGUESE_BRAZILIAN ] = "em" ;
+ Text [ SWEDISH ] = "den" ;
+ Text [ PORTUGUESE ] = "em" ;
+ Text[ chinese_simplified ] = "ڣ";
+ Text[ russian ] = "";
+ Text[ polish ] = "dnia";
+ Text[ japanese ] = "t";
+ Text[ chinese_traditional ] = "G";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ġ";
+ Text[ turkish ] = "tarih:";
+ Text[ language_user1 ] = " ";
+ };
+ GroupBox GB_NAME
+ {
+ Pos = MAP_APPFONT ( 6 , 6 ) ;
+ Size = MAP_APPFONT ( 180 , 30 ) ;
+ Text = "Name des Szenarios" ;
+ Text [ ENGLISH ] = "Szenario Name" ;
+ Text [ ENGLISH_US ] = "Name of scenario";
+ Text[ italian ] = "Nome dello scenario";
+ Text[ portuguese_brazilian ] = "Name des Szenarios";
+ Text[ portuguese ] = "Nome do cenrio";
+ Text[ danish ] = "Scenariets navn";
+ Text[ french ] = "Nom du scnario";
+ Text[ swedish ] = "Namn p scenariot";
+ Text[ dutch ] = "Naam van het scenario";
+ Text[ spanish ] = "Nombre del escenario";
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Nazwa scenariusza";
+ Text[ japanese ] = "ص";
+ Text[ chinese_traditional ] = "RťW";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ó ̸";
+ Text[ turkish ] = "Senaryonun ad";
+ Text[ language_user1 ] = " ";
+ };
+ GroupBox GB_COMMENT
+ {
+ Pos = MAP_APPFONT ( 7 , 42 ) ;
+ Size = MAP_APPFONT ( 180 , 64 ) ;
+ Text = "Kommentar" ;
+ Text [ ENGLISH ] = "Comment" ;
+ Text [ ENGLISH_US ] = "Comment";
+ Text[ italian ] = "Commento";
+ Text[ portuguese_brazilian ] = "Kommentar";
+ Text[ portuguese ] = "Comentrio";
+ Text[ danish ] = "Kommentar";
+ Text[ french ] = "Commentaire";
+ Text[ swedish ] = "Kommentar";
+ Text[ dutch ] = "Commentaar";
+ Text[ spanish ] = "Comentario";
+ 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 ] = " ";
+ };
+ GroupBox GB_OPTIONS
+ {
+ Pos = MAP_APPFONT ( 6 , 114 ) ;
+ Size = MAP_APPFONT ( 180 , 73 ) ;
+ Text = "Einstellungen" ;
+ Text [ ENGLISH ] = "Additional settings" ;
+ Text [ ENGLISH_US ] = "Settings";
+ Text[ italian ] = "Impostazioni";
+ Text[ portuguese_brazilian ] = "Einstellungen";
+ Text[ portuguese ] = "Predefinies";
+ Text[ danish ] = "Indstillinger";
+ Text[ french ] = "Paramtres";
+ Text[ swedish ] = "Instllningar";
+ Text[ dutch ] = "Instellingen";
+ Text[ spanish ] = "Configuracin";
+ Text[ chinese_simplified ] = "趨";
+ Text[ russian ] = "";
+ Text[ polish ] = "Ustawienia";
+ Text[ japanese ] = "ݒ";
+ Text[ chinese_traditional ] = "]w";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Ayarlar";
+ Text[ language_user1 ] = " ";
+ };
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Utwrz scenariusz";
+ Text[ japanese ] = "ص̍쐬";
+ Text[ chinese_traditional ] = "إߤ";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ó ";
+ Text[ turkish ] = "Senaryo olutur";
+ Text[ language_user1 ] = " ";
+};