⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
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
/
german
/
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'] = 'Ups ... es scheint, als ob in Ihrem Account keine Daten eines anderen Auto Installers zu finden sind'; //Theme Strings $l['<title>'] = $globals['sn'].' - '.APP.' - Import'; $l['import_soft'] = 'Import Installations'; $l['script_name'] = 'Name der Anwendung'; $l['script_url'] = 'URL'; $l['softsubmit'] = 'Save Installations'; $l['nothing_checked'] = 'Sie haben keine Anwendung zum synchronisieren/importieren ausgewählt.'; $l['congrats'] = 'Glückwunsch, die Software wurde erfolgreich synchronisiert/importiert'; $l['succesful'] = 'Sie wurden synchronisiert/importiert nach'; $l['admin_url'] = 'Admin URL'; $l['enjoy'] = 'Wir hoffen, dass der Synchronisieren/Importieren Prozess einfach war.'; $l['import_notes'] = 'Im Folgenden ein paar wichtige Informationen. Wir empfehlen dringend, diese zu lesen: '; $l['please_note'] = '<b>HINWEIS</b>: '.APP.' ist nur ein Auto Installer und stellt keinen Support für die Software Pakete zur Verfügung. Bitte besuchen Sie die Webseite der Software / Anwendung für Support!'; $l['regards'] = 'Mitfreundlichen Grüßen'; $l['softinstaller'] = APP.' Auto Installer'; $l['return'] = 'zurück zum Hauptmenü'; $l['manual_import'] = 'Start scanning for installations'; $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'] = 'From other Auto Installers'; $l['manual_ins_btn'] = 'Manual Installations'; $l['no_installer_data'] = 'No installations found from other auto installers. You can import installations done manually by clicking on <b>Manual Installations</b> tab above.'; $l['manual_notes'] = 'Click on the button below to start scanning manual installations and import them into '.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';