more cleanup
This commit is contained in:
parent
759ac10971
commit
a1190c52f2
@ -1245,48 +1245,7 @@ class Human {
|
|||||||
|
|
||||||
public static function info()
|
public static function info()
|
||||||
{
|
{
|
||||||
global $CRAYON_VERSION, $CRAYON_DATE, $CRAYON_AUTHOR, $CRAYON_WEBSITE, $CRAYON_TWITTER, $CRAYON_GIT, $CRAYON_PLUGIN_WP, $CRAYON_AUTHOR_SITE, $CRAYON_EMAIL, $CRAYON_DONATE;
|
return '';
|
||||||
echo '<a name="info"></a>';
|
|
||||||
$version = '<strong>' . crayon__('Version') . ':</strong> ' . $CRAYON_VERSION;
|
|
||||||
$date = $CRAYON_DATE;
|
|
||||||
$developer = '<strong>' . crayon__('Developer') . ':</strong> ' . '<a href="' . $CRAYON_AUTHOR_SITE . '" target="_blank">' . $CRAYON_AUTHOR . '</a>';
|
|
||||||
$translators = '<strong>' . crayon__('Translators') . ':</strong> ' .
|
|
||||||
'
|
|
||||||
Arabic (<a href="http://djennadhamza.eb2a.com/" target="_blank">Djennad Hamza</a>),
|
|
||||||
Chinese Simplified (<a href="http://smerpup.com/" target="_blank">Dezhi Liu</a>, <a href="http://neverno.me/" target="_blank">Jash Yin</a>),
|
|
||||||
Chinese Traditional (<a href="http://www.arefly.com/" target="_blank">Arefly</a>),
|
|
||||||
Dutch (<a href="https://twitter.com/RobinRoelofsen" target="_blank">Robin Roelofsen</a>, <a href="https://twitter.com/#!/chilionsnoek" target="_blank">Chilion Snoek</a>),
|
|
||||||
French (<a href="https://vhf.github.io" target="_blank">Victor Felder</a>),
|
|
||||||
Finnish (<a href="https://github.com/vahalan" target="_blank">vahalan</a>),
|
|
||||||
German (<a href="http://www.technologyblog.de/" target="_blank">Stephan Knauß</a>),
|
|
||||||
Italian (<a href="http://www.federicobellucci.net/" target="_blank">Federico Bellucci</a>),
|
|
||||||
Japanese (<a href="https://twitter.com/#!/west_323" target="_blank">@west_323</a>),
|
|
||||||
Korean (<a href="https://github.com/dokenzy" target="_blank">dokenzy</a>),
|
|
||||||
Lithuanian (Vincent G),
|
|
||||||
Norwegian (<a href="http://www.jackalworks.com/blogg" target="_blank">Jackalworks</a>),
|
|
||||||
Persian (MahdiY),
|
|
||||||
Polish (<a href="https://github.com/toszcze" target="_blank">Bartosz Romanowski</a>, <a href="http://rob006.net/" target="_blank">Robert Korulczyk</a>),
|
|
||||||
Portuguese (<a href="http://www.adonai.eti.br" target="_blank">Adonai S. Canez</a>),
|
|
||||||
Russian (<a href="http://simplelib.com/" target="_blank">Minimus</a>, Di_Skyer),
|
|
||||||
Slovak (<a href="https://twitter.com/#!/webhostgeeks" target="_blank">webhostgeeks</a>),
|
|
||||||
Slovenian (<a href="http://jodlajodla.si/" target="_blank">Jan Sušnik</a>),
|
|
||||||
Spanish (<a href="http://www.hbravo.com/" target="_blank">Hermann Bravo</a>),
|
|
||||||
Tamil (<a href="http://kks21199.mrgoogleglass.com/" target="_blank">KKS21199</a>),
|
|
||||||
Turkish (<a href="http://hakanertr.wordpress.com" target="_blank">Hakan</a>),
|
|
||||||
Ukrainian (<a href="http://getvoip.com/blog" target="_blank">Michael Yunat</a>)';
|
|
||||||
|
|
||||||
echo '
|
|
||||||
<table id="crayon-info" border="0">
|
|
||||||
<tr>
|
|
||||||
<td>' . $version . ' - ' . $date . '</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>' . $developer . '</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>' . $translators . '</td>
|
|
||||||
</tr>
|
|
||||||
</table>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function help_button($link)
|
public static function help_button($link)
|
||||||
|
Loading…
Reference in New Issue
Block a user