aboutsummaryrefslogtreecommitdiff
path: root/source/zh-CN/dictionaries
diff options
context:
space:
mode:
authorRobinson Tryon <qubit@runcibility.com>2015-11-24 05:47:40 -0500
committerRobinson Tryon <qubit@runcibility.com>2015-11-25 01:57:27 -0500
commit9b7a6f9619c88ddee34c8cd1623eccdd7d4a4769 (patch)
tree9c1fecf277ba5ea9818c2f31f5cd90e5bee12e68 /source/zh-CN/dictionaries
parent2c02b59bd90e8fb0f8ab7b2449bf885f7c41f6e7 (diff)
Update translations for master and force-fix errors using pocheck libreoffice-5-1-branch-point
Change-Id: Ia185c1d9ef3b66189ec6b1ab08795fa5f4aaca49
Diffstat (limited to 'source/zh-CN/dictionaries')
-rw-r--r--source/zh-CN/dictionaries/is.po14
-rw-r--r--source/zh-CN/dictionaries/sv_SE.po13
2 files changed, 14 insertions, 13 deletions
diff --git a/source/zh-CN/dictionaries/is.po b/source/zh-CN/dictionaries/is.po
index f9c389676f4..1c8b0a1954b 100644
--- a/source/zh-CN/dictionaries/is.po
+++ b/source/zh-CN/dictionaries/is.po
@@ -3,23 +3,23 @@ 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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-06-11 13:47+0000\n"
-"Last-Translator: Dean <xslidian@gmail.com>\n"
+"POT-Creation-Date: 2015-11-10 19:33+0100\n"
+"PO-Revision-Date: 2015-11-18 01:59+0000\n"
+"Last-Translator: 琨珑 锁 <suokunlong@126.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1370958463.0\n"
+"X-POOTLE-MTIME: 1447811955.000000\n"
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
-msgid "Icelandic spelling dictionary and thesaurus"
-msgstr "冰岛语拼写词典及同义词库"
+msgid "Icelandic spelling dictionary, hyphenation rules and thesaurus"
+msgstr "冰岛语拼写词典、断词规则和同义词库"
diff --git a/source/zh-CN/dictionaries/sv_SE.po b/source/zh-CN/dictionaries/sv_SE.po
index c40521e5ece..74bbd54c864 100644
--- a/source/zh-CN/dictionaries/sv_SE.po
+++ b/source/zh-CN/dictionaries/sv_SE.po
@@ -2,23 +2,24 @@
msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
-"PO-Revision-Date: 2011-10-08 09:22+0200\n"
-"Last-Translator: Dean <xslidian@gmail.com>\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2015-11-10 19:33+0100\n"
+"PO-Revision-Date: 2015-11-18 01:59+0000\n"
+"Last-Translator: 琨珑 锁 <suokunlong@126.com>\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-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1447811964.000000\n"
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
-msgid "Swedish spelling dictionary, and thesaurus"
+msgid "Swedish spelling dictionary, hyphenation and thesaurus"
msgstr "瑞典语拼写词典及同义词库"
breoffice-4-3-7'>libreoffice-4-3-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/Convertor/Convertor.cxx
AgeCommit message (Collapse)Author
2023-10-27Explicitly build the ODK examples against C++03Stephan Bergmann
...similarly to how CppunitTest_odk_checkapi already builds with C++03 to detect inadvertent uses of newer features in code that is meant to be still compatible with C++03. And fix any uses of newer features that had already crept in. Change-Id: I9fb4013099c1dff2c1ad5fba8fc93d9aa4efbde8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158523 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-15Fixing the license statement for the Convertor C++ exampleHossein
Fixing the license statement for the 'Convertor.cxx' and 'Makefile' according to the '/TEMPLATE.SOURCECODE.HEADER' This example was added in 83b529d88388c7c8e0563242a030063bd95c4bed Change-Id: I654d641999aab6951ad21f84fd75e080bb709ec4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125128 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-09Add Convertor C++ exampleHossein
* Add Convertor.cxx * Used Makefile from DocumentLoader with some changes * Updated odk make files * output.pdf is generated from the input odt file Change-Id: I3e46f2895443f75b2f3815280b0f793bca5138e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123736 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>