Irc.pot 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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: Service name for IRC.
  19. #: IrcPlugin.php:79
  20. msgid "IRC"
  21. msgstr ""
  22. #. TRANS: Body text for e-mail confirmation message for IRC.
  23. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename,
  24. #. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL.
  25. #: IrcPlugin.php:296
  26. #, php-format
  27. msgid ""
  28. "User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If "
  29. "that's true, you can confirm by clicking on this URL: %4$s . (If you cannot "
  30. "click it, copy-and-paste it into the address bar of your browser). If that "
  31. "user is not you, or if you did not request this confirmation, just ignore "
  32. "this message."
  33. msgstr ""
  34. #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
  35. #: IrcPlugin.php:346
  36. msgid "You must specify a host."
  37. msgstr ""
  38. #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
  39. #: IrcPlugin.php:350
  40. msgid "You must specify a username."
  41. msgstr ""
  42. #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
  43. #: IrcPlugin.php:354
  44. msgid "You must specify a \"real name\"."
  45. msgstr ""
  46. #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration.
  47. #: IrcPlugin.php:358
  48. msgid "You must specify a nickname."
  49. msgstr ""
  50. #. TRANS: Plugin description.
  51. #: IrcPlugin.php:401
  52. msgid ""
  53. "The IRC plugin allows users to send and receive notices over an IRC network."
  54. msgstr ""
  55. #. TRANS: Exception thrown when an IRC attempts count could not be updated.
  56. #. TRANS: %d is the object ID for which the count could not be updated.
  57. #: Irc_waiting_message.php:130
  58. #, php-format
  59. msgid "Could not increment attempts count for %d."
  60. msgstr ""
  61. #. TRANS: Message given when using an unregistered IRC nickname.
  62. #: ircmanager.php:234
  63. msgid "Your nickname is not registered so IRC connectivity cannot be enabled."
  64. msgstr ""
  65. #. TRANS: Server error thrown on database error when deleting IRC nickname confirmation.
  66. #: ircmanager.php:247
  67. msgid "Could not delete confirmation."
  68. msgstr ""
  69. #. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database.
  70. #: ircmanager.php:289
  71. msgid "Database error inserting IRC waiting queue item."
  72. msgstr ""