tdf#100151: Dispose of window if DX device creation failed
[LibreOffice.git] / starmath / source / smres.src
bloba11baf4678260aeee85cf3b6d1d9482a660d4774
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 "starmath.hrc"
23 String RID_FONTREGULAR
25     Text [ en-US ] = "Standard" ;
27 String RID_FONTITALIC
29     Text [ en-US ] = "Italic" ;
31 String RID_FONTBOLD
33     Text [ en-US ] = "Bold" ;
35 String RID_UNDOFORMATNAME
37     Text = "Format" ;
39 String GID_MATH
41     Text = "StarMath" ;
44 String STR_BLACK
46     Text [ en-US ] = "black" ;
48 String STR_BLUE
50     Text [ en-US ] = "blue" ;
52 String STR_GREEN
54     Text [ en-US ] = "green" ;
56 String STR_RED
58     Text [ en-US ] = "red" ;
60 String STR_CYAN
62     Text [ en-US ] = "cyan" ;
64 String STR_MAGENTA
66     Text [ en-US ] = "magenta" ;
68 String STR_AQUA
70     Text [ en-US ] = "aqua" ;
72 String STR_FUCHSIA
74     Text [ en-US ] = "fuchsia" ;
76 String STR_GRAY
78     Text [ en-US ] = "gray" ;
80 String STR_LIME
82     Text [ en-US ] = "lime" ;
84 String STR_MAROON
86     Text [ en-US ] = "maroon" ;
88 String STR_NAVY
90     Text [ en-US ] = "navy" ;
92 String STR_OLIVE
94     Text [ en-US ] = "olive" ;
96 String STR_PURPLE
98     Text [ en-US ] = "purple" ;
100 String STR_SILVER
102     Text [ en-US ] = "silver" ;
104 String STR_TEAL
106     Text [ en-US ] = "teal" ;
109 String STR_YELLOW
111     Text [ en-US ] = "yellow" ;
113 String STR_HIDE
115     Text [ en-US ] = "hide" ;
117 String STR_SIZE
119     Text [ en-US ] = "size" ;
121 String STR_FONT
123     Text [ en-US ] = "font" ;
126 String STR_ALIGN_LEFT
128     Text [ en-US ] = "left" ;
130 String STR_ALIGN_CENTER
132     Text [ en-US ] = "center" ;
134 String STR_ALIGN_RIGHT
136     Text [ en-US ] = "right" ;
139 String STR_CMDBOXWINDOW
141     Text [ en-US ] = "Commands" ;
144 String RID_DOCUMENTSTR
146     Text [ en-US ] = "Formula" ;
149 String STR_STATSTR_READING
151     Text [ en-US ] = "Loading document..." ;
154 String STR_STATSTR_WRITING
156     Text [ en-US ] = "Saving document..." ;
159 String STR_MATH_DOCUMENT_FULLTYPE_CURRENT
161     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula";
164 String RID_ERR_IDENT
166     Text [ en-US ] = "ERROR : " ;
169 String RID_ERR_UNKNOWN
171     Text [ en-US ] = "Unknown error occurred" ;
174 String RID_ERR_UNEXPECTEDCHARACTER
176     Text [ en-US ] = "Unexpected character" ;
179 String RID_ERR_LGROUPEXPECTED
181     Text [ en-US ] = "'{' expected" ;
184 String RID_ERR_RGROUPEXPECTED
186     Text [ en-US ] = "'}' expected" ;
189 String RID_ERR_LBRACEEXPECTED
191     Text [ en-US ] = "'(' expected" ;
194 String RID_ERR_RBRACEEXPECTED
196     Text [ en-US ] = "')' expected" ;
199 String RID_ERR_FUNCEXPECTED
201     Text [ en-US ] = "Function expected" ;
204 String RID_ERR_UNOPEREXPECTED
206     Text [ en-US ] = "Unary operator expected" ;
209 String RID_ERR_POUNDEXPECTED
211     Text [ en-US ] = "'#' expected" ;
214 String RID_ERR_COLOREXPECTED
216     Text [ en-US ] = "Color required" ;
219 String RID_ERR_LPARENTEXPECTED
221     Text [ en-US ] = "Left limit expected" ;
224 String RID_ERR_RPARENTEXPECTED
226     Text [ en-US ] = "Right limit expected" ;
229 String RID_ERR_RIGHTEXPECTED
231     Text [ en-US ] = "'RIGHT' expected" ;
234 String RID_PRINTUIOPT_PRODNAME
236     Text [ en-US ] = "%PRODUCTNAME %s" ;
239 String RID_PRINTUIOPT_CONTENTS
241     Text [ en-US ] = "Contents" ;
244 String RID_PRINTUIOPT_TITLE
246     Text [ en-US ] = "~Title" ;
249 String RID_PRINTUIOPT_FRMLTXT
251     Text [ en-US ] = "~Formula text" ;
254 String RID_PRINTUIOPT_BORDERS
256     Text [ en-US ] = "B~orders" ;
259 String RID_PRINTUIOPT_SIZE
261     Text [ en-US ] = "Size" ;
264 String RID_PRINTUIOPT_ORIGSIZE
266     Text [ en-US ] = "O~riginal size" ;
269 String RID_PRINTUIOPT_FITTOPAGE
271     Text [ en-US ] = "Fit to ~page" ;
274 String RID_PRINTUIOPT_SCALING
276     Text [ en-US ] = "~Scaling" ;
279 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */