LdapCommon.po 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. #
  5. # Translators:
  6. # Ciencisto Dementa <maliktunga@users.noreply.github.com>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-06-16 22:57+0000\n"
  13. "Last-Translator: Ciencisto Dementa <maliktunga@users.noreply.github.com>\n"
  14. "Language-Team: Ido (http://www.transifex.com/gnu-social/gnu-social/language/io/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: io\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails
  21. #. because of an incorrect configuration.
  22. #: LdapCommon.php:64
  23. msgid "A host must be specified."
  24. msgstr "Hosto mustas esar specigita."
  25. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails
  26. #. because of an incorrect configuration.
  27. #: LdapCommon.php:68
  28. msgid "\"basedn\" must be specified."
  29. msgstr "\"basedn\" mustas esar specigita."
  30. #. TRANS: Exception thrown when initialising the LDAP Common plugin fails
  31. #. because of an incorrect configuration.
  32. #: LdapCommon.php:72
  33. msgid "The username attribute must be set."
  34. msgstr "L'uzantonomo-atributo mustas esar aranjita."
  35. #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not
  36. #. available.
  37. #. TRANS: %s is the error message.
  38. #: LdapCommon.php:133
  39. #, php-format
  40. msgid "Could not connect to LDAP server: %s"
  41. msgstr "Lu ne povis konektar a la LDAP-servilo: %s"
  42. #. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not
  43. #. available.
  44. #. TRANS: %s is the error message.
  45. #: LdapCommon.php:137
  46. #, php-format
  47. msgid "Could not connect to LDAP server: %s."
  48. msgstr "Lu ne povis konektar a la LDAP-servilo: %s."