<?php
//////////////////////////////////////////////////////////////
//===========================================================
// domains_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>'] = 'Liste der Domains';
$l['list_domain'] = 'Liste der Domains';
$l['domain_name'] = 'Domain Name';
$l['domain_edit'] = 'Bearbeiten';
$l['domain_del'] = 'Löschen';
$l['add_a_domain'] = 'Domain hinzufügen';
$l['conf_del'] = 'Sind Sie sicher, dass Sie diese Domain löschen wollen?';
$l['domain_removed'] = 'Die Domain wurde erfolgreich entfernt';
$l['no_add_domains'] = 'You are not allowed to add domain(s)';
$l['no_domain_exist'] = 'The submitted domain id does not exist';
$l['failed_domain_del'] = 'Failed to delete the domain';
|