<?php
//////////////////////////////////////////////////////////////
//===========================================================
// email_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['cant_connect'] = 'Konnte nicht zum Proxy verbinden. Bitte Details lesen für mehr Info.';
$l['proxy_check'] = 'Proxy aktivieren';
$l['wrong_proxy_ip'] = 'Die angegebene Proxy IP ist ungültig.';
$l['no_proxy_ip'] = 'Geben Sie eine Proxy IP Adresse an.';
$l['no_proxy_port'] = 'Proxy Port angeben.';
$l['no_proxy_user'] = 'Proxy Benutzernamen angeben.';
$l['no_proxy_pass'] = 'Proxy Passwort angeben.';
$l['saving_error'] = 'Es sind einige Fehler beim Speichern der Proxy Einstellungen aufgetreten.';
$l['wrong_ip'] = 'IP Adresse ist ungültig.';
$l['proxy_not_enabled'] = 'Proxy is not enabled';
//Theme Strings
$l['<title>'] = APP.' - Einstellungs-Center';
$l['settings_saved'] = 'Die Proxy Einstellungen wurden erfolgreich gespeichert.';
$l['proxyhead'] = 'Proxy Einstellungen';
$l['proxy_ip'] = 'Proxy IP Adresse';
$l['proxy_port'] = 'Proxy Port';
$l['proxy_user'] = 'Proxy Benutzername';
$l['proxy_pass'] = 'Proxy Passwort';
$l['edit_settings'] = 'speichern';
$l['tcp_note'] = '<b>HINWEIS</b>: Der Proxy wird nur über TCP ausgeführt.';
|