$messages[]=$this->formatPlural($counters[L10N_COUNT_DUPLICATE],'1 duplicate translation not saved','@count duplicate translations not saved');
}
if(!empty($counters[L10N_COUNT_IGNORED])){
$messages[]=$this->formatPlural($counters[L10N_COUNT_IGNORED],'1 source string not found; its translation was ignored','@count source strings not found; their translations were ignored');