View Issue Details

IDProjectCategoryView StatusLast Update
0008411mantisbtlocalizationpublic2009-06-23 15:28
Reporterseiji Assigned Tosiebrand  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
PlatformPCOSLinuxOS VersionGentoo Linux
Product Version1.1.0a4 
Fixed in Version1.2.0rc1 
Summary0008411: Localize "All Projects" in sub-project dropdown menu
Description

"All Projects" in sub-project dropdown menu isn't localized.

Steps To Reproduce

1) set $g_show_extended_project_browser = On in config_inc.php.
2) select "All Projects" in project dropdown menu.

Additional Information

core/print_api.php, 524L
replcae
echo "\t\t" . 'spInput.options[0] = new Option(\'--- All Projects ---\', \'' . ALL_PROJECTS . '\');' . "\n";

with

echo "\t\t" . 'spInput.options[0] = new Option(\'---' . lang_get( 'all_projects' ) . ' ---\', \'' . ALL_PROJECTS . '\');' . "\n";

TagsNo tags attached.

Activities

siebrand

siebrand

2008-09-10 17:46

developer   ~0019370

Even though the line of code you suggested to be changed has not changed, I cannot reproduce this.

(1) I set "$g_show_extended_project_browser = On;" in config_inc.php
(2) I checked the dropdown menu on "my_view_page.php" with Dutch as locale.

Observed: It reads "Alle projecten", which differs from the default "All Projects" for English.

Please confirm this has been resolved somewhere along the line.

Tested with Mantis 1.2.0a2.

siebrand

siebrand

2009-03-30 18:57

developer   ~0021311

Tested and confirmed fixed for at least German and Dutch. Assuming fixed whereever localised.