- 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.
17 lines
708 B
XML
17 lines
708 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Id: cz.xml 661 2012-08-27 11:26:39Z namiltd $ -->
|
|
<!--
|
|
phpSysInfo language file Language: Czech Created by: Tomáš Růžička
|
|
-->
|
|
<tns:translationPlugin language="czech" 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_smart_001" name="smart_title">
|
|
<exp>S.M.A.R.T Informace</exp>
|
|
</expression>
|
|
<expression id="plugin_smart_002" name="smart_name">
|
|
<exp>Název</exp>
|
|
</expression>
|
|
</tns:translationPlugin>
|