Module: wine Branch: master Commit: dc4463e142ea9e041bdf9d02396c62ef4c3d17be URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc4463e142ea9e041bdf9d0239...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Wed Jul 8 15:32:48 2009 +0200
msrle32: Fix French translation.
---
dlls/msrle32/msrle_Fr.rc | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dlls/msrle32/msrle_Fr.rc b/dlls/msrle32/msrle_Fr.rc index 001d37e..f45892c 100644 --- a/dlls/msrle32/msrle_Fr.rc +++ b/dlls/msrle32/msrle_Fr.rc @@ -1,7 +1,7 @@ /* * French resource file for MS-RLE * - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,11 +20,14 @@
#include "msrle_private.h"
+/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE { IDS_NAME "WINE-MS-RLE" - IDS_DESCRIPTION "Wine: d�codeur/encodeur vid�o MS-RLE" - IDS_ABOUT "Wine: d�codeur/encodeur vid�o MS-RLE\nCopyright 2002 par Michael G�nnewig" + IDS_DESCRIPTION "Wine : codec vidéo MS-RLE" + IDS_ABOUT "Wine : codec vidéo MS-RLE\nCopyright 2002 par Michael Günnewig" }