Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001070 [SysCP] Adminpanel minor always 2008-12-08 22:15 2008-12-12 17:51
Reporter ipv6guru View Status public  
Assigned To RadiatioN
Priority normal Resolution fixed  
Status resolved   Product Version 1.4.1
Summary 0001070: APS Package Status shows opposite text in English
Description When viewing in "Manage Packages" there is a column heading 'Status' - of which there are two options, 'Enabled' and 'Locked'.

In the English version (I haven't checked others), they are displayed the wrong way round.
Additional Information The code :-

$lng['aps']['package_locked'] = 'Enabled';
$lng['aps']['package_enabled'] = 'Locked';

should be :-


The code :-

$lng['aps']['package_locked'] = 'Locked';
$lng['aps']['package_enabled'] = 'Enabled';

in the file syscp/lng/english.lng.php
Tags No tags attached.
Attached Files ? file icon english.lng.php.diff [^] (25,704 bytes) 2008-12-09 07:52

- Relationships

-  Notes
(0000143)
ipv6guru (reporter)
2008-12-09 07:54

I've attached a diff which cures the above, and also a few more enhancements. I also found a few which were still in German, so they are translated.

Let me know if there are any problems with this diff, so I can correct it. I'll have a few more patches to send over the next few days so wanted to do this simple one to make sure the diffs are ok.
(0000147)
RadiatioN (developer)
2008-12-09 09:50

sorry, bad mistake :-/
(0000150)
EleRas (reporter)
2008-12-09 19:07

patch seems okay, merge acknowledged
(0000156)
Flo (administrator)
2008-12-10 13:42

Looks good for me, merge ok.

-  SVN - commits
(#2519)
radiation
2008-12-09 18:28
creating branch for ticket fix, refs #1070
A branches/radiation/ticket_1070/
(#2520)
radiation
2008-12-09 18:40
fixed several english language mistakes - thanks to gmcdonald for the diff, refs #1070
U branches/radiation/ticket_1070/lng/english.lng.php
(#2526)
EleRas
2008-12-10 14:02
* Various improvements to the english languagefile, thx gmcdonald, fixes #1070
* Deleting merged branch
D branches/radiation/ticket_1070/
_U trunk/syscp/
U trunk/syscp/lng/english.lng.php

- Issue History
Date Modified Username Field Change
2008-12-08 22:15 ipv6guru New Issue
2008-12-09 07:52 ipv6guru File Added: english.lng.php.diff
2008-12-09 07:54 ipv6guru Note Added: 0000143
2008-12-09 09:50 RadiatioN Note Added: 0000147
2008-12-09 09:50 RadiatioN Assigned To => RadiatioN
2008-12-09 09:50 RadiatioN Status new => assigned
2008-12-09 09:50 RadiatioN ETA none => < 1 day
2008-12-09 09:50 RadiatioN Fixed in Version => 1.4.x
2008-12-09 09:50 RadiatioN Additional Information Updated
2008-12-09 18:28 svn Checkin
2008-12-09 18:40 svn Checkin
2008-12-09 18:40 RadiatioN Status assigned => resolved
2008-12-09 18:40 RadiatioN Resolution open => fixed
2008-12-09 18:40 RadiatioN Target Version => 1.4.2
2008-12-09 18:41 RadiatioN Status resolved => assigned
2008-12-09 19:07 EleRas Note Added: 0000150
2008-12-10 13:42 Flo Note Added: 0000156
2008-12-10 14:02 EleRas Checkin
2008-12-10 14:02 EleRas Status assigned => resolved
2008-12-12 17:51 EleRas Fixed in Version 1.4.x => 1.4.2
Footer