This commit is contained in:
Manfred Kindl
2011-07-05 10:54:45 +00:00
parent db4334ff92
commit da1b0c2b9f
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
$this->phrasen['infrastruktur/notebook_absatz1']='Sollten Sie mehr als ein Notebook registrieren lassen wollen, wenden Sie sich bitte an <a class="Item" href="mailto:support@technikum-wien.at?Subject=Notebook-Registration">support@technikum-wien.at</a>, da nur ein Eintrag pro Person m&ouml;glich ist.<br/><br/>Geben Sie die MAC-Adresse in folgendem Format an: 00-50-DA-C2-32-1C, oder 00:50:DA:C2:32:1C';
$this->phrasen['infrastruktur/notebook_absatz2']='Die Änderungen werden in ca. 30 Minuten wirksam. Bitte haben Sie etwas Geduld.<br/><br/>Um das Internet nutzen zu können, lassen Sie bitte die Netzwerkverbindungseinstellungen vom DHCP-Server zuweisen.<br/>In Ihrem Browser tragen Sie bitte den Proxy-Server: <strong>proxy.technikum-wien.at</strong> und den Port <strong>3128</strong> ein.';
$this->phrasen['infrastruktur/notebook_anmerkung']='muss nur angegeben werden, wenn UID nicht gleich dem angemeldetem Benutzer';
$this->phrasen['infrastruktur/titelNotebookRegistration']='Infrastruktur - Notebook-Registration';
$this->phrasen['infrastruktur/passwortEingebenWennUIDgeaendert']='Es muss ein Passwort eingegeben werden, wenn die UID geändert wird';
$this->phrasen['infrastruktur/passwortErneutEingeben']='Geben Sie das Passwort bitte erneut ein';
$this->phrasen['infrastruktur/MACadresseBereitsVerwendet']='Die MAC Adresse ist bereits in Verwendung, bitte wenden Sie sich an den Support unter <a href="mailto:support@technikum-wien.at">support@technikum-wien.at</a>';
$this->phrasen['infrastruktur/MACadresseErfolgreichEingetragen']='Die MAC-Adresse wurde erfolgreich eingetragen';
$this->phrasen['infrastruktur/MACadresseErfolgreichGeaendert']='Die MAC-Adresse wurde erfolgreich geändert';
$this->phrasen['infrastruktur/MACadresseFehlerhaft']='Die angegebene MAC-Adresse ist fehlerhaft';
$this->phrasen['infrastruktur/MACadresseNichtFreigeschalten']='Sie können Ihre MAC-Adresse nicht eintragen, da Sie nicht dafür freigeschalten wurden';
?>
+13
View File
@@ -0,0 +1,13 @@
<?php
$this->phrasen['infrastruktur/notebook_absatz1']='If you have to register more than one Notebook, please contact <a class="Item" href="mailto:support@technikum-wien.at?Subject=Notebook-Registration">support@technikum-wien.at</a>.<br/><br/>Enter the MAC-adresse like: 00-50-DA-C2-32-1C, or 00:50:DA:C2:32:1C';
$this->phrasen['infrastruktur/notebook_absatz2']='The changes will take effect after about 30 minutes. Please be patient.<br/><br/>For using the internet, please let.....<br/>Enter the proxy-server: <strong>proxy.technikum-wien.at</strong> and the port <strong>3128</strong> into your browsers preferences.';
$this->phrasen['infrastruktur/notebook_anmerkung']='fill out only when UID is not the same as the user';
$this->phrasen['infrastruktur/titelNotebookRegistration']='Infrastructure - Notebook-Registration';
$this->phrasen['infrastruktur/passwortEingebenWennUIDgeaendert']='You have to enter a password, when the UID has changed';
$this->phrasen['infrastruktur/passwortErneutEingeben']='Please enter the password again';
$this->phrasen['infrastruktur/MACadresseBereitsVerwendet']='This MAC-adress is already used. Please contact <a href="mailto:support@technikum-wien.at">support@technikum-wien.at</a>';
$this->phrasen['infrastruktur/MACadresseErfolgreichEingetragen']='The MAC-adress has been sucessfully registered';
$this->phrasen['infrastruktur/MACadresseErfolgreichGeaendert']='The MAC-adress has been sucessfully changed';
$this->phrasen['infrastruktur/MACadresseFehlerhaft']='Error in MAC-adress';
$this->phrasen['infrastruktur/MACadresseNichtFreigeschalten']='You can not enter the MAC-adress because you are not unlocked';
?>