Skip to content

Commit 9ecd49e

Browse files
committed
Fix GUI text
1 parent 566836a commit 9ecd49e

File tree

15 files changed

+86
-125
lines changed

15 files changed

+86
-125
lines changed

src/outwiker/actions/polyactionsid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
# Delete text to beginning of the word
115115
DELETE_WORD_LEFT = "DeleteWordLeft"
116116

117-
# Delete text to ending of the word
117+
# Delete text to end of the word
118118
DELETE_WORD_RIGHT = "DeleteWordRight"
119119

120120
# Delete back from the current position to the start of the line
@@ -179,4 +179,4 @@
179179
REDO_ID = "Redo"
180180

181181
# Select all
182-
SELECT_ALL_ID = "SelectAll"
182+
SELECT_ALL_ID = "SelectAll"

src/outwiker/app/actions/fullscreen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def title(self):
1919

2020
@property
2121
def description(self):
22-
return _("Fullscreen mode on/off")
22+
return _("Toggle fullscreen mode")
2323

2424
def run(self, params):
2525
self._application.mainWindow.setFullscreen(params)

src/outwiker/app/actions/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class SearchAndReplaceAction(BaseSearchAction):
9393

9494
@property
9595
def title(self):
96-
return _("Search and replace")
96+
return _("Find and replace")
9797

9898
@property
9999
def description(self):

src/outwiker/app/actions/showhideattaches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def title(self):
1919

2020
@property
2121
def description(self):
22-
return _("Show / hide a attachments panel")
22+
return _("Toggle the attachments panel")
2323

2424
def run(self, params):
2525
showHideAttachPanel(self._application.mainWindow, params)

src/outwiker/app/actions/showhidetags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def title(self):
1919

2020
@property
2121
def description(self):
22-
return _("Show / hide a tag panel")
22+
return _("Toggle the tag panel")
2323

2424
def run(self, params):
2525
showHideTagsPanel(self._application.mainWindow, params)

src/outwiker/app/actions/showhidetree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def title(self):
1919

2020
@property
2121
def description(self):
22-
return _("Show / hide a note tree panel")
22+
return _("Toggle the note tree panel")
2323

2424
def run(self, params):
2525
showHideNotesTreePanel(self._application.mainWindow, params)

