Last active
June 30, 2019 15:17
-
-
Save Jarrid/a6e233c6c5b94dca0a31c3249856d6c3 to your computer and use it in GitHub Desktop.
Running list of options for name prefixes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$prefixes = array( | |
'First Lieutenant', | |
'Admiral', | |
'Attorney', | |
'Brother', | |
'Captain', | |
'Chief', | |
'Commander', | |
'Colonel', | |
'Dean', | |
'University Dean', | |
'Doctor', | |
'Elder', | |
'Father', | |
'General', | |
'Governor', | |
'Honorable', | |
'Lieutenant Colonel', | |
'Major', | |
'Major/Master Sergeant', | |
'Mister', | |
'Mrs', | |
'Ms', | |
'Prince', | |
'Professor', | |
'Rabbi', | |
'Reverend', | |
'Sister', | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment