about.inc.php
Translations of this material:
- into Russian: about.inc.php. Translated in draft, editing and proof-reading required.
-
Submitted for translation by elastic 06.04.2009
Published 2 years, 6 months ago.
Text
<?php
$_lang['about_msg'] = 'MODx is a <a href="http://modxcms.com/what-is-modx.html" target="_blank">PHP Application Framework and Content Management System</a> licensed under the <a href="http://opensource.org/licenses/gpl-2.0.php">GNU Public License v2</a> and any later version.';
$_lang['about_title'] = 'About MODx';
$_lang['credits'] = 'Credits';
$_lang['credits_mysql'] = 'MODx is powered by MySQL!';
$_lang['credits_php'] = 'MODx is powered by PHP!';
$_lang['credits_xpdo'] = 'MODx uses the database ORM <a href="http://www.xpdo.org/" target="_blank">xPDO</a>.';
$_lang['credits_shouts_msg'] = '
</style>
<h3>Founders & Project Leaders</h3>
<p>The folks that started it all.</p>
<ul>
<li>Jason Coward (OpenGeek)</li>
<li>Ryan Thrash (rthrash)</li>
<li>Raymond Irving (xwisdom) - emeritus</li>
</ul>
<h3>Foundation & Architecture</h3>
<p>
They\'ve been there, done that, and are helping us do it again.
What\'s it take to make it here? Experience ... and lots of it.
</p>
<ul>
<li>Shaun McCormick (splittingred)</li>
<li>Victor Brilon (vbrilon)</li>
</ul>
<h3>Core Code</h3>
<p>Creating all the cool stuff inside MODx.</p>
<ul>
<li>Garry Nutting (garryn)</li>
<li>Timon Reinhard (netnoise)</li>
<li>Matthew Pietz (sirlancelot)</li>
</ul>
<h3>Components & Plugins</h3>
<p>Creating all the cool stuff that works with MODx.</p>
<ul>
<li>Bob Ray (BobRay)</li>
<li>Jeff Whitfield (Bravado)</li>
<li>Mark Kaplan (Mark)</li>
<li>Anssi Rajakallio (doze)</li><li>Kyle Jaebker (kylej)</li>
<li>Armand Pondman (bS)</li>
<li>Olivier Deland (ConseilsWeb)</li>
<li>Mike Schell (netProphET)</li>
<li>Jelle Jager (tobyL)</li>
<li>Mike Reid (pixelchutes)</li>
<li>Brian Stanback (ApoXX)</li>
<li>Scotty Delicious (Scotty Delicious)</li>
<li>Frederic Million (heliotrope)</li>
<li>Brunaud Devillard (coroico)</li>
</ul>
<h3>Marketing & Design</h3>
<p>Creating the look and messaging for MODx.</p>
<ul>
<li>Jay Gilmore (smashingred)</li>
<li>Martin Sanders (modxPowered)</li>
<li>David Molliere (davidm)</li>
<li>Zaigham Rana (zi)</li>
<li>Debbie Munoz (Mrs Communication)</li>
</ul>
<h3>Documentation</h3>
<p>Helping our users understand MODx.</p>
<ul>
<li>Susan Ottwell (sottwell)</li>
<li>Michael Henderson (mdhender)</li>
</ul>
<h3>Support & Testing</h3>
<p>Internal testing and community support ambassadors.</p>
<ul>
<li>Laurent Carbonnel (laurentc)</li>
<li>Dimitri Hilverda (Dimmy)</li>
<li>Nicola Lambathakis (banzai)</li>
<li>Shane Sponagle (dev_cw)</li>
<li>Dragan Nikolic (ganeshXL)</li>
<li>David Piaser (Soda)</li><li>Adam Crownoble (aNoble)</li></ul>
<h3>Emeritus</h3>
<p>Helpful folks who\'ve since moved on... Thanks for the assistance!</p>
<ul>
<li>Scotty Delicious (Scotty Delicious)</li><li>Nicola Lambathakis (banzai)</li><li>Dave Denis</li>
<li>Al Bates (redman)</li>
<li>Brian Oberkirch (lightbox5)</li>
<li>Carsten Richter (carsten)</li>
<li>Travis Sitzlar (Infoclipper)</li>
<li>John Vilsack</li>
/*
/*
<li>Lucian Slatineanu</li>
<li>Andreas Viklund (andreasviklund)</li>
<li>Richard Quinn (ricardosanX)</li>
<li>Wendy Novianto (Djamoer)</li>
<li>Grzegorz Adamiak (grad)</li>
<li>Andraz Kozelj (andrazk)</li>
</ul>';
$_lang['credits_shouts_title'] = '<strong>Additional thanks to:</strong>';
$_lang['help_msg'] = '<p>You can obtain free community support by <a href="http://modxcms.com/forums" target="_blank">visiting the MODx Forums</a>. There is also a growing body of <a href="http://svn.modxcms.com/docs/display/revolution" target="_blank">MODx Revolution documentation</a>.</p><p>For bugs, please go to <a href="http://svn.modxcms.com/jira/" target="_blank">MODx\'s JIRA Issue Tracker</a>.</p>';
$_lang['help_title'] = 'Help';
