diff options
Diffstat (limited to 'mayor-orig/mayor-locales-de_DE')
55 files changed, 1006 insertions, 0 deletions
diff --git a/mayor-orig/mayor-locales-de_DE/log/mayor-locales-de_DE.rev b/mayor-orig/mayor-locales-de_DE/log/mayor-locales-de_DE.rev new file mode 100644 index 00000000..ab5135de --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/log/mayor-locales-de_DE.rev @@ -0,0 +1 @@ +4455 diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/base.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/base.php new file mode 100644 index 00000000..e0d30c1c --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/base.php @@ -0,0 +1,42 @@ +<?php + + $ALERT_MSG = array( + 'default' => 'Unbekanntes Warnungs Botschaft!', + 'change_success' => 'Die Dateiänderung ist erfolgreich verlaufen!', + 'page_missing' => 'Der gesuchte Seite ist nicht auf dem Server zu finden.', + 'sql_failure' => 'SQL Datenbank Fehler!', + 'sql_connect_failure' => 'SQL Datenbank anschliesungs Fehler!', + 'sql_query_failure' => 'SQL Suchanfrage Fehler!', + 'auth_failure' => 'Unidentifizierter Benutzer! In der gegebenen Zugangsebene hast du dich nicht beglaubigt!', + 'bad_pw' => 'Falsches Passwort!', + 'account_expired' => 'Die Gültigkeit des Passworts lief seit %0% Tagen ab!', + 'account_warning' => 'Die Güldigkeit des Passworts läuft in %0% Tagen ab!', + 'warn_account_disable' => 'Das Account wird in %0% Tagen abgesperrt!', + 'empty_field' => 'Lehres Dateieintragungsfeld! Ein verbindliches Parameter ist nicht eingegeben!', + 'insufficient_access' => 'Unbefugter Zugang!', + 'wrong_data' => 'Fehlerhafte Datei', + 'deadline_expired' => 'Frist läuft ab!', + 'pw_change_success' => 'Die Änderung des Passworts ist erfolgreich verlaufen', + 'file_not_found' => 'File nicht gefunden!', + 'success' => 'Operation erfolgreich beendet!', + 'file_open_failure' => 'Erfolglose File Öffnung!', + 'success' => 'Operation erfolgreich beendet!', + 'illegal_access' => 'Unbefugter Zugang!', + 'insufficient_access' => 'Unbefugter Zugang!', + 'ldap_modify_failure' => 'Die LDAP Datenänderung ist nicht gelungen! Prüfe dein Befungnis!', + 'ldap_add_failure' => 'Die LDAP Dateneintragung ist nicht gelungen! Prüfe dein Befungnis!', + 'ldap_slow_connection' => 'Die LDAP Datenbank Verbindung ist langsam... Bitte um Geduld!', + 'sql_failure' => 'SQL Datenbank Verbindungs Fehler!', + 'from_proxy' => 'Dein Browser benutzt unpassande Proxy-Einstellungen!', + 'auth_failure' => 'Unidentifizierter Benutzer! Die eigene Seite ist nur nach der Identifizierung erreichbar.', + 'parent_pw_info' => '-', + 'account_expired' => 'Das Passwort ist seit %0% Tagen abgelaufen! Die Passwortänderung ist Pflicht, in dessen Mangel wird das Account in %1% Tagen Gesperrt!', + 'account_warning' => 'Das Passwort läuft in %0% Tagen ab!', + 'account_disabled' => 'Die Gültigkeit des Passworts ist abgelaufen, mit diesem Username kannst du nicht eintreten! Für ein neues Passwort suche den Administrator auf!', + 'wrong_page' => 'Diese Seite ist so nicht erreichbar... (hm)', + 'under_con' => 'Unter Konstruktion! Die innere Seite ist vorübergehend nicht erreichbar!', + 'move_file_error' => 'Die Bewegung des Files ist nicht gelungen!', + 'deadline_expired' => 'Frist läuft ab!', + ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/file.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/file.php new file mode 100644 index 00000000..8f0e10f8 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/file.php @@ -0,0 +1,5 @@ +<?php + + $ALERT_MSG['file_open_failure'] = 'Erfolglose File Öffnung!'; + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/ldap.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/ldap.php new file mode 100644 index 00000000..06a460a6 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/ldap.php @@ -0,0 +1,7 @@ +<?php + + $ALERT_MSG['ldap_failure'] = 'LDAP Datenbank Fehler!'; + $ALERT_MSG['ldap_bind_failure'] = 'LDAP Datenbank Verbindungsfehler!'; + $ALERT_MSG['ldap_search_failure'] = 'Die LDAP Datensuche ist nicht gelungen! Prüfe deine Befügnise!'; + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-auth.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-auth.php new file mode 100644 index 00000000..339f7bb5 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-auth.php @@ -0,0 +1,8 @@ +<?php + + $ALERT_MSG['no_account'] = 'Falsche Username!'; + $ALERT_MSG['multi_uid'] = 'Diesen Namen gibt es schon!'; + $ALERT_MSG['account_disabled'] = 'Das Account wird gesperrt, mit diesem Namen kann man nicht eintreten! Für mehr Information wennde dich zum Administrator!'; + $ALERT_MSG['force_pw_update'] = 'Die Änderung des Passwort ist Pflicht!'; + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-honosito.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-honosito.php new file mode 100644 index 00000000..f29f2765 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-honosito.php @@ -0,0 +1,5 @@ +<?php + + $ALERT_MSG['nem_honosito'] = 'Du bist leider nicht Teil der Übersetzungsgruppe. Für mehr Informationen wende dich zum Administrator!'; + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-password.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-password.php new file mode 100644 index 00000000..f4639380 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-password.php @@ -0,0 +1,10 @@ +<?php + + $ALERT_MSG['force_pw_update'] = 'Die Änderung des Passworts ist Pflicht!'; + $ALERT_MSG['pw_change_failed'] = 'Die Änderung des Passworts ist nicht gelungen!'; + $ALERT_MSG['pw_change_disabled'] = 'Die Änderung des Passworts ist verboten!'; + $ALERT_MSG['pw_change_success'] = 'Die Änderung des Passworts ist gelungen!'; + $ALERT_MSG['pw_not_match'] = 'Das Passwort und die Bestätigung überstimmen nicht!'; + $ALERT_MSG['pw_not_changed'] = 'Das Passwort ist nicht Geändert! Das neue Passwort muss sich vom Alten unterscheiden!'; + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-session.php b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-session.php new file mode 100644 index 00000000..bfd63256 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/alert/de_DE/module-session.php @@ -0,0 +1,5 @@ +<?php + + $ALERT_MSG['pw_not_match'] = 'Das Passwort und die Bestätigung überstimmen nicht!'; + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/parent/de_DE/base.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/parent/de_DE/base.php new file mode 100644 index 00000000..718cd80f --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/parent/de_DE/base.php @@ -0,0 +1,34 @@ +<?php + + if (defined('_SESSIONID') and _SESSIONID != '') { + $MENU['logout'] = array( + array( + 'txt' => 'Verlassen', + 'url' => 'index.php?policy=public&page=session&f=logout', + 'get' => array('sessionID','skin','lang') + ) + ); + $MENU['session'] = array( + array( + 'txt' => 'Benutzerdaten', + 'url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=parent', + 'get' => array('skin','lang','sessionID'), + ) + ); + } + $MENU['modules']['session'] = array( +// 'searchAccount' => array(array('txt' => 'Suche des Benutzer','url' => 'index.php?page=session&sub=search&f=searchAccount')), +// 'searchGroup' => array(array('txt' => 'Suche der Gruppe','url' => 'index.php?page=session&sub=search&f=searchGroup')), + 'changeMyPassword' => array(array('txt' => 'Passwortänderung','url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=parent','get' => array('skin','lang','sessionID'))), +// 'sub' => array( +// 'search' => array( +// 'searchAccount' => array(array('txt' => 'Suche des Benutzer')), +// 'searchGroup' => array(array('txt' => 'Suche der Gruppe')), +// ) +// ) + ); + $MENU['home'] = array( + array('txt' => 'Startseite', 'url' => 'index.php') + ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/parent/de_DE/module-keptar.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/parent/de_DE/module-keptar.php new file mode 100644 index 00000000..03d5ec8f --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/parent/de_DE/module-keptar.php @@ -0,0 +1,13 @@ +<?php + $MENU['keptar'] = array( + array('txt' => 'Galerie', 'url' => 'index.php?page=keptar&f=keptar') + ); + + $MENU['modules']['keptar']['uncat'] = array( + array('txt' => 'Kategoriezierte Bilder', 'url' => 'index.php?page=keptar&f=uncat') + ); + + $MENU['modules']['keptar']['admin'] = array( + array('txt' => 'Admin', 'url' => 'index.php?page=keptar&f=admin'), + ); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/base.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/base.php new file mode 100644 index 00000000..3b918054 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/base.php @@ -0,0 +1,43 @@ +<?php + + if (defined('_SESSIONID') and _SESSIONID != '') { + $MENU['logout'] = array( + array( + 'txt' => 'Verlassen', + 'url' => 'index.php?policy=public&page=session&f=logout', + 'get' => array('sessionID','skin','lang') + ) + ); + $MENU['session'] = array( + array( + 'txt' => 'Benutzerdaten', + 'url' => 'index.php?page=session&sub=search&f=searchAccount' + ) + ); + } + $MENU['home'] = array( + array('txt' => 'Startseite', 'url' => 'index.php') + ); + + if (memberOf(_USERACCOUNT, $AUTH[_POLICY]['adminGroup'])) { + $MENU['modules']['session'] = array( + 'createAccount' => array(array('txt' => 'Neuer Benutzer')), + 'createGroup' => array(array('txt' => 'Neue Gruppe')), + 'searchAccount' => array(array('txt' => 'Suche des Benutzer','url' => 'index.php?page=session&sub=search&f=searchAccount')), + 'searchGroup' => array(array('txt' => 'Suche der Gruppe','url' => 'index.php?page=session&sub=search&f=searchGroup')), + 'changeMyPassword' => array(array('txt' => 'Passwortänderung','url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=private','get' => array('skin','lang','sessionID'))), +// 'sub' => array( +// 'search' => array( +// 'searchAccount' => array(array('txt' => 'Suche des Benutzer')), +// 'searchGroup' => array(array('txt' => 'Suche der Gruppe')), +// ) +// ) + ); + } else { + $MENU['modules']['session'] = array( + 'searchAccount' => array(array('txt' => 'Suche des Benutzer','url' => 'index.php?page=session&sub=search&f=searchAccount')), + 'searchGroup' => array(array('txt' => 'Suche der Gruppe','url' => 'index.php?page=session&sub=search&f=searchGroup')), + 'changeMyPassword' => array(array('txt' => 'Passwortänderung','url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=private','get' => array('skin','lang','sessionID'))), + ); + } +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-honosito.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-honosito.php new file mode 100644 index 00000000..22fa4b64 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-honosito.php @@ -0,0 +1,16 @@ +<?php + + + if (memberOf(_USERACCOUNT,'honosito')) { + + $MENU['honosito'] = array(array('txt' => 'Übersetzer', 'url' => 'index.php?page=honosito&f=text')); + + $MENU['modules']['honosito'] = array( + 'alert' => array(array('txt' => 'Übersetzung der Nachricht')), + 'menu' => array(array('txt' => 'Übersetzung des Menüs')), + 'text' => array(array('txt' => 'Übersetzung der Texte')), + ); + + } + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-naplo.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-naplo.php new file mode 100644 index 00000000..ff187e6e --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-naplo.php @@ -0,0 +1,211 @@ +<?php +/* + module: naplo +*/ + + $MENU['naplo'] = array( + array('txt' => '', 'url' => 'index.php?page=naplo') + ); + + // A menüpontok sorrendjének beállítása - ettől még nem jelenik meg semmi :) + $MENU['modules']['naplo'] = array( + 'haladasi' => array(), + 'osztalyozo' => array(), + 'hianyzas' => array(), + 'bejegyzesek' => array(), + 'tanev' => array(), + 'intezmeny' => array(), + 'admin' => array(), + ); + + if (__DIAK) { + $MENU['modules']['naplo']['haladasi'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi')); + $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=diak')); + $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hianyzas&f=diak')); + $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek')); + $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin')); + $MENU['modules']['naplo']['sub']['osztalyozo'] = array( + 'dolgozat' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['tanev'] = array( + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv') + ); + $MENU['modules']['naplo']['sub']['hibabejelento'] = array( + 'hibabejelento' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')); + $MENU['modules']['naplo']['sub']['haladasi'] = array( + 'stat' => array(array('txt' => '')), + ); + } elseif (__TANAR) { + $MENU['modules']['naplo']['haladasi'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi')); + $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor')); + $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly')); + $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek')); + $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin')); + $MENU['modules']['naplo']['tanev'] = array( + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra'), + ); + $MENU['modules']['naplo']['intezmeny'] = array( + array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'), + array('txt' => '', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor'), + ); + $MENU['modules']['naplo']['sub']['tanev'] = array( + 'tanarOrarend' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['hibabejelento'] = array( + 'hibabejelento' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['osztalyozo'] = array( + 'tankor' => array(array('txt' => '')), + 'diak' => array(array('txt' => '')), + 'dolgozat' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['bejegyzesek'] = array( + 'bejegyzesek' => array(array('txt' => '')), + 'ujBejegyzes' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['haladasi'] = array( + 'stat' => array(array('txt' => '')), + ); + } elseif (__TITKARSAG) { + $MENU['modules']['naplo']['haladasi'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi')); + $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor')); + $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly')); + $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin')); + $MENU['modules']['naplo']['tanev'] = array( + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra'), + ); + $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')); + $MENU['modules']['naplo']['sub']['tanev'] = array( + 'tanarOrarend' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['hibabejelento'] = array( + 'hibabejelento' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['osztalyozo'] = array( + 'tankor' => array(array('txt' => '')), + 'diak' => array(array('txt' => '')), + 'dolgozat' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['haladasi'] = array( + 'stat' => array(array('txt' => '')), + ); + } + if (__VEZETOSEG) { + $MENU['modules']['naplo']['haladasi'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi')); + $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor')); + $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly')); + $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek')); + $MENU['modules']['naplo']['tanev'][] = array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'); + $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin')); + $MENU['modules']['naplo']['intezmeny'] = array( + array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'), + array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'), + array('txt' => '', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor'), + ); + $MENU['modules']['naplo']['sub']['hibabejelento'] = array( + 'hibabejelento' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['haladasi'] = array( + 'helyettesites' => array(array('txt' => '')), + 'pluszora' => array(array('txt' => '')), + 'osszevonas' => array(array('txt' => '')), + 'specialis' => array(array('txt' => '')), + 'elmaradas' => array(array('txt' => '')), + 'stat' => array(array('txt' => '')), + 'elszamolas' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['osztalyozo'] = array( + 'tankor' => array(array('txt' => '')), + 'diak' => array(array('txt' => '')), + 'dolgozat' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['bejegyzesek'] = array( + 'bejegyzesek' => array(array('txt' => '')), + 'ujBejegyzes' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['tanev'] = array( + 'orarend' => array(array('txt' => '')), + 'szabadTerem' => array(array('txt' => '')), + 'munkaterv' => array(array('txt' => '')), + 'tankorCsoport' => array(array('txt' => '')), + 'fogadoOra' => array(array('txt' => '')), + 'tanarOrarend' => array(array('txt' => '')), + ); + } + if (__NAPLOADMIN) { + $MENU['modules']['naplo']['haladasi'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi')); + $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor')); + $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly')); + $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek')); + $MENU['modules']['naplo']['tanev'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend')); + $MENU['modules']['naplo']['tanev'][] = array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'); + $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')); + $MENU['modules']['naplo']['admin'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=admin&f=import')); + $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin')); + + $MENU['modules']['naplo']['sub']['haladasi'] = array( + 'helyettesites' => array(array('txt' => '')), + 'pluszora' => array(array('txt' => '')), + 'osszevonas' => array(array('txt' => '')), + 'specialis' => array(array('txt' => '')), + 'elmaradas' => array(array('txt' => '')), + 'stat' => array(array('txt' => '')), + 'elszamolas' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['hibabejelento'] = array( + 'hibabejelento' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['osztalyozo'] = array( + 'tankor' => array(array('txt' => '')), + 'diak' => array(array('txt' => '')), + 'dolgozat' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['bejegyzesek'] = array( + 'bejegyzesek' => array(array('txt' => '')), + 'ujBejegyzes' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['tanev'] = array( + 'orarend' => array(array('txt' => '')), + 'szabadTerem' => array(array('txt' => '')), + 'helyettesites' => array(array('txt' => '')), + 'munkaterv' => array(array('txt' => '')), + 'tankorCsoport' => array(array('txt' => '')), + 'orarendTankor' => array(array('txt' => '')), + 'orarendUtkozes' => array(array('txt' => '')), + 'orarendLoad' => array(array('txt' => '')), + 'fogadoOra' => array(array('txt' => '')), + 'tanarOrarend' => array(array('txt' => '')), + // 'intezmeny' => array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')), + ); + $MENU['modules']['naplo']['sub']['intezmeny'] = array( + 'valtas' => array(array('txt' => '')), + 'osztaly' => array(array('txt' => '')), + 'diak' => array(array('txt' => '')), + 'tanar' => array(array('txt' => '')), + 'munkakozosseg' => array(array('txt' => '')), + 'tankor' => array(array('txt' => '')), + 'tankorTanar' => array(array('txt' => '')), + 'tankorDiak' => array(array('txt' => '')), + 'diakTankor' => array(array('txt' => '')), + 'tankorSzemeszter' => array(array('txt' => '')), + ); + $MENU['modules']['naplo']['sub']['admin'] = array( + 'intezmenyek' => array(array('txt' => '')), + 'tanevek' => array(array('txt' => '')), + 'import' => array(array('txt' => '')), + 'azonositok' => array(array('txt' => '')), + ); + } + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-portal.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-portal.php new file mode 100644 index 00000000..dd54c829 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/private/de_DE/module-portal.php @@ -0,0 +1,14 @@ +<?php + + if (defined('__HIREKADMIN') && __HIREKADMIN) { + $MENU['portal'] = array(array('txt' => 'Nachrichten', 'url' => 'index.php?page=portal&sub=hirek&f=hirekAdmin')); + $MENU['modules']['portal']['hirek'] = array( + array('txt' => 'Administrierung der Nachrichten', 'url' => 'index.php?page=portal&sub=hirek&f=hirekAdmin'), +// array('txt' => 'Nachrichten', 'url' => 'index.php?page=portal&sub=hirek&f=hirek'), + array('txt' => 'Neue Nachricht', 'url' => 'index.php?page=portal&sub=hirek&f=egyhir'), + array('txt' => 'Neue Frage', 'url' => 'index.php?page=portal&sub=kerdoiv&f=kerdoivAdmin') + ); + } else { + $MENU['portal'] = array(array('txt' => 'Einschicken der Nachricht', 'url' => 'index.php?page=portal&sub=hirek&f=egyhir')); + } +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/base.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/base.php new file mode 100644 index 00000000..95cf6ffb --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/base.php @@ -0,0 +1,37 @@ +<?php + + $MENU = array( + 'home'=>array(), + 'session'=>array(), + 'naplo'=>array(), + 'portal'=>array(), + 'felveteli'=>array(), + 'forum'=>array(), + 'auth'=>array(), + + ); + + if (defined('_SESSIONID') and _SESSIONID != '') { + $MENU['session'] = array( + array('txt' => 'Austritt', 'url' => 'index.php?page=session&f=logout') + ); + } + $MENU['home'] = array( + array('txt' => 'Startseite', 'url' => 'index.php') + ); + $MENU['auth'] = array( + array('txt' => 'Eltern Einmeldung', 'url' => 'index.php?page=auth&f=login&toPolicy=parent'), + array('txt' => 'Einmeldung', 'url' => 'index.php?page=auth&f=login&toPolicy=private') + ); + $MENU['modules']['auth']['login'] = array( + array('txt' => 'Forum Einmeldung', 'url' => 'index.php?page=auth&f=login&toPolicy=public&toPSF=forum::forum'), + array('txt' => 'Eltern Einmeldung', 'url' => 'index.php?page=auth&f=login&toPolicy=parent'), + array('txt' => 'geschützte Seiten','url' => 'index.php?page=auth&f=login&toPolicy=private'), +// array('txt' => 'Registrierung','url' => 'index.php?page=session&f=createAccount&toPolicy=parent') + ); +// $MENU['modules']['session']['createAccount'] = array( +// array('txt' => 'Eltern Registrierung', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'), +// array('txt' => 'Forum Registrierung', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'), +// ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-felveteli.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-felveteli.php new file mode 100644 index 00000000..861bf734 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-felveteli.php @@ -0,0 +1,21 @@ +<?php + + $MENU['felveteli'] = array( + array('txt' => 'Aufnahme', 'url' => 'index.php?page=felveteli&f=felveteli') + ); + + + $MENU['modules']['felveteli']['felveteli'] = array( + array('txt' => 'Ausgehobene Dateie', 'url' => 'index.php?page=felveteli&f=felveteli'), + array('txt' => 'Aufnahme Prospekt', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=1'), + ); + $MENU['modules']['felveteli']['felveteli/20082009'] = array( + array('txt' => '1.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=1'), + array('txt' => '2.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=2'), + array('txt' => '3.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=3'), + array('txt' => '4.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=4'), + array('txt' => '5.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=5'), + array('txt' => '6.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=6'), + ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-forum.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-forum.php new file mode 100644 index 00000000..c3d0b56f --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-forum.php @@ -0,0 +1,17 @@ +<?php + + if (defined('_SESSIONID') and _SESSIONID != '') { + $MENU['session'] = array( + array('txt' => 'Austritt', 'url' => 'index.php?page=session&f=logout') + ); + } + $MENU['forum'] = array( + array('txt' => 'Forum', 'url' => 'index.php?page=forum&f=forum') + ); + $MENU['modules']['forum']['forum'] = array( + array('txt' => 'Forum', 'url' => 'index.php?page=forum&f=forum'), + array('txt' => 'Eintritt ins Forum', 'url' => 'index.php?page=auth&f=login&toPSF=forum::forum&toPolicy=public'), + array('txt' => 'User Registrierung', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public&toPSF=forum::forum') + ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-keptar.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-keptar.php new file mode 100644 index 00000000..d6566d66 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-keptar.php @@ -0,0 +1,16 @@ +<?php + +// $MENU['keptar'] = array( +// array('txt' => 'Galerie', 'url' => 'index.php?page=keptar&f=keptar') +// ); + +// $MENU['modules']['keptar']['uncat'] = array( +// array('txt' => 'Kategoriezierte Bilder', 'url' => 'index.php?page=keptar&f=uncat') +// ); + +// $MENU['modules']['session']['createAccount'] = array( +// array('txt' => 'Eltern Registrierung', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'), +// array('txt' => 'Furum Registrierung', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'), +// ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-naplo.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-naplo.php new file mode 100644 index 00000000..41357e3a --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-naplo.php @@ -0,0 +1,13 @@ +<?php +/* + module: naplo +*/ + + $MENU['naplo'] = array(array('txt' => 'Stundenplan', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend')); + $MENU['modules']['naplo']['tanev'] = array( + array('txt' => 'Stundenplan', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'), + array('txt' => 'Freie Räume', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'), + array('txt' => 'Vertretung', 'url'=>'index.php?page=naplo&sub=tanev&f=helyettesites') + ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-portal.php b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-portal.php new file mode 100644 index 00000000..93543a6b --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/include/menu/public/de_DE/module-portal.php @@ -0,0 +1,38 @@ +<?php +/* + module: naplo +*/ + $MENU['portal'] = array(array('txt' => 'Studenten, Vorstellung, Erreichbarkeit', 'url' => 'index.php?page=portal&sub=info&f=info')); + + $MENU['modules']['portal']['info'] = array(array('txt' => 'Erreichbarkeit', 'url' => 'index.php?page=portal&sub=info&f=info')); + $MENU['modules']['portal']['diaksag'] = array(array('txt' => 'Studentenleben', 'url' => 'index.php?page=portal&sub=diaksag&f=vmgmix')); + $MENU['modules']['portal']['dok'] = array(array('txt' => 'Studenten Selbstverwaltung', 'url' => 'index.php?page=portal&sub=dok&f=diakkepviselok')); + $MENU['modules']['portal']['bemutatkozas'] = array(array('txt' => 'Vorstellung', 'url' => 'index.php?page=portal&sub=bemutatkozas&f=konyvtar')); + $MENU['modules']['portal']['szmsz'] = array(array('txt' => 'SzMSz', 'url' => 'index.php?page=portal&sub=szmsz&f=tartalom')); + $MENU['modules']['portal']['pepo'] = array(array('txt' => 'Pädagogisches Programm', 'url' => 'index.php?page=portal&sub=pepo&f=tartalom')); + $MENU['modules']['portal']['hazirend'] = array(array('txt' => 'Hausregeln', 'url' => 'index.php?page=portal&sub=hazirend&f=hazirend2005')); + $MENU['modules']['portal']['sub']['bemutatkozas'][] = array( + array('txt' => 'Bibliothek', 'url' => 'index.php?page=portal&sub=bemutatkozas&f=konyvtar') + ); + $MENU['modules']['portal']['sub']['pepo'][] = array( + array('txt' => 'Inhalt', 'url' => 'index.php?page=portal&sub=pepo&f=tartalom'), + array('txt' => '2. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=2'), + array('txt' => '3. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=3'), + array('txt' => '4. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=4'), + array('txt' => '5. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=5'), + array('txt' => '6. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=6'), + array('txt' => '7. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=7'), + array('txt' => '8. Kapitel', 'url' => 'index.php?page=portal&sub=pepo&f=8'), + ); + $MENU['modules']['portal']['sub']['szmsz'][] = array( + array('txt' => 'Inhalt', 'url' => 'index.php?page=portal&sub=szmsz&f=tartalom'), + array('txt' => '2. Kapitel', 'url' => 'index.php?page=portal&sub=szmsz&f=2'), + array('txt' => '3. Kapitel', 'url' => 'index.php?page=portal&sub=szmsz&f=3'), + array('txt' => '4. Kapitel', 'url' => 'index.php?page=portal&sub=szmsz&f=4'), + array('txt' => '5. Kapitel', 'url' => 'index.php?page=portal&sub=szmsz&f=5'), + ); + $MENU['modules']['portal']['sub']['diaksag'][] = array( + array('txt' => 'VMG-mix(Balázs Alpár, Ábel Bartos)', 'url' => 'index.php?page=portal&sub=diaksag&f=vmgmix'), + ); + +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/backend/ldap/attrs.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/backend/ldap/attrs.php new file mode 100644 index 00000000..8f5ed336 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/backend/ldap/attrs.php @@ -0,0 +1,59 @@ +<?php + define('_LDAP_USERACCOUNT','Loginname'); + define('_LDAP_USERCN','Name'); + define('_YEAR','Jahr'); + define('_MONTH','Monat'); + define('_DAY','Tag'); + define('_FIU','Mann'); + define('_LANY','Frau'); + define('_LDAPDN',''); + define('_LDAPUID',''); + define('_LDAPUIDNUMBER',''); + define('_LDAPGIDNUMBER',''); + define('_LDAPGECOS',''); + define('_LDAPCN',''); + define('_LDAPSTUDYID',''); + define('_LDAPSN',''); + define('_LDAPGIVENNAME',''); + define('_LDAPMAIL',''); + define('_LDAPHOMEPAGE',''); + define('_LDAPURL',''); + define('_LDAPTELEPHONENUMBER',''); + define('_LDAPMOBILE',''); + define('_LDAPYEAR',''); + define('_LDAPCLASS',''); + define('_LDAPL',''); + define('_LDAPSTREET',''); + define('_LDAPPOSTALADDRESS',''); + define('_LDAPPOSTALCODE',''); + define('_LDAPHOMEDIRECTORY',''); + define('_LDAPLEADER',''); + define('_LDAPDESCRIPTION',''); + define('_LDAPROOMNUMBER',''); + define('_LDAPREGISTERTIMESTAMP',''); + define('_LDAPPRIMARYSCHOOLOMCODE',''); + define('_LDAPCLASSTIMESTAMP',''); + define('_LDAPSTUDENTCARDNUMBER',''); + define('_LDAPSTUDENTCARDTIMESTAMP',''); + define('_LDAPTAXID',''); + define('_LDAPBIRTHTIMESTAMP',''); + define('_LDAPBIRTHLOCALITY',''); + define('_LDAPREGISTERNUMBER',''); + define('_LDAPDIARYNUMBER',''); + define('_LDAPSEX',''); + define('_LDAPGUARDIANCN',''); + define('_LDAPMOTHERCN',''); + define('_LDAPLOCALITYTIMESTAMP',''); + define('_LDAPTAJNUMBER',''); + define('_LDAPMEMBER',''); + define('_LDAPSTUDENTMEMBER',''); + define('_LDAPEXEMPTMEMBER',''); + define('_LDAPEXAMERMEMBER',''); + define('_LDAPMEMBERUID',''); + define('_LDAPSHADOWLASTCHANGE',''); + define('_LDAPSHADOWEXPIRE',''); + define('_LDAPSHADOWWARNING',''); + define('_LDAPSHADOWMIN',''); + define('_LDAPSHADOWMAX',''); + define('_LDAPSHADOWINACTICE',''); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/backend/mysql/attrs.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/backend/mysql/attrs.php new file mode 100644 index 00000000..d597549f --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/backend/mysql/attrs.php @@ -0,0 +1,15 @@ +<?php + define('_MYSQLUID','MySQL Benutzer ID Nummer'); + define('_MYSQLPOLICY','MySQL Zugangssicht'); + define('_MYSQLCN','MySQL Benutzer Name'); + define('_MYSQLSTUDYID','MySQL Schul-ID'); + define('_MYSQLMAIL','MySQL E-mailadresse'); + define('_MYSQLTELEPHONENUMBER','MySQL Telefonnummer'); + define('_MYSQLUSERPASSWORD','MySQL Passwort'); + define('_MYSQLSHADOWLASTCHANGE','MySQL shadow Letzte Änderung'); + define('_MYSQLSHADOWEXPIRE','MySQL shadow läuft ab'); + define('_MYSQLSHADOWWARNING','MySQL shadow Warnung'); + define('_MYSQLSHADOWMIN','MySQL shadow Minimal Zeit'); + define('_MYSQLSHADOWMAX','MySQL shadow Maximal zeit'); + define('_MYSQLSHADOWINACTICE','MySQL shadow Inaktiv'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/base/base.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/base/base.php new file mode 100644 index 00000000..ae3b27f1 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/base/base.php @@ -0,0 +1,18 @@ +<?php + define('_MAIN_TITLE','MaYoR - 3.00'); + define('_MAIN_FOOTER','MaYoR © 2002-2007'); + define('_TANAR','Lehrer'); + define('_DIAK','Schüler'); + define('_TITKARSAG','Sekreteriat'); + define('_GAZDASAGI','Wirtschafts'); + define('_EGYEB','sonstig'); + define('_ERROR','Fähle'); + define('_INFORMATION','Information'); + define('_CONTROL_FLAG_REQUIRED','Einloggen ist Pflicht.'); + define('_CONTROL_FLAG_OPTIONAL','Einloggen ist keine Pflicht.'); + define('_PRIVATE_PASSWORD','Passwort'); + define('_PARENT_PASSWORD','Eltern Passwort'); + define('_PUBLIC_PASSWORD','Öffentliches Passwort'); + define('_MAYOR_DESC','MaYoR elektronisch administrativ und Notebook Programm'); + define('_HELP','Hilfe'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/date/names.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/date/names.php new file mode 100644 index 00000000..80938690 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/date/names.php @@ -0,0 +1,21 @@ +<?php + define('_MONDAY','Montag'); + define('_TUESDAY','Dienstag'); + define('_WEDNESDAY','Mittwoch'); + define('_THURSDAY','Donnerstag'); + define('_FRIDAY','Freitag'); + define('_SATURDAY','Samstag'); + define('_SUNDAY','Sonntag'); + define('_JANUARY','Januar'); + define('_FEBRUARY','Februar'); + define('_MARCH','März'); + define('_APRIL','April'); + define('_MAY','Mai'); + define('_JUNE','Juni'); + define('_JULY','Juli'); + define('_AUGUSTUS','August'); + define('_SEPTEMBER','September'); + define('_OCTOBER','Oktober'); + define('_NOVEMBER','November'); + define('_DECEMBER','Dezember'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-auth/login.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-auth/login.php new file mode 100644 index 00000000..8f53602c --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-auth/login.php @@ -0,0 +1,5 @@ +<?php + define('_GREETING','MaYoR Anmeldung'); + define('_LOGIN','Einloggen'); + define('_USERNAME','Username'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-honosito/text.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-honosito/text.php new file mode 100644 index 00000000..4568a9ce --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-honosito/text.php @@ -0,0 +1,11 @@ +<?php + define('_SZOVEGEK_FORDITASA','Übersetzung der texte'); + define('_KONSTANS','Konstante'); + define('_FORDITANDO',''); + define('_FORDITAS',''); + define('_VISSZA','<< Zurück'); + define('_NYELVVALASZTO',''); + define('_FILE_LISTA',''); + define('_VALASZTOTT_NYELV',''); + define('_OK','ok'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-keptar/keptar.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-keptar/keptar.php new file mode 100644 index 00000000..2695f1de --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-keptar/keptar.php @@ -0,0 +1,4 @@ +<?php + define('_TOVABB','weiter'); + define('_VISSZA','zurück'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/base.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/base.php new file mode 100644 index 00000000..1dda46e1 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/base.php @@ -0,0 +1,19 @@ +<?php + define('__MUNKAKOZOSSEGSELECTTITLE','Arbeitsgemeinschaft'); + define('__TARGYSELECTTITLE','Fach'); + define('__INTEZMENYSELECTTITLE','Institut'); + define('__TANEVSELECTTITLE','Lehrjahr'); + define('__TABLESELECTTITLE','Sql Tabelle'); + define('__OSZTALYSELECTTITLE','Klasse'); + define('__TANARSELECTTITLE','Lehrer'); + define('__DIAKSELECTTITLE','Schüler'); + define('__TANKORSELECTTITLE','Studiengruppe'); + define('__DATUMSELECTTITLE','Datum'); + define('__DATUMTOLIGSELECTTITLE','Datum'); + define('__ORASELECTTITLE','Stunde'); + define('__TEREMSELECTTITLE','Saal'); + define('__ORARENDIHETSELECTTITLE','Woche'); + define('_OK','ok'); + define('_DELETE','Löschen'); + define('_ORA','Stunde'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/diakValaszto.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/diakValaszto.php new file mode 100644 index 00000000..6bd60913 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/diakValaszto.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','Schülerwahl'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/diakTankor.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/diakTankor.php new file mode 100644 index 00000000..f9e536a4 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/diakTankor.php @@ -0,0 +1,6 @@ +<?php + define('__PAGETITLE','Studiengruppen des Schülers'); + define('_OSZTALYTANKOROK','Studiengruppen der Klasse'); + define('_DIAKTANKOROK','Studiengruppen des Schülers'); + define('_LEZART','Abgeschlossene/geplanter Schuljahr'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/munkakozosseg.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/munkakozosseg.php new file mode 100644 index 00000000..946ef7a2 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/munkakozosseg.php @@ -0,0 +1,9 @@ +<?php + define('__PAGETITLE','Arbeitsgemeinschaft'); + define('_MUNKAKOZOSSEGNEV','Name der Arbeitsgemeinschaft'); + define('_TARGYNEV','Name des Faches'); + define('_VEGLEGES_TORLES','endgültige Löschung'); + define('_MUNKAKOZOSSEGVEZETO','Arbeitsgemeinschaftsleiter'); + define('_MUNKAKOZOSSEGTAGOK','Mitglieder der Arbeitsgemeinschaft'); + define('_UJTAGOK','neue Mitglieder'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/osztaly.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/osztaly.php new file mode 100644 index 00000000..1ec6bc7e --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/osztaly.php @@ -0,0 +1,21 @@ +<?php + define('__PAGETITLE','Administrierung der Klassen'); + define('_KEPZES','Ausbildung'); + define('_KEZDOTANEV','Erstes Jahr'); + define('_VEGZOSTANEV','Letztes Jahr'); + define('_KEZDOEVFOLYAM','Startende Folge'); + define('_JEL','Buchstabenzeichen der Klasse'); + define('_UJOSZTALY','Neue Klasse'); + define('_FILESELECTTITLE','Aktualisierung der Mitglieder der Klasse'); + define('_OSZTALY_ADATAI','Daten der Klasse'); + define('_FIELDSELECTMESSAGE','Bei der Beigabe von neuen Schülern, ist die Eingebung von erstem und letztem Jahr und dem Semester und den Datum des Beitritts der Klasse (beDt) pflicht!'); + define('_OSZTALYFONOKOK','Klassenlehrer'); + define('_TANARNEVE','Name des Lehrers'); + define('_BEDT','Von'); + define('_KIDT','Bis'); + define('_TOROL','Löschen'); + define('_OSZTALY_TORLESE','Löschen der Klasse'); + define('_OSZTALY_TORLES_TITLE','Sind Sie sicher, dass Sie die Klasse und alle Verbindungen der Klasse löschen wollen?'); + define('_UJ_TAG','Eintragung eines neues Mitgliedes'); + define('_OSZTALYNEVSOR','Liste der Studenten'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tanar.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tanar.php new file mode 100644 index 00000000..93e3f05a --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tanar.php @@ -0,0 +1,22 @@ +<?php + define('__PAGETITLE','Administrierung der Lehrer'); + define('_FILESELECTTITLE','Aktualisierung der Daten der Lehrer'); + define('_KEPZES','Ausbildung'); + define('_KEZDOTANEV','Erstes Jahr'); + define('_VEGZOSTANEV','Letztes Jahr'); + define('_KEZDOEVFOLYAM','Startende Folge'); + define('_JEL','Buchstabenzeichen der Klasse'); + define('_UJOSZTALY','Neue Klasse'); + define('_FILESELECTTITLE','Aktualisierung der Mitglieder der Klasse'); + define('_OSZTALY_ADATAI','Daten der Klasse'); + define('_FIELDSELECTMESSAGE','Bei der Beigabe von neuen Schülern, ist die Eingebung von erstem und letztem Jahr und dem Semester und den Datum des Beitritts der Klasse (beDt) pflicht!'); + define('_OSZTALYFONOKOK','Klassenlehrer'); + define('_TANARNEVE','Name des Lehrers'); + define('_BEDT','Von'); + define('_KIDT','Bis'); + define('_TOROL','Löschen'); + define('_OSZTALY_TORLESE','Löschen der Klasse'); + define('_OSZTALY_TORLES_TITLE','Sind Sie sicher, dass Sie die Klasse und alle Verbindungen der Klasse löschen wollen?'); + define('_UJ_TAG','Eintragung eines neues Mitgliedes'); + define('_OSZTALYNEVSOR','Liste der Studenten'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankor.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankor.php new file mode 100644 index 00000000..aaa08ab9 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankor.php @@ -0,0 +1,24 @@ +<?php + define('__PAGETITLE','Studiengruppen'); + define('_MEGJELOLTIDOSZAKBANTANAR','Lehrer im gegbenen Zeitraum'); + define('_TANKOR','Studiengruppe'); + define('_ELNEVEZES','Name'); + define('_TIPUS','Typ'); + define('_VALASZTHATO','Wählbar'); + define('_IGEN','ja'); + define('_NEM','nein'); + define('_KOVETELMENY','Voraussetzung'); + define('_JELENLET','Anwesenheit'); + define('_JEGY','Note'); + define('_ALAIRAS','Unterschrift'); + define('_KOTELEZO','pfichtlich'); + define('_NEMKOTELEZO','nicht pfichtlich'); + define('_SZEMESZTEREK','Semester'); + define('_SZEMESZTER','Semester'); + define('_HETI_ORASZAM','Wöchentliche Stundenzahl'); + define('_OSZTALYJELE','Klassenzeichen'); + define('_LEIRAS','Beschreibung'); + define('_VEGLEGES_TORLES','endgültige Löschung'); + define('_RESZTVEVO_OSZTALYOK','teilnehmende Klassen'); + define('_TANKORDIAK','Mitglieder der Studiengruppe'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorDiak.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorDiak.php new file mode 100644 index 00000000..01becb87 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorDiak.php @@ -0,0 +1,16 @@ +<?php + define('__PAGETITLE','Studenten der Studiengruppe'); + define('_DIAKOK','Schüler'); + define('_NEV','Name'); + define('_METTOL','Von'); + define('_MEDDIG','Bis'); + define('_JELEN','Anwesenheit'); + define('_KOVETELMENY','Anforderung'); + define('_JOVAHAGYVA','Zugelassen'); + define('_UJDIAK','Eintragung eines neuen Schülers in die Studiengruppe (von/bis)'); + define('_BEDT','Datum des Beitritts'); + define('_KIDT','Datum des Austritts'); + define('_TANKOR','Daten der Studiengruppe'); + define('_BIZTOS_TANKORNEVSOR','Sind Sie sicher, dass Sie die ausgewählten Schüler von der Studiengruppeliste löschen wollen?'); + define('_BUTTON_OK','Löschen/Ändern'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorSzemeszter.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorSzemeszter.php new file mode 100644 index 00000000..f0255a22 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorSzemeszter.php @@ -0,0 +1,4 @@ +<?php + define('__PAGETITLE','Arbeitsplan der Studiengruppen'); + define('_TANKOR','Studiengruppe'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorTanar.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorTanar.php new file mode 100644 index 00000000..768b32fc --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/tankorTanar.php @@ -0,0 +1,6 @@ +<?php + define('__PAGETITLE','Fachaufteilung'); + define('_TANTARGYFELOSZTAS','Fachaufteilung'); + define('_TANKOR','Studiengruppe'); + define('_ORASZAM','Stundenzahl'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/valtas.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/valtas.php new file mode 100644 index 00000000..b67d3a43 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/intezmeny/valtas.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','Wählen des Institutes'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/diak.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/diak.php new file mode 100644 index 00000000..3696680c --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/diak.php @@ -0,0 +1,3 @@ +<?php + define('__FILENEV','Pfad des Files'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/ertekeles.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/ertekeles.php new file mode 100644 index 00000000..4b5a33d6 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/ertekeles.php @@ -0,0 +1,18 @@ +<?php + define('_SZAKTANARI_DICSERET','Lehrers Lob'); + define('_OSZTALYFONOKI_DICSERET','Klassenlehrers Lob'); + define('_IGAZGATOI_DICSERET','Direktors Lob'); + define('_NEVELOTESTULETI_DICSERET','Lehrerkörperschafts Lob'); + define('_SEMMI','Nichts'); + define('_SZAKTANARI_FIGYELMEZTETES','Lehrers Warnung'); + define('_SZOBELI_OSZTALYFONOKI_FIGYELMEZTETES','Verbale Klassenlehrers Warnung'); + define('_OSZTALYFONOKI_FIGYELMEZTETES','Klassenlehrers Warnung'); + define('_OSZTALYFONOKI_INTO','Klassenlehrers Verweis'); + define('_OSZTALYFONOKI_ROVO','Klassenlehrers Verwarnung'); + define('_IGAZGATOI_FIGYELMEZTETO','Direktors Warnung'); + define('_IGAZGATOI_INTO','Direktors Verweis'); + define('_IGAZGATOI_ROVO','Direktors Verwarnung'); + define('_NEVELOTESTULETI_FIGYELMEZTETES','Lehrerkörperschafts Warnung'); + define('_NEVELOTESTULETI_INTES','Lehrerkörperschafts Verweisung'); + define('_NEVELOTESTULETI_MEGROVAS','Lehrerkörperschafts Verwarnung'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/file.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/file.php new file mode 100644 index 00000000..c7cb84d7 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/file.php @@ -0,0 +1,22 @@ +<?php + define('_FILENEV','Pfad des Files'); + define('_VAN_ROVATFEJ','Es gibt eine Kopfzeile'); + define('_ATTR_DIAKID','Schüler ID'); + define('_ATTR_OID','Schul-ID'); + define('_ATTR_IGAZOLVANYSZAM','Studentenausweisnummer'); + define('_ATTR_VNE','Name Präfix'); + define('_ATTR_VCSN','Familienname'); + define('_ATTR_VUN','Nachname'); + define('_ATTR_SZNE','Geburtsname Präfix'); + define('_ATTR_SZCSN','Mädchenvorname'); + define('_ATTR_SZUN','Mädchennachname'); + define('_ATTR_ANE','Mutters Geburtsname Präfix'); + define('_ATTR_ACSN','Mutters Mädchenvorname'); + define('_ATTR_AUN','Mutters Mädchennachname'); + define('_ATTR_SZH','Geburtsort'); + define('_ATTR_SZI','Geburtsdatum'); + define('_ATTR_KEZDO_TANEV','Erste Jahr'); + define('_ATTR_KEZDO_SZEMESZTER','Erste Semester'); + define('_ATTR_VEGZO_TANEV','Letzte Jahr'); + define('_ATTR_VEGZO_SZEMESZTER','Letzte Semester'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/hianyzas.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/hianyzas.php new file mode 100644 index 00000000..87541a23 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/hianyzas.php @@ -0,0 +1,10 @@ +<?php + define('_ORVOSI','ärztliche Bestätigung'); + define('_SZULOI','Bestätigung der Eltern'); + define('_TANULMANYI_VERSENY','Studien Wettbewerb'); + define('_NYELVVIZSGA','Sprachprüfung'); + define('_OSZTALYFONOKI','Bestätigung des Klassenlehrers'); + define('_IGAZGATOI','Bestätigung des Direktors'); + define('_IGAZOLATLAN','nicht gerechtfertigtes Fehlen'); + define('_TOROLT','gelöscht'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/osztalyzatok.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/osztalyzatok.php new file mode 100644 index 00000000..11a1ce54 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/osztalyzatok.php @@ -0,0 +1,23 @@ +<?php + define('_ELEGTELEN','Ungenügend'); + define('_ELEGSEGES','Genügend'); + define('_ROSSZ','Schlimm'); + define('_HANYAG','Fahrlässig'); + define('_KOZEPES','Befriedigend'); + define('_VALTOZO','Wechselnd'); + define('_JO','Gut'); + define('_JELES','Sehr Gut'); + define('_PELDAS','Vorbildlich'); + define('_TOROLT','Ausgelöscht'); + define('_KIS_JEGY','Kleine Note'); + define('_NORMAL_JEGY','Normale Note'); + define('_DOLGOZAT','Test'); + define('_TEMAZARO','Schularbeit'); + define('_VIZSGAJEGY','Prüfungsnote'); + define('_DICSERET','Lob'); + define('_FIGYELMEZTETO','War'); + define('_NYELVVIZSGA','Sp'); + define('_JEGYZET_DICSERET','Für ihre/seine gute Leistung in %1% geniesst sie/er eine Lobung.'); + define('_JEGYZET_FIGYELMEZTETO','Sie/er bekam eine Warnung in %1%'); + define('_JEGYZET_NYELVVIZSGA','Hat eine Sprachprüfung in %1%.'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/tanar.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/tanar.php new file mode 100644 index 00000000..33a17661 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/share/tanar.php @@ -0,0 +1,8 @@ +<?php + define('_TANAR_OID','Schul-ID'); + define('_TANAR_VNE','Name Präfix'); + define('_TANAR_VCSN','Familienname'); + define('_TANAR_VUN','Nachname'); + define('_TANAR_SZH','Geburtsort'); + define('_TANAR_SZI','Geburtsdatum'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/tanev/helyettesites.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/tanev/helyettesites.php new file mode 100644 index 00000000..ca0e749d --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-naplo/tanev/helyettesites.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','Vertretungen'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-password/changeMyPassword.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-password/changeMyPassword.php new file mode 100644 index 00000000..3b62b858 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-password/changeMyPassword.php @@ -0,0 +1,7 @@ +<?php + define('_CHANGE_PASSWORD','Änderung des eigenen Passworts'); + define('_USERNAME','Username'); + define('_NEW_PASSWORD','Neues Passwort'); + define('_VERIFICATION','Bestätigung'); + define('_OK','OK'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-password/changePassword.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-password/changePassword.php new file mode 100644 index 00000000..c959a76c --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-password/changePassword.php @@ -0,0 +1,7 @@ +<?php + define('_CHANGE_PASSWORD','Passwortänderung'); + define('_USERNAME','Username'); + define('_NEW_PASSWORD','Neues Passwort'); + define('_VERIFICATION','Bestätigung'); + define('_OK','OK'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/accountInfo.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/accountInfo.php new file mode 100644 index 00000000..18a3b218 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/accountInfo.php @@ -0,0 +1,3 @@ +<?php + define('_OK','OK'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/createAccount.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/createAccount.php new file mode 100644 index 00000000..e16abbd3 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/createAccount.php @@ -0,0 +1,7 @@ +<?php + define('_OK','OK'); + define('_CREATE_ACCOUNT','Neuer Benutzer'); + define('_VERIFICATION','Bestätigung'); + define('_ACCOUNT_CATEGORY','Kategorie'); + define('_DATAFILE','Daten File'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/createGroup.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/createGroup.php new file mode 100644 index 00000000..1e471031 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/createGroup.php @@ -0,0 +1,6 @@ +<?php + define('_OK','OK'); + define('_CREATE_GROUP','Neue Gruppe'); + define('_GROUP_CATEGORY','Kategorie'); + define('_DATAFILE','Daten File'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/download.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/download.php new file mode 100644 index 00000000..8c669bd2 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/download.php @@ -0,0 +1,7 @@ +<?php + define('_FILE','File'); + define('_SIZE','Größe'); + define('_MIMETYPE','MIME Typ'); + define('_DOWNLOAD','Download'); + define('_DESCRIPTION','Wenn der Download automatisch nicht startet, klicken Sie auf den Link!'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/groupInfo.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/groupInfo.php new file mode 100644 index 00000000..87f8eed9 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/groupInfo.php @@ -0,0 +1,4 @@ +<?php + define('_OK','OK'); + define('_NEW','Neu'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/search/searchAccount.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/search/searchAccount.php new file mode 100644 index 00000000..d9b4b4ec --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/search/searchAccount.php @@ -0,0 +1,19 @@ +<?php + define('_SEARCH','Benutzersuche'); + define('_OK','OK'); + define('_NOTFOUND','Kein Ergebnis'); + define('_CATEGORY','Kategorie'); + define('_ACTION','Änderung'); + define('_DELETE','Löschen'); + define('_CHANGE_PASSWORD','Passwortänderung'); + define('_ARE_YOU_SURE','Sind Sie sicher dass Sie löschen wollen?'); + define('_NAME','Name'); + define('_CLASS','Klasse'); + define('_EMAIL','Email'); + define('_PASSWORD','Passwort'); + define('_RETYPEPASSWORD','Bestätigung'); + define('_DEFAULTGROUP','Kategorie'); + define('_DATAFILE','Daten File'); + define('_NEWUSER','Neuer Benutzer'); + define('_ARE_YOU_SURE','Sind Sie sicher dass Sie löschen wollen?'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/search/searchGroup.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/search/searchGroup.php new file mode 100644 index 00000000..ec220985 --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/module-session/search/searchGroup.php @@ -0,0 +1,19 @@ +<?php + define('_SEARCH','Gruppensuche'); + define('_OK','OK'); + define('_NOTFOUND','Kein Ergebnis'); + define('_CATEGORY','Kategorie'); + define('_ACTION','Änderung'); + define('_DELETE','Löschen'); + define('_CHANGE_PASSWORD','Passwortänderung'); + define('_ARE_YOU_SURE','Sind Sie sicher dass Sie löschen wollen?'); + define('_NAME','Name'); + define('_CLASS','Klasse'); + define('_EMAIL','Email'); + define('_PASSWORD','Passwort'); + define('_RETYPEPASSWORD','Bestätigung'); + define('_DEFAULTGROUP','Kategorie'); + define('_DATAFILE','Daten File'); + define('_NEWUSER','Neuer Benutzer'); + define('_ARE_YOU_SURE','Sind Sie sicher dass Sie löschen wollen?'); +?> diff --git a/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/share/session/attrs.php b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/share/session/attrs.php new file mode 100644 index 00000000..da8b935d --- /dev/null +++ b/mayor-orig/mayor-locales-de_DE/www/lang/de_DE/share/session/attrs.php @@ -0,0 +1,18 @@ +<?php + define('_ATTR_USERACCOUNT','Loginname'); + define('_ATTR_USERCN','Name'); + define('_ATTR_USERPASSWORD','Passwort'); + define('_ATTR_STUDYID',''); + define('_ATTR_MAIL','E-mailadresse'); + define('_ATTR_TELEPHONENUMBER','Telefonnummer'); + define('_ATTR_SHADOWLASTCHANGE','Letzte Passwortänderung'); + define('_ATTR_SHADOWMIN','Früheste Passwortänderung'); + define('_ATTR_SHADOWMAX','Passwortgültigkeits dauer'); + define('_ATTR_SHADOWWARNING','Aufruf für Passwortänderung'); + define('_ATTR_SHADOWINACTIVE','Benutzer'); + define('_ATTR_SHADOWEXPIRE','Absperrungsdatum'); + define('_ATTR_GROUPCN','Gruppenkenzeichen'); + define('_ATTR_GROUPDESC','Gruppenname'); + define('_ATTR_LEADER','Leiter'); + define('_ATTR_MEMBER','Mitglied'); +?> |