aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ename/e-name-western-tables.h
blob: 2e94a948451d9b5c3d0a6891554d8ac1da8a09d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#ifndef __E_NAME_WESTERN_TABLES_H__
#define __E_NAME_WESTERN_TABLES_H__

char *e_name_western_pfx_table[] = {

    /*
     * English.
     */
    "mister", "miss.", "mr.", "mrs.", "ms.",
    "miss", "mr", "mrs", "ms", "sir", 
    "professor", "prof.", "dr", "dr.", "doctor",
    "judge", "justice", "chief justice", 
    "congressman", "congresswoman", "commander",
    "lieutenant", "lt.", "colonel", "col.", "major", "maj.",
    "general", "gen.", "admiral", "admr.", "sergeant", "sgt.",
    "lord", "lady", "baron", "baroness", "duke", "duchess",
    "king", "queen", "prince", "princess",

    "the most honorable", "the honorable",
    "the reverend", "his holiness",
    "his eminence", "his majesty", "her majesty", 
    "his grace", "her grace",

    "president", "vice president", "secretary", "undersecretary",
    "consul", "ambassador",

    "senator", "saint", "st.", "pastor", "deacon",
    "father", "bishop", "archbishop", "cardinal", "pope",
    "reverend", "rev.", "rabbi", 

    /*
     * French.
     */
    "monsieur", "m.", "mademoiselle", "melle",
    "madame", "mme", "professeur", "dauphin", "dauphine",

    /*
     * German
     */
    "herr", "frau", "fraulein", "herr doktor", "doktor frau", "doktor frau doktor",
    "frau doktor",
 

    /*
     * Spanish.
     */
    "senor", "senora", "sra.", "senorita", "srita.", 

    NULL};

char *e_name_western_sfx_table[]  = {

    /*
     * English.
     */
         "junior", "senior", "jr", "sr", "I", "II", "III", "IV", "V",
     "VI", "VII", "VIII", "IX", "X", "XI", "XII", "XIII", "XIV",
     "XV", "XVI", "XVII", "XVIII", "XIX", "XX", "XXI", "XXII",
     "phd", "ms", "md", "esq", "esq.", "esquire",

    NULL};

char *e_name_western_twopart_sfx_table[] = {

    /*
     * English.
     */
    "the first", "the second", "the third",

    NULL};

char *e_name_western_complex_last_table[] = {"van", "von", "de", NULL};

#endif /* ! __E_NAME_WESTERN_TABLES_H__ */