Fixes malformed priority in ticket archive search, fixes #714
Note: swedish could not be fixed and my swedish is way to bad to do it on my own Thanks to philnate
This commit is contained in:
@@ -614,12 +614,9 @@ $lng['ticket']['subject'] = 'Betreff';
|
||||
$lng['ticket']['status'] = 'Status';
|
||||
$lng['ticket']['lastreplier'] = 'Letzte Antwort';
|
||||
$lng['ticket']['priority'] = 'Priorität';
|
||||
$lng['ticket']['low'] = '<span class="ticket_low">Niedrig</span>';
|
||||
$lng['ticket']['normal'] = '<span class="ticket_normal">Normal</span>';
|
||||
$lng['ticket']['high'] = '<span class="ticket_high">Hoch</span>';
|
||||
$lng['ticket']['unf_low'] = 'Niedrig';
|
||||
$lng['ticket']['unf_normal'] = 'Normal';
|
||||
$lng['ticket']['unf_high'] = 'Hoch';
|
||||
$lng['ticket']['low'] = 'Niedrig';
|
||||
$lng['ticket']['normal'] = 'Normal';
|
||||
$lng['ticket']['high'] = 'Hoch';
|
||||
$lng['ticket']['lastchange'] = 'Letzte Änderung';
|
||||
$lng['ticket']['lastchange_from'] = 'Anfangsdatum (tt.mm.jjjj)';
|
||||
$lng['ticket']['lastchange_to'] = 'Enddatum (tt.mm.jjjj)';
|
||||
|
||||
Reference in New Issue
Block a user