LdapCommon.po 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Translation of StatusNet - LdapCommon to French (français)
  2. # Exported from translatewiki.net
  3. #
  4. # Author: Crochet.david
  5. # Author: Hashar
  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: 2012-06-30 11:07+0000\n"
  14. "PO-Revision-Date: 2012-06-30 11:08:58+0000\n"
  15. "Language-Team: French <https://translatewiki.net/wiki/Portal:fr>\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.20alpha (233fc08); Translate 2012-06-21\n"
  20. "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
  21. "X-Language-Code: fr\n"
  22. "X-Message-Group: #out-statusnet-plugin-ldapcommon\n"
  23. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  24. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
  25. msgid "A host must be specified."
  26. msgstr "Un hôte LDAP doit être indiqué."
  27. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
  28. msgid "\"basedn\" must be specified."
  29. msgstr "« basedn » doit être spécifié."
  30. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration.
  31. msgid "The username attribute must be set."
  32. msgstr "L'attribut « username » doit être défini."
  33. #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available.
  34. #. TRANS: %s is the error message.
  35. #, php-format
  36. msgid "Could not connect to LDAP server: %s"
  37. msgstr "Impossible de se connecter au serveur LDAP : %s"
  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 "Impossible de se connecter au serveur LDAP : %s."