core

Ticket #23 (closed Bug: fixed)

Opened 6 months ago

Last modified 6 months ago

The SysInfo module cannot be fully translated

Reported by: Arthens Owned by:
Priority: trivial Milestone: 1.0.1
Component: Version: 1.0.0
Keywords: sysinfo translate Cc:

Description

I'm working on the italian translation and I just found out that the SysInfo? module cannot be fully translated.
The menu entries (Summary | PHP Configuration | PHP Modules | Server Environment | PHP Variables | ADODB | Zikula Extensions | Zikula Filesystem Check | Zikula pnTemp Check ) are hard-coded in modules/SysInfo/pnadminapi.php

That's all.
Giacomo

Change History

Changed 6 months ago by markwest

  • status changed from new to closed
  • resolution set to worksforme

This looks fine to me. There is both a pnsecauthaction function (function.pnsecauthaction.php) and a block (block.pnsecauthaction_block.php).

The block usage would be

<!--[pnsecauthaction_block ....]-->
some stuff
<!--/pnsecauthaction_block-->

The function would be used as in this template.

-Mark

Changed 6 months ago by markwest

  • status changed from closed to reopened
  • resolution worksforme deleted

Re-opened comment is for incorrect bug report ;-)

-Mark

Changed 6 months ago by markwest

Fixed in revision [24398].

-Mark

Changed 6 months ago by markwest

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.