From 761467f32cac64b4aa61a813f57d9529a1319cce Mon Sep 17 00:00:00 2001
From: Golden <35162802+Littlegolden@users.noreply.github.com>
Date: Sat, 13 Feb 2021 14:00:27 +0800
Subject: [PATCH 1/5] Add: Chinese UI Language
---
Installer/Setup.iss | 9 +
.../rsrc/PathCopyCopyLocalization_en.rc | 10 +
.../rsrc/PathCopyCopyLocalization_fr.rc | 11 +
.../PathCopyCopyLocalization_zh.vcxproj | 107 ++
...athCopyCopyLocalization_zh.vcxproj.filters | 27 +
.../rsrc/PathCopyCopyLocalization_zh.rc | 175 +++
.../rsrc/resource.h | 70 +
.../PathCopyCopySettings.csproj | 55 +
.../Properties/Resources.Designer.cs | 18 +
.../Properties/Resources.fr-CA.resx | 3 +
.../Properties/Resources.resx | 6 +
.../Properties/Resources.zh-CN.resx | 522 +++++++
.../AdvancedPipelinePluginForm.zh-CN.resx | 673 ++++++++
.../ImportPipelinePluginsForm.zh-CN.resx | 276 ++++
PathCopyCopySettings/UI/Forms/MainForm.cs | 4 +
.../UI/Forms/PipelinePluginForm.zh-CN.resx | 1368 +++++++++++++++++
.../UI/Forms/RegexTesterForm.zh-CN.resx | 768 +++++++++
.../UI/Forms/SoftwareUpdateForm.zh-CN.resx | 372 +++++
...dLinePipelineElementUserControl.zh-CN.resx | 237 +++
...glessPipelineElementUserControl.zh-CN.resx | 164 ++
...PartsPipelineElementUserControl.zh-CN.resx | 269 ++++
...placePipelineElementUserControl.zh-CN.resx | 264 ++++
...LabelPipelineElementUserControl.zh-CN.resx | 164 ++
...ratorPipelineElementUserControl.zh-CN.resx | 207 +++
...lementWithExecutableUserControl.zh-CN.resx | 243 +++
...eElementWithPluginIDUserControl.zh-CN.resx | 177 +++
.../PluginPreviewUserControl.zh-CN.resx | 189 +++
...StackPipelineElementUserControl.zh-CN.resx | 537 +++++++
...StackPipelineElementUserControl.zh-CN.resx | 579 +++++++
...RegexPipelineElementUserControl.zh-CN.resx | 324 ++++
30 files changed, 7828 insertions(+)
create mode 100644 PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj
create mode 100644 PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj.filters
create mode 100644 PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/PathCopyCopyLocalization_zh.rc
create mode 100644 PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/resource.h
create mode 100644 PathCopyCopySettings/Properties/Resources.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/Forms/PipelinePluginForm.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/Forms/RegexTesterForm.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/Forms/SoftwareUpdateForm.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/CommandLinePipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/ConfiglessPipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/CopyNPathPartsPipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/FindReplacePipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/InjectDriveLabelPipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/PathsSeparatorPipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/PipelineElementWithExecutableUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/PipelineElementWithPluginIDUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.zh-CN.resx
create mode 100644 PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.zh-CN.resx
diff --git a/Installer/Setup.iss b/Installer/Setup.iss
index 41fd46b..4037753 100644
--- a/Installer/Setup.iss
+++ b/Installer/Setup.iss
@@ -81,6 +81,7 @@ SignTool=certum
[Languages]
Name: en_CA; MessagesFile: compiler:Default.isl
Name: fr_CA; MessagesFile: compiler:Languages\French.isl
+Name: zh-CN; MessagesFile: compiler:Languages\Chinese.isl
[CustomMessages]
CommandsPageCaption=Configuration
@@ -95,14 +96,22 @@ fr_CA.CommandsPageSubCaption=Path Copy Copy vient avec plusieurs commandes perme
fr_CA.CommandsPageCommonCommandsChoice=Seules les commandes les plus utilises
fr_CA.CommandsPageNetworkCommandsChoice=Les commandes de base et celles utilises dans les environnements rseaux
fr_CA.CommandsPageAllCommandsChoice=Toutes les commandes, incluant celles plus avances
+zh-CN.CommandsPageCaption=??
+zh-CN.CommandsPageDescription=?????
+zh-CN.CommandsPageSubCaption=Path Copy Copy ????????????????????????????????????????????????????????????
+zh-CN.CommandsPageCommonCommandsChoice=?????
+zh-CN.CommandsPageNetworkCommandsChoice=???????????????
+zh-CN.CommandsPageAllCommandsChoice=?????????????
[Files]
Source: ..\bin\Win32\Release\PathCopyCopy.dll; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly; DestName: PCC32.dll; Check: (not Is64BitInstallMode) or IsAdminInstallMode
Source: ..\bin\x64\Release\PathCopyCopy.dll; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly; DestName: PCC64.dll; Check: Is64BitInstallMode
Source: ..\bin\Win32\Release\PathCopyCopyLocalization_en.dll; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
Source: ..\bin\Win32\Release\PathCopyCopyLocalization_fr.dll; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
+Source: ..\bin\Win32\Release\PathCopyCopyLocalization_zh.dll; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
Source: ..\bin\Win32\Release\PathCopyCopySettings.exe; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
Source: ..\bin\Win32\Release\fr-CA\*; DestDir: {app}\fr-CA; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
+Source: ..\bin\Win32\Release\zh-CN\*; DestDir: {app}\zh-CN; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
Source: ..\bin\Win32\Release\PathCopyCopyRegexTester.exe; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
Source: ..\bin\Win32\Release\PathCopyCopyCOMPluginExecutor32.exe; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly
Source: ..\bin\x64\Release\PathCopyCopyCOMPluginExecutor64.exe; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly; Check: Is64BitInstallMode
diff --git a/PathCopyCopy/localization/PathCopyCopyLocalization_en/rsrc/PathCopyCopyLocalization_en.rc b/PathCopyCopy/localization/PathCopyCopyLocalization_en/rsrc/PathCopyCopyLocalization_en.rc
index 7fd4167..435da8a 100644
--- a/PathCopyCopy/localization/PathCopyCopyLocalization_en/rsrc/PathCopyCopyLocalization_en.rc
+++ b/PathCopyCopy/localization/PathCopyCopyLocalization_en/rsrc/PathCopyCopyLocalization_en.rc
@@ -122,6 +122,13 @@ END
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH_CANADIAN
#pragma code_page(1252)
+/////////////////////////////////////////////////////////////////////////////
+// Chinese (Simplified, PRC) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+#pragma code_page(936)
+
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -151,6 +158,9 @@ END
/////////////////////////////////////////////////////////////////////////////
+#endif // Chinese (Simplified, PRC) resources
+/////////////////////////////////////////////////////////////////////////////
+
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
diff --git a/PathCopyCopy/localization/PathCopyCopyLocalization_fr/rsrc/PathCopyCopyLocalization_fr.rc b/PathCopyCopy/localization/PathCopyCopyLocalization_fr/rsrc/PathCopyCopyLocalization_fr.rc
index 662cc9f..a5907b6 100644
--- a/PathCopyCopy/localization/PathCopyCopyLocalization_fr/rsrc/PathCopyCopyLocalization_fr.rc
+++ b/PathCopyCopy/localization/PathCopyCopyLocalization_fr/rsrc/PathCopyCopyLocalization_fr.rc
@@ -125,6 +125,13 @@ END
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH_CANADIAN
#pragma code_page(1252)
+/////////////////////////////////////////////////////////////////////////////
+// Chinese (Simplified, PRC) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+#pragma code_page(936)
+
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -154,6 +161,10 @@ END
/////////////////////////////////////////////////////////////////////////////
+#endif // Chinese (Simplified, PRC) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
diff --git a/PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj
new file mode 100644
index 0000000..4e2c9b9
--- /dev/null
+++ b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj
@@ -0,0 +1,107 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+
+
+
+
+
+
+ 16.0
+ Win32Proj
+ {4274AD03-EEB7-40F0-AB60-49B90F8CF7E8}
+ PathCopyCopyLocalizationzh
+ 10.0
+
+
+
+ DynamicLibrary
+ true
+ v142
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v142
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)bin\$(Platform)\$(Configuration)\
+ $(SolutionDir)obj\$(Platform)\$(Configuration)\$(ProjectName)\
+
+
+ false
+ $(SolutionDir)bin\$(Platform)\$(Configuration)\
+ $(SolutionDir)obj\$(Platform)\$(Configuration)\$(ProjectName)\
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Windows
+ true
+ true
+
+
+ mkdir "$(SolutionDir)bin\x64\$(ConfigurationName)"
+copy /Y "$(TargetDir)$(TargetName).*" "$(SolutionDir)bin\x64\$(ConfigurationName)\"
+ Copying output to x64 directory...
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Windows
+ true
+ true
+ true
+ true
+
+
+ mkdir "$(SolutionDir)bin\x64\$(ConfigurationName)"
+copy /Y "$(TargetDir)$(TargetName).*" "$(SolutionDir)bin\x64\$(ConfigurationName)\"
+ Copying output to x64 directory...
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj.filters b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj.filters
new file mode 100644
index 0000000..a9a8b31
--- /dev/null
+++ b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/PathCopyCopyLocalization_zh.vcxproj.filters
@@ -0,0 +1,27 @@
+
+
+
+
+ {92C98BFF-A309-4EA8-9116-E70C18F1EC3B}
+ cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {E1C56A89-6DF4-41DE-B4A1-8CB60A1D78D2}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {242CB159-899F-4DB2-9BFF-DF649C76CEC7}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/PathCopyCopyLocalization_zh.rc b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/PathCopyCopyLocalization_zh.rc
new file mode 100644
index 0000000..aa74361
--- /dev/null
+++ b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/PathCopyCopyLocalization_zh.rc
@@ -0,0 +1,175 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (United States) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_PROJNAME "PathCopyCopy"
+ IDS_PATH_COPY_MENU_ITEM "&路径复制"
+ IDS_PATH_COPY_HINT "将所选文件的路径以不同格式复制到剪贴板。"
+ IDS_SAMPLE_PLUGIN_DESCRIPTION "Copy Sample Path"
+ IDS_SAMPLE_PLUGIN_HINT "Copies the path of the given file using the sample plugin."
+ IDS_SHORT_NAME_PLUGIN_DESCRIPTION "复制短&名称"
+ IDS_SHORT_NAME_PLUGIN_HINT
+ "复制文件/文件夹的短名称到剪贴板(不含路径)。"
+ IDS_LONG_NAME_PLUGIN_DESCRIPTION "复制长&名称"
+ IDS_LONG_NAME_PLUGIN_HINT
+ "复制文件/文件夹的长名称到剪贴板(不含路径)。"
+ IDS_SHORT_PATH_PLUGIN_DESCRIPTION "复制&短路径"
+ IDS_SHORT_PATH_PLUGIN_HINT
+ "复制文件/文件夹的短路径到剪切板。"
+ IDS_LONG_PATH_PLUGIN_DESCRIPTION "复制&长路径"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_LONG_PATH_PLUGIN_HINT
+ "复制文件/文件夹的长路径到剪切板。"
+ IDS_LONG_UNC_PATH_PLUGIN_DESCRIPTION "复制长 &UNC 路径"
+ IDS_LONG_UNC_PATH_PLUGIN_HINT
+ "复制文件/文件夹的长 UNC(网络共享)路径到剪切板。若不存在网络路径,则复制长路径。"
+ IDS_INTERNET_PATH_PLUGIN_DESCRIPTION "复制&互联网路径"
+ IDS_INTERNET_PATH_PLUGIN_HINT
+ "复制文件/文件夹的 URI 格式路径到剪切板。"
+ IDS_UNIX_PATH_PLUGIN_DESCRIPTION "复制 Uni&x 路径"
+ IDS_UNIX_PATH_PLUGIN_HINT
+ "复制文件/文件夹的路径到剪切板,使用正斜杠代替反斜杠。"
+ IDS_CYGWIN_PATH_PLUGIN_DESCRIPTION "复制 Cy&gwin 路径"
+ IDS_CYGWIN_PATH_PLUGIN_HINT
+ "复制文件/文件夹的路径到剪切板,使用 Cygwin 工具可识别的格式。"
+ IDS_DEFAULT_PLUGIN_DESCRIPTION "复制文件/文件夹&路径"
+ IDS_SHORT_UNC_PATH_PLUGIN_DESCRIPTION "复制短 UN&C 路径"
+ IDS_SHORT_UNC_PATH_PLUGIN_HINT
+ "复制文件/文件夹的短 UNC(网络共享)路径到剪切板。若不存在网络路径,则复制短路径。"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_LONG_FOLDER_PLUGIN_DESCRIPTION "复制父&目录长路径"
+ IDS_LONG_FOLDER_PLUGIN_HINT
+ "复制文件/文件夹的父目录的长路径到剪切板。"
+ IDS_SHORT_FOLDER_PLUGIN_DESCRIPTION "复制父&目录短路径"
+ IDS_SHORT_FOLDER_PLUGIN_HINT
+ "复制文件/文件夹的父目录的短路径到剪切板。"
+ IDS_SHORT_UNC_FOLDER_PLUGIN_DESCRIPTION
+ "复制 UNC 父&目录短路径"
+ IDS_SHORT_UNC_FOLDER_PLUGIN_HINT
+ "复制文件/文件夹的父目录的 UNC(网络共享)短路径到剪切板。若不存在网络路径,则复制父目录短路径。"
+ IDS_LONG_UNC_FOLDER_PLUGIN_DESCRIPTION "复制 UNC 父&目录长路径"
+ IDS_LONG_UNC_FOLDER_PLUGIN_HINT
+ "复制文件/文件夹的父目录的 UNC(网络共享)长路径到剪切板。若不存在网络路径,则复制父目录长路径。"
+ IDS_PCC_SETTINGS_DESCRIPTION "设置..."
+ IDS_PCC_SETTINGS_HINT "打开设置窗口配置此右键菜单。"
+ IDS_SETTINGS_APP_FILE_NAME "PathCopyCopySettings.exe"
+ IDS_REDUNDANT_WORD_COPY "复制"
+ IDS_ANDROGYNOUS_NAME_PLUGIN_DESCRIPTION "复制&名称"
+ IDS_ANDROGYNOUS_PATH_PLUGIN_DESCRIPTION "复制&路径"
+ IDS_ANDROGYNOUS_UNC_PATH_PLUGIN_DESCRIPTION "复制 &UNC 路径"
+ IDS_ANDROGYNOUS_FOLDER_PLUGIN_DESCRIPTION "复制父&目录路径"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ANDROGYNOUS_UNC_FOLDER_PLUGIN_DESCRIPTION
+ "复制 UNC 父&目录路径"
+ IDS_WSL_PATH_PLUGIN_DESCRIPTION "复制 &WSL 路径"
+ IDS_WSL_PATH_PLUGIN_HINT
+ "复制文件/文件夹的 WSL (Windows Subsystem for Linux) 格式路径到剪切板。"
+ IDS_SAMBA_PATH_PLUGIN_DESCRIPTION "复制 S&amba 路径"
+ IDS_SAMBA_PATH_PLUGIN_HINT
+ "复制文件/文件夹的 Samba 格式路径到剪切板。"
+ IDS_MSYS_PATH_PLUGIN_DESCRIPTION "复制 MS&YS/MSYS2 路径"
+ IDS_MSYS_PATH_PLUGIN_HINT
+ "复制文件/文件夹的 MSYS/MSYS2 格式路径到剪切板。"
+ IDS_INVALIDPIPELINE "<< 无效的自定义命令 >>"
+ IDS_INVALIDPIPELINE_LOOP_DETECTED
+ "<< 检测到自定义命令元素存在循环 >>"
+ IDS_INVALIDPIPELINE_POSSIBLE_DOWNGRADE
+ "<< 无效的自定义命令元素(可能降级) >>"
+ IDS_INVALIDPIPELINE_BASE_COMMAND_NOT_FOUND "<< 未找到基本命令 >>"
+END
+
+#endif // English (United States) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// French (Canada) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRC)
+LANGUAGE LANG_FRENCH, SUBLANG_FRENCH_CANADIAN
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+// Chinese (Simplified, PRC) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+#pragma code_page(936)
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""winres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // French (Canada) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+#endif // Chinese (Simplified, PRC) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/resource.h b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/resource.h
new file mode 100644
index 0000000..7d384e3
--- /dev/null
+++ b/PathCopyCopy/localization/PathCopyCopyLocalization_zh/rsrc/resource.h
@@ -0,0 +1,70 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by PathCopyCopyLocalization_zh.rc
+//
+#define IDS_PROJNAME 100
+#define IDS_PATH_COPY_MENU_ITEM 101
+#define IDS_PATH_COPY_HINT 102
+#define IDS_SAMPLE_PLUGIN_DESCRIPTION 103
+#define IDS_SAMPLE_PLUGIN_HINT 104
+#define IDS_SHORT_NAME_PLUGIN_DESCRIPTION 105
+#define IDS_SHORT_NAME_PLUGIN_HINT 106
+#define IDS_LONG_NAME_PLUGIN_DESCRIPTION 107
+#define IDS_LONG_NAME_PLUGIN_HINT 108
+#define IDS_SHORT_PATH_PLUGIN_DESCRIPTION 109
+#define IDS_SHORT_PATH_PLUGIN_HINT 110
+#define IDS_LONG_PATH_PLUGIN_DESCRIPTION 111
+#define IDS_LONG_PATH_PLUGIN_HINT 112
+#define IDS_LONG_UNC_PATH_PLUGIN_DESCRIPTION 113
+#define IDS_LONG_UNC_PATH_PLUGIN_HINT 114
+#define IDS_SHOW_ENTIRE_MENU_MENU_ITEM 115
+#define IDS_SHOW_ENTIRE_MENU_HINT 116
+#define IDS_SHOW_ENTIRE_MENU_WARNING 117
+#define IDS_SHOW_ENTIRE_MENU_WARNING_TITLE 118
+#define IDS_INTERNET_PATH_PLUGIN_DESCRIPTION 119
+#define IDS_INTERNET_PATH_PLUGIN_HINT 120
+#define IDS_UNIX_PATH_PLUGIN_DESCRIPTION 121
+#define IDS_UNIX_PATH_PLUGIN_HINT 122
+#define IDS_CYGWIN_PATH_PLUGIN_DESCRIPTION 123
+#define IDS_CYGWIN_PATH_PLUGIN_HINT 124
+#define IDS_DEFAULT_PLUGIN_DESCRIPTION 125
+#define IDS_SHORT_UNC_PATH_PLUGIN_DESCRIPTION 126
+#define IDS_SHORT_UNC_PATH_PLUGIN_HINT 127
+#define IDS_LONG_FOLDER_PLUGIN_DESCRIPTION 128
+#define IDS_LONG_FOLDER_PLUGIN_HINT 129
+#define IDS_SHORT_FOLDER_PLUGIN_DESCRIPTION 130
+#define IDS_SHORT_FOLDER_PLUGIN_HINT 131
+#define IDS_SHORT_UNC_FOLDER_PLUGIN_DESCRIPTION 132
+#define IDS_SHORT_UNC_FOLDER_PLUGIN_HINT 133
+#define IDS_LONG_UNC_FOLDER_PLUGIN_DESCRIPTION 134
+#define IDS_LONG_UNC_FOLDER_PLUGIN_HINT 135
+#define IDS_PCC_SETTINGS_DESCRIPTION 136
+#define IDS_PCC_SETTINGS_HINT 137
+#define IDS_SETTINGS_APP_FILE_NAME 138
+#define IDS_REDUNDANT_WORD_COPY 139
+#define IDS_ANDROGYNOUS_NAME_PLUGIN_DESCRIPTION 140
+#define IDS_ANDROGYNOUS_PATH_PLUGIN_DESCRIPTION 141
+#define IDS_ANDROGYNOUS_UNC_PATH_PLUGIN_DESCRIPTION 142
+#define IDS_ANDROGYNOUS_FOLDER_PLUGIN_DESCRIPTION 143
+#define IDS_ANDROGYNOUS_UNC_FOLDER_PLUGIN_DESCRIPTION 144
+#define IDS_WSL_PATH_PLUGIN_DESCRIPTION 145
+#define IDS_WSL_PATH_PLUGIN_HINT 146
+#define IDS_SAMBA_PATH_PLUGIN_DESCRIPTION 147
+#define IDS_SAMBA_PATH_PLUGIN_HINT 148
+#define IDS_MSYS_PATH_PLUGIN_DESCRIPTION 149
+#define IDS_MSYS_PATH_PLUGIN_HINT 150
+#define IDS_INVALIDPIPELINE 151
+#define IDS_INVALIDPIPELINE_LOOP_DETECTED 152
+#define IDS_INVALIDPIPELINE_POSSIBLE_DOWNGRADE 153
+#define IDS_INVALIDPIPELINE_BASE_COMMAND_NOT_FOUND 154
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 155
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 104
+#endif
+#endif
diff --git a/PathCopyCopySettings/PathCopyCopySettings.csproj b/PathCopyCopySettings/PathCopyCopySettings.csproj
index 900fd34..ccea11d 100644
--- a/PathCopyCopySettings/PathCopyCopySettings.csproj
+++ b/PathCopyCopySettings/PathCopyCopySettings.csproj
@@ -201,13 +201,20 @@
Form
+
+
+ AdvancedPipelinePluginForm.cs
+
AdvancedPipelinePluginForm.cs
AdvancedPipelinePluginForm.cs
+
+ ImportPipelinePluginsForm.cs
+
ImportPipelinePluginsForm.cs
@@ -215,6 +222,9 @@
ImportPipelinePluginsForm.cs
Designer
+
+ MainForm.cs
+
MainForm.cs
@@ -222,6 +232,9 @@
MainForm.cs
Designer
+
+ PipelinePluginForm.cs
+
PipelinePluginForm.cs
@@ -238,84 +251,126 @@
Resources.resx
True
+
+ RegexTesterForm.cs
+
RegexTesterForm.cs
RegexTesterForm.cs
+
+ SoftwareUpdateForm.cs
+
SoftwareUpdateForm.cs
SoftwareUpdateForm.cs
+
+ CommandLinePipelineElementUserControl.cs
+
CommandLinePipelineElementUserControl.cs
CommandLinePipelineElementUserControl.cs
+
+ ConfiglessPipelineElementUserControl.cs
+
ConfiglessPipelineElementUserControl.cs
ConfiglessPipelineElementUserControl.cs
+
+ CopyNPathPartsPipelineElementUserControl.cs
+
CopyNPathPartsPipelineElementUserControl.cs
CopyNPathPartsPipelineElementUserControl.cs
+
+ FindReplacePipelineElementUserControl.cs
+
FindReplacePipelineElementUserControl.cs
FindReplacePipelineElementUserControl.cs
+
+ InjectDriveLabelPipelineElementUserControl.cs
+
InjectDriveLabelPipelineElementUserControl.cs
InjectDriveLabelPipelineElementUserControl.cs
+
+ PathsSeparatorPipelineElementUserControl.cs
+
PathsSeparatorPipelineElementUserControl.cs
PathsSeparatorPipelineElementUserControl.cs
+
+ PipelineElementWithExecutableUserControl.cs
+
PipelineElementWithExecutableUserControl.cs
PipelineElementWithExecutableUserControl.cs
+
+ PipelineElementWithPluginIDUserControl.cs
+
PipelineElementWithPluginIDUserControl.cs
PipelineElementWithPluginIDUserControl.cs
+
+ PluginPreviewUserControl.cs
+
PluginPreviewUserControl.cs
PluginPreviewUserControl.cs
+
+ PopFromStackPipelineElementUserControl.cs
+
PopFromStackPipelineElementUserControl.cs
PopFromStackPipelineElementUserControl.cs
+
+ PushToStackPipelineElementUserControl.cs
+
PushToStackPipelineElementUserControl.cs
PushToStackPipelineElementUserControl.cs
+
+ RegexPipelineElementUserControl.cs
+
RegexPipelineElementUserControl.cs
diff --git a/PathCopyCopySettings/Properties/Resources.Designer.cs b/PathCopyCopySettings/Properties/Resources.Designer.cs
index d631687..7db4308 100644
--- a/PathCopyCopySettings/Properties/Resources.Designer.cs
+++ b/PathCopyCopySettings/Properties/Resources.Designer.cs
@@ -232,6 +232,24 @@ internal static string Language_French_Name {
return ResourceManager.GetString("Language_French_Name", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Chinese.
+ ///
+ internal static string Language_Chinese_DisplayName {
+ get {
+ return ResourceManager.GetString("Language_Chinese_DisplayName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to zh-CN.
+ ///
+ internal static string Language_Chinese_Name {
+ get {
+ return ResourceManager.GetString("Language_Chinese_Name", resourceCulture);
+ }
+ }
///
/// Looks up a localized string similar to Copy Long Parent Folder Path.
diff --git a/PathCopyCopySettings/Properties/Resources.fr-CA.resx b/PathCopyCopySettings/Properties/Resources.fr-CA.resx
index 806421c..34471f2 100644
--- a/PathCopyCopySettings/Properties/Resources.fr-CA.resx
+++ b/PathCopyCopySettings/Properties/Resources.fr-CA.resx
@@ -147,6 +147,9 @@
Français
+
+ 简体中文 (Simplified Chinese)
+
Copier le chemin long du parent
diff --git a/PathCopyCopySettings/Properties/Resources.resx b/PathCopyCopySettings/Properties/Resources.resx
index a4a6a39..3e6afa6 100644
--- a/PathCopyCopySettings/Properties/Resources.resx
+++ b/PathCopyCopySettings/Properties/Resources.resx
@@ -492,6 +492,12 @@ Control-click to avoid displaying an icon for this command.
fr-CA
+
+ 简体中文 (Simplified Chinese)
+
+
+ zh-CN
+
Changing the application's language requires a logoff/logon in order to be applied.
diff --git a/PathCopyCopySettings/Properties/Resources.zh-CN.resx b/PathCopyCopySettings/Properties/Resources.zh-CN.resx
new file mode 100644
index 0000000..b34ccb6
--- /dev/null
+++ b/PathCopyCopySettings/Properties/Resources.zh-CN.resx
@@ -0,0 +1,522 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 复制 Cygwin 路径
+
+
+ {CD50DCE3-9A5C-4adf-B552-1741361567D6}
+
+
+ 此功能已被管理员禁用。
+
+
+ 修改禁用
+
+
+ 无法选择灰色的自定义命令,因为它们会覆盖系统管理员配置的命令。
+
+
+ 自定义命令
+
+
+ 复制网络路径
+
+
+ {8F2ADCCC-9693-407d-9300-FCCB9A12B982}
+
+
+ 复制父目录长路径
+
+
+ {349939D7-780F-43fd-A98E-83D9ADD44E22}
+
+
+ 复制长名称
+
+
+ {3A42B5C6-72D6-4a8a-BA44-014FA64AA11A}
+
+
+ 复制长路径
+
+
+ {331A3B60-AF49-44f4-B30D-56ADFF6D25E8}
+
+
+ 复制 UNC 父目录长路径
+
+
+ {E2C942AC-917C-4aee-A867-8F6AB960BA76}
+
+
+ 复制 UNC 长路径
+
+
+ {EA24BCC3-35F5-46b9-A2A5-A12A0AED2D28}
+
+
+ 导入
+
+
+ 一些导入的自定义命令会覆盖现有命令。确定导入它们?
+
+
+ PathCopyCopyRegexTester.exe
+
+
+ Modified string:
+
+
+ 你确定要删除 "{0}" 命令?
+
+
+ 删除自定义命令
+
+
+ 复制父目录短路径
+
+
+ {0929538B-5F52-4480-9902-2BBEC9C84905}
+
+
+ 复制短名称
+
+
+ {C8757DCA-1BA8-48d0-8145-B93BBB9237AF}
+
+
+ 复制短路径
+
+
+ {93B362D1-2B13-467a-B618-6784F24F3BA1}
+
+
+ 复制 UNC 父目录短路径
+
+
+ {73188FB3-8E14-409c-95EF-BA608FDC1274}
+
+
+ 复制 UNC 短路径
+
+
+ {891F9E3E-0B70-49fd-A86C-53B21C6193C7}
+
+
+ 复制 Unix 路径
+
+
+ {5B5DA5CB-3284-45a9-A1E5-4D6B03107924}
+
+
+ 试图导入自定义命令时发生错误。文件似乎已损坏。
+
+
+ https://raw.githubusercontent.com/clechasseur/pcc-updates/master/UpdateInfo2.xml
+
+
+ 编辑
+
+
+ 在试图解释这个自定义命令的数据时发生了错误。也许它是由较新版本的 Path Copy Copy 创建的?当前版本无法编辑它。
+
+
+ 请为自定义命令输入一个名称。
+
+
+ 自定义命令
+
+
+ {0}(需要的版本:{1})
+
+
+ 试图导入自定义命令时发生错误。该文件似乎是空的。
+
+
+ 自定义命令与当前版本的 Path Copy Copy 不兼容,所需版本已列出。这些命令仍然可以被导入,但会被禁用。
+
+
+
+ ..\..\icons\PathCopyCopy2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\BlankIcon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ 点此选择此命令的图标文件。
+Shift + 单击,使此命令使用默认图标。
+按住 Control 键,隐藏此命令的图标。
+
+
+ PathCopyCopyCOMPluginExecutor32.exe
+
+
+ PathCopyCopyCOMPluginExecutor64.exe
+
+
+ 输出:
+
+
+ PCC32.dll
+
+
+ PCC64.dll
+
+
+ PathCopyCopy.dll
+
+
+ #错误#
+
+
+ 设置已导出到 "{0}"。在文件资源管理器双击导出的 .reg 注册表文件即可导入。
+
+
+ 设置已导出
+
+
+ 到处设置
+
+
+ 要导出设置,必须先应用更改。您现在想应用更改吗?
+
+
+ 导出设置到 "{0}" 时发生错误(退出代码:{1})
+
+
+ 导出失败
+
+
+ 复制 WSL 路径
+
+
+ {BD574871-5DF9-4B64-83D1-2AF9C0C17F66}
+
+
+ 复制 Samba 路径
+
+
+ {7DA6A4A2-AE54-40E0-9910-EBD9EF3F017E}
+
+
+ 复制 MSYS/MSYS2 路径
+
+
+ {31022A3D-6FEE-4B36-843E-BBB4556AB35B}
+
+
+ 此复杂自定义命令无法在简单模式下编辑。如果切换到简单模式,您将失去一些自定义功能。确定要切换到简单模式吗?
+
+
+ 使用基本命令(无自定义命令)
+
+
+ 将反斜杠变成正斜杠
+
+
+ 创建邮件链接
+
+
+ 编码 URI 字符
+
+
+ 编码 URI 空格
+
+
+ 选项:运行可执行文件
+
+
+ 选项: 用文件列表启动可执行文件
+
+
+ 查找 / 替换
+
+
+ 将正斜杠变为反斜杠
+
+
+ 必要时添加引号
+
+
+ 选项:路径分隔
+
+
+ 添加引号
+
+
+ 查找 / 替换使用中的正则表达式
+
+
+ 移除文件扩展名
+
+
+ 选择一个基本命令(非自定义命令)来获取初始路径值
+
+
+ 将路径中的每一个反斜杠( \ )替换为正斜杠( / )
+
+
+ 用 < 和 > 字符包围路径以创建电子邮件链接
+
+
+ 用百分比编码 ( %xx ) 替换路径中所有无效的字符
+
+
+ 用 %20 替换路径中的所有空格字符
+
+
+ Instead of copying paths to the clipboard, save them to a filelist, then launch an executable on disk, passing the filelist as argument
+
+
+ Instead of copying paths to the clipboard, launch an executable on disk, passing the paths as arguments
+
+
+ Replace every instance of a specific character string in the path with another
+
+
+ 将路径中的每一个正斜杠 ( / ) 替换为反斜杠 ( / )
+
+
+ 如果路径中包含空格,则用引号 ( " ) 包围路径
+
+
+ 配置用于分隔多个复制路径的字符串;默认使用换行符
+
+
+ 使用引号包围路径 ( " )
+
+
+ 使用正则表达式对路径进行查找/替换操作
+
+
+ 删除路径末尾的文件扩展名
+
+
+ https://github.com/clechasseur/pathcopycopy/wiki/Custom-Commands
+
+
+ https://github.com/clechasseur/pathcopycopy/wiki/Custom-Commands-:-Expert-Mode
+
+
+ https://github.com/clechasseur/pathcopycopy/wiki/Settings
+
+
+ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LM5B9WNTH4KN4&lc=CA&item_name=Charles%20Lechasseur&item_number=PathCopyCopy¤cy_code=CAD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
+
+
+ https://github.com/clechasseur/pathcopycopy/blob/default/LICENSE
+
+
+ Follow Symbolic Link
+
+
+ Replace the path to a symbolic link with the path to its target
+
+
+ Unexpand Environment Strings
+
+
+ Replace parts of the path with environment variable references, if possible (like %USERPROFILE%, etc.)
+
+
+ 使用基本命令
+
+
+ 选择一个基本命令来获取初始路径值
+
+
+ (复制)
+
+
+ Inject Drive Label
+
+
+ Replace all instances of %DRIVELABEL% in the path with the drive's label
+
+
+ Copy # path parts (from beginning or end)
+
+
+ Keep only a certain number of path parts from the path, either from the beginning or the end
+
+
+ Duplicate Top Stack Value
+
+
+ Duplicate the top value on the stack
+
+
+ Pop Value from Stack
+
+
+ Pop a value from the stack, possibly inserting it somewhere in the path
+
+
+ Push Value to Stack
+
+
+ Push a value to the stack, possibly part of the path
+
+
+ Swap Top Two Stack Values
+
+
+ Swap the top two values on the stack
+
+
+ 英语 (English)
+
+
+ en-CA
+
+
+ 法语 (French)
+
+
+ fr-CA
+
+
+ 简体中文 (Simplified Chinese)
+
+
+ zh-CN
+
+
+ 新语言在程序重新启动后方可生效
+
+
+ 语言变更成功
+
+
+ (Dev Build)
+
+
+ 选项:启动命令行
+
+
+ Instead of copying the paths to the clipboard, launch a command-line (executable & arguments), including the paths in the arguments either directly or via a filelist
+
+
+ 选项:递归复制路径
+
+
+ 复制路径时递归到子目录
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.zh-CN.resx
new file mode 100644
index 0000000..2a2100a
--- /dev/null
+++ b/PathCopyCopySettings/UI/Forms/AdvancedPipelinePluginForm.zh-CN.resx
@@ -0,0 +1,673 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 2
+
+
+
+ 75, 23
+
+
+ 使用此命令所需的最小 Path Copy Copy 程序版本为:{0}
+
+
+
+ Bottom, Right
+
+
+ 15
+
+
+ System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Left, Right
+
+
+ MoveElementDownBtn
+
+
+ Top, Bottom, Left, Right
+
+
+ $this
+
+
+ 2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PathCopyCopy.Settings.UI.UserControls.PluginPreviewUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PreviewCtrl
+
+
+ 1
+
+
+ 140, 38
+
+
+ 保存自定义命令并关闭窗口
+
+
+ ElementsImageList
+
+
+ 4
+
+
+ &元素:
+
+
+ False
+
+
+ 自定义命令(专家模式)
+
+
+
+
+
+ NewElementContextMenuStrip
+
+
+ $this
+
+
+ 5
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 304, 13
+
+
+ 此自定义命令的元素列表
+
+
+ True
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 13
+
+
+ 7
+
+
+ 8
+
+
+ False
+
+
+ 1
+
+
+ 14
+
+
+ Bottom, Left, Right
+
+
+ 1
+
+
+ True
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ElementsLst
+
+
+ $this
+
+
+ 6
+
+
+ $this
+
+
+ 0
+
+
+
+
+
+ 227, 38
+
+
+ 266, 13
+
+
+ 此自定义命令的名称
+
+
+ 6
+
+
+ 23, 23
+
+
+ Cancel
+
+
+ AdvancedPipelinePluginForm
+
+
+ 下移所选元素
+
+
+ 3
+
+
+ True
+
+
+ 23, 23
+
+
+ 654, 469
+
+
+ $this
+
+
+ 23, 23
+
+
+
+
+
+ 请在列表中选择一个元素以编辑其属性。
+
+
+ $this
+
+
+ 2
+
+
+
+
+
+ $this
+
+
+ CenterParent
+
+
+ 12, 67
+
+
+ False
+
+
+ 上移所选元素
+
+
+ 14
+
+
+ SwitchBtn
+
+
+ 添加一个新元素到此自定义命令
+
+
+ 256, 67
+
+
+ 256, 43
+
+
+ 256, 67
+
+
+ $this
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 38, 13
+
+
+ 11
+
+
+ True
+
+
+ $this
+
+
+ $this
+
+
+ 13
+
+
+ 198, 38
+
+
+
+
+
+ 238, 316
+
+
+ Bottom, Right
+
+
+ 169, 38
+
+
+ $this
+
+
+ 23, 23
+
+
+ False
+
+
+ 10
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12, 15
+
+
+ 56, 12
+
+
+ DeleteElementBtn
+
+
+ CancelBtn
+
+
+ $this
+
+
+
+
+
+ 13
+
+
+ NameLbl
+
+
+
+
+
+ 12, 395
+
+
+ Top, Bottom, Left
+
+
+ OKBtn
+
+
+ OK
+
+
+ 370, 257
+
+
+ $this
+
+
+ 12
+
+
+ 61, 4
+
+
+ PathCopyCopy.Settings.UI.Utils.PositionPersistedForm, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ Bottom, Left
+
+
+ UserControlPlacementPanel
+
+
+ 10
+
+
+ 5
+
+
+ 53, 13
+
+
+ 3
+
+
+ 551, 395
+
+
+ ElementsLbl
+
+
+ 9
+
+
+ 简单模式
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ &名称:
+
+
+ 12, 48
+
+
+ MoveElementUpBtn
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABu
+ CgAAAk1TRnQBSQFMAgEBBAEAAVABAAFsAQABEAEAARABAAT/AQkBEAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
+ AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
+ AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
+ AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
+ AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
+ AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
+ ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
+ AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
+ AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
+ AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
+ AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
+ AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
+ AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
+ AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
+ AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
+ ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
+ Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
+ AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
+ AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
+ AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
+ ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
+ Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
+ AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
+ AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
+ AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
+ AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
+ AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
+ AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD//8A/wD/AP8ADQAE9AwA
+ BPQsAAH0AhQB9AwAAfQCFAH0LAAB9AIUAfQMAAH0AhQB9CwAAfQCFAH0DAAB9AIUAfQIAAH/BgAB/wsA
+ Av8OAAH/AfQCFAH0Af8KAAH/AfMCFAHzAf8GAAH/AvQEAAL0Af8JAAH/AvQB/wwAAf8B9AHsAhQB7AH0
+ Af8IAAH/AfQB7AIUAewB9AH/BAAB/wH0Ae8B8QH0AgAB9AHxAe8B9AH/BwAB/wH0AgcB9AH/CAAE9AHv
+ BBQB9wH0CAAB9AHvBBQB9wH0BAAB9AHyARMBEgHxAvQB8QESARMB8gH0BgAB/wH0AQcCEwEHAfQB/wcA
+ A/QB8AYUAbwB9AIAAv8CAAH0AfAGFAG8AfQDAAH/AfQBBwETARIC8QESARMBBwH0Af8FAAH/AfQBBwET
+ AhIBEwEHAfQB/wQAA/QBTAP0BRQBEwHyAfQB/wLzAf8B9AHzAQcGFAETAfEB9AMAAf8B9AEHARMCEgET
+ AQcB9AH/BQAB/wH0AQcBEwESAvEBEgETAQcB9AH/AwAB9AFMAfQBTAH0AUwB9AYUAW0C8wJGAvMBRgFv
+ Ae8GFAFtAfQEAAH/AfQBBwITAQcB9AH/BgAB9AHyARMBEgHxAvQB8QESARMB8gH0AgAD9ANMCvQB8wFG
+ ASQCRgEkAW8J9AUAAf8B9AIHAfQB/wcAAf8B9AHvAfEB9AIAAfQB8QHvAfQB/wIAAfQDTAH0A0wB9AcA
+ Af8B8wFGAiQBbwH0Af8OAAH/AvQB/wkAAf8C9AQAAvQB/wMAAvQBGgNMARoC9AcAAfQB8wFGAiQBRgHz
+ Af8PAAL/CwAB/wYAAf8FAAH0AUwB9AFMAfQBTAH0CAAB8wFGASQBbwFGASQBRgH0Af8oAAP0AUwD9AgA
+ AfQCbwH0AfMBRgFvAfQB/yoAA/QKAAH/AvQC/wL0Af8oAAFCAU0BPgcAAT4DAAEoAwABQAMAASADAAEB
+ AQABAQYAAQEWAAP/gQAB/wEPAf8BDwX/AQ8B/wEPBf8BDwH/AQ8F/wEPAf8BDwH3Ae8B/gF/Af4BBwH+
+ AQcB4wHHAfwBPwH8AQMB/AEDAcEBgwH4AR8B4AEDAfwBAwHAAQMB8AEPAeABAQGYAQEBwAEDAeABBwGA
+ AwAB4AEHAcABAwGAAwAB8AEPAcABAwQAAfgBHwHBAYMBAAF/AQAB/wH8AT8B4wHHAQABfwEAAf8B/gF/
+ AfcB7wGAAf8BAAF/BP8BgAH/AQABfwT/AeMB/wEABf8WAAs=
+
+
+
+
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SelectElementLbl
+
+
+ NameTxt
+
+
+ $this
+
+
+ 切换到更易用的简单模式,少许自定义选项将不可用。
+
+
+ NewElementBtn
+
+
+ 638, 430
+
+
+ 7
+
+
+ 从此自定义命令中移除所选元素
+
+
+ 470, 395
+
+
+ 4
+
+
+ MinVersionLbl
+
+
+ 12
+
+
+ 8
+
+
+ 75, 23
+
+
+ 256, 330
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 570, 20
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 370, 53
+
+
+ 9
+
+
+ 94, 23
+
+
+ AdvancedPipelinePluginToolTip
+
+
+ 0
+
+
+ 不要保存此自定义命令并关闭窗口
+
+
+ 3
+
+
+ 393, 17
+
+
+ True
+
+
+ 240, 17
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.zh-CN.resx
new file mode 100644
index 0000000..f36e823
--- /dev/null
+++ b/PathCopyCopySettings/UI/Forms/ImportPipelinePluginsForm.zh-CN.resx
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 取消导入自定义命令并关闭窗口
+
+
+ 选择自定义命令
+
+
+
+ 6, 13
+
+
+
+ 3
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 75, 23
+
+
+ 15, 32
+
+
+ 1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 已导入自定义命令
+
+
+ Cancel
+
+
+ CancelBtn
+
+
+ 391, 330
+
+
+ ImportPipelinePluginsForm
+
+
+ 0
+
+
+ $this
+
+
+ PipelinePluginsLst
+
+
+ 407, 369
+
+
+ 223, 295
+
+
+ 1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ CenterParent
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 364, 251
+
+
+ 304, 295
+
+
+ OKBtn
+
+
+ ImportPipelinePluginsToolTip
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 214, 13
+
+
+ 2
+
+
+ 导入所选自定义命令并关闭窗口
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ $this
+
+
+ $this
+
+
+ 12, 9
+
+
+ 75, 23
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ $this
+
+
+ OK
+
+
+ ChoosePipelinePluginsLbl
+
+
+ Bottom, Right
+
+
+ Bottom, Right
+
+
+ 请选择要导入的自定义命令:
+
+
+ 2
+
+
+ 3
+
+
+
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/Forms/MainForm.cs b/PathCopyCopySettings/UI/Forms/MainForm.cs
index 7e2d52b..8dbf681 100644
--- a/PathCopyCopySettings/UI/Forms/MainForm.cs
+++ b/PathCopyCopySettings/UI/Forms/MainForm.cs
@@ -323,6 +323,10 @@ private void LoadUserSettings()
Name = Resources.Language_French_Name,
DisplayName = Resources.Language_French_DisplayName,
},
+ new LanguageDisplayInfo {
+ Name = Resources.Language_Chinese_Name,
+ DisplayName = Resources.Language_Chinese_DisplayName,
+ },
};
// If the language chosen in the settings is not known, add an entry so it can be selected.
diff --git a/PathCopyCopySettings/UI/Forms/PipelinePluginForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/PipelinePluginForm.zh-CN.resx
new file mode 100644
index 0000000..a729d9e
--- /dev/null
+++ b/PathCopyCopySettings/UI/Forms/PipelinePluginForm.zh-CN.resx
@@ -0,0 +1,1368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 1
+
+
+ SlashesGroupBox
+
+
+ 0
+
+
+
+ 374, 6
+
+
+ 2
+
+
+ MainTabControl
+
+
+ True
+
+
+ 6, 16
+
+
+
+ Top, Left, Right
+
+
+ 基本命令用于获取路径。选项将在之后应用。
+
+
+ 2
+
+
+ 删除路径末尾的文件扩展名
+
+
+ OptionsGroupBox
+
+
+ OptionsPage
+
+
+ 6, 19
+
+
+ True
+
+
+ True
+
+
+ 774, 452
+
+
+ True
+
+
+ 132, 17
+
+
+ 56, 13
+
+
+ NameTxt
+
+
+ 0
+
+
+ &替换为:
+
+
+ 362, 161
+
+
+ 25, 65
+
+
+ 1
+
+
+ OptionsGroupBox
+
+
+ 将所有正斜杠 ( / ) 改为&反斜杠 ( \ )
+
+
+ 25, 134
+
+
+ 4
+
+
+ 4
+
+
+ Bottom, Right
+
+
+ 2
+
+
+ 专家模式
+
+
+ OptionsGroupBox
+
+
+ 不直接将路径作为参数传给可执行文件,而是将它们保存在一个文件列表中,并将该文件列表的路径传给可执行文件。
+
+
+
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 2
+
+
+ True
+
+
+ OptionsGroupBox
+
+
+ 75, 23
+
+
+ DecorationsGroupBox
+
+
+ 288, 20
+
+
+ OptionsGroupBox
+
+
+ BasePluginPage
+
+
+ MainTabControl
+
+
+ 12, 15
+
+
+ True
+
+
+ 要启动的可执行文件的路径
+
+
+ 3
+
+
+ 281, 111
+
+
+ $this
+
+
+ 6
+
+
+ ExecutableTxt
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ QuotesChk
+
+
+ FindReplaceGroupBox
+
+
+ 225, 17
+
+
+ 1
+
+
+ Slashes
+
+
+ 浏览...
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 19
+
+
+ True
+
+
+ PreviewCtrl
+
+
+ 用引号包裹路径 ( " )
+
+
+ 82, 17
+
+
+ IgnoreCaseChk
+
+
+
+
+
+ OptionsPage
+
+
+ Top, Right
+
+
+ BasePluginLst
+
+
+ UnexpandEnvStringsChk
+
+
+ ...仅当包含&空格时
+
+
+ SwitchBtn
+
+
+ $this
+
+
+ LaunchExecutableChk
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 查找 &what:
+
+
+ ForwardToBackslashesRadio
+
+
+ &忽略大小写
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 4, 22
+
+
+ 4, 22
+
+
+ 84, 45
+
+
+ OKBtn
+
+
+
+
+
+ 5
+
+
+ 4
+
+
+ 22, 116
+
+
+
+
+
+ 177, 17
+
+
+ 706, 20
+
+
+ NameLbl
+
+
+ WithFilelistChk
+
+
+ ...并将路径保存在一个文件列表中,而不是&直接传给他们。
+
+
+ 314, 13
+
+
+ 1
+
+
+ 6, 65
+
+
+ 6, 13
+
+
+ 1
+
+
+ 3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 可执行文件 (*.exe;*.com;*.bat;*.cmd)|*.exe;*.com;*.bat;*.cmd|所有文件 (*.*)|*.*
+
+
+ True
+
+
+ 1
+
+
+ 0
+
+
+ True
+
+
+ 287, 17
+
+
+ UseRegexChk
+
+
+ 5
+
+
+ 0
+
+
+ SlashesGroupBox
+
+
+ 复&制多个路径到同一行
+
+
+ OptionsPage
+
+
+ 75, 23
+
+
+
+
+
+ FindReplaceGroupBox
+
+
+ Top, Left, Right
+
+
+ False
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ True
+
+
+ 对空&格使用百分号编码(例 %20)
+
+
+ 6
+
+
+ PipelinePluginToolTip
+
+
+ 使用 %20 替换路径中的所有空格字符
+
+
+
+
+
+ True
+
+
+ 是否尝试用引用环境变量替换部分路径,如 %USERPROFILE% 等。
+
+
+ 374, 141
+
+
+ 68, 19
+
+
+ MainTabControl
+
+
+ SlashesGroupBox
+
+
+ 2
+
+
+ 6, 42
+
+
+ Options
+
+
+ 1
+
+
+ 225, 17
+
+
+ 使用正斜杠 ( / ) 替换路径中的所有反斜杠 ( \ )
+
+
+ 197, 17
+
+
+ 2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ OptionsGroupBox
+
+
+
+
+
+ Top, Right
+
+
+ 1
+
+
+ $this
+
+
+ 请为您的自定义命令选择一个基本命令。这将
+
+
+ 1
+
+
+ 5
+
+
+ 使用正&则表达式
+
+
+ OptionsGroupBox
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 0
+
+
+ 6
+
+
+ 25, 88
+
+
+ 56, 12
+
+
+ 790, 491
+
+
+ 3
+
+
+ 不改变&斜杠
+
+
+ False
+
+
+ Bottom, Right
+
+
+ Top, Bottom, Left, Right
+
+
+ 替换路径中找到的任何元素的字符串;若使用正则表达式时,此项为替换表达式
+
+
+ PathCopyCopy.Settings.UI.Utils.PositionPersistedForm, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ 1
+
+
+ 153, 75
+
+
+ 0
+
+
+ FindLbl
+
+
+ DecorationsGroupBox
+
+
+ 基本命令
+
+
+ 要在路径中查找并替换的字符串;若使用正则表达式,则此为正则表达式
+
+
+ 不要改变路径中的斜杠字符
+
+
+ 3
+
+
+ BrowserForExecutableBtn
+
+
+ False
+
+
+
+
+
+ 0
+
+
+ 265, 17
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ CenterParent
+
+
+ 9, 75
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 3, 3, 3
+
+
+
+
+
+ 4
+
+
+ 6
+
+
+ 2
+
+
+ ReplaceTxt
+
+
+ ChooseExecutableOpenDlg
+
+
+ False
+
+
+ 6, 111
+
+
+ 63, 13
+
+
+ Decorations
+
+
+ 6, 48
+
+
+ False
+
+
+ BasePluginPage
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ BaseCommandLbl2
+
+
+ 6, 42
+
+
+ 6
+
+
+ Top, Left, Right
+
+
+ 3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 切换到专家模式以使用更多自定义选项,更复杂的使用方法
+
+
+ Bottom, Left
+
+
+ 134, 17
+
+
+ 7
+
+
+ 6
+
+
+ 3
+
+
+ $this
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 88
+
+
+ 2
+
+
+ 5
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 750, 314
+
+
+ 6, 23
+
+
+ 12, 38
+
+
+ 复制路径时递归到子目录
+
+
+ DecorationsGroupBox
+
+
+ 不要保存此自定义命令并关闭窗口
+
+
+ 6, 173
+
+
+ &测试...
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TestRegexBtn
+
+
+ 6, 65
+
+
+ RemoveExtChk
+
+
+ 742, 288
+
+
+ True
+
+
+ 0
+
+
+ 5
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 如果路径包含空格,是否仅用引号将路径引起来
+
+
+ 748, 53
+
+
+ 7
+
+
+ BasePluginPage
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FindReplaceGroupBox
+
+
+ 4
+
+
+ BaseCommandLbl
+
+
+ OptionalQuotesChk
+
+
+ 2
+
+
+ Options
+
+
+ True
+
+
+ OK
+
+
+ 是否在执行基于正则表达式的查找/替换操作时忽略大小写
+
+
+ 2
+
+
+ FindReplaceGroupBox
+
+
+ 150, 17
+
+
+ 不要将路径复制到剪贴板,而是在磁盘上启动一个可执行文件,将路径作为参数传递
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ OptionsGroupBox
+
+
+ 1
+
+
+ 2
+
+
+ 272, 20
+
+
+ DecorationsGroupBox
+
+
+ 75, 23
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 343, 13
+
+
+ Top, Bottom, Left, Right
+
+
+ CancelBtn
+
+
+ 2
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PipelinePluginForm
+
+
+ ...以及&所有无效 URI 字符 (例 %xx)
+
+
+ 362, 143
+
+
+ 5
+
+
+ 6, 6
+
+
+ False
+
+
+
+
+
+ &将路径作为参数启动可执行文件,不复制到剪贴板。
+
+
+ 130, 17
+
+
+ 138, 17
+
+
+ 可&执行文件:
+
+
+ CopyOnSameLineChk
+
+
+ 保存此自定义命令并关闭窗口
+
+
+ 6, 42
+
+
+ 94, 23
+
+
+ 4
+
+
+ True
+
+
+ FindReplaceGroupBox
+
+
+ 3
+
+
+ Top, Left, Right
+
+
+ $this
+
+
+ Top, Left, Right
+
+
+ 362, 129
+
+
+ $this
+
+
+ 将所有的反斜杠改为&正斜杠
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 38, 13
+
+
+ DecorationsGroupBox
+
+
+ 9, 32
+
+
+ 用百分比编码 ( %xx ) 替换路径中所有无效的字符
+
+
+ FindReplaceGroupBox
+
+
+ 1
+
+
+ ReplaceLbl
+
+
+ NoSlashesChangeRadio
+
+
+ 91, 113
+
+
+ 3, 3, 3, 3
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Bottom, Left, Right
+
+
+ 6, 19
+
+
+
+
+
+ 当复制多个选定文件/文件夹的路径时,将它们全部复制在同一行(用空格隔开),而不是复制在不同的行上(用换行符隔开)
+
+
+ DecorationsGroupBox
+
+
+ 0
+
+
+ 6, 3
+
+
+ 4
+
+
+ 5
+
+
+ 打开对话框并选择要在磁盘上启动的可执行文件
+
+
+ FindReplaceGroupBox
+
+
+ True
+
+
+ EncodeURIWhitespaceChk
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 递&归复制路径
+
+
+ 用&引号把路径引起来
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FindReplaceGroupBox
+
+
+ BasePluginPage
+
+
+ 0
+
+
+ True
+
+
+
+
+
+ 1
+
+
+ 12, 358
+
+
+ 1
+
+
+ 此自定义命令的名称
+
+
+ 281, 71
+
+
+ 0
+
+
+ EmailLinksChk
+
+
+ True
+
+
+ 75, 23
+
+
+ 72, 13
+
+
+ 339, 17
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 723, 251
+
+
+ 687, 417
+
+
+ FindTxt
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 742, 288
+
+
+ False
+
+
+ False
+
+
+ DecorationsGroupBox
+
+
+ 查找 / 替换
+
+
+ BackToForwardSlashesRadio
+
+
+ 0
+
+
+ Top, Left, Right
+
+
+ 将路径中的所有正斜杠 ( / ) 替换为反斜杠 ( \ )
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 362, 90
+
+
+ 9, 98
+
+
+ 2
+
+
+ 5
+
+
+ 0
+
+
+ 指定在应用自定义选项之前要使用的路径复制方法。
+
+
+ 打开窗口并测试当前的正则表达式/替换表达式组合。
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 243, 17
+
+
+ 606, 417
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 自定义命令
+
+
+ 12, 417
+
+
+ Cancel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 是否使用正则表达式来执行查找/替换操作
+
+
+ 0
+
+
+ SlashesGroupBox
+
+
+ 使用 < 和 > 包含路径(用来创建 e-&mail 链接)
+
+
+ $this
+
+
+ 4
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 316, 17
+
+
+ RecursiveCopyChk
+
+
+ 0
+
+
+ 3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ 1
+
+
+ True
+
+
+ True
+
+
+ &名称:
+
+
+ 移除文件扩展&名
+
+
+ 306, 17
+
+
+ True
+
+
+ True
+
+
+ ExecutableLbl
+
+
+ 如果可以,使用环&境变量替换部分路径
+
+
+ 184, 20
+
+
+ FindReplaceGroupBox
+
+
+ OptionsPage
+
+
+
+
+
+ OptionsPage
+
+
+ EncodeURICharsChk
+
+
+ PathCopyCopy.Settings.UI.UserControls.PluginPreviewUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ 使用 < 和 > 包含路径(用来创建 e-mail 链接)
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 217, 17
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/Forms/RegexTesterForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/RegexTesterForm.zh-CN.resx
new file mode 100644
index 0000000..ed03205
--- /dev/null
+++ b/PathCopyCopySettings/UI/Forms/RegexTesterForm.zh-CN.resx
@@ -0,0 +1,768 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 335, 93
+
+
+ 138, 45
+
+
+
+ 0
+
+
+
+ Top, Left, Right
+
+
+ True
+
+
+ 1
+
+
+ RegexTxt
+
+
+ Top, Right
+
+
+ 267, 13
+
+
+ 75, 23
+
+
+ Top, Left, Right
+
+
+ 5
+
+
+ Bottom, Right
+
+
+
+
+
+ 使用提供的正则表达式和替换表达式执行查找/替换操作,并将其应用于提供的示例字符串
+
+
+ 100, 13
+
+
+ 4
+
+
+ Top, Left, Right
+
+
+ 5
+
+
+
+
+
+ Path Copy Copy 使用 JavaScript/ECMAScript 正则表达式语法
+
+
+ ParamsGroupBox
+
+
+ True
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 无效的正则表达式
+
+
+ InvalidNoticeLbl
+
+
+ &忽略大小写
+
+
+ Top, Left, Right
+
+
+ 将对正则和替换表达式的更改复制回父对话框,并关闭该窗口
+
+
+ 2
+
+
+ http://www.regular-expressions.info/javascript.html
+
+
+ 18, 255
+
+
+
+
+
+ 正则表达式测试
+
+
+ ParamsGroupBox
+
+
+ 82, 17
+
+
+ 247, 13
+
+
+ 9, 71
+
+
+
+
+
+ 18, 295
+
+
+ 3
+
+
+ 126, 13
+
+
+ ExecutionGroupBox
+
+
+ 0
+
+
+
+
+
+ 查找/替换操作的结果
+
+
+ 6
+
+
+ 6, 13
+
+
+ 参数
+
+
+ 2
+
+
+ &示例:
+
+
+ 152, 13
+
+
+ ReplacementTxt
+
+
+ 368, 13
+
+
+ ResultLbl
+
+
+ ReplacementLbl
+
+
+
+
+
+ 6, 44
+
+
+ True
+
+
+ True
+
+
+ 3
+
+
+ &替换表达式:
+
+
+ $this
+
+
+ 365, 13
+
+
+ 4
+
+
+ 57, 41
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ExecutionGroupBox
+
+
+ 12, 114
+
+
+ 422, 129
+
+
+ 0
+
+
+ 是否在执行查找/替换操作时忽略大小写
+
+
+ True
+
+
+ 要测试您的正则表达式,请输入下面的示例字符串,然后点击「测试」。
+
+
+ SampleLbl
+
+
+ 2
+
+
+ ExecutionGroupBox
+
+
+ Bottom, Left
+
+
+ ParamsGroupBox
+
+
+ 40, 13
+
+
+ 2
+
+
+ 18, 281
+
+
+ Bottom, Left
+
+
+ RegexSyntaxHelpLinkLbl2
+
+
+ 6
+
+
+ 这里可以找到很好的正则表达式参考资料:
+
+
+ 2
+
+
+
+
+
+ ExecutionGroupBox
+
+
+ RegexSyntaxHelpLbl2
+
+
+ $this
+
+
+ 462, 364
+
+
+ 6, 70
+
+
+ Bottom, Left
+
+
+ ParamsGroupBox
+
+
+ RegexLbl
+
+
+ RegexToolTip
+
+
+ CenterParent
+
+
+ $this
+
+
+ Execution
+
+
+ Result:
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 3
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TestBtn
+
+
+ Top, Left, Right
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 3
+
+
+
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 用来执行查找/替换操作的替换表达式
+
+
+ Cancel
+
+
+ Microsoft Sans Serif, 8.25pt, style=Bold
+
+
+ $this
+
+
+ 应用正则表达式和替换表达式的示例文本
+
+
+ False
+
+
+ Top, Left, Right
+
+
+ 12, 12
+
+
+ 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 272, 20
+
+
+ CancelBtn
+
+
+ 4
+
+
+ 52, 67
+
+
+ http://www.regular-expressions.info/reference.html
+
+
+ 298, 20
+
+
+ 6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 353, 20
+
+
+ True
+
+
+ OKBtn
+
+
+ OK
+
+
+ RegexTesterForm
+
+
+ http://www.regular-expressions.info/javascript.html
+
+
+ SampleTxt
+
+
+ 5
+
+
+ True
+
+
+ 在不改变正则表达式或替换表达式的情况下,回到父对话框
+
+
+ $this
+
+
+ Bottom, Left
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ C:\Program Files\Internet Explorer\iexplore.exe
+
+
+ PathCopyCopy.Settings.UI.Utils.PositionPersistedForm, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ $this
+
+
+ ExecutionGroupBox
+
+
+ ResultTxt
+
+
+ 6
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 422, 96
+
+
+ 3
+
+
+ 359, 290
+
+
+ http://www.regular-expressions.info/reference.html
+
+
+ ExecutionExplanationLbl
+
+
+ Bottom, Right
+
+
+ &Test
+
+
+ 6, 98
+
+
+ 0
+
+
+ 正则&表达式:
+
+
+ IgnoreCaseChk
+
+
+ ParamsGroupBox
+
+
+
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ RegexSyntaxHelpLinkLbl1
+
+
+ True
+
+
+ 247, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ 45, 13
+
+
+ 4
+
+
+ 446, 325
+
+
+ 1
+
+
+ 6, 22
+
+
+ 5
+
+
+
+
+
+ 1
+
+
+ 278, 290
+
+
+ 7
+
+
+ 2
+
+
+ 18, 268
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 358, 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ ParamsGroupBox
+
+
+ 75, 23
+
+
+ True
+
+
+ RegexSyntaxHelpLbl1
+
+
+ 6, 22
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ $this
+
+
+ 1
+
+
+ ExecutionGroupBox
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 用于执行查找/替换操作的正则表达式
+
+
+ 112, 19
+
+
+ ExecutionGroupBox
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 75, 23
+
+
+ ExecutionGroupBox
+
+
+ 6, 48
+
+
+ $this
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
+ True
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/Forms/SoftwareUpdateForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/SoftwareUpdateForm.zh-CN.resx
new file mode 100644
index 0000000..bab292c
--- /dev/null
+++ b/PathCopyCopySettings/UI/Forms/SoftwareUpdateForm.zh-CN.resx
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 291, 13
+
+
+ SoftwareUpdateTitleLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ Top, Bottom, Left, Right
+
+
+ 3
+
+
+ 498, 419
+
+
+ CloseBtn
+
+
+ 374, 283
+
+
+ 116, 23
+
+
+
+
+
+ <修改名称>
+
+
+ 20, 20
+
+
+ SoftwareUpdateForm
+
+
+ 12, 31
+
+
+ 2
+
+
+
+ True
+
+
+ $this
+
+
+ SoftwareUpdateUrlLinkLbl
+
+
+
+
+
+ 点击这里访问网站并下载新的更新
+
+
+ CenterParent
+
+
+ 3
+
+
+ Microsoft Sans Serif, 8.25pt, style=Bold
+
+
+ SoftwareUpdatesTooltip
+
+
+ 5
+
+
+ 0
+
+
+ 4
+
+
+ 229, 9
+
+
+
+
+
+ 6, 13
+
+
+ 5
+
+
+ 不要应用此更新,发布下一个更新时再通知您
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 273, 345
+
+
+ 12, 56
+
+
+ 更新日志:
+
+
+
+
+
+ $this
+
+
+ $this
+
+
+ True
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ 6
+
+
+ 1
+
+
+ 96, 13
+
+
+ True
+
+
+ 395, 345
+
+
+ Path Copy Copy 新版本发布:
+
+
+ 211, 13
+
+
+ 12, 9
+
+
+ SoftwareUpdateAvailLbl
+
+
+ 75, 23
+
+
+ 2
+
+
+ $this
+
+
+ 96, 56
+
+
+ Bottom, Right
+
+
+ True
+
+
+ $this
+
+
+ &关闭
+
+
+ Path Copy Copy 有新更新
+
+
+ 1
+
+
+
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ IgnoreUpdateBtn
+
+
+ $this
+
+
+ Bottom, Right
+
+
+
+
+
+ 78, 13
+
+
+ $this
+
+
+ ReleaseNotesWebBrowser
+
+
+ 忽略更新,稍后再提醒我
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ 482, 380
+
+
+ System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ &忽略此版本更新
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ReleaseNotesLbl
+
+
+ 0
+
+
+ 17, 17
+
+
+ True
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/CommandLinePipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/CommandLinePipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..45d59e1
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/CommandLinePipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 4
+
+
+ 3
+
+
+
+ 6, 13
+
+
+ CmdLineToolTip
+
+
+ &参数:
+
+
+ 1
+
+
+ 60, 13
+
+
+
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementWithExecutableUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ $this
+
+
+ CommandLinePipelineElementUserControl
+
+
+ 是否直接将路径传递给可执行文件(未选中)或在 filelist.txt 中传递(选中)。
+
+
+ True
+
+
+ 5
+
+
+ 73, 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 要传递给可执行文件的参数。包括 %FILES%,以替换为文件路径,否则将附加路径。
+
+
+ Use &filelist
+
+
+ -3, 31
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 252, 20
+
+
+ True
+
+
+ ArgumentsLbl
+
+
+
+ Top, Left, Right
+
+
+ 0, 54
+
+
+ UseFilelistChk
+
+
+ ArgumentsTxt
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ $this
+
+
+ 0
+
+
+ $this
+
+
+ 66, 28
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 318, 79
+
+
+
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/ConfiglessPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/ConfiglessPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..584d265
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/ConfiglessPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ -3, 0
+
+
+ 173, 15
+
+
+ 177, 13
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ $this
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6, 13
+
+
+
+ True
+
+
+ ConfiglessLbl
+
+
+ ConfiglessPipelineElementUserControl
+
+
+ 要传递给可执行文件的参数
+
+
+ 0
+
+
+ 0
+
+
+ True
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/CopyNPathPartsPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/CopyNPathPartsPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..21439b0
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/CopyNPathPartsPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 4
+
+
+
+ 6, 13
+
+
+ NumPartsTxt
+
+
+ 开头
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ -3, 3
+
+
+ 2
+
+
+ last
+
+
+ 100, 0
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ 90, 13
+
+
+ 42, 21
+
+
+ PathPartsLbl
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ CopyNPathPartsToolTip
+
+
+ $this
+
+
+ 3
+
+
+ 要复制路径的什么部分
+
+
+ &复制
+
+
+ 路径的部分
+
+
+ 1
+
+
+ 38, 20
+
+
+ $this
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FirstLastCombo
+
+
+ 144, 3
+
+
+ $this
+
+
+ $this
+
+
+
+
+
+ 是复制路径的开头部分还是结尾部分
+
+
+ 0000
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 49, 13
+
+
+ 2
+
+
+ 0
+
+
+ 52, 0
+
+
+ 3
+
+
+ CopyTheNLbl
+
+
+ 0
+
+
+ 1
+
+
+ True
+
+
+ True
+
+
+ 242, 23
+
+
+ CopyNPathPartsPipelineElementUserControl
+
+
+
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/FindReplacePipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/FindReplacePipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..75b30e0
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/FindReplacePipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 查找 &what:
+
+
+ 0
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 6, 13
+
+
+
+ 2
+
+
+ 75, 26
+
+
+ FindReplaceToolTip
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ -3, 29
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 56, 13
+
+
+ 170, 20
+
+
+ $this
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 1
+
+
+
+
+
+ 0
+
+
+ 154, 20
+
+
+ 3
+
+
+
+ Top, Left, Right
+
+
+ 72, 13
+
+
+ &替换为:
+
+
+ $this
+
+
+ 59, 0
+
+
+ FindReplacePipelineElementUserControl
+
+
+ True
+
+
+ 要在路径中查找和替换的字符串
+
+
+ 1
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ -3, 3
+
+
+ $this
+
+
+ ReplaceTxt
+
+
+
+
+
+ True
+
+
+ $this
+
+
+ 3
+
+
+ 用来替换路径中任何找到的元素的字符串
+
+
+ FindLbl
+
+
+ 2
+
+
+ Top, Left, Right
+
+
+ ReplaceLbl
+
+
+ 229, 47
+
+
+ FindTxt
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/InjectDriveLabelPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/InjectDriveLabelPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..d0eb96a
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/InjectDriveLabelPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 339, 16
+
+
+ 0
+
+
+ -3, 0
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+
+ 0
+
+
+ 340, 13
+
+
+ 6, 13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ InjectDriveLabelPipelineElementUserControl
+
+
+ InjectDriveLabelInstructionsLbl
+
+
+ 所有 %DRIVELABEL% 的实例对象都将被替换为硬盘的标签。
+
+
+ $this
+
+
+ True
+
+
+ True
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/PathsSeparatorPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/PathsSeparatorPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..69e7e94
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/PathsSeparatorPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ SeparatorToolTip
+
+
+ 1
+
+
+
+ 6, 13
+
+
+
+ Top, Left, Right
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ True
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ PathsSeparatorPipelineElementUserControl
+
+
+
+
+
+ 1
+
+
+ &Separator:
+
+
+ $this
+
+
+ 0
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 172, 20
+
+
+ 56, 13
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
+
+ 用于分隔多个复制路径的字符串。默认(当该选项不存在时)为回车。
+
+
+ SeparatorTxt
+
+
+ SeparatorLbl
+
+
+ 59, 0
+
+
+ 231, 20
+
+
+ -3, 3
+
+
+
+
+
+ 17, 17
+
+
+ True
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/PipelineElementWithExecutableUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/PipelineElementWithExecutableUserControl.zh-CN.resx
new file mode 100644
index 0000000..e979c64
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/PipelineElementWithExecutableUserControl.zh-CN.resx
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ True
+
+
+
+ -3, 5
+
+
+ 63, 13
+
+
+ 0
+
+
+ E&xecutable:
+
+
+ ExecutableLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
+
+
+ Top, Left, Right
+
+
+ 66, 2
+
+
+ 166, 20
+
+
+ 1
+
+
+ 217, 17
+
+
+ 要启动的可执行文件的路径
+
+
+ ExecutableTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ Top, Right
+
+
+ 238, 0
+
+
+ 80, 23
+
+
+ 2
+
+
+ &Browse...
+
+
+ 打开对话框并选择要在磁盘上启动的可执行文件。
+
+
+ BrowseForExecutableBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
+
+ 17, 17
+
+
+ 可执行文件 (*.exe;*.com;*.bat;*.cmd)|*.exe;*.com;*.bat;*.cmd|所有文件 (*.*)|*.*
+
+
+ True
+
+
+ 6, 13
+
+
+ 318, 24
+
+
+ ChooseExecutableOpenDlg
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ExecutableToolTip
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PipelineElementWithExecutableUserControl
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/PipelineElementWithPluginIDUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/PipelineElementWithPluginIDUserControl.zh-CN.resx
new file mode 100644
index 0000000..d92893b
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/PipelineElementWithPluginIDUserControl.zh-CN.resx
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 用于获取路径的基本命令
+
+
+
+ 314, 306
+
+
+ PipelineElementWithPluginIDUserControl
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ BasePluginLst
+
+
+
+ 0
+
+
+ $this
+
+
+ 0, 0
+
+
+ 6, 13
+
+
+ 314, 306
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ BasePluginToolTip
+
+
+
+ Fill
+
+
+
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.zh-CN.resx
new file mode 100644
index 0000000..3300bfa
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/PluginPreviewUserControl.zh-CN.resx
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PreviewGroupBox
+
+
+
+ 369, 53
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ PluginPreviewUserControl
+
+
+
+ 0
+
+
+ 6, 19
+
+
+ 369, 53
+
+
+
+ Fill
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0, 0
+
+
+ 6, 13
+
+
+ 0
+
+
+ 357, 20
+
+
+ Top, Left, Right
+
+
+ PreviewGroupBox
+
+
+ 0
+
+
+ PreviewTxt
+
+
+ 预览
+
+
+ True
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..c2030d6
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/PopFromStackPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,537 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TestRegexBtn
+
+
+ IgnoreCaseChk
+
+
+ 用它来替换&整个路径
+
+
+
+ 3
+
+
+ RangeBeginTxt
+
+
+
+ 184, 17
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 在路径末&尾插入数值
+
+
+ Start of range to replace with the popped value
+
+
+ 297, 41
+
+
+ 295, 87
+
+
+ &测试...
+
+
+ 11
+
+
+ BeginAndEndLbl
+
+
+ True
+
+
+ 3
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 231, 17
+
+
+ 10
+
+
+ 166, 17
+
+
+ $this
+
+
+ 0, 39
+
+
+ 用正则表达式来定位路径中要用 popped value 替换的部分。
+
+
+ 207, 91
+
+
+ 0, 114
+
+
+ 3
+
+
+ 对 popped value 不做任何处理(放弃它)
+
+
+ 11
+
+
+ 0, 62
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ RegexRadio
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 用正则表达式的第一个匹配项所定义的 popped value 替换路径的一部分。
+
+
+ 0, 16
+
+
+ 6
+
+
+ 8
+
+
+ $this
+
+
+ 158, 13
+
+
+ 只需将其丢弃,&无需储存
+
+
+ 9
+
+
+ Whether to ignore case when using the regular expression to locate the portion of the path to replace with the popped value
+
+
+ $this
+
+
+ 打开一个对话框,测试正则表达式
+
+
+ 在路径的&开头插入数值
+
+
+ 27, 20
+
+
+
+
+
+ 7
+
+
+ 10
+
+
+ 9
+
+
+ 1
+
+
+ 0, 137
+
+
+ and
+
+
+ $this
+
+
+ RangeRadio
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 替换&位置之间的所有路径
+
+
+ 264, 38
+
+
+ True
+
+
+ $this
+
+
+ 203, 17
+
+
+ 7
+
+
+ 替换&正则表达式的第一个匹配项
+
+
+ 8
+
+
+ $this
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PopValueAndLbl
+
+
+ 2
+
+
+ NowhereRadio
+
+
+ $this
+
+
+ Insert the popped value at the beginning of the path
+
+
+ -3, 0
+
+
+ End of range to replace with the popped value
+
+
+ 3
+
+
+ 6, 13
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 4
+
+
+ 240, 61
+
+
+ RegexTxt
+
+
+ $this
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ RangeEndTxt
+
+
+
+ Top, Left, Right
+
+
+ 25, 13
+
+
+ 82, 17
+
+
+ Replace a portion of the path with the popped value, as defined by a character range
+
+
+ StartRadio
+
+
+ Insert the popped value at the end of the path
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ True
+
+
+ 6
+
+
+ 从堆栈中弹出一个值,并:
+
+
+ True
+
+
+ 234, 17
+
+
+ True
+
+
+ 2
+
+
+ $this
+
+
+ 370, 180
+
+
+ $this
+
+
+ EndRadio
+
+
+ 5
+
+
+ 0, 160
+
+
+ 27, 20
+
+
+
+
+
+ True
+
+
+ 1
+
+
+ 75, 23
+
+
+
+
+
+ 258, 17
+
+
+ 130, 20
+
+
+ 12
+
+
+ True
+
+
+ EntireRadio
+
+
+ 0
+
+
+ 0
+
+
+ $this
+
+
+ 12
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PopFromStackPipelineElementUserControl
+
+
+ &Ignore case
+
+
+ $this
+
+
+ $this
+
+
+ 328, 38
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PopFromStackToolTip
+
+
+ 用弹出的值替换整个路径
+
+
+ Top, Right
+
+
+ True
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..383fe9b
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/PushToStackPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,579 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ True
+
+
+
+ -3, 0
+
+
+ 155, 13
+
+
+ 0
+
+
+ 将以下内容入栈:
+
+
+ PushToStackLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 14
+
+
+ True
+
+
+ 0, 16
+
+
+ 97, 17
+
+
+ 1
+
+
+ &整个路径
+
+
+ 17, 17
+
+
+ 将整个路径入栈
+
+
+ EntirePathRadio
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 13
+
+
+ True
+
+
+ 0, 39
+
+
+ 216, 17
+
+
+ 2
+
+
+ &位置间的路径上所有内容
+
+
+ Push part of the path to the stack, as defined by a range of characters
+
+
+ RangeRadio
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 12
+
+
+ 222, 38
+
+
+ 3
+
+
+ 27, 20
+
+
+ 5
+
+
+ 0
+
+
+ Beginning of range to push to the stack
+
+
+ RangeBeginTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 11
+
+
+ True
+
+
+ 255, 41
+
+
+ 25, 13
+
+
+ 6
+
+
+ and
+
+
+ BeginAndEndLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 10
+
+
+ 286, 38
+
+
+ 3
+
+
+ 27, 20
+
+
+ 7
+
+
+ 0
+
+
+ End of range to push to the stack
+
+
+ RangeEndTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 9
+
+
+ True
+
+
+ 0, 62
+
+
+ 195, 17
+
+
+ 3
+
+
+ &正则表达式匹配的第一个内容
+
+
+ 将正则表达式的第一个匹配项入栈
+
+
+ RegexRadio
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 8
+
+
+
+ Top, Left, Right
+
+
+ 201, 61
+
+
+ 169, 20
+
+
+ 8
+
+
+ Regular expression to use to locate the part of the path to push to the stack
+
+
+ RegexTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 7
+
+
+ True
+
+
+ 201, 91
+
+
+ 82, 17
+
+
+ 12
+
+
+ &忽略大小写
+
+
+ Whether to ignore case when using the regular expression to locate the part of the path to push to the stack
+
+
+ IgnoreCaseChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 6
+
+
+ Top, Right
+
+
+ 295, 87
+
+
+ 75, 23
+
+
+ 13
+
+
+ &测试...
+
+
+ 打开窗口测试正则表达式
+
+
+ TestRegexBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 5
+
+
+ True
+
+
+ 19, 92
+
+
+ 59, 13
+
+
+ 9
+
+
+ (Use &group
+
+
+ UseGroupLbl1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 4
+
+
+ 84, 89
+
+
+ 3
+
+
+ 27, 20
+
+
+ 10
+
+
+ 0
+
+
+ 要将正则表达式的哪个匹配组入栈
+
+
+ RegexGroupTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
+
+ True
+
+
+ 117, 92
+
+
+ 10, 13
+
+
+ 11
+
+
+ )
+
+
+ UseGroupLbl2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
+
+ True
+
+
+ 0, 115
+
+
+ 73, 17
+
+
+ 4
+
+
+ The &value
+
+
+ 将一个固定值入栈
+
+
+ FixedStringRadio
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ Top, Left, Right
+
+
+ 79, 114
+
+
+ 291, 20
+
+
+ 14
+
+
+ Value to push to the stack
+
+
+ FixedStringTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
+
+ True
+
+
+ 6, 13
+
+
+ 370, 138
+
+
+ PushToStackToolTip
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PushToStackPipelineElementUserControl
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
\ No newline at end of file
diff --git a/PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.zh-CN.resx b/PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.zh-CN.resx
new file mode 100644
index 0000000..8e3eeb9
--- /dev/null
+++ b/PathCopyCopySettings/UI/UserControls/RegexPipelineElementUserControl.zh-CN.resx
@@ -0,0 +1,324 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ IgnoreCaseChk
+
+
+ 5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ &替换表达式:
+
+
+
+ 129, 26
+
+
+
+
+
+
+ Top, Left, Right
+
+
+ 82, 17
+
+
+
+ True
+
+
+ 3
+
+
+ RegexPipelineElementUserControl
+
+
+ 4
+
+
+ ReplaceLbl
+
+
+ 215, 52
+
+
+ 0
+
+
+ 是否在查找/替换时忽略大小写
+
+
+ 正则&表达式:
+
+
+ 4
+
+
+ Top, Left, Right
+
+
+ 75, 23
+
+
+ 0, 56
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ $this
+
+
+ -3, 29
+
+
+ 126, 13
+
+
+ Top, Right
+
+
+ FindTxt
+
+
+ $this
+
+
+ -3, 3
+
+
+ 187, 20
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+
+
+
+ 103, 0
+
+
+ ReplaceTxt
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 匹配路径的正则表达式
+
+
+
+
+
+ 161, 20
+
+
+ True
+
+
+ 1
+
+
+ $this
+
+
+ 打开窗口测试当前的正则/替换表达式
+
+
+ $this
+
+
+ $this
+
+
+ $this
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ True
+
+
+ 2
+
+
+ 与正则表达式一起执行替换的表达式
+
+
+ 290, 76
+
+
+ RegexToolTip
+
+
+ FindLbl
+
+
+ 6, 13
+
+
+ 100, 13
+
+
+ TestBtn
+
+
+ 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ PathCopyCopy.Settings.UI.UserControls.PipelineElementUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ &忽略大小写
+
+
+ &测试...
+
+
+ 17, 17
+
+
+ True
+
+
\ No newline at end of file
From 24251c90043337f6eb4a75b3c40d8ab78306dc92 Mon Sep 17 00:00:00 2001
From: Golden <35162802+Littlegolden@users.noreply.github.com>
Date: Sat, 13 Feb 2021 15:01:04 +0800
Subject: [PATCH 2/5] Create MainForm.zh-CN.resx
---
.../UI/Forms/MainForm.zh-CN.resx | 1858 +++++++++++++++++
1 file changed, 1858 insertions(+)
create mode 100644 PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx
diff --git a/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx
new file mode 100644
index 0000000..32adb58
--- /dev/null
+++ b/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx
@@ -0,0 +1,1858 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ Bottom, Right
+
+
+
+ False
+
+
+
+ 410, 563
+
+
+ 75, 23
+
+
+ 4
+
+
+ &Apply
+
+
+ 769, 18
+
+
+ 应用更改
+
+
+ ApplyBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 4
+
+
+ Bottom, Right
+
+
+ 248, 563
+
+
+ 75, 23
+
+
+ 2
+
+
+ OK
+
+
+ 保存设置并关闭窗口
+
+
+ OKBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
+
+ Bottom, Right
+
+
+ 329, 563
+
+
+ 75, 23
+
+
+ 3
+
+
+ &Cancel
+
+
+ 取消更改并关闭窗口
+
+
+ CancelBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ Top, Right
+
+
+ 384, 197
+
+
+ 75, 23
+
+
+ 10
+
+
+ Dup&licate
+
+
+ 创建选中自定义命令的副本
+
+
+ DuplicatePipelinePluginBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 0
+
+
+ Bottom, Left, Right
+
+
+ 9, 460
+
+
+ 369, 53
+
+
+ 3
+
+
+ PreviewCtrl
+
+
+ PathCopyCopy.Settings.UI.UserControls.PluginPreviewUserControl, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
+ PluginsPage
+
+
+ 1
+
+
+ Top, Right
+
+
+ 384, 139
+
+
+ 75, 23
+
+
+ 8
+
+
+ &分隔线
+
+
+ 在选中的命令下方创建分隔线
+
+
+ AddSeparatorBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 2
+
+
+ Top, Right
+
+
+ 384, 292
+
+
+ 75, 23
+
+
+ 14
+
+
+ &Import...
+
+
+ 从硬盘文件导入自定义命令
+
+
+ ImportPipelinePluginsBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 3
+
+
+ Top, Right
+
+
+ 384, 263
+
+
+ 75, 23
+
+
+ 13
+
+
+ 导&出...
+
+
+ 将选定的自定义命令导出到磁盘中
+
+
+ ExportPipelinePluginsBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 4
+
+
+ Top, Right
+
+
+ 384, 255
+
+
+ 75, 2
+
+
+ 12
+
+
+ BevelLineLbl2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 5
+
+
+ Top, Right
+
+
+ 384, 226
+
+
+ 75, 23
+
+
+ 11
+
+
+ &Remove
+
+
+ 删除选中的自定义命令或分隔线
+
+
+ RemovePluginBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 6
+
+
+ Top, Right
+
+
+ 384, 168
+
+
+ 75, 23
+
+
+ 9
+
+
+ &编辑...
+
+
+ 编辑选中的自定义命令
+
+
+ EditPipelinePluginBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 7
+
+
+ Top, Right
+
+
+ 384, 110
+
+
+ 75, 23
+
+
+ 7
+
+
+ &新建...
+
+
+ 创建一个新的自定义命令
+
+
+ AddPipelinePluginBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 8
+
+
+ Top, Right
+
+
+ 384, 102
+
+
+ 75, 2
+
+
+ 6
+
+
+ BevelLineLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 9
+
+
+ Top, Right
+
+
+ 384, 73
+
+
+ 75, 23
+
+
+ 5
+
+
+ &下移
+
+
+ 下移选中的命令
+
+
+ MovePluginDownBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 10
+
+
+ Top, Right
+
+
+ 384, 44
+
+
+ 75, 23
+
+
+ 4
+
+
+ &上移
+
+
+ 上移选中的命令
+
+
+ MovePluginUpBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 11
+
+
+ True
+
+
+ 6, 19
+
+
+ 429, 13
+
+
+ 1
+
+
+ 以及 Path Copy Copy 的子菜单。你也可以添加、删除或重新排序命令。
+
+
+ PluginsExplanationLbl2
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 12
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ 图标
+
+
+ 16
+
+
+ 34
+
+
+ True
+
+
+ 命令
+
+
+ True
+
+
+ 主菜单
+
+
+ 65
+
+
+ True
+
+
+ 子菜单
+
+
+ 58
+
+
+ 15, 39
+
+
+ 9, 44
+
+
+ 369, 410
+
+
+ 2
+
+
+ PluginsDataGrid
+
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 13
+
+
+ True
+
+
+ 6, 6
+
+
+ 439, 13
+
+
+ 0
+
+
+ 在这里,您可以选择哪些命令显示在右键菜单中
+
+
+ PluginsExplanationLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsPage
+
+
+ 14
+
+
+ 4, 22
+
+
+ 3, 3, 3, 3
+
+
+ 465, 519
+
+
+ 1
+
+
+ 命令
+
+
+ PluginsPage
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MainTabCtrl
+
+
+ 0
+
+
+ True
+
+
+ 6, 328
+
+
+ 132, 17
+
+
+ 14
+
+
+ 递归&复制路径
+
+
+ Recurse into subdirectories when copying paths
+
+
+ RecursiveCopyChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 0
+
+
+ Bottom, Left, Right
+
+
+ 431, 41
+
+
+ 70, 492
+
+
+ 354, 21
+
+
+ 20
+
+
+ 程序使用的语言
+
+
+ LanguageCombo
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ 6, 495
+
+
+ 58, 13
+
+
+ 19
+
+
+ 语&言:
+
+
+ LanguageLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 2
+
+
+ True
+
+
+ 6, 351
+
+
+ 235, 17
+
+
+ 15
+
+
+ 复制快捷&方式 (.lnk) 文件本身的路径
+
+
+ 复制快捷方式 (.lnk) 文件的路径时,复制快捷方式文件本身的路径,而不是目标文件的路径。
+
+
+ TrueLnkPathsChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 3
+
+
+ True
+
+
+ False
+
+
+ 25, 259
+
+
+ 118, 17
+
+
+ 11
+
+
+ ...以及在主&菜单
+
+
+ 在右键菜单中显示命令的预览
+
+
+ UsePreviewModeInMainMenuChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 4
+
+
+ True
+
+
+ 6, 121
+
+
+ 203, 17
+
+
+ 5
+
+
+ 为目录路径添加&分隔符
+
+
+ 当复制目录路径时,在路径末尾添加一个分隔符(例如:\ 或 /)。
+
+
+ AppendSepForDirChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 5
+
+
+ True
+
+
+ 6, 167
+
+
+ 303, 17
+
+
+ 7
+
+
+ Use &fully-qualified domain names when copying UNC paths
+
+
+ Use fully-qualified domain names (e.g. FQDN) when copying UNC paths
+
+
+ UseFQDNChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 6
+
+
+ True
+
+
+ False
+
+
+ 25, 29
+
+
+ 166, 17
+
+
+ 1
+
+
+ ...仅当路径包含&空格时
+
+
+ 是否在路径中包含空格时使用引号包围路径
+
+
+ AreQuotesOptionalChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 7
+
+
+ Top, Left, Right
+
+
+ 209, 40
+
+
+ False
+
+
+ 25, 397
+
+
+ 399, 21
+
+
+ 17
+
+
+ 打开右键菜单时,按下 Ctrl 键自动执行的命令
+
+
+ CtrlKeyPluginCombo
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 8
+
+
+ True
+
+
+ 6, 374
+
+
+ 418, 17
+
+
+ 16
+
+
+ 当用户按住 &Ctrl 键打开上下文菜单时,使用此命令:
+
+
+ 打开右键菜单时,按下 Ctrl 键自动执行的命令
+
+
+ CtrlKeyPluginChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 9
+
+
+ True
+
+
+ False
+
+
+ 25, 98
+
+
+ 225, 17
+
+
+ 4
+
+
+ ...以及所有无&效的 URI 字符 (例 %xx)
+
+
+ 将复制路径中所有无效的字符用百分比编码 ( %xx ) 代替。
+
+
+ EncodeURICharsChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 10
+
+
+ True
+
+
+ 6, 75
+
+
+ 287, 17
+
+
+ 3
+
+
+ 对&空白字符使用百分比编码 (例 %20)
+
+
+ 用 %20 替换路径中的所有空白字符
+
+
+ EncodeURIWhitespaceChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 11
+
+
+ True
+
+
+ 6, 305
+
+
+ 197, 17
+
+
+ 13
+
+
+ 将多&个路径复制为同一行
+
+
+ 当复制多个选定文件/文件夹的路径时,将它们全部复制在同一行(用空格隔开),而不是复制在不同的行上(用换行符隔开)
+
+
+ CopyOnSameLineChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 12
+
+
+ True
+
+
+ 6, 282
+
+
+ 341, 17
+
+
+ 12
+
+
+ 去掉&子菜单中 "复制" 或 "长/短" 等多余词语
+
+
+ 在子菜单中显示命令时,去掉一些多余的词语
+
+
+ DropRedundantWordsChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 13
+
+
+ True
+
+
+ 6, 236
+
+
+ 312, 17
+
+
+ 10
+
+
+ 在子菜单中显示命令的&预览而非描述
+
+
+ 当在子菜单中显示命令时,显示最终复制路径的输出结果预览
+
+
+ UsePreviewModeChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 14
+
+
+ True
+
+
+ 6, 213
+
+
+ 157, 17
+
+
+ 9
+
+
+ 在子菜单旁边显示&图标
+
+
+ 在右键菜单的子菜单旁边显示 Path Copy Copy 图标
+
+
+ UseIconForSubmenuChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 15
+
+
+ True
+
+
+ 6, 52
+
+
+ 289, 17
+
+
+ 2
+
+
+ 在复制的路径周围添加 < 和 > (创建 e-&mail 链接)
+
+
+ 用 < 和 > 字符包围所有复制的路径(这将创建电子邮件链接)。
+
+
+ EmailLinksChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 16
+
+
+ True
+
+
+ 6, 424
+
+
+ 177, 17
+
+
+ 18
+
+
+ 自&动检查更新
+
+
+ 自动检查 Path Copy Copy 的新版本,并在其发布时提供
+
+
+ EnableSoftwareUpdateChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 17
+
+
+ True
+
+
+ 6, 190
+
+
+ 133, 17
+
+
+ 8
+
+
+ 总&是显示子菜单
+
+
+ 始终在 "右键菜单" 中显示 "Path Copy Copy "子菜单(否则,只有在按住 Shift 键打开右键菜单时才显示)
+
+
+ AlwaysShowSubmenuChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 18
+
+
+ True
+
+
+ 6, 144
+
+
+ 238, 17
+
+
+ 6
+
+
+ 复制 UNC 路径时使用&隐藏共享
+
+
+ Consider hidden shares (shares ending with the $ character, including administrative shares like \\server\C$) when copying UNC paths
+
+
+ HiddenSharesChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 19
+
+
+ True
+
+
+ 6, 6
+
+
+ 180, 17
+
+
+ 0
+
+
+ Add "es around copied paths
+
+
+ 将所有复制的路径用引号 ( " )括起来
+
+
+ AddQuotesChk
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MiscOptionsPage
+
+
+ 20
+
+
+ 4, 22
+
+
+ 3, 3, 3, 3
+
+
+ 465, 519
+
+
+ 0
+
+
+ Options
+
+
+ MiscOptionsPage
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MainTabCtrl
+
+
+ 1
+
+
+ 1
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ Microsoft Sans Serif, 12pt
+
+
+ 3, 0
+
+
+ 453, 80
+
+
+ 0
+
+
+ Path Copy Copy {0}{1}
+
+
+ MiddleCenter
+
+
+ ProductAndVersionLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ Microsoft Sans Serif, 12pt
+
+
+ 3, 80
+
+
+ 453, 80
+
+
+ 1
+
+
+ {1}
+
+
+ MiddleCenter
+
+
+ CopyrightLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 1
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ Microsoft Sans Serif, 10pt
+
+
+ 3, 160
+
+
+ 453, 40
+
+
+ 2
+
+
+ 访问我们的网站:
+
+
+ BottomCenter
+
+
+ VisitWebsiteLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ Microsoft Sans Serif, 10pt
+
+
+ 3, 200
+
+
+ 453, 60
+
+
+ 3
+
+
+ https://pathcopycopy.github.io/
+
+
+ TopCenter
+
+
+ SiteLinkLbl
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ 3, 260
+
+
+ 453, 40
+
+
+ 4
+
+
+ Path Copy Copy 是一款基于 MIT 协议的免费软件。详情信息请访问
+
+
+ BottomCenter
+
+
+ LicenseExplanationLbl
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ 3, 300
+
+
+ 453, 60
+
+
+ 5
+
+
+ LICENSE
+
+
+ TopCenter
+
+
+ LicenseTxtLinkLbl
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 5
+
+
+ Top, Left, Right
+
+
+ True
+
+
+ 46, 6
+
+
+ 3, 360
+
+
+ 453, 30
+
+
+ 6
+
+
+ 如果你喜欢 Path Copy Copy,不要犹豫,通过 PayPal 捐赠吧!
+捐款有助于资助未来的发展,并提供更多支持。
+
+
+ TopCenter
+
+
+ DonationLinkLbl
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutTableLayoutPanel
+
+
+ 6
+
+
+ Fill
+
+
+ 3, 3
+
+
+ 7
+
+
+ 459, 513
+
+
+ 0
+
+
+ AboutTableLayoutPanel
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AboutPage
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="ProductAndVersionLbl" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="CopyrightLbl" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="VisitWebsiteLbl" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="SiteLinkLbl" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="LicenseExplanationLbl" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="LicenseTxtLinkLbl" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="DonationLinkLbl" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,80,Absolute,80,Absolute,40,Absolute,60,Absolute,40,Absolute,60,Percent,100" /></TableLayoutSettings>
+
+
+ 4, 22
+
+
+ 3, 3, 3, 3
+
+
+ 465, 519
+
+
+ 4
+
+
+ 关于
+
+
+ AboutPage
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MainTabCtrl
+
+
+ 2
+
+
+ 12, 12
+
+
+ 473, 545
+
+
+ 0
+
+
+ MainTabCtrl
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
+
+ 17, 17
+
+
+ 导出的自定义命令 (*.eccv3)|*.eccv3|导出的自定义命令 (pre-17.1) (*.ecc)|*.ecc|导出的自定义命令 (pre-12.0) (*.pccpp)|*.pccpp
+
+
+ 210, 19
+
+
+ 导出的自定义命令 (*.eccv3;*.ecc;*.pccpp)|*.eccv3;*.ecc;*.pccpp
+
+
+ 400, 18
+
+
+ 图片文件 (*.bmp;*.jpg;*.gif;*.png;*.ico)|*.bmp;*.jpg;*.gif;*.png;*.ico|所有文件 (*.*)|*.*
+
+
+ 583, 18
+
+
+ 导出的用户设置 (*.reg)|*.reg
+
+
+ 导出设置为
+
+
+ Bottom, Left
+
+
+ 12, 563
+
+
+ 107, 23
+
+
+ 1
+
+
+ 导&出设置...
+
+
+ 导出所有设置到本地磁盘
+
+
+ ExportUserSettingsBtn
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 0
+
+
+ True
+
+
+ 6, 13
+
+
+ 497, 598
+
+
+ 513, 637
+
+
+ CenterScreen
+
+
+ Path Copy Copy
+
+
+ IconCol
+
+
+ System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginCol
+
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ InMainMenuCol
+
+
+ System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ InSubmenuCol
+
+
+ System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PluginsDataGridBindingSource
+
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LanguageComboBindingSource
+
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ CtrlKeyPluginComboBindingSource
+
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ExportPipelinePluginsSaveDlg
+
+
+ System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ImportPipelinePluginsOpenDlg
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ChoosePluginIconOpenDlg
+
+
+ System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ExportUserSettingsSaveDlg
+
+
+ System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MainToolTip
+
+
+ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ MainForm
+
+
+ PathCopyCopy.Settings.UI.Utils.PositionPersistedForm, PathCopyCopySettings, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null
+
+
\ No newline at end of file
From bad02ef3f50ad75192742b56e48fba29893f3706 Mon Sep 17 00:00:00 2001
From: Golden <35162802+Littlegolden@users.noreply.github.com>
Date: Sun, 14 Feb 2021 13:52:39 +0800
Subject: [PATCH 3/5] improvement: Use UTF-8 Encoding
To display Chinese Hanzi
See issue #137
---
Installer/Setup.iss | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/Installer/Setup.iss b/Installer/Setup.iss
index 4037753..08659ee 100644
--- a/Installer/Setup.iss
+++ b/Installer/Setup.iss
@@ -92,16 +92,16 @@ CommandsPageNetworkCommandsChoice=Common commands and commands for network envir
CommandsPageAllCommandsChoice=All commands, including power-user commands
fr_CA.CommandsPageCaption=Configuration
fr_CA.CommandsPageDescription=Configuration initiale des commandes
-fr_CA.CommandsPageSubCaption=Path Copy Copy vient avec plusieurs commandes permettant de copier des chemins (chemin long, chemin rseau, etc.) Veuillez choisir quelles commandes afficher par dfaut. Ceci peut tre chang plus tard via Paramtres.
-fr_CA.CommandsPageCommonCommandsChoice=Seules les commandes les plus utilises
-fr_CA.CommandsPageNetworkCommandsChoice=Les commandes de base et celles utilises dans les environnements rseaux
-fr_CA.CommandsPageAllCommandsChoice=Toutes les commandes, incluant celles plus avances
-zh-CN.CommandsPageCaption=??
-zh-CN.CommandsPageDescription=?????
-zh-CN.CommandsPageSubCaption=Path Copy Copy ????????????????????????????????????????????????????????????
-zh-CN.CommandsPageCommonCommandsChoice=?????
-zh-CN.CommandsPageNetworkCommandsChoice=???????????????
-zh-CN.CommandsPageAllCommandsChoice=?????????????
+fr_CA.CommandsPageSubCaption=Path Copy Copy vient avec plusieurs commandes permettant de copier des chemins (chemin long, chemin réseau, etc.) Veuillez choisir quelles commandes afficher par défaut. Ceci peut être changé plus tard via Paramètres.
+fr_CA.CommandsPageCommonCommandsChoice=Seules les commandes les plus utilisées
+fr_CA.CommandsPageNetworkCommandsChoice=Les commandes de base et celles utilisées dans les environnements réseaux
+fr_CA.CommandsPageAllCommandsChoice=Toutes les commandes, incluant celles plus avancées
+zh_CN.CommandsPageCaption=配置
+zh_CN.CommandsPageDescription=预配置命令
+zh_CN.CommandsPageSubCaption=Path Copy Copy 为您提供了多种路径命令(复制长路径、网络路径等)。请选择一种默认方案,您之后也可以在设置窗口中修改方案。
+zh_CN.CommandsPageCommonCommandsChoice=仅常用命令
+zh_CN.CommandsPageNetworkCommandsChoice=常用命令和网络环境命令
+zh_CN.CommandsPageAllCommandsChoice=所有命令,包含高级用户命令
[Files]
Source: ..\bin\Win32\Release\PathCopyCopy.dll; DestDir: {app}; Flags: ignoreversion restartreplace overwritereadonly uninsrestartdelete uninsremovereadonly; DestName: PCC32.dll; Check: (not Is64BitInstallMode) or IsAdminInstallMode
From c4d2c9d345177ac8861b52f55ed24be6a75e0045 Mon Sep 17 00:00:00 2001
From: Golden <35162802+Littlegolden@users.noreply.github.com>
Date: Sun, 14 Feb 2021 13:58:55 +0800
Subject: [PATCH 4/5] Update MainForm.zh-CN.resx
---
PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx b/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx
index 32adb58..a8e728d 100644
--- a/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx
+++ b/PathCopyCopySettings/UI/Forms/MainForm.zh-CN.resx
@@ -1150,10 +1150,10 @@
10
- 在子菜单中显示命令的&预览而非描述
+ 右键菜单直接显示命令的&输出结果
- 当在子菜单中显示命令时,显示最终复制路径的输出结果预览
+ 打开右键菜单时,直接显示复制的路径,不显示命令名。
UsePreviewModeChk
@@ -1180,10 +1180,10 @@
9
- 在子菜单旁边显示&图标
+ 显示&右键菜单子菜单的图标
- 在右键菜单的子菜单旁边显示 Path Copy Copy 图标
+ 在右键菜单的子菜单前添加 Path Copy Copy 图标
UseIconForSubmenuChk
@@ -1273,7 +1273,7 @@
总&是显示子菜单
- 始终在 "右键菜单" 中显示 "Path Copy Copy "子菜单(否则,只有在按住 Shift 键打开右键菜单时才显示)
+ 始终在 "右键菜单" 中显示 "Path Copy Copy " 子菜单(否则,只有在按住 Shift 键打开右键菜单时才显示)
AlwaysShowSubmenuChk
From 26f3bbb999d115d1c0e0c37c34ec7ddf3c98215c Mon Sep 17 00:00:00 2001
From: Golden <35162802+Littlegolden@users.noreply.github.com>
Date: Mon, 15 Feb 2021 13:27:32 +0800
Subject: [PATCH 5/5] Update Setup.iss
Fix hyphens typo
---
Installer/Setup.iss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Installer/Setup.iss b/Installer/Setup.iss
index 08659ee..f405f86 100644
--- a/Installer/Setup.iss
+++ b/Installer/Setup.iss
@@ -81,7 +81,7 @@ SignTool=certum
[Languages]
Name: en_CA; MessagesFile: compiler:Default.isl
Name: fr_CA; MessagesFile: compiler:Languages\French.isl
-Name: zh-CN; MessagesFile: compiler:Languages\Chinese.isl
+Name: zh_CN; MessagesFile: compiler:Languages\Chinese.isl
[CustomMessages]
CommandsPageCaption=Configuration