⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
softaculous
/
enduser
/
languages
/
spanish
/
View File Name :
sync_lang.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // sync_lang.php //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } $l['no_data'] = 'Vaya ... parece que no hay datos de otro auto instalador se puede encontrar en su cuenta';//Oops ... it seems like no data of another Auto Installer could be found in your account //Theme Strings $l['<title>'] = $globals['sn'].' - '.APP.' - Import'; $l['import_soft'] = 'Importar Instalaciones'; $l['script_name'] = 'Nombre de secuencia de comandos';//Script Name $l['script_url'] = 'URL';//URL $l['softsubmit'] = 'Save Installations'; $l['nothing_checked'] = 'Usted no ha seleccionado ninguna secuencia de comandos para sincronizar / importación en nuestros registros.';//You did not select any script to sync/import into our records. $l['congrats'] = 'Felicidades, el software ha sido sincronizado / importados con éxito';//Congratulations, the software was synced/imported successfully $l['succesful'] = 'Que se han sincronizado o importadas en';//They have been successfully synced/imported at $l['admin_url'] = 'Admin URL';//Admin URL $l['enjoy'] = 'Esperamos que la sincronización / proceso de importación fue fácil.';//We hope the sync/import process was easy. $l['import_notes'] = 'Las siguientes son algunas notas importantes y es recomendable que lo lee';//The following are some Important Notes and its Highly Recommended that you read it $l['please_note'] = '<b> NOTA </b>: '.APP.' es sólo un instalador automático y no proporciona ningún tipo de apoyo para el software. Por favor visite el sitio de software para cualquier tipo de apoyo!';//<b>NOTE</b>: Softaculous is just an Auto Installer and does not provide any support for the software. Please visit the Software Site for any kind of support! $l['regards'] = 'Recuerdos';//Regards $l['softinstaller'] = APP.' Auto instalador';//Softaculous Auto Installer $l['return'] = 'Volver al Menú Principal';//Return to Main Menu $l['manual_import'] = 'Iniciar búsqueda de instalaciones'; $l['importing_ins'] = 'Scanning directories to import installations'; $l['wait_note'] = '<b>NOTE:</b> Please wait this may take 3-4 minutes.'; $l['sync_notes'] = 'You can select the installations below and click <b>Save Installations</b> button to import the installations into '.APP.', if you want to import all installations then click on <b>Manual Installations</b> button.'; $l['no_ins'] = 'No installations found !'; $l['other_installers_btn'] = 'Desde otros Auto Instaladores'; $l['manual_ins_btn'] = 'Instalaciones Manuales'; $l['no_installer_data'] = 'No se encontraron instalaciones de otros instaladores automáticos. Puede importar instalaciones realizadas manualmente haciendo clic en la pestaña <b>Instalaciones Manuales</b> que se encuentra arriba.'; $l['manual_notes'] = 'Haga clic en el botón a continuación para comenzar a escanear instalaciones manuales e importarlas a '.APP.'.'; $l['free_lic_alert'] = 'With your <b>Free</b> license, only <a href="https://www.softaculous.com/scripts_in_free" target="_blank">free scripts</a> will be imported into '.APP.'.'; $l['success_msg'] = 'Congratulations, the installations listed below have been successfully imported into '.APP.'. You can now manage the installations via '.APP.'.'; $l['disable_sync'] = 'Sync feature has been disabled by admin'; $l['return_to_wpm'] = 'Return to WordPress Management'; $l['wordpress_manager'] = 'Manage your installation with WordPress Manager';