Hi,

There seem to be some translation-strings that can not be translated by a pot-file.
If you extract and thus create a new pot-file, the string don't show up because they have variables.

Something like this:

$title = t('Show this '.$nodetypes[$type].' to');

Should be something like this:

$title = t('Show this @type to', array("@type"=>$nodetypes[$type]));

The module has some more of these strings, but the above is the most important one as it is shown to the users.

Could it be changed?
Thanks

Comments

Mantichora’s picture

Title: wrong translation-strings » same problem

The same problem occurs in function private_nodes_edit_form_submit.

Mantichora’s picture

Title: same problem » wrong translation-strings
ben_scott’s picture

Hi -

Sorry about that - I've now fixed all of the translation strings.

Cheers, b3n

ben_scott’s picture

Status: Active » Fixed

Hi -

Sorry about that - I've now fixed all of the translation strings.

Cheers, b3n

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.