diff options
author | Friendika <info@friendika.com> | 2010-11-29 20:56:54 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-29 20:56:54 -0800 |
commit | 3672335decff66669ef7a9411fa3ae12f9c5feeb (patch) | |
tree | a1b43a5a965a20b891af6f038191496bc228775c /util | |
parent | 5c515940fa622c92771747a32d65c8a31f2aca05 (diff) | |
download | volse-hubzilla-3672335decff66669ef7a9411fa3ae12f9c5feeb.tar.gz volse-hubzilla-3672335decff66669ef7a9411fa3ae12f9c5feeb.tar.bz2 volse-hubzilla-3672335decff66669ef7a9411fa3ae12f9c5feeb.zip |
15 gender choices, 12 sexual preference choices and 30 relationship status options are probably adequate. :-)
Diffstat (limited to 'util')
-rw-r--r-- | util/strings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index 5ab565437..43139b0a0 100644 --- a/util/strings.php +++ b/util/strings.php @@ -354,17 +354,28 @@ $a->strings['Settings'] = 'Settings'; $a->strings['Profiles'] = 'Profiles'; $a->strings['Male'] = 'Male'; $a->strings['Female'] = 'Female'; +$a->strings['Mostly Male'] = 'Mostly Male'; +$a->strings['Mostly Female'] = 'Mostly Female'; +$a->strings['Transgender'] = 'Transgender'; +$a->strings['Intersex'] = 'Intersex'; $a->strings['Transsexual'] = 'Transsexual'; $a->strings['Hermaphrodite'] = 'Hermaphrodite'; +$a->strings['Currently Male'] = 'Currently Male'; +$a->strings['Currently Female'] = 'Currently Female'; $a->strings['Neuter'] = 'Neuter'; +$a->strings['Non-specific'] = 'Non-specific'; $a->strings['Other'] = 'Other'; $a->strings['Undecided'] = 'Undecided'; $a->strings['Males'] = 'Males'; $a->strings['Females'] = 'Females'; +$a->strings['No Preference'] = 'No Preference'; $a->strings['Bisexual'] = 'Bisexual'; $a->strings['Autosexual'] = 'Autosexual'; $a->strings['Abstinent'] = 'Abstinent'; $a->strings['Virgin'] = 'Virgin'; +$a->strings['Deviant'] = 'Deviant'; +$a->strings['Fetish'] = 'Fetish'; +$a->strings['Oodles'] = 'Oodles'; $a->strings['Nonsexual'] = 'Nonsexual'; $a->strings['Single'] = 'Single'; $a->strings['Lonely'] = 'Lonely'; |