]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po
7b6fb01c89242ac9b8457aafd595e5d05dfe5865
[quix0rs-gnu-social.git] / plugins / SearchSub / locale / de / LC_MESSAGES / SearchSub.po
1 # Translation of StatusNet - SearchSub to German (Deutsch)
2 # Exported from translatewiki.net
3 #
4 # Author: Giftpflanze
5 # --
6 # This file is distributed under the same license as the StatusNet package.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: StatusNet - SearchSub\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2011-06-05 18:54+0000\n"
13 "PO-Revision-Date: 2011-06-05 18:57:12+0000\n"
14 "Language-Team: German <http://translatewiki.net/wiki/Portal:de>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2011-05-05 21:46:06+0000\n"
18 "X-Generator: MediaWiki 1.19alpha (r89517); Translate extension (2011-06-02)\n"
19 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
20 "X-Language-Code: de\n"
21 "X-Message-Group: #out-statusnet-plugin-searchsub\n"
22 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
24 #. TRANS: Header for subscriptions overview for a user (first page).
25 #. TRANS: %s is a user nickname.
26 #, php-format
27 msgid "%s's search subscriptions"
28 msgstr "%ss Suchabonnements"
29
30 #. TRANS: Header for subscriptions overview for a user (not first page).
31 #. TRANS: %1$s is a user nickname, %2$d is the page number.
32 #, php-format
33 msgid "%1$s's search subscriptions, page %2$d"
34 msgstr "%1$ss Suchabonnements, Seite %2$d"
35
36 #. TRANS: Page notice for page with an overview of all search subscriptions
37 #. TRANS: of the logged in user's own profile.
38 msgid ""
39 "You have subscribed to receive all notices on this site matching the "
40 "following searches:"
41 msgstr ""
42 "Du hast abonniert, alle Nachrichten dieser Site zu erhalten, die folgenden "
43 "Kriterien entsprechen:"
44
45 #. TRANS: Page notice for page with an overview of all subscriptions of a user other
46 #. TRANS: than the logged in user. %s is the user nickname.
47 #, php-format
48 msgid ""
49 "%s has subscribed to receive all notices on this site matching the following "
50 "searches:"
51 msgstr ""
52 "%s hat abonniert, alle Nachrichten dieser Site zu erhalten, die folgende "
53 "Kriterien erfüllen:"
54
55 #. TRANS: Search subscription list text when the logged in user has no search subscriptions.
56 msgid ""
57 "You are not subscribed to any text searches right now. You can push the "
58 "\"Subscribe\" button on any notice text search to automatically receive any "
59 "public messages on this site that match that search, even if you are not "
60 "subscribed to the poster."
61 msgstr ""
62 "Du hast im Moment keine Textsuchen abonniert. Du kannst den „Abonnieren“-"
63 "Knopf drücken, um automatisch öffentliche Nachrichten auf dieser Site zu "
64 "erhalten, die der Suche entsprechen, sogar, wenn du den Absender nicht "
65 "abonniert hast."
66
67 #. TRANS: Search subscription list text when looking at the subscriptions for a of a user other
68 #. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname.
69 #. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none
70 #. TRANS: as an anonymous user. %s is the user nickname.
71 #, php-format
72 msgid "%s is not subscribed to any searches."
73 msgstr "%s hat keine Suchen abonniert."
74
75 #. TRANS: Search subscription list item. %1$s is a URL to a notice search,
76 #. TRANS: %2$s are the search criteria, %3$s is a datestring.
77 #, php-format
78 msgid "\"<a href=\"%1$s\">%2$s</a>\" since %3$s"
79 msgstr "„<a href=\"%1$s\">%2$s</a>“ seit %3$s"
80
81 #. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to.
82 #. TRANS: %s is the keyword for the search.
83 #, php-format
84 msgid "You are not tracking the search \"%s\"."
85 msgstr "Du verfolgst die Suche „%s“ nicht."
86
87 #. TRANS: Message given having failed to cancel a search subscription by untrack command.
88 #. TRANS: %s is the keyword for the query.
89 #, php-format
90 msgid "Could not end a search subscription for query \"%s\"."
91 msgstr "Konnte Abonnement für Suche „%s“ nicht beenden."
92
93 #. TRANS: Message given having removed a search subscription by untrack command.
94 #. TRANS: %s is the keyword for the search.
95 #, php-format
96 msgid "You are no longer subscribed to the search \"%s\"."
97 msgstr "Du verfolgst die Suche „%s“ nicht länger."
98
99 #. TRANS: Client error displayed trying to perform any request method other than POST.
100 #. TRANS: Do not translate POST.
101 msgid "This action only accepts POST requests."
102 msgstr "Dieser Befehl akzeptiert nur POST-Anfragen."
103
104 #. TRANS: Client error displayed when the session token is not okay.
105 msgid "There was a problem with your session token. Try again, please."
106 msgstr "Es gab ein Problem mit deinem Sitzungstoken. Bitte erneut versuchen."
107
108 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
109 msgid "Not logged in."
110 msgstr "Nicht angemeldet."
111
112 #. TRANS: Client error displayed trying to subscribe to a non-existing profile.
113 msgid "No such profile."
114 msgstr "Kein solches Profil."
115
116 #. TRANS: Page title when search subscription succeeded.
117 msgid "Subscribed"
118 msgstr "Abonniert"
119
120 #. TRANS: Form legend.
121 msgid "Unsubscribe from this search"
122 msgstr "Diese Suche nicht länger verfolgen"
123
124 #. TRANS: Button text for unsubscribing from a text search.
125 msgctxt "BUTTON"
126 msgid "Unsubscribe"
127 msgstr "Abbestellen"
128
129 #. TRANS: Button title for unsubscribing from a text search.
130 #, fuzzy
131 msgid "Unsubscribe from this search."
132 msgstr "Diese Suche nicht länger verfolgen"
133
134 #. TRANS: Page title when search unsubscription succeeded.
135 msgid "Unsubscribed"
136 msgstr "Abbestellt"
137
138 #. TRANS: Error text shown a user tries to track a search query they're already subscribed to.
139 #, php-format
140 msgid "You are already tracking the search \"%s\"."
141 msgstr "Du verfolgst die Suche „%s“ bereits."
142
143 #. TRANS: Message given having failed to set up a search subscription by track command.
144 #, php-format
145 msgid "Could not start a search subscription for query \"%s\"."
146 msgstr "Konnte kein Abonnement für Suche „%s“ starten."
147
148 #. TRANS: Message given having added a search subscription by track command.
149 #, php-format
150 msgid "You are subscribed to the search \"%s\"."
151 msgstr "Du verfolgst die Suche „%s“."
152
153 #. TRANS: Plugin description.
154 msgid "Plugin to allow following all messages with a given search."
155 msgstr ""
156 "Plugin, um alle Nachrichten zu verfolgen, die mit einer bestimmten Suche "
157 "übereinstimmen."
158
159 #. TRANS: SearchSub plugin menu item on user settings page.
160 #. TRANS: Sub menu for searches.
161 msgctxt "MENU"
162 msgid "Searches"
163 msgstr "Suchen"
164
165 #. TRANS: SearchSub plugin tooltip for user settings menu item.
166 msgid "Configure search subscriptions"
167 msgstr "Suchabonnements konfigurieren"
168
169 #. TRANS: Help message for IM/SMS command "track <word>"
170 msgctxt "COMMANDHELP"
171 msgid "Start following notices matching the given search query."
172 msgstr "Nachrichten verfolgen, die mit einer bestimmten Suche übereinstimmen."
173
174 #. TRANS: Help message for IM/SMS command "untrack <word>"
175 msgctxt "COMMANDHELP"
176 msgid "Stop following notices matching the given search query."
177 msgstr ""
178 "Aufhören, Nachrichten zu verfolgen, die mit einer bestimmten Suche "
179 "übereinstimmen."
180
181 #. TRANS: Help message for IM/SMS command "track off"
182 #. TRANS: Help message for IM/SMS command "untrack all"
183 msgctxt "COMMANDHELP"
184 msgid "Disable all tracked search subscriptions."
185 msgstr "Alle abonnierten Suchen abbestellen."
186
187 #. TRANS: Help message for IM/SMS command "tracks"
188 #. TRANS: Help message for IM/SMS command "tracking"
189 msgctxt "COMMANDHELP"
190 msgid "List all your search subscriptions."
191 msgstr "Alle Suchabonnements auflisten."
192
193 #. TRANS: Error text shown a user tries to disable all a search subscriptions with track off command, but has none.
194 msgid "You are not tracking any searches."
195 msgstr "Du verfolgst keine Suchen."
196
197 #. TRANS: Separator for list of tracked searches.
198 msgctxt "SEPARATOR"
199 msgid "\", \""
200 msgstr ""
201
202 #. TRANS: Message given having disabled all search subscriptions with 'track off'.
203 #. TRANS: %s is a list of searches. Separator default is '", "'.
204 #, fuzzy, php-format
205 msgid "You are tracking searches for: \"%s\"."
206 msgstr "Du verfolgst Suchen für: %s"
207
208 #. TRANS: Form legend.
209 msgid "Subscribe to this search"
210 msgstr "Diese Suche abonnieren"
211
212 #. TRANS: Button text for subscribing to a search.
213 msgctxt "BUTTON"
214 msgid "Subscribe"
215 msgstr "Abonnieren"
216
217 #. TRANS: Button title for subscribing to a search.
218 #, fuzzy
219 msgid "Subscribe to this search."
220 msgstr "Diese Suche abonnieren"
221
222 #. TRANS: Message given having failed to cancel one of the search subs with 'track off' command.
223 #. TRANS: %s is the search for which the subscription removal failed.
224 #, php-format
225 msgid "Error disabling search subscription for query \"%s\"."
226 msgstr "Fehler bei der Abbestellung der Suche „%s“."
227
228 #. TRANS: Message given having disabled all search subscriptions with 'track off'.
229 msgid "Disabled all your search subscriptions."
230 msgstr "Alle Suchabonnements abbestellt."
231
232 #~ msgid "Searches"
233 #~ msgstr "Suchen"