aboutsummaryrefslogtreecommitdiff
path: root/source/xh/scp2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-08-03 15:35:37 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-08-03 15:44:39 +0200
commit54cc0de67b3c948411cef3a0405c8992d80f34f3 (patch)
treed7e5e6fa1047d1041f98cd85f88c406c4e62bf75 /source/xh/scp2
parent1ed5e59b7cf6a3453cf2ca2fe0eebf45b75b2e1d (diff)
update translations for master
Change-Id: If7b8b1685d00503ee3d1e84b978c8f59359a73b5
Diffstat (limited to 'source/xh/scp2')
-rw-r--r--source/xh/scp2/source/ooo.po18
1 files changed, 17 insertions, 1 deletions
diff --git a/source/xh/scp2/source/ooo.po b/source/xh/scp2/source/ooo.po
index 0d0c49cfc77..4f189a70b36 100644
--- a/source/xh/scp2/source/ooo.po
+++ b/source/xh/scp2/source/ooo.po
@@ -3,7 +3,7 @@ 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: 2018-05-23 23:20+0200\n"
+"POT-Creation-Date: 2018-07-12 15:03+0200\n"
"PO-Revision-Date: 2015-05-14 06:46+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2110,6 +2110,22 @@ msgstr ""
#: module_langpack.ulf
msgctxt ""
"module_langpack.ulf\n"
+"STR_NAME_MODULE_LANGPACK_KAB\n"
+"LngText.text"
+msgid "Kabyle"
+msgstr ""
+
+#: module_langpack.ulf
+msgctxt ""
+"module_langpack.ulf\n"
+"STR_DESC_MODULE_LANGPACK_KAB\n"
+"LngText.text"
+msgid "Installs the Kabyle user interface"
+msgstr ""
+
+#: module_langpack.ulf
+msgctxt ""
+"module_langpack.ulf\n"
"STR_NAME_MODULE_LANGPACK_KO\n"
"LngText.text"
msgid "Korean"
office-24-8-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/guarding.hxx
AgeCommit message (Collapse)Author
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I22ba2c8aec235e34cd7835b8a0a716bf3057db7a Reviewed-on: https://gerrit.libreoffice.org/60837 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-02-09Remove excess newlinesChris Sherlock
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-01-10Fix typosAndrea Gelmini
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>