5=>isset($_GET['revision'])?sprintf(__('%1$s restored to revision from %2$s.','autoshortcoder'),$this->single,wp_post_revision_title((int)$_GET['revision'],false)):false,
'locked'=>sprintf(_n('%1$s %2$s not updated, somebody is editing it.','%1$s %3$s not updated, somebody is editing them.',$bulk_counts['locked'],'autoshortcoder'),$bulk_counts['locked'],$this->single,$this->plural),
'trashed'=>sprintf(_n('%1$s %2$s moved to the Trash.','%1$s %3$s moved to the Trash.',$bulk_counts['trashed'],'autoshortcoder'),$bulk_counts['trashed'],$this->single,$this->plural),
'untrashed'=>sprintf(_n('%1$s %2$s restored from the Trash.','%1$s %3$s restored from the Trash.',$bulk_counts['untrashed'],'autoshortcoder'),$bulk_counts['untrashed'],$this->single,$this->plural),