aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ename
diff options
context:
space:
mode:
authorNat Friedman <nat@helixcode.com>2000-09-26 02:34:05 +0800
committerNat Friedman <nat@src.gnome.org>2000-09-26 02:34:05 +0800
commitd4c1adb83923228f54dbd8eac67215c799ca8f5c (patch)
tree754ea1ef0568c0cffb76d8aef0c7ecb38033b3fb /e-util/ename
parent9cdc1f6f00fd1a0ea85f72f0f22f06fe2db39738 (diff)
downloadgsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.tar
gsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.tar.gz
gsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.tar.bz2
gsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.tar.lz
gsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.tar.xz
gsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.tar.zst
gsoc2013-evolution-d4c1adb83923228f54dbd8eac67215c799ca8f5c.zip
Added a ton of new prefixes and suffixes.
2000-09-25 Nat Friedman <nat@helixcode.com> * ename/e-name-western-tables.h: Added a ton of new prefixes and suffixes. svn path=/trunk/; revision=5571
Diffstat (limited to 'e-util/ename')
-rw-r--r--e-util/ename/e-name-western-tables.h40
1 files changed, 30 insertions, 10 deletions
diff --git a/e-util/ename/e-name-western-tables.h b/e-util/ename/e-name-western-tables.h
index bb29cc5292..2e94a94845 100644
--- a/e-util/ename/e-name-western-tables.h
+++ b/e-util/ename/e-name-western-tables.h
@@ -9,24 +9,42 @@ char *e_name_western_pfx_table[] = {
"mister", "miss.", "mr.", "mrs.", "ms.",
"miss", "mr", "mrs", "ms", "sir",
"professor", "prof.", "dr", "dr.", "doctor",
- "reverend", "president", "judge", "senator",
+ "judge", "justice", "chief justice",
"congressman", "congresswoman", "commander",
- "lieutenant", "colonel", "major", "general",
+ "lieutenant", "lt.", "colonel", "col.", "major", "maj.",
+ "general", "gen.", "admiral", "admr.", "sergeant", "sgt.",
+ "lord", "lady", "baron", "baroness", "duke", "duchess",
+ "king", "queen", "prince", "princess",
- "the honorable", "the reverend", "his holiness",
- "his eminence",
-
+ "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", "mr.", "mademoiselle", "melle.",
- "madame", "mme.", "professeur",
+ "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", "senorita",
+ "senor", "senora", "sra.", "senorita", "srita.",
NULL};
@@ -35,8 +53,10 @@ char *e_name_western_sfx_table[] = {
/*
* English.
*/
- "junior", "senior", "jr", "sr", "I", "II", "III", "IV", "V",
- "phd", "ms", "md", "esq", "esq.", "esquire",
+ "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};