forked from notepad-plus-plus/notepad-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close notepad-plus-plus#15971
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- | ||
- last change: Notepad++ 8.7.3 29/Nov/2024 by Ondřej Müller ([email protected]) | ||
- last change: Notepad++ 8.7.5 20/Dec/2024 by Ondřej Müller ([email protected]) | ||
- N++ Community QA: https://notepad-plus-plus.org/community/topic/87/czech-translations | ||
- contributors: Ondřej Müller ([email protected]), Tomáš Hrouda ([email protected]), Martin Darebný (darBis) | ||
- the most recent version of this file can be downloaded from the project master-branch here: https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/czech.xml | ||
--> | ||
<NotepadPlus> | ||
<Native-Langue name="Čeština" filename="czech.xml" version="8.7.3"> | ||
<Native-Langue name="Čeština" filename="czech.xml" version="8.7.5"> | ||
<Menu> | ||
<Main> | ||
<!-- Main Menu Entries --> | ||
|
@@ -1215,7 +1215,8 @@ | |
<Item id="6907" name="Při vyvolání dialogového okna "Najít""/> | ||
<Item id="6908" name="Předvyplnit vyhledávací pole označeným textem"/> | ||
<Item id="6909" name="Když není nic označeno, předvyplnit slovem na pozici kurzoru"/> | ||
<Item id="6910" name="Minimální délka pro automatické zaškrtávaní "Ve vybraném""/> | ||
<Item id="6910" name="Minimální délka pro automatické zaškrtávaní "Ve vybraném":"/> | ||
<Item id="6913" name="Předvyplnit pole "Adresář:" v dialogu "Najít v souborech" podle aktivního dokumentu"/> | ||
</Searching> | ||
<RecentFilesHistory title="Historie posl. souborů"> | ||
<Item id="6304" name="Historie posledních souborů"/> | ||
|
@@ -1692,6 +1693,7 @@ Hledat ve všech souborech, ale vynechat složky tests, bin && bin64: | |
Hledat ve všech souborech, ale rekurzivně vynechat všechny složky log nebo logs: | ||
*.* !\\log*+"/><!-- HowToReproduce: Tip of mouse hovered on "Filters" label in "Find in Files" section of Find dialog. --> | ||
<find-in-files-select-folder value="Vyberte složku, kde chcete vyhledávat"/><!-- HowToReproduce: Search > Find in Files > [...] --> | ||
<find-in-files-dir-from-active-doc-tip value="Vyplní pole "Adresář:" podle aktivního dokumentu."/><!-- HowToReproduce: Search > Find in Files > [<<] --> | ||
<find-status-top-reached value="Vyhledávání: Dosažen začátek dokumentu, nalezen první výskyt zdola."/> | ||
<find-status-end-reached value="Vyhledávání: Dosažen konec dokumentu, nalezen první výskyt shora."/> | ||
<find-status-replaceinfiles-1-replaced value="Nahrazování v souborech: 1 výskyt nahrazen"/> | ||
|