[Pmwiki-users] XLPage

Patrick R. Michaud pmichaud
Mon Feb 16 12:52:42 CST 2004


On Mon, Feb 16, 2004 at 08:44:09PM +0100, chrisbar at wanadoo.fr wrote:
> Hello,
> 
> In fact, it's not in the windows title, I haven't noticed this 
> btw :) , but just above the editing form prompted after such 
> url : "...?action=edit"
>  In the html code there is a "<h1 class='wikiaction'>Editing 
> PmWikiFr.PmWikiFr</h1>" (for example).
> I tried with the XLPage, but currently (0.6.beta15), it's not working.

You're correct, I forgot to include the $[...] translation sequence.
It's fixed now on pmichaud.com, will be released in the next beta.

> Thanks.
> In the page history (...?action=diff) :
> *What mean's "show change to markup" ? 
> I'm a little puzzled to translate that...

I'm not happy with that prompt, but basically it switches the history
view so that you see the changes to the source markup (with all of
the wiki markup sequences intact) instead of seeing the results of
the changes.

> *Is there a way to translate things like the "Added lines 21-22:", 
> "Changed line 35 from:" and "Deleted line 0:" 
> (May be something to add in the template) ?

Yes, they're in the code but need to be added to the template.  
The string keys are

   'Deleted' => ''
   'Added' => ''
   'Changed' => ''
   'from' => ''
   'to' => ''

In general if the template doesn't have a string, try it anyway in
the XLPage as it may already be programmed in but the template is out
of date.

Pm



More information about the pmwiki-users mailing list