Module: wine Branch: master Commit: 85cc101e906f5ffb4ee1b995b3c0f959a23a27cd URL: http://source.winehq.org/git/wine.git/?a=commit;h=85cc101e906f5ffb4ee1b995b3...
Author: Rok Mandeljc rok.mandeljc@email.si Date: Mon Apr 7 20:42:35 2008 +0200
msrle32: Updated Slovenian translation.
---
dlls/msrle32/msrle_Si.rc | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dlls/msrle32/msrle_Si.rc b/dlls/msrle32/msrle_Si.rc index fb76378..eeb2373 100644 --- a/dlls/msrle32/msrle_Si.rc +++ b/dlls/msrle32/msrle_Si.rc @@ -1,7 +1,7 @@ /* * Slovenian resource file for MS-RLE * - * Copyright 2003 Rok Mandeljc rok.mandeljc@gimb.org + * Copyright 2003, 2008 Rok Mandeljc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -18,11 +18,15 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#pragma code_page(65001) + LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE { IDS_NAME "WINE-MS-RLE" IDS_DESCRIPTION "Wine MS-RLE video kodek" - IDS_ABOUT "Wine MS-RLE video kodek\nCopyright 2002 by Michael G�nnewig" + IDS_ABOUT "Wine MS-RLE video kodek\nCopyright 2002 by Michael Günnewig" } + +#pragma code_page(default)