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