Added translation to morechoice

Admit it, you love it ;)
pull/688/head
Unknown 2018-08-07 13:37:57 +02:00
parent e479ce1829
commit 4d8c03d589
1 changed files with 80 additions and 88 deletions

View File

@ -30,99 +30,91 @@ function morechoice_uninstall() {
} }
// We aren't going to bother translating these to other languages.
function morechoice_gender_selector($a,&$b) { function morechoice_gender_selector($a,&$b) {
if(Config::get('system', 'language') == 'en') { $b[] = L10n::t('Androgyne');
$b[] = 'Androgyne'; $b[] = L10n::t('Bear');
$b[] = 'Bear'; $b[] = L10n::t('Bigender');
$b[] = 'Bigender'; $b[] = L10n::t('Cross dresser');
$b[] = 'Cross dresser'; $b[] = L10n::t('Drag queen');
$b[] = 'Drag queen'; $b[] = L10n::t('Eunuch');
$b[] = 'Eunuch'; $b[] = L10n::t('Faux queen');
$b[] = 'Faux queen'; $b[] = L10n::t('Gender fluid');
$b[] = 'Gender fluid'; $b[] = L10n::t('Kathoey');
$b[] = 'Kathoey'; $b[] = L10n::t('Lady');
$b[] = 'Lady'; $b[] = L10n::t('Lipstick lesbian');
$b[] = 'Lipstick lesbian'; $b[] = L10n::t('Metrosexual');
$b[] = 'Metrosexual'; $b[] = L10n::t('Monk');
$b[] = 'Monk'; $b[] = L10n::t('Nun');
$b[] = 'Nun'; $b[] = L10n::t('Soft butch');
$b[] = 'Soft butch'; $b[] = L10n::t('Stone femme');
$b[] = 'Stone femme'; $b[] = L10n::t('Tomboy');
$b[] = 'Tomboy'; $b[] = L10n::t('Transman');
$b[] = 'Transman'; $b[] = L10n::t('Transwoman');
$b[] = 'Transwoman'; $b[] = L10n::t('Transvesti');
$b[] = 'Transvesti'; $b[] = L10n::t('Trigender');
$b[] = 'Trigender'; $b[] = L10n::t('Can\'t remember');
$b[] = 'Can\'t remember'; $b[] = L10n::t('Hard to tell these days');
$b[] = 'Hard to tell these days';
}
} }
function morechoice_sexpref_selector($a,&$b) { function morechoice_sexpref_selector($a,&$b) {
if(Config::get('system', 'language') == 'en') { $b[] = L10n::t('Girls with big tits');
$b[] = 'Girls with big tits'; $b[] = L10n::t('Millionaires');
$b[] = 'Millionaires'; $b[] = L10n::t('Guys with big schlongs');
$b[] = 'Guys with big schlongs'; $b[] = L10n::t('Easy women');
$b[] = 'Easy women'; $b[] = L10n::t('People with impaired mobility');
$b[] = 'People with impaired mobility'; $b[] = L10n::t('Amputees');
$b[] = 'Amputees'; $b[] = L10n::t('Statues, mannequins and immobility');
$b[] = 'Statues, mannequins and immobility'; $b[] = L10n::t('Pain');
$b[] = 'Pain'; $b[] = L10n::t('Trans men');
$b[] = 'Trans men'; $b[] = L10n::t('Older women');
$b[] = 'Older women'; $b[] = L10n::t('Asphyxiation');
$b[] = 'Asphyxiation'; $b[] = L10n::t('In public');
$b[] = 'In public'; $b[] = L10n::t('In danger');
$b[] = 'In danger'; $b[] = L10n::t('Pretending to be male');
$b[] = 'Pretending to be male'; $b[] = L10n::t('Pretending to be female');
$b[] = 'Pretending to be female'; $b[] = L10n::t('Breats');
$b[] = 'Breats'; $b[] = L10n::t('Scat');
$b[] = 'Scat'; $b[] = L10n::t('Crying');
$b[] = 'Crying'; $b[] = L10n::t('Nappies/Diapers');
$b[] = 'Nappies/Diapers'; $b[] = L10n::t('Trees');
$b[] = 'Trees'; $b[] = L10n::t('Vomit');
$b[] = 'Vomit'; $b[] = L10n::t('Murder');
$b[] = 'Murder'; $b[] = L10n::t('Fat people');
$b[] = 'Fat people'; $b[] = L10n::t('Feet');
$b[] = 'Feet'; $b[] = L10n::t('Covered in insects');
$b[] = 'Covered in insects'; $b[] = L10n::t('Turning a human being into furniture');
$b[] = 'Turning a human being into furniture'; $b[] = L10n::t('Elderly people');
$b[] = 'Elderly people'; $b[] = L10n::t('Transgender people');
$b[] = 'Transgender people'; $b[] = L10n::t('Criminals');
$b[] = 'Criminals'; $b[] = L10n::t('Stealing');
$b[] = 'Stealing'; $b[] = L10n::t('Breast milk');
$b[] = 'Breast milk'; $b[] = L10n::t('Immersing genitals in liquids');
$b[] = 'Immersing genitals in liquids'; $b[] = L10n::t('Giants');
$b[] = 'Giants'; $b[] = L10n::t('Masochism');
$b[] = 'Masochism'; $b[] = L10n::t('Cars');
$b[] = 'Cars'; $b[] = L10n::t('Menstruation');
$b[] = 'Menstruation'; $b[] = L10n::t('Mucus');
$b[] = 'Mucus'; $b[] = L10n::t('Obscene language');
$b[] = 'Obscene language'; $b[] = L10n::t('Noses');
$b[] = 'Noses'; $b[] = L10n::t('Navels');
$b[] = 'Navels'; $b[] = L10n::t('Corpses');
$b[] = 'Corpses'; $b[] = L10n::t('Smells');
$b[] = 'Smells'; $b[] = L10n::t('Buttocks');
$b[] = 'Buttocks'; $b[] = L10n::t('Nonliving objects');
$b[] = 'Nonliving objects'; $b[] = L10n::t('Sleeping people');
$b[] = 'Sleeping people'; $b[] = L10n::t('Urination');
$b[] = 'Urination'; $b[] = L10n::t('Eating people');
$b[] = 'Eating people'; $b[] = L10n::t('Being eaten');
$b[] = 'Being eaten'; $b[] = L10n::t('Animals');
$b[] = 'Animals'; $b[] = L10n::t('I\'d rather just have some chocolate');
$b[] = 'I\'d rather just have some chocolate';
}
} }
function morechoice_marital_selector($a,&$b) { function morechoice_marital_selector($a,&$b) {
if(Config::get('system', 'language') == 'en') { $b[] = L10n::t('Married to my job');
$b[] = 'Married to my job'; $b[] = L10n::t('Polygamist');
$b[] = 'Polygamist'; $b[] = L10n::t('Half married');
$b[] = 'Half married'; $b[] = L10n::t('Living in the past');
$b[] = 'Living in the past'; $b[] = L10n::t('Pretending to be over my ex');
$b[] = 'Pretending to be over my ex'; $b[] = L10n::t('Hurt in the past');
$b[] = 'Hurt in the past'; $b[] = L10n::t('Wallowing in self-pity');
$b[] = 'Wallowing in self-pity';
}
} }