<?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>'] = 'Listar domínios';
$l['list_domain'] = 'Lista de domínios';
$l['domain_name'] = 'Domínio';
$l['domain_edit'] = 'Editar';
$l['domain_del'] = 'Deletar';
$l['add_a_domain'] = 'Adicionar Domínio';
$l['conf_del'] = 'Você quer mesmo deletar este domínio?';
$l['domain_removed'] = 'O domínio foi removido com sucesso!';
$l['no_add_domains'] = 'Você não pode adicionar novos domínios';
$l['no_domain_exist'] = 'The submitted domain id does not exist';
$l['failed_domain_del'] = 'Failed to delete the domain';
|