credui: Convert the German resources to UTF-8.
This commit is contained in:
parent
fc83cc5ffd
commit
f6bc37cabb
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG DISCARDABLE 0, 0, 213, 149
|
||||
|
@ -46,7 +48,7 @@ STRINGTABLE DISCARDABLE
|
|||
IDS_TITLEFORMAT "Mit %s verbinden"
|
||||
IDS_MESSAGEFORMAT "Verbindung mit %s wird hergestellt"
|
||||
IDS_INCORRECTPASSWORDTITLE "Anmeldung fehlgeschlagen"
|
||||
IDS_INCORRECTPASSWORD "Bitte überprüfen Sie Ihren Benutzernamen\nund geben Sie das Kennwort neu ein."
|
||||
IDS_INCORRECTPASSWORD "Bitte überprüfen Sie Ihren Benutzernamen\nund geben Sie das Kennwort neu ein."
|
||||
IDS_CAPSLOCKONTITLE "Die Feststelltaste ist aktiviert"
|
||||
IDS_CAPSLOCKON "Mit aktivierter Feststelltaste könnte das Kennwort falsch eingeben werden.\n\nVor der Eingabe des Kennworts sollten Sie die Feststelltaste deaktivieren."
|
||||
IDS_CAPSLOCKON "Mit aktivierter Feststelltaste könnte das Kennwort falsch eingeben werden.\n\nVor der Eingabe des Kennworts sollten Sie die Feststelltaste deaktivieren."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue