Browse Source

Lang strings

Signed-off-by: emanuele <[email protected]>
emanuele 13 years ago
parent
commit
af5f14a937
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Themes/default/languages/Errors.english.php

+ 5 - 0
Themes/default/languages/Errors.english.php

@@ -189,6 +189,11 @@ $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_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.';