|
@@ -188,11 +188,11 @@ $txt['no_bantype_selected'] = 'No ban type was selected';
|
|
|
$txt['ban_not_found'] = 'Ban not found';
|
|
|
$txt['ban_unknown_restriction_type'] = 'Restriction type unknown';
|
|
|
$txt['ban_name_empty'] = 'The name of the ban was left empty';
|
|
|
-$txt['ban_id_empty'] = 'Ban id not found @todo: improve message';
|
|
|
-$txt['ban_group_id_empty'] = 'Ban group id missing @todo: improve message';
|
|
|
-$txt['ban_no_triggers'] = 'No ban triggers specified @todo: improve message';
|
|
|
-$txt['ban_ban_item_empty'] = 'Ban trigger not found @todo: improve message';
|
|
|
-$txt['impossible_insert_new_bangroup'] = 'Insert the new ban failed @todo: improve message';
|
|
|
+$txt['ban_id_empty'] = 'Ban id not found';
|
|
|
+$txt['ban_group_id_empty'] = 'Ban group id missing';
|
|
|
+$txt['ban_no_triggers'] = 'No ban triggers specified';
|
|
|
+$txt['ban_ban_item_empty'] = 'Ban trigger not found';
|
|
|
+$txt['impossible_insert_new_bangroup'] = 'An error occurred while inserting the new ban';
|
|
|
|
|
|
$txt['ban_name_exists'] = 'The name of this ban (%1$s) already exists. Please choose a different name.';
|
|
|
$txt['ban_trigger_already_exists'] = 'This ban trigger (%1$s) already exists in %2$s.';
|