📁
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: romanian.php
<?php /** * Romanian language file. */ //Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'Nu aţi creat baza de date pentru rapoarte. Citiţi fişierul INSTALL pentru instrucţiuni.'; // Reports $plugin_lang['strreport'] = 'Raport'; $plugin_lang['strreports'] = 'Rapoarte'; $plugin_lang['strshowallreports'] = 'Afişare toate rapoartele'; $plugin_lang['strnoreports'] = 'Nici un raport găsit.'; $plugin_lang['strcreatereport'] = 'Creare raport'; $plugin_lang['strreportdropped'] = 'Report dropped.'; $plugin_lang['strreportdroppedbad'] = 'Ştergere raport eşuată.'; $plugin_lang['strconfdropreport'] = 'Sigur ştergeţi raportul "%s"?'; $plugin_lang['strreportneedsname'] = 'Specificaţi un nume pentru raport.'; $plugin_lang['strreportneedsdef'] = 'Specificaţi o instrucţiune SQL pentru raport.'; $plugin_lang['strreportcreated'] = 'Raport salvat.'; $plugin_lang['strreportcreatedbad'] = 'Salvare raport eşuată.'; ?>
Save