LdapCommon.pot 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-27 16:31+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
  20. #: LdapCommon.php:64
  21. msgid "A host must be specified."
  22. msgstr ""
  23. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
  24. #: LdapCommon.php:68
  25. msgid "\"basedn\" must be specified."
  26. msgstr ""
  27. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
  28. #: LdapCommon.php:72
  29. msgid "The username attribute must be set."
  30. msgstr ""
  31. #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available.
  32. #. TRANS: %s is the error message.
  33. #: LdapCommon.php:133
  34. #, php-format
  35. msgid "Could not connect to LDAP server: %s"
  36. msgstr ""
  37. #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available.
  38. #. TRANS: %s is the error message.
  39. #: LdapCommon.php:137
  40. #, php-format
  41. msgid "Could not connect to LDAP server: %s."
  42. msgstr ""