⚝
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
/
turkish
/
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'] = 'Oops ... Otomatik Yükleyici için hesabınıza ilişkin bilgi bulunamadı'; //Theme Strings $l['<title>'] = $globals['sn'].' - '.APP.' - Import'; $l['import_soft'] = 'Import Installations'; $l['script_name'] = 'Script Adı'; $l['script_url'] = 'URL'; $l['softsubmit'] = 'Save Installations'; $l['nothing_checked'] = 'Eşitlenecek veya içeri alınacak script bulunamadı.'; $l['congrats'] = 'Tebrikler, eşitleme/içeri alma işlemi başarılı'; $l['succesful'] = 'başarıyla eşitlenen/içeri alınan'; $l['admin_url'] = 'Yönetim URL\'si'; $l['enjoy'] = 'Eşitleme/İçeri Almanın daha kolay olmasını umut ediyoruz.'; $l['import_notes'] = 'Önemli notlar var. Okumanızı tavsiye ediyoruz.'; $l['please_note'] = '<b>NOT</b>: '.APP.' sadece script yükleyici bir sistemdir. Yüklediğiniz scriptler hakkında destek vermez. Kurduğunuz/Kuracağınız scriptler için o scriptin üreticisine başvurun!'; $l['regards'] = 'Saygılarımızı Sunarız'; $l['softinstaller'] = APP.' Anında Yükleme'; $l['return'] = 'Ana Menüye Geri Dön'; $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';