src/outwiker/app/gui/actionslist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
PolyactionInfo(
427427
polyactions.DELETE_WORD_RIGHT,
428428
_("Delete word right"),
429-
_("Delete text to ending of the word"),
429+
_("Delete to end of the word"),
430430
HotKey("Delete", ctrl=True),
431431
),
432432
PolyactionInfo(

src/outwiker/data/help/help_ru/Page types/Wiki page/Lists/__content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<style type='text/css'>
99
body, div, p, table {
10-
font-size:11pt;
10+
font-size:10pt;
1111
font-family:Verdana;
1212
}
1313

-48 Bytes
Binary file not shown.

src/outwiker/data/locale/en/LC_MESSAGES/outwiker.po

Lines changed: 39 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: outwiker 3.0\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2026-03-17 20:59+0300\n"
5+
"POT-Creation-Date: 2026-03-19 16:44+0300\n"
66
"PO-Revision-Date: \n"
77
"Last-Translator: Eugeniy Ilin <jenyay.ilin@gmail.com>\n"
88
"Language-Team: Jenyay <jenyay.ilin@gmail.com>\n"
@@ -11,7 +11,7 @@ msgstr ""
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313
"X-Poedit-SourceCharset: UTF-8\n"
14-
"X-Generator: Poedit 3.8\n"
14+
"X-Generator: Poedit 3.5\n"
1515
"X-Poedit-Basepath: ../../../../..\n"
1616
"X-Poedit-SearchPath-0: outwiker/data\n"
1717
"X-Poedit-SearchPath-1: .\n"
@@ -26,27 +26,22 @@ msgstr "Open \"About\" dialog"
2626

2727
#: outwiker/app/actions/addbookmark.py:17
2828
#: outwiker/app/actions/addbookmark.py:21
29-
#| msgid "Add/remove bookmark"
3029
msgid "Add / remove bookmark"
3130
msgstr "Add / remove bookmark"
3231

3332
#: outwiker/app/actions/addchildpage.py:17
34-
#| msgid "Add child page…"
3533
msgid "Create child page…"
3634
msgstr "Create child page…"
3735

3836
#: outwiker/app/actions/addchildpage.py:21
39-
#| msgid "Create Page"
4037
msgid "Create child page"
4138
msgstr "Create child page"
4239

4340
#: outwiker/app/actions/addsiblingpage.py:17
44-
#| msgid "Add sibling page…"
4541
msgid "Create sibling page…"
4642
msgstr "Create sibling page…"
4743

4844
#: outwiker/app/actions/addsiblingpage.py:21
49-
#| msgid "Add sibling page"
5045
msgid "Create sibling page"
5146
msgstr "Create sibling page"
5247

@@ -136,7 +131,6 @@ msgstr "Open folder with attachments"
136131

137132
#: outwiker/app/actions/attachopenfolder.py:38
138133
#: outwiker/app/actions/openpluginsfolder.py:32
139-
#, python-brace-format
140134
msgid "Can't open folder '{}'"
141135
msgstr "Can't open folder '{}'"
142136

@@ -268,8 +262,9 @@ msgid "Fullscreen"
268262
msgstr "Fullscreen"
269263

270264
#: outwiker/app/actions/fullscreen.py:22
271-
msgid "Fullscreen mode on/off"
272-
msgstr "Fullscreen mode on/off"
265+
#| msgid "Fullscreen mode on/off"
266+
msgid "Toggle fullscreen mode"
267+
msgstr "Toggle fullscreen mode"
273268

274269
#: outwiker/app/actions/globalsearch.py:20
275270
msgid "Global search…"
@@ -466,8 +461,9 @@ msgid "Find previous on page"
466461
msgstr "Find previous on page"
467462

468463
#: outwiker/app/actions/search.py:96
469-
msgid "Search and replace"
470-
msgstr "Search and replace"
464+
#| msgid "Find on page"
465+
msgid "Find and replace"
466+
msgstr "Find and replace"
471467

472468
#: outwiker/app/actions/search.py:100
473469
msgid "Start search and replace on the page"
@@ -485,8 +481,9 @@ msgid "Attachments"
485481
msgstr "Attachments"
486482

487483
#: outwiker/app/actions/showhideattaches.py:22
488-
msgid "Show / hide a attachments panel"
489-
msgstr "Show / hide a attachments panel"
484+
#| msgid "Show / hide a attachments panel"
485+
msgid "Toggle the attachments panel"
486+
msgstr "Toggle the attachments panel"
490487

491488
#: outwiker/app/actions/showhidetags.py:18 outwiker/app/actions/switchto.py:90
492489
#: outwiker/app/gui/mainpanes/tagscloudmainpane.py:63
@@ -497,17 +494,19 @@ msgid "Tags"
497494
msgstr "Tags"
498495

499496
#: outwiker/app/actions/showhidetags.py:22
500-
msgid "Show / hide a tag panel"
501-
msgstr "Show / hide a tag panel"
497+
#| msgid "Show / hide a tag panel"
498+
msgid "Toggle the tag panel"
499+
msgstr "Toggle the tag panel"
502500

503501
#: outwiker/app/actions/showhidetree.py:18 outwiker/app/actions/switchto.py:42
504502
#: outwiker/app/gui/preferences/prefcontroller.py:138
505503
msgid "Note tree"
506504
msgstr "Note tree"
507505

508506
#: outwiker/app/actions/showhidetree.py:22
509-
msgid "Show / hide a note tree panel"
510-
msgstr "Show / hide a note tree panel"
507+
#| msgid "Show / hide a note tree panel"
508+
msgid "Toggle the note tree panel"
509+
msgstr "Toggle the note tree panel"
511510

512511
#: outwiker/app/actions/sortchildalpha.py:19
513512
msgid "Sort child pages alphabetically"
@@ -877,8 +876,9 @@ msgid "Delete word right"
877876
msgstr "Delete word right"
878877

879878
#: outwiker/app/gui/actionslist.py:429
880-
msgid "Delete text to ending of the word"
881-
msgstr "Delete text to ending of the word"
879+
#| msgid "Delete text to ending of the word"
880+
msgid "Delete to end of the word"
881+
msgstr "Delete to end of the word"
882882

883883
#: outwiker/app/gui/actionslist.py:434
884884
msgid "Delete to start of the line"
@@ -1728,7 +1728,6 @@ msgid "Can't create directory for icons group"
17281728
msgstr "Can't create directory for icons group"
17291729

17301730
#: outwiker/app/gui/preferences/iconsetpanel.py:255
1731-
#, python-brace-format
17321731
msgid "New group{}"
17331732
msgstr "New group{}"
17341733

@@ -1737,17 +1736,14 @@ msgid "Can't rename directory for icons group"
17371736
msgstr "Can't rename directory for icons group"
17381737

17391738
#: outwiker/app/gui/preferences/iconsetpanel.py:289
1740-
#, python-brace-format
17411739
msgid "Group with name \"{}\" exists already"
17421740
msgstr "Group with name \"{}\" exists already"
17431741

17441742
#: outwiker/app/gui/preferences/iconsetpanel.py:296
1745-
#, python-brace-format
17461743
msgid "Invalid group name \"{}\""
17471744
msgstr "Invalid group name \"{}\""
17481745

17491746
#: outwiker/app/gui/preferences/iconsetpanel.py:331
1750-
#, python-brace-format
17511747
msgid "Remove group \"{}\" and all icons inside it?"
17521748
msgstr "Remove group \"{}\" and all icons inside it?"
17531749

@@ -2064,7 +2060,6 @@ msgid "Really exit?"
20642060
msgstr "Really exit?"
20652061

20662062
#: outwiker/app/services/attachment.py:69
2067-
#, python-brace-format
20682063
msgid ""
20692064
"Error renaming file\n"
20702065
"{} -> {}\n"
@@ -2084,7 +2079,6 @@ msgstr ""
20842079
"{0}"
20852080

20862081
#: outwiker/app/services/attachment.py:167
2087-
#, python-brace-format
20882082
msgid "Can't create directory: {}"
20892083
msgstr "Can't create directory: {}"
20902084

@@ -2102,7 +2096,6 @@ msgid "New folder"
21022096
msgstr "New folder"
21032097

21042098
#: outwiker/app/services/attachment.py:207
2105-
#, python-brace-format
21062099
msgid "Can't create folder {} for attachments"
21072100
msgstr "Can't create folder {} for attachments"
21082101

@@ -2128,7 +2121,6 @@ msgid "You can't remove the root element"
21282121
msgstr "You can't remove the root element"
21292122

21302123
#: outwiker/app/services/tree.py:52
2131-
#, python-brace-format
21322124
msgid ""
21332125
"Remove page \"{}\" and all subpages?\n"
21342126
"All attachments will also be deleted."
@@ -2191,7 +2183,6 @@ msgid "The page title"
21912183
msgstr "The page title"
21922184

21932185
#: outwiker/app/services/tree.py:252
2194-
#, python-brace-format
21952186
msgid "Can't rename page \"{}\" to \"{}\""
21962187
msgstr "Can't rename page \"{}\" to \"{}\""
21972188

@@ -2200,7 +2191,6 @@ msgid "Can't move page when page with that title already exists"
22002191
msgstr "Can't move page when page with that title already exists"
22012192

22022193
#: outwiker/app/services/tree.py:280
2203-
#, python-brace-format
22042194
msgid "Can't move page: {}"
22052195
msgstr "Can't move page: {}"
22062196

@@ -2370,17 +2360,14 @@ msgstr ""
23702360
"system"
23712361

23722362
#: outwiker/core/pluginsloader.py:270
2373-
#, python-brace-format
23742363
msgid "Plug-in \"{}\". Can't read \"{}\" file"
23752364
msgstr "Plug-in \"{}\". Can't read \"{}\" file"
23762365

23772366
#: outwiker/core/pluginsloader.py:290
2378-
#, python-brace-format
23792367
msgid "Plug-in \"{}\" is outdated. Please, update the plug-in."
23802368
msgstr "Plug-in \"{}\" is outdated. Please, update the plug-in."
23812369

23822370
#: outwiker/core/pluginsloader.py:301
2383-
#, python-brace-format
23842371
msgid ""
23852372
"Plug-in \"{}\" is designed for a newer version OutWiker. Please, install a "
23862373
"new OutWiker version."
@@ -2412,8 +2399,9 @@ msgid "Page \"%s\" is changed by the external program"
24122399
msgstr "Page \"%s\" is changed by the external program"
24132400

24142401
#: outwiker/gui/basetextpanel.py:212
2415-
msgid "Owerwrite?"
2416-
msgstr "Owerwrite?"
2402+
#| msgid "Overwrite"
2403+
msgid "Overwrite?"
2404+
msgstr "Overwrite?"
24172405

24182406
#: outwiker/gui/basetextpanel.py:593
24192407
msgid "Lines"
@@ -2637,7 +2625,6 @@ msgid "Insert rows"
26372625
msgstr "Insert rows"
26382626

26392627
#: outwiker/gui/tagscloud.py:567
2640-
#, python-brace-format
26412628
msgid "Number of notes: {}"
26422629
msgstr "Number of notes: {}"
26432630

@@ -2646,7 +2633,6 @@ msgid "Applied tags only"
26462633
msgstr "Applied tags only"
26472634

26482635
#: outwiker/gui/texteditormenu.py:75 outwiker/gui/texteditormenu.py:80
2649-
#, python-brace-format
26502636
msgid "Add \"{}\" to dictionary"
26512637
msgstr "Add \"{}\" to dictionary"
26522638

@@ -2698,7 +2684,6 @@ msgid "Page loading. Please wait…"
26982684
msgstr "Page loading. Please wait…"
26992685

27002686
#: outwiker/pages/html/basehtmlpanel.py:338
2701-
#, python-brace-format
27022687
msgid "Page loading error: {}"
27032688
msgstr "Page loading error: {}"
27042689

@@ -2927,8 +2912,9 @@ msgid "Encoding"
29272912
msgstr "Encoding"
29282913

29292914
#: outwiker/pages/wiki/actions/include.py:163
2930-
msgid "Convert symbols <, > and && to HTML"
2931-
msgstr "Convert symbols <, > and && to HTML"
2915+
#| msgid "Escape HTML characters"
2916+
msgid "Escape HTML special characters"
2917+
msgstr "Escape HTML special characters"
29322918

29332919
#: outwiker/pages/wiki/actions/include.py:167
29342920
msgid "Parse wiki notation"
@@ -3064,17 +3050,14 @@ msgid "Custom CSS"
30643050
msgstr "Custom CSS"
30653051

30663052
#: outwiker/pages/wiki/parser/commands/include.py:82
3067-
#, python-brace-format
30683053
msgid "Can't open file '{}'"
30693054
msgstr "Can't open file '{}'"
30703055

30713056
#: outwiker/pages/wiki/parser/commands/include.py:85
3072-
#, python-brace-format
30733057
msgid "Encoding error in file '{}'"
30743058
msgstr "Encoding error in file '{}'"
30753059

30763060
#: outwiker/pages/wiki/parser/tokenthumbnail.py:74
3077-
#, python-brace-format
30783061
msgid "Can't create thumbnail for <b>\"{}\"</b>"
30793062
msgstr "Can't create thumbnail for <b>\"{}\"</b>"
30803063

@@ -3157,6 +3140,15 @@ msgstr "[[comment -> link]]"
31573140
msgid "[[link | comment]]"
31583141
msgstr "[[link | comment]]"
31593142

3143+
#~ msgid "Search and replace"
3144+
#~ msgstr "Search and replace"
3145+
3146+
#~ msgid "Owerwrite?"
3147+
#~ msgstr "Owerwrite?"
3148+
3149+
#~ msgid "Convert symbols <, > and && to HTML"
3150+
#~ msgstr "Convert symbols <, > and && to HTML"
3151+
31603152
#~ msgid "Add child page"
31613153
#~ msgstr "Add child page"
31623154

@@ -3711,15 +3703,15 @@ msgstr "[[link | comment]]"
37113703
#~ "!! First Wiki Page\n"
37123704
#~ "\n"
37133705
#~ " This is the first page. You can use a text "
3714-
#~ "formating: '''bold''', ''italic'', {+underlined text+}, [[http://"
3715-
#~ "jenyay.net | link]] and others.\n"
3706+
#~ "formating: '''bold''', ''italic'', {+underlined text+}, [[http://jenyay."
3707+
#~ "net | link]] and others.\n"
37163708
#~ " "
37173709
#~ msgstr ""
37183710
#~ "!! First Wiki Page\n"
37193711
#~ "\n"
37203712
#~ " This is the first page. You can use a text "
3721-
#~ "formating: '''bold''', ''italic'', {+underlined text+}, [[http://"
3722-
#~ "jenyay.net | link]] and others.\n"
3713+
#~ "formating: '''bold''', ''italic'', {+underlined text+}, [[http://jenyay."
3714+
#~ "net | link]] and others.\n"
37233715
#~ " "
37243716

37253717
#~ msgid "Not in groups [custom]"

0 commit comments

Comments
 (0)