aboutsummaryrefslogtreecommitdiff
path: root/source/ti/dictionaries/hu_HU.po
blob: 53b1ae0f0b728bca20cd48fd3acbeaa0fa25005e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#. extracted from dictionaries/hu_HU
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: 2014-11-18 11:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ti\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"

#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
tes'>feature/slideshow_onlySprites LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2021-11-09BaseList doesn't need set member after the constructor is doneNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit testMike Kaganski
2021-10-26Make sure that self-assign test checks typesMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-03drop 'using namespace std' in cppuJulien Nabet
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin
2021-08-31Elide class makeOIdPartStephan Bergmann
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-06return a reference instead of a pointerCaolán McNamara
2021-08-06cid#1489779 Uninitialized pointer fieldCaolán McNamara
2021-08-04osl_createThreadKey->thread_local in IdContainerNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-19osl::Mutex->std::mutex in MappingsDataNoel Grandin
2021-07-19remove unnecessary rtl::StaticNoel Grandin
2021-07-18osl::Mutex->std::mutex in EnvStackNoel Grandin
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Re-add a removed mutexChristophe JAILLET
2021-06-14Elide trivial TypeDescriptor_Init_Impl::getMutexStephan Bergmann
2021-06-14Revert "no need to init this on-demand"Noel Grandin
2021-06-14no need to init this on-demandNoel Grandin
2021-06-14flatten TypeDescriptor_Init_Impl data-structureNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann