Module: wine Branch: refs/heads/master Commit: 26e6b6fdb3c2b6fe121f9212f54c9fc3059417aa URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=26e6b6fdb3c2b6fe121f9212...
Author: Fatih Aşıcı fasici@linux-sevenler.org Date: Mon Feb 6 13:05:00 2006 +0100
msrle32: Turkish translation.
---
dlls/msrle32/msrle_Tr.rc | 28 ++++++++++++++++++++++++++++ dlls/msrle32/rsrc.rc | 1 + 2 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 dlls/msrle32/msrle_Tr.rc
diff --git a/dlls/msrle32/msrle_Tr.rc b/dlls/msrle32/msrle_Tr.rc new file mode 100644 index 0000000..f0ef725 --- /dev/null +++ b/dlls/msrle32/msrle_Tr.rc @@ -0,0 +1,28 @@ +/* + * Turkish resource file for MS-RLE + * + * Copyright 2006 Fatih A��c� + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_NAME "WINE-MS-RLE" + IDS_DESCRIPTION "Wine MS-RLE vidyo ��z�c�" + IDS_ABOUT "Wine MS-RLE vidyo ��z�c�\nTelif Hakk� 2002 Michael G�nnewig" +} diff --git a/dlls/msrle32/rsrc.rc b/dlls/msrle32/rsrc.rc index 561be5c..9079d6c 100644 --- a/dlls/msrle32/rsrc.rc +++ b/dlls/msrle32/rsrc.rc @@ -45,3 +45,4 @@ #include "msrle_Pt.rc" #include "msrle_Ru.rc" #include "msrle_Si.rc" +#include "msrle_Tr.rc"