summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings_Scale.src
blob: 76caea107077aa4d1a1c9446c8cfc76cb1ce7d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/*************************************************************************
 *
 *  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 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
{
};
*/