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/htmlEditor/i18n/ar.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "معاينة تحرير HTML",
    "htmlEditor.meta.desc"           => "محرر نصوص غني يعتمد على TinyMce، ملاحظة: سيؤدي التحرير والحفظ إلى إزالة المحتوى المرتبط بـ js تلقائيًا",
    "htmlEditor.meta.tips"           => "لقد تغير المحتوى، وقام المحرر بتصفية المحتوى المفتوح تلقائيًا (إزالة البرامج النصية js، والعلامات غير المدعومة، وما إلى ذلك)، يرجى الحفظ بحذر!",
    "htmlEditor.app.show"            => "معاينة HTML عبر الإنترنت",
    "htmlEditor.app.showDesc"        => "معاينة آمنة عبر الإنترنت لملفات HTML، ودعم مراجع الموارد النسبية مثل js، وcss، وimg، وما إلى ذلك.",
    "htmlEditor.app.edit"            => "تعديل Tinymce",
    "htmlEditor.app.editDesc"        => "محرر نصوص غني يعتمد على TinyMce، ملاحظة: سيؤدي التحرير والحفظ إلى إزالة المحتوى المرتبط بـ js تلقائيًا"
);
en.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/en.php'
View Content
<?php
return array(
	'htmlEditor.meta.title'		=> "Html Editor and preview",
	'htmlEditor.meta.desc'		=> "Rich Text Editor Based on Tinymce,Tips:Editing and saving will automatically remove JS related content",
	'htmlEditor.meta.tips'		=> "The content has changed, and the editor has automatically filtered the opened content (removing unsafe tags and JS script content). Please save with caution!",
	
	
	'htmlEditor.app.show'		=> "Html View",
	'htmlEditor.app.showDesc'	=> "HTML file secure online preview, supporting relative resource referencing such as JavaScript and CSS",
	'htmlEditor.app.edit'		=> "Tinymce editor",
	'htmlEditor.app.editDesc'	=> "Rich Text Editor Based on Tinymce,Tips:Editing and saving will automatically remove JS related content",
);
es.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/es.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "Vista previa de edición HTML",
    "htmlEditor.meta.desc"           => "Editor de texto enriquecido basado en TinyMce, nota: editar y guardar eliminará automáticamente el contenido relacionado con js",
    "htmlEditor.meta.tips"           => "El contenido ha cambiado y el editor ha filtrado automáticamente el contenido abierto (scripts js eliminados, etiquetas no compatibles, etc.). ¡Guárdelo con precaución!",
    "htmlEditor.app.show"            => "Vista previa en línea de HTML",
    "htmlEditor.app.showDesc"        => "Vista previa en línea segura de archivos html, soporte para referencias de recursos relativos como js, css, img, etc.",
    "htmlEditor.app.edit"            => "Edición de Tinymce",
    "htmlEditor.app.editDesc"        => "Editor de texto enriquecido basado en TinyMce, nota: editar y guardar eliminará automáticamente el contenido relacionado con js"
);
fr.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/fr.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "Aperçu de l'édition HTML",
    "htmlEditor.meta.desc"           => "Éditeur de texte enrichi basé sur TinyMce, remarque : l'édition et l'enregistrement supprimeront automatiquement le contenu lié à js",
    "htmlEditor.meta.tips"           => "Le contenu a changé et l'éditeur a filtré automatiquement le contenu ouvert (scripts js supprimés, balises non prises en charge, etc.), veuillez enregistrer avec précaution !",
    "htmlEditor.app.show"            => "Aperçu HTML en ligne",
    "htmlEditor.app.showDesc"        => "Aperçu en ligne sécurisé des fichiers HTML, prise en charge des références de ressources relatives telles que js, css, img, etc.",
    "htmlEditor.app.edit"            => "Tinymce Modifier",
    "htmlEditor.app.editDesc"        => "Éditeur de texte enrichi basé sur TinyMce, remarque : l'édition et l'enregistrement supprimeront automatiquement le contenu lié à js"
);
it.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/it.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "Anteprima di modifica HTML",
    "htmlEditor.meta.desc"           => "Editor di testo avanzato basato su TinyMce, nota: la modifica e il salvataggio rimuoveranno automaticamente i contenuti correlati a js",
    "htmlEditor.meta.tips"           => "Il contenuto è cambiato e l'editor ha filtrato automaticamente il contenuto aperto (script js rimossi, tag non supportati, ecc.). Salva con cautela!",
    "htmlEditor.app.show"            => "Anteprima HTML online",
    "htmlEditor.app.showDesc"        => "Anteprima online sicura dei file HTML, supporto per riferimenti a risorse relative quali js, css, img, ecc.",
    "htmlEditor.app.edit"            => "Modifica Tinymce",
    "htmlEditor.app.editDesc"        => "Editor di testo avanzato basato su TinyMce, nota: la modifica e il salvataggio rimuoveranno automaticamente i contenuti correlati a js"
);
ja.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/ja.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "HTML編集プレビュー",
    "htmlEditor.meta.desc"           => "TinyMce ベースのリッチテキストエディタ。注意: 編集して保存すると、js 関連のコンテンツが自動的に削除されます。",
    "htmlEditor.meta.tips"           => "コンテンツが変更され、エディターによって開かれたコンテンツが自動的にフィルタリングされました (js スクリプトの削除、サポートされていないタグなど)。注意して保存してください。",
    "htmlEditor.app.show"            => "HTMLオンラインプレビュー",
    "htmlEditor.app.showDesc"        => "HTML ファイルの安全なオンライン プレビュー、js、css、img などの相対リソース参照のサポート。",
    "htmlEditor.app.edit"            => "Tinymce 編集",
    "htmlEditor.app.editDesc"        => "TinyMce ベースのリッチテキストエディタ。注意: 編集して保存すると、js 関連のコンテンツが自動的に削除されます。"
);
ko.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/ko.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "HTML 편집 미리보기",
    "htmlEditor.meta.desc"           => "TinyMce 기반의 리치 텍스트 편집기, 참고: 편집 및 저장 시 js 관련 콘텐츠가 자동으로 제거됩니다.",
    "htmlEditor.meta.tips"           => "내용이 변경되었으며, 편집기가 열려 있는 내용을 자동으로 필터링했습니다(삭제된 js 스크립트, 지원되지 않는 태그 등). 주의해서 저장하세요!",
    "htmlEditor.app.show"            => "HTML 온라인 미리보기",
    "htmlEditor.app.showDesc"        => "HTML 파일의 안전한 온라인 미리보기, js, css, img 등과 같은 상대적 리소스 참조 지원",
    "htmlEditor.app.edit"            => "Tinymce 편집",
    "htmlEditor.app.editDesc"        => "TinyMce 기반의 리치 텍스트 편집기, 참고: 편집 및 저장 시 js 관련 콘텐츠가 자동으로 제거됩니다."
);
pl.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/pl.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "Podgląd edycji HTML",
    "htmlEditor.meta.desc"           => "Edytor tekstu sformatowanego oparty na TinyMce, uwaga: edycja i zapisywanie automatycznie usuną zawartość związaną z js",
    "htmlEditor.meta.tips"           => "Treść uległa zmianie, a edytor automatycznie przefiltrował otwartą treść (usunął skrypty js, nieobsługiwane tagi itp.), zachowaj ostrożność podczas zapisywania!",
    "htmlEditor.app.show"            => "Podgląd HTML online",
    "htmlEditor.app.showDesc"        => "Bezpieczny podgląd plików html online, obsługa względnych odniesień do zasobów, takich jak js, css, img itp.",
    "htmlEditor.app.edit"            => "Tinymce Edit",
    "htmlEditor.app.editDesc"        => "Edytor tekstu sformatowanego oparty na TinyMce, uwaga: edycja i zapisywanie automatycznie usuną powiązaną zawartość js"
);
pt.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/pt.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "Visualização da edição HTML",
    "htmlEditor.meta.desc"           => "Editor de texto avançado baseado no TinyMce, nota: editar e salvar removerá automaticamente o conteúdo relacionado a js",
    "htmlEditor.meta.tips"           => "O conteúdo foi alterado e o editor filtrou automaticamente o conteúdo aberto (removeu scripts js, tags não suportadas, etc.). Salve com cuidado!",
    "htmlEditor.app.show"            => "Visualização online em HTML",
    "htmlEditor.app.showDesc"        => "Visualização on-line segura de arquivos HTML, suporte para referências de recursos relativos, como js, css, img, etc.",
    "htmlEditor.app.edit"            => "Edição Tinymce",
    "htmlEditor.app.editDesc"        => "Editor de texto avançado baseado no TinyMce, nota: editar e salvar removerá automaticamente o conteúdo relacionado a js"
);
ru.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/ru.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "Предварительный просмотр редактирования HTML",
    "htmlEditor.meta.desc"           => "Редактор форматированного текста на основе TinyMce. Примечание: при редактировании и сохранении автоматически удаляется содержимое, связанное с JS.",
    "htmlEditor.meta.tips"           => "Содержимое изменилось, и редактор автоматически отфильтровал открытое содержимое (удали js-скрипты, неподдерживаемые теги и т. д.), сохраняйте с осторожностью!",
    "htmlEditor.app.show"            => "Онлайн-просмотр HTML",
    "htmlEditor.app.showDesc"        => "Безопасный онлайн-просмотр html-файлов, поддержка относительных ссылок на ресурсы, такие как js, css, img и т. д.",
    "htmlEditor.app.edit"            => "Tinymce Edit",
    "htmlEditor.app.editDesc"        => "Редактор форматированного текста на основе TinyMce. Примечание: при редактировании и сохранении автоматически удаляется содержимое, связанное с JS."
);
tr.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/tr.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "HTML düzenleme önizlemesi",
    "htmlEditor.meta.desc"           => "TinyMce tabanlı zengin metin düzenleyicisi, not: düzenleme ve kaydetme, js ile ilgili içeriği otomatik olarak kaldıracaktır",
    "htmlEditor.meta.tips"           => "İçerik değişti ve editör açılan içeriği otomatik olarak filtreledi (kaldırılan js scriptleri, desteklenmeyen etiketler, vb.), lütfen dikkatli kaydedin!",
    "htmlEditor.app.show"            => "HTML çevrimiçi önizleme",
    "htmlEditor.app.showDesc"        => "Html dosyalarının güvenli çevrimiçi önizlemesi, js, css, img gibi ilgili kaynak referanslarına destek.",
    "htmlEditor.app.edit"            => "Tinymce Düzenleme",
    "htmlEditor.app.editDesc"        => "TinyMce tabanlı zengin metin düzenleyicisi, not: düzenleme ve kaydetme, js ile ilgili içeriği otomatik olarak kaldıracaktır"
);
zh-CN.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/zh-CN.php'
View Content
<?php

