From 5632692504d455d87c83b863fffcf7baf2820c49 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 21 Aug 2020 18:27:02 +0200 Subject: update translations for master and force-fix errors using pocheck Change-Id: I3c00491e0ea0ac65e61a006108fd80d6188b16d0 --- .../as/officecfg/registry/data/org/openoffice/Office/UI.po | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'source/as/officecfg') diff --git a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po index b1a3d361725..612f7669135 100644 --- a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po +++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-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-08-04 13:02+0200\n" +"POT-Creation-Date: 2020-08-21 14:00+0200\n" "PO-Revision-Date: 2018-11-12 11:34+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: Assamese \n" @@ -14290,6 +14290,16 @@ msgctxt "" msgid "Vertical Figure 8" msgstr "উলম্ব সংখ্যা 8" +#. cCMGr +#: Effects.xcu +msgctxt "" +"Effects.xcu\n" +"..Effects.UserInterface.Effects.libo-physics-fall\n" +"Label\n" +"value.text" +msgid "Fall simulated" +msgstr "" + #. MZBtm #: Effects.xcu msgctxt "" -- cgit on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-05-26 16:26:35 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-05-28 08:44:31 +0000
commit1379e2feaad6344999358bbfb271edbaea66ce2a (patch)
treef2d15c298b21e8aa83ec4bbc025ca0561896906e /cui
parentf9e0e3a4eb8a23bfb9fb66055511c53d120e6579 (diff)
Rewrite all calls like Dialog(params).Execute()
Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>