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