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