]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SearchSub/locale/SearchSub.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / SearchSub / locale / SearchSub.pot
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: 2011-03-31 21:06+0000\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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. TRANS: Header for subscriptions overview for a user (first page).
20 #. TRANS: %s is a user nickname.
21 #: searchsubsaction.php:51
22 #, php-format
23 msgid "%s's search subscriptions"
24 msgstr ""
25
26 #. TRANS: Header for subscriptions overview for a user (not first page).
27 #. TRANS: %1$s is a user nickname, %2$d is the page number.
28 #: searchsubsaction.php:55
29 #, php-format
30 msgid "%1$s's search subscriptions, page %2$d"
31 msgstr ""
32
33 #. TRANS: Page notice for page with an overview of all search subscriptions
34 #. TRANS: of the logged in user's own profile.
35 #: searchsubsaction.php:68
36 msgid ""
37 "You have subscribed to receive all notices on this site matching the "
38 "following searches:"
39 msgstr ""
40
41 #. TRANS: Page notice for page with an overview of all subscriptions of a user other
42 #. TRANS: than the logged in user. %s is the user nickname.
43 #: searchsubsaction.php:73
44 #, php-format
45 msgid ""
46 "%s has subscribed to receive all notices on this site matching the following "
47 "searches:"
48 msgstr ""
49
50 #. TRANS: Search subscription list text when the logged in user has no search subscriptions.
51 #: searchsubsaction.php:118
52 msgid ""
53 "You are not subscribed to any text searches right now. You can push the "
54 "\"Subscribe\" button on any notice text search to automatically receive any "
55 "public messages on this site that match that search, even if you are not "
56 "subscribed to the poster."
57 msgstr ""
58
59 #. TRANS: Search subscription list text when looking at the subscriptions for a of a user other
60 #. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname.
61 #. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none
62 #. TRANS: as an anonymous user. %s is the user nickname.
63 #: searchsubsaction.php:124 searchsubsaction.php:130
64 #, php-format
65 msgid "%s is not subscribed to any searches."
66 msgstr ""
67
68 #. TRANS: Search subscription list item. %1$s is a URL to a notice search,
69 #. TRANS: %2$s are the search criteria, %3$s is a datestring.
70 #: searchsubsaction.php:170
71 #, php-format
72 msgid "\"<a href=\"%1$s\">%2$s</a>\" since %3$s"
73 msgstr ""
74
75 #. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to.
76 #: searchsubuntrackcommand.php:21
77 #, php-format
78 msgid "You are not tracking the search \"%s\"."
79 msgstr ""
80
81 #. TRANS: Message given having failed to cancel a search subscription by untrack command.
82 #: searchsubuntrackcommand.php:29
83 #, php-format
84 msgid "Could not end a search subscription for query \"%s\"."
85 msgstr ""
86
87 #. TRANS: Message given having removed a search subscription by untrack command.
88 #: searchsubuntrackcommand.php:35
89 #, php-format
90 msgid "You are no longer subscribed to the search \"%s\"."
91 msgstr ""
92
93 #. TRANS: Client error displayed trying to perform any request method other than POST.
94 #. TRANS: Do not translate POST.
95 #: searchsubaction.php:78
96 msgid "This action only accepts POST requests."
97 msgstr ""
98
99 #. TRANS: Client error displayed when the session token is not okay.
100 #: searchsubaction.php:88
101 msgid "There was a problem with your session token. Try again, please."
102 msgstr ""
103
104 #. TRANS: Client error displayed trying to subscribe when not logged in.
105 #: searchsubaction.php:99
106 msgid "Not logged in."
107 msgstr ""
108
109 #. TRANS: Client error displayed trying to subscribe to a non-existing profile.
110 #: searchsubaction.php:109
111 msgid "No such profile."
112 msgstr ""
113
114 #. TRANS: Page title when search subscription succeeded.
115 #: searchsubaction.php:136
116 msgid "Subscribed"
117 msgstr ""
118
119 #: searchunsubform.php:96 searchunsubform.php:107
120 msgid "Unsubscribe from this search"
121 msgstr ""
122
123 #: searchunsubform.php:107
124 msgctxt "BUTTON"
125 msgid "Unsubscribe"
126 msgstr ""
127
128 #. TRANS: Page title when search unsubscription succeeded.
129 #: searchunsubaction.php:76
130 msgid "Unsubscribed"
131 msgstr ""
132
133 #. TRANS: Error text shown a user tries to track a search query they're already subscribed to.
134 #: searchsubtrackcommand.php:21
135 #, php-format
136 msgid "You are already tracking the search \"%s\"."
137 msgstr ""
138
139 #. TRANS: Message given having failed to set up a search subscription by track command.
140 #: searchsubtrackcommand.php:29
141 #, php-format
142 msgid "Could not start a search subscription for query \"%s\"."
143 msgstr ""
144
145 #. TRANS: Message given having added a search subscription by track command.
146 #: searchsubtrackcommand.php:35
147 #, php-format
148 msgid "You are subscribed to the search \"%s\"."
149 msgstr ""
150
151 #. TRANS: Plugin description.
152 #: SearchSubPlugin.php:132
153 msgid "Plugin to allow following all messages with a given search."
154 msgstr ""
155
156 #. TRANS: SearchSub plugin menu item on user settings page.
157 #: SearchSubPlugin.php:236
158 msgctxt "MENU"
159 msgid "Searches"
160 msgstr ""
161
162 #. TRANS: SearchSub plugin tooltip for user settings menu item.
163 #: SearchSubPlugin.php:238
164 msgid "Configure search subscriptions"
165 msgstr ""
166
167 #: SearchSubPlugin.php:259
168 msgid "Search subscriptions"
169 msgstr ""
170
171 #. TRANS: Help message for IM/SMS command "track <word>"
172 #: SearchSubPlugin.php:309
173 msgctxt "COMMANDHELP"
174 msgid "Start following notices matching the given search query."
175 msgstr ""
176
177 #. TRANS: Help message for IM/SMS command "untrack <word>"
178 #: SearchSubPlugin.php:311
179 msgctxt "COMMANDHELP"
180 msgid "Stop following notices matching the given search query."
181 msgstr ""
182
183 #. TRANS: Help message for IM/SMS command "track off"
184 #. TRANS: Help message for IM/SMS command "untrack all"
185 #: SearchSubPlugin.php:313 SearchSubPlugin.php:315
186 msgctxt "COMMANDHELP"
187 msgid "Disable all tracked search subscriptions."
188 msgstr ""
189
190 #. TRANS: Help message for IM/SMS command "tracks"
191 #. TRANS: Help message for IM/SMS command "tracking"
192 #: SearchSubPlugin.php:317 SearchSubPlugin.php:319
193 msgctxt "COMMANDHELP"
194 msgid "List all your search subscriptions."
195 msgstr ""
196
197 #. TRANS: Error text shown a user tries to disable all a search subscriptions with track off command, but has none.
198 #: searchsubtrackingcommand.php:14 searchsubtrackoffcommand.php:14
199 msgid "You are not tracking any searches."
200 msgstr ""
201
202 #. TRANS: Message given having disabled all search subscriptions with 'track off'.
203 #: searchsubtrackingcommand.php:24
204 #, php-format
205 msgid "You are tracking searches for: %s"
206 msgstr ""
207
208 #: searchsubform.php:116 searchsubform.php:140
209 msgid "Subscribe to this search"
210 msgstr ""
211
212 #: searchsubform.php:140
213 msgctxt "BUTTON"
214 msgid "Subscribe"
215 msgstr ""
216
217 #. TRANS: Message given having failed to cancel one of the search subs with 'track off' command.
218 #: searchsubtrackoffcommand.php:24
219 #, php-format
220 msgid "Error disabling search subscription for query \"%s\"."
221 msgstr ""
222
223 #. TRANS: Message given having disabled all search subscriptions with 'track off'.
224 #: searchsubtrackoffcommand.php:31
225 msgid "Disabled all your search subscriptions."
226 msgstr ""