SearchSub.pot 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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: Module description.
  20. #: SearchSubPlugin.php:91
  21. msgid "Module to allow following all messages with a given search."
  22. msgstr ""
  23. #. TRANS: SearchSub plugin menu item on user settings page.
  24. #. TRANS: Sub menu for searches.
  25. #: SearchSubPlugin.php:198 SearchSubPlugin.php:262
  26. msgctxt "MENU"
  27. msgid "Searches"
  28. msgstr ""
  29. #. TRANS: SearchSub plugin tooltip for user settings menu item.
  30. #: SearchSubPlugin.php:200
  31. msgid "Configure search subscriptions"
  32. msgstr ""
  33. #. TRANS: Help message for IM/SMS command "track <word>"
  34. #: SearchSubPlugin.php:239
  35. msgctxt "COMMANDHELP"
  36. msgid "Start following notices matching the given search query."
  37. msgstr ""
  38. #. TRANS: Help message for IM/SMS command "untrack <word>"
  39. #: SearchSubPlugin.php:241
  40. msgctxt "COMMANDHELP"
  41. msgid "Stop following notices matching the given search query."
  42. msgstr ""
  43. #. TRANS: Help message for IM/SMS command "track off"
  44. #. TRANS: Help message for IM/SMS command "untrack all"
  45. #: SearchSubPlugin.php:243 SearchSubPlugin.php:245
  46. msgctxt "COMMANDHELP"
  47. msgid "Disable all tracked search subscriptions."
  48. msgstr ""
  49. #. TRANS: Help message for IM/SMS command "tracks"
  50. #. TRANS: Help message for IM/SMS command "tracking"
  51. #: SearchSubPlugin.php:247 SearchSubPlugin.php:249
  52. msgctxt "COMMANDHELP"
  53. msgid "List all your search subscriptions."
  54. msgstr ""
  55. #. TRANS: Form legend.
  56. #: forms/searchsub.php:94
  57. msgid "Subscribe to this search"
  58. msgstr ""
  59. #. TRANS: Button text for subscribing to a search.
  60. #: forms/searchsub.php:122
  61. msgctxt "BUTTON"
  62. msgid "Subscribe"
  63. msgstr ""
  64. #. TRANS: Button title for subscribing to a search.
  65. #: forms/searchsub.php:126
  66. msgid "Subscribe to this search."
  67. msgstr ""
  68. #. TRANS: Form legend.
  69. #: forms/searchunsub.php:74
  70. msgid "Unsubscribe from this search"
  71. msgstr ""
  72. #. TRANS: Button text for unsubscribing from a text search.
  73. #: forms/searchunsub.php:88
  74. msgctxt "BUTTON"
  75. msgid "Unsubscribe"
  76. msgstr ""
  77. #. TRANS: Button title for unsubscribing from a text search.
  78. #: forms/searchunsub.php:92
  79. msgid "Unsubscribe from this search."
  80. msgstr ""
  81. #. TRANS: Error text shown a user tries to track a search query they're already subscribed to.
  82. #: lib/searchsubtrackcommand.php:37
  83. #, php-format
  84. msgid "You are already tracking the search \"%s\"."
  85. msgstr ""
  86. #: lib/searchsubtrackcommand.php:46
  87. #, php-format
  88. msgid "Could not start a search subscription for query \"%s\"."
  89. msgstr ""
  90. #: lib/searchsubtrackcommand.php:54
  91. #, php-format
  92. msgid "You are subscribed to the search \"%s\"."
  93. msgstr ""
  94. #. TRANS: Error text shown a user tries to disable all a search subscriptions with track off command, but has none.
  95. #: lib/searchsubtrackoffcommand.php:30 lib/searchsubtrackingcommand.php:30
  96. msgid "You are not tracking any searches."
  97. msgstr ""
  98. #: lib/searchsubtrackoffcommand.php:42
  99. #, php-format
  100. msgid "Error disabling search subscription for query \"%s\"."
  101. msgstr ""
  102. #. TRANS: Message given having disabled all search subscriptions with 'track off'.
  103. #: lib/searchsubtrackoffcommand.php:50
  104. msgid "Disabled all your search subscriptions."
  105. msgstr ""
  106. #. TRANS: Separator for list of tracked searches.
  107. #: lib/searchsubtrackingcommand.php:40
  108. msgctxt "SEPARATOR"
  109. msgid "\", \""
  110. msgstr ""
  111. #: lib/searchsubtrackingcommand.php:45
  112. #, php-format
  113. msgid "You are tracking searches for: \"%s\"."
  114. msgstr ""
  115. #. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to.
  116. #. TRANS: %s is the keyword for the search.
  117. #: lib/searchsubuntrackcommand.php:38
  118. #, php-format
  119. msgid "You are not tracking the search \"%s\"."
  120. msgstr ""
  121. #: lib/searchsubuntrackcommand.php:48
  122. #, php-format
  123. msgid "Could not end a search subscription for query \"%s\"."
  124. msgstr ""
  125. #: lib/searchsubuntrackcommand.php:57
  126. #, php-format
  127. msgid "You are no longer subscribed to the search \"%s\"."
  128. msgstr ""
  129. #. TRANS: Client error displayed trying to perform any request method other than POST.
  130. #. TRANS: Do not translate POST.
  131. #: actions/searchsub.php:61
  132. msgid "This action only accepts POST requests."
  133. msgstr ""
  134. #. TRANS: Client error displayed when the session token is not okay.
  135. #: actions/searchsub.php:70
  136. msgid "There was a problem with your session token. Try again, please."
  137. msgstr ""
  138. #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
  139. #: actions/searchsub.php:80
  140. msgid "Not logged in."
  141. msgstr ""
  142. #. TRANS: Client error displayed trying to subscribe to a non-existing profile.
  143. #: actions/searchsub.php:89
  144. msgid "No such profile."
  145. msgstr ""
  146. #. TRANS: Page title when search subscription succeeded.
  147. #: actions/searchsub.php:116
  148. msgid "Subscribed"
  149. msgstr ""
  150. #. TRANS: Header for subscriptions overview for a user (first page).
  151. #. TRANS: %s is a user nickname.
  152. #: actions/searchsubs.php:35
  153. #, php-format
  154. msgid "%s's search subscriptions"
  155. msgstr ""
  156. #: actions/searchsubs.php:40
  157. #, php-format
  158. msgid "%1$s's search subscriptions, page %2$d"
  159. msgstr ""
  160. #. TRANS: Page notice for page with an overview of all search subscriptions
  161. #. TRANS: of the logged in user's own profile.
  162. #: actions/searchsubs.php:55
  163. msgid ""
  164. "You have subscribed to receive all notices on this site matching the "
  165. "following searches:"
  166. msgstr ""
  167. #: actions/searchsubs.php:64
  168. #, php-format
  169. msgid ""
  170. "%s has subscribed to receive all notices on this site matching the following "
  171. "searches:"
  172. msgstr ""
  173. #. TRANS: Search subscription list text when the logged in user has no search subscriptions.
  174. #: actions/searchsubs.php:114
  175. msgid ""
  176. "You are not subscribed to any text searches right now. You can push the "
  177. "\"Subscribe\" button on any notice text search to automatically receive any "
  178. "public messages on this site that match that search, even if you are not "
  179. "subscribed to the poster."
  180. msgstr ""
  181. #. TRANS: Search subscription list text when looking at the subscriptions for a of a user other
  182. #. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname.
  183. #. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none
  184. #. TRANS: as an anonymous user. %s is the user nickname.
  185. #: actions/searchsubs.php:120 actions/searchsubs.php:125
  186. #, php-format
  187. msgid "%s is not subscribed to any searches."
  188. msgstr ""
  189. #: actions/searchsubs.php:166
  190. #, php-format
  191. msgid "\"<a href=\"%1$s\">%2$s</a>\" since %3$s"
  192. msgstr ""
  193. #. TRANS: Page title when search unsubscription succeeded.
  194. #: actions/searchunsub.php:59
  195. msgid "Unsubscribed"
  196. msgstr ""