aboutsummaryrefslogtreecommitdiff
path: root/source/ss/vcl
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-02-10 18:58:30 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-02-10 20:03:30 +0100
commit5eaac2d75c77fe4ba1a3bd3838c8cd1e74a4e2fe (patch)
treebca192dcc0a0c95b41ea9a1ac4ecac49cf29100d /source/ss/vcl
parent5a84c2a7e8df67c4c4c698c00872d2d5c6912161 (diff)
update translations for 5.1.1 rc1
and force-fix errors using pocheck Change-Id: Id683b299a55c834c69222b37a76361d9ac0804e1
Diffstat (limited to 'source/ss/vcl')
-rw-r--r--source/ss/vcl/source/src.po46
1 files changed, 43 insertions, 3 deletions
diff --git a/source/ss/vcl/source/src.po b/source/ss/vcl/source/src.po
index 0b37c17e607..718fd2ee4c8 100644
--- a/source/ss/vcl/source/src.po
+++ b/source/ss/vcl/source/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:41+0200\n"
-"PO-Revision-Date: 2015-05-13 19:13+0000\n"
+"POT-Creation-Date: 2016-02-10 14:46+0100\n"
+"PO-Revision-Date: 2015-12-11 20:08+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ss\n"
@@ -13,7 +13,47 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431544400.000000\n"
+"X-POOTLE-MTIME: 1449864536.000000\n"
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"SV_APP_CPUTHREADS\n"
+"string.text"
+msgid "CPU Threads: "
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"SV_APP_OSVERSION\n"
+"string.text"
+msgid "OS Version: "
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"SV_APP_UIRENDER\n"
+"string.text"
+msgid "UI Render: "
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"SV_APP_GL\n"
+"string.text"
+msgid "GL"
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"SV_APP_DEFAULT\n"
+"string.text"
+msgid "default"
+msgstr ""
#. This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
#: btntext.src
on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/rtl/strbuf.hxx
AgeCommit message (Expand)Author
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-09-20Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin
2015-02-18TyposJulien Nabet
2015-02-06sal: add back the append / insert assertions that were...Michael Stahl
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl
2015-01-23sal: remove GCC 4.6 check, it does not claim C++11 supportMichael Stahl
2015-01-23sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034Michael Stahl
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl
2014-12-19This is not java.lang.StringBufferStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann
2014-11-17sal: remove pointless checking for __cplusplus in public C++ headersMichael Stahl
2014-10-20Increase assert coverage of OStringBuffer argumentsMatthew J. Francis
2014-07-17fix spelling structur -> structureNoel Grandin
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-12-10Fix addition of OStringBuffer::append(bool) overloadStephan Bergmann
2013-12-10Add append(bool) to OStringBuffer.Muthu Subramanian
2013-12-10Revert unnecessary code.Muthu Subramanian
2013-12-10Fix build issue - add append(bool) to strbufMuthu Subramanian
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-05-29Tweak commentsStephan Bergmann
2013-04-24move URE headers to include/David Tardon