Skip to content

Commit

Permalink
I want to try my version too! :D
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Aug 19, 2013
1 parent 49d3336 commit cbb1e27
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 47 deletions.
90 changes: 51 additions & 39 deletions Sources/Who.php
Expand Up @@ -548,35 +548,35 @@ function Credits($in_admin = false)
),
),
array(
'title' => $txt['credits_groups_dev'],
'title' => $txt['credits_groups_customize_lead'],
'members' => array(
// Lead Developer
// 'Steven &quot;Fustrate&quot; Hoffman',
// Developers
'Brad &quot;IchBin&trade;&quot; Grow',
'emanuele',
'Norv',
// 'Spuds', // Doesn't want to be listed here
// Former Developers
'Aaron van Geffen',
'Antechinus',
'Bjoern &quot;Bloc&quot; Kristiansen',
'Hendrik Jan &quot;Compuart&quot; Visser',
'Juan &quot;JayBachatero&quot; Hernandez',
'Karl &quot;RegularExpression&quot; Benson',
$user_info['is_admin'] ? 'Matt &quot;Grudge&quot; Wolf': 'Grudge',
'Michael &quot;Thantos&quot; Miller',
'Selman &quot;[SiNaN]&quot; Eser',
'Theodore &quot;Orstio&quot; Hildebrandt',
'Thorsten &quot;TE&quot; Eurich',
'winrules',
// Lead Customizer
'Gary M. Gadsdon',
),
),
array(
'title' => $txt['credits_groups_support'],
'title' => $txt['credits_groups_customize'],
'members' => array(
// Customizers
'Jessica Gonz&aacute;lez',
'Kays',
'Matthew &quot;Labradoodle-360&quot; Kerle',
'Ricky.',
// Former Customizers
'Brannon &quot;B&quot; Hall',
'Joey &quot;Tyrsson&quot; Smith',
),
),
array(
'title' => $txt['credits_groups_support_lead'],
'members' => array(
// Lead Support Specialist
'Kat',
),
),
array(
'title' => $txt['credits_groups_support'],
'members' => array(
// Support Specialists
'Aleksi &quot;Lex&quot; Kilpinen',
'Bigguy',
Expand All @@ -591,33 +591,18 @@ function Credits($in_admin = false)
'CapadY',
'gbsothere',
'Kevin &quot;greyknight17&quot; Hou',
'Michele &quot;Illori&quot; Davis',
'S-Ace',
'Wade &quot;s&eta;&sigma;&omega;&quot; Poulsen',
'xenovanis',
),
),
array(
'title' => $txt['credits_groups_customize'],
'members' => array(
// Lead Customizer
'Gary M. Gadsdon',
// Customizers
'Jessica Gonz&aacute;lez',
'Kays',
'Matthew &quot;Labradoodle-360&quot; Kerle',
'Ricky.',
// Former Customizers
'Brannon &quot;B&quot; Hall',
'Joey &quot;Tyrsson&quot; Smith',
),
),
array(
'title' => $txt['credits_groups_docs'],
'members' => array(
// Doc Coordinator
'AngelinaBelle',
'Michele &quot;Illori&quot; Davis',
// Doc Writers
'AngelinaBelle',
'Graeme Spence',
'Joshua &quot;groundup&quot; Dickerson',
),
Expand Down Expand Up @@ -658,6 +643,27 @@ function Credits($in_admin = false)
'Liroy &quot;CoreISP&quot; van Hoewijk',
),
),
array(
'title' => $txt['credits_groups_dev'],
'members' => array(
'Brad &quot;IchBin&trade;&quot; Grow',
'emanuele',
'Norv',
'Spuds',
'Aaron van Geffen',
'Antechinus',
'Bjoern &quot;Bloc&quot; Kristiansen',
'Hendrik Jan &quot;Compuart&quot; Visser',
'Juan &quot;JayBachatero&quot; Hernandez',
'Karl &quot;RegularExpression&quot; Benson',
$user_info['is_admin'] ? 'Matt &quot;Grudge&quot; Wolf': 'Grudge',
'Michael &quot;Thantos&quot; Miller',
'Selman &quot;[SiNaN]&quot; Eser',
'Theodore &quot;Orstio&quot; Hildebrandt',
'Thorsten &quot;TE&quot; Eurich',
'winrules',
),
),
),
),
);
Expand Down Expand Up @@ -692,6 +698,12 @@ function Credits($in_admin = false)
$txt['credits_beta_message'],
),
),
array(
'title' => $txt['credits_groups_contributors'],
'members' => array(
$txt['credits_contributors_message'],
),
),
array(
'title' => $txt['credits_groups_translators'],
'members' => array(
Expand Down
19 changes: 11 additions & 8 deletions Themes/default/languages/Who.english.php
Expand Up @@ -139,15 +139,17 @@
$txt['credits_software'] = 'Software';
$txt['credits_graphics'] = 'Graphics';
$txt['credits_fonts'] = 'Fonts';
$txt['credits_groups_pm'] = 'Project Manager';
$txt['credits_groups_dev'] = 'Developers';
$txt['credits_groups_support'] = 'Support Specialists';
$txt['credits_groups_customize'] = 'Customizers';
$txt['credits_groups_pm'] = 'Supreme ruler of the project';
$txt['credits_groups_dev'] = 'Nothing';
$txt['credits_groups_support_lead'] = 'K@';
$txt['credits_groups_support'] = 'The saviours of the project';
$txt['credits_groups_customize_lead'] = 'King of the customizers';
$txt['credits_groups_customize'] = 'Slaves';
$txt['credits_groups_docs'] = 'Documentation Writers';
$txt['credits_groups_marketing'] = 'Marketing';
$txt['credits_groups_internationalizers'] = 'Localizers';
$txt['credits_groups_servers'] = 'Servers Administrators';
$txt['credits_groups_site'] = 'Site Administrators';
$txt['credits_groups_marketing'] = 'Without these nobody would know SMF';
$txt['credits_groups_internationalizers'] = 'No translations without these (except translations are done by others)';
$txt['credits_groups_servers'] = 'Without these SMF wouldn\'t have an house';
$txt['credits_groups_site'] = 'Without these SMF\' website would be SMF';
$txt['credits_license'] = 'License';
$txt['credits_copyright'] = 'Copyright';
$txt['credits_version'] = 'Version';
Expand All @@ -158,6 +160,7 @@
$txt['credits_groups_consultants'] = 'Consulting Developers';
$txt['credits_groups_beta'] = 'Beta Testers';
$txt['credits_beta_message'] = 'The invaluable few who tirelessly find bugs, provide feedback, and drive the developers crazier.';
$txt['credits_contributors_message'] = 'All the other nothingness that wrote some random text in a notepad or some other kind of interface.';
$txt['credits_groups_founder'] = 'Founding Father of SMF';
$txt['credits_groups_orignal_pm'] = 'Original Project Managers';

Expand Down

0 comments on commit cbb1e27

Please sign in to comment.