diff options
Diffstat (limited to 'tools/missing_keys.pl')
-rw-r--r-- | tools/missing_keys.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/missing_keys.pl b/tools/missing_keys.pl index 88c8bdc2f..7f657a41d 100644 --- a/tools/missing_keys.pl +++ b/tools/missing_keys.pl @@ -63,6 +63,14 @@ my %ignore_keys = ( 'other' => '', 'high' => '', 'Waiting page: %s' => '', + 'Admin: %s' => '', + 'Manage this user comment: %s' => '', + 'Main "guest" user does not exist' => '', + 'Main "guest" user status is incorrect' => '', + 'Main "webmaster" user does not exist' => '', + 'Main "webmaster" user status is incorrect' => '', + 'Default user does not exist' => '', + '(!) This comment requires validation' => '', ); |