Module: wine
Branch: refs/heads/master
Commit: 4c3e37c27e0fa6ef313ceee3f2adfcbc3e40dab3
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4c3e37c27e0fa6ef313ceee…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:05:12 2006 +0100
msvidc32: Turkish translation.
---
dlls/msvidc32/msvidc32_Tr.rc | 27 +++++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 dlls/msvidc32/msvidc32_Tr.rc
diff --git a/dlls/msvidc32/msvidc32_Tr.rc b/dlls/msvidc32/msvidc32_Tr.rc
new file mode 100644
index 0000000..f882977
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Tr.rc
@@ -0,0 +1,27 @@
+/*
+ * Turkish Resources
+ *
+ * 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-CRAM"
+ IDS_DESCRIPTION "Wine Vidyo 1 vidyo ��z�c�"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index e68d6ce..faf9221 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -23,3 +23,4 @@
#include "msvidc32_En.rc"
#include "msvidc32_Ko.rc"
#include "msvidc32_No.rc"
+#include "msvidc32_Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 26e6b6fdb3c2b6fe121f9212f54c9fc3059417aa
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=26e6b6fdb3c2b6fe121f921…
Author: Fatih Aşıcı <fasici(a)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"
Module: wine
Branch: refs/heads/master
Commit: 7fca8f6c72ef57415c6d9f196ee20d8ff7a48c08
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7fca8f6c72ef57415c6d9f1…
Author: Fatih Aşıcı <fasici(a)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"
+}
Module: wine
Branch: refs/heads/master
Commit: 6ff443fb1ff03032202799f9b8d348907c048c54
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6ff443fb1ff03032202799f…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:03:42 2006 +0100
iccvid: Turkish translation.
---
dlls/iccvid/iccvid_Tr.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 dlls/iccvid/iccvid_Tr.rc
diff --git a/dlls/iccvid/iccvid_Tr.rc b/dlls/iccvid/iccvid_Tr.rc
new file mode 100644
index 0000000..b959ca4
--- /dev/null
+++ b/dlls/iccvid/iccvid_Tr.rc
@@ -0,0 +1,25 @@
+/*
+ * 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 "Cinepak Vidyo ��z�c�"
+ IDS_DESCRIPTION "Cinepak Vidyo ��z�c�"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index b22e0cd..6dbd568 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -23,3 +23,4 @@
#include "iccvid_En.rc"
#include "iccvid_Ko.rc"
#include "iccvid_No.rc"
+#include "iccvid_Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 6788cc96c34e3f355735bb9b202fef66949fb198
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6788cc96c34e3f355735bb9…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:03:30 2006 +0100
hhctrl.ocx: Turkish translation.
---
dlls/hhctrl.ocx/Tr.rc | 58 +++++++++++++++++++++++++++++++++++++++++++++
dlls/hhctrl.ocx/hhctrl.rc | 1 +
2 files changed, 59 insertions(+), 0 deletions(-)
create mode 100644 dlls/hhctrl.ocx/Tr.rc
diff --git a/dlls/hhctrl.ocx/Tr.rc b/dlls/hhctrl.ocx/Tr.rc
new file mode 100644
index 0000000..a1f17d8
--- /dev/null
+++ b/dlls/hhctrl.ocx/Tr.rc
@@ -0,0 +1,58 @@
+/*
+ * HTML Help resources
+ * Turkish Language Support
+ *
+ * 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
+BEGIN
+ IDS_CONTENTS "&��erik"
+ IDS_INDEX "Di&zin"
+ IDS_SEARCH "&Ara"
+ IDS_FAVORITES "&S�k Kullan�lanlar"
+END
+
+STRINGTABLE
+BEGIN
+ IDTB_EXPAND "G�ster"
+ IDTB_CONTRACT "Gizle"
+ IDTB_STOP "Dur"
+ IDTB_REFRESH "Yenile"
+ IDTB_BACK "Geri"
+ IDTB_HOME "Ev"
+ IDTB_SYNC "E�itle"
+ IDTB_PRINT "Yazd�r"
+ IDTB_OPTIONS "Se�enekler"
+ IDTB_FORWARD "�leri"
+ IDTB_NOTES "IDTB_NOTES"
+ IDTB_BROWSE_FWD "IDTB_BROWSE_FWD"
+ IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
+ IDTB_CONTENTS "IDTB_CONTENTS"
+ IDTB_INDEX "IDTB_INDEX"
+ IDTB_SEARCH "IDTB_SEARCH"
+ IDTB_HISTORY "IDTB_HISTORY"
+ IDTB_FAVORITES "IDTB_FAVORITES"
+ IDTB_JUMP1 "Jump1"
+ IDTB_JUMP2 "Jump2"
+ IDTB_CUSTOMIZE "�zelle�tir"
+ IDTB_ZOOM "Yakla�t�r"
+ IDTB_TOC_NEXT "IDTB_TOC_NEXT"
+ IDTB_TOC_PREV "IDTB_TOC_PREV"
+END
diff --git a/dlls/hhctrl.ocx/hhctrl.rc b/dlls/hhctrl.ocx/hhctrl.rc
index 9aa0181..18c1d13 100644
--- a/dlls/hhctrl.ocx/hhctrl.rc
+++ b/dlls/hhctrl.ocx/hhctrl.rc
@@ -36,3 +36,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
+#include "Tr.rc"