* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- 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.
This commit is contained in:
20
root/opt/phpsysinfo/plugins/pingtest/lang/cz.xml
Normal file
20
root/opt/phpsysinfo/plugins/pingtest/lang/cz.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
phpSysInfo language file Language: Czech Created by: Ashus
|
||||
-->
|
||||
<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_pingtest_001" name="pingtest_title">
|
||||
<exp>Ping</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_002" name="pingtest_address">
|
||||
<exp>Adresa</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_003" name="pingtest_pingtime">
|
||||
<exp>Odezva</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_004" name="pingtest_lost">
|
||||
<exp>ztráta</exp>
|
||||
</expression>
|
||||
</tns:translationPlugin>
|
21
root/opt/phpsysinfo/plugins/pingtest/lang/de.xml
Normal file
21
root/opt/phpsysinfo/plugins/pingtest/lang/de.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: de.xml 661 2017-09-01 09:01:17Z namiltd $ -->
|
||||
<!--
|
||||
phpSysInfo language file Language: German Created by: Mieczyslaw Nalewaj
|
||||
-->
|
||||
<tns:translationPlugin language="german" 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_pingtest_001" name="pingtest_title">
|
||||
<exp>Ping-Test</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_002" name="pingtest_address">
|
||||
<exp>Adresse</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_003" name="pingtest_pingtime">
|
||||
<exp>Pingzeit</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_004" name="pingtest_lost">
|
||||
<exp>verloren</exp>
|
||||
</expression>
|
||||
</tns:translationPlugin>
|
21
root/opt/phpsysinfo/plugins/pingtest/lang/en.xml
Normal file
21
root/opt/phpsysinfo/plugins/pingtest/lang/en.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: en.xml 661 2017-09-01 09:01:17Z namiltd $ -->
|
||||
<!--
|
||||
phpSysInfo language file Language: English Created by: Mieczyslaw Nalewaj
|
||||
-->
|
||||
<tns:translationPlugin language="english" 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_pingtest_001" name="pingtest_title">
|
||||
<exp>Ping Test</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_002" name="pingtest_address">
|
||||
<exp>Address</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_003" name="pingtest_pingtime">
|
||||
<exp>Ping Time</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_004" name="pingtest_lost">
|
||||
<exp>lost</exp>
|
||||
</expression>
|
||||
</tns:translationPlugin>
|
21
root/opt/phpsysinfo/plugins/pingtest/lang/gr.xml
Normal file
21
root/opt/phpsysinfo/plugins/pingtest/lang/gr.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: gr.xml 661 2017-09-01 09:01:17Z namiltd $ -->
|
||||
<!--
|
||||
phpSysInfo language file Language: Greek Created by: ChriZathens
|
||||
-->
|
||||
<tns:translationPlugin language="greek" 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_pingtest_001" name="pingtest_title">
|
||||
<exp>Δοκιμή Ping</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_002" name="pingtest_address">
|
||||
<exp>Διεύθυνση</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_003" name="pingtest_pingtime">
|
||||
<exp>Χρόνος Απόκρισης</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_004" name="pingtest_lost">
|
||||
<exp>χάθηκε</exp>
|
||||
</expression>
|
||||
</tns:translationPlugin>
|
21
root/opt/phpsysinfo/plugins/pingtest/lang/pl.xml
Normal file
21
root/opt/phpsysinfo/plugins/pingtest/lang/pl.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: pl.xml 661 2017-09-01 09:01:17Z 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_pingtest_001" name="pingtest_title">
|
||||
<exp>Test Pingu</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_002" name="pingtest_address">
|
||||
<exp>Adres</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_003" name="pingtest_pingtime">
|
||||
<exp>Czas Pingu</exp>
|
||||
</expression>
|
||||
<expression id="plugin_pingtest_004" name="pingtest_lost">
|
||||
<exp>zagubiony</exp>
|
||||
</expression>
|
||||
</tns:translationPlugin>
|
Reference in New Issue
Block a user