Skip to content

Commit 7689eeb

Browse files
committed
v0.1 + Initial Release
1 parent b68b395 commit 7689eeb

10 files changed

Lines changed: 7 additions & 8 deletions

File tree

naivegui/backup/unit1.lfm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ object MainForm: TMainForm
417417
Font.Height = -13
418418
Font.Name = 'Liberation Mono'
419419
ParentFont = False
420+
ReadOnly = True
420421
ScrollBars = ssVertical
421422
TabOrder = 7
422423
WantReturns = False

naivegui/languages/naivegui.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ msgid "QUIC"
8686
msgstr ""
8787

8888
#: tmainform.quicbox.hint
89-
msgid "QUIC may be blocked in Russia"
89+
msgid "The protocol may be blocked in Russia"
9090
msgstr ""
9191

9292
#: tmainform.sportedit.text

naivegui/languages/naivegui.ru.mo

48 Bytes
Binary file not shown.

naivegui/languages/naivegui.ru.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ msgid "NaiveGUI"
2121
msgstr ""
2222

2323
#: tmainform.createbtn.caption
24-
#, fuzzy
2524
msgctxt "tmainform.createbtn.caption"
2625
msgid "Create Client and Server"
2726
msgstr "Создать Клиент и Сервер"
@@ -99,8 +98,8 @@ msgid "QUIC"
9998
msgstr ""
10099

101100
#: tmainform.quicbox.hint
102-
msgid "QUIC may be blocked in Russia"
103-
msgstr "QUIC может быть заблокирован в России"
101+
msgid "The protocol may be blocked in Russia"
102+
msgstr "Протокол может быть заблокирован в России"
104103

105104
#: tmainform.sportedit.text
106105
msgid "1080"
@@ -117,4 +116,3 @@ msgstr "Лицензия: GPLv3 Автор: alex_q_2000 (C) 2026 https://git
117116
#: tmainform.stopbtn.caption
118117
msgid "Stop"
119118
msgstr "Стоп"
120-
8 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ object MainForm: TMainForm
427427
AnchorSideTop.Side = asrCenter
428428
Left = 184
429429
Height = 32
430-
Hint = 'QUIC may be blocked in Russia'
430+
Hint = 'The protocol may be blocked in Russia'
431431
Top = 171
432432
Width = 66
433433
Caption = 'QUIC'
0 Bytes
Binary file not shown.

naivegui/naivegui

0 Bytes
Binary file not shown.

naivegui/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ object MainForm: TMainForm
427427
AnchorSideTop.Side = asrCenter
428428
Left = 184
429429
Height = 32
430-
Hint = 'QUIC may be blocked in Russia'
430+
Hint = 'The protocol may be blocked in Russia'
431431
Top = 171
432432
Width = 66
433433
Caption = 'QUIC'

naivegui/unit1.lrj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{"hash":152770761,"name":"tmainform.statictext1.caption","sourcebytes":[76,105,99,101,110,115,101,58,32,71,80,76,118,51,32,32,32,65,117,116,104,111,114,58,32,97,108,101,120,95,113,95,50,48,48,48,32,40,67,41,32,50,48,50,54,32,32,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,65,75,111,116,111,118,45,100,101,118,47,78,97,105,118,101,71,85,73],"value":"License: GPLv3 Author: alex_q_2000 (C) 2026 https://github.com/AKotov-dev/NaiveGUI"},
1818
{"hash":13717,"name":"tmainform.bypassbox.text","sourcebytes":[46,114,117],"value":".ru"},
1919
{"hash":77621411,"name":"tmainform.label11.caption","sourcebytes":[66,121,112,97,115,115],"value":"Bypass"},
20-
{"hash":70114209,"name":"tmainform.quicbox.hint","sourcebytes":[81,85,73,67,32,109,97,121,32,98,101,32,98,108,111,99,107,101,100,32,105,110,32,82,117,115,115,105,97],"value":"QUIC may be blocked in Russia"},
20+
{"hash":136951505,"name":"tmainform.quicbox.hint","sourcebytes":[84,104,101,32,112,114,111,116,111,99,111,108,32,109,97,121,32,98,101,32,98,108,111,99,107,101,100,32,105,110,32,82,117,115,115,105,97],"value":"The protocol may be blocked in Russia"},
2121
{"hash":354771,"name":"tmainform.quicbox.caption","sourcebytes":[81,85,73,67],"value":"QUIC"},
2222
{"hash":185899730,"name":"tmainform.label2.hint","sourcebytes":[84,104,101,32,34,99,97,100,100,121,45,102,111,114,119,97,114,100,112,114,111,120,121,45,110,97,105,118,101,34,32,112,97,99,107,97,103,101,10,109,117,115,116,32,98,101,32,105,110,115,116,97,108,108,101,100,32,111,110,32,116,104,101,32,115,101,114,118,101,114],"value":"The \"caddy-forwardproxy-naive\" package\nmust be installed on the server"},
2323
{"hash":189697518,"name":"tmainform.label2.caption","sourcebytes":[67,104,101,99,107,32,116,104,101,32,112,97,103,101,46,46,46],"value":"Check the page..."},

0 commit comments

Comments
 (0)