PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

ar.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/ar.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "مشغل jPlayer",
);
en.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/en.php'
View Content
<?php
return array(
	'jPlayer.meta.name'		=> "jPlayer player",
	'jPlayer.meta.title'	=> "jPlayer player",
);
es.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/es.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer"
);
fr.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/fr.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer"
);
it.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/it.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer"
);
ja.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/ja.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayerプレーヤー"
);
ko.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/ko.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer플레이어"
);
pl.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/pl.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer Odtwarzacz"
);
pt.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/pt.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer"
);
ru.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/ru.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer"
);
tr.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/tr.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer",
    "jPlayer.meta.title"             => "jPlayer Oyuncu"
);
zh-CN.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/zh-CN.php'
View Content
<?php
return array(
	'jPlayer.meta.name'		=> "jPlayer播放器",
	'jPlayer.meta.title'	=> "jPlayer播放器",
);
zh-TW.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/jPlayer/i18n/zh-TW.php'
View Content
<?php
return array(
    "jPlayer.meta.name"              => "jPlayer播放器",
    "jPlayer.meta.title"             => "jPlayer播放器"
);