+This is a WinMerge 2.14.0 stable release. This release replaces earlier WinMerge
+stable releases as a recommended release.
+
+
+
+WinMerge 2.14 is an important update to WinMerge. There are lots of
+improvements and bug fixes since 2.12.4 stable release.
+
+
+2.14.0 stable release has many changes after beta release. But see also the
+2.13 beta release changes below for other important changes in this release.
+
+
+
+WinMerge before version 2.13.20 was vulnerable to DLL hijacking as described in
+Microsoft Security Advisory (2269637).
+To fix this problem, we must also drop support for Windows 9x, ME and NT4.
+
+
+
+ -
+
7-zip installed from MSI installer may not work with WinMerge.
+ Workaround: Use the EXE installer of 7-Zip. See manual
+ 4.5. 7-Zip and Archive Support for more information.
+
+ -
+
Old IE version can cause crashes when handling archive files.
+ Workaround: If WinMerge crashes when handling archives, consider
+ updating IE to version 6.0 or later.
+
+ -
+
Supercopier application causes WinMerge to hang.
+ Supercopier
+ application causes WinMerge to not exit properly and leaves WinMerge process
+ hang. See the bug reports:
+
+ - #1976241 the winmerge.exe
+ process doesn't stop itself
+ - #1602313 WinMerge stays
+ in tasklist after closing
+
+ Workaround: Disable the Supercopier when using WinMerge.
+
+ -
+
There is no way to specify the codepage for a particular file.
+ Workaround: Specify the default codepages for all files in Edit->Options->Codepage->Custom codepage.
+
+ There is no 3-way merge. #990464
+ -
+
Filters only applied when using full compare.
+ Line filtering is only applied in folder compare when using Full Contents-compare method.
+ If you are using any other compare method, line filters are not applied. Files marked different
+ in folder compare can get status changed to identical when opening them to file compare.
+
+ -
+
Some plugins shipped with WinMerge require Visual Basic runtime library to work
+ Workaround: You can download the required file msvbvm60.dll
+ or use the Run-Time Redistribution Pack from Microsoft.
+ Workaround 2: If you don't need the plugin, you can safely remove it.
+
+ -
+
VSS integration cannot add new files to VSS
+ If you need to add a new file, you must add it via VSS client program.
+
+ -
+
Unset WinMerge integration from ClearCase
+ To remove WinMerge integration, you'll need to edit one file by hand:
+
+ - Find ClearCase installation folder
+ Usually it is something like C:\Program Files\Rational\ClearCase
+ - Go to subfolder
lib\mgrs\
+ - Open file
map in there to editor program
+ - Comment-out the line starting with "
text_file_delta xcompare", containing "WinMergeU.exe"
+ - Uncomment the line starting with "
text_file_delta xcompare", containing "cleardiffmrg.exe"
+
+
+
+
+
+
+
diff --git a/WinMergePortable/App/WinMerge/Docs/WinMerge.chm b/WinMergePortable/App/WinMerge/Docs/WinMerge.chm
new file mode 100644
index 0000000..34b69bf
Binary files /dev/null and b/WinMergePortable/App/WinMerge/Docs/WinMerge.chm differ
diff --git a/WinMergePortable/App/WinMerge/Files.txt b/WinMergePortable/App/WinMerge/Files.txt
new file mode 100644
index 0000000..b834bf4
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Files.txt
@@ -0,0 +1,29 @@
+List of files installed
+-----------------------
+
+This file lists files and subdirectories in WinMerge install folder. Note
+files installed depends on Windows version and selections done in
+installer. Some files are also only available in zip-files.
+
+Root directory:
+Contributors.txt - list of people contributing to WinMerge
+libexpat.dll - library file for XML parser
+MergeLang.dll - helper library file for WinMerge translations
+pcre.dll - library file for regular expressions
+ReadMe.txt - Important information about WinMerge
+Register.bat - batch file for installing ShellExtension to system
+ShellExtensionU.dll - Unicode version of Shell integration dll
+ShellExtensionX64.dll - 64-bit version of Shell integration dll
+UnRegister.bat - batch file to uninstalling ShellExtension from system
+WinMergeU.exe - Unicode version of WinMerge
+
+Docs folder:
+ChangeLog.txt - WinMerge change log
+ReleaseNotes.html - Release information, known issues information
+WinMerge.chm: - WinMerge manual in HTML help- format
+
+Filters folder: - Filter files installed with WinMerge
+
+Languages folder: - WinMerge translation files
+
+MergePlugins folder: - Plugins installed with WinMerge
diff --git a/WinMergePortable/App/WinMerge/Filters/ADAMulti.flt b/WinMergePortable/App/WinMerge/Filters/ADAMulti.flt
new file mode 100644
index 0000000..d413ef8
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/ADAMulti.flt
@@ -0,0 +1,30 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in ADAMulti source trees
+name: ADAMulti
+desc: Suppresses various binaries found in ADAMulti source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.o$ ## Object file
+f: \.lib$
+f: \.obj$ ## Object file
+f: \.inf$ ## Generated file
+f: \.map$ ## Map file
+f: \.lst$ ## list file
+f: \.ti$ ## generated file
+f: \.dbo$ ## Object file
+f: \.dla$ ## Object file
+f: \.dnm$ ## Node map file?
+f: \.bin$ ## Code file
+f: \.a$ ## library file
+f: \.s$
+
+d: \\cvs$ ## cvs repository files
+d: \\obj$ ## object file directory
+d: \\objs$ ## object file directory
diff --git a/WinMergePortable/App/WinMerge/Filters/ASPNET.flt b/WinMergePortable/App/WinMerge/Filters/ASPNET.flt
new file mode 100644
index 0000000..eac26e7
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/ASPNET.flt
@@ -0,0 +1,41 @@
+## This is a directory/file filter for WinMerge
+## This filter lets through only files ASP.NET developers care about
+name: ASP.NET Devel
+desc: Lets through only files ASP.NET developer cares about
+
+## This is an exclusive filter
+## (it lets through only matching files)
+def: exclude
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.xml$
+f: \.xlst$
+f: \.xsl$
+f: \.xslt$
+f: \.dtd$
+f: \.html$
+f: \.htm$
+f: \.css$
+f: \.gif$
+f: \.bmp$
+f: \.jpg$
+f: \.png$
+f: \.js$
+f: \.dll$
+f: \.aspx$
+f: \.asmx$
+f: \.ascx$
+f: \.vb$
+f: \.resx$
+f: \.cs$
+f: \.js$
+f: \.vbproj$
+f: \.csproj$
+f: \.sln$
+f: \.webinfo$
+f: \.config$
+
+d: \\*$ ## Subdirectories
diff --git a/WinMergePortable/App/WinMerge/Filters/CSharp_loose.flt b/WinMergePortable/App/WinMerge/Filters/CSharp_loose.flt
new file mode 100644
index 0000000..0160ba3
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/CSharp_loose.flt
@@ -0,0 +1,29 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in Visual C# source trees
+name: Visual C# loose
+desc: Suppresses various binaries found in Visual C# source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.aps$ ## VC Binary version of resource file, for quick loading
+f: \.bsc$ ## VC Browser database
+f: \.dll$ ## Windows DLL
+f: \.exe$ ## Windows executable
+f: \.obj$ ## VC object module file
+f: \.pdb$ ## VC program database file (debugging symbolic information)
+f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
+f: \.suo$ ## VC options file (binary)
+f: \.cache$ ## ??
+f: \.resource$ ## Compiled resource file.
+f: \.xfrm ## ??
+f: \.bak$ ## backup
+
+d: \\cvs$ ## CVS control directory
+d: \\.svn$ ## Subversion control directory
+
diff --git a/WinMergePortable/App/WinMerge/Filters/Delphi.flt b/WinMergePortable/App/WinMerge/Filters/Delphi.flt
new file mode 100644
index 0000000..e1ddd02
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/Delphi.flt
@@ -0,0 +1,33 @@
+## This is a directory/file filter template for WinMerge
+name: Delphi filter
+desc: View only files .PAS and files .DFM
+
+## Select if filter is inclusive or exclusive
+## Inclusive (loose) filter lets through all items not matching rules
+## Exclusive filter lets through only items that match to rule
+## include or exclude
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.^~ ## EXCLUDE temporary files
+f: \.dcu$ ## EXCLUDE Delphi compiled unit
+f: \.exe$ ## EXCLUDE Exe file
+f: \.cfg$ ## EXCLUDE configuration file
+f: \.dsk$ ## EXCLUDE File of internal information of the project
+f: \.dof$ ## EXCLUDE Delphi options file
+f: \.ddp$ ## EXCLUDE Delphi diagram portfolio file
+f: \.db$ ## EXCLUDE File Paradox
+f: \.ims$ ## EXCLUDE Icon file, normally created with IconForge
+f: \.bak$ ## EXCLUDE Backup file made with WinMerge
+
+## f: \.dfm$ ## Delphi Form
+## f: \.pas$ ## Delphi source
+## f: \.dpr$ ## Delphi Project
+## f: \.dpk$ ## Delphi Package
+## f: \.bpg$ ## Delphi Package Group
+## f: \.bpl$ ## Delphi Package Library
+
+## d: \\subdir$ ## Filter for directory
\ No newline at end of file
diff --git a/WinMergePortable/App/WinMerge/Filters/FileFilter.tmpl b/WinMergePortable/App/WinMerge/Filters/FileFilter.tmpl
new file mode 100644
index 0000000..e2a36f6
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/FileFilter.tmpl
@@ -0,0 +1,17 @@
+## This is a directory/file filter template for WinMerge
+name: Name of filter
+desc: Longer description
+
+## Select if filter is inclusive or exclusive
+## Inclusive (loose) filter lets through all items not matching rules
+## Exclusive filter lets through only items that match to rule
+## include or exclude
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.ext$ ## Filter for filename
+
+d: \\subdir$ ## Filter for directory
diff --git a/WinMergePortable/App/WinMerge/Filters/Frontpage.flt b/WinMergePortable/App/WinMerge/Filters/Frontpage.flt
new file mode 100644
index 0000000..29f0668
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/Frontpage.flt
@@ -0,0 +1,31 @@
+## This is a directory/file filter for WinMerge
+name: Frontpage
+desc: Suppresses _vti and other system directories in Frontpage websites
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+d: \\fpdb$
+d: \\stats$
+d: \\_borders$
+d: \\_derived$
+d: \\_fpclass$
+d: \\_overlay$
+d: \\_private$
+d: \\_contentindex$
+d: \\_themes$
+d: \\_vti_bin$
+d: \\_vti_cnf$
+d: \\_vti_log$
+d: \\_vti_map$
+d: \\_vti_pvt$
+d: \\_vti_txt$
+d: \\_vti_script$
+d: \\_vti*$
+d: \\cvs$ ## CVS control directory
+d: \\.svn$ ## Subversion control directory
\ No newline at end of file
diff --git a/WinMergePortable/App/WinMerge/Filters/MASM.flt b/WinMergePortable/App/WinMerge/Filters/MASM.flt
new file mode 100644
index 0000000..9e97371
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/MASM.flt
@@ -0,0 +1,32 @@
+## This is a directory/file filter for WinMerge
+name: MASM loose
+desc: Suppresses various binaries found in MASM source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \~$
+f: \.map$
+f: \.mod$
+f: \.aml$
+f: \.bak$
+f: \.bin$
+f: \.dat$
+f: \.icr$
+f: \.lib$
+f: \.lnk$
+f: \.log$
+f: \.lst$
+f: \.map$
+f: \.mod$
+f: \.obj$
+f: \.pgx$
+f: \.res$
+f: \.rom$
+f: \.rls$
+f: MAKEFILE$
diff --git a/WinMergePortable/App/WinMerge/Filters/Merge_GnuC_loose.flt b/WinMergePortable/App/WinMerge/Filters/Merge_GnuC_loose.flt
new file mode 100644
index 0000000..e5096dd
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/Merge_GnuC_loose.flt
@@ -0,0 +1,19 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in GNU C source trees
+name: GNU C loose
+desc: Suppresses various binaries found in GNU C source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.o$
+f: \.lib$
+f: \.bak$ ## backup
+
+d: \\cvs$ ## CVS control directory
+
diff --git a/WinMergePortable/App/WinMerge/Filters/Merge_VB_loose.flt b/WinMergePortable/App/WinMerge/Filters/Merge_VB_loose.flt
new file mode 100644
index 0000000..2e105f0
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/Merge_VB_loose.flt
@@ -0,0 +1,24 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in Visual Basic source trees
+name: Visual Basic loose
+desc: Suppresses various binaries found in Visual Basic source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.frx$ ##
+f: \.dca$ ##
+f: \.ctx$ ##
+f: \.dll$ ## Windows DLL
+f: \.ocx$ ## OLE Control Extension
+f: \.exe$ ## Windows/DOS executable
+f: \.bak$ ## backup
+
+d: \\cvs$ ## CVS control directory
+d: \\.svn$ ## Subversion control directory
+
diff --git a/WinMergePortable/App/WinMerge/Filters/Merge_VC_loose.flt b/WinMergePortable/App/WinMerge/Filters/Merge_VC_loose.flt
new file mode 100644
index 0000000..4596cbe
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/Merge_VC_loose.flt
@@ -0,0 +1,36 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in Visual C++ source trees
+name: Visual C++ loose
+desc: Suppresses various binaries found in Visual C++ source trees
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.aps$ ## VC Binary version of resource file, for quick loading
+f: \.bsc$ ## VC Browser database
+f: \.clw$ ## VC class-wizard status file
+f: \.dll$ ## Windows DLL
+f: \.exe$ ## Windows/DOS executable
+f: \.exp$ ## VC library export file
+f: ^vc[4-9]0\.idb$ ## VC Minimal rebuild dependency file
+f: \.ilk$ ## VC incremental linker memory file
+f: \.lib$ ## compiled libraries
+f: \.ncb$ ## VC parser information file (class view & component gallery stuff)
+f: \.obj$ ## VC object module file
+f: \.pch$ ## VC precompiled header file
+f: \.pdb$ ## VC program database file (debugging symbolic information)
+f: \.sbr$ ## VC source browser file (used to create bsc file)
+f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
+f: \.suo$ ## VC options file (binary)
+f: \.ncb$ ## VC Intellisense file
+f: \.opt$ ## VC project options file
+f: \.bak$ ## backup
+
+d: \\cvs$ ## CVS control directory
+d: \\.svn$ ## Subversion control directory
+
diff --git a/WinMergePortable/App/WinMerge/Filters/SourceControl.flt b/WinMergePortable/App/WinMerge/Filters/SourceControl.flt
new file mode 100644
index 0000000..7c6e879
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/SourceControl.flt
@@ -0,0 +1,28 @@
+## This is a directory/file filter for WinMerge
+## This filter lets through only files ASP.NET developers care about
+name: Exclude Source Control
+desc: Exclude Source Control files and directories
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+## f: \.bzrignore$ ## Bazaar ignore file
+## f: \.cvsignore$ ## CVS ignore file
+## f: \.gitignore$ ## Git ignore file
+## f: \.hgignore$ ## Mercurial ignore file
+## f: \.svnignore$ ## Subversion ignore file
+
+f: \.(vs[sp])?scc$ ## Visual SourceSafe files
+
+d: \\\.svn$ ## Subversion working copy
+d: \\_svn$ ## Subversion working copy ASP.NET Hack
+d: \\cvs$ ## CVS control directory
+d: \\\.git$ ## Git directory
+d: \\\.bzr$ ## Bazaar branch
+d: \\\.hg$ ## Mercurial repository
diff --git a/WinMergePortable/App/WinMerge/Filters/Symbian.flt b/WinMergePortable/App/WinMerge/Filters/Symbian.flt
new file mode 100644
index 0000000..d9c9a27
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/Symbian.flt
@@ -0,0 +1,37 @@
+## This is a directory/file filter for WinMerge
+## This filter suppresses various binaries found in Symbian development source trees.
+name: Symbian C++
+desc: Suppresses various binaries found in Visual C++ source trees compiling Symbian
+
+## This is an inclusive (loose) filter
+## (it lets through everything not specified)
+def: include
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.bsc$ ## VC Browser database
+f: \.aps$ ## VC Binary version of resource file, for quick loading
+f: \.bsc$ ## VC Browser database
+f: \.clw$ ## VC class-wizard status file
+f: \.dll$ ## Windows DLL
+f: \.exe$ ## Windows executable
+f: \.exp$ ## VC library export file
+f: \\vc60.idb$ ## VC ?
+f: \.ilk$ ## VC incremental linker memory file
+f: \.lib$ ## compiled libraries
+f: \.ncb$ ## VC parser information file (class view & component gallery stuff)
+f: \.obj$ ## VC object module file
+f: \.pch$ ## VC precompiled header file
+f: \.pdb$ ## VC program database file (debugging symbolic information)
+f: \.sbr$ ## VC source browser file (used to create bsc file)
+f: \.res$ ## VC compiled resources file (output of RC [resource compiler])
+f: \.rsc ## Compiled resources
+f: \.app ## Application
+f: \.aif
+f: \.bak$ ## backup
+f: \ABLD.bat$ ## Bat file
+
+d: \\cvs$ ## CVS control directory
+d: \\.svn$ ## Subversion control directory
\ No newline at end of file
diff --git a/WinMergePortable/App/WinMerge/Filters/XML_html.flt b/WinMergePortable/App/WinMerge/Filters/XML_html.flt
new file mode 100644
index 0000000..cb19796
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Filters/XML_html.flt
@@ -0,0 +1,27 @@
+## This is a directory/file filter for WinMerge
+## This filter lets through only files XML/HTML developer cares about
+name: XML/HTML Devel
+desc: Lets through only files XML/HTML developer cares about
+
+## This is an exclusive filter
+## (it lets through only matching files)
+def: exclude
+
+## Filters for filenames begin with f:
+## Filters for directories begin with d:
+## (Inline comments begin with " ##" and extend to the end of the line)
+
+f: \.xml$ ## XML files
+f: \.xslt$
+f: \.dtd$
+f: \.html$ ## HTML files
+f: \.htm$
+f: \.css$ ## CSS style files
+f: \.gif$ ## Pictures
+f: \.bmp$
+f: \.jpg$
+f: \.png$
+f: \.js$ ## Java-script
+
+d: \\*$ ## Subdirectories
+
diff --git a/WinMergePortable/App/WinMerge/IgnoreSectionMarkers.ini b/WinMergePortable/App/WinMerge/IgnoreSectionMarkers.ini
new file mode 100644
index 0000000..403fb15
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/IgnoreSectionMarkers.ini
@@ -0,0 +1,16 @@
+[set0]
+StartMarker=/*
+EndMarker=*/
+InlineMarker=//
+FileType0=java
+FileType1=cs
+FileType2=cpp
+FileType3=c
+FileType4=h
+FileType5=cxx
+FileType6=cc
+FileType7=js
+FileType8=jsl
+FileType9=tli
+FileType10=tlh
+FileType11=rc
diff --git a/WinMergePortable/App/WinMerge/Lang/af.txt b/WinMergePortable/App/WinMerge/Lang/af.txt
new file mode 100644
index 0000000..09d9535
--- /dev/null
+++ b/WinMergePortable/App/WinMerge/Lang/af.txt
@@ -0,0 +1,454 @@
+;!@Lang@!UTF-8!
+; 7-Zip 4.09
+; Vertaal deur Petri Jooste
+;
+;
+;
+;
+
+00000000="Afrikaans"
+00000001="Afrikaans"
+00000002="54"
+
+; 7-Zip Configuration
+
+; Title
+01000000="7-Zip Konfigurasie"
+
+; Info Page
+01000100="Aangaande 7-Zip"
+01000103="7-Zip is gratis programmatuur. Indien u egter so baie van 7-Zip hou dat u die verdere ontwikkeling wil ondersteun, registreer dan asb. met 'n geldelike donasie aan die 7-Zip Projek."
+01000105="Registreer"
+
+; Folders Page
+01000200="Gidse"
+01000210="&Werkgids"
+01000211="&TEMP-gids van het stelsel"
+01000212="&Huidige gids"
+01000213="&Gespesifiseerde gids:"
+01000214="Gebruik slegs vir verwisselbare media."
+
+01000281="Spesifiseer die stoorplek vir tydelyke argieflêers."
+
+; System Page
+01000300="Stelsel"
+01000301="Integreer 7-Zip in kontekskeuselys."
+01000302="Trapsgewyse kontekskeuselys"
+01000310="Kontekskeuselysitems:"
+
+; Language Page
+01000400="Taal"
+01000401="Taal:"
+
+
+; 7-Zip Explorer extension
+
+; Context menu
+02000101="7-Zip"
+02000102="7-Zip opdragte"
+02000103="Open"
+02000104="Open die geselekteerde argief."
+02000105="Pak lêers uit..."
+02000106="Pak lêers van geselekteerde argief uit."
+02000107="Voeg by argief..."
+02000108="Voeg geselekteerde items by argief."
+02000109="Toets argief"
+0200010A="Toets integriteit van die geselekteerde argief."
+0200010B="Pak hier uit"
+0200010C="Pak lêers van die geselekteerde argief in die huidige gids uit."
+0200010D="Pak uit in {0}"
+0200010E="Pak lêers uit in subgids."
+0200010F="Voeg by {0}"
+02000110="Voeg die geselekteerde items by argief."
+02000111="Saampers en e-pos..."
+02000112="Pers die geselekteerde items in 'n argief saam en stuur die argief via e-pos."
+02000113="Pers saam in {0} en e-pos"
+02000114="Pers die geselekteerde items saam in 'n argief en stuur die argief per e-pos."
+
+02000140="