]> git.mxchange.org Git - friendica.git/blobdiff - include/profile_selectors.php
15 gender choices, 12 sexual preference choices and 30 relationship status options...
[friendica.git] / include / profile_selectors.php
index 335f292dcfb23125e57fc3ceede3be45ece8c0d7..63bc22dc590d49cc8759651628ea258cc66682b7 100644 (file)
@@ -3,7 +3,7 @@
 
 function gender_selector($current="",$suffix="") {
        $o = '';
-       $select = array('', t('Male'), t('Female'), t('Transsexual'), t('Hermaphrodite'), t('Neuter'), t('Other'), t('Undecided'));
+       $select = array('', t('Male'), t('Female'), t('Mostly Male'), t('Mostly Female'), t('Transgender'), t('Intersex'), t('Transsexual'), t('Hermaphrodite'), t('Currently Male'), t('Currently Female'), t('Neuter'), t('Non-specific'), t('Other'), t('Undecided'));
 
        $o .= "<select name=\"gender$suffix\" id=\"gender-select$suffix\" size=\"1\" >";
        foreach($select as $selection) {
@@ -16,7 +16,7 @@ function gender_selector($current="",$suffix="") {
 
 function sexpref_selector($current="",$suffix="") {
        $o = '';
-       $select = array('', t('Males'), t('Females'), t('Bisexual'), t('Autosexual'), t('Abstinent'), t('Virgin'), t('Nonsexual'));
+       $select = array('', t('Males'), t('Females'), t('No Preference'), t('Bisexual'), t('Autosexual'), t('Abstinent'), t('Virgin'), t('Deviant'), t('Fetish'), t('Oodles'), t('Nonsexual'));
 
        $o .= "<select name=\"sexual$suffix\" id=\"sexual-select$suffix\" size=\"1\" >";
        foreach($select as $selection) {