Module: wine Branch: refs/heads/master Commit: 7fca8f6c72ef57415c6d9f196ee20d8ff7a48c08 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7fca8f6c72ef57415c6d9f19...
Author: Fatih Aşıcı fasici@linux-sevenler.org Date: Mon Feb 6 13:04:40 2006 +0100
msi: Turkish translation.
---
dlls/msi/msi.rc | 1 + dlls/msi/msi_Tr.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 dlls/msi/msi_Tr.rc
diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index 61ed900..2bacb82 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -37,6 +37,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "msi_Nl.rc" #include "msi_No.rc" #include "msi_Pt.rc" +#include "msi_Tr.rc"
/* BINRES instadvert.bmp */ 0x1001 BITMAP instadvert.bmp diff --git a/dlls/msi/msi_Tr.rc b/dlls/msi/msi_Tr.rc new file mode 100644 index 0000000..2e12078 --- /dev/null +++ b/dlls/msi/msi_Tr.rc @@ -0,0 +1,33 @@ +/* + * Turkish resources for MSI + * + * 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 +{ + 5 "%s yolu bulunamad�" + 9 "%s nolu diski yerle�tirin" + 10 "bozuk parametreler" + 11 "%s ��esini i�eren dizini girin" + 12 "eksik �zellik i�in kurulum kayna��" + 13 "eksik �zellik i�in a� s�r�c�s�" + 14 "�zellik buradan:" + 15 "%s ��esini i�eren dizini se�in" +}