Xmpp.pot 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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: 2021-07-18 12:38+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. #: lib/xmppmanager.php:100 lib/xmppmanager.php:232
  20. msgid "Send me a message to post a notice"
  21. msgstr ""
  22. #. TRANS: Plugin display name.
  23. #: XmppPlugin.php:56
  24. msgid "XMPP/Jabber"
  25. msgstr ""
  26. #. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
  27. #: XmppPlugin.php:171
  28. msgid "Invalid JID: too many @s."
  29. msgstr ""
  30. #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
  31. #: XmppPlugin.php:180
  32. msgid "Invalid JID: @ but no node"
  33. msgstr ""
  34. #. TRANS: Exception thrown when using too long a Jabber ID (>1023).
  35. #: XmppPlugin.php:188
  36. msgid "Invalid JID: node too long."
  37. msgstr ""
  38. #. TRANS: Exception thrown when using an invalid Jabber ID.
  39. #. TRANS: %s is the invalid Jabber ID.
  40. #: XmppPlugin.php:195
  41. #, php-format
  42. msgid "Invalid JID node \"%s\"."
  43. msgstr ""
  44. #. TRANS: Exception thrown when using too long a Jabber domain (>1023).
  45. #: XmppPlugin.php:201
  46. msgid "Invalid JID: domain too long."
  47. msgstr ""
  48. #. TRANS: Exception thrown when using an invalid Jabber domain name.
  49. #. TRANS: %s is the invalid domain name.
  50. #: XmppPlugin.php:206
  51. #, php-format
  52. msgid "Invalid JID domain name \"%s\"."
  53. msgstr ""
  54. #. TRANS: Exception thrown when using an invalid Jabber resource.
  55. #. TRANS: %s is the invalid resource.
  56. #: XmppPlugin.php:217
  57. #, php-format
  58. msgid "Invalid JID resource \"%s\"."
  59. msgstr ""
  60. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  61. #: XmppPlugin.php:265
  62. msgid "You must specify a server in the configuration."
  63. msgstr ""
  64. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  65. #: XmppPlugin.php:269
  66. msgid "You must specify a port in the configuration."
  67. msgstr ""
  68. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  69. #: XmppPlugin.php:273
  70. msgid "You must specify a user in the configuration."
  71. msgstr ""
  72. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  73. #: XmppPlugin.php:277
  74. msgid "You must specify a password in the configuration."
  75. msgstr ""
  76. #. TRANS: Link description to notice in conversation.
  77. #. TRANS: %s is a notice ID.
  78. #: XmppPlugin.php:346
  79. #, php-format
  80. msgid "[%u]"
  81. msgstr ""
  82. #. TRANS: Plugin description.
  83. #: XmppPlugin.php:442
  84. msgid ""
  85. "The XMPP plugin allows users to send and receive notices over the XMPP/"
  86. "Jabber network."
  87. msgstr ""