Subversion Repositories ALCASAR

Rev

Rev 2168 | Rev 2450 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2168 Rev 2389
Line 2... Line 2...
2
/**
2
/**
3
 * Translations of users tickets
3
 * Translations of users tickets
4
 *
4
 *
5
 * @copyright Copyright (C) ALCASAR (http://www.alcasar.net)
5
 * @copyright Copyright (C) ALCASAR (http://www.alcasar.net)
6
 * @license   GPL-3.0
6
 * @license   GPL-3.0
7
 * @version   $Id: langues_imp.php 2168 2017-04-18 17:39:54Z tom.houdayer $
7
 * @version   $Id: langues_imp.php 2389 2017-08-23 22:58:43Z tom.houdayer $
8
 */
8
 */
9
 
9
 
10
// Read conf file
10
// Read conf file
11
$CONF_FILE = '/usr/local/etc/alcasar.conf';
11
$CONF_FILE = '/usr/local/etc/alcasar.conf';
12
if (!file_exists($CONF_FILE)) {
12
if (!file_exists($CONF_FILE)) {
Line 53... Line 53...
53
		$l_max_all_session_imp     = "Autorisierte Zeitraum :";
53
		$l_max_all_session_imp     = "Autorisierte Zeitraum :";
54
		$l_session_timeout_imp     = "Dauer der Sitzung :";
54
		$l_session_timeout_imp     = "Dauer der Sitzung :";
55
		$l_max_daily_session_imp   = "Stunden täglich :";
55
		$l_max_daily_session_imp   = "Stunden täglich :";
56
		$l_max_monthly_session_imp = "monatlich Dauer :";
56
		$l_max_monthly_session_imp = "monatlich Dauer :";
57
		$l_expiration_imp          = "Verfallsdatum :";
57
		$l_expiration_imp          = "Verfallsdatum :";
58
		$l_unlimited               = "Unbegrentz";
58
		$l_unlimited               = "Unbegrenzt";
59
		$l_without                 = "Ohne";
59
		$l_without                 = "Ohne";
60
		$l_duplicate               = "Duplikat";
60
		$l_duplicate               = "Duplikat";
61
		$l_explain                 = "Geben Sie 'http://".trim($conf["HOSTNAME"]).".".trim($conf["DOMAIN"])."' in Ihrem Browser, um Ihr Konto zu verwalten (kennwort, zertifikat, etc.).
61
		$l_explain                 = "Geben Sie 'http://".trim($conf["HOSTNAME"]).".".trim($conf["DOMAIN"])."' in Ihrem Browser, um Ihr Konto zu verwalten (kennwort, zertifikat, etc.).
62
		                              Geben Sie 'http://logout' in Ihrem Browser zu trennen.";
62
		                              Geben Sie 'http://logout' in Ihrem Browser zu trennen.";
63
		$l_footer_imp              = "Präsentiert von ALCASAR";
63
		$l_footer_imp              = "Präsentiert von ALCASAR";