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 "starmath.hrc"
23 String RID_FONTREGULAR
25 Text [ en-US ] = "Standard" ;
29 Text [ en-US ] = "Italic" ;
33 Text [ en-US ] = "Bold" ;
35 String RID_UNDOFORMATNAME
46 Text [ en-US ] = "black" ;
50 Text [ en-US ] = "blue" ;
54 Text [ en-US ] = "green" ;
58 Text [ en-US ] = "red" ;
62 Text [ en-US ] = "cyan" ;
66 Text [ en-US ] = "magenta" ;
70 Text [ en-US ] = "aqua" ;
74 Text [ en-US ] = "fuchsia" ;
78 Text [ en-US ] = "gray" ;
82 Text [ en-US ] = "lime" ;
86 Text [ en-US ] = "maroon" ;
90 Text [ en-US ] = "navy" ;
94 Text [ en-US ] = "olive" ;
98 Text [ en-US ] = "purple" ;
102 Text [ en-US ] = "silver" ;
106 Text [ en-US ] = "teal" ;
111 Text [ en-US ] = "yellow" ;
115 Text [ en-US ] = "hide" ;
119 Text [ en-US ] = "size" ;
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";
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: */