aboutsummaryrefslogtreecommitdiff
path: root/source/id/sw
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-08-10 15:37:58 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-08-10 15:39:04 +0200
commitf808bec4d777ad59ba0a993408723c34e2fa9989 (patch)
tree88ad525c44ed251d259ac31bbd8f21b223c0e6a5 /source/id/sw
parent9d3310b0b0232aea02d5f75f4d3ce76b6d58635c (diff)
update translations for 7.4.0 rc3/master
and force-fix errors using pocheck Change-Id: I6c070b2c1cad40730d6a8ead60d4edd9b23c9c38
Diffstat (limited to 'source/id/sw')
-rw-r--r--source/id/sw/messages.po24
1 files changed, 12 insertions, 12 deletions
diff --git a/source/id/sw/messages.po b/source/id/sw/messages.po
index 864116a4e77..8756c26f990 100644
--- a/source/id/sw/messages.po
+++ b/source/id/sw/messages.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: 2022-07-04 18:05+0200\n"
-"PO-Revision-Date: 2022-07-26 09:17+0000\n"
+"POT-Creation-Date: 2022-08-08 14:37+0200\n"
+"PO-Revision-Date: 2022-08-02 21:51+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/id/>\n"
"Language: id\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565578102.000000\n"
#. v3oJv
@@ -3415,35 +3415,35 @@ msgstr "Penomoran ivx"
#: sw/inc/strings.hrc:221
msgctxt "STR_POOLNUMRULE_BUL1"
msgid "Bullet •"
-msgstr "Bulet •"
+msgstr "Bulatan •"
#. BAvrf
#. Bullet \u2013
#: sw/inc/strings.hrc:223
msgctxt "STR_POOLNUMRULE_BUL2"
msgid "Bullet –"
-msgstr "Bulet –"
+msgstr "Bulatan –"
#. hDdJw
#. Bullet \uE4C4
#: sw/inc/strings.hrc:225
msgctxt "STR_POOLNUMRULE_BUL3"
msgid "Bullet "
-msgstr "Bulet "
+msgstr "Bulatan "
#. uBKzE
#. Bullet \uE49E
#: sw/inc/strings.hrc:227
msgctxt "STR_POOLNUMRULE_BUL4"
msgid "Bullet "
-msgstr "Bulet "
+msgstr "Bulatan "
#. 54eoC
#. Bullet \uE20B
#: sw/inc/strings.hrc:229
msgctxt "STR_POOLNUMRULE_BUL5"
msgid "Bullet "
-msgstr "Bulet "
+msgstr "Bulatan "
#. J7DDZ
#: sw/inc/strings.hrc:230
@@ -8744,7 +8744,7 @@ msgstr "Rumus tabel salah"
#: sw/inc/strings.hrc:1194
msgctxt "ST_RECENCY"
msgid "Recency"
-msgstr "Resensi"
+msgstr "Kebaruan"
#. pCp7u
#: sw/inc/strings.hrc:1195
@@ -10597,19 +10597,19 @@ msgid "Moves the selected paragraph style down one level in the index hierarchy.
msgstr "Memindahkan gaya paragraf yang dipilih ke satu tingkat dalam hierarki indeks."
#. tF4xa
-#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:271
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:272
msgctxt "assignstylesdialog|stylecolumn"
msgid "Style"
msgstr "Gaya"
#. 3MYjK
-#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:462
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:461
msgctxt "assignstylesdialog|label3"
msgid "Styles"
msgstr "Gaya"
#. sr78E
-#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:484
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:483
msgctxt "assignstylesdialog|extended_tip|AssignStylesDialog"
msgid "Creates index entries from specific paragraph styles."
msgstr "Menciptakan entri indeks dari gaya paragraf tertentu."
3-0'>libreoffice-4-3-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/cppuhelper/factory.hxx
AgeCommit message (Collapse)Author
2021-02-02tdf#130978 Added comment to all published APImsrijita18
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-09-12Replace remaining uses of sal_CharJulien Nabet
+ remove sal_Char check on compilerplugins Change-Id: I0f7da14e620f0c3d031d038aa8345ba4080fb3e9 Change-Id: Ia6dba4f27b47bc9e0c89159182ad80a5aee17166 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102499 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
2017-06-05Fix typosAndrea Gelmini
Change-Id: I9eb05432732a04e816946fbb13001df100a31f73 Reviewed-on: https://gerrit.libreoffice.org/38395 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-06-05spelling instanciate -> instantiateNoel Grandin
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81 Reviewed-on: https://gerrit.libreoffice.org/38401 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@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>
2015-11-10Missing includes (for NULL)Stephan Bergmann
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I62a63915dfc0bced2cd8ffe3999cbde5c4d97b0b
2015-10-21com::sun::star->css in include/cppuhelperNoel Grandin
Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc Reviewed-on: https://gerrit.libreoffice.org/19486 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-30Fix typosAndrea Gelmini
Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>