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