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