reactos/base/applications/sndrec32/lang/cs-CZ.rc
Joachim Henze 546a6f16a8 [0.4.13][SNDREC32] Fast-Forward to 0.4.15-dev-3294-ge98684e state (CORE-17815 and several PRs)
My main motivation was a fix for the bug
CORE-17815 'Fix incorrect opaque text rendering' (#2760)
which was unhidden by 0.4.12-dev-824-g d57f7becc3 .
That specific and most important fix
was picked from 0.4.15-dev-190-g d839e3d9b4
We left out the additional WIN32SS-hardening in this context in the backport to older
releases for now.

Then I looked further in sndrec32 and compared each file of that module on master
head with both: current 0.4.14RC and also current 0.4.7rls and found the rare
situation that I liked each and every change within since 2017.
Specifically this will also backport (#2754), and various translation PRs, whitespace-cleanup,
and (for older releases than 0.4.14RC) it will also bring some x64-improvements.

So I decided to take everything from current master head except the changes in CMakeLists.txt
because that subset is applicable and a win for all ros releases down to 0.4.7.
2022-01-17 22:32:16 +01:00

74 lines
2.1 KiB
Plaintext

/* FILE: applications/sndrec32/lang/cs-CZ.rc
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
* UPDATED: 2011-04-09
*/
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
IDC_REACTOS_SNDREC32 ACCELERATORS
BEGIN
"?", IDM_ABOUT, ASCII, ALT
"/", IDM_ABOUT, ASCII, ALT
END
IDR_MENU1 MENU
BEGIN
POPUP "Soubor"
BEGIN
MENUITEM "Nový", ID_FILE_NEW
MENUITEM "Otevřít...", ID_FILE_OPEN
MENUITEM "Uložit", ID_FILE_SAVE, GRAYED
MENUITEM "Uložit jako...", ID_FILE_SAVEAS, GRAYED
MENUITEM "Obnovit...", ID_FILE_RESTORE, GRAYED
MENUITEM "Vlastnosti", ID_FILE_PROPERTIES
MENUITEM SEPARATOR
MENUITEM "Konec", ID_FILE_EXIT
END
POPUP "&Upravit"
BEGIN
MENUITEM "&Kopírovat", ID_EDIT_COPY
MENUITEM "&Vložit", ID_EDIT_PASTE, GRAYED
MENUITEM "Vložit a &sloučit", ID_EDIT_PASTEMIX, GRAYED
MENUITEM SEPARATOR
MENUITEM "V&ložit soubor...", ID_EDIT_INSERTFILE
MENUITEM "Sl&oučit se souborem...", ID_EDIT_MIXFILE
MENUITEM SEPARATOR
MENUITEM "Odstranit &před současnou pozicí",ID_EDIT_DELETEBEFORE, GRAYED
MENUITEM "Odstranit &za současnou pozicí",ID_EDIT_DELETEAFTER, GRAYED
MENUITEM SEPARATOR
MENUITEM "Vlas&tnosti zvuku", ID_EDIT_AUDIOPROPS
END
POPUP "&Efekty"
BEGIN
MENUITEM "&Zvýšit hlasitost (o 25%)", ID_EFFECTS_INCVOL
MENUITEM "&Snížit hlasitost", ID_EFFECTS_DECVOL
MENUITEM SEPARATOR
MENUITEM "Z&rychlit(o 100%)", ID_EFFECTS_INCSPD
MENUITEM "Z&pomalit", ID_EFFECTS_DECSPD
MENUITEM SEPARATOR
MENUITEM "&Přidat ozvěnu", ID_EFFECTS_ECHO
MENUITEM "&Pozpátku", ID_EFFECTS_REVERSE
END
POPUP "&?"
BEGIN
MENUITEM "O programu", ID_ABOUT
END
END
STRINGTABLE
BEGIN
IDS_APP_TITLE "Záznam zvuku"
IDC_REACTOS_SNDREC32 "REACTOS_SNDREC32"
END
STRINGTABLE
BEGIN
IDS_STRPOS "Pozice: %.2f s"
IDS_STRDUR "Délka: %.2f s"
IDS_STRBUF "Vyrovnávací paměť: %.2f kb"
IDS_STRFMT "%.1f kHz %u bitů"
IDS_STRMONO "mono"
IDS_STRSTEREO "stereo"
IDS_STRCHAN "%s"
END