aboutsummaryrefslogtreecommitdiff
path: root/source/uk/tubes/uiconfig/ui.po
blob: 5ecc2e86e2acb40ac50a704842ffd7fbec0ca36f (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
#. extracted from tubes/uiconfig/ui
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2012-12-26 11:14+0100\n"
"PO-Revision-Date: 2013-02-14 09:56+0000\n"
"Last-Translator: Володимир <zubr139@ukr.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.5.0-beta1\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1360835812.0\n"

#: contacts.ui
msgctxt ""
"contacts.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "Select a contact to collaborate with"
msgstr ""

#: contacts.ui
msgctxt ""
"contacts.ui\n"
"listen\n"
"label\n"
"string.text"
msgid "Listen"
msgstr ""

#: contacts.ui
msgctxt ""
"contacts.ui\n"
"invite\n"
"label\n"
"string.text"
msgid "Invite"
msgstr "Запросити"

#: contacts.ui
msgctxt ""
"contacts.ui\n"
"demo\n"
"label\n"
"string.text"
msgid "StartDemoSession"
msgstr ""

#: contacts.ui
msgctxt ""
"contacts.ui\n"
"buddy\n"
"label\n"
"string.text"
msgid "StartBuddySession"
msgstr ""

#: contacts.ui
msgctxt ""
"contacts.ui\n"
"group\n"
"label\n"
"string.text"
msgid "StartGroupSession"
msgstr ""
e='feature/vlc'>feature/vlc LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdi.cxx
AgeCommit message (Collapse)Author
9 daysRemove now unneeded osl/diagnose.hGabor Kelemen
followup to commit 57c228803e55ed343c6693de7d0857ad7d3cd9e3 Change-Id: Iebfb23bb65e2bf898bf27f367cc9641f47a14cf3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167998 Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de> Tested-by: Jenkins
2024-06-12tdf155212 clear the cached system font list after loading a fontPatrick Luby
If the system font is not cached in SalData, loading embedded fonts will be extremely slow and will trigger each frame and each of its internal subframes to reload the system font list when loading documents with embedded fonts. So instead, reenable caching of the system font list in SalData by reverting commit 3b6e9582ce43242a2304047561116bb26808408b. Then, to prevent tdf#72456 from reoccurring, clear the cached system font list after a font has been loaded or unloaded. This should cause the first frame's request to reload the cached system font list and all subsequent frames will avoid doing duplicate font reloads. Change-Id: If2a36f8c17d8e25f818275f30a19af8517478884 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168734 Reviewed-by: Patrick Luby <guibomacdev@gmail.com> Tested-by: Jenkins
2024-04-30tdf#130678 draw SVG icons at Retina resolution on macOSPatrick Luby
Also, change the default icon theme on macOS to SVG now that SVG icons support Retina display resolution and the existing PNG icon themes do not. Change-Id: I8c86c316b0db005661759c132ecf7e8667cf30bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166867 Reviewed-by: Patrick Luby <guibomacdev@gmail.com> Tested-by: Jenkins