StefanB wrote:
> I started the translation of wikidPad 2.0 (beta03). There are messages
> I can't find in wikidPad and therefore need help to put them in
> context, and maybe pointed out where I can find them in the system.
> #: lib\pwiki\Exporters.py:1998
> msgid "[Unknown parser node with name \"%s\" found]"
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 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