Files
loongoffice/starmath/source/smres.src
Noel Grandin a5d8869cf2 remove unused defines from HRC files in starmath
Change-Id: I6c4aa070eac55d7ca9a4bdc404087d32a079dc2c
Reviewed-on: https://gerrit.libreoffice.org/35254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 11:33:56 +00:00

277 lines
4.6 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sfx2/sfx.hrc>
#include "starmath.hrc"
String RID_FONTREGULAR
{
Text [ en-US ] = "Standard" ;
};
String RID_FONTITALIC
{
Text [ en-US ] = "Italic" ;
};
String RID_FONTBOLD
{
Text [ en-US ] = "Bold" ;
};
String RID_UNDOFORMATNAME
{
Text = "Format" ;
};
String GID_MATH
{
Text = "StarMath" ;
};
String STR_BLACK
{
Text [ en-US ] = "black" ;
};
String STR_BLUE
{
Text [ en-US ] = "blue" ;
};
String STR_GREEN
{
Text [ en-US ] = "green" ;
};
String STR_RED
{
Text [ en-US ] = "red" ;
};
String STR_CYAN
{
Text [ en-US ] = "cyan" ;
};
String STR_MAGENTA
{
Text [ en-US ] = "magenta" ;
};
String STR_GRAY
{
Text [ en-US ] = "gray" ;
};
String STR_LIME
{
Text [ en-US ] = "lime" ;
};
String STR_MAROON
{
Text [ en-US ] = "maroon" ;
};
String STR_NAVY
{
Text [ en-US ] = "navy" ;
};
String STR_OLIVE
{
Text [ en-US ] = "olive" ;
};
String STR_PURPLE
{
Text [ en-US ] = "purple" ;
};
String STR_SILVER
{
Text [ en-US ] = "silver" ;
};
String STR_TEAL
{
Text [ en-US ] = "teal" ;
};
String STR_YELLOW
{
Text [ en-US ] = "yellow" ;
};
String STR_HIDE
{
Text [ en-US ] = "hide" ;
};
String STR_SIZE
{
Text [ en-US ] = "size" ;
};
String STR_FONT
{
Text [ en-US ] = "font" ;
};
String STR_ALIGN_LEFT
{
Text [ en-US ] = "left" ;
};
String STR_ALIGN_CENTER
{
Text [ en-US ] = "center" ;
};
String STR_ALIGN_RIGHT
{
Text [ en-US ] = "right" ;
};
String STR_CMDBOXWINDOW
{
Text [ en-US ] = "Commands" ;
};
String RID_DOCUMENTSTR
{
Text [ en-US ] = "Formula" ;
};
String STR_STATSTR_READING
{
Text [ en-US ] = "Loading document..." ;
};
String STR_STATSTR_WRITING
{
Text [ en-US ] = "Saving document..." ;
};
String STR_MATH_DOCUMENT_FULLTYPE_CURRENT
{
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula";
};
String RID_ERR_IDENT
{
Text [ en-US ] = "ERROR : " ;
};
String RID_ERR_UNEXPECTEDCHARACTER
{
Text [ en-US ] = "Unexpected character" ;
};
String RID_ERR_UNEXPECTEDTOKEN
{
Text [ en-US ] = "Unexpected token" ;
};
String RID_ERR_LGROUPEXPECTED
{
Text [ en-US ] = "'{' expected" ;
};
String RID_ERR_RGROUPEXPECTED
{
Text [ en-US ] = "'}' expected" ;
};
String RID_ERR_LBRACEEXPECTED
{
Text [ en-US ] = "'(' expected" ;
};
String RID_ERR_RBRACEEXPECTED
{
Text [ en-US ] = "')' expected" ;
};
String RID_ERR_PARENTMISMATCH
{
Text [ en-US ] = "Left and right symbols mismatched" ;
};
String RID_ERR_FONTEXPECTED
{
Text [ en-US ] = "'fixed', 'sans', or 'serif' expected" ;
};
String RID_ERR_SIZEEXPECTED
{
Text [ en-US ] = "'size' followed by an unexpected token" ;
};
String RID_ERR_DOUBLEALIGN
{
Text [ en-US ] = "Double aligning is not allowed" ;
};
String RID_ERR_DOUBLESUBSUPSCRIPT
{
Text [ en-US ] = "Double sub/superscripts is not allowed" ;
};
String RID_ERR_POUNDEXPECTED
{
Text [ en-US ] = "'#' expected" ;
};
String RID_ERR_COLOREXPECTED
{
Text [ en-US ] = "Color required" ;
};
String RID_ERR_RIGHTEXPECTED
{
Text [ en-US ] = "'RIGHT' expected" ;
};
String RID_PRINTUIOPT_PRODNAME
{
Text [ en-US ] = "%PRODUCTNAME %s" ;
};
String RID_PRINTUIOPT_CONTENTS
{
Text [ en-US ] = "Contents" ;
};
String RID_PRINTUIOPT_TITLE
{
Text [ en-US ] = "~Title" ;
};
String RID_PRINTUIOPT_FRMLTXT
{
Text [ en-US ] = "~Formula text" ;
};
String RID_PRINTUIOPT_BORDERS
{
Text [ en-US ] = "B~orders" ;
};
String RID_PRINTUIOPT_SIZE
{
Text [ en-US ] = "Size" ;
};
String RID_PRINTUIOPT_ORIGSIZE
{
Text [ en-US ] = "O~riginal size" ;
};
String RID_PRINTUIOPT_FITTOPAGE
{
Text [ en-US ] = "Fit to ~page" ;
};
String RID_PRINTUIOPT_SCALING
{
Text [ en-US ] = "~Scaling" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */