[loc] update German translation to latest

This commit is contained in:
Thilo Langbein 2015-10-19 22:48:49 +01:00 committed by Pete Batard
parent a7948dd41e
commit 5e85d4e47a
2 changed files with 11 additions and 6 deletions

View File

@ -4946,7 +4946,7 @@ t MSG_285 "L'exécutable téléchargé est signé par '%s'.\nCe nest pas une
################################################################################
l "de-DE" "German (Deutsch)" 0x0407, 0x0807, 0x0c07, 0x1007, 0x1407
v 1.0.18
v 1.0.19
b "en-US"
g IDD_DIALOG
@ -5383,6 +5383,11 @@ t MSG_278 "Startart"
t MSG_279 "Nicht startfähig"
t MSG_280 "Abbildauswahl"
t MSG_281 "(Bitte wählen Sie ein Abbild)"
t MSG_282 "Exclusive Sperre für das USB-Laufwerk"
t MSG_283 "Ungültige Signatur"
t MSG_284 "Die heruntergeladene ausführbare Datei verfügt über keine Signatur."
t MSG_285 "Die heruntergeladene ausführbare Datei ist von '%s' signiert.\nDiese Signatur ist nicht akzeptiert und könnte "
"auf eine böswillige Aktivität hindeuten...\nSind Sie sicher, dass Sie diese Datei ausführen wollen?"
################################################################################
l "el-GR" "Greek (Ελληνικά)" 0x0408

View File

@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 242, 376
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Rufus 2.5.784"
CAPTION "Rufus 2.5.785"
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
@ -319,8 +319,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,784,0
PRODUCTVERSION 2,5,784,0
FILEVERSION 2,5,785,0
PRODUCTVERSION 2,5,785,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -337,13 +337,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "2.5.784"
VALUE "FileVersion", "2.5.785"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "2.5.784"
VALUE "ProductVersion", "2.5.785"
END
END
BLOCK "VarFileInfo"