aboutsummaryrefslogtreecommitdiff
path: root/source/el
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-12-17 18:28:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-12-17 18:35:28 +0100
commit14f402c21427505066d2b5e093bdf48488ac5964 (patch)
tree0c7eb77bc3ad7340b7843900c8ec4b7f59a4c04f /source/el
parent0c5bce2255d6cab360e066c391a14d85d7e7d115 (diff)
update translations for 7.1.0 rc1
and force-fix errors usinc pocheck Change-Id: I302feb12a0180d134f32c450c15f2eae5cc6b19b
Diffstat (limited to 'source/el')
-rw-r--r--source/el/cui/messages.po8
-rw-r--r--source/el/scp2/source/ooo.po22
2 files changed, 27 insertions, 3 deletions
diff --git a/source/el/cui/messages.po b/source/el/cui/messages.po
index 5bfb6bcf86a..2a96dc28996 100644
--- a/source/el/cui/messages.po
+++ b/source/el/cui/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: 2020-12-14 15:32+0100\n"
+"POT-Creation-Date: 2020-12-17 15:05+0100\n"
"PO-Revision-Date: 2020-12-10 15:36+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/el/>\n"
@@ -9298,6 +9298,12 @@ msgctxt "formatcellsdialog|area"
msgid "Background"
msgstr "Παρασκήνιο"
+#. 8JNHE
+#: cui/uiconfig/ui/formatcellsdialog.ui:329
+msgctxt "formatcellsdialog|shadow"
+msgid "Shadow"
+msgstr ""
+
#. dpU36
#: cui/uiconfig/ui/formatnumberdialog.ui:8
msgctxt "formatnumberdialog|FormatNumberDialog"
diff --git a/source/el/scp2/source/ooo.po b/source/el/scp2/source/ooo.po
index 1b65183538e..c960d7d04e0 100644
--- a/source/el/scp2/source/ooo.po
+++ b/source/el/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: 2020-07-08 13:56+0200\n"
+"POT-Creation-Date: 2020-12-17 15:06+0100\n"
"PO-Revision-Date: 2020-07-09 15:35+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://weblate.documentfoundation.org/projects/libo_ui-master/scp2sourceooo/el/>\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.1.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559035995.000000\n"
#. CYBGJ
@@ -4822,6 +4822,24 @@ msgctxt ""
msgid "Kurdish, Northern, Latin script spelling dictionary"
msgstr "Κουρδικά, βόρεια, ορθογραφικό λεξικό λατινικής γραφής"
+#. UrEiC
+#: module_ooo.ulf
+msgctxt ""
+"module_ooo.ulf\n"
+"STR_NAME_MODULE_EXTENSION_DICTIONARY_KO\n"
+"LngText.text"
+msgid "Korean"
+msgstr ""
+
+#. EeEDH
+#: module_ooo.ulf
+msgctxt ""
+"module_ooo.ulf\n"
+"STR_DESC_MODULE_EXTENSION_DICTIONARY_KO\n"
+"LngText.text"
+msgid "Korean spelling dictionary"
+msgstr ""
+
#. xuCvE
#: module_ooo.ulf
msgctxt ""
-3-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
AgeCommit message (Expand)Author
2017-10-22Avoid compiler eliding redundant dynamic_castStephan Bergmann
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin
2016-12-13tdf#104573 - Assertion failed: SolarMutex not lockedNoel Grandin
2016-12-12tdf#104573 - Assertion failed: SolarMutex not locked when tryingNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-11Resolves: rhbz#1391418 wayland toolbars can't be docked after undockingCaolán McNamara
2016-11-08Resolves: tdf#103783 do consider parent of WB_DIALOGCONTROL widgets...Caolán McNamara
2016-11-02lock tab-cycling inside the WB_DIALOGCONTROL widgetCaolán McNamara
2016-10-03Fix typosAndrea Gelmini
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-23Resolves: rhbz#1338546 use-after-delete of WindowImplCaolán McNamara
2016-05-06improve perf. of VCL event dispatch, take IIDavid Tardon
2016-05-06tdf#99703 Revert "improve perf. of VCL event dispatch"David Tardon
2016-05-05remove superfluous checkDavid Tardon
2016-05-05improve perf. of VCL event dispatchDavid Tardon
2016-03-25fix headless buildOliver Specht
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-10vcl: actually remove ImplTranslateCommandEvent!Chris Sherlock
2016-02-10vcl: ImplTranslate(Command|Mouse)Event changesChris Sherlock
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul
2015-12-22tdf#96643 - Standard toolbar isn't fully shown under gtk3Noel Grandin
2015-12-19coverity#1028600 Uninitialized scalar fieldCaolán McNamara
2015-12-18fix O(n^2) in vcl event broadcasting tdf#90199Noel Grandin
2015-12-14unusedcode NotifyEvent::NotifyEvent()Juergen Funk
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann