Mass Replacer 1.52
Author of the Program:
Pavel Plíva, Pavero Software, Czech Republic
Date of Creation:
June 2002 - April 2003
Form of Licence:
Freeware
Operating System:
Windows 95/98/ME/2000/XP
Contact:
pavero@post.cz
http://pavero.wz.cz
The program searches a specific string in selected files and replaces it with a new text string. This software applies in situation, when you have locate on your web, let’s say in ten places, a link on some web page. If you will change the address of this page sometimes later, you must gradually look for all links and modify existing address, but there is a big chance that you overlook at least one link. It doesn’t become while using Mass Replacer! You just select all files which contain given link, you specify original and new address and then all is the question of one mouse button click. You can also use wildcards in find and replace string. There are two characters – a question mark (?) and an asterisk (*). The question mark matches any single character and the asterisk matches any number of characters, including zero characters.
How to add a new language?
All texts of application you will find in Language.ini file. When you want to add a new language, copy English section in the end of this file and change her name (e.g. Deutch). Then translate right part of particular lines (behind equals). Finally you must add the name of new language (e.g. Deutch) to Languages section and assign number of language to variable Current in Language section. The result should be following:
[Language]
Current=3
[Languages]
1=English
2=Česky
3=Deutch
....
[Deutch]
Variable1=Text to translate
....
VariableX=Text to translate
The date of updating of this file: 21. 4. 2003