📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: hebrew.php
<?php /** * Hebrew language file. */ //Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'לא יצרתה בסיס נתונים בישביל הדוחות. אנא קרא את קובץ ה INSTALL בישביל הדרכה.'; // Reports $plugin_lang['strreport'] = 'דוח'; $plugin_lang['strreports'] = 'דוחות'; $plugin_lang['strshowallreports'] = 'הראה את כל הדוחות'; $plugin_lang['strnoreports'] = 'לא נמצאו דוחות.'; $plugin_lang['strcreatereport'] = 'צור דוח'; $plugin_lang['strreportdropped'] = 'דוח נמחק.'; $plugin_lang['strreportdroppedbad'] = 'מחיקת דוח נכשלה'; $plugin_lang['strconfdropreport'] = 'האם אתה בטוח שברצונך למחוק את הדוח "%s"l?'; $plugin_lang['strreportneedsname'] = 'אתה חייב לציין שם לדוח.'; $plugin_lang['strreportneedsdef'] = 'אתה חייב לתת SQL לדוח.'; $plugin_lang['strreportcreated'] = 'דוח נשמר.'; $plugin_lang['strreportcreatedbad'] = 'שמירת דוח נכשלה.'; ?>
Save