From f14221545cf5a1be2c6f74915bcaff29db79a85d Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sat, 27 Oct 2018 14:57:24 +0200 Subject: update translations for master and force-fix errors using pocheck Change-Id: Ib2c4218faaa153151595024d052cc93d32037d4b --- source/ks/sw/messages.po | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'source/ks/sw') diff --git a/source/ks/sw/messages.po b/source/ks/sw/messages.po index 66bd7d1975b..af85683bdbc 100644 --- a/source/ks/sw/messages.po +++ b/source/ks/sw/messages.po @@ -3,15 +3,15 @@ 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-10-21 20:58+0200\n" +"POT-Creation-Date: 2018-10-27 14:44+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" +"X-Accelerator-Marker: ~\n" #: sw/inc/app.hrc:29 #, fuzzy @@ -1296,11 +1296,6 @@ msgctxt "STR_POOLCOLL_HTML_DD" msgid "List Contents" msgstr "فہرست مشمولات" -#: sw/inc/strings.hrc:187 -msgctxt "STR_POOLCOLL_HTML_DT" -msgid "List Heading" -msgstr "فہرست عنوان " - #. page style names #: sw/inc/strings.hrc:189 #, fuzzy @@ -3135,7 +3130,7 @@ msgid "Row %ROWNUMBER" msgstr "Row %ROWNUMBER" #: sw/inc/strings.hrc:557 -#, fuzzy, c-format +#, fuzzy msgctxt "STR_CHART2_COL_LABEL_TEXT" msgid "Column %COLUMNLETTER" msgstr "Column %COLUMNNUMBER" -- cgit ibreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-10-29calc: clear the spell-checking cache on tab switch.Michael Meeks
Change-Id: I187b5ff65c951e088e403f1a7a833bee248229fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104852 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28tdf#136694 - share spelling context across all ScGridWindows.Michael Meeks
Adding new ScGridWindows later (as we do for split panes) didn't call EnableAutoSpell on them; also duplicating the spell-checking cache looks wasteful, so share it. Change-Id: Ieb67bb292590a097bb5a59d369416a094c54c954 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104706 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis
* do synchronous spell checking, avoiding an idle handler * avoid continuous invalidations caused per-cell by spell-checking * cache spell-checking information for a given SharedString to avoid repeated checking of frequently recurring strings. Change-Id: Ie251f263a8932465297dd8bd66dfc4aa10984947 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104705 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>