msrle32: Fix French translation.
This commit is contained in:
parent
45e9d0d2cb
commit
dc4463e142
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue