This would only appear in the HTML preview or output if someone made his
own wiki language and introduced a bug.
The text of a wiki page is subdivided into parser nodes, e.g.
"*important*" would create a parser node "bold" containing a node
"plainText" with the text "important".
> #: lib\pwiki\PropertyHandling.py:497
>
> msgid "Calling PropertyChecker.appendLogMessage while outside of
> checkPage"
This is an internal error which would only appear if I did something
wrong on programming.
Normally these shouldn't be translated as they wouldn't make sense for
normal users regardless of the language. This one was mistakenly marked
to translate.
> #: lib\pwiki\wikidata\WikiDataManager.py:1029
>
> #: lib\pwiki\wikidata\WikiDataManager.py:1093
>
> msgid "Update basic link info"
These appear when running a full rebuild of a wiki or when initiating a
rebuild in the background (in menu "Wiki"->"Maintenance" items "Rebuild
wiki..." and "Initiate update...").
It refers to updating/rebuilding some very essential information needed
to follow a link on a wiki page to another one.
> #: lib\pwiki\wikidata\WikiDataManager.py:1045
>
> msgid "Starting update thread"
Belongs to "Initiate update..." function. It normally appears only for
the fraction of a second to inform that the thread of execution is
started which updates the wiki in the background.
> #: lib\pwiki\wikidata\WikiDataManager.py:1153
>
> msgid "Final cleanup"
Belongs to "Rebuild wiki..." to indicate some final operations of
rebuilding process.
From your other mail:
I modified that to ensure that changing the number of spaces wouldn't
need to change the translation. I can change it back if you need it.
Michael
> On 31 Maj, 11:01, Michael Butscher <mbutsc...@gmx.de> wrote:
>> From your other mail:
>>
>>> I saw that beta04 is available but something is wrong in the pot-file.
>>> All page titles in the options dialog keeps the English titles. For
>>> example it seems like initial spaces in the page titles has been
>>> deleted in the pot-file but they are still there in the options
>>> dialog.
>> I modified that to ensure that changing the number of spaces wouldn't
>> need to change the translation. I can change it back if you need it.
>>
>> Michael
>
> That modification is a very good idea so you don't need to change it
> back. The problem is that most of the page titles that was indented in
> previous versions keeps it's English texts in beta04 even if they are
> translated, so I guess it is a translating bug.
Right, this will be fixed in the next version, thank you.
Michael