return array(
	'htmlEditor.meta.title'		=> "html编辑预览",
	'htmlEditor.meta.desc'		=> "基于TinyMce的富文本编辑器,注意:编辑保存会自动去除js相关内容",
	'htmlEditor.meta.tips'		=> "内容发生变化,编辑器对打开内容做了自动过滤处理(移除了js脚本,不支持的标签等内容),请谨慎保存!",
	
	'htmlEditor.app.show'		=> "html在线预览",
	'htmlEditor.app.showDesc'	=> "html文件安全在线预览,支持js,css,img等相对资源引用",
	'htmlEditor.app.edit'		=> "Tinymce 编辑",
	'htmlEditor.app.editDesc'	=> "基于TinyMce的富文本编辑器,注意:编辑保存会自动去除js相关内容",
);
zh-TW.php
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/htmlEditor/i18n/zh-TW.php'
View Content
<?php
return array(
    "htmlEditor.meta.title"          => "html編輯預覽",
    "htmlEditor.meta.desc"           => "基於TinyMce的富文本編輯器,注意:編輯保存會自動移除js相關內容",
    "htmlEditor.meta.tips"           => "內容變更,編輯器對開啟內容做了自動過濾處理(移除了js腳本,不支援的標籤等內容),請謹慎儲存!",
    "htmlEditor.app.show"            => "html線上預覽",
    "htmlEditor.app.showDesc"        => "html檔案安全線上預覽,支援js,css,img等相對資源引用",
    "htmlEditor.app.edit"            => "Tinymce 編輯",
    "htmlEditor.app.editDesc"        => "基於TinyMce的富文本編輯器,注意:編輯保存會自動移除js相關內容"
);