HOME


sh-3ll 1.0
DIR:/usr/local/softaculous/enduser/languages/german/admin/
Upload File :
Current File : //usr/local/softaculous/enduser/languages/german/admin/root_pass_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// root_pass_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_new'] = 'Es wurde kein neues Passwort angegeben.';
$l['no_conf'] = 'Das Bestätigungspasswort fehlt.';
$l['no_match'] = 'Die angegebenen Passwörter Stimmen nicht überein.';
$l['err_changing'] = 'Beim ändern des Passworted sind Fehler aufgetreten.';

// Theme strings
$l['<title>'] = 'Root Passwort ändern';
$l['submit_button'] = 'Passwort ändern';
$l['new_pass'] = 'Neues Passwort';
$l['old_pass'] = 'Altes Passwort';
$l['retype_pass'] = 'Neues Passwort erneut eingeben';
$l['change_note'] = 'Root Passwort ändern';
$l['change_final'] = 'Das Passwort für den Benutzer <strong>root</strong> wurde erfolgreich geändert';
$l['connect_error'] = 'Upps, es ist ein Fehler bei der Verbindung zum <strong>Server</strong> aufgetreten';