about.inc.php | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required.
If you do not want to register an account, you can sign in with OpenID.
about.inc.php | ||
<?php | <?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_msg'] = 'MODx - это <a href="http://modxcms.com/what-is-modx.html" target="_blank">система для разработки и управления веб-сайтами</a>, распространяемая по лицензии <a href="http://opensource.org/licenses/gpl-2.0.php">GNU Public License v2</a> и по более поздним версиям этой лицензии.'; | |
$_lang['about_title'] = 'About MODx'; | ||
$_lang['credits'] = 'Credits'; | ||
$_lang['credits_mysql'] = 'MODx is powered by MySQL!'; | $_lang['credits_mysql'] = 'MODx использует базу данных 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_xpdo'] = 'MODx использует технологию преобразования объектов в реляционные модели баз данных <a href="http://www.xpdo.org/" target="_blank">xPDO</a>.'; | |
$_lang['credits_shouts_msg'] = ' | $_lang['credits_shouts_msg'] = '<p><a href="mailto:martin@sandersdesign.com">Martin Sanders</a> of <a href="http://www.sandersdesign.com">Sanders Design</a> for coming up with the inspiration for the current manager design!</p> | |
</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> | <li>Raymond Irving (xwisdom) - заслуженный деятель в отставке</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> | <p>Создали все эти клевые дополнительные компоненты для 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>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> |
