]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / LdapCommon / locale / de / LC_MESSAGES / LdapCommon.po
1 # Translation of StatusNet - LdapCommon to German (Deutsch)
2 # Exported from translatewiki.net
3 #
4 # Author: DaSch
5 # Author: Inkowik
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - LdapCommon\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2011-11-11 15:03+0000\n"
14 "PO-Revision-Date: 2011-11-11 15:05:14+0000\n"
15 "Language-Team: German <https://translatewiki.net/wiki/Portal:de>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n"
19 "X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-"
20 "30)\n"
21 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
22 "X-Language-Code: de\n"
23 "X-Message-Group: #out-statusnet-plugin-ldapcommon\n"
24 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25
26 #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
27 msgid "A host must be specified."
28 msgstr "Ein Host muss angegeben werden."
29
30 #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
31 msgid "\"basedn\" must be specified."
32 msgstr "\"Basedn\" muss angegeben werden."
33
34 #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
35 msgid "The username attribute must be set."
36 msgstr "Das Benutzernamens-Attribut muss festgelegt werden."
37
38 #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available.
39 #. TRANS: %s is the error message.
40 #, php-format
41 msgid "Could not connect to LDAP server: %s"
42 msgstr "Konnte keine Verbindung zum LDAP-Server herstellen: %s"
43
44 #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available.
45 #. TRANS: %s is the error message.
46 #, php-format
47 msgid "Could not connect to LDAP server: %s."
48 msgstr "Konnte keine Verbindung zum LDAP-Server herstellen: %s."