<?php
//////////////////////////////////////////////////////////////
//===========================================================
// adminindex_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');
}
//Theme Strings
$l['<title>'] = APP.' - Admin Panel';
$l['reseller_title'] = APP . ' - Reseller Panel';
$l['conect_to_soft'] = 'konnte keine Verbindung herstellen zu '.APP.'.';
$l['no_info'] = 'keine Info';
$l['news'] = APP.' News';
$l['soft_info'] = 'Software Info';
$l['soft_license'] = APP.' Lizenz';
$l['soft_license_type'] = 'Lizenz Typ';
$l['type_1'] = 'Premium';
$l['type_0'] = 'Free';
$l['type_expired'] = 'Expired';
$l['server_addr'] = 'Server IP';
$l['php_version'] = 'PHP Version';
$l['soft_version'] = APP.' Version';
$l['latest_soft_version'] = 'Neuste Version';
$l['become_premium'] = 'Premium Lizenz kaufen';
$l['renew_license'] = 'Renew License';
$l['refreshlicense'] = 'Lizenz aktualisieren';
$l['expires'] = 'Läuft ab';
$l['never'] = 'Nie';
$l['pricing'] = 'Preis';
$l['latest_version'] = 'Neuste Version';
$l['ip_license'] = 'IP laut Lizenzierungsserver';
$l['webuzo_news'] = 'Webuzo News';
$l['webuzo_license'] = 'Webuzo Lizenz';
$l['webuzo_version'] = 'Webuzo Version';
$l['total_ins'] = 'Total Installations';
$l['users'] = 'Active Users';
$l['enabled_scripts'] = 'Enabled Scripts';
$l['users_count_title'] = 'Users count is updated every 24 hours. Click here to update now !';
$l['ins_count_title'] = 'Installation(s) count is updated every 24 hours. Click here to update now !';
$l['domain_count_title'] = 'Domain(s) count is updated every 24 hours. Click here to update now !';
$l['domain_count'] = 'Total Domains';
$l['disable_scripts'] = 'scripts have no updates released by their respective vendors since 2 years. Click here to go to the Software page and disable them.';
$l['show'] = 'Show';
$l['hide'] = 'Hide';
|