- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
19 lines
842 B
XML
19 lines
842 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Id: ru.xml 661 2012-08-27 11:26:39Z namiltd $ -->
|
|
<!--
|
|
phpSysInfo language file Language: Russian Created by: Denis Sevostyanov (den007)
|
|
-->
|
|
<tns:translationPlugin language="russian" charset="utf-8"
|
|
xmlns:tns="http://phpsysinfo.sourceforge.net/translation-plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://phpsysinfo.sourceforge.net/translation-plugin ../../../language/translation-plugin.xsd">
|
|
<expression id="plugin_psstatus_001" name="psstatus_title">
|
|
<exp>Статус служб</exp>
|
|
</expression>
|
|
<expression id="plugin_psstatus_002" name="psstatus_name">
|
|
<exp>Имя службы</exp>
|
|
</expression>
|
|
<expression id="plugin_psstatus_003" name="psstatus_status">
|
|
<exp>Статус</exp>
|
|
</expression>
|
|
</tns:translationPlugin>
|