Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix german lang #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HashCheckTranslations.rc
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ STRINGTABLE LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
// Deutsch
STRINGTABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
{
IDS_FILETYPE_DESC "Checksum Datei"
IDS_FILETYPE_DESC "Prüfsummen-Datei"

IDS_HC_PAUSE "&Pause"
IDS_HC_RESUME "&Weiter"
Expand Down Expand Up @@ -289,12 +289,12 @@ STRINGTABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDS_OPT_CM_ALWAYS "HashCheck im &Kontext-Menü"
IDS_OPT_CM_EXTENDED "HashCheck im er&weiterten Kontext-Menü"
IDS_OPT_CM_NEVER "HashCheck &nicht im Kontext-Menü"
IDS_OPT_ENCODING "Zeichencodierung"
IDS_OPT_ENCODING "Zeichenkodierung"
IDS_OPT_ENCODING_UTF8 "Speichere in U&TF-8"
IDS_OPT_ENCODING_UTF16 "Speichere in &UTF-16LE"
IDS_OPT_ENCODING_ANSI "Speichere in &ANSI"
IDS_OPT_CHK "Dialogfeld Prüfsummen"
IDS_OPT_CHK_ERROR "Please select at least one checksum"
IDS_OPT_CHK_ERROR "Bitte wähle mindestens eine Prüfsumme"
IDS_OPT_FONT "Dialogfeld Dateieigenschaften"
IDS_OPT_FONT_CHANGE "&Schriftart..."
}
Expand Down