Fatih Aşıcı : msi: Turkish translation.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 6 07:24:52 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 7fca8f6c72ef57415c6d9f196ee20d8ff7a48c08
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7fca8f6c72ef57415c6d9f196ee20d8ff7a48c08

Author: Fatih Aşıcı <fasici at 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"
+}




More information about the wine-cvs mailing list