diff options
Diffstat (limited to 'de.po')
-rw-r--r-- | de.po | 162 |
1 files changed, 162 insertions, 0 deletions
@@ -0,0 +1,162 @@ +# Translations template for PROJECT. +# Copyright (C) 2011 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2011. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2011-09-27 07:17+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 0.9.6\n" + +#: templates/8021x.html:10 templates/login.html:9 templates/select.html:10 +msgid "login" +msgstr "login" + +#: templates/8021x.html:14 +msgid "wpa_supplicant WPA-EAP template" +msgstr "wpa_supplicant WPA-EAP Vorlage" + +#: templates/8021x.html:15 +#, python-format +msgid "" +"network={\n" +"\tscan_ssid=1\n" +"\tssid=\"crew.sublab.org\"\n" +"\n" +"\tkey_mgmt=WPA-EAP\n" +"\teap=TTLS\n" +"\tphase2=\"auth=PAP\"\n" +"\n" +"\tidentity=\"%(8021x)s\"\n" +"\tpassword=\"[1:insert password here]\"\n" +"\n" +"\tanonymous_identity=\"bernd\"\n" +"\tca_cert=\"[2:/etc/ssl/certs/cacert.org.pem]\"\n" +"\taltsubject_match=\"DNS:taifun.local.sublab.org\"\n" +"\tpriority=500\n" +"}" +msgstr "" +"network={\n" +"\tscan_ssid=1\n" +"\tssid=\"crew.sublab.org\"\n" +"\n" +"\tkey_mgmt=WPA-EAP\n" +"\teap=TTLS\n" +"\tphase2=\"auth=PAP\"\n" +"\n" +"\tidentity=\"%(8021x)s\"\n" +"\tpassword=\"[1:Passwort hier einsetzen]\"\n" +"\n" +"\tanonymous_identity=\"bernd\"\n" +"\tca_cert=\"[2:/etc/ssl/certs/cacert.org.pem]\"\n" +"\taltsubject_match=\"DNS:taifun.local.sublab.org\"\n" +"\tpriority=500\n" +"}" + +#: templates/create.html:9 +msgid "create" +msgstr "anlegen" + +#: templates/create.html:13 templates/login.html:14 templates/pwchange.html:12 +msgid "uid:" +msgstr "uid:" + +#: templates/create.html:15 templates/login.html:16 templates/pwchange.html:16 +msgid "password:" +msgstr "passwort:" + +#: templates/create.html:17 templates/pwchange.html:18 +msgid "repeat:" +msgstr "wiederholen:" + +#: templates/create.html:20 +msgid "" +"The account creation process takes around 20 to 30 seconds. Please do not " +"spam the button." +msgstr "" +"Es dauert ca. 20 bis 30 Sekunden, einen Account anzulegen. Bitte nicht " +"mehrfach versuchen." + +#: templates/error.html:10 +msgid "exception" +msgstr "exception" + +#: templates/error.html:14 +#, python-format +msgid "" +"[1:broken!]\n" +" [2:[3:subdap.exe] has detected a problem and had to be terminated.\n" +" Please send an error report to [4:equinox ! diac24 ! net].]\n" +" [5:%(exception)s]" +msgstr "" +"[1:kaputt!]\n" +" [2:[3:subdap.exe] hat ein Problem festgestellt und musste beendet werden.\n" +" Bitte schicken sie einen Fehlerbericht an [4:equinox ! diac24 ! net].]\n" +" [5:%(exception)s]" + +#: templates/layout.xi:11 templates/layout.xi:28 templates/layout.xi:37 +msgid "subdap" +msgstr "subdap" + +#: templates/layout.xi:19 +msgid "info" +msgstr "info" + +#: templates/login.html:13 +msgid "create account" +msgstr "Account anlegen" + +#: templates/pwchange.html:8 templates/select.html:26 +msgid "change password" +msgstr "Passwort ändern" + +#: templates/pwchange.html:14 +msgid "old password:" +msgstr "altes Passwort:" + +#: templates/pwchange.html:21 +msgid "" +"The password change process takes around 20 to 30 seconds. Please do not " +"spam the button." +msgstr "" +"Es dauert ca. 20 bis 30 Sekunden, das Passwort zu ändern. Bitte nicht " +"mehrfach versuchen." + +#: templates/select.html:12 +msgid "" +"[1:Your password has been changed.][2:]\n" +" — please note that it may take a few minutes for Kerberos to update\n" +" its [3:three heads]. At any moment, either your old password or your new\n" +" password will work." +msgstr "" +"[1:Passwort wurde geändert.][2:]\n" +" — bitte beachten: Es kann einige Minuten dauern, bis Kerberos seine [3:drei\n" +" Köpfe] synchronisiert hat. Es kann daher sowohl das alte als auch das neue\n" +" Passwort funktionieren." + +#: templates/select.html:20 +#, python-format +msgid "Hi %(hi)s!" +msgstr "Hallo %(hi)s!" + +#: templates/select.html:22 +msgid "sublab.org wiki" +msgstr "sublab.org Wiki" + +#: templates/select.html:24 +msgid "802.1X template" +msgstr "802.1X Vorlage" + +#: templates/select.html:28 +msgid "administration" +msgstr "administration" |