Files
libreoffice/chart2/source/controller/dialogs/Strings_Scale.src
Rüdiger Timm 51327fc627 INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED
2005/09/05 18:42:17 rt 1.2.78.1: #i54170# Change license header: remove SISSL
2005-09-07 23:05:28 +00:00

92 lines
4.0 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*************************************************************************
*
* 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
{
};
*/