Skip to content

Commit

Permalink
Txt Edit v1.4:
Browse files Browse the repository at this point in the history
[+] "Fill Cells" menu command that is similar to Paste, but fill all selected cells with the clipboard data.
[+] Better column width calculation.
[+] "Font Height" and "Font Name" INI options let you change the main font.
[+] Czech language by Templayer.
[-] Sometimes hint was shown even for fully visible cells.
[-] Pressing right mouse button was resetting multi-cell selection.
  • Loading branch information
GrayFace committed Feb 1, 2020
1 parent 0e5c711 commit ef25c94
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 99 deletions.
68 changes: 68 additions & 0 deletions TxtEdit/Language/Czech.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
[Main Form]
GlobalCharset EASTEUROPE_CHARSET
EditsCharset EASTEUROPE_CHARSET
SelectAll2.Caption Vybrat v�e
Delete1.Caption Smazat
Paste2.Caption Vlo�it
Copy2.Caption Kop�rovat
Cut2.Caption Vyjmout
Redo2.Caption Znovu prov�st zm�nu
Undo2.Caption Vr�tit zm�nu
Help1.Caption N&�pov�da
Associatewithers1.Caption P�i�adit k *.ers soubor�m
Associatewithert1.Caption P�i�adit k *.ert soubor�m
Associate1.Caption P�idat do kontextov�ho menu pro *.txt soubory
Language1.Caption Jazyk
Options1.Caption &Nastaven�
SelectColumn1.Caption Vybrat sloupec
SelectRow1.Caption Vybrat ��dek
AddColumn1.Caption P�idat sloupec
DeleteColumn1.Caption Smazat sloupec
InsertColumn1.Caption Vlo�it sloupec
AddRow1.Caption P�idat ��dek
DeleteRow1.Caption Smazat ��dek
InsertRow1.Caption Vlo�it ��dek
WordWrap1.Caption Zalamov�n� ��dk�
Replace1.Caption Nahradit...
FindNext1.Caption Naj�t dal��
Find1.Caption Naj�t...
SelectAll1.Caption Vybrat &v�e
FillPaste1.Caption Vyplnit bu�ky
Paste1.Caption Vlo�it
Copy1.Caption &Kop�rovat
Cut1.Caption Vyjmout
Redo1.Caption Znovu prov�st zm�nu
Undo1.Caption Vr�tit zm�nu
Edit1.Caption &Upravit
Exit1.Caption Uk&on�it
Recent1.Caption Ned�vno otev�en� soubory
SaveAs1.Caption Ulo�it &jako...
Save1.Caption Ulo�it
Open1.Caption Otev��t
New1.Caption Nov� soubor
File1.Caption &Soubor
OpenDialog1.Filter Txt tabulky|*.txt|V�echny soubory|*.*
SaveDialog1.Filter Txt tabulky|*.txt|V�echny soubory|*.*
EditY.Hint Po�et zafixovan�ch sloupc�
EditX.Hint Po�et zafixovan�ch ��dk�
Caption Editor Txt Tabulek
STxtAssociationCaption Otev��t v programu TxtEdit jako textovou tabulku
SSearchOtherEnd Pokra�ovat v hled�n� od za��tku?
SSearchNotFound Hledan� �et�zec "%s" nebyl nalezen
SReopenQuestion Opravdu chcete znovu na��st "%s"?
SSaveQuestionUntitled Ulo�it zm�ny v nepojmenovan�m souboru?
SSaveQuestion Ulo�it zm�ny v "%s"?

[Help]
GlobalCharset EASTEUROPE_CHARSET
EditsCharset EASTEUROPE_CHARSET
Memo1.Lines.Strings Verze %VERSION%
Autor: Sergey Rozhenko
http://sites.google.com/site/sergroj/
[email protected]

Autor p�ekladu do �e�tiny: Templayer
http://www.Templayer.cz/
[email protected]
Button1.Caption Fajn
Caption N�pov�da
1 change: 1 addition & 0 deletions TxtEdit/Language/Russian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Redo1.Caption
Cut1.Caption &��������
Copy1.Caption &����������
Paste1.Caption ���&�����
FillPaste1.Caption ��������� ������
SelectAll1.Caption �&������� ���
Find1.Caption �����...
FindNext1.Caption ����� �����
Expand Down
4 changes: 4 additions & 0 deletions TxtEdit/Unit1.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ object Form1: TForm1
ShortCut = 16470
OnClick = Paste1Click
end
object FillPaste1: TMenuItem
Caption = 'Fill Cells'
OnClick = FillPaste1Click
end
object N1: TMenuItem
Caption = '-'
end
Expand Down
Loading

0 comments on commit ef25c94

Please sign in to comment.