RSSCloud.pot 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 description.
  20. #: RSSCloudPlugin.php:209
  21. msgid ""
  22. "The RSSCloud plugin enables your StatusNet instance to publish real-time "
  23. "updates for profile RSS feeds using the <a href=\"http://rsscloud.org/"
  24. "\">RSSCloud protocol</a>."
  25. msgstr ""
  26. #. TRANS: Form validation error displayed when POST is not used.
  27. #: actions/rsscloudrequestnotify.php:91
  28. msgid "Request must be POST."
  29. msgstr ""
  30. #. TRANS: Form validation error displayed when HTTP POST is not used.
  31. #: actions/rsscloudrequestnotify.php:109
  32. msgid "Only HTTP POST notifications are supported at this time."
  33. msgstr ""
  34. #. TRANS: List separator.
  35. #: actions/rsscloudrequestnotify.php:120
  36. msgctxt "SEPARATOR"
  37. msgid ", "
  38. msgstr ""
  39. #. TRANS: Form validation error displayed when a request body is missing expected parameters.
  40. #. TRANS: %s is a list of parameters separated by a list separator (default: ", ").
  41. #: actions/rsscloudrequestnotify.php:123
  42. #, php-format
  43. msgid "The following parameters were missing from the request body: %s."
  44. msgstr ""
  45. #. TRANS: Form validation error displayed when not providing any valid profile feed URLs.
  46. #: actions/rsscloudrequestnotify.php:130
  47. msgid ""
  48. "You must provide at least one valid profile feed URL (url1, url2, url3 ... "
  49. "urlN)."
  50. msgstr ""
  51. #. TRANS: Form validation error displayed when not providing a valid feed URL.
  52. #: actions/rsscloudrequestnotify.php:146
  53. msgid "Feed subscription failed: Not a valid feed."
  54. msgstr ""
  55. #. TRANS: Form validation error displayed when feed subscription failed.
  56. #: actions/rsscloudrequestnotify.php:153
  57. msgid ""
  58. "Feed subscription failed: Notification handler does not respond correctly."
  59. msgstr ""
  60. #. TRANS: Success message after subscribing to one or more feeds.
  61. #: actions/rsscloudrequestnotify.php:168
  62. msgid ""
  63. "Thanks for the subscription. When the feed(s) update(s), you will be "
  64. "notified."
  65. msgstr ""
  66. #. TRANS: Form validation error displayed when a URL parameter is missing.
  67. #: actions/loggingaggregator.php:86
  68. msgid "A URL parameter is required."
  69. msgstr ""
  70. #. TRANS: Form validation error displayed when HTTP GET is not used.
  71. #: actions/loggingaggregator.php:94
  72. msgid "This resource requires an HTTP GET."
  73. msgstr ""
  74. #. TRANS: Form validation error displayed when HTTP POST is not used.
  75. #: actions/loggingaggregator.php:104
  76. msgid "This resource requires an HTTP POST."
  77. msgstr ""