View Issue Details

IDProjectCategoryView StatusLast Update
0003602mantisbtlocalizationpublic2007-05-08 03:43
Reportervirginija Assigned Toachumakov  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionduplicate 
Summary0003602: Problems with Mantis 0.18.1 localization
Description

I have some problems with Mantis 0.18.1 localization. It's needed to translate some strings in .php files (not in strings_.txt). List below:

File proj_doc_page.php

print_bracket_link( 'proj_doc_edit_page.php?file_id='.$v_id, 'edit' );

File login_page.php

echo '

<font color="red">WARNING: Plain password authentication is used, this will expose your passwords to administrators.</font>

';

echo '

<font color="red">WARNING: You should disable the default "administrator" account or change its password.</font>

';

echo '

<font color="red">WARNING: Admin directory should be removed.</font>

';

TagsNo tags attached.

Relationships

duplicate of 0002371 confirmed [all lang] Internationalize the admin page and install script 

Activities

vboctor

vboctor

2004-02-25 09:37

manager   ~0005111

The edit link fixed in CVS. The other strings were not translated since they should only appear to the admin when Mantis is installed. Hence, they are not translated as per the admin area.