bump product version to 5.0.4.1
[LibreOffice.git] / starmath / source / smres.src
blob6d5b3eae0241a0c26d02150cc816534dc6014e5b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <sfx2/sfx.hrc>
21 #include <svx/globlmn.hrc>
22 #include "starmath.hrc"
23 #include "toolbox.hrc"
24 #include "smcommands.h"
26 String RID_FONTREGULAR
28     Text [ en-US ] = "Standard" ;
30 String RID_FONTITALIC
32     Text [ en-US ] = "Italic" ;
34 String RID_FONTBOLD
36     Text [ en-US ] = "Bold" ;
38 String RID_OBJECTNAME
40     Text = "SMath3" ;
42 String RID_UNDOEDITNAME
44     Text = "Edit" ;
46 String RID_UNDOFORMATNAME
48     Text = "Format" ;
50 String GID_MATH
52     Text = "StarMath" ;
54 Menu RID_VIEWMENU
56     ItemList =
57     {
58         MenuItem
59         {
60             Identifier = SID_ZOOM_50_PERCENT;
61             HelpId = CMD_SID_VIEW050 ;
62             Text [ en-US ] = "~View 50%" ;
63         };
64         MenuItem
65         {
66             Identifier = SID_ZOOM_100_PERCENT ;
67             HelpId = CMD_SID_VIEW100 ;
68             Text [ en-US ] = "View ~100%" ;
69         };
70         MenuItem
71         {
72             Identifier = SID_ZOOM_200_PERCENT ;
73             HelpId = CMD_SID_VIEW200 ;
74             Text [ en-US ] = "View ~200%" ;
75         };
76         MenuItem
77         {
78             Identifier = SID_ZOOMIN ;
79             HelpId = CMD_SID_ZOOMIN ;
80             Text [ en-US ] = "~Zoom In" ;
81         };
82         MenuItem
83         {
84             Identifier = SID_ZOOMOUT ;
85             HelpId = CMD_SID_ZOOMOUT ;
86             Text [ en-US ] = "Zoom ~Out" ;
87         };
88         MenuItem
89         {
90             Identifier = SID_ZOOM_OPTIMAL ;
91             HelpId = CMD_SID_ADJUST ;
92             Text [ en-US ] = "~Display All" ;
93         };
94         MenuItem
95         {
96             Separator = TRUE ;
97         };
98         MenuItem
99         {
100             Identifier = SID_DRAW ;
101             HelpId = CMD_SID_DRAW ;
102             Text [ en-US ] = "U~pdate" ;
103         };
104     };
107 String STR_BLACK
109     Text [ en-US ] = "black" ;
111 String STR_BLUE
113     Text [ en-US ] = "blue" ;
115 String STR_GREEN
117     Text [ en-US ] = "green" ;
119 String STR_RED
121     Text [ en-US ] = "red" ;
123 String STR_CYAN
125     Text [ en-US ] = "cyan" ;
127 String STR_MAGENTA
129     Text [ en-US ] = "magenta" ;
131 String STR_AQUA
133     Text [ en-US ] = "aqua" ;
135 String STR_FUCHSIA
137     Text [ en-US ] = "fuchsia" ;
139 String STR_GRAY
141     Text [ en-US ] = "gray" ;
143 String STR_LIME
145     Text [ en-US ] = "lime" ;
147 String STR_MAROON
149     Text [ en-US ] = "maroon" ;
151 String STR_NAVY
153     Text [ en-US ] = "navy" ;
155 String STR_OLIVE
157     Text [ en-US ] = "olive" ;
159 String STR_PURPLE
161     Text [ en-US ] = "purple" ;
163 String STR_SILVER
165     Text [ en-US ] = "silver" ;
167 String STR_TEAL
169     Text [ en-US ] = "teal" ;
172 String STR_YELLOW
174     Text [ en-US ] = "yellow" ;
176 String STR_HIDE
178     Text [ en-US ] = "hide" ;
180 String STR_SIZE
182     Text [ en-US ] = "size" ;
184 String STR_FONT
186     Text [ en-US ] = "font" ;
189 String STR_ALIGN_LEFT
191     Text [ en-US ] = "left" ;
193 String STR_ALIGN_CENTER
195     Text [ en-US ] = "center" ;
197 String STR_ALIGN_RIGHT
199     Text [ en-US ] = "right" ;
202 String STR_CMDBOXWINDOW
204     Text [ en-US ] = "Commands" ;
207 String RID_DOCUMENTSTR
209     Text [ en-US ] = "Formula" ;
212 String STR_STATSTR_READING
214     Text [ en-US ] = "Loading document..." ;
217 String STR_STATSTR_WRITING
219     Text [ en-US ] = "Saving document..." ;
222 String STR_MATH_DOCUMENT_FULLTYPE_CURRENT
224     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula";
227 String RID_SYMBOLFILESSTR
229     Text [ en-US ] = "Symbol files (*.sms)" ;
232 String RID_ALLFILESSTR
234     Text [ en-US ] = "All files" ;
237 String RID_ERR_IDENT
239     Text [ en-US ] = "ERROR : " ;
242 String RID_ERR_UNKNOWN
244     Text [ en-US ] = "Unknown error occurred" ;
247 String RID_ERR_UNEXPECTEDCHARACTER
249     Text [ en-US ] = "Unexpected character" ;
252 String RID_ERR_OVERFLOW
254     Text [ en-US ] = "Formula entry too complex" ;
257 String RID_ERR_LGROUPEXPECTED
259     Text [ en-US ] = "'{' expected" ;
262 String RID_ERR_RGROUPEXPECTED
264     Text [ en-US ] = "'}' expected" ;
267 String RID_ERR_LBRACEEXPECTED
269     Text [ en-US ] = "'(' expected" ;
272 String RID_ERR_RBRACEEXPECTED
274     Text [ en-US ] = "')' expected" ;
277 String RID_ERR_FUNCEXPECTED
279     Text [ en-US ] = "Function expected" ;
282 String RID_ERR_UNOPEREXPECTED
284     Text [ en-US ] = "Unary operator expected" ;
287 String RID_ERR_BINOPEREXPECTED
289     Text [ en-US ] = "Binary operator expected" ;
292 String RID_ERR_SYMBOLEXPECTED
294     Text [ en-US ] = "Symbol expected" ;
297 String RID_ERR_IDENTEXPECTED
299     Text [ en-US ] = "Identifier expected" ;
302 String RID_ERR_POUNDEXPECTED
304     Text [ en-US ] = "'#' expected" ;
307 String RID_ERR_COLOREXPECTED
309     Text [ en-US ] = "Color required" ;
312 String RID_ERR_LPARENTEXPECTED
314     Text [ en-US ] = "Left limit expected" ;
317 String RID_ERR_RPARENTEXPECTED
319     Text [ en-US ] = "Right limit expected" ;
322 String RID_ERR_RIGHTEXPECTED
324     Text [ en-US ] = "'RIGHT' expected" ;
327 StringArray RID_PRINTUIOPTIONS
329     ItemList [en-US] =
330     {
331         < "%PRODUCTNAME %s"; >;
332         < "Contents"; >;
333         < "~Title"; >;
334         < "~Formula text"; >;
335         < "B~orders"; >;
336         < "Size"; >;
337         < "O~riginal size"; >;
338         < "Fit to ~page"; >;
339         < "~Scaling"; >;
340     };
343 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */