/************************************************************************* * * $RCSfile: Strings_Scale.src,v $ * * $Revision: 1.2 $ * * last change: $Author: hjs $ $Date: 2004-06-26 20:28:20 $ * * 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: 2003 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #include "Strings.hrc" String STR_INVALID_NUMBER { }; String STR_MINVALUE_LT_MAXVALUE { }; String STR_STEP_GT_ZERO { }; /* String STR_STEPMAIN_LT_MAXVALUE { }; */ // String STR_STEPHELP_LT_STEPMAIN // { // Text = "Teilintervall muss kleiner als Hauptintervall sein." ; // Text [ ENGLISH ] = "Help step must be lower than Main Step." ; // Text [ norwegian ] = "Hjelpetrinnet m vre lavere enn Hovedtrinnet." ; // Text [ italian ] = "L'intervallo ausiliario deve essere inferiore all'intervallo principale." ; // Text [ portuguese_brazilian ] = "O intervalo auxiliar deve ser menor que o intervalo principal." ; // Text [ portuguese ] = "O intervalo auxiliar deve ser menor que o intervalo principal." ; // Text [ finnish ] = "Ohjevlin on oltava pienempi kuin pvlin." ; // Text [ danish ] = "Underintervallet skal vre strre end hovedintervallet." ; // Text [ french ] = "L'intervalle secondaire doit tre infrieur l'intervalle principal." ; // Text [ swedish ] = "Delintervall mste vara mindre n huvudintervall." ; // Text [ dutch ] = "Hulpinverval moet kleiner zijn dan hoofdinterval" ; // Text [ spanish ] = "El intervalo auxiliar debe ser inferior al intervalo principal." ; // Text [ english_us ] = "Minor interval must be smaller than the major interval." ; // Text[ chinese_simplified ] = "次区间值必须小于主区间值。"; // Text[ russian ] = " ."; // Text[ polish ] = "Przedzia pomocniczy musi by mniejszy ni przedzia gwny."; // Text[ japanese ] = "補助目盛間隔は、主目盛間隔より小さくなければなりません。"; // Text[ chinese_traditional ] = "次區間值必須小於主區間值。"; // Text[ arabic ] = " ."; // Text[ greek ] = " ."; // Text[ korean ] = "보조 간격은 주 간격보다 작아야 합니다."; // Text[ turkish ] = "Kk zaman aral byk zaman aralndan kk olmaldr."; // Text[ catalan ] = "L'intrval auxiliar ha de ser ms petit que l'intrval principal."; // Text[ thai ] = "ช่วงช่วยเหลือต้องน้อยกว่าช่วงหลัก"; // Text[ czech ] = "Pomocný interval musí být menší než hlavní interval."; // Text[ hebrew ] = "Teilintervall muss kleiner als Hauptintervall sein."; // Text[ hindi ] = "Help interval must be smaller than the main interval."; // Text[ slovak ] = "Pomocný interval musí byť menší ako hlavný interval."; // }; /* String STR_WRONG_ORIGIN { }; */ /* String STR_BAD_LOGARITHM { }; */