1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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" ;
32 Text [ en-US ] = "Italic" ;
36 Text [ en-US ] = "Bold" ;
42 String RID_UNDOEDITNAME
46 String RID_UNDOFORMATNAME
60 Identifier = SID_ZOOM_50_PERCENT;
61 HelpId = CMD_SID_VIEW050 ;
62 Text [ en-US ] = "~View 50%" ;
66 Identifier = SID_ZOOM_100_PERCENT ;
67 HelpId = CMD_SID_VIEW100 ;
68 Text [ en-US ] = "View ~100%" ;
72 Identifier = SID_ZOOM_200_PERCENT ;
73 HelpId = CMD_SID_VIEW200 ;
74 Text [ en-US ] = "View ~200%" ;
78 Identifier = SID_ZOOMIN ;
79 HelpId = CMD_SID_ZOOMIN ;
80 Text [ en-US ] = "~Zoom In" ;
84 Identifier = SID_ZOOMOUT ;
85 HelpId = CMD_SID_ZOOMOUT ;
86 Text [ en-US ] = "Zoom ~Out" ;
90 Identifier = SID_ZOOM_OPTIMAL ;
91 HelpId = CMD_SID_ADJUST ;
92 Text [ en-US ] = "~Display All" ;
100 Identifier = SID_DRAW ;
101 HelpId = CMD_SID_DRAW ;
102 Text [ en-US ] = "U~pdate" ;
109 Text [ en-US ] = "black" ;
113 Text [ en-US ] = "blue" ;
117 Text [ en-US ] = "green" ;
121 Text [ en-US ] = "red" ;
125 Text [ en-US ] = "cyan" ;
129 Text [ en-US ] = "magenta" ;
133 Text [ en-US ] = "aqua" ;
137 Text [ en-US ] = "fuchsia" ;
141 Text [ en-US ] = "gray" ;
145 Text [ en-US ] = "lime" ;
149 Text [ en-US ] = "maroon" ;
153 Text [ en-US ] = "navy" ;
157 Text [ en-US ] = "olive" ;
161 Text [ en-US ] = "purple" ;
165 Text [ en-US ] = "silver" ;
169 Text [ en-US ] = "teal" ;
174 Text [ en-US ] = "yellow" ;
178 Text [ en-US ] = "hide" ;
182 Text [ en-US ] = "size" ;
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" ;
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
331 < "%PRODUCTNAME %s"; >;
334 < "~Formula text"; >;
337 < "O~riginal size"; >;
343 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */