aboutsummaryrefslogtreecommitdiff
path: root/source/kab/sfx2/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/kab/sfx2/messages.po')
-rw-r--r--source/kab/sfx2/messages.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/kab/sfx2/messages.po b/source/kab/sfx2/messages.po
index 9cc1d498719..a478309142e 100644
--- a/source/kab/sfx2/messages.po
+++ b/source/kab/sfx2/messages.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: 2019-05-31 14:54+0200\n"
+"POT-Creation-Date: 2019-06-03 17:46+0200\n"
"PO-Revision-Date: 2018-10-21 19:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -888,9 +888,9 @@ msgid "~Insert"
msgstr "~Ger"
#: include/sfx2/strings.hrc:189
-msgctxt "STR_SFX_IMPORT_ALL"
-msgid "<All formats>"
-msgstr "<Akkw imasalen>"
+msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
+msgid "<All images>"
+msgstr ""
#: include/sfx2/strings.hrc:190
msgctxt "STR_PB_SAVEACOPY"
eature/vcl-opengl'>feature/vcl-opengl LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/python/Text/StyleInitialization.py
AgeCommit message (Collapse)Author
2024-07-27comphelper, msicreator, odk: fix issues found by Ruff linterIlmari Lauhakangas
Change-Id: I5ef65baeb0100b9d70b5c59c1d5f6f43ab951a22 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171092 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-12-03tdf#143123 Port Text Java examples to PythonChenxiong Qi
The examples inside odk/examples/java/Text are ported to Python: BookmarkInsertion.java -> BookmarkInsertion.py GraphicsInserter.java -> GraphicsInserter.py HardFormatting.java -> HardFormatting.py StyleCreation.java -> StyleCreation.py SWriter.java -> SWriter.py StyleInitialization.java -> StyleInitialization.py TextDocumentStructure.java -> TextDocumentStructure.py TextReplace.java -> TextReplace.py WriterSelector.java -> WriterSelector.py Code format is checked with 'pycodestyle': pycodestyle --ignore=E501,E722 odk/examples/python/Text/*.py Some Java methods are merged when ported to Python. Signed-off-by: Chenxiong Qi <qcxhome@gmail.com> Change-Id: Ic903cfa24ef32f8edaafd7e6e2e0c757b4b1be0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141425 Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>