Michael Stefaniuc : comdlg32: Update the German translation.
Module: wine Branch: master Commit: 76344b78606e5abda901e7b45a9bf02e16439c3e URL: http://source.winehq.org/git/wine.git/?a=commit;h=76344b78606e5abda901e7b45a... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Thu Mar 20 23:13:52 2008 +0100 comdlg32: Update the German translation. --- dlls/comdlg32/cdlg_De.rc | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/dlls/comdlg32/cdlg_De.rc b/dlls/comdlg32/cdlg_De.rc index bdb35d6..ed4ba97 100644 --- a/dlls/comdlg32/cdlg_De.rc +++ b/dlls/comdlg32/cdlg_De.rc @@ -437,6 +437,14 @@ Bitte geben sie einen Wert zwischen %d und %d an." PD32_PRINTER_STATUS_POWER_SAVE "Stromsparmodus; " } +STRINGTABLE DISCARDABLE /* Font styles */ +{ + IDS_FONT_REGULAR "Normal" + IDS_FONT_BOLD "Fett" + IDS_FONT_ITALIC "Kursiv" + IDS_FONT_BOLD_ITALIC "Fett Kursiv" +} + STRINGTABLE DISCARDABLE /* Color names */ { IDS_COLOR_BLACK "Schwarz"
participants (1)
-
Alexandre Julliard