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:
@@ -618,12 +618,9 @@ $lng['ticket']['subject'] = 'Sujet';
|
||||
$lng['ticket']['status'] = 'Etat';
|
||||
$lng['ticket']['lastreplier'] = 'Dernière réponse de';
|
||||
$lng['ticket']['priority'] = 'Priorité';
|
||||
$lng['ticket']['low'] = '<span class="ticket_low">Basse</span>';
|
||||
$lng['ticket']['normal'] = '<span class="ticket_normal">Normale</span>';
|
||||
$lng['ticket']['high'] = '<span class="ticket_high">Haute</span>';
|
||||
$lng['ticket']['unf_low'] = 'Basse';
|
||||
$lng['ticket']['unf_normal'] = 'Normale';
|
||||
$lng['ticket']['unf_high'] = 'Haute';
|
||||
$lng['ticket']['low'] = 'Basse';
|
||||
$lng['ticket']['normal'] = 'Normale';
|
||||
$lng['ticket']['high'] = 'Haute';
|
||||
$lng['ticket']['lastchange'] = 'Dernier changement';
|
||||
$lng['ticket']['lastchange_from'] = 'Depuis (jj.mm.aaaa)';
|
||||
$lng['ticket']['lastchange_to'] = 'Jusqu\'au (jj.mm.aaaa)';
|
||||
|
||||
Reference in New Issue
Block a user