Some more alignation
This commit is contained in:
parent
bc553a2c49
commit
5db9d2fe66
1 changed files with 31 additions and 31 deletions
|
@ -220,38 +220,38 @@ class ContactSelector
|
||||||
{
|
{
|
||||||
$o = '';
|
$o = '';
|
||||||
$select = [
|
$select = [
|
||||||
'EMPTY' => '',
|
'EMPTY' => '',
|
||||||
'Single' => L10n::t('Single'),
|
'Single' => L10n::t('Single'),
|
||||||
'Lonely' => L10n::t('Lonely'),
|
'Lonely' => L10n::t('Lonely'),
|
||||||
'Available' => L10n::t('Available'),
|
'Available' => L10n::t('Available'),
|
||||||
'Unavailable' => L10n::t('Unavailable'),
|
'Unavailable' => L10n::t('Unavailable'),
|
||||||
'Has crush' => L10n::t('Has crush'),
|
'Has crush' => L10n::t('Has crush'),
|
||||||
'Infatuated' => L10n::t('Infatuated'),
|
'Infatuated' => L10n::t('Infatuated'),
|
||||||
'Dating' => L10n::t('Dating'),
|
'Dating' => L10n::t('Dating'),
|
||||||
'Unfaithful' => L10n::t('Unfaithful'),
|
'Unfaithful' => L10n::t('Unfaithful'),
|
||||||
'Sex Addict' => L10n::t('Sex Addict'),
|
'Sex Addict' => L10n::t('Sex Addict'),
|
||||||
'Friends' => L10n::t('Friends'),
|
'Friends' => L10n::t('Friends'),
|
||||||
'Friends/Benefits' => L10n::t('Friends/Benefits'),
|
'Friends/Benefits' => L10n::t('Friends/Benefits'),
|
||||||
'Casual' => L10n::t('Casual'),
|
'Casual' => L10n::t('Casual'),
|
||||||
'Engaged' => L10n::t('Engaged'),
|
'Engaged' => L10n::t('Engaged'),
|
||||||
'Married' => L10n::t('Married'),
|
'Married' => L10n::t('Married'),
|
||||||
'Imaginarily married' => L10n::t('Imaginarily married'),
|
'Imaginarily married' => L10n::t('Imaginarily married'),
|
||||||
'Partners' => L10n::t('Partners'),
|
'Partners' => L10n::t('Partners'),
|
||||||
'Cohabiting' => L10n::t('Cohabiting'),
|
'Cohabiting' => L10n::t('Cohabiting'),
|
||||||
'Common law' => L10n::t('Common law'),
|
'Common law' => L10n::t('Common law'),
|
||||||
'Happy' => L10n::t('Happy'),
|
'Happy' => L10n::t('Happy'),
|
||||||
'Not looking' => L10n::t('Not looking'),
|
'Not looking' => L10n::t('Not looking'),
|
||||||
'Swinger' => L10n::t('Swinger'),
|
'Swinger' => L10n::t('Swinger'),
|
||||||
'Betrayed' => L10n::t('Betrayed'),
|
'Betrayed' => L10n::t('Betrayed'),
|
||||||
'Separated' => L10n::t('Separated'),
|
'Separated' => L10n::t('Separated'),
|
||||||
'Unstable' => L10n::t('Unstable'),
|
'Unstable' => L10n::t('Unstable'),
|
||||||
'Divorced' => L10n::t('Divorced'),
|
'Divorced' => L10n::t('Divorced'),
|
||||||
'Imaginarily divorced' => L10n::t('Imaginarily divorced'),
|
'Imaginarily divorced' => L10n::t('Imaginarily divorced'),
|
||||||
'Widowed' => L10n::t('Widowed'),
|
'Widowed' => L10n::t('Widowed'),
|
||||||
'Uncertain' => L10n::t('Uncertain'),
|
'Uncertain' => L10n::t('Uncertain'),
|
||||||
'It\'s complicated' => L10n::t('It\'s complicated'),
|
'It\'s complicated' => L10n::t('It\'s complicated'),
|
||||||
'Don\'t care' => L10n::t('Don\'t care'),
|
'Don\'t care' => L10n::t('Don\'t care'),
|
||||||
'Ask me' => L10n::t('Ask me'),
|
'Ask me' => L10n::t('Ask me'),
|
||||||
];
|
];
|
||||||
|
|
||||||
Addon::callHooks('marital_selector', $select);
|
Addon::callHooks('marital_selector', $select);
|
||||||
|
|
Loading…
Reference in a new issue