-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[+] "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
Showing
4 changed files
with
266 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.