aboutsummaryrefslogtreecommitdiff
path: root/source/fr/editeng
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-07-13 15:59:59 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-07-13 16:13:42 +0200
commit09580786c1190b9ac378ba3077785d046afb88af (patch)
tree0892dec86a2512b0995beb2d078161c1d2fb9503 /source/fr/editeng
parentcae548d4c0456d970b8deb8f2639f30c9fabe98f (diff)
update translations for master/7.0
and force-fix errors using pocheck Change-Id: Ie0de173892c097e353130fb3a466849cc2fd9b15
Diffstat (limited to 'source/fr/editeng')
-rw-r--r--source/fr/editeng/messages.po4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/fr/editeng/messages.po b/source/fr/editeng/messages.po
index a3e335d91f4..3bb84627bb6 100644
--- a/source/fr/editeng/messages.po
+++ b/source/fr/editeng/messages.po
@@ -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 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1512938552.000000\n"
#. BHYB4
@@ -1589,14 +1589,12 @@ msgstr "Modifier la casse"
#. uqG6M
#: include/editeng/editrids.hrc:292
-#, c-format
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Le mot est %x"
#. KeDg8
#: include/editeng/editrids.hrc:293
-#, c-format
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Le paragraphe est %x"
tion value='libreoffice-24-2-2'>libreoffice-24-2-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/PolyPolygonGraphicPrimitive2D.hxx
AgeCommit message (Collapse)Author
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin
Change-Id: I8a3245c6a4d687edbc95cf28b2932d80c86a7b65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135828 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
And fix includes all over the place... Change-Id: I6e2696bbeeac6ab7467cac70545fa7209aa981a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117528 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen
Recheck after 7-0 branchoff Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f5c35474b671facbda85a9538462dd4291add91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97655 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl
This patch splits the polypolygonprimitive2d.hxx into: - PolyPolygonColorPrimitive2D.hxx - PolyPolygonGradientPrimitive2D.hxx - PolyPolygonGraphicPrimitive2D.hxx - PolyPolygonHairlinePrimitive2D.hxx - PolyPolygonHatchPrimitive2D.hxx - PolyPolygonMarkerPrimitive2D.hxx - PolyPolygonSelectionPrimitive2D.hxx - PolyPolygonStrokePrimitive2D.hxx ... and fixes the include files and pre-compiled headers Change-Id: I23982e0c81e8992f69e14cbac8e86858266b9999 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91603 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>