/* -*- 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 #include #include "starmath.hrc" #include "toolbox.hrc" #include "smcommands.h" String RID_FONTREGULAR { Text [ en-US ] = "Standard" ; }; String RID_FONTITALIC { Text [ en-US ] = "Italic" ; }; String RID_FONTBOLD { Text [ en-US ] = "Bold" ; }; String RID_OBJECTNAME { Text = "SMath3" ; }; String RID_UNDOEDITNAME { Text = "Edit" ; }; String RID_UNDOFORMATNAME { Text = "Format" ; }; String GID_MATH { Text = "StarMath" ; }; Menu RID_VIEWMENU { ItemList = { MenuItem { Identifier = SID_ZOOM_50_PERCENT; HelpId = CMD_SID_VIEW050 ; Text [ en-US ] = "~View 50%" ; }; MenuItem { Identifier = SID_ZOOM_100_PERCENT ; HelpId = CMD_SID_VIEW100 ; Text [ en-US ] = "View ~100%" ; }; MenuItem { Identifier = SID_ZOOM_200_PERCENT ; HelpId = CMD_SID_VIEW200 ; Text [ en-US ] = "View ~200%" ; }; MenuItem { Identifier = SID_ZOOMIN ; HelpId = CMD_SID_ZOOMIN ; Text [ en-US ] = "~Zoom In" ; }; MenuItem { Identifier = SID_ZOOMOUT ; HelpId = CMD_SID_ZOOMOUT ; Text [ en-US ] = "Zoom ~Out" ; }; MenuItem { Identifier = SID_ZOOM_OPTIMAL ; HelpId = CMD_SID_ADJUST ; Text [ en-US ] = "~Display All" ; }; MenuItem { Separator = TRUE ; }; MenuItem { Identifier = SID_DRAW ; HelpId = CMD_SID_DRAW ; Text [ en-US ] = "U~pdate" ; }; }; }; 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_AQUA { Text [ en-US ] = "aqua" ; }; String STR_FUCHSIA { Text [ en-US ] = "fuchsia" ; }; 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_SYMBOLFILESSTR { Text [ en-US ] = "Symbol files (*.sms)" ; }; String RID_ALLFILESSTR { Text [ en-US ] = "All files" ; }; String RID_ERR_IDENT { Text [ en-US ] = "ERROR : " ; }; String RID_ERR_UNKNOWN { Text [ en-US ] = "Unknown error occurred" ; }; String RID_ERR_UNEXPECTEDCHARACTER { Text [ en-US ] = "Unexpected character" ; }; String RID_ERR_OVERFLOW { Text [ en-US ] = "Formula entry too complex" ; }; 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_FUNCEXPECTED { Text [ en-US ] = "Function expected" ; }; String RID_ERR_UNOPEREXPECTED { Text [ en-US ] = "Unary operator expected" ; }; String RID_ERR_BINOPEREXPECTED { Text [ en-US ] = "Binary operator expected" ; }; String RID_ERR_SYMBOLEXPECTED { Text [ en-US ] = "Symbol expected" ; }; String RID_ERR_IDENTEXPECTED { Text [ en-US ] = "Identifier expected" ; }; String RID_ERR_POUNDEXPECTED { Text [ en-US ] = "'#' expected" ; }; String RID_ERR_COLOREXPECTED { Text [ en-US ] = "Color required" ; }; String RID_ERR_LPARENTEXPECTED { Text [ en-US ] = "Left limit expected" ; }; String RID_ERR_RPARENTEXPECTED { Text [ en-US ] = "Right limit expected" ; }; String RID_ERR_RIGHTEXPECTED { Text [ en-US ] = "'RIGHT' expected" ; }; StringArray RID_PRINTUIOPTIONS { ItemList [en-US] = { < "%PRODUCTNAME %s"; >; < "Contents"; >; < "~Title"; >; < "~Formula text"; >; < "B~orders"; >; < "Size"; >; < "O~riginal size"; >; < "Fit to ~page"; >; < "~Scaling"; >; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 1-6+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-25tdf#131533 Qt5 defer dropping clipboard ownershipJan-Marek Glogowski
2019-10-07tdf#112368 Qt5 don't lose ownership in flushClipboardJan-Marek Glogowski
2019-10-02tdf#112368 Qt5 handle owned, non-LO clipboard contentJan-Marek Glogowski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-06-15Fix typoAndrea Gelmini
2019-06-13Qt5 move boilerplate clipboard code to the end...Jan-Marek Glogowski
2019-06-13tdf#122239 Qt5 implement lazy clipboard handlingJan-Marek Glogowski
2019-06-03Qt5 refactor and move XTransferable implementationsJan-Marek Glogowski
2019-06-03Qt5 remove header using namespaces and Vcl prefixJan-Marek Glogowski
2019-05-16Revert "tdf#120836 KDE5: Clipboard: don't put images to clipboard"Luboš Luňák
2019-05-15do not add non-text to PRIMARY selection in VclQt5ClipboardLuboš Luňák
2019-02-27tdf#122689 qt5: Consider external clipboard updatesMichael Weghorn
2019-01-26tdf#120836 KDE5: Clipboard: don't put images to clipboardAleksei Nikiforov
2019-01-21tdf#122689 KDE5: Fix selection clipboardAleksei Nikiforov
2019-01-21Related tdf#120625: improve querying supported data flavoursKatarina Behrens
2019-01-18tdf#120836 KDE5: allow adding multiple mime types to clipboardAleksei Nikiforov
2018-10-12HTML and image copy into qt5 clipboardKatarina Behrens
2018-10-12Support image paste from qt5 clipboardKatarina Behrens
2018-10-12Support HTML paste from qt5 clipboardKatarina Behrens
2018-10-04loplugin:subtlezeroinit (--enable-qt5)Stephan Bergmann
2018-10-04Implement qt5 plain text copy to clipboardKatarina Behrens
2018-10-04Implement qt5 plain text paste from system clipboardKatarina Behrens
2018-10-04Clipboard support for qt5, first cutKatarina Behrens