mshtml: Update German translation.
This commit is contained in:
parent
00f23b9c5b
commit
021a9fcedd
|
@ -2,6 +2,7 @@
|
|||
* German resources for mshtml
|
||||
*
|
||||
* Copyright 2005 Henning Gerhardt
|
||||
* Copyright 2010 André Hentschel
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -24,6 +25,12 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_STATUS_DONE "Fertig"
|
||||
IDS_STATUS_DOWNLOADINGFROM "Herunterladen von %s..."
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_HTMLDISABLED "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
|
||||
|
|
Loading…
Reference in New Issue