Module: wine
Branch: refs/heads/master
Commit: acf13d15689be8b8132110b8dba60ae48f394ca4
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=acf13d15689be8b8132110b…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:06:41 2006 +0100
wineps: Turkish translation.
---
dlls/wineps/rsrc.rc | 1 +
dlls/wineps/wps_Tr.rc | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
create mode 100644 dlls/wineps/wps_Tr.rc
diff --git a/dlls/wineps/rsrc.rc b/dlls/wineps/rsrc.rc
index f6dec53..1b54c08 100644
--- a/dlls/wineps/rsrc.rc
+++ b/dlls/wineps/rsrc.rc
@@ -54,3 +54,4 @@
#include "wps_Ru.rc"
#include "wps_Si.rc"
#include "wps_Sk.rc"
+#include "wps_Tr.rc"
diff --git a/dlls/wineps/wps_Tr.rc b/dlls/wineps/wps_Tr.rc
new file mode 100644
index 0000000..7eafaea
--- /dev/null
+++ b/dlls/wineps/wps_Tr.rc
@@ -0,0 +1,39 @@
+/*
+ * 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
+
+PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
+STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
+CAPTION "Ka��t"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Ka��t &Boyutu:", -1, 10, 6, 100, 8
+ LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
+ WS_TABSTOP
+ GROUPBOX "Hizalama", -1, 10, 80, 200, 50
+ CONTROL "&D��ey", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
+ WS_TABSTOP, 20, 90, 60, 10
+ CONTROL "&Yatay", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+ 20, 110, 60, 10
+ LTEXT "�ift Y�nl�:", IDD_DUPLEX_NAME, 10, 140, 100, 8
+ COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
+ WS_TABSTOP
+}
Module: wine
Branch: refs/heads/master
Commit: a15930703b642b35b11358074bbcf0ef1ced866c
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a15930703b642b35b113580…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:06:19 2006 +0100
shlwapi: Turkish translation.
---
dlls/shlwapi/shlwapi.rc | 1 +
dlls/shlwapi/shlwapi_Tr.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 dlls/shlwapi/shlwapi_Tr.rc
diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc
index 6b22f88..8e219c2 100644
--- a/dlls/shlwapi/shlwapi.rc
+++ b/dlls/shlwapi/shlwapi.rc
@@ -35,3 +35,4 @@
#include "shlwapi_It.rc"
#include "shlwapi_Ja.rc"
#include "shlwapi_Pt.rc"
+#include "shlwapi_Tr.rc"
diff --git a/dlls/shlwapi/shlwapi_Tr.rc b/dlls/shlwapi/shlwapi_Tr.rc
new file mode 100644
index 0000000..3aeb90a
--- /dev/null
+++ b/dlls/shlwapi/shlwapi_Tr.rc
@@ -0,0 +1,35 @@
+/*
+ * Turkish resources for shlwapi
+ *
+ * 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
+
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Hata!"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
+ CHECKBOX "Bu iletiyi bir daha &g�sterme", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Tamam" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&�ptal" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Evet" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Hay�r" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+}
Module: wine
Branch: refs/heads/master
Commit: 4c78c2346bee738518dfb0a0f1063e16eec1ad38
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4c78c2346bee738518dfb0a…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:06:00 2006 +0100
shdocvw: Turkish translation.
---
dlls/shdocvw/Tr.rc | 36 ++++++++++++++++++++++++++++++++++++
dlls/shdocvw/shdocvw.rc | 1 +
2 files changed, 37 insertions(+), 0 deletions(-)
create mode 100644 dlls/shdocvw/Tr.rc
diff --git a/dlls/shdocvw/Tr.rc b/dlls/shdocvw/Tr.rc
new file mode 100644
index 0000000..687bc56
--- /dev/null
+++ b/dlls/shdocvw/Tr.rc
@@ -0,0 +1,36 @@
+/*
+ * 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
+
+100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Mozilla Active X denetimi indiriliyor"
+FONT 8, "MS Shell Dlg"
+{
+ CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
+ LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
+ PUSHBUTTON "�ptal", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
+}
+
+STRINGTABLE
+BEGIN
+ 1001 "Bu uygulama bir ActiveX taray�c� nesnesi iste�inde bulunuyor\n" \
+ "fakat Mozilla Active X denetimi �u an y�kl� de�il." \
+ "Bunu �u an indirmek ve kurmak ister misiniz?"
+END
diff --git a/dlls/shdocvw/shdocvw.rc b/dlls/shdocvw/shdocvw.rc
index 8d80a87..0ab4668 100644
--- a/dlls/shdocvw/shdocvw.rc
+++ b/dlls/shdocvw/shdocvw.rc
@@ -33,3 +33,4 @@
#include "Nl.rc"
#include "No.rc"
#include "Pt.rc"
+#include "Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 70aa7912bf5351b581a96a9dc9af53af6cce1639
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=70aa7912bf5351b581a96a9…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:05:54 2006 +0100
setupapi: Turkish translation.
---
dlls/setupapi/Tr.rc | 34 ++++++++++++++++++++++++++++++++++
dlls/setupapi/setupapi.rc | 1 +
2 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644 dlls/setupapi/Tr.rc
diff --git a/dlls/setupapi/Tr.rc b/dlls/setupapi/Tr.rc
new file mode 100644
index 0000000..66e320b
--- /dev/null
+++ b/dlls/setupapi/Tr.rc
@@ -0,0 +1,34 @@
+/*
+ * Turkish resources for SETUPAPI
+ *
+ * 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
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "Dosyalar Kopyalan�yor..."
+FONT 8, "MS Shell Dlg"
+BEGIN
+ PUSHBUTTON "�ptal", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+ LTEXT "Kaynak:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "Hedef:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
+ CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
diff --git a/dlls/setupapi/setupapi.rc b/dlls/setupapi/setupapi.rc
index 5cd529f..faeb43a 100644
--- a/dlls/setupapi/setupapi.rc
+++ b/dlls/setupapi/setupapi.rc
@@ -40,3 +40,4 @@
#include "Pt.rc"
#include "Ru.rc"
#include "Sv.rc"
+#include "Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: c6f5659c7c8149cd9e8ba2bd9eacf63670043eb8
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c6f5659c7c8149cd9e8ba2b…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:05:47 2006 +0100
serialui: Turkish translation.
---
dlls/serialui/Tr.rc | 43 ++++++++++++++++++++++++++++++++++++++++++
dlls/serialui/serialui_rc.rc | 1 +
2 files changed, 44 insertions(+), 0 deletions(-)
create mode 100644 dlls/serialui/Tr.rc
diff --git a/dlls/serialui/Tr.rc b/dlls/serialui/Tr.rc
new file mode 100644
index 0000000..790d6e4
--- /dev/null
+++ b/dlls/serialui/Tr.rc
@@ -0,0 +1,43 @@
+/*
+ * 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
+
+IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "�zellikler: "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Baud H�z�", 0,5,20,55,10
+ COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "E�lik", 0,5,40,55,10
+ COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Ak�� Denetimi", 0,5,60,55,10
+ COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Veri Bitleri", 0,5,80,55,10
+ COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ LTEXT "Durma Bitleri", 0,5,100,55,10
+ COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
+ DEFPUSHBUTTON "Tamam", IDOK,30,138,50,14
+ PUSHBUTTON "�ptal", IDCANCEL,85,138,50,14
+ /* these two buttons are for testing Get/SetDefaultCommConfig */
+ /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
+ /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */
+END
diff --git a/dlls/serialui/serialui_rc.rc b/dlls/serialui/serialui_rc.rc
index f4ae7e1..28beecc 100644
--- a/dlls/serialui/serialui_rc.rc
+++ b/dlls/serialui/serialui_rc.rc
@@ -35,3 +35,4 @@
#include "No.rc"
#include "Pt.rc"
#include "Ru.rc"
+#include "Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: 863c5b39f40af70de358c03a02ca44916456a434
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=863c5b39f40af70de358c03…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:05:36 2006 +0100
oledlg: Turkish translation.
---
dlls/oledlg/oledlg_Tr.rc | 57 ++++++++++++++++++++++++++++++++++++++++++++++
dlls/oledlg/rsrc.rc | 1 +
2 files changed, 58 insertions(+), 0 deletions(-)
create mode 100644 dlls/oledlg/oledlg_Tr.rc
diff --git a/dlls/oledlg/oledlg_Tr.rc b/dlls/oledlg/oledlg_Tr.rc
new file mode 100644
index 0000000..3f0d4b4
--- /dev/null
+++ b/dlls/oledlg/oledlg_Tr.rc
@@ -0,0 +1,57 @@
+/*
+ * 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
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Nesne Ekle"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Nesne T�r�:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "Tamam",IDOK,221,7,66,14
+ PUSHBUTTON "�ptal",IDCANCEL,221,24,66,14
+ GROUPBOX "Sonu�",IDC_RESULT,7,103,208,41
+ CONTROL "Yeni Olu�tur",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Denetim Olu�tur",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Dosyadan Olu�tur",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Denetim Ekle...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Simge Olarak G�ster",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "G�zat...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "Dosya:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "Belgenize yeni bir %s nesnesi ekle"
+ IDS_RESULTFILEOBJDESC "Dosya i�eri�ini belgenize nesne olarak ekleyin. B�ylece kendisini olu�turan program� kullanarak onu etkinle�tirebilirsiniz."
+ IDS_BROWSE "G�zat"
+ IDS_NOTOLEMOD "Dosya ge�erli bir OLE mod�l� olarak g�r�nm�yor. OLE denetimi kaydedilemiyor."
+ IDS_NOTOLEMODCAPTION "Denetim Ekle"
+}
diff --git a/dlls/oledlg/rsrc.rc b/dlls/oledlg/rsrc.rc
index c10a178..614a563 100644
--- a/dlls/oledlg/rsrc.rc
+++ b/dlls/oledlg/rsrc.rc
@@ -42,3 +42,4 @@
#include "oledlg_Nl.rc"
#include "oledlg_No.rc"
#include "oledlg_Pt.rc"
+#include "oledlg_Tr.rc"
Module: wine
Branch: refs/heads/master
Commit: b1a67bba3a06d796412f9a78fb3ebbb3653e723d
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b1a67bba3a06d796412f9a7…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:05:30 2006 +0100
oleaut32: Turkish translation.
---
dlls/oleaut32/oleaut32.rc | 1 +
dlls/oleaut32/oleaut32_Tr.rc | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 dlls/oleaut32/oleaut32_Tr.rc
diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index 972c34b..31dc309 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -41,6 +41,7 @@
#include "oleaut32_Ru.rc"
#include "oleaut32_Sv.rc"
#include "oleaut32_Th.rc"
+#include "oleaut32_Tr.rc"
/*
* FIXME:
diff --git a/dlls/oleaut32/oleaut32_Tr.rc b/dlls/oleaut32/oleaut32_Tr.rc
new file mode 100644
index 0000000..e60a51c
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_Tr.rc
@@ -0,0 +1,31 @@
+/*
+ * Turkish resources for oleaut32
+ *
+ * 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_TRUE "Do�ru"
+ IDS_FALSE "Yanl��"
+ IDS_YES "Evet"
+ IDS_NO "Hay�r"
+ IDS_ON "A��k"
+ IDS_OFF "Kapal�"
+}
Module: wine
Branch: refs/heads/master
Commit: 40dce48ae2b84c3d27350a9c6a52a2e115585581
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=40dce48ae2b84c3d27350a9…
Author: Fatih Aşıcı <fasici(a)linux-sevenler.org>
Date: Mon Feb 6 13:05:19 2006 +0100
msvideo: Turkish translation.
---
dlls/msvideo/msvfw32_Tr.rc | 53 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvideo/rsrc.rc | 1 +
2 files changed, 54 insertions(+), 0 deletions(-)
create mode 100644 dlls/msvideo/msvfw32_Tr.rc
diff --git a/dlls/msvideo/msvfw32_Tr.rc b/dlls/msvideo/msvfw32_Tr.rc
new file mode 100644
index 0000000..21a8b5a
--- /dev/null
+++ b/dlls/msvideo/msvfw32_Tr.rc
@@ -0,0 +1,53 @@
+/*
+ * 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
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Vidyo S�k��t�rma"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "Tamam",IDOK,129,2,49,14
+ PUSHBUTTON "�ptal",IDCANCEL,129,18,49,14
+
+ LTEXT "&S�k��t�r�c�:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "Ya&p�land�r...",882,129,36,49,14
+ PUSHBUTTON "&Hakk�nda...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "S�k��t�rma &Kalitesi:",886,9,34,80,8
+
+ CONTROL "&Key Frame Every",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "frames",889,103,62,26,10
+
+ CONTROL "&Veri Oran�",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "T�m �er�eveler (S�k��t�r�lmam��)"
+}
diff --git a/dlls/msvideo/rsrc.rc b/dlls/msvideo/rsrc.rc
index 2ff30ad..a1ae285 100644
--- a/dlls/msvideo/rsrc.rc
+++ b/dlls/msvideo/rsrc.rc
@@ -24,3 +24,4 @@
#include "msvfw32_En.rc"
#include "msvfw32_Ko.rc"
#include "msvfw32_No.rc"
+#include "msvfw32_Tr.rc"