Xmpp.pot 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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: 2012-06-30 11:07+0000\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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Presence announcement for XMPP.
  19. #. TRANS: Message for XMPP reconnect.
  20. #: xmppmanager.php:167 xmppmanager.php:207
  21. msgid "Send me a message to post a notice"
  22. msgstr ""
  23. #. TRANS: Plugin display name.
  24. #: XmppPlugin.php:62
  25. msgid "XMPP/Jabber/GTalk"
  26. msgstr ""
  27. #. TRANS: Exception thrown when using too many @ signs in a Jabber ID.
  28. #: XmppPlugin.php:123
  29. msgid "Invalid JID: too many @s."
  30. msgstr ""
  31. #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID.
  32. #: XmppPlugin.php:132
  33. msgid "Invalid JID: @ but no node"
  34. msgstr ""
  35. #. TRANS: Exception thrown when using too long a Jabber ID (>1023).
  36. #: XmppPlugin.php:140
  37. msgid "Invalid JID: node too long."
  38. msgstr ""
  39. #. TRANS: Exception thrown when using an invalid Jabber ID.
  40. #. TRANS: %s is the invalid Jabber ID.
  41. #: XmppPlugin.php:145
  42. #, php-format
  43. msgid "Invalid JID node \"%s\"."
  44. msgstr ""
  45. #. TRANS: Exception thrown when using too long a Jabber domain (>1023).
  46. #: XmppPlugin.php:151
  47. msgid "Invalid JID: domain too long."
  48. msgstr ""
  49. #. TRANS: Exception thrown when using an invalid Jabber domain name.
  50. #. TRANS: %s is the invalid domain name.
  51. #: XmppPlugin.php:156
  52. #, php-format
  53. msgid "Invalid JID domain name \"%s\"."
  54. msgstr ""
  55. #. TRANS: Exception thrown when using an invalid Jabber resource.
  56. #. TRANS: %s is the invalid resource.
  57. #: XmppPlugin.php:167
  58. #, php-format
  59. msgid "Invalid JID resource \"%s\"."
  60. msgstr ""
  61. #. TRANS: Link description to notice in conversation.
  62. #. TRANS: %s is a notice ID.
  63. #: XmppPlugin.php:368
  64. #, php-format
  65. msgid "[%s]"
  66. msgstr ""
  67. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  68. #: XmppPlugin.php:406
  69. msgid "You must specify a server in the configuration."
  70. msgstr ""
  71. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  72. #: XmppPlugin.php:410
  73. msgid "You must specify a port in the configuration."
  74. msgstr ""
  75. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  76. #: XmppPlugin.php:414
  77. msgid "You must specify a user in the configuration."
  78. msgstr ""
  79. #. TRANS: Exception thrown when the plugin configuration is incorrect.
  80. #: XmppPlugin.php:418
  81. msgid "You must specify a password in the configuration."
  82. msgstr ""
  83. #. TRANS: Plugin description.
  84. #: XmppPlugin.php:444
  85. msgid ""
  86. "The XMPP plugin allows users to send and receive notices over the XMPP/"
  87. "Jabber network."
  88. msgstr ""