aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ename/e-name-western-tables.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-06-24 18:47:21 +0800
committernobody <nobody@localhost>2000-06-24 18:47:21 +0800
commit98a8e41c8a585b2773fd91bff188346c24477c01 (patch)
tree957251da2611d83c08b2ff201fec4f0f3941c628 /e-util/ename/e-name-western-tables.h
parent5d0f34b4eefc1f57757e23e4583394742dca1dc8 (diff)
downloadgsoc2013-evolution-WITH_LIBEFS.tar
gsoc2013-evolution-WITH_LIBEFS.tar.gz
gsoc2013-evolution-WITH_LIBEFS.tar.bz2
gsoc2013-evolution-WITH_LIBEFS.tar.lz
gsoc2013-evolution-WITH_LIBEFS.tar.xz
gsoc2013-evolution-WITH_LIBEFS.tar.zst
gsoc2013-evolution-WITH_LIBEFS.zip
This commit was manufactured by cvs2svn to create tag 'WITH_LIBEFS'.WITH_LIBEFS
svn path=/tags/WITH_LIBEFS/; revision=3727
Diffstat (limited to 'e-util/ename/e-name-western-tables.h')
-rw-r--r--e-util/ename/e-name-western-tables.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/e-util/ename/e-name-western-tables.h b/e-util/ename/e-name-western-tables.h
deleted file mode 100644
index 369d530edc..0000000000
--- a/e-util/ename/e-name-western-tables.h
+++ /dev/null
@@ -1,53 +0,0 @@
-#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",
- "reverend", "president", "judge", "senator",
- "congressman", "congresswoman",
-
- "the honorable", "the reverend", "his holiness",
- "his eminence",
-
-
- /*
- * French.
- */
- "monsieur", "mr.", "mademoiselle", "melle.",
- "madame", "mme.", "professeur",
-
- /*
- * Spanish.
- */
- "senor", "senora", "senorita",
-
- NULL};
-
-char *e_name_western_sfx_table[] = {
-
- /*
- * English.
- */
- "junior", "senior", "jr", "sr", "I", "II", "III", "IV", "V",
- "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__ */