📁
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: galician.php
<?php /** * Galician language file. */ //Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'Non creou a base de datos de informes. Lea o ficheiro »INSTALL» (en inglés) para máis información.'; // Reports $plugin_lang['strreport'] = 'Informe'; $plugin_lang['strreports'] = 'Informes'; $plugin_lang['strshowallreports'] = 'Listar todos os informes'; $plugin_lang['strnoreports'] = 'Non se atopou informe algún.'; $plugin_lang['strcreatereport'] = 'Crear un informe'; $plugin_lang['strreportdropped'] = 'Eliminouse o informe.'; $plugin_lang['strreportdroppedbad'] = 'Non se conseguiu eliminar o informe.'; $plugin_lang['strconfdropreport'] = 'Está seguro de que quere eliminar o informe «%s»?'; $plugin_lang['strreportneedsname'] = 'Debe fornecer un nome para o informe.'; $plugin_lang['strreportneedsdef'] = 'Debe fornecer un código SQL para o informe.'; $plugin_lang['strreportcreated'] = 'Gardouse o informe.'; $plugin_lang['strreportcreatedbad'] = 'Non se conseguiu gardar o informe.'; ?>
Save