aboutsummaryrefslogtreecommitdiff
path: root/source/hu/readlicense_oo
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-01-10 13:24:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-01-10 13:28:04 +0100
commitf6628660c35c8b21a632418e1363784b906f6ff9 (patch)
treec8a43637a6e8a47882fb50ada6ae5a1d327de983 /source/hu/readlicense_oo
parentf506a2490665212eeefb5934d6d4346a8a8c1856 (diff)
update translations for 7.3.0 rc2/master
and force-fix errors using pocheck Change-Id: I7ba555073adb5a8ddfcb37be8dd61c7df6ad5b40
Diffstat (limited to 'source/hu/readlicense_oo')
-rw-r--r--source/hu/readlicense_oo/docs.po6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/hu/readlicense_oo/docs.po b/source/hu/readlicense_oo/docs.po
index ccedd1b9f3a..37403c15a9b 100644
--- a/source/hu/readlicense_oo/docs.po
+++ b/source/hu/readlicense_oo/docs.po
@@ -4,7 +4,7 @@ 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: 2021-09-10 23:12+0200\n"
-"PO-Revision-Date: 2021-03-05 18:22+0000\n"
+"PO-Revision-Date: 2022-01-04 15:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/hu/>\n"
"Language: hu\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: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542745272.000000\n"
#. q6Gg3
@@ -590,7 +590,7 @@ msgctxt ""
"abcdef\n"
"readmeitem.text"
msgid "Difficulties starting ${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen display are often caused by the graphics card driver. If these problems occur, please update your graphics card driver or try using the graphics driver delivered with your operating system."
-msgstr ""
+msgstr "A ${PRODUCTNAME} indításával (például lefagyás) valamint a képernyőn való megjelenítéssel kapcsolatos nehézségeket gyakran a videokártya illesztőprogramja okozza. Ha ilyeneket tapasztal, frissítse a videokártya illesztőprogramját, vagy próbálja használni az operációs rendszerhez kapott illesztőprogramot."
#. inrAd
#: readme.xrm
alue='libreoffice-25-2-1'>libreoffice-25-2-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)Author
2020-02-22Adapt o3tl::span to removal of std::span::cbegin et alStephan Bergmann
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-08Introduce o3tl::unsafe_downcast for known-good dynamic_cast downcastsStephan Bergmann
2019-09-01Fix '..'Andrea Gelmini
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann
2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann
2018-10-07-Werror=catch-value=Julien Nabet
2018-10-06Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski
2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski
2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin
2018-09-08clang-tidy bugprone-use-after-moveNoel Grandin
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-05-14Fix typoAndrea Gelmini
2018-05-13o3tl: add some comments to sorted_vector testTomaž Vajngerl