[l10n] Updated Estonian translation
[bug-buddy.git] / src / forbidden-words.h
blob52c6fc065985b3d891595be1cffb43381bd59402
3 /* do you want to hack SEARCH_CASE_INSENSITIVE on GtkTextBuffer? :) */
5 static const char *forbidden_words[] = {
6 "password",
7 "Password",
8 "PASSWORD",
9 "username",
10 "Username",
11 "USERNAME",
12 "http://",
13 "visa",
14 "Visa",
15 "VISA",
16 "mastercard",
17 "Mastercard",
18 "MASTERCARD",
19 "bank",
20 "Bank",
21 "BANK",
22 "banking",
23 "Banking",
24 "BANKING",
25 "account",
26 "Account",
27 "ACCOUNT",
28 "secret",
29 "Secret",
30 "SECRET",
31 "login",
32 "Login",
33 "LOGIN",
34 "account",
35 "Account",
36 "ACCOUNT",
37 NULL