/************************************************************************* * * $RCSfile: solvrdlg.src,v $ * * $Revision: 1.7 $ * * last change: $Author: kz $ $Date: 2001-02-12 09:26:33 $ * * 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): _______________________________________ * * ************************************************************************/ //============================================================================ // Dialogfenster Zielwertsuche // // (C) 1994-96 StarDivision GmbH, Hamburg, Germany // // $Workfile: solvrdlg.src $ // $Author: kz $ // $Date: 2001-02-12 09:26:33 $ // $Revision: 1.7 $ // $Logfile: T:/sc/source/ui/src/solvrdlg.srv $ //---------------------------------------------------------------------------- #include "solvrdlg.hrc" ModelessDialog RID_SCDLG_SOLVER { OutputSize = TRUE ; HelpId = SID_OPENDLG_SOLVE ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 222 , 68 ) ; Text = "Zielwertsuche" ; Text [ ENGLISH ] = "Solver" ; Text [ norwegian ] = "+++ Probleml鴖er Solver" ; Text [ italian ] = "Ricerca valore destinazione" ; Text [ portuguese_brazilian ] = "Resolver" ; Text [ portuguese ] = "Resolver" ; Text [ finnish ] = "Ratkaisija" ; Text [ danish ] = "M錶s鴊ning" ; Text [ french ] = "Recherche de valeur cible" ; Text [ swedish ] = "M錶v鋜dess鰇ning" ; Text [ dutch ] = "Doelwaarde zoeken" ; Text [ spanish ] = "Buscar valor destino" ; Text [ english_us ] = "Goal Seek" ; Moveable = TRUE ; Closeable = FALSE ; FixedText FT_FORMULACELL { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text = "~Formelzelle" ; Text [ ENGLISH ] = "~formula cell" ; Text [ norwegian ] = "~formelcelle" ; Text [ italian ] = "~Cella formula" ; Text [ portuguese_brazilian ] = "~c閘ula de f髍mula" ; Text [ portuguese ] = "C閘ula de ~f髍mula" ; Text [ finnish ] = "~kaavasolu" ; Text [ danish ] = "~Formelcelle" ; Text [ french ] = "Cellule de formule" ; Text [ swedish ] = "~Formelcell" ; Text [ dutch ] = "~Formulecel" ; Text [ spanish ] = "Celda de ~f髍mula" ; Text [ english_us ] = "Formula cell" ; Text[ chinese_simplified ] = "公式单元格(~F)"; Text[ russian ] = "喵彘赅 纛痨箅"; Text[ polish ] = "Kom髍ka formu硑"; Text[ japanese ] = "悢幃举"; Text[ chinese_traditional ] = "そΑ纗(~F)"; Text[ arabic ] = "吾砩 枕凵"; Text[ language_user1 ] = " "; Text[ greek ] = "叔脒 酏痫"; Text[ korean ] = "荐侥 伎"; Text[ turkish ] = "~Form黮 h點resi"; }; Edit ED_FORMULACELL { Border = TRUE ; Pos = MAP_APPFONT ( 64 , 14 ) ; Size = MAP_APPFONT ( 76 , 12 ) ; TabStop = TRUE ; }; ImageButton RB_FORMULACELL { QuickHelpText = "Verkleinern" ; QuickHelpText [ ENGLISH ] = "Shrink" ; Pos = MAP_APPFONT ( 142 , 14 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; TabStop = FALSE ; QuickHelpText [ english_us ] = "Shrink" ; QuickHelpText [ portuguese_brazilian ] = "Verkleinern" ; QuickHelpText [ swedish ] = "F鰎minska" ; QuickHelpText [ danish ] = "Formindsk" ; QuickHelpText [ italian ] = "Zoom indietro" ; QuickHelpText [ spanish ] = "Reducir" ; QuickHelpText [ french ] = "R閐uire" ; QuickHelpText [ dutch ] = "Verkleinen" ; QuickHelpText [ portuguese ] = "Afastar" ; QuickHelpText[ russian ] = "屿屙栩"; QuickHelpText[ polish ] = "Pomniejsz"; QuickHelpText[ japanese ] = "弅彫"; QuickHelpText[ chinese_simplified ] = "缩小"; QuickHelpText[ chinese_traditional ] = "罽"; QuickHelpText[ arabic ] = "收垌"; QuickHelpText[ greek ] = "屿哧聃眢"; QuickHelpText[ korean ] = "绵家!"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Verkleinern"; }; FixedText FT_TARGETVAL { Pos = MAP_APPFONT ( 12 , 31 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text = "~Zielwert" ; Text [ ENGLISH ] = "~target value" ; Text [ norwegian ] = "~m錶verdi " ; Text [ italian ] = "Valore di destin." ; Text [ portuguese_brazilian ] = "~target value" ; Text [ portuguese ] = "~Valor de destino" ; Text [ finnish ] = "~target value" ; Text [ danish ] = "M錶v鎟di" ; Text [ french ] = "Valeur ~cible" ; Text [ swedish ] = "~M錶v鋜de" ; Text [ dutch ] = "~Doelwaarde" ; Text [ spanish ] = "Valor ~destino" ; Text [ english_us ] = "Target ~value" ; Text[ chinese_simplified ] = "目标值(~V)"; Text[ russian ] = "暑礤黜铄 珥圜屙桢"; Text[ polish ] = "Warto滄 docelowa"; Text[ japanese ] = "栚昗抣(~V)"; Text[ chinese_traditional ] = "ヘ夹(~V)"; Text[ arabic ] = "轻揄闵 轻逑"; Text[ greek ] = "蚤燹 ~瘃镲耖箪稞"; Text[ korean ] = "格钎 蔼(~V)"; Text[ turkish ] = "~Hedef de餰r"; Text[ language_user1 ] = " "; }; Edit ED_TARGETVAL { Border = TRUE ; Pos = MAP_APPFONT ( 64 , 29 ) ; Size = MAP_APPFONT ( 90 , 12 ) ; TabStop = TRUE ; }; FixedText FT_VARCELL { Pos = MAP_APPFONT ( 12 , 46 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text = "~variable Zelle" ; Text [ ENGLISH ] = "~variable cell" ; Text [ norwegian ] = "~cellevariabel l" ; Text [ italian ] = "Cella ~variabile" ; Text [ portuguese_brazilian ] = "~c閘ula vari醰el" ; Text [ portuguese ] = "C閘ula ~vari醰el" ; Text [ finnish ] = "~muuttujasolu" ; Text [ danish ] = "Variabel celle" ; Text [ french ] = "Cellule ~variable" ; Text [ swedish ] = "~Variabel cell" ; Text [ dutch ] = "~Variabele cel" ; Text [ spanish ] = "Celda ~variable" ; Text [ english_us ] = "Variable ~cell" ; Text[ chinese_simplified ] = "可变的单元格(~C)"; Text[ russian ] = "桤戾屐 麇殛"; Text[ polish ] = "Zmienna kom髍ka"; Text[ japanese ] = "曄壔偝偣傞举(~C)"; Text[ chinese_traditional ] = "跑纗(~C)"; Text[ arabic ] = "吾砩 闶垌焉"; Text[ greek ] = "戾翎怆玺 赍脒"; Text[ korean ] = "啊函 伎(~C)"; Text[ turkish ] = "~De餴⺧en h點re"; Text[ language_user1 ] = " "; }; Edit ED_VARCELL { Border = TRUE ; Pos = MAP_APPFONT ( 64 , 44 ) ; Size = MAP_APPFONT ( 76 , 12 ) ; TabStop = TRUE ; }; ImageButton RB_VARCELL { QuickHelpText = "Verkleinern" ; QuickHelpText [ ENGLISH ] = "Shrink" ; Pos = MAP_APPFONT ( 142 , 44 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; TabStop = FALSE ; QuickHelpText [ english_us ] = "Shrink" ; QuickHelpText [ portuguese_brazilian ] = "Verkleinern" ; QuickHelpText [ swedish ] = "F鰎minska" ; QuickHelpText [ danish ] = "Formindsk" ; QuickHelpText [ italian ] = "Zoom indietro" ; QuickHelpText [ spanish ] = "Reducir" ; QuickHelpText [ french ] = "R閐uire" ; QuickHelpText [ dutch ] = "Verkleinen" ; QuickHelpText [ portuguese ] = "Afastar" ; QuickHelpText[ russian ] = "屿屙栩"; QuickHelpText[ polish ] = "Pomniejsz"; QuickHelpText[ japanese ] = "弅彫"; QuickHelpText[ chinese_simplified ] = "缩小"; QuickHelpText[ chinese_traditional ] = "罽"; QuickHelpText[ arabic ] = "收垌"; QuickHelpText[ greek ] = "屿哧聃眢"; QuickHelpText[ korean ] = "Min/Max!"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Verkleinern"; }; GroupBox GB_VARIABLES { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 154 , 59 ) ; Text = "Vorgaben" ; Text [ ENGLISH ] = "Variables" ; Text [ norwegian ] = "Variabler" ; Text [ italian ] = "Preimpostazioni" ; Text [ portuguese_brazilian ] = "Vari醰eis" ; Text [ portuguese ] = "Definir vari醰eis" ; Text [ finnish ] = "Muuttujat" ; Text [ danish ] = "Forudindstillinger" ; Text [ french ] = "D閒inir les variables" ; Text [ swedish ] = "F鰎inst鋖lningar" ; Text [ dutch ] = "Standaard" ; Text [ spanish ] = "Variables" ; Text [ english_us ] = "Set defaults" ; Text[ chinese_simplified ] = "预置"; Text[ russian ] = "青溧眄 珥圜屙"; Text[ polish ] = "Ustawienia domy渓ne"; Text[ japanese ] = "巜掕"; Text[ chinese_traditional ] = "箇竚"; Text[ arabic ] = "炮锨锨 禽恃侵砩"; Text[ greek ] = "旭镥痖腼爿"; Text[ korean ] = "扁夯蔼 汲沥"; Text[ turkish ] = "Varsay齦an belirle"; Text[ language_user1 ] = " "; }; OKButton BTN_OK { DefButton = TRUE ; Pos = MAP_APPFONT ( 166 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 166 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 166 , 48 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; String STR_INVALIDVAL { /* ### ACHTUNG: Neuer Text in Resource? Unzul鋝siger Zielwert! : Unzul鮯siger Zielwert! */ Text = "Unzul鋝siger Zielwert!" ; Text [ ENGLISH ] = "Invalid target value!" ; Text [ norwegian ] = "Ugyldig m錶verdi!" ; Text [ italian ] = "Valore di destinazione non valido!" ; Text [ portuguese_brazilian ] = "Valor do alvo inv醠ido!" ; Text [ portuguese ] = "Valor de destino incorreto!" ; Text [ finnish ] = "Virheellinen kohdearvo!" ; Text [ danish ] = "Ugyldig m錶v鎟di!" ; Text [ french ] = "La valeur cible est incorrecte !" ; Text [ swedish ] = "Ogiltigt m錶v鋜de!" ; Text [ dutch ] = "Ongeldige doelwaarde!" ; Text [ spanish ] = "alor de destino no v醠ido!" ; Text [ english_us ] = "Invalid target value." ; Text[ chinese_simplified ] = "目标数值无效!"; Text[ russian ] = "湾漕矬耱桁铄 觐礤黜铄 珥圜屙桢!"; Text[ polish ] = "Nieprawid硂wa warto滄 docelowa!"; Text[ japanese ] = "偙偺腊罐抣偼柍岠偱偡丅"; Text[ chinese_traditional ] = "ヘ夹计礚"; Text[ arabic ] = "揄闵 逑 垌 涨嵬!"; Text[ greek ] = "嚏 葶牾耒 糸燹 瘃镲耖箪稞!"; Text[ korean ] = "倾侩登瘤 臼绰 格钎蔼."; Text[ turkish ] = "Ge鏴rli olmayan hedef de餰r!"; Text[ language_user1 ] = " "; }; String STR_INVALIDVAR { Text = "Undefinierter Name als variable Zelle!" ; Text [ ENGLISH ] = "Undefined name for variable cell!" ; Text [ norwegian ] = "Udefinert navn for cellevariabel!" ; Text [ italian ] = "Nome non definito per la cella-variabile!" ; Text [ portuguese_brazilian ] = "Nome indefinido para c閘ula vari醰el!" ; Text [ portuguese ] = "Nome indefinido para c閘ula vari醰el!" ; Text [ finnish ] = "Muuttujasolun nimi on m滗ritt鋗鋞鰊!" ; Text [ danish ] = "Udefineret navn som variabelcelle!" ; Text [ french ] = "Le nom pour la cellule variable n'a pas 閠 d閒ini !" ; Text [ swedish ] = "Odefinierat namn som variabel cell!" ; Text [ dutch ] = "Niet-gedefinieerde naam voor variabele cel!" ; Text [ spanish ] = "ombre no definido como celda de variable!" ; Text [ english_us ] = "Undefined name for variable cell." ; Text[ chinese_simplified ] = "未定义的名称当作可变量的单元格!"; Text[ russian ] = "湾铒疱溴脲眄铄 桁 潆 桤戾屐铋 麇殛!"; Text[ polish ] = "Nie zdefiniowana nazwa jako kom髍ka zmienna!"; Text[ japanese ] = "曄壔偝偣傞举偑巜掕偝傟偰偄傑偣傫丅"; Text[ chinese_traditional ] = "ゼ﹚竡嘿砆讽跑秖纗"; Text[ arabic ] = "怯 垌 沲谘 呶犴 闶垌焉!"; Text[ greek ] = "咙耖篝 镬  戾翎怆玺 赍脒!"; Text[ korean ] = "啊函 伎肺辑 沥狼登瘤 臼篮 捞抚"; Text[ turkish ] = "Tan齧lanmam h點resi i鏸n tan齧lanmam ad!"; Text[ language_user1 ] = " "; }; String STR_INVALIDFORM { Text = "Undefinierter Name als Formelzelle!" ; Text [ ENGLISH ] = "Undefined name for formula cell!" ; Text [ norwegian ] = "Udefinert navn for formelcelle!" ; Text [ italian ] = "Nome non definito per la cella-formula!" ; Text [ portuguese_brazilian ] = "Nome indefinido para c閘ula de f髍mula!" ; Text [ portuguese ] = "Nome indefinido para c閘ula f髍mula!" ; Text [ finnish ] = "Kaavasolun nimi on m滗ritt鋗鋞鰊!" ; Text [ danish ] = "Udefineret navn som formelcelle!" ; Text [ french ] = "Le nom de la cellule de formule n'a pas 閠 d閒ini !" ; Text [ swedish ] = "Odefinierat namn som formelcell!" ; Text [ dutch ] = "Niet-gedefinieerde naam voor formulecel!" ; Text [ spanish ] = "ombre no definido como celda de f髍mula!" ; Text [ english_us ] = "Undefined name as formula cell." ; Text[ chinese_simplified ] = "未定义的名称当作公式单元格!"; Text[ russian ] = "湾铒疱溴脲眄铄 桁 潆 麇殛 纛痨箅!"; Text[ polish ] = "Nie zdefiniowana nazwa jako formu砤 kom髍ek!"; Text[ japanese ] = "悢幃举偑巜掕偝傟偰偄傑偣傫丅"; Text[ chinese_traditional ] = "ゼ﹚竡嘿砆讽そΑ纗"; Text[ arabic ] = "怯 垌 沲谘 呶犴 枕凵!"; Text[ greek ] = "咙耖篝 镬  赍脒 酏痫!"; Text[ korean ] = "荐侥 伎肺辑 沥狼登瘤 臼篮 捞抚."; Text[ turkish ] = "Form黮 h點resi i鏸n tan齧lanmam ad!"; Text[ language_user1 ] = " "; }; String STR_NOFORMULA { /* ### ACHTUNG: Neuer Text in Resource? Zelle mu eine Formel enthalten! : Zelle mu eine Formel enthalten! */ Text = "Zelle muss eine Formel enthalten!" ; Text [ ENGLISH ] = "No formula cell!" ; Text [ norwegian ] = "Ingen formelcelle!" ; Text [ italian ] = "La cella deve contenere una formula!" ; Text [ portuguese_brazilian ] = "Sem c閘ula de f髍mula!" ; Text [ portuguese ] = "A c閘ula tem de conter uma f髍mula!" ; Text [ finnish ] = "Ei kaavasolua!" ; Text [ danish ] = "Cellen skal indeholde en formel!" ; Text [ french ] = "La cellule doit contenir une formule !" ; Text [ swedish ] = "Cell m錽te inneh錶la en formel!" ; Text [ dutch ] = "Cel moet een formule bevatten" ; Text [ spanish ] = "a celda debe contener una f髍mula!" ; Text [ english_us ] = "Cell must contain a formula." ; Text[ chinese_simplified ] = "单元格内必须含有一个公式!"; Text[ russian ] = "喵彘赅 漕腈磬 耦溴疰螯 纛痨箅!"; Text[ polish ] = "Kom髍ka musi zawiera formu酬!"; Text[ japanese ] = "举偵悢幃偑娷傑傟偰偄傞昁梫偑偁傝傑偡丅"; Text[ chinese_traditional ] = "纗ゲ斗ΤそΑ"; Text[ arabic ] = "硖 娩 释舒 轻吾砩 卺 枕凵."; Text[ greek ] = "燥 赍脒 瘃蒺彘 磲 疱耖蓣彘 蓓犴 酏痫!"; Text[ korean ] = "伎俊绰 荐侥捞 器窃登绢具父 钦聪促."; Text[ turkish ] = "H點re, form黮 i鏴rmeli!"; Text[ language_user1 ] = " "; }; Text[ chinese_simplified ] = "单变量求解"; Text[ russian ] = "项溽铕 镟疣戾蝠"; Text[ polish ] = "Szukaj wyniku"; Text[ japanese ] = "恨百及"; Text[ chinese_traditional ] = "ヘ夹穓碝"; Text[ arabic ] = "轻韧 阡 轻揄闵 轻逑"; Text[ greek ] = "另徭摁珞 篝秕"; Text[ korean ] = "格钎蔼 茫扁"; Text[ turkish ] = "Hedef de餰r ara"; Text[ language_user1 ] = " "; };