aboutsummaryrefslogtreecommitdiff
path: root/source/be/fpicker/uiconfig/ui.po
blob: 0e8c9bf4623c7543d86d70d303c3210e60d6f415 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#. extracted from fpicker/uiconfig/ui
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: be\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"

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"connect_to_server\n"
"label\n"
"string.text"
msgid "Servers..."
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"connect_to_server\n"
"tooltip_markup\n"
"string.text"
msgid "Connect To Server"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"connect_to_server\n"
"tooltip_text\n"
"string.text"
msgid "Connect To Server"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"new_folder\n"
"tooltip_markup\n"
"string.text"
msgid "Create New Folder"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"new_folder\n"
"tooltip_text\n"
"string.text"
msgid "Create New Folder"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"file_name_label\n"
"label\n"
"string.text"
msgid "File _name:"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"file_type_label\n"
"label\n"
"string.text"
msgid "File _type:"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"readonly\n"
"label\n"
"string.text"
msgid "_Read-only"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"password\n"
"label\n"
"string.text"
msgid "Save with password"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"extension\n"
"label\n"
"string.text"
msgid "_Automatic file name extension"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"options\n"
"label\n"
"string.text"
msgid "Edit _filter settings"
msgstr ""

#: explorerfiledialog.ui
msgctxt ""
"explorerfiledialog.ui\n"
"selection\n"
"label\n"
"string.text"
msgid "\n"
msgstr ""

#: foldernamedialog.ui
msgctxt ""
"foldernamedialog.ui\n"
"FolderNameDialog\n"
"title\n"
"string.text"
msgid "Folder Name ?"
msgstr ""

#: foldernamedialog.ui
msgctxt ""
"foldernamedialog.ui\n"
"label2\n"
"label\n"
"string.text"
msgid "Na_me"
msgstr ""

#: foldernamedialog.ui
msgctxt ""
"foldernamedialog.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "Create New Folder"
msgstr ""
ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text/TextPropertyPanel.hxx
AgeCommit message (Collapse)Author
2024-08-16tdf#162491 tdf#125032 add hyphenation settings to sidebarLászló Németh
Add .uno:NoBreak to the Character sidebar panel to disable automatic hyphenation for selected words. The icon is enabled only on hyphenated words and words with disabled hyphenation. Add .uno:Hyphenate icon to the Character sidebar panel, with tooltip "Insert Soft Hyphen...", which opens the dialog for (semi-)automatic insertion of soft hyphens. Add paragraph-level hyphenation settings to the Paragraph sidebar panel. Only the toggle button icon "Hyphenation" is visible to enable hyphenation, if the paragraph is not hyphenated. If it's enabled, show all paragraph-level settings. These new sidebar controls allow adjusting paragraph layout and hyphenation quickly, like DTP software do. Note: to add icon to .uno:NoBreak, modify "Properties" of officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu. Note: it's possible, that high resolution icon sizes will need extra dispatcher calls (the draft is attached to the issue in the bug tracker). Change-Id: I292527589ed3a38e4400cfd97ea54cbc7ff56a44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171883 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2023-07-05Swap .uno:FontColor for .uno:ColorMaxim Monastirsky
Following tdf#105293, which left some UI elements unchanged. This also simplifies the sidebar, as .uno:Color is universal while .uno:FontColor works only with Writer text. It also benefits tdf#154270, as using the same command in the toolbar and the sidebar will keep their color in sync. Change-Id: Ia6e1ffef4012b6f8db4c9079d0b0c99a59887670 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154012 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>