aboutsummaryrefslogtreecommitdiff
path: root/source/hu/accessibility/messages.po
blob: 81a8b1e8d74d47af4ad51c0bcc76fbb680272c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#. extracted from accessibility/inc
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-01-07 14:09+0100\n"
"PO-Revision-Date: 2017-10-05 22:14+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507241687.000000\n"

#. be4e7
#: accessibility/inc/strings.hrc:24
msgctxt "RID_STR_ACC_NAME_BROWSEBUTTON"
msgid "Browse"
msgstr "Tallózás"

#. 42j6Y
#: accessibility/inc/strings.hrc:25
msgctxt "STR_SVT_ACC_ACTION_EXPAND"
msgid "Expand"
msgstr "Kibővítés"

#. 8MWFj
#: accessibility/inc/strings.hrc:26
msgctxt "STR_SVT_ACC_ACTION_COLLAPSE"
msgid "Collapse"
msgstr "Összecsukás"

#. zZTzc
#: accessibility/inc/strings.hrc:27
msgctxt "RID_STR_ACC_ACTION_CHECK"
msgid "Check"
msgstr "Bejelölés"

#. Kva49
#: accessibility/inc/strings.hrc:28
msgctxt "RID_STR_ACC_ACTION_UNCHECK"
msgid "Uncheck"
msgstr "Törlés"

#. nk4DD
#: accessibility/inc/strings.hrc:29
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_VERTICAL"
msgid "Vertical scroll bar"
msgstr "Függőleges görgetősáv"

#. FRA3z
#: accessibility/inc/strings.hrc:30
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL"
msgid "Horizontal scroll bar"
msgstr "Vízszintes görgetősáv"

#. DNmVr
#: accessibility/inc/strings.hrc:31
msgctxt "RID_STR_ACC_PANEL_DESCRIPTION"
msgid "Please press enter to go into child control for more operations"
msgstr "Nyomja meg az Entert egy gyermek vezérlőelem megnyitásához további műveletekért"

#. Fcjiv
#: accessibility/inc/strings.hrc:32
msgctxt "RID_STR_ACC_COLUMN_NUM"
msgid "Column %COLUMNNUMBER"
msgstr "%COLUMNNUMBER. oszlop"

#. mAX2T
#: accessibility/inc/strings.hrc:33
msgctxt "RID_STR_ACC_ROW_NUM"
msgid "Row %ROWNUMBER"
msgstr "%ROWNUMBER. sor"
rable LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLDDELinksContext.cxx
AgeCommit message (Collapse)Author
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
Change-Id: I8553b1e2b1c3461fa55eb19593b1a97ed9e7ab1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121433 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
Change-Id: I8fdf9833dede6f4c9ba4bbb76b9ab9b6b419f155 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100722 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-07-29loplugin:flatten in sc/filter/xmlNoel Grandin
Change-Id: I93117f601a8f450ebfcde32c156802137b87da76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99701 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-04-28move the castToFastAttributeList functionNoel Grandin
to the slightly higher namespace, to make it easy and more readable to use directly in a for-loop-range expression. And make it return a reference rather than a pointer, since it is never allowed to be nullptr. Change-Id: I15d0b32493ef65cfc601b247c272b318f1eadfd8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93049 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-01-07extract some common code from ImportContext classesNoel Grandin
which reduces code bloat, and lets us log when elements are ignored Change-Id: I5ca12bc1fcbfa3bea49ebde819fd80bd233a96a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86338 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-08-23loplugin:returnconstval in saxNoel Grandin
Change-Id: Icf5c337164b71aab10dd960815eee516822c276c Reviewed-on: https://gerrit.libreoffice.org/77990 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>