SearchSub.pot 7.9 KB

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