can not find string n duplicatecleaner.txd

The best solution for finding and removing duplicate files.
Post Reply
User avatar
Falcon2023
Posts: 2
Joined: Fri Sep 08, 2023 5:10 pm

can not find string n duplicatecleaner.txd

Post by Falcon2023 »

Hi every one,

i want to translate a line in english to dutch but a string in duplicatecleaner.txd (V5.20) i can not find or does not exist?

it is the sentense: :
This will scan dor all exact duplicates by binairy file content only in the folders or drives specified below

Can someone help me?
User avatar
DigitalVolcano
Site Admin
Posts: 1731
Joined: Thu Jun 09, 2011 10:04 am

Re: can not find string n duplicatecleaner.txd

Post by DigitalVolcano »

The text for the Wizards is in the 'Wizards' subfolder. Each Wizard is an XML file which you can edit with a text editor such as NotePad2 or VS Code.

Example:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<DCWizard SelectFolders="True" Icon="grey-fingerprint">
	<Name xml:lang="en">Find exact duplicate files</Name>
	<Name xml:lang="it">Trova files identici duplicati</Name>
	<Name xml:lang="fr">Trouver les fichiers en double exact</Name>
	<Name xml:lang="hu">Teljesen megegyező fájlok keresése</Name>
	<Description xml:lang="en">This will scan for all exact duplicates by binary file content only in the folders or drives specified below.</Description>
	<Description xml:lang="it">Questa selezione eseguirà la scansione di tutti i files identici duplicati in base al contenuto del file binario solo nelle cartelle o unità specificate di seguito.</Description>
	<Description xml:lang="fr">Cela recherchera tous les doublons exacts par contenu de fichier binaire uniquement dans les dossiers ou lecteurs spécifiés ci-dessous.</Description>
	<Description xml:lang="hu">Ez csak az alább megadott mappákban vagy meghajtókon keresi a teljesen megegyező elemeket a bináris fájlok tartalma alapján.</Description>
  	<Name xml:lang="zh-CN">寻找精确重复文件</Name>
	<Description xml:lang="zh-CN">这将在下列指定的磁盘或文件夹中,以二进制比较的方式查找所有精确匹配的文件。</Description>
	<Comment>Created by DV 2020</Comment>
	<Settings>
	...
	...
	etc
		
User avatar
Falcon2023
Posts: 2
Joined: Fri Sep 08, 2023 5:10 pm

Re: can not find string n duplicatecleaner.txd

Post by Falcon2023 »

here are the fixed dutch translations for the wizard subfolder.
https://workupload.com/file/nPDTH5EZJJ5
Post Reply