- 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
805 B
XML
19 lines
805 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Id: pl.xml 661 2012-08-27 11:26:39Z namiltd $ -->
|
|
<!--
|
|
phpSysInfo language file Language: Polish Created by: Mieczyslaw Nalewaj
|
|
-->
|
|
<tns:translationPlugin language="polish" 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>Status Procesów</exp>
|
|
</expression>
|
|
<expression id="plugin_psstatus_002" name="psstatus_name">
|
|
<exp>Nazwa</exp>
|
|
</expression>
|
|
<expression id="plugin_psstatus_003" name="psstatus_status">
|
|
<exp>Status</exp>
|
|
</expression>
|
|
</tns:translationPlugin>
|