#. extracted from sd/uiconfig/sdraw/ui msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2012-12-10 11:45+0100\n" "PO-Revision-Date: 2012-11-20 07:10+0000\n" "Last-Translator: Dean \n" "Language-Team: none\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LibreOffice\n" "X-Accelerator-Marker: ~\n" "X-POOTLE-MTIME: 1353395429.0\n" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "printname\n" "label\n" "string.text" msgid "Page name" msgstr "页面名称" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "printdatetime\n" "label\n" "string.text" msgid "Date and time" msgstr "日期和时间" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "label4\n" "label\n" "string.text" msgid "Contents" msgstr "内容" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "originalcolors\n" "label\n" "string.text" msgid "Original size" msgstr "原始尺寸" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "grayscale\n" "label\n" "string.text" msgid "Grayscale" msgstr "灰度" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "blackandwhite\n" "label\n" "string.text" msgid "Black & white" msgstr "黑白" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "label5\n" "label\n" "string.text" msgid "Color" msgstr "颜色" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "originalsize\n" "label\n" "string.text" msgid "Original size" msgstr "原始尺寸" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "fittoprintable\n" "label\n" "string.text" msgid "Fit to printable page" msgstr "适合可打印页面" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "distributeonmultiple\n" "label\n" "string.text" msgid "Distribute on multiple sheets of paper" msgstr "分布到多张" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "tilesheet\n" "label\n" "string.text" msgid "Tile sheet of paper with repeated pages" msgstr "使用幻灯片重复平铺" #: printeroptions.ui msgctxt "" "printeroptions.ui\n" "label6\n" "label\n" "string.text" msgid "Size" msgstr "大小" tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Package_opengl.mk
AgeCommit message (Expand)Author
2016-11-04opengl: move shaders to its own directoryTomaž Vajngerl
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-08-24opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-12vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-12vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10extract shaders from source codeMarkus Mohrhard
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard
2014-03-14Move OpenGLRender to vclZolnai Tamás