Xmpp.pot 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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: 2019-06-08 18:20+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: Presence announcement for XMPP.
  20. #. TRANS: Message for XMPP reconnect.
  21. #: lib/xmppmanager.php:90 lib/xmppmanager.php:218
  22. msgid "Send me a message to post a notice"
  23. msgstr ""
  24. #. TRANS: Plugin display name.
  25. #: XmppPlugin.php:65
  26. msgid "XMPP/Jabber"
  27. msgstr ""
  28. #. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
  29. #: XmppPlugin.php:169
  30. msgid "Invalid JID: too many @s."
  31. msgstr ""
  32. #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
  33. #: XmppPlugin.php:178
  34. msgid "Invalid JID: @ but no node"
  35. msgstr ""
  36. #. TRANS: Exception thrown when using too long a Jabber ID (>1023).
  37. #: XmppPlugin.php:186
  38. msgid "Invalid JID: node too long."
  39. msgstr ""
  40. #. TRANS: Exception thrown when using an invalid Jabber ID.
  41. #. TRANS: %s is the invalid Jabber ID.
  42. #: XmppPlugin.php:192
  43. #, php-format
  44. msgid "Invalid JID node \"%s\"."
  45. msgstr ""
  46. #. TRANS: Exception thrown when using too long a Jabber domain (>1023).
  47. #: XmppPlugin.php:198
  48. msgid "Invalid JID: domain too long."
  49. msgstr ""
  50. #. TRANS: Exception thrown when using an invalid Jabber domain name.
  51. #. TRANS: %s is the invalid domain name.
  52. #: XmppPlugin.php:203
  53. #, php-format
  54. msgid "Invalid JID domain name \"%s\"."
  55. msgstr ""
  56. #. TRANS: Exception thrown when using an invalid Jabber resource.
  57. #. TRANS: %s is the invalid resource.
  58. #: XmppPlugin.php:214
  59. #, php-format
  60. msgid "Invalid JID resource \"%s\"."
  61. msgstr ""
  62. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  63. #: XmppPlugin.php:281
  64. msgid "You must specify a server in the configuration."
  65. msgstr ""
  66. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  67. #: XmppPlugin.php:285
  68. msgid "You must specify a port in the configuration."
  69. msgstr ""
  70. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  71. #: XmppPlugin.php:289
  72. msgid "You must specify a user in the configuration."
  73. msgstr ""
  74. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  75. #: XmppPlugin.php:293
  76. msgid "You must specify a password in the configuration."
  77. msgstr ""
  78. #. TRANS: Link description to notice in conversation.
  79. #. TRANS: %s is a notice ID.
  80. #: XmppPlugin.php:359
  81. #, php-format
  82. msgid "[%u]"
  83. msgstr ""
  84. #. TRANS: Plugin description.
  85. #: XmppPlugin.php:451
  86. msgid ""
  87. "The XMPP plugin allows users to send and receive notices over the XMPP/"
  88. "Jabber network."
  89. msgstr ""