92 lines
4.0 KiB
Plaintext
92 lines
4.0 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: Strings_Scale.src,v $
|
||
*
|
||
* $Revision: 1.3 $
|
||
*
|
||
* last change: $Author: rt $ $Date: 2005-09-08 00:05:12 $
|
||
*
|
||
* The Contents of this file are made available subject to
|
||
* the terms of GNU Lesser General Public License Version 2.1.
|
||
*
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2005 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
|
||
*
|
||
************************************************************************/
|
||
#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å være 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 ] = "Ohjevälin on oltava pienempi kuin päävälin." ;
|
||
// Text [ danish ] = "Underintervallet skal være større end hovedintervallet." ;
|
||
// Text [ french ] = "L'intervalle secondaire doit être inférieur à l'intervalle principal." ;
|
||
// Text [ swedish ] = "Delintervall måste 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 ] = "次区间值必须å°<C3A5>于主区间值。";
|
||
// Text[ russian ] = "Äîïîëíèòåëüíûé èíòåðâàë äîëæåí áûòü ìåíüøå îñíîâíîãî èíòåðâàëà.";
|
||
// Text[ polish ] = "Przedzia³ pomocniczy musi byæ mniejszy ni¿ przedzia³ g³ówny.";
|
||
// Text[ japanese ] = "補助目盛間隔ã<E2809D>¯ã€<C3A3>主目盛間隔よりå°<C3A5>ã<EFBFBD>•ã<E280A2><C3A3>ã<EFBFBD>ªã<C2AA>‘れã<C592>°ã<C2B0>ªã‚Šã<C5A0>¾ã<C2BE>›ã‚“。";
|
||
// Text[ chinese_traditional ] = "次å<C2A1>€é–“å€¼å¿…é ˆå°<C3A5>於主å<C2BB>€é–“值。";
|
||
// Text[ arabic ] = "íÌÈ Ãä íßæä ÇáÝÇÕá ÇáãÓÇÚÏ ÃÕÛÑ ãä ÇáÝÇÕá ÇáÑÆíÓí.";
|
||
// Text[ greek ] = "Ôï âïçèçôéêü äéÜóôçìá ðñÝðåé íá åßíáé ìéêñüôåñï áðü ôï êýñéï äéÜóôçìá.";
|
||
// Text[ korean ] = "ë³´ì¡° 간격ì<C2A9>€ 주 간격보다 작아야 합니다.";
|
||
// Text[ turkish ] = "Küçük zaman aralýðý büyük zaman aralýðýndan küçük olmalýdýr.";
|
||
// Text[ catalan ] = "L'intèrval auxiliar ha de ser més petit que l'intèrval principal.";
|
||
// Text[ thai ] = "ช่วงช่วยเหลืà¸à¸•้à¸à¸‡à¸™à¹‰à¸à¸¢à¸<C3A0>ว่าช่วงหลัà¸<C3A0>";
|
||
// 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
|
||
{
|
||
};
|
||
*/
|