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/pdfjs/i18n/ar.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "قارئ PDF",
    "pdfjs.meta.title"               => "قارئ PDF"
);
en.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/en.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "PDF Reader",
    "pdfjs.meta.title"               => "PDF Reader"
);
es.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/es.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "Lector de PDF",
    "pdfjs.meta.title"               => "Lector de PDF"
);
fr.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/fr.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "Lecteur PDF",
    "pdfjs.meta.title"               => "Lecteur PDF"
);
it.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/it.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "Lettore PDF",
    "pdfjs.meta.title"               => "Lettore PDF"
);
ja.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/ja.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "PDFリーダー",
    "pdfjs.meta.title"               => "PDFリーダー"
);
ko.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/ko.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "PDF 리더",
    "pdfjs.meta.title"               => "PDF 리더"
);
pl.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/pl.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "Czytnik PDF",
    "pdfjs.meta.title"               => "Czytnik PDF"
);
pt.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/pt.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "Leitor de PDF",
    "pdfjs.meta.title"               => "Leitor de PDF"
);
ru.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/ru.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "PDF-ридер",
    "pdfjs.meta.title"               => "PDF-ридер"
);
tr.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/tr.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "PDF Okuyucu",
    "pdfjs.meta.title"               => "PDF Okuyucu"
);
zh-CN.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/zh-CN.php'
View Content
<?php
return array(
	'pdfjs.meta.name'	=> "PDF阅读器",
	'pdfjs.meta.title'	=> "PDF阅读器",
);
zh-TW.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/pdfjs/i18n/zh-TW.php'
View Content
<?php
return array(
    "pdfjs.meta.name"                => "PDF閱讀器",
    "pdfjs.meta.title"               => "PDF閱讀器"
);