+ add: MUI Turkish language project for Notepad3 and Minitpath

This commit is contained in:
Pairi Daiza 2019-07-07 10:27:37 +02:00
parent 6e2b16bcb4
commit 0acf4a2f10
21 changed files with 1242 additions and 9 deletions

View File

@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Current Version 5.19.705.build (5 July 2019)
Current Version 5.19.707.build (7 July 2019)
==================================================
--------------------------------------------------
@ -66,6 +66,7 @@ ENHANCEMENT:
--------------------------------------------------
FIXES:
--------------------------------------------------
- Notepad3.ini file, remove some keys with default values (styles)
- Extended encoding detection debug information
- Encoding detection failure fallback: current code-page or default encoding on new (if fallback forced)
- Multi-Selection while Mark-Occurrences of current word is active
@ -78,7 +79,8 @@ REMOVED:
--------------------------------------------------
TRANSLATIONS (MUI):
--------------------------------------------------
- Polish (pl-PL) Translation (In progress)
- Polish (pl-PL) Translation
- Turkish (tr-TR) Translation (In progress)
==================================================

View File

@ -11,6 +11,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notepad3", "src\Notepad3.vc
{0FA07345-601B-474E-99C0-7E61E70DA72E} = {0FA07345-601B-474E-99C0-7E61E70DA72E}
{C8E80B4C-C0FD-4119-A05A-AB372A61007F} = {C8E80B4C-C0FD-4119-A05A-AB372A61007F}
{76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} = {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF}
{15428F5A-16F1-4DA5-9F12-0411183E3DC0} = {15428F5A-16F1-4DA5-9F12-0411183E3DC0}
{9B31015C-CB08-4B4B-A957-313A93F862F5} = {9B31015C-CB08-4B4B-A957-313A93F862F5}
{EC255B64-2C2F-4CB6-9D40-4542893FE5E6} = {EC255B64-2C2F-4CB6-9D40-4542893FE5E6}
{4484EA6C-AA9D-4DE4-BAA1-535FFFEFE49E} = {4484EA6C-AA9D-4DE4-BAA1-535FFFEFE49E}
@ -29,6 +30,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipath\minipa
{4D474510-CD21-4EF7-974D-706775B1A83C} = {4D474510-CD21-4EF7-974D-706775B1A83C}
{5F11951A-9DB3-454B-A90C-693387D4C85A} = {5F11951A-9DB3-454B-A90C-693387D4C85A}
{954B9D26-1735-4674-8279-FF2C44E4258B} = {954B9D26-1735-4674-8279-FF2C44E4258B}
{6503214A-CE25-45B5-84BB-61EEFB35D1A9} = {6503214A-CE25-45B5-84BB-61EEFB35D1A9}
{DA372A4B-7AE0-4C50-97B7-49D5FF953325} = {DA372A4B-7AE0-4C50-97B7-49D5FF953325}
{18CD506D-5596-4B58-B868-57FAAC657C6B} = {18CD506D-5596-4B58-B868-57FAAC657C6B}
{73B1A06D-F536-4F39-80AA-798A1E8023DE} = {73B1A06D-F536-4F39-80AA-798A1E8023DE}
@ -115,7 +117,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_es_es", "minipath\langua
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_zh_cn", "language\np3_zh_cn\np3_zh_cn.vcxproj", "{7E16647B-CA40-43E8-8ABB-E4C430C186CA}"
ProjectSection(ProjectDependencies) = postProject
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_zh_cn", "minipath\language\mp_zh_cn\mp_zh_cn.vcxproj", "{73B1A06D-F536-4F39-80AA-798A1E8023DE}"
@ -229,6 +231,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_pl_pl", "minipath\langua
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_tr_tr", "language\np3_tr_tr\np3_tr_tr.vcxproj", "{15428F5A-16F1-4DA5-9F12-0411183E3DC0}"
ProjectSection(ProjectDependencies) = postProject
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_tr_tr", "minipath\language\mp_tr_tr\mp_tr_tr.vcxproj", "{6503214A-CE25-45B5-84BB-61EEFB35D1A9}"
ProjectSection(ProjectDependencies) = postProject
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -546,6 +556,14 @@ Global
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|Win32.Build.0 = Release|Win32
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|x64.ActiveCfg = Release|x64
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|x64.Build.0 = Release|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|Win32.ActiveCfg = Debug|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|Win32.Build.0 = Debug|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|x64.ActiveCfg = Debug|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|x64.Build.0 = Debug|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|Win32.ActiveCfg = Release|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|Win32.Build.0 = Release|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|x64.ActiveCfg = Release|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -592,6 +610,7 @@ Global
{E99EA1C1-B4DE-454B-9500-C98F817C0D6A} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2}
{7924E6DE-69F4-40C2-951A-44AD3A54152D} = {8FD783D5-8709-432D-A88E-6E3073AFF220}
{15428F5A-16F1-4DA5-9F12-0411183E3DC0} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2}
{6503214A-CE25-45B5-84BB-61EEFB35D1A9} = {8FD783D5-8709-432D-A88E-6E3073AFF220}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0B8FE68-ECBC-4173-9027-E1EC2C9B5BDF}

View File

@ -11,6 +11,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notepad3", "src\Notepad3DLL
{0FA07345-601B-474E-99C0-7E61E70DA72E} = {0FA07345-601B-474E-99C0-7E61E70DA72E}
{C8E80B4C-C0FD-4119-A05A-AB372A61007F} = {C8E80B4C-C0FD-4119-A05A-AB372A61007F}
{76A53B4D-3011-4AAB-8DE9-C0D080FA95CF} = {76A53B4D-3011-4AAB-8DE9-C0D080FA95CF}
{15428F5A-16F1-4DA5-9F12-0411183E3DC0} = {15428F5A-16F1-4DA5-9F12-0411183E3DC0}
{9B31015C-CB08-4B4B-A957-313A93F862F5} = {9B31015C-CB08-4B4B-A957-313A93F862F5}
{EC255B64-2C2F-4CB6-9D40-4542893FE5E6} = {EC255B64-2C2F-4CB6-9D40-4542893FE5E6}
{4484EA6C-AA9D-4DE4-BAA1-535FFFEFE49E} = {4484EA6C-AA9D-4DE4-BAA1-535FFFEFE49E}
@ -29,6 +30,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipath\minipa
{4D474510-CD21-4EF7-974D-706775B1A83C} = {4D474510-CD21-4EF7-974D-706775B1A83C}
{5F11951A-9DB3-454B-A90C-693387D4C85A} = {5F11951A-9DB3-454B-A90C-693387D4C85A}
{954B9D26-1735-4674-8279-FF2C44E4258B} = {954B9D26-1735-4674-8279-FF2C44E4258B}
{6503214A-CE25-45B5-84BB-61EEFB35D1A9} = {6503214A-CE25-45B5-84BB-61EEFB35D1A9}
{DA372A4B-7AE0-4C50-97B7-49D5FF953325} = {DA372A4B-7AE0-4C50-97B7-49D5FF953325}
{18CD506D-5596-4B58-B868-57FAAC657C6B} = {18CD506D-5596-4B58-B868-57FAAC657C6B}
{73B1A06D-F536-4F39-80AA-798A1E8023DE} = {73B1A06D-F536-4F39-80AA-798A1E8023DE}
@ -115,7 +117,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_es_es", "minipath\langua
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_zh_cn", "language\np3_zh_cn\np3_zh_cn.vcxproj", "{7E16647B-CA40-43E8-8ABB-E4C430C186CA}"
ProjectSection(ProjectDependencies) = postProject
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_zh_cn", "minipath\language\mp_zh_cn\mp_zh_cn.vcxproj", "{73B1A06D-F536-4F39-80AA-798A1E8023DE}"
@ -228,6 +230,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_pl_pl", "minipath\langua
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "np3_tr_tr", "language\np3_tr_tr\np3_tr_tr.vcxproj", "{15428F5A-16F1-4DA5-9F12-0411183E3DC0}"
ProjectSection(ProjectDependencies) = postProject
{9DC82B0D-2484-4925-92AD-1237C64CCB78} = {9DC82B0D-2484-4925-92AD-1237C64CCB78}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_tr_tr", "minipath\language\mp_tr_tr\mp_tr_tr.vcxproj", "{6503214A-CE25-45B5-84BB-61EEFB35D1A9}"
ProjectSection(ProjectDependencies) = postProject
{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -536,6 +548,22 @@ Global
{7924E6DE-69F4-40C2-951A-44AD3A54152D}.Release|Win32.Build.0 = Release|Win32
{7924E6DE-69F4-40C2-951A-44AD3A54152D}.Release|x64.ActiveCfg = Release|x64
{7924E6DE-69F4-40C2-951A-44AD3A54152D}.Release|x64.Build.0 = Release|x64
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Debug|Win32.ActiveCfg = Debug|Win32
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Debug|Win32.Build.0 = Debug|Win32
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Debug|x64.ActiveCfg = Debug|x64
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Debug|x64.Build.0 = Debug|x64
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|Win32.ActiveCfg = Release|Win32
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|Win32.Build.0 = Release|Win32
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|x64.ActiveCfg = Release|x64
{15428F5A-16F1-4DA5-9F12-0411183E3DC0}.Release|x64.Build.0 = Release|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|Win32.ActiveCfg = Debug|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|Win32.Build.0 = Debug|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|x64.ActiveCfg = Debug|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Debug|x64.Build.0 = Debug|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|Win32.ActiveCfg = Release|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|Win32.Build.0 = Release|Win32
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|x64.ActiveCfg = Release|x64
{6503214A-CE25-45B5-84BB-61EEFB35D1A9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -581,6 +609,8 @@ Global
{8C28F8E6-5B4E-4233-B5C7-5A903596AEB2} = {C3735E17-6EAE-4CC5-980E-30BCEF094862}
{E99EA1C1-B4DE-454B-9500-C98F817C0D6A} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2}
{7924E6DE-69F4-40C2-951A-44AD3A54152D} = {8FD783D5-8709-432D-A88E-6E3073AFF220}
{15428F5A-16F1-4DA5-9F12-0411183E3DC0} = {8C28F8E6-5B4E-4233-B5C7-5A903596AEB2}
{6503214A-CE25-45B5-84BB-61EEFB35D1A9} = {8FD783D5-8709-432D-A88E-6E3073AFF220}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0B8FE68-ECBC-4173-9027-E1EC2C9B5BDF}

View File

@ -18,7 +18,7 @@ static LNG_MENU_T s_LanguageMenu[] =
{ MAKELANGID(LANG_POLISH, SUBLANG_POLISH_POLAND), L"Polski (Polska)\t\t\t[%s]" },
{ MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN), L"Português (Brasil)\t\t\t[%s]" },
{ MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), L"Русский (Pоссия)\t\t\t[%s]" },
{ MAKELANGID(LANG_TURKISH, SUBLANG_TURKISH_TURKEY), L"Turkish (Turkey)\t\t\t[%s]" },
{ MAKELANGID(LANG_TURKISH, SUBLANG_TURKISH_TURKEY), L"Türk (Türkiye)\t\t\t[%s]" },
{ MAKELANGID(LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED), L"中文(中国)\t\t\t[%s]" }
};

View File

@ -218,7 +218,7 @@ END
STRINGTABLE
BEGIN
IDS_MUI_TRANSL_AUTHOR "(tr-TR) Turkish (Turkey) translation by okans"
IDS_MUI_TRANSL_AUTHOR "(tr-TR) okans tarafından Türkçe çeviri"
IDS_MUI_TITLE_FIXBASE " BASE (%s)"
IDS_MUI_TITLE_RELCUR " +++ %s: %s Style +++"
IDS_MUI_TITLE_FIXCUR " %s: %s Style"

View File

@ -0,0 +1,432 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-1254
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Turkish (Turkey) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_TRK)
LANGUAGE LANG_TURKISH, SUBLANG_TURKISH_TURKEY
#pragma code_page(1254)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_ABOUT DIALOGEX 0, 0, 227, 110
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "MiniPath"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,170,90,50,14
ICON IDR_MAINWND48,IDC_STATIC,7,7,48,48,SS_REALSIZEIMAGE,WS_EX_TRANSPARENT
LTEXT "",IDC_VERSION,45,7,175,12
LTEXT "",IDC_COPYRIGHT,45,23,175,8
LTEXT "",IDC_WEBPAGE2,45,26,175,8,NOT WS_VISIBLE | WS_DISABLED
CONTROL "",IDC_WEBPAGE,"SysLink",WS_TABSTOP,45,33,175,10
LTEXT "",IDC_AUTHORNAME,45,51,116,8
LTEXT "",IDC_EMAIL2,45,75,116,8,NOT WS_VISIBLE | WS_DISABLED
CONTROL "",IDC_EMAIL,"SysLink",WS_TABSTOP,45,61,116,10
LTEXT "", IDC_TRANSL_AUTH, 45, 78, 200, 8
END
IDD_RUN DIALOGEX 0, 0, 224, 85
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_RUN,IDC_STATIC,7,7,20,20
LTEXT "Enter the name of an executable program file,\na folder or a document to open.",IDC_STATIC,35,7,188,17
EDITTEXT IDC_COMMANDLINE,35,35,165,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_SEARCHEXE,204,35,13,13
DEFPUSHBUTTON "OK",IDOK,112,64,50,14
PUSHBUTTON "Cancel",IDCANCEL,167,64,50,14
END
IDD_OPENWITH DIALOGEX 0, 0, 165, 129
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Open with..."
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "",IDC_OPENWITHDIR,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,151,69
PUSHBUTTON "",IDC_GETOPENWITHDIR,7,83,13,13
LTEXT "Click here to specify the directory with links to your favourite applications.",IDC_OPENWITHDESCR,26,83,132,18
DEFPUSHBUTTON "OK",IDOK,52,108,50,14
PUSHBUTTON "Cancel",IDCANCEL,108,108,50,14
SCROLLBAR IDC_RESIZEGRIP3,7,112,10,10
END
IDD_GOTO DIALOGEX 0, 0, 224, 87
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Goto"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_GOTO,IDC_STATIC,7,7,20,20
LTEXT "Enter the name of a file or directory to open,\nor select a recently visited directory from the list.",IDC_STATIC,35,7,182,17
COMBOBOX IDC_GOTO,35,35,182,126,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,112,66,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,167,66,50,14
SCROLLBAR IDC_RESIZEGRIP,7,70,10,10
END
IDD_FILTER DIALOGEX 0, 0, 184, 79
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "File Filter"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Specify a new file &filter. Separate multiple filters by ;",IDC_STATIC,7,7,170,8
EDITTEXT IDC_FILTER,7,22,153,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSEFILTER,164,22,13,13
CONTROL "&Exclude files matching the filter.",IDC_NEGFILTER,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,118,10
DEFPUSHBUTTON "OK",IDOK,72,58,50,14
PUSHBUTTON "Cancel",IDCANCEL,127,58,50,14
END
IDD_RENAME DIALOGEX 0, 0, 172, 74
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Rename"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Current:",IDC_STATIC,7,9,28,8
EDITTEXT IDC_OLDNAME,39,7,126,13,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
LTEXT "&New:",IDC_STATIC,7,26,18,8
EDITTEXT IDC_NEWNAME,39,25,126,13,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,59,53,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,115,53,50,14
END
IDD_NEWDIR DIALOGEX 0, 0, 172, 66
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "New Directory"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Enter the name for the new directory:",IDC_STATIC,7,7,158,8
EDITTEXT IDC_NEWDIR,7,22,158,13,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,59,45,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,115,45,50,14
END
IDD_COPYMOVE DIALOGEX 0, 0, 230, 95
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Copy/Move"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Source:",IDC_STATIC,7,7,26,8
EDITTEXT IDC_SOURCE,7,18,216,13,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
LTEXT "&Destination:",IDC_STATIC,7,37,40,8
COMBOBOX IDC_DESTINATION,7,48,199,105,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "",IDC_BROWSEDESTINATION,210,48,13,13
LTEXT "Action:",IDC_STATIC,7,66,24,8
CONTROL "&Copy",IDC_FUNCCOPY,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,35,66,40,10
CONTROL "&Move",IDC_FUNCMOVE,"Button",BS_AUTORADIOBUTTON,35,78,40,10
DEFPUSHBUTTON "OK",IDOK,117,74,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,173,74,50,14
SCROLLBAR IDC_RESIZEGRIP2,7,78,10,10
END
IDPP_GENERAL DIALOGEX 0, 0, 225, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "General"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_OPTIONS,IDC_STATIC,10,10,20,20
LTEXT "Specify general program settings for MiniPath.",IDC_STATIC,40,15,153,8
CONTROL "&Allow only single mouse-click to open objects.",IDC_SINGLECLICK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,46,161,10
CONTROL "&Enable track selection.",IDC_TRACKSELECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,58,88,10
CONTROL "Enable &full row selection.",IDC_FULLROWSELECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,70,95,10
CONTROL "Always a&ctivate target window when a file is opened.",IDC_FOCUSEDIT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,82,187,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,100,205,1
CONTROL "&Keep MiniPath window always on top.",IDC_ALWAYSONTOP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,140,10
CONTROL "&Minimise to system tray (click to reactivate).",IDC_MINIMIZETOTRAY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,121,157,10
CONTROL "&Try to reuse existing window when MiniPath is started.",IDC_REUSEWINDOW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,133,195,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,151,205,1
CONTROL "&Save settings on exit.",IDC_SAVESETTINGS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,160,86,10
END
IDPP_ADVANCED DIALOGEX 0, 0, 225, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_OPTIONS2,IDC_STATIC,10,10,20,20
LTEXT "Specify advanced program settings for MiniPath.",IDC_STATIC,40,15,160,8
CONTROL "&Use startup directory:",IDC_STARTUPDIR,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,46,87,10
CONTROL "Most &recently used.",IDC_GOTOMRU,"Button",BS_AUTORADIOBUTTON,100,46,79,10
CONTROL """&Favourites"" folder.",IDC_GOTOFAV,"Button",BS_AUTORADIOBUTTON,100,58,75,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,76,205,1
CONTROL "&Clear read-only attribute of saved files.",IDC_CLEARREADONLY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,85,143,10
CONTROL "Rename copied files on &name collisions.",IDC_RENAMEONCOLLISION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,97,141,10
CONTROL "&Move deleted files to the recycle bin.",IDC_USERECYCLEBIN,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,109,134,10
CONTROL "&Don't confirm file delete (not recommended).",IDC_NOCONFIRMDELETE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,121,159,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,139,205,1
CONTROL "Enable ""&Esc"" key to...",IDC_ESCFUNCTION,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,10,148,85,10
CONTROL "Minimise &window.",IDC_ESCMIN,"Button",BS_AUTORADIOBUTTON,100,148,71,10
CONTROL "E&xit MiniPath.",IDC_ESCEXIT,"Button",BS_AUTORADIOBUTTON,100,160,63,10
END
IDPP_ITEMS DIALOGEX 0, 0, 225, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Items"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_ITEMS,IDC_STATIC,10,10,21,20
LTEXT "Appearance of items in directory list.",IDC_STATIC,40,15,118,8
GROUPBOX "Colours",IDC_STATIC,10,41,205,134
LTEXT "Use this text colour when NO FILTER is set:",IDC_STATIC,20,54,136,8
CONTROL "Default &windows colour.",IDC_COLOR_DEF1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,20,68,89,10
CONTROL "Custom &colour:",IDC_COLOR_CUST1,"Button",BS_AUTORADIOBUTTON,20,82,60,10
EDITTEXT IDC_COLOR_SAMP1,85,80,30,14,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "Pick Colour...",IDC_COLOR_PICK1,119,80,50,14
LTEXT "Use this text colour when a FILTER IS ACTIVE:",IDC_STATIC,20,105,146,8
CONTROL "D&efault windows colour.",IDC_COLOR_DEF2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,20,119,89,10
CONTROL "C&ustom colour:",IDC_COLOR_CUST2,"Button",BS_AUTORADIOBUTTON,20,133,60,10
EDITTEXT IDC_COLOR_SAMP2,86,130,30,14,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "Pick Colour...",IDC_COLOR_PICK2,120,130,50,14
END
IDPP_PROG DIALOGEX 0, 0, 226, 185
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Locations"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_PROGS,IDC_STATIC,10,10,20,20
LTEXT "Specify external programs and paths.",IDC_STATIC,40,15,122,8
LTEXT "&Default ""Quick View"" program (Ctrl+Q):",IDC_STATIC,10,41,126,8
EDITTEXT IDC_QUICKVIEW,10,52,191,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSE_Q,203,52,13,13,BS_BITMAP
LTEXT "&Favourites Folder (F11):",IDC_STATIC,10,76,76,8
EDITTEXT IDC_FAVORITES,10,87,191,13,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSE_F,203,87,13,13,BS_BITMAP
END
IDD_FINDTARGET DIALOGEX 0, 0, 271, 180
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Target Application"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "Don't use any specific target application, simply launch the selected file.",IDC_LAUNCH,
"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,245,10
CONTROL "Use the following target application:",IDC_TARGET,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,21,131,10
LTEXT "Specify the action if the target application is already running:",IDC_STATIC,7,64,196,8
EDITTEXT IDC_TARGETPATH,20,35,225,14,ES_AUTOHSCROLL
PUSHBUTTON "",IDC_BROWSE,249,35,15,14,BS_BITMAP
LTEXT "Message:",IDC_STATIC,20,120,32,8
CONTROL "None, run target application each time a file is opened.",IDC_ALWAYSRUN,
"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,78,191,10
CONTROL "Send a file open message to target application window:",IDC_SENDDROPMSG,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,92,193,10
CONTROL "Execute the following DDE command:",IDC_USEDDE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,106,135,10
LTEXT "Application:",IDC_STATIC,128,120,38,8
PUSHBUTTON "Find Window...",IDC_FINDWIN,204,91,60,14
LTEXT "Topic:",IDC_STATIC,198,120,20,8
EDITTEXT IDC_DDEMSG,20,130,104,14,ES_AUTOHSCROLL
EDITTEXT IDC_DDEAPP,128,130,66,14,ES_AUTOHSCROLL
EDITTEXT IDC_DDETOPIC,198,130,66,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,160,159,50,14
PUSHBUTTON "Cancel",IDCANCEL,214,159,50,14
END
IDD_FINDWIN DIALOGEX 0, 0, 210, 85
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Find Window"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDI_CROSS1,IDC_CROSSCURSOR,7,7,21,20,SS_CENTERIMAGE
LTEXT "Drag the crosshair over the window you would like to select as the new target, or press Esc to cancel.",IDC_STATIC,35,7,168,22
EDITTEXT IDC_WINTITLE,35,35,168,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_TABSTOP
LTEXT "Window Class",IDC_WINCLASS,7,60,45,8,NOT WS_VISIBLE
LTEXT "Window Module",IDC_WINMODULE,7,70,51,8,NOT WS_VISIBLE
DEFPUSHBUTTON "OK",IDOK,99,64,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,153,64,50,14
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
VERTGUIDE, 45
TOPMARGIN, 7
BOTTOMMARGIN, 103
END
IDD_RUN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 217
TOPMARGIN, 7
BOTTOMMARGIN, 78
END
IDD_OPENWITH, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 158
TOPMARGIN, 7
BOTTOMMARGIN, 122
END
IDD_GOTO, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 217
TOPMARGIN, 7
BOTTOMMARGIN, 80
END
IDD_FILTER, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 177
TOPMARGIN, 7
BOTTOMMARGIN, 71
END
IDD_RENAME, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 165
TOPMARGIN, 7
BOTTOMMARGIN, 67
END
IDD_NEWDIR, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 165
TOPMARGIN, 7
BOTTOMMARGIN, 59
END
IDD_COPYMOVE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 223
TOPMARGIN, 7
BOTTOMMARGIN, 88
END
IDPP_GENERAL, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDPP_ADVANCED, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDPP_ITEMS, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDPP_PROG, DIALOG
BEGIN
LEFTMARGIN, 10
RIGHTMARGIN, 215
TOPMARGIN, 10
BOTTOMMARGIN, 175
END
IDD_FINDTARGET, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 264
TOPMARGIN, 7
BOTTOMMARGIN, 171
END
IDD_FINDWIN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 203
TOPMARGIN, 7
BOTTOMMARGIN, 78
END
END
#endif // APSTUDIO_INVOKED
#endif // Turkish (Turkey) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,22 @@
// dllmain.cpp : Definiert den Einstiegspunkt für die DLL-Anwendung.
#include "stdafx.h"
BOOL APIENTRY DllMain(HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
UNREFERENCED_PARAMETER(hModule);
UNREFERENCED_PARAMETER(lpReserved);
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}

View File

@ -0,0 +1,142 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-1254
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Turkish (Turkey) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_TRK)
LANGUAGE LANG_TURKISH, SUBLANG_TURKISH_TURKEY
#pragma code_page(1254)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_MAINWND MENU
BEGIN
POPUP "+"
BEGIN
MENUITEM "&Open", IDM_FILE_OPEN
MENUITEM "Open &w/ Alternate App...", IDM_FILE_OPENWITH
MENUITEM "&Quickview", IDM_FILE_QUICKVIEW
MENUITEM SEPARATOR
MENUITEM "&Copy Name", IDM_POP_COPYNAME
MENUITEM "Create Lin&k...", IDM_FILE_CREATELINK
MENUITEM "&Save As...", IDM_FILE_SAVEAS
MENUITEM "Copy/&Move...", IDM_FILE_COPYMOVE
MENUITEM "D&elete...", IDM_FILE_DELETE
MENUITEM "Re&name...", IDM_FILE_RENAME
MENUITEM SEPARATOR
MENUITEM "&Launch", IDM_FILE_LAUNCH
MENUITEM "&Run w/ Arguments...", IDM_FILE_RUN
MENUITEM SEPARATOR
MENUITEM "&Properties", IDM_FILE_PROPERTIES
END
POPUP "+"
BEGIN
MENUITEM "&New File...", IDM_FILE_NEW
MENUITEM "Ne&w Directory...", IDM_FILE_NEWDIR
MENUITEM SEPARATOR
MENUITEM "&File Filter...", IDM_VIEW_FILTER
MENUITEM "&Reset Filter", IDM_VIEW_FILTERALL
POPUP "&Show"
BEGIN
MENUITEM "&Directories", IDM_VIEW_FOLDERS
MENUITEM "&Files", IDM_VIEW_FILES
MENUITEM "&System Objects", IDM_VIEW_HIDDEN
END
POPUP "S&ort"
BEGIN
MENUITEM "by &Name", IDM_SORT_NAME
MENUITEM "by &Size", IDM_SORT_SIZE
MENUITEM "by &Type", IDM_SORT_TYPE
MENUITEM "by &Date", IDM_SORT_DATE
MENUITEM SEPARATOR
MENUITEM "&Reverse", IDM_SORT_REVERSE
END
MENUITEM SEPARATOR
MENUITEM "&Goto Favourites", IDM_VIEW_FAVORITES
MENUITEM "&Edit Favourites", IDM_VIEW_EDITFAVORITES
MENUITEM "&Directory...", IDM_FILE_CHANGEDIR
MENUITEM SEPARATOR
MENUITEM "Show Dri&ves", IDM_VIEW_DRIVEBOX
MENUITEM SEPARATOR
MENUITEM "S&ave Settings", IDM_VIEW_SAVESETTINGS
MENUITEM "Setup &Target...", IDM_VIEW_FINDTARGET
MENUITEM "O&ptions...", IDM_VIEW_OPTIONS
END
POPUP "+"
BEGIN
MENUITEM "&Directory...", IDM_FILE_CHANGEDIR
MENUITEM "Drive &Properties", IDM_FILE_DRIVEPROP
MENUITEM SEPARATOR
MENUITEM "Show Dri&ves", IDM_VIEW_DRIVEBOX
END
POPUP "+"
BEGIN
MENUITEM "Show &Toolbar", IDM_VIEW_TOOLBAR
MENUITEM "&Edit Toolbar...", IDM_VIEW_CUSTOMIZETB
MENUITEM "Show &Statusbar", IDM_VIEW_STATUSBAR
END
POPUP "+"
BEGIN
MENUITEM "Open MiniPath", IDM_TRAY_RESTORE
MENUITEM "Exit MiniPath", IDM_TRAY_EXIT
END
END
#endif // Turkish (Turkey) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,6 @@
// mp_en_gb.cpp: Definiert die exportierten Funktionen für die DLL-Anwendung.
//
#include "stdafx.h"

View File

@ -0,0 +1,71 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-1254
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Turkish (Turkey) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_TRK)
LANGUAGE LANG_TURKISH, SUBLANG_TURKISH_TURKEY
#pragma code_page(1254)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"#include ""../common_res.rc""\r\n"
"#include ""menu_tr_tr.rc""\r\n"
"#include ""strings_tr_tr.rc""\r\n"
"#include ""dialogs_tr_tr.rc""\r\n"
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
#endif // Turkish (Turkey) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "../common_res.rc"
#include "menu_tr_tr.rc"
#include "strings_tr_tr.rc"
#include "dialogs_tr_tr.rc"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,256 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{6503214A-CE25-45B5-84BB-61EEFB35D1A9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>mptrtr</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\obj\</OutDir>
<IntDir>..\..\..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\tr-TR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x041F -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\tr-TR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\tr-TR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x041F</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\tr-TR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x041F -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\tr-TR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\tr-TR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x041F</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\tr-TR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x041F -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\tr-TR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\tr-TR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x041F</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>mkdir "$(TargetDir)..\tr-TR"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -q "$(ProjectDir)..\..\..\language\DoReverseMuiLoc.rcconfig" -v 2 -x 0x041F -g 0x0409 "$(TargetDir)$(TargetFileName)" "$(TargetDir)$(TargetFileName).discard" "$(TargetDir)..\tr-TR\mplng.dll.mui"
"$(UCRTContentRoot)bin\$(WindowsTargetPlatformVersion)\x86\muirct.exe" -c "$(TargetDir)..\mplng.dll" -e "$(TargetDir)..\tr-TR\mplng.dll.mui"
</Command>
<Message>MUI Split</Message>
</PostBuildEvent>
<ResourceCompile>
<Culture>0x041F</Culture>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="mp_tr_tr.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="dialogs_tr_tr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="menu_tr_tr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
<ResourceCompile Include="mp_tr_tr.rc" />
<ResourceCompile Include="strings_tr_tr.rc">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ResourceCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Resource Files">
<UniqueIdentifier>{492E8CEF-3C45-418D-95C9-EBAE0CB0DC04}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{347668C9-72BA-408E-B57B-8DF229275D9A}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="Source Files">
<UniqueIdentifier>{77E2E0E3-C32B-478A-AFD1-AB8B4C5D11AD}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="mp_tr_tr.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="dllmain.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="mp_tr_tr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="dialogs_tr_tr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="menu_tr_tr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="strings_tr_tr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

View File

@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by mp_en_gb.rc
//
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 0
#define _APS_NEXT_COMMAND_VALUE 0
#define _APS_NEXT_CONTROL_VALUE 0
#define _APS_NEXT_SYMED_VALUE 0
#endif
#endif

View File

@ -0,0 +1,8 @@
// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
// mp_en_gb.pch ist der vorkompilierte Header.
// stdafx.obj enthält die vorkompilierten Typinformationen.
#include "stdafx.h"
// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H
// und nicht in dieser Datei erforderlich sind.

View File

@ -0,0 +1,16 @@
// stdafx.h: Includedatei für Standardsystem-Includedateien
// oder häufig verwendete projektspezifische Includedateien,
// die nur in unregelmäßigen Abständen geändert werden.
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Selten verwendete Komponenten aus Windows-Headern ausschließen
// Windows-Headerdateien:
#include <windows.h>
// TODO: Hier auf zusätzliche Header, die das Programm erfordert, verweisen.

View File

@ -0,0 +1,151 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-1254
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winresrc.h"
#include "../common_res.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Turkish (Turkey) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_TRK)
LANGUAGE LANG_TURKISH, SUBLANG_TURKISH_TURKEY
#pragma code_page(1254)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winresrc.h""\r\n"
"#include ""../common_res.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDT_HISTORY_BACK "Back"
IDT_HISTORY_FORWARD "Forward"
IDT_UPDIR "Upper Directory"
IDT_ROOT "Root Directory"
IDT_VIEW_FAVORITES "Favourites"
IDT_FILE_PREV "Previous File"
IDT_FILE_NEXT "Next File"
IDT_FILE_RUN "Run"
IDT_FILE_QUICKVIEW "Quickview"
IDT_FILE_SAVEAS "Save As"
IDT_FILE_COPYMOVE "Copy/Move"
IDT_FILE_DELETE "Delete"
IDT_FILE_DELETE2 "Delete (No Recycle)"
IDT_VIEW_FILTER "Filter"
END
STRINGTABLE
BEGIN
IDS_APPTITLE "MiniPath"
IDS_NUMFILES "%s Object(s)"
IDS_NUMFILES2 "%s Object(s) | Filter"
IDS_SAVEFILE "Saving ""%s""..."
IDS_OPEN_FILE_WITH "Open with %s"
END
STRINGTABLE
BEGIN
IDS_ERR_CD "Directory Access Error\nNo access to specified directory.\nCheck the disk or the network connection."
IDS_ERR_FILE "File Access Error\nNo access to ""%s"".\nThe file may be used by another application.\nCheck the disk or the network connection."
IDS_ERR_NEW "File Access Error\nFile could not be created.\nCheck the disk or the network connection."
IDS_ERR_NEWDIR "Directory Access Error\nDirectory could not be created.\nCheck the disk or the network connection."
IDS_ERR_SAVEAS1 "File Save Error\nError saving ""%s"".\nProbably an already existing file is write-protected."
IDS_ERR_SAVEAS2 "File Save Error\nError removing read-only attribute of saved file."
IDS_ERR_CMDLINE "MiniPath\nError accessing file or directory specified in command line."
IDS_ERR_STARTUPDIR "MiniPath\nNo access to startup directory."
IDS_ERR_DROP1 "MiniPath\nNo access to dropped file or directory."
IDS_ERR_DROP2 "MiniPath\nOnly a single file or directory can be dropped at a time."
IDS_ERR_FAVORITES "Favourites\nNo access to ""Favourites"" folder.\nSpecify a valid directory in the ""Options"" dialog box."
IDS_ERR_LNK_GETPATH "Link Error\nNo valid filesystem-path available for linked object.\nProbably the link doesn't refer to a file or directory."
IDS_ERR_LNK_NOACCESS "Link Error\nNo access to filesystem-path of linked object.\nCheck the disk or the network connection."
IDS_ERR_CREATELINK "Link Error\nError creating the specified link.\nProbably the destination directory is write-protected."
IDS_ERR_FILTER "File Filter Error\nNo additional filters specified.\nPlease refer to the MiniPath readme file for more information."
IDS_ERR_PREVWINDISABLED "MiniPath\nExisting MiniPath window is busy or has an active dialog box.\nDo you want to open another MiniPath window?"
END
STRINGTABLE
BEGIN
IDS_ERR_TARGETDISABLED "MiniPath\nExisting target window is busy or has an active dialog box.\nWould you like to open a new window?"
IDS_ERR_INVALIDTARGET "MiniPath\nPlease make sure all the required fields are completed.\nYou will also have to find a target window if the appropriate option is enabled."
IDS_ERR_INIOPEN "MiniPath\nNo access to MiniPath configuration file."
IDS_ERR_INICREATE "Save Settings\nError creating configuration file."
IDS_ERR_INIWRITE "Save Settings\nSettings not saved!\nNo write access to configuration file."
END
STRINGTABLE
BEGIN
IDS_SEARCHEXE "Find Executable"
IDS_GETQUICKVIEWER "Find Quickview"
IDS_GETTARGET "Find Editor"
IDS_NEWFILE "New File"
IDS_FILTER_ALL "All files (*.*)\n*.*\n"
IDS_FILTER_EXE "Executable files (*.exe;*.com;*.bat;*.lnk;*.pif)\n*.exe;*.com;*.bat;*.lnk;*.pif\nAll files (*.*)\n*.*\n"
IDS_GETDIRECTORY "Select a new directory."
IDS_FAVORITES "Specify the ""Favourites"" directory."
END
STRINGTABLE
BEGIN
SC_ALWAYSONTOP "&Keep on Top"
SC_ABOUT "&Info..."
END
STRINGTABLE
BEGIN
IDS_OPENWITH "Select the directory with links to your favourite applications."
IDS_COPYMOVE "Select a destination directory."
IDS_CREATELINK "Select a destination directory for the new link."
IDS_SAVESETTINGS "Save Settings\nThe current program settings have been saved."
IDS_MUI_TRANSL_AUTHOR "(tr-TR) okans tarafýndan Türkçe çeviri"
END
#endif // Turkish (Turkey) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@ -0,0 +1,8 @@
#pragma once
// Durch Einbeziehen von"SDKDDKVer.h" wird die höchste verfügbare Windows-Plattform definiert.
// Wenn Sie die Anwendung für eine frühere Windows-Plattform erstellen möchten, schließen Sie "WinSDKVer.h" ein, und
// legen Sie das _WIN32_WINNT-Makro auf die zu unterstützende Plattform fest, bevor Sie "SDKDDKVer.h" einschließen.
#include <SDKDDKVer.h>

View File

@ -161,7 +161,7 @@ HMODULE g_hLngResContainer = NULL;
WCHAR g_tchPrefLngLocName[LOCALE_NAME_MAX_LENGTH + 1];
LANGID g_iPrefLANGID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US);
// 'en-US' internal default
static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR ru-RU zh-CN";
static WCHAR* const g_tchAvailableLanguages = L"af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR ru-RU tr-TR zh-CN";
//=============================================================================

View File

@ -25,6 +25,7 @@ PORTUGUESEBR=true
RUSSIAN=true
SIMPCHINESE=true
SPANISH=true
TURKISH=true
[DirectoriesToPreserve]
[DirectoriesToRemove]
[FilesToPreserve]

View File

@ -131,7 +131,7 @@ SPANISH=true
;SWEDISH=true
;THAI=true
;TRADCHINESE=true
;TURKISH=true
TURKISH=true
;UKRAINIAN=true
;UZBEK=true
;VALENCIAN=true

View File

@ -28,7 +28,7 @@ setlocal enableextensions
:: ====================================================================================================================
set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR ru-RU zh-CN
set NP3_LANGUAGE_SET=af-ZA be-BY de-DE en-GB es-ES fr-FR hu-HU it-IT ja-JP ko-KR nl-NL pl-PL pt-BR ru-RU tr-TR zh-CN
:: ====================================================================================================================