Mercurial > pidgin.yaz
annotate po/en_GB.po @ 28681:53bf7fd37cb0
Prevent a NULL sprintf(%s) when no resource is assigned to an account during inband registration. Fixes #10420.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 02 Oct 2009 16:19:19 +0000 |
parents | bfe511f69e93 |
children | 703c72411bb0 |
rev | line source |
---|---|
16160 | 1 # Pidgin British English (en_GB) translations |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
2 # Copyright (C) 2003-2005 Luke Ross <lukeross@sys3175.co.uk> |
8100 | 3 # |
16160 | 4 # This file is distributed under the same license as the Pidgin package. |
7861 | 5 # |
6 msgid "" | |
7 msgstr "" | |
16160 | 8 "Project-Id-Version: Pidgin 2.0\n" |
8100 | 9 "Report-Msgid-Bugs-To: \n" |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10 "POT-Creation-Date: 2009-09-07 18:26-0700\n" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
11 "PO-Revision-Date: 2006-02-07 13:57+0000\n" |
16160 | 12 "Last-Translator: Luke Ross <luke@lukeross.name>\n" |
8100 | 13 "Language-Team: <en_GB@li.org>\n" |
7861 | 14 "MIME-Version: 1.0\n" |
16160 | 15 "Content-Type: text/plain; charset=UTF-8\n" |
7861 | 16 "Content-Transfer-Encoding: 8bit\n" |
17 "Plural-Forms: nplurals=2; plural=n>1;\n" | |
18 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
19 #. Translators may want to transliterate the name. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
20 #. It is not to be translated. |
19927 | 21 msgid "Finch" |
22 msgstr "Finch" | |
23 | |
14948 | 24 #, c-format |
25 msgid "%s. Try `%s -h' for more information.\n" | |
26 msgstr "%s. Try `%s -h' for more information.\n" | |
27 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
28 #, c-format |
14948 | 29 msgid "" |
30 "%s\n" | |
31 "Usage: %s [OPTION]...\n" | |
32 "\n" | |
33 " -c, --config=DIR use DIR for config files\n" | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
34 " -d, --debug print debugging messages to stderr\n" |
14948 | 35 " -h, --help display this help and exit\n" |
36 " -n, --nologin don't automatically login\n" | |
37 " -v, --version display the current version and exit\n" | |
38 msgstr "" | |
39 "%s\n" | |
40 "Usage: %s [OPTION]...\n" | |
41 "\n" | |
42 " -c, --config=DIR use DIR for config files\n" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
43 " -d, --debug print debugging messages to stderr\n" |
14948 | 44 " -h, --help display this help and exit\n" |
45 " -n, --nologin don't automatically login\n" | |
46 " -v, --version display the current version and exit\n" | |
47 | |
17478 | 48 #, c-format |
49 msgid "" | |
50 "%s encountered errors migrating your settings from %s to %s. Please " | |
51 "investigate and complete the migration by hand. Please report this error at " | |
52 "http://developer.pidgin.im" | |
53 msgstr "" | |
54 "%s encountered errors migrating your settings from %s to %s. Please " | |
55 "investigate and complete the migration by hand. Please report this error at " | |
56 "http://developer.pidgin.im" | |
57 | |
16160 | 58 msgid "Error" |
59 msgstr "Error" | |
60 | |
61 msgid "Account was not added" | |
62 msgstr "Account was not added" | |
63 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
64 msgid "Username of an account must be non-empty." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
65 msgstr "Username of an account must be non-empty." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
66 |
16160 | 67 msgid "New mail notifications" |
68 msgstr "New mail notifications" | |
69 | |
70 msgid "Remember password" | |
71 msgstr "Remember password" | |
72 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
73 msgid "There are no protocol plugins installed." |
19927 | 74 msgstr "There are no protocol plugins installed." |
75 | |
76 msgid "(You probably forgot to 'make install'.)" | |
77 msgstr "(You probably forgot to 'make install'.)" | |
78 | |
16160 | 79 msgid "Modify Account" |
80 msgstr "Modify Account" | |
81 | |
82 msgid "New Account" | |
83 msgstr "New Account" | |
84 | |
85 msgid "Protocol:" | |
86 msgstr "Protocol:" | |
87 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
88 msgid "Username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
89 msgstr "Username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
90 |
16160 | 91 msgid "Password:" |
92 msgstr "Password:" | |
93 | |
94 msgid "Alias:" | |
95 msgstr "Alias:" | |
96 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
97 #. Register checkbox |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
98 msgid "Create this account on the server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
99 msgstr "Create this account on the server" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
100 |
16160 | 101 #. Cancel button |
102 #. Cancel | |
103 msgid "Cancel" | |
104 msgstr "Cancel" | |
105 | |
106 #. Save button | |
107 #. Save | |
108 msgid "Save" | |
109 msgstr "Save" | |
110 | |
111 #, c-format | |
112 msgid "Are you sure you want to delete %s?" | |
113 msgstr "Are you sure you want to delete %s?" | |
114 | |
115 msgid "Delete Account" | |
116 msgstr "Delete Account" | |
117 | |
118 #. Delete button | |
119 msgid "Delete" | |
120 msgstr "Delete" | |
121 | |
122 msgid "Accounts" | |
123 msgstr "Accounts" | |
124 | |
125 msgid "You can enable/disable accounts from the following list." | |
126 msgstr "You can enable/disable accounts from the following list." | |
127 | |
128 #. Add button | |
129 msgid "Add" | |
130 msgstr "Add" | |
131 | |
132 #. Modify button | |
133 msgid "Modify" | |
134 msgstr "Modify" | |
135 | |
136 #, c-format | |
137 msgid "%s%s%s%s has made %s his or her buddy%s%s" | |
138 msgstr "%s%s%s%s has made %s his or her buddy%s%s" | |
139 | |
140 msgid "Add buddy to your list?" | |
141 msgstr "Add buddy to your list?" | |
142 | |
143 #, c-format | |
144 msgid "%s%s%s%s wants to add %s to his or her buddy list%s%s" | |
145 msgstr "%s%s%s%s wants to add %s to his or her buddy list%s%s" | |
146 | |
147 msgid "Authorize buddy?" | |
148 msgstr "Authorise buddy?" | |
149 | |
150 msgid "Authorize" | |
151 msgstr "Authorise" | |
152 | |
153 msgid "Deny" | |
154 msgstr "Deny" | |
155 | |
156 #, c-format | |
157 msgid "" | |
158 "Online: %d\n" | |
159 "Total: %d" | |
160 msgstr "" | |
161 "Online: %d\n" | |
162 "Total: %d" | |
163 | |
164 #, c-format | |
165 msgid "Account: %s (%s)" | |
166 msgstr "Account: %s (%s)" | |
167 | |
168 #, c-format | |
169 msgid "" | |
170 "\n" | |
171 "Last Seen: %s ago" | |
172 msgstr "" | |
173 "\n" | |
174 "Last Seen: %s ago" | |
175 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
176 msgid "Default" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
177 msgstr "Default" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
178 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
179 msgid "You must provide a username for the buddy." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
180 msgstr "You must provide a username for the buddy." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
181 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
182 msgid "You must provide a group." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
183 msgstr "You must provide a group." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
184 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
185 msgid "You must select an account." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
186 msgstr "You must select an account." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
187 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
188 msgid "The selected account is not online." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
189 msgstr "The selected account is not online." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
190 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
191 msgid "Error adding buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
192 msgstr "Error adding buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
193 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
194 msgid "Username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
195 msgstr "Username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
196 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
197 msgid "Alias (optional)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
198 msgstr "Alias (optional)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
199 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
200 msgid "Add in group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
201 msgstr "Add in group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
202 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
203 msgid "Account" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
204 msgstr "Account" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
205 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
206 msgid "Add Buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
207 msgstr "Add Buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
208 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
209 msgid "Please enter buddy information." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
210 msgstr "Please enter buddy information." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
211 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
212 msgid "Chats" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
213 msgstr "Chats" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
214 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
215 #. Extract their Name and put it in |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
216 msgid "Name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
217 msgstr "Name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
218 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
219 msgid "Alias" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
220 msgstr "Alias" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
221 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
222 msgid "Group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
223 msgstr "Group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
224 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
225 msgid "Auto-join" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
226 msgstr "Auto-join" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
227 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
228 msgid "Add Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
229 msgstr "Add Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
230 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
231 msgid "You can edit more information from the context menu later." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
232 msgstr "You can edit more information from the context menu later." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
233 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
234 msgid "Error adding group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
235 msgstr "Error adding group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
236 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
237 msgid "You must give a name for the group to add." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
238 msgstr "You must give a name for the group to add." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
239 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
240 msgid "Add Group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
241 msgstr "Add Group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
242 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
243 msgid "Enter the name of the group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
244 msgstr "Enter the name of the group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
245 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
246 msgid "Edit Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
247 msgstr "Edit Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
248 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
249 msgid "Please Update the necessary fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
250 msgstr "Please update the necessary fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
251 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
252 msgid "Edit" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
253 msgstr "Edit" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
254 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
255 msgid "Edit Settings" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
256 msgstr "Edit Settings" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
257 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
258 msgid "Information" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
259 msgstr "Information" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
260 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
261 msgid "Retrieving..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
262 msgstr "Retrieving..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
263 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
264 msgid "Get Info" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
265 msgstr "Get Info" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
266 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
267 msgid "Add Buddy Pounce" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
268 msgstr "Add Buddy Pounce" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
269 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
270 msgid "Send File" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
271 msgstr "Send File" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
272 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
273 msgid "Blocked" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
274 msgstr "Blocked" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
275 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
276 msgid "Show when offline" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
277 msgstr "Show when offline" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
278 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
279 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
280 msgid "Please enter the new name for %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
281 msgstr "Please enter the new name for %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
282 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
283 msgid "Rename" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
284 msgstr "Rename" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
285 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
286 msgid "Set Alias" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
287 msgstr "Set Alias" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
288 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
289 msgid "Enter empty string to reset the name." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
290 msgstr "Enter empty string to reset the name." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
291 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
292 msgid "Removing this contact will also remove all the buddies in the contact" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
293 msgstr "Removing this contact will also remove all the buddies in the contact" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
294 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
295 msgid "Removing this group will also remove all the buddies in the group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
296 msgstr "Removing this group will also remove all the buddies in the group" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
297 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
298 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
299 msgid "Are you sure you want to remove %s?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
300 msgstr "Are you sure you want to remove %s?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
301 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
302 #. XXX: anything to do with the returned ui-handle? |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
303 msgid "Confirm Remove" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
304 msgstr "Confirm Remove" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
305 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
306 msgid "Remove" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
307 msgstr "Remove" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
308 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
309 #. Buddy List |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
310 msgid "Buddy List" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
311 msgstr "Buddy List" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
312 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
313 msgid "Place tagged" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
314 msgstr "Place tagged" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
315 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
316 msgid "Toggle Tag" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
317 msgstr "Toggle Tag" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
318 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
319 msgid "View Log" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
320 msgstr "View Log" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
321 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
322 #. General |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
323 msgid "Nickname" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
324 msgstr "Nickname" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
325 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
326 #. Never know what those translations might end up like... |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
327 #. Idle stuff |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
328 msgid "Idle" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
329 msgstr "Idle" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
330 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
331 msgid "On Mobile" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
332 msgstr "On Mobile" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
333 |
16160 | 334 msgid "New..." |
335 msgstr "New..." | |
336 | |
337 msgid "Saved..." | |
338 msgstr "Saved..." | |
339 | |
340 msgid "Plugins" | |
341 msgstr "Plug-ins" | |
342 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
343 msgid "Block/Unblock" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
344 msgstr "Block/Unblock" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
345 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
346 msgid "Block" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
347 msgstr "Block" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
348 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
349 msgid "Unblock" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
350 msgstr "Unblock" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
351 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
352 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
353 "Please enter the username or alias of the person you would like to Block/" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
354 "Unblock." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
355 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
356 "Please enter the username or alias of the person you would like to Block/" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
357 "Unblock." |
16160 | 358 |
19927 | 359 #. Not multiline |
360 #. Not masked? | |
361 #. No hints? | |
16160 | 362 msgid "OK" |
363 msgstr "OK" | |
364 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
365 msgid "New Instant Message" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
366 msgstr "New Instant Message" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
367 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
368 msgid "Please enter the username or alias of the person you would like to IM." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
369 msgstr "Please enter the username or alias of the person you would like to IM." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
370 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
371 msgid "Channel" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
372 msgstr "Channel:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
373 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
374 msgid "Join a Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
375 msgstr "Join a Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
376 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
377 msgid "Please enter the name of the chat you want to join." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
378 msgstr "Please enter the name of the chat you want to join." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
379 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
380 msgid "Join" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
381 msgstr "Join" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
382 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
383 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
384 "Please enter the username or alias of the person whose log you would like to " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
385 "view." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
386 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
387 "Please enter the username or alias of the person whose log you would like to " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
388 "view." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
389 |
16160 | 390 #. Create the "Options" frame. |
391 msgid "Options" | |
392 msgstr "Options" | |
393 | |
394 msgid "Send IM..." | |
395 msgstr "Send IM..." | |
396 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
397 msgid "Block/Unblock..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
398 msgstr "Block/Unblock..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
399 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
400 msgid "Join Chat..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
401 msgstr "Join Chat..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
402 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
403 msgid "View Log..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
404 msgstr "View Log..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
405 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
406 msgid "View All Logs" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
407 msgstr "View All Logs" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
408 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
409 msgid "Show" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
410 msgstr "Show" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
411 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
412 msgid "Empty groups" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
413 msgstr "Empty groups" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
414 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
415 msgid "Offline buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
416 msgstr "Offline buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
417 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
418 msgid "Sort" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
419 msgstr "Sort" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
420 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
421 msgid "By Status" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
422 msgstr "By Status" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
423 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
424 msgid "Alphabetically" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
425 msgstr "Alphabetically" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
426 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
427 msgid "By Log Size" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
428 msgstr "By Log Size" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
429 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
430 msgid "Buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
431 msgstr "Buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
432 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
433 msgid "Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
434 msgstr "Chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
435 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
436 msgid "Grouping" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
437 msgstr "Grouping" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
438 |
19927 | 439 msgid "Certificate Import" |
440 msgstr "Certificate Import" | |
441 | |
442 msgid "Specify a hostname" | |
443 msgstr "Specify a hostname" | |
444 | |
445 msgid "Type the host name this certificate is for." | |
446 msgstr "Type the host name this certificate is for." | |
447 | |
448 #, c-format | |
449 msgid "" | |
450 "File %s could not be imported.\n" | |
451 "Make sure that the file is readable and in PEM format.\n" | |
452 msgstr "" | |
453 "File %s could not be imported.\n" | |
454 "Make sure that the file is readable and in PEM format.\n" | |
455 | |
456 msgid "Certificate Import Error" | |
457 msgstr "Certificate Import Error" | |
458 | |
459 msgid "X.509 certificate import failed" | |
460 msgstr "X.509 certificate import failed" | |
461 | |
462 msgid "Select a PEM certificate" | |
463 msgstr "Select a PEM certificate" | |
464 | |
465 #, c-format | |
466 msgid "" | |
467 "Export to file %s failed.\n" | |
468 "Check that you have write permission to the target path\n" | |
469 msgstr "" | |
470 "Export to file %s failed.\n" | |
471 "Check that you have write permission to the target path\n" | |
472 | |
473 msgid "Certificate Export Error" | |
474 msgstr "Certificate Export Error" | |
475 | |
476 msgid "X.509 certificate export failed" | |
477 msgstr "X.509 certificate export failed" | |
478 | |
479 msgid "PEM X.509 Certificate Export" | |
480 msgstr "PEM X.509 Certificate Export" | |
481 | |
482 #, c-format | |
483 msgid "Certificate for %s" | |
484 msgstr "Certificate for %s" | |
485 | |
486 #, c-format | |
487 msgid "" | |
488 "Common name: %s\n" | |
489 "\n" | |
490 "SHA1 fingerprint:\n" | |
491 "%s" | |
492 msgstr "" | |
493 "Common name: %s\n" | |
494 "\n" | |
495 "SHA1 fingerprint:\n" | |
496 "%s" | |
497 | |
498 msgid "SSL Host Certificate" | |
499 msgstr "SSL Host Certificate" | |
500 | |
501 #, c-format | |
502 msgid "Really delete certificate for %s?" | |
503 msgstr "Really delete certificate for %s?" | |
504 | |
505 msgid "Confirm certificate delete" | |
506 msgstr "Confirm certificate delete" | |
507 | |
508 msgid "Certificate Manager" | |
509 msgstr "Certificate Manager" | |
510 | |
511 #. Creating the user splits | |
512 msgid "Hostname" | |
513 msgstr "Hostname" | |
514 | |
515 msgid "Info" | |
516 msgstr "Info" | |
517 | |
518 #. Close button | |
519 msgid "Close" | |
520 msgstr "Close" | |
521 | |
16160 | 522 #, c-format |
523 msgid "%s (%s)" | |
524 msgstr "%s (%s)" | |
525 | |
526 #, c-format | |
527 msgid "%s disconnected." | |
528 msgstr "%s disconnected." | |
529 | |
17478 | 530 #, c-format |
531 msgid "" | |
532 "%s\n" | |
533 "\n" | |
534 "Finch will not attempt to reconnect the account until you correct the error " | |
535 "and re-enable the account." | |
536 msgstr "" | |
537 "%s\n" | |
538 "\n" | |
539 "Finch will not attempt to reconnect the account until you correct the error " | |
540 "and re-enable the account." | |
541 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
542 msgid "Re-enable Account" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
543 msgstr "Re-enable Account" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
544 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
545 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
546 "The account has disconnected and you are no longer in this chat. You will be " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
547 "automatically rejoined in the chat when the account reconnects." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
548 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
549 "The account has disconnected and you are no longer in this chat. You will " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
550 "automatically rejoin the chat when the account reconnects." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
551 |
16160 | 552 msgid "No such command." |
553 msgstr "No such command." | |
554 | |
555 msgid "Syntax Error: You typed the wrong number of arguments to that command." | |
556 msgstr "" | |
557 "Syntax Error: You typed the wrong number of arguments to that command." | |
558 | |
559 msgid "Your command failed for an unknown reason." | |
560 msgstr "Your command failed for an unknown reason." | |
561 | |
562 msgid "That command only works in chats, not IMs." | |
563 msgstr "That command only works in chats, not IMs." | |
564 | |
565 msgid "That command only works in IMs, not chats." | |
566 msgstr "That command only works in IMs, not chats." | |
567 | |
568 msgid "That command doesn't work on this protocol." | |
569 msgstr "That command doesn't work on this protocol." | |
570 | |
19927 | 571 msgid "Message was not sent, because you are not signed on." |
572 msgstr "Message was not sent because you are not signed on." | |
573 | |
16160 | 574 #, c-format |
575 msgid "%s (%s -- %s)" | |
576 msgstr "%s (%s -- %s)" | |
577 | |
578 #, c-format | |
579 msgid "%s [%s]" | |
580 msgstr "%s [%s]" | |
581 | |
582 #, c-format | |
583 msgid "" | |
584 "\n" | |
585 "%s is typing..." | |
586 msgstr "" | |
587 "\n" | |
588 "%s is typing..." | |
589 | |
17478 | 590 msgid "You have left this chat." |
591 msgstr "You have left this chat." | |
592 | |
19927 | 593 msgid "Logging started. Future messages in this conversation will be logged." |
594 msgstr "Logging started. Future messages in this conversation will be logged." | |
595 | |
596 msgid "" | |
597 "Logging stopped. Future messages in this conversation will not be logged." | |
598 msgstr "" | |
599 "Logging stopped. Future messages in this conversation will not be logged." | |
600 | |
17478 | 601 msgid "Send To" |
602 msgstr "Send To" | |
603 | |
604 msgid "Conversation" | |
605 msgstr "Conversation" | |
606 | |
607 msgid "Clear Scrollback" | |
608 msgstr "Clear Scrollback" | |
609 | |
610 msgid "Show Timestamps" | |
611 msgstr "Show Timestamps" | |
612 | |
613 msgid "Add Buddy Pounce..." | |
614 msgstr "Add Buddy Pounce..." | |
615 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
616 msgid "Invite..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
617 msgstr "Invite..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
618 |
19927 | 619 msgid "Enable Logging" |
620 msgstr "Enable Logging" | |
621 | |
622 msgid "Enable Sounds" | |
623 msgstr "Enable Sounds" | |
624 | |
16160 | 625 msgid "<AUTO-REPLY> " |
626 msgstr "<AUTO-REPLY> " | |
627 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
628 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
629 msgid "List of %d user:\n" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
630 msgid_plural "List of %d users:\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
631 msgstr[0] "List of %d user:\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
632 msgstr[1] "List of %d users:\n" |
16160 | 633 |
634 msgid "Supported debug options are: version" | |
635 msgstr "Supported debug options are: version" | |
636 | |
637 msgid "No such command (in this context)." | |
638 msgstr "No such command (in this context)." | |
639 | |
640 msgid "" | |
641 "Use \"/help <command>\" for help on a specific command.\n" | |
642 "The following commands are available in this context:\n" | |
643 msgstr "" | |
644 "Use \"/help <command>\" for help on a specific command.\n" | |
645 "The following commands are available in this context:\n" | |
646 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
647 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
648 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
649 "%s is not a valid message class. See '/help msgcolor' for valid message " |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
650 "classes." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
651 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
652 "%s is not a valid message class. See '/help msgcolor' for valid message " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
653 "classes." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
654 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
655 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
656 msgid "%s is not a valid color. See '/help msgcolor' for valid colors." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
657 msgstr "%s is not a valid colour. See '/help msgcolor' for valid colours." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
658 |
16160 | 659 msgid "" |
660 "say <message>: Send a message normally as if you weren't using a " | |
661 "command." | |
662 msgstr "" | |
663 "say <message>: Send a message normally as if you weren't using a " | |
664 "command." | |
665 | |
666 msgid "me <action>: Send an IRC style action to a buddy or chat." | |
667 msgstr "me <action>: Send an IRC style action to a buddy or chat." | |
668 | |
669 msgid "" | |
670 "debug <option>: Send various debug information to the current " | |
671 "conversation." | |
672 msgstr "" | |
673 "debug <option>: Send various debug information to the current " | |
674 "conversation." | |
675 | |
676 msgid "clear: Clears the conversation scrollback." | |
677 msgstr "clear: Clears the conversation scrollback." | |
678 | |
679 msgid "help <command>: Help on a specific command." | |
680 msgstr "help <command>: Help on a specific command." | |
681 | |
17478 | 682 msgid "users: Show the list of users in the chat." |
683 msgstr "users: Show the list of users in the chat." | |
684 | |
16160 | 685 msgid "plugins: Show the plugins window." |
686 msgstr "plugins: Show the plugins window" | |
687 | |
688 msgid "buddylist: Show the buddylist." | |
689 msgstr "buddylist: Show the buddy list." | |
690 | |
691 msgid "accounts: Show the accounts window." | |
692 msgstr "accounts: Show the accounts window." | |
693 | |
694 msgid "debugwin: Show the debug window." | |
695 msgstr "debugwin: Show the debug window." | |
696 | |
697 msgid "prefs: Show the preference window." | |
698 msgstr "prefs: Show the preference window." | |
699 | |
700 msgid "statuses: Show the savedstatuses window." | |
701 msgstr "statuses: Show the saved-statuses window." | |
702 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
703 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
704 "msgcolor <class> <foreground> <background>: Set the color " |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
705 "for different classes of messages in the conversation window.<br> <" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
706 "class>: receive, send, highlight, action, timestamp<br> <foreground/" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
707 "background>: black, red, green, blue, white, gray, darkgray, magenta, " |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
708 "cyan, default<br><br>EXAMPLE:<br> msgcolor send cyan default" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
709 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
710 "msgcolor <class> <foreground> <background>: Set the colour " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
711 "for different classes of messages in the conversation window.<br> <" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
712 "class>: receive, send, highlight, action, timestamp<br> <foreground/" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
713 "background>: black, red, green, blue, white, gray, darkgray, magenta, " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
714 "cyan, default<br><br>EXAMPLE:<br> msgcolor send cyan default" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
715 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
716 msgid "Unable to open file." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
717 msgstr "Unable to open file." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
718 |
16160 | 719 msgid "Debug Window" |
720 msgstr "Debug Window" | |
721 | |
722 #. XXX: Setting the GROW_Y for the following widgets don't make sense. But right now | |
723 #. * it's necessary to make the width of the debug window resizable ... like I said, | |
724 #. * it doesn't make sense. The bug is likely in the packing in gntbox.c. | |
725 #. | |
726 msgid "Clear" | |
727 msgstr "Clear" | |
728 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
729 msgid "Filter:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
730 msgstr "Filter:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
731 |
16160 | 732 msgid "Pause" |
733 msgstr "Pause" | |
734 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
735 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
736 msgid "File Transfers - %d%% of %d file" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
737 msgid_plural "File Transfers - %d%% of %d files" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
738 msgstr[0] "File Transfers - %d%% of %d file" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
739 msgstr[1] "File Transfers - %d%% of %d files" |
16160 | 740 |
19927 | 741 #. Create the window. |
16160 | 742 msgid "File Transfers" |
743 msgstr "File Transfers" | |
744 | |
745 msgid "Progress" | |
746 msgstr "Progress" | |
747 | |
748 msgid "Filename" | |
749 msgstr "Filename" | |
750 | |
751 msgid "Size" | |
752 msgstr "Size" | |
753 | |
754 msgid "Speed" | |
755 msgstr "Speed" | |
756 | |
757 msgid "Remaining" | |
758 msgstr "Remaining" | |
759 | |
760 #. XXX: Use of ggp_str_to_uin() is an ugly hack! | |
761 msgid "Status" | |
762 msgstr "Status" | |
763 | |
764 msgid "Close this window when all transfers finish" | |
765 msgstr "Close this window when all transfers finish" | |
766 | |
767 msgid "Clear finished transfers" | |
768 msgstr "Clear finished transfers" | |
769 | |
770 msgid "Stop" | |
771 msgstr "Stop" | |
772 | |
773 msgid "Waiting for transfer to begin" | |
774 msgstr "Waiting for transfer to begin" | |
775 | |
776 msgid "Canceled" | |
777 msgstr "Cancelled" | |
778 | |
779 msgid "Failed" | |
780 msgstr "Failed" | |
781 | |
19927 | 782 #, c-format |
783 msgid "%.2f KiB/s" | |
784 msgstr "%.2f KiB/s" | |
785 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
786 msgid "Sent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
787 msgstr "Sent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
788 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
789 msgid "Received" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
790 msgstr "Received" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
791 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
792 msgid "Finished" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
793 msgstr "Finished" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
794 |
19927 | 795 #, c-format |
796 msgid "The file was saved as %s." | |
797 msgstr "The file was saved as %s." | |
798 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
799 msgid "Sending" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
800 msgstr "Sending" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
801 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
802 msgid "Receiving" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
803 msgstr "Receiving" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
804 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
805 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
806 msgid "Conversation in %s on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
807 msgstr "Conversation in %s on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
808 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
809 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
810 msgid "Conversation with %s on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
811 msgstr "Conversation with %s on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
812 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
813 msgid "%B %Y" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
814 msgstr "%B %Y" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
815 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
816 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
817 "System events will only be logged if the \"Log all status changes to system " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
818 "log\" preference is enabled." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
819 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
820 "System events will only be logged if the \"Log all status changes to system " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
821 "log\" preference is enabled." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
822 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
823 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
824 "Instant messages will only be logged if the \"Log all instant messages\" " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
825 "preference is enabled." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
826 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
827 "Instant messages will only be logged if the \"Log all instant messages\" " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
828 "preference is enabled." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
829 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
830 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
831 "Chats will only be logged if the \"Log all chats\" preference is enabled." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
832 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
833 "Chats will only be logged if the \"Log all chats\" preference is enabled." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
834 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
835 msgid "No logs were found" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
836 msgstr "No logs were found" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
837 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
838 msgid "Total log size:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
839 msgstr "Total log size:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
840 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
841 #. Search box ********* |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
842 msgid "Scroll/Search: " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
843 msgstr "Scroll/Search: " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
844 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
845 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
846 msgid "Conversations in %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
847 msgstr "Conversations in %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
848 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
849 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
850 msgid "Conversations with %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
851 msgstr "Conversations with %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
852 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
853 msgid "All Conversations" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
854 msgstr "All Conversations" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
855 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
856 msgid "System Log" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
857 msgstr "System Log" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
858 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
859 msgid "Calling..." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
860 msgstr "Calling..." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
861 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
862 msgid "Hangup" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
863 msgstr "Hangup" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
864 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
865 #. Number of actions |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
866 msgid "Accept" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
867 msgstr "Accept" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
868 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
869 msgid "Reject" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
870 msgstr "Reject" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
871 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
872 msgid "Call in progress." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
873 msgstr "Call in progress." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
874 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
875 msgid "The call has been terminated." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
876 msgstr "The call has been terminated." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
877 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
878 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
879 msgid "%s wishes to start an audio session with you." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
880 msgstr "%s wishes to start an audio session with you." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
881 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
882 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
883 msgid "%s is trying to start an unsupported media session type with you." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
884 msgstr "%s is trying to start an unsupported media session type with you." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
885 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
886 msgid "You have rejected the call." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
887 msgstr "You have rejected the call." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
888 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
889 msgid "call: Make an audio call." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
890 msgstr "call: Make an audio call." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
891 |
14948 | 892 msgid "Emails" |
893 msgstr "Emails" | |
894 | |
895 msgid "You have mail!" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
896 msgstr "You have email!" |
14948 | 897 |
19927 | 898 msgid "Sender" |
899 msgstr "Sender" | |
900 | |
14948 | 901 msgid "Subject" |
902 msgstr "Subject" | |
903 | |
904 #, c-format | |
905 msgid "%s (%s) has %d new message." | |
906 msgid_plural "%s (%s) has %d new messages." | |
907 msgstr[0] "%s (%s) has %d new message." | |
908 msgstr[1] "%s (%s) has %d new messages." | |
909 | |
910 msgid "New Mail" | |
911 msgstr "New Mail" | |
912 | |
913 #, c-format | |
914 msgid "Info for %s" | |
915 msgstr "Info for %s" | |
916 | |
917 msgid "Buddy Information" | |
918 msgstr "Buddy Information" | |
919 | |
920 msgid "Continue" | |
921 msgstr "Continue" | |
922 | |
923 msgid "IM" | |
924 msgstr "IM" | |
925 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
926 msgid "Invite" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
927 msgstr "Invite" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
928 |
14948 | 929 msgid "(none)" |
930 msgstr "(none)" | |
931 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
932 msgid "URI" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
933 msgstr "URI" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
934 |
17478 | 935 msgid "ERROR" |
936 msgstr "ERROR" | |
937 | |
938 msgid "loading plugin failed" | |
939 msgstr "loading plugin failed" | |
940 | |
941 msgid "unloading plugin failed" | |
942 msgstr "unloading plugin failed" | |
943 | |
14948 | 944 #, c-format |
945 msgid "" | |
946 "Name: %s\n" | |
947 "Version: %s\n" | |
948 "Description: %s\n" | |
949 "Author: %s\n" | |
950 "Website: %s\n" | |
951 "Filename: %s\n" | |
952 msgstr "" | |
953 "Name: %s\n" | |
954 "Version: %s\n" | |
955 "Description: %s\n" | |
956 "Author: %s\n" | |
957 "Website: %s\n" | |
958 "Filename: %s\n" | |
959 | |
960 msgid "Plugin need to be loaded before you can configure it." | |
961 msgstr "Plugin needs to be loaded before you can configure it." | |
962 | |
963 msgid "No configuration options for this plugin." | |
964 msgstr "No configuration options for this plugin." | |
965 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
966 msgid "Error loading plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
967 msgstr "Error loading plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
968 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
969 msgid "The selected file is not a valid plugin." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
970 msgstr "The selected file is not a valid plugin." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
971 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
972 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
973 "Please open the debug window and try again to see the exact error message." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
974 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
975 "Please open the debug window and try again to see the exact error message." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
976 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
977 msgid "Select plugin to install" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
978 msgstr "Select plugin to install" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
979 |
14948 | 980 msgid "You can (un)load plugins from the following list." |
981 msgstr "You are (un)load plugins from the following list." | |
982 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
983 msgid "Install Plugin..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
984 msgstr "Install Plugin..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
985 |
14948 | 986 msgid "Configure Plugin" |
987 msgstr "Configure Plugin" | |
988 | |
19927 | 989 #. copy the preferences to tmp values... |
990 #. * I liked "take affect immediately" Oh well :-( | |
991 #. (that should have been "effect," right?) | |
992 #. Back to instant-apply! I win! BU-HAHAHA! | |
993 #. Create the window | |
17478 | 994 msgid "Preferences" |
995 msgstr "Preferences" | |
996 | |
16160 | 997 msgid "Please enter a buddy to pounce." |
998 msgstr "Please enter a buddy to pounce." | |
999 | |
1000 msgid "New Buddy Pounce" | |
1001 msgstr "New Buddy Pounce" | |
1002 | |
1003 msgid "Edit Buddy Pounce" | |
1004 msgstr "Edit Buddy Pounce" | |
1005 | |
1006 msgid "Pounce Who" | |
1007 msgstr "Pounce on Whom" | |
1008 | |
1009 #. Account: | |
1010 msgid "Account:" | |
1011 msgstr "Account:" | |
1012 | |
1013 msgid "Buddy name:" | |
1014 msgstr "Buddy name:" | |
1015 | |
1016 #. Create the "Pounce When Buddy..." frame. | |
1017 msgid "Pounce When Buddy..." | |
1018 msgstr "Pounce When Buddy..." | |
1019 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1020 msgid "Signs on" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1021 msgstr "Signs on" |
17478 | 1022 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1023 msgid "Signs off" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1024 msgstr "Signs off" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1025 |
19927 | 1026 msgid "Goes away" |
1027 msgstr "Goes away" | |
17478 | 1028 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1029 msgid "Returns from away" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1030 msgstr "Returns from away" |
19927 | 1031 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1032 msgid "Becomes idle" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1033 msgstr "Becomes idle" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1034 |
16160 | 1035 msgid "Is no longer idle" |
1036 msgstr "Is no longer idle" | |
1037 | |
1038 msgid "Starts typing" | |
1039 msgstr "Starts typing" | |
1040 | |
1041 msgid "Pauses while typing" | |
1042 msgstr "Pauses while typing" | |
1043 | |
1044 msgid "Stops typing" | |
1045 msgstr "Stops typing" | |
1046 | |
1047 msgid "Sends a message" | |
1048 msgstr "Sends a message" | |
1049 | |
1050 #. Create the "Action" frame. | |
1051 msgid "Action" | |
1052 msgstr "Action" | |
1053 | |
1054 msgid "Open an IM window" | |
1055 msgstr "Open a message window" | |
1056 | |
19927 | 1057 msgid "Pop up a notification" |
1058 msgstr "Pop up a notification" | |
1059 | |
1060 msgid "Send a message" | |
1061 msgstr "Send a message" | |
1062 | |
16160 | 1063 msgid "Execute a command" |
1064 msgstr "Execute a command" | |
1065 | |
1066 msgid "Play a sound" | |
1067 msgstr "Play a sound" | |
1068 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1069 msgid "Pounce only when my status is not Available" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1070 msgstr "Pounce only when my status is not Available" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1071 |
16160 | 1072 msgid "Recurring" |
1073 msgstr "Recurring" | |
1074 | |
19927 | 1075 msgid "Cannot create pounce" |
1076 msgstr "Cannot create pounce" | |
1077 | |
1078 msgid "You do not have any accounts." | |
1079 msgstr "You do not have any accounts." | |
1080 | |
1081 msgid "You must create an account first before you can create a pounce." | |
1082 msgstr "You must create an account first before you can create a pounce." | |
1083 | |
16160 | 1084 #, c-format |
1085 msgid "Are you sure you want to delete the pounce on %s for %s?" | |
1086 msgstr "Are you sure you want to delete the pounce on %s for %s?" | |
1087 | |
1088 msgid "Buddy Pounces" | |
1089 msgstr "Buddy Pounces" | |
1090 | |
1091 #, c-format | |
1092 msgid "%s has started typing to you (%s)" | |
1093 msgstr "%s has started typing to you (%s)" | |
1094 | |
1095 #, c-format | |
1096 msgid "%s has paused while typing to you (%s)" | |
1097 msgstr "%s has paused while typing to you (%s)" | |
1098 | |
1099 #, c-format | |
1100 msgid "%s has signed on (%s)" | |
1101 msgstr "%s has signed on (%s)" | |
1102 | |
1103 #, c-format | |
1104 msgid "%s has returned from being idle (%s)" | |
1105 msgstr "%s has returned from being idle (%s)" | |
1106 | |
1107 #, c-format | |
1108 msgid "%s has returned from being away (%s)" | |
1109 msgstr "%s has returned from being away (%s)" | |
1110 | |
1111 #, c-format | |
1112 msgid "%s has stopped typing to you (%s)" | |
1113 msgstr "%s has stopped typing to you (%s)" | |
1114 | |
1115 #, c-format | |
1116 msgid "%s has signed off (%s)" | |
1117 msgstr "%s has signed off (%s)" | |
1118 | |
1119 #, c-format | |
1120 msgid "%s has become idle (%s)" | |
1121 msgstr "%s has become idle (%s)" | |
1122 | |
1123 #, c-format | |
1124 msgid "%s has gone away. (%s)" | |
1125 msgstr "%s has gone away. (%s)" | |
1126 | |
1127 #, c-format | |
1128 msgid "%s has sent you a message. (%s)" | |
1129 msgstr "%s has sent you a message. (%s)" | |
1130 | |
1131 msgid "Unknown pounce event. Please report this!" | |
1132 msgstr "Unknown pounce event. Please report this!" | |
1133 | |
17478 | 1134 msgid "Based on keyboard use" |
1135 msgstr "Based on keyboard use" | |
1136 | |
16160 | 1137 msgid "From last sent message" |
1138 msgstr "From last sent message" | |
1139 | |
1140 msgid "Never" | |
1141 msgstr "Never" | |
1142 | |
14948 | 1143 msgid "Show Idle Time" |
1144 msgstr "Show Idle Time" | |
1145 | |
1146 msgid "Show Offline Buddies" | |
1147 msgstr "Show Offline Buddies" | |
1148 | |
1149 msgid "Notify buddies when you are typing" | |
1150 msgstr "Notify buddies when you are typing" | |
1151 | |
1152 msgid "Log format" | |
1153 msgstr "Log format" | |
1154 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1155 msgid "Log IMs" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1156 msgstr "Log IMs" |
14948 | 1157 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1158 msgid "Log chats" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1159 msgstr "Log chats" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1160 |
14948 | 1161 msgid "Log status change events" |
1162 msgstr "Log status change events" | |
1163 | |
19927 | 1164 msgid "Report Idle time" |
1165 msgstr "Report Idle time" | |
1166 | |
1167 msgid "Change status when idle" | |
1168 msgstr "Change status when idle" | |
1169 | |
1170 msgid "Minutes before changing status" | |
1171 msgstr "Minutes before changing status" | |
1172 | |
1173 msgid "Change status to" | |
1174 msgstr "Change status to" | |
1175 | |
14948 | 1176 msgid "Conversations" |
1177 msgstr "Conversations" | |
1178 | |
1179 msgid "Logging" | |
1180 msgstr "Logging" | |
1181 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1182 msgid "You must fill all the required fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1183 msgstr "You must fill all the required fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1184 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1185 msgid "The required fields are underlined." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1186 msgstr "The required fields are underlined." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1187 |
14948 | 1188 msgid "Not implemented yet." |
1189 msgstr "Not implemented yet." | |
1190 | |
16160 | 1191 msgid "Save File..." |
1192 msgstr "Save File..." | |
1193 | |
1194 msgid "Open File..." | |
1195 msgstr "Open File..." | |
1196 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1197 msgid "Choose Location..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1198 msgstr "Choose Location..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1199 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1200 msgid "Hit 'Enter' to find more rooms of this category." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1201 msgstr "Press 'Enter' to find more rooms of this category." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1202 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1203 msgid "Get" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1204 msgstr "Get" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1205 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1206 #. Create the window. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1207 msgid "Room List" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1208 msgstr "Room List" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1209 |
19927 | 1210 msgid "Buddy logs in" |
1211 msgstr "Buddy logs in" | |
1212 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1213 msgid "Buddy logs out" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1214 msgstr "Buddy logs out" |
19927 | 1215 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1216 msgid "Message received" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1217 msgstr "Message received" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1218 |
19927 | 1219 msgid "Message received begins conversation" |
1220 msgstr "Message received begins conversation" | |
1221 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1222 msgid "Message sent" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1223 msgstr "Message sent" |
19927 | 1224 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1225 msgid "Person enters chat" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1226 msgstr "Person enters chat" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1227 |
19927 | 1228 msgid "Person leaves chat" |
1229 msgstr "Person leaves chat" | |
1230 | |
1231 msgid "You talk in chat" | |
1232 msgstr "You talk in chat" | |
1233 | |
1234 msgid "Others talk in chat" | |
1235 msgstr "Others talk in chat" | |
1236 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1237 msgid "Someone says your username in chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1238 msgstr "Someone says your username in chat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1239 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1240 msgid "GStreamer Failure" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1241 msgstr "GStreamer Failure" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1242 |
19927 | 1243 msgid "GStreamer failed to initialize." |
1244 msgstr "GStreamer failed to initialize." | |
1245 | |
1246 msgid "(default)" | |
1247 msgstr "(default)" | |
1248 | |
1249 msgid "Select Sound File ..." | |
1250 msgstr "Select Sound File ..." | |
1251 | |
1252 msgid "Sound Preferences" | |
1253 msgstr "Sound Preferences" | |
1254 | |
1255 msgid "Profiles" | |
1256 msgstr "Profiles" | |
1257 | |
1258 msgid "Automatic" | |
1259 msgstr "Automatic" | |
1260 | |
1261 msgid "Console Beep" | |
1262 msgstr "Console Beep" | |
1263 | |
1264 msgid "Command" | |
1265 msgstr "Command" | |
1266 | |
1267 msgid "No Sound" | |
1268 msgstr "No Sounds" | |
1269 | |
1270 msgid "Sound Method" | |
1271 msgstr "Sound Method" | |
1272 | |
1273 msgid "Method: " | |
1274 msgstr "Method: " | |
1275 | |
1276 #, c-format | |
1277 msgid "" | |
1278 "Sound Command\n" | |
1279 "(%s for filename)" | |
1280 msgstr "" | |
1281 "Sound Command\n" | |
1282 "(%s for filename)" | |
1283 | |
1284 #. Sound options | |
1285 msgid "Sound Options" | |
1286 msgstr "Sound Options" | |
1287 | |
1288 msgid "Sounds when conversation has focus" | |
1289 msgstr "Sounds when conversation has focus" | |
1290 | |
1291 msgid "Always" | |
1292 msgstr "Always" | |
1293 | |
1294 msgid "Only when available" | |
1295 msgstr "Only when available" | |
1296 | |
1297 msgid "Only when not available" | |
1298 msgstr "Only when not available" | |
1299 | |
1300 msgid "Volume(0-100):" | |
1301 msgstr "Volume(0-100):" | |
1302 | |
1303 #. Sound events | |
1304 msgid "Sound Events" | |
1305 msgstr "Sound Events" | |
1306 | |
1307 msgid "Event" | |
1308 msgstr "Event" | |
1309 | |
1310 msgid "File" | |
1311 msgstr "File" | |
1312 | |
1313 msgid "Test" | |
1314 msgstr "Test" | |
1315 | |
1316 msgid "Reset" | |
1317 msgstr "Reset" | |
1318 | |
1319 msgid "Choose..." | |
1320 msgstr "Choose..." | |
1321 | |
14948 | 1322 #, c-format |
1323 msgid "Are you sure you want to delete \"%s\"" | |
1324 msgstr "Are you sure you want to delete \"%s\"?" | |
1325 | |
1326 msgid "Delete Status" | |
1327 msgstr "Delete Status" | |
1328 | |
1329 msgid "Saved Statuses" | |
1330 msgstr "Saved Statuses" | |
1331 | |
1332 msgid "Title" | |
1333 msgstr "Title" | |
1334 | |
1335 msgid "Type" | |
1336 msgstr "Type" | |
1337 | |
19927 | 1338 #. Statuses are almost all the same. Define a macro to reduce code repetition. |
1339 #. PurpleStatusPrimitive | |
1340 #. id - use default | |
1341 #. name - use default | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
1342 #. saveable |
19927 | 1343 #. user_settable |
1344 #. not independent | |
1345 #. Attributes - each status can have a message. | |
14948 | 1346 msgid "Message" |
1347 msgstr "Message" | |
1348 | |
1349 #. Use | |
1350 msgid "Use" | |
1351 msgstr "Use" | |
1352 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1353 msgid "Invalid title" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1354 msgstr "Invalid title" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
1355 |
14948 | 1356 msgid "Please enter a non-empty title for the status." |
1357 msgstr "Please enter a non-empty title for the status." | |
1358 | |
1359 msgid "Duplicate title" | |
1360 msgstr "Duplicate title" | |
1361 | |
1362 msgid "Please enter a different title for the status." | |
1363 msgstr "Please enter a different title for the status." | |
1364 | |
1365 msgid "Substatus" | |
1366 msgstr "Sub-status" | |
1367 | |
1368 msgid "Status:" | |
1369 msgstr "Status:" | |
1370 | |
1371 msgid "Message:" | |
1372 msgstr "Message:" | |
1373 | |
1374 msgid "Edit Status" | |
1375 msgstr "Edit Status" | |
1376 | |
1377 msgid "Use different status for following accounts" | |
1378 msgstr "Use different status for the following accounts" | |
1379 | |
1380 #. Save & Use | |
1381 msgid "Save & Use" | |
1382 msgstr "Save & Use" | |
1383 | |
19927 | 1384 msgid "Certificates" |
1385 msgstr "Certificates" | |
1386 | |
1387 msgid "Sounds" | |
1388 msgstr "Sounds" | |
1389 | |
14948 | 1390 msgid "Statuses" |
1391 msgstr "Statuses" | |
1392 | |
19927 | 1393 msgid "Error loading the plugin." |
1394 msgstr "Error loading the plugin." | |
1395 | |
1396 msgid "Couldn't find X display" | |
1397 msgstr "Couldn't find X display" | |
1398 | |
1399 msgid "Couldn't find window" | |
1400 msgstr "Couldn't find window" | |
1401 | |
1402 msgid "This plugin cannot be loaded because it was not built with X11 support." | |
1403 msgstr "" | |
1404 "This plugin cannot be loaded because it was not built with X11 support." | |
1405 | |
16160 | 1406 msgid "GntClipboard" |
1407 msgstr "GntClipboard" | |
1408 | |
1409 msgid "Clipboard plugin" | |
1410 msgstr "Clipboard plugin" | |
1411 | |
1412 msgid "" | |
1413 "When the gnt clipboard contents change, the contents are made available to " | |
1414 "X, if possible." | |
1415 msgstr "" | |
1416 "When the gnt clipboard contents change, the contents are made available to " | |
1417 "X, if possible." | |
1418 | |
14948 | 1419 #, c-format |
1420 msgid "%s just signed on" | |
1421 msgstr "%s just signed on" | |
1422 | |
1423 #, c-format | |
1424 msgid "%s just signed off" | |
1425 msgstr "%s just signed off" | |
1426 | |
1427 #, c-format | |
1428 msgid "%s sent you a message" | |
1429 msgstr "%s sent you a message" | |
1430 | |
1431 #, c-format | |
1432 msgid "%s said your nick in %s" | |
1433 msgstr "%s said your nick in %s" | |
1434 | |
1435 #, c-format | |
1436 msgid "%s sent a message in %s" | |
1437 msgstr "%s sent a message in %s" | |
1438 | |
1439 msgid "Buddy signs on/off" | |
1440 msgstr "Buddy signs on/off" | |
1441 | |
1442 msgid "You receive an IM" | |
1443 msgstr "You receive an IM" | |
1444 | |
1445 msgid "Someone speaks in a chat" | |
1446 msgstr "Someone speaks in chat" | |
1447 | |
1448 msgid "Someone says your name in a chat" | |
1449 msgstr "Someone says your name in chat" | |
1450 | |
1451 msgid "Notify with a toaster when" | |
1452 msgstr "Notify with a toaster when" | |
1453 | |
1454 msgid "Beep too!" | |
1455 msgstr "Beep too!" | |
1456 | |
1457 msgid "Set URGENT for the terminal window." | |
1458 msgstr "Set URGENT for the terminal window." | |
1459 | |
1460 msgid "GntGf" | |
1461 msgstr "GntGf" | |
1462 | |
16160 | 1463 msgid "Toaster plugin" |
1464 msgstr "Toaster plugin" | |
1465 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
1466 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
1467 msgid "<b>Conversation with %s on %s:</b><br>" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
1468 msgstr "<h1>Conversation with %s on %s:</b><br>" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
1469 |
11762 | 1470 msgid "History Plugin Requires Logging" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
1471 msgstr "History Plug-in Requires Logging" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
1472 |
11762 | 1473 msgid "" |
1474 "Logging can be enabled from Tools -> Preferences -> Logging.\n" | |
1475 "\n" | |
1476 "Enabling logs for instant messages and/or chats will activate history for " | |
1477 "the same conversation type(s)." | |
1478 msgstr "" | |
11887 | 1479 "Logging can be enabled from Tools -> Preferences -> Logging.\n" |
1480 "\n" | |
1481 "Enabling logs for instant messages and/or chats will activate history for " | |
1482 "the same conversation type(s)." | |
11762 | 1483 |
14948 | 1484 msgid "GntHistory" |
1485 msgstr "GntHistory" | |
1486 | |
11762 | 1487 msgid "Shows recently logged conversations in new conversations." |
1488 msgstr "Shows recently logged conversations in new conversations." | |
1489 | |
1490 msgid "" | |
1491 "When a new conversation is opened this plugin will insert the last " | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
1492 "conversation into the current conversation." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
1493 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
1494 "When a new conversation is opened this plug-in will insert the last " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
1495 "conversation into the current conversation." |
11762 | 1496 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1497 #, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1498 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1499 "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1500 "Fetching TinyURL..." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1501 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1502 "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1503 "Fetching TinyURL..." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1504 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1505 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1506 msgid "Only create TinyURL for URLs of this length or greater" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1507 msgstr "Only create TinyURL for urls of this length or greater" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1508 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1509 msgid "TinyURL (or other) address prefix" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1510 msgstr "TinyURL (or other) address prefix" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1511 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1512 msgid "TinyURL" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1513 msgstr "TinyURL" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1514 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1515 msgid "TinyURL plugin" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1516 msgstr "TinyURL plugin" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1517 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1518 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1519 msgid "When receiving a message with URL(s), use TinyURL for easier copying" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1520 msgstr "When receiving a message with URL(s), TinyURL for easier copying" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1521 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1522 msgid "Online" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1523 msgstr "Online" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1524 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1525 msgid "Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1526 msgstr "Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1527 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1528 msgid "Online Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1529 msgstr "Online buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1530 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1531 msgid "Offline Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1532 msgstr "Offline buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1533 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1534 msgid "Online/Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1535 msgstr "Online/Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1536 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1537 msgid "Meebo" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1538 msgstr "Meebo" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1539 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1540 msgid "No Grouping" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1541 msgstr "No Grouping" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1542 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1543 msgid "Nested Subgroup" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1544 msgstr "Nested Subgroup" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1545 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1546 msgid "Nested Grouping (experimental)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1547 msgstr "Nested Grouping (experimental)" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1548 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1549 msgid "Provides alternate buddylist grouping options." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1550 msgstr "Provides alternate buddylist grouping options." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1551 |
14948 | 1552 msgid "Lastlog" |
1553 msgstr "Lastlog" | |
1554 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
1555 #. Translator Note: The "backlog" is the conversation buffer/history. |
14948 | 1556 msgid "lastlog: Searches for a substring in the backlog." |
1557 msgstr "lastlog: Searches for a substring in the backlog." | |
1558 | |
1559 msgid "GntLastlog" | |
1560 msgstr "GntLastlog" | |
1561 | |
16160 | 1562 msgid "Lastlog plugin." |
1563 msgstr "Lastlog plugin." | |
1564 | |
14948 | 1565 msgid "accounts" |
1566 msgstr "accounts" | |
1567 | |
1568 msgid "Password is required to sign on." | |
1569 msgstr "Password is required to sign on." | |
1570 | |
1571 #, c-format | |
1572 msgid "Enter password for %s (%s)" | |
1573 msgstr "Enter password for %s (%s)" | |
1574 | |
1575 msgid "Enter Password" | |
1576 msgstr "Enter Password" | |
1577 | |
1578 msgid "Save password" | |
1579 msgstr "Save password" | |
1580 | |
1581 #, c-format | |
1582 msgid "Missing protocol plugin for %s" | |
1583 msgstr "Missing protocol plug-in for %s" | |
1584 | |
17478 | 1585 msgid "Connection Error" |
1586 msgstr "Connection Error" | |
1587 | |
14948 | 1588 msgid "New passwords do not match." |
1589 msgstr "New passwords do not match." | |
1590 | |
1591 msgid "Fill out all fields completely." | |
1592 msgstr "Fill out all fields completely." | |
1593 | |
1594 msgid "Original password" | |
1595 msgstr "Original password" | |
1596 | |
1597 msgid "New password" | |
1598 msgstr "New password" | |
1599 | |
1600 msgid "New password (again)" | |
1601 msgstr "New password (again)" | |
1602 | |
1603 #, c-format | |
1604 msgid "Change password for %s" | |
1605 msgstr "Change password for %s" | |
1606 | |
1607 msgid "Please enter your current password and your new password." | |
1608 msgstr "Please enter your current password and your new password." | |
1609 | |
1610 #, c-format | |
1611 msgid "Change user information for %s" | |
1612 msgstr "Change user information for %s" | |
1613 | |
1614 msgid "Set User Info" | |
1615 msgstr "Set User Info" | |
1616 | |
16160 | 1617 msgid "Unknown" |
1618 msgstr "Unknown" | |
1619 | |
1620 msgid "Buddies" | |
1621 msgstr "Buddies" | |
1622 | |
14948 | 1623 msgid "buddy list" |
1624 msgstr "buddy list" | |
1625 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1626 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1627 msgid "The certificate is self-signed and cannot be automatically checked." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1628 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1629 "The certificate presented by \"%s\" is self-signed. It cannot be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1630 "automatically checked." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1631 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1632 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1633 msgid "The root certificate this one claims to be issued by is unknown." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1634 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1635 "The root certificate this one claims to be issued by is unknown to Pidgin." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1636 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1637 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1638 msgid "The certificate is not valid yet." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1639 msgstr "The certificate chain presented for %s is not valid." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1640 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1641 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1642 msgid "The certificate has expired and should not be considered valid." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1643 msgstr "The certificate chain presented for %s is not valid." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1644 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1645 #. Translators: "domain" refers to a DNS domain (e.g. talk.google.com) |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1646 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1647 msgid "The certificate presented is not issued to this domain." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1648 msgstr "The certificate chain presented for %s is not valid." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1649 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1650 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1651 "You have no database of root certificates, so this certificate cannot be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1652 "validated." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1653 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1654 "You have no database of root certificates, so this certificate cannot be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1655 "validated." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1656 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1657 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1658 msgid "The certificate chain presented is invalid." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1659 msgstr "The certificate chain presented for %s is not valid." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1660 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1661 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1662 msgid "The certificate has been revoked." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1663 msgstr "The call has been terminated." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1664 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1665 msgid "An unknown certificate error occurred." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1666 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1667 |
19927 | 1668 msgid "(DOES NOT MATCH)" |
1669 msgstr "(DOES NOT MATCH)" | |
1670 | |
1671 #. Make messages | |
1672 #, c-format | |
1673 msgid "%s has presented the following certificate for just-this-once use:" | |
1674 msgstr "%s has presented the following certificate for just-this-once use:" | |
1675 | |
1676 #, c-format | |
1677 msgid "" | |
1678 "Common name: %s %s\n" | |
1679 "Fingerprint (SHA1): %s" | |
1680 msgstr "" | |
1681 "Common name: %s %s\n" | |
1682 "Fingerprint (SHA1): %s" | |
1683 | |
1684 #. TODO: Find what the handle ought to be | |
1685 msgid "Single-use Certificate Verification" | |
1686 msgstr "Single-use Certificate Verification" | |
1687 | |
1688 #. Scheme name | |
1689 #. Pool name | |
1690 msgid "Certificate Authorities" | |
1691 msgstr "Certificate Authorities" | |
1692 | |
1693 #. Scheme name | |
1694 #. Pool name | |
1695 msgid "SSL Peers Cache" | |
1696 msgstr "SSL Peers Cache" | |
1697 | |
1698 #. Make messages | |
1699 #, c-format | |
1700 msgid "Accept certificate for %s?" | |
1701 msgstr "Accept certificate for %s?" | |
1702 | |
1703 #. TODO: Find what the handle ought to be | |
1704 msgid "SSL Certificate Verification" | |
1705 msgstr "SSL Certificate Verification" | |
1706 | |
1707 msgid "_View Certificate..." | |
1708 msgstr "_View Certificate..." | |
1709 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1710 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1711 msgid "The certificate for %s could not be validated." |
19927 | 1712 msgstr "The certificate chain presented for %s is not valid." |
1713 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1714 #. TODO: Probably wrong. |
19927 | 1715 msgid "SSL Certificate Error" |
1716 msgstr "SSL Certificate Error" | |
1717 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1718 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1719 msgid "Unable to validate certificate" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1720 msgstr "Unable to authenticate: %s" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1721 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1722 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1723 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1724 "The certificate claims to be from \"%s\" instead. This could mean that you " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1725 "are not connecting to the service you believe you are." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1726 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1727 "The certificate presented by \"%s\" claims to be from \"%s\" instead. This " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1728 "could mean that you are not connecting to the service you believe you are." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1729 |
19927 | 1730 #. Make messages |
1731 #, c-format | |
1732 msgid "" | |
1733 "Common name: %s\n" | |
1734 "\n" | |
1735 "Fingerprint (SHA1): %s\n" | |
1736 "\n" | |
1737 "Activation date: %s\n" | |
1738 "Expiration date: %s\n" | |
1739 msgstr "" | |
1740 "Common name: %s\n" | |
1741 "\n" | |
1742 "Fingerprint (SHA1): %s\n" | |
1743 "\n" | |
1744 "Activation date: %s\n" | |
1745 "Expiration date: %s\n" | |
1746 | |
1747 #. TODO: Find what the handle ought to be | |
1748 msgid "Certificate Information" | |
1749 msgstr "Certificate Information" | |
1750 | |
14948 | 1751 msgid "Registration Error" |
1752 msgstr "Registration Error" | |
1753 | |
19927 | 1754 msgid "Unregistration Error" |
1755 msgstr "Unregistration Error" | |
1756 | |
14948 | 1757 #, c-format |
1758 msgid "+++ %s signed on" | |
1759 msgstr "+++ %s signed on" | |
1760 | |
1761 #, c-format | |
1762 msgid "+++ %s signed off" | |
1763 msgstr "+++ %s signed off" | |
1764 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
1765 #. Unknown error |
16160 | 1766 msgid "Unknown error" |
1767 msgstr "Unknown error" | |
1768 | |
14948 | 1769 msgid "Unable to send message: The message is too large." |
1770 msgstr "Unable to send message: The message is too large." | |
1771 | |
1772 #, c-format | |
1773 msgid "Unable to send message to %s." | |
1774 msgstr "Unable to send message to %s." | |
1775 | |
1776 msgid "The message is too large." | |
1777 msgstr "The message is too large." | |
1778 | |
1779 msgid "Unable to send message." | |
1780 msgstr "Unable to send message." | |
1781 | |
1782 msgid "Send Message" | |
1783 msgstr "Send Message" | |
1784 | |
1785 msgid "_Send Message" | |
1786 msgstr "_Send Message" | |
1787 | |
1788 #, c-format | |
1789 msgid "%s entered the room." | |
1790 msgstr "%s entered the room." | |
1791 | |
1792 #, c-format | |
1793 msgid "%s [<I>%s</I>] entered the room." | |
1794 msgstr "%s [<I>%s</I>] entered the room." | |
1795 | |
1796 #, c-format | |
1797 msgid "You are now known as %s" | |
1798 msgstr "You are now known as %s" | |
1799 | |
1800 #, c-format | |
1801 msgid "%s is now known as %s" | |
1802 msgstr "%s is now known as %s" | |
1803 | |
1804 #, c-format | |
1805 msgid "%s left the room." | |
1806 msgstr "%s left the room." | |
1807 | |
1808 #, c-format | |
1809 msgid "%s left the room (%s)." | |
1810 msgstr "%s left the room (%s)." | |
1811 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1812 msgid "Invite to chat" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1813 msgstr "Invite to chat" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1814 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1815 #. Put our happy label in it. |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1816 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1817 "Please enter the name of the user you wish to invite, along with an optional " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1818 "invite message." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1819 msgstr "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1820 "Please enter the name of the user you wish to invite, along with an optional " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1821 "invite message." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1822 |
14948 | 1823 #, c-format |
1824 msgid "Failed to get connection: %s" | |
1825 msgstr "Failed to get connection: %s" | |
1826 | |
1827 #, c-format | |
1828 msgid "Failed to get name: %s" | |
1829 msgstr "Failed to get name: %s" | |
1830 | |
1831 #, c-format | |
1832 msgid "Failed to get serv name: %s" | |
1833 msgstr "Failed to get serv name: %s" | |
1834 | |
17478 | 1835 msgid "Purple's D-BUS server is not running for the reason listed below" |
1836 msgstr "Purple's D-BUS server is not running for the reason listed below" | |
1837 | |
16160 | 1838 msgid "No name" |
1839 msgstr "No name" | |
1840 | |
14948 | 1841 msgid "Unable to create new resolver process\n" |
1842 msgstr "Unable to create new resolver process\n" | |
1843 | |
1844 msgid "Unable to send request to resolver process\n" | |
1845 msgstr "Unable to send request to resolver process\n" | |
1846 | |
1847 #, c-format | |
1848 msgid "" | |
1849 "Error resolving %s:\n" | |
1850 "%s" | |
1851 msgstr "" | |
1852 "Error resolving %s:\n" | |
1853 "%s" | |
1854 | |
1855 #, c-format | |
1856 msgid "Error resolving %s: %d" | |
1857 msgstr "Error resolving %s: %d" | |
1858 | |
1859 #, c-format | |
1860 msgid "" | |
1861 "Error reading from resolver process:\n" | |
1862 "%s" | |
1863 msgstr "" | |
1864 "Error reading from resolver process:\n" | |
1865 "%s" | |
1866 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
1867 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1868 msgid "Resolver process exited without answering our request" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1869 msgstr "Resolver process exited without answering our request" |
14948 | 1870 |
1871 #, c-format | |
1872 msgid "Thread creation failure: %s" | |
1873 msgstr "Thread creation failure: %s" | |
1874 | |
1875 msgid "Unknown reason" | |
1876 msgstr "Unknown reason" | |
1877 | |
1878 #, c-format | |
1879 msgid "" | |
1880 "Error reading %s: \n" | |
1881 "%s.\n" | |
1882 msgstr "" | |
1883 "Error reading %s: \n" | |
1884 "%s.\n" | |
1885 | |
1886 #, c-format | |
1887 msgid "" | |
1888 "Error writing %s: \n" | |
1889 "%s.\n" | |
1890 msgstr "" | |
1891 "Error writing %s: \n" | |
1892 "%s.\n" | |
1893 | |
1894 #, c-format | |
1895 msgid "" | |
1896 "Error accessing %s: \n" | |
1897 "%s.\n" | |
1898 msgstr "" | |
1899 "Error accessing %s: \n" | |
1900 "%s.\n" | |
1901 | |
1902 msgid "Directory is not writable." | |
1903 msgstr "Directory is not writable." | |
1904 | |
1905 msgid "Cannot send a file of 0 bytes." | |
1906 msgstr "Cannot send a file of 0 bytes." | |
1907 | |
1908 msgid "Cannot send a directory." | |
1909 msgstr "Cannot send a directory." | |
1910 | |
1911 #, c-format | |
1912 msgid "%s is not a regular file. Cowardly refusing to overwrite it.\n" | |
1913 msgstr "%s is not a regular file. Cowardly refusing to overwrite it.\n" | |
1914 | |
1915 #, c-format | |
1916 msgid "%s wants to send you %s (%s)" | |
1917 msgstr "%s wants to send you %s (%s)" | |
1918 | |
1919 #, c-format | |
1920 msgid "%s wants to send you a file" | |
1921 msgstr "%s wants to send you a file" | |
1922 | |
1923 #, c-format | |
1924 msgid "Accept file transfer request from %s?" | |
1925 msgstr "Accept file transfer request from %s?" | |
1926 | |
1927 #, c-format | |
1928 msgid "" | |
1929 "A file is available for download from:\n" | |
1930 "Remote host: %s\n" | |
1931 "Remote port: %d" | |
1932 msgstr "" | |
1933 "A file is available for download from:\n" | |
1934 "Remote host: %s\n" | |
1935 "Remote port: %d" | |
1936 | |
1937 #, c-format | |
1938 msgid "%s is offering to send file %s" | |
1939 msgstr "%s is offering to send file %s" | |
1940 | |
1941 #, c-format | |
1942 msgid "%s is not a valid filename.\n" | |
1943 msgstr "%s is not a valid filename.\n" | |
1944 | |
1945 #, c-format | |
1946 msgid "Offering to send %s to %s" | |
1947 msgstr "Offering to send %s to %s" | |
1948 | |
1949 #, c-format | |
1950 msgid "Starting transfer of %s from %s" | |
1951 msgstr "Starting transfer of %s from %s" | |
1952 | |
1953 #, c-format | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1954 msgid "Transfer of file <A HREF=\"file://%s\">%s</A> complete" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1955 msgstr "Transfer of file <A HREF=\"file://%s\">%s</A> complete" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1956 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1957 #, c-format |
14948 | 1958 msgid "Transfer of file %s complete" |
1959 msgstr "Transfer of file %s complete" | |
1960 | |
1961 msgid "File transfer complete" | |
1962 msgstr "File transfer complete" | |
1963 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1964 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1965 msgid "You cancelled the transfer of %s" |
14948 | 1966 msgstr "You cancelled the transfer of %s" |
1967 | |
1968 msgid "File transfer cancelled" | |
1969 msgstr "File transfer cancelled" | |
1970 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1971 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1972 msgid "%s cancelled the transfer of %s" |
14948 | 1973 msgstr "%s cancelled the transfer of %s" |
1974 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1975 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
1976 msgid "%s cancelled the file transfer" |
14948 | 1977 msgstr "%s cancelled the file transfer" |
1978 | |
1979 #, c-format | |
1980 msgid "File transfer to %s failed." | |
1981 msgstr "File transfer to %s failed." | |
1982 | |
1983 #, c-format | |
1984 msgid "File transfer from %s failed." | |
1985 msgstr "File transfer from %s failed." | |
1986 | |
1987 msgid "Run the command in a terminal" | |
1988 msgstr "Run the command in a terminal" | |
1989 | |
1990 msgid "The command used to handle \"aim\" URLs, if enabled." | |
1991 msgstr "The command used to handle \"aim\" URLs, if enabled." | |
1992 | |
1993 msgid "The command used to handle \"gg\" URLs, if enabled." | |
1994 msgstr "The command used to handle \"gg\" URLs, if enabled." | |
1995 | |
1996 msgid "The command used to handle \"icq\" URLs, if enabled." | |
1997 msgstr "The command used to handle \"icq\" URLs, if enabled." | |
1998 | |
1999 msgid "The command used to handle \"irc\" URLs, if enabled." | |
2000 msgstr "The command used to handle \"irc\" URLs, if enabled." | |
2001 | |
2002 msgid "The command used to handle \"msnim\" URLs, if enabled." | |
2003 msgstr "The command used to handle \"msnim\" URLs, if enabled." | |
2004 | |
2005 msgid "The command used to handle \"sip\" URLs, if enabled." | |
2006 msgstr "The command used to handle \"sip\" URLs, if enabled." | |
2007 | |
2008 msgid "The command used to handle \"xmpp\" URLs, if enabled." | |
2009 msgstr "The command used to handle \"xmpp\" URLs, if enabled." | |
2010 | |
2011 msgid "The command used to handle \"ymsgr\" URLs, if enabled." | |
2012 msgstr "The command used to handle \"ymsgr\" URLs, if enabled." | |
2013 | |
2014 msgid "The handler for \"aim\" URLs" | |
2015 msgstr "The handler for \"aim\" URLs" | |
2016 | |
2017 msgid "The handler for \"gg\" URLs" | |
2018 msgstr "The handler for \"gg\" URLs" | |
2019 | |
2020 msgid "The handler for \"icq\" URLs" | |
2021 msgstr "The handler for \"icq\" URLs" | |
2022 | |
2023 msgid "The handler for \"irc\" URLs" | |
2024 msgstr "The handler for \"irc\" URLs" | |
2025 | |
2026 msgid "The handler for \"msnim\" URLs" | |
2027 msgstr "The handler for \"msnim\" URLs" | |
2028 | |
2029 msgid "The handler for \"sip\" URLs" | |
2030 msgstr "The handler for \"sip\" URLs" | |
2031 | |
2032 msgid "The handler for \"xmpp\" URLs" | |
2033 msgstr "The handler for \"xmpp\" URLs" | |
2034 | |
2035 msgid "The handler for \"ymsgr\" URLs" | |
2036 msgstr "The handler for \"ymsgr\" URLs" | |
2037 | |
2038 msgid "" | |
2039 "True if the command specified in the \"command\" key should handle \"aim\" " | |
2040 "URLs." | |
2041 msgstr "" | |
2042 "True if the command specified in the \"command\" key should handle \"aim\" " | |
2043 "URLs." | |
2044 | |
2045 msgid "" | |
2046 "True if the command specified in the \"command\" key should handle \"gg\" " | |
2047 "URLs." | |
2048 msgstr "" | |
2049 "True if the command specified in the \"command\" key should handle \"gg\" " | |
2050 "URLs." | |
2051 | |
2052 msgid "" | |
2053 "True if the command specified in the \"command\" key should handle \"icq\" " | |
2054 "URLs." | |
2055 msgstr "" | |
2056 "True if the command specified in the \"command\" key should handle \"icq\" " | |
2057 "URLs." | |
2058 | |
2059 msgid "" | |
2060 "True if the command specified in the \"command\" key should handle \"irc\" " | |
2061 "URLs." | |
2062 msgstr "" | |
2063 "True if the command specified in the \"command\" key should handle \"irc\" " | |
2064 "URLs." | |
2065 | |
2066 msgid "" | |
2067 "True if the command specified in the \"command\" key should handle \"msnim\" " | |
2068 "URLs." | |
2069 msgstr "" | |
2070 "True if the command specified in the \"command\" key should handle \"msnim\" " | |
2071 "URLs." | |
2072 | |
2073 msgid "" | |
2074 "True if the command specified in the \"command\" key should handle \"sip\" " | |
2075 "URLs." | |
2076 msgstr "" | |
2077 "True if the command specified in the \"command\" key should handle \"sip\" " | |
2078 "URLs." | |
2079 | |
2080 msgid "" | |
2081 "True if the command specified in the \"command\" key should handle \"xmpp\" " | |
2082 "URLs." | |
2083 msgstr "" | |
2084 "True if the command specified in the \"command\" key should handle \"xmpp\" " | |
2085 "URLs." | |
2086 | |
2087 msgid "" | |
2088 "True if the command specified in the \"command\" key should handle \"ymsgr\" " | |
2089 "URLs." | |
2090 msgstr "" | |
2091 "True if the command specified in the \"command\" key should handle \"ymsgr\" " | |
2092 "URLs." | |
2093 | |
2094 msgid "" | |
2095 "True if the command used to handle this type of URL should be run in a " | |
2096 "terminal." | |
2097 msgstr "" | |
2098 "True if the command used to handle this type of URL should be run in a " | |
2099 "terminal." | |
2100 | |
2101 msgid "Whether the specified command should handle \"aim\" URLs" | |
2102 msgstr "Whether the specified command should handle \"aim\" URLs" | |
2103 | |
2104 msgid "Whether the specified command should handle \"gg\" URLs" | |
2105 msgstr "Whether the specified command should handle \"gg\" URLs" | |
2106 | |
2107 msgid "Whether the specified command should handle \"icq\" URLs" | |
2108 msgstr "Whether the specified command should handle \"icq\" URLs" | |
2109 | |
2110 msgid "Whether the specified command should handle \"irc\" URLs" | |
2111 msgstr "Whether the specified command should handle \"irc\" URLs" | |
2112 | |
2113 msgid "Whether the specified command should handle \"msnim\" URLs" | |
2114 msgstr "Whether the specified command should handle \"msnim\" URLs" | |
2115 | |
2116 msgid "Whether the specified command should handle \"sip\" URLs" | |
2117 msgstr "Whether the specified command should handle \"sip\" URLs" | |
2118 | |
2119 msgid "Whether the specified command should handle \"xmpp\" URLs" | |
2120 msgstr "Whether the specified command should handle \"xmpp\" URLs" | |
2121 | |
2122 msgid "Whether the specified command should handle \"ymsgr\" URLs" | |
2123 msgstr "Whether the specified command should handle \"ymsgr\" URLs" | |
2124 | |
10302 | 2125 msgid "<b><font color=\"red\">The logger has no read function</font></b>" |
2126 msgstr "<b><font color=\"red\">The logger has no read function</font></b>" | |
2127 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2128 msgid "HTML" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2129 msgstr "HTML" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2130 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2131 msgid "Plain text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2132 msgstr "Plain text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2133 |
16160 | 2134 msgid "Old flat format" |
2135 msgstr "Old flat format" | |
2136 | |
11762 | 2137 msgid "Logging of this conversation failed." |
11887 | 2138 msgstr "Logging of this conversation failed." |
11762 | 2139 |
10302 | 2140 msgid "XML" |
2141 msgstr "XML" | |
2142 | |
2143 #, c-format | |
2144 msgid "" | |
2145 "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2146 "REPLY>:</b></font> %s<br/>\n" | |
2147 msgstr "" | |
2148 "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2149 "REPLY>:</b></font> %s<br/>\n" | |
2150 | |
2151 #, c-format | |
2152 msgid "" | |
2153 "<font color=\"#A82F2F\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2154 "REPLY>:</b></font> %s<br/>\n" | |
2155 msgstr "" | |
2156 "<font color=\"#A82F2F\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2157 "REPLY>:</b></font> %s<br/>\n" | |
2158 | |
2159 msgid "<font color=\"red\"><b>Unable to find log path!</b></font>" | |
2160 msgstr "<font color=\"red\"><b>Unable to find log path!</b></font>" | |
2161 | |
2162 #, c-format | |
2163 msgid "<font color=\"red\"><b>Could not read file: %s</b></font>" | |
2164 msgstr "<font color=\"red\"><b>Could not read file: %s</b></font>" | |
2165 | |
2166 #, c-format | |
2167 msgid "(%s) %s <AUTO-REPLY>: %s\n" | |
2168 msgstr "(%s) %s <AUTO-REPLY>: %s\n" | |
2169 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2170 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2171 "No codecs found. Install some GStreamer codecs found in GStreamer plugins " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2172 "packages." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2173 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2174 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2175 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2176 "No codecs left. Your codec preferences in fs-codecs.conf are too strict." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2177 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2178 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2179 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2180 msgid "A non-recoverable Farsight2 error has occurred." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2181 msgstr "The following error has occurred:" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2182 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2183 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2184 msgid "Conference error." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2185 msgstr "Conference Closed" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2186 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2187 msgid "Error with your microphone." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2188 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2189 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2190 msgid "Error with your webcam." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2191 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2192 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2193 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2194 msgid "Error creating session: %s" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2195 msgstr "Error creating connection" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2196 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
2197 msgid "Error creating conference." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2198 msgstr "Error creating conference." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
2199 |
14948 | 2200 #, c-format |
2201 msgid "You are using %s, but this plugin requires %s." | |
2202 msgstr "You are using %s, but this plugin requires %s." | |
2203 | |
16160 | 2204 msgid "This plugin has not defined an ID." |
2205 msgstr "This plugin has not defined an ID." | |
2206 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2207 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2208 msgid "Plugin magic mismatch %d (need %d)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2209 msgstr "Plug-in magic mismatch %d (need %d)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2210 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2211 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2212 msgid "ABI version mismatch %d.%d.x (need %d.%d.x)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2213 msgstr "ABI version mismatch %d.%d.x (need %d.%d.x)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2214 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2215 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2216 "Plugin does not implement all required functions (list_icon, login and close)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2217 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2218 "Plugin does not implement all required functions (list_icon, login and close)" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2219 |
7861 | 2220 #, c-format |
2221 msgid "" | |
2222 "The required plugin %s was not found. Please install this plugin and try " | |
2223 "again." | |
2224 msgstr "" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2225 "The required plug-in %s was not found. Please install this plug-in and try " |
7861 | 2226 "again." |
2227 | |
16160 | 2228 msgid "Unable to load the plugin" |
2229 msgstr "Unable to load the plug-in." | |
2230 | |
7861 | 2231 #, c-format |
2232 msgid "The required plugin %s was unable to load." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2233 msgstr "The required plug-in %s could not be loaded." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2234 |
16160 | 2235 msgid "Unable to load your plugin." |
2236 msgstr "Unable to load your plug-in." | |
2237 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2238 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2239 msgid "%s requires %s, but it failed to unload." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2240 msgstr "%s requires %s, but it failed to unload." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2241 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2242 msgid "Autoaccept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2243 msgstr "Autoaccept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2244 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2245 msgid "Auto-accept file transfer requests from selected users." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2246 msgstr "Auto-accept file transfer requests from selected users." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2247 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2248 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2249 msgid "Autoaccepted file transfer of \"%s\" from \"%s\" completed." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2250 msgstr "Autoaccepted file transfer of \"%s\" from \"%s\" completed." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2251 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2252 msgid "Autoaccept complete" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2253 msgstr "Autoaccept complete" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2254 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2255 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2256 msgid "When a file-transfer request arrives from %s" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2257 msgstr "When a file-transfer request arrives from %s" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2258 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2259 msgid "Set Autoaccept Setting" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2260 msgstr "Set Autoaccept Setting" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2261 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2262 msgid "_Save" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2263 msgstr "_Save" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2264 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2265 msgid "_Cancel" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2266 msgstr "_Cancel" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2267 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2268 msgid "Ask" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2269 msgstr "Ask" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2270 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2271 msgid "Auto Accept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2272 msgstr "Auto Accept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2273 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2274 msgid "Auto Reject" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2275 msgstr "Auto Reject" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2276 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2277 msgid "Autoaccept File Transfers..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2278 msgstr "Autoaccept File Transfers..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2279 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2280 #. XXX: Is there a better way than this? There really should be. |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2281 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2282 "Path to save the files in\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2283 "(Please provide the full path)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2284 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2285 "Path to save the files in\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2286 "(Please provide the full path)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2287 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2288 msgid "Automatically reject from users not in buddy list" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2289 msgstr "Automatically reject from users not in buddy list" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2290 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2291 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2292 "Notify with a popup when an autoaccepted file transfer is complete\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2293 "(only when there's no conversation with the sender)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2294 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2295 "Notify with a popup when an autoaccepted file transfer is complete\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2296 "(only when there's no conversation with the sender)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2297 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2298 msgid "Create a new directory for each user" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2299 msgstr "Create a new directory for each user" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2300 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2301 msgid "Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2302 msgstr "Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2303 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2304 msgid "Enter your notes below..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2305 msgstr "Enter your notes below..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2306 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2307 msgid "Edit Notes..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2308 msgstr "Edit Notes..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2309 |
16160 | 2310 #. *< major version |
2311 #. *< minor version | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2312 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2313 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2314 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2315 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2316 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2317 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2318 msgid "Buddy Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2319 msgstr "Buddy Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2320 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2321 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2322 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2323 msgid "Store notes on particular buddies." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2324 msgstr "Store notes on particular buddies." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2325 |
16160 | 2326 #. *< summary |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2327 msgid "Adds the option to store notes for buddies on your buddy list." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2328 msgstr "Adds the option to store notes for buddies on your buddy list." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2329 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2330 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2331 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2332 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2333 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2334 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2335 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2336 msgid "Cipher Test" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2337 msgstr "Cipher Test" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2338 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2339 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2340 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2341 #. * summary |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2342 #. * description |
16160 | 2343 msgid "Tests the ciphers that ship with libpurple." |
2344 msgstr "Tests the ciphers that ship with libpurple." | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2345 |
14948 | 2346 #. *< type |
2347 #. *< ui_requirement | |
2348 #. *< flags | |
2349 #. *< dependencies | |
2350 #. *< priority | |
2351 #. *< id | |
2352 msgid "DBus Example" | |
2353 msgstr "DBus Example" | |
2354 | |
2355 #. *< name | |
2356 #. *< version | |
2357 #. * summary | |
2358 #. * description | |
2359 msgid "DBus Plugin Example" | |
2360 msgstr "DBus Plug-in Example" | |
2361 | |
2362 #. *< type | |
2363 #. *< ui_requirement | |
2364 #. *< flags | |
2365 #. *< dependencies | |
2366 #. *< priority | |
2367 #. *< id | |
16160 | 2368 msgid "File Control" |
2369 msgstr "File Control" | |
14948 | 2370 |
2371 #. *< name | |
2372 #. *< version | |
2373 #. * summary | |
2374 #. * description | |
16160 | 2375 msgid "Allows control by entering commands in a file." |
2376 msgstr "Allows control by entering commands in a file." | |
2377 | |
14948 | 2378 msgid "Minutes" |
2379 msgstr "Minutes" | |
2380 | |
2381 #. This is a cultural reference. Dy'er Mak'er is a song by Led Zeppelin. | |
2382 #. If that doesn't translate well into your language, drop the 's before translating. | |
2383 msgid "I'dle Mak'er" | |
2384 msgstr "I'dle Mak'er" | |
2385 | |
2386 msgid "Set Account Idle Time" | |
2387 msgstr "Set Account Idle Time" | |
2388 | |
2389 msgid "_Set" | |
2390 msgstr "_Set" | |
2391 | |
2392 msgid "None of your accounts are idle." | |
2393 msgstr "None of your accounts are idle." | |
2394 | |
2395 msgid "Unset Account Idle Time" | |
2396 msgstr "Unset Account Idle Time" | |
2397 | |
2398 msgid "_Unset" | |
2399 msgstr "_Unset" | |
2400 | |
2401 msgid "Set Idle Time for All Accounts" | |
2402 msgstr "Set Idle Time for All Accounts" | |
2403 | |
2404 msgid "Unset Idle Time for All Idled Accounts" | |
2405 msgstr "Unset Idle Time For All Idled Accounts" | |
2406 | |
2407 msgid "Allows you to hand-configure how long you've been idle" | |
2408 msgstr "Allows you to hand-configure how long you've been idle for" | |
2409 | |
2410 #. *< type | |
2411 #. *< ui_requirement | |
2412 #. *< flags | |
2413 #. *< dependencies | |
2414 #. *< priority | |
2415 #. *< id | |
2416 msgid "IPC Test Client" | |
2417 msgstr "IPC Test Client" | |
2418 | |
2419 #. *< name | |
2420 #. *< version | |
2421 #. * summary | |
2422 msgid "Test plugin IPC support, as a client." | |
2423 msgstr "Test plug-in IPC support, as a client." | |
2424 | |
2425 #. * description | |
2426 msgid "" | |
2427 "Test plugin IPC support, as a client. This locates the server plugin and " | |
2428 "calls the commands registered." | |
2429 msgstr "" | |
2430 "Test plug-in IPC support, as a client. This locates the server plug-in and " | |
2431 "calls the commands registered." | |
2432 | |
2433 #. *< type | |
2434 #. *< ui_requirement | |
2435 #. *< flags | |
2436 #. *< dependencies | |
2437 #. *< priority | |
2438 #. *< id | |
2439 msgid "IPC Test Server" | |
2440 msgstr "IPC Test Server" | |
2441 | |
2442 #. *< name | |
2443 #. *< version | |
2444 #. * summary | |
2445 msgid "Test plugin IPC support, as a server." | |
2446 msgstr "Test plug-in IPC support, as a server." | |
2447 | |
2448 #. * description | |
2449 msgid "Test plugin IPC support, as a server. This registers the IPC commands." | |
2450 msgstr "" | |
2451 "Test plug-in IPC support, as a server. This registers the IPC commands." | |
2452 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2453 msgid "Hide Joins/Parts" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2454 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2455 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2456 #. Translators: Followed by an input request a number of people |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2457 msgid "For rooms with more than this many people" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2458 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2459 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2460 msgid "If user has not spoken in this many minutes" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
2461 msgstr "" |
16160 | 2462 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2463 msgid "Apply hiding rules to buddies" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2464 msgstr "Apply hiding rules to buddies" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2465 |
16160 | 2466 #. *< type |
2467 #. *< ui_requirement | |
2468 #. *< flags | |
2469 #. *< dependencies | |
2470 #. *< priority | |
2471 #. *< id | |
2472 msgid "Join/Part Hiding" | |
2473 msgstr "Join/Part Hiding" | |
2474 | |
2475 #. *< name | |
2476 #. *< version | |
2477 #. * summary | |
2478 msgid "Hides extraneous join/part messages." | |
2479 msgstr "Hides extraneous join/part messages." | |
2480 | |
2481 #. * description | |
2482 msgid "" | |
2483 "This plugin hides join/part messages in large rooms, except for those users " | |
2484 "actively taking part in a conversation." | |
2485 msgstr "" | |
2486 "This plugin hides join/part messages in large rooms, except for those users " | |
2487 "actively taking part in a conversation." | |
2488 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2489 #. This is used in the place of a timezone abbreviation if the |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2490 #. * offset is way off. The user should never really see it, but |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2491 #. * it's here just in case. The parens are to make it clear it's |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2492 #. * not a real timezone. |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2493 msgid "(UTC)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2494 msgstr "(UTC)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2495 |
14948 | 2496 msgid "User is offline." |
2497 msgstr "User is offline." | |
2498 | |
2499 msgid "Auto-response sent:" | |
2500 msgstr "Auto-response sent:" | |
2501 | |
2502 #, c-format | |
2503 msgid "%s has signed off." | |
2504 msgstr "%s has signed off." | |
2505 | |
2506 msgid "One or more messages may have been undeliverable." | |
2507 msgstr "One or more messages may not have been delivered." | |
2508 | |
2509 msgid "You were disconnected from the server." | |
2510 msgstr "You were disconnected from the server." | |
2511 | |
2512 msgid "" | |
2513 "You are currently disconnected. Messages will not be received unless you are " | |
2514 "logged in." | |
2515 msgstr "" | |
2516 "You are currently disconnected. Messages will not be received unless you are " | |
2517 "logged in." | |
2518 | |
2519 msgid "Message could not be sent because the maximum length was exceeded." | |
2520 msgstr "Message could not be sent because the maximum length was exceeded." | |
2521 | |
2522 msgid "Message could not be sent." | |
2523 msgstr "Message could not be sent." | |
2524 | |
2525 #. The names of IM clients are marked for translation at the request of | |
2526 #. translators who wanted to transliterate them. Many translators | |
2527 #. choose to leave them alone. Choose what's best for your language. | |
2528 msgid "Adium" | |
2529 msgstr "Adium" | |
2530 | |
2531 #. The names of IM clients are marked for translation at the request of | |
2532 #. translators who wanted to transliterate them. Many translators | |
2533 #. choose to leave them alone. Choose what's best for your language. | |
2534 msgid "Fire" | |
2535 msgstr "Fire" | |
2536 | |
2537 #. The names of IM clients are marked for translation at the request of | |
2538 #. translators who wanted to transliterate them. Many translators | |
2539 #. choose to leave them alone. Choose what's best for your language. | |
2540 msgid "Messenger Plus!" | |
2541 msgstr "Messenger Plus!" | |
2542 | |
2543 #. The names of IM clients are marked for translation at the request of | |
2544 #. translators who wanted to transliterate them. Many translators | |
2545 #. choose to leave them alone. Choose what's best for your language. | |
19927 | 2546 msgid "QIP" |
2547 msgstr "QIP" | |
2548 | |
2549 #. The names of IM clients are marked for translation at the request of | |
2550 #. translators who wanted to transliterate them. Many translators | |
2551 #. choose to leave them alone. Choose what's best for your language. | |
14948 | 2552 msgid "MSN Messenger" |
2553 msgstr "MSN Messenger" | |
2554 | |
2555 #. The names of IM clients are marked for translation at the request of | |
2556 #. translators who wanted to transliterate them. Many translators | |
2557 #. choose to leave them alone. Choose what's best for your language. | |
2558 msgid "Trillian" | |
2559 msgstr "Trillian" | |
2560 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2561 #. The names of IM clients are marked for translation at the request of |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2562 #. translators who wanted to transliterate them. Many translators |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2563 #. choose to leave them alone. Choose what's best for your language. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2564 msgid "aMSN" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2565 msgstr "aMSN" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2566 |
14948 | 2567 #. Add general preferences. |
2568 msgid "General Log Reading Configuration" | |
2569 msgstr "General Log Reading Configuration" | |
2570 | |
2571 msgid "Fast size calculations" | |
2572 msgstr "Fast size calculations" | |
2573 | |
2574 msgid "Use name heuristics" | |
2575 msgstr "Use name heuristics" | |
2576 | |
2577 #. Add Log Directory preferences. | |
2578 msgid "Log Directory" | |
2579 msgstr "Log Directory" | |
2580 | |
2581 #. *< type | |
2582 #. *< ui_requirement | |
2583 #. *< flags | |
2584 #. *< dependencies | |
2585 #. *< priority | |
2586 #. *< id | |
2587 msgid "Log Reader" | |
2588 msgstr "Log Reader" | |
2589 | |
2590 #. *< name | |
2591 #. *< version | |
2592 #. * summary | |
2593 msgid "Includes other IM clients' logs in the log viewer." | |
2594 msgstr "Includes other IM clients' logs in the log viewer." | |
2595 | |
2596 #. * description | |
2597 msgid "" | |
2598 "When viewing logs, this plugin will include logs from other IM clients. " | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2599 "Currently, this includes Adium, MSN Messenger, aMSN, and Trillian.\n" |
14948 | 2600 "\n" |
2601 "WARNING: This plugin is still alpha code and may crash frequently. Use it " | |
2602 "at your own risk!" | |
2603 msgstr "" | |
2604 "When viewing logs, this plugin will include logs from other IM clients. " | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2605 "Currently, this includes Adium, MSN Messenger, aMSN, and Trillian.\n" |
14948 | 2606 "\n" |
2607 "WARNING: This plugin is still alpha code and may crash frequently. Use it " | |
2608 "at your own risk!" | |
2609 | |
2610 msgid "Mono Plugin Loader" | |
2611 msgstr "Mono Plug-in Loader" | |
2612 | |
2613 msgid "Loads .NET plugins with Mono." | |
2614 msgstr "Loads .NET plug-ins with Mono." | |
2615 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2616 msgid "Add new line in IMs" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2617 msgstr "Add new line in IMs" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2618 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2619 msgid "Add new line in Chats" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2620 msgstr "Add new line in Chats" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2621 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2622 #. *< magic |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2623 #. *< major version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2624 #. *< minor version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2625 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2626 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2627 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2628 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2629 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2630 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2631 msgid "New Line" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2632 msgstr "New Line" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2633 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2634 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2635 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2636 msgid "Prepends a newline to displayed message." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2637 msgstr "Prepends a newline to displayed message." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2638 |
16160 | 2639 #. *< summary |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2640 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2641 "Prepends a newline to messages so that the rest of the message appears below " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2642 "the username in the conversation window." |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2643 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2644 "Prepends a newline to messages so that the rest of the message appears below " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2645 "the username in the conversation window." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2646 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2647 msgid "Offline Message Emulation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2648 msgstr "Offline Message Emulation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2649 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2650 msgid "Save messages sent to an offline user as pounce." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2651 msgstr "Save messages sent to an offline user as pounce." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2652 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2653 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2654 "The rest of the messages will be saved as pounces. You can edit/delete the " |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2655 "pounce from the `Buddy Pounce' dialog." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2656 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2657 "The rest of the messages will be saved as pounces. You can edit/delete the " |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2658 "pounce from the `Buddy Pounce' dialog." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2659 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2660 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2661 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2662 "\"%s\" is currently offline. Do you want to save the rest of the messages in " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2663 "a pounce and automatically send them when \"%s\" logs back in?" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2664 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2665 "\"%s\" is currently offline. Do you want to save the rest of the messages in " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2666 "a pounce and automatically send them when \"%s\" logs back in?" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2667 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2668 msgid "Offline Message" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2669 msgstr "Offline Message" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2670 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2671 msgid "You can edit/delete the pounce from the `Buddy Pounces' dialog" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2672 msgstr "You can edit/delete the pounce from the `Buddy Pounces' dialog" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2673 |
16160 | 2674 msgid "Yes" |
2675 msgstr "Yes" | |
2676 | |
2677 msgid "No" | |
2678 msgstr "No" | |
2679 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2680 msgid "Save offline messages in pounce" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2681 msgstr "Save offline messages in pounce" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2682 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2683 msgid "Do not ask. Always save in pounce." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2684 msgstr "Do not ask. Always save in pounce." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2685 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2686 msgid "One Time Password" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2687 msgstr "One Time Password" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2688 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2689 #. *< type |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2690 #. *< ui_requirement |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2691 #. *< flags |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2692 #. *< dependencies |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2693 #. *< priority |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2694 #. *< id |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2695 msgid "One Time Password Support" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2696 msgstr "One Time Password Support" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2697 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2698 #. *< name |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2699 #. *< version |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2700 #. * summary |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2701 msgid "Enforce that passwords are used only once." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2702 msgstr "Enforce that passwords are used only once." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2703 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2704 #. * description |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2705 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2706 "Allows you to enforce on a per-account basis that passwords not being saved " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2707 "are only used in a single successful connection.\n" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2708 "Note: The account password must not be saved for this to work." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2709 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2710 "Allows you to enforce on a per-account basis that passwords not being saved " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2711 "are only used in a single successful connection.\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2712 "Note: The account password must not be saved for this to work." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2713 |
14948 | 2714 #. *< type |
2715 #. *< ui_requirement | |
2716 #. *< flags | |
2717 #. *< dependencies | |
2718 #. *< priority | |
2719 #. *< id | |
2720 msgid "Perl Plugin Loader" | |
2721 msgstr "Perl Plug-in Loader" | |
2722 | |
2723 #. *< name | |
2724 #. *< version | |
2725 #. *< summary | |
2726 msgid "Provides support for loading perl plugins." | |
2727 msgstr "Provides support for loading perl plug-ins." | |
2728 | |
2729 msgid "Psychic Mode" | |
2730 msgstr "Psychic Mode" | |
2731 | |
2732 msgid "Psychic mode for incoming conversation" | |
2733 msgstr "Psychic mode for incoming conversation" | |
2734 | |
2735 msgid "" | |
2736 "Causes conversation windows to appear as other users begin to message you. " | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
2737 "This works for AIM, ICQ, XMPP, Sametime, and Yahoo!" |
14948 | 2738 msgstr "" |
2739 "Causes conversation windows to appear as other users begin to message you. " | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
2740 "This works for AIM, ICQ, XMPP, Sametime, and Yahoo!" |
14948 | 2741 |
2742 msgid "You feel a disturbance in the force..." | |
22062
786bf5f84ce7
Sir Alec Guinness was horrified to see this.
Will Thompson <will.thompson@collabora.co.uk>
parents:
20271
diff
changeset
|
2743 msgstr "You feel a disturbance in the force..." |
17478 | 2744 |
14948 | 2745 msgid "Only enable for users on the buddy list" |
2746 msgstr "Only enable for users on the buddy list" | |
2747 | |
2748 msgid "Disable when away" | |
2749 msgstr "Disable when away" | |
2750 | |
2751 msgid "Display notification message in conversations" | |
2752 msgstr "Display notification message in conversations" | |
2753 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2754 msgid "Raise psychic conversations" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2755 msgstr "Raise psychic conversations" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2756 |
14948 | 2757 #. *< type |
2758 #. *< ui_requirement | |
2759 #. *< flags | |
2760 #. *< dependencies | |
2761 #. *< priority | |
2762 #. *< id | |
2763 msgid "Signals Test" | |
2764 msgstr "Signals Test" | |
2765 | |
2766 #. *< name | |
2767 #. *< version | |
2768 #. * summary | |
2769 #. * description | |
2770 msgid "Test to see that all signals are working properly." | |
2771 msgstr "Test to see that all signals are working properly." | |
2772 | |
2773 #. *< type | |
2774 #. *< ui_requirement | |
2775 #. *< flags | |
2776 #. *< dependencies | |
2777 #. *< priority | |
2778 #. *< id | |
2779 msgid "Simple Plugin" | |
2780 msgstr "Simple Plug-in" | |
2781 | |
2782 #. *< name | |
2783 #. *< version | |
2784 #. * summary | |
2785 #. * description | |
2786 msgid "Tests to see that most things are working." | |
2787 msgstr "Tests to see that most things are working." | |
2788 | |
19927 | 2789 #. Scheme name |
2790 msgid "X.509 Certificates" | |
2791 msgstr "X.509 Certificates" | |
2792 | |
2793 #. *< type | |
2794 #. *< ui_requirement | |
2795 #. *< flags | |
2796 #. *< dependencies | |
2797 #. *< priority | |
2798 #. *< id | |
2799 msgid "GNUTLS" | |
2800 msgstr "GNUTLS" | |
2801 | |
2802 #. *< name | |
2803 #. *< version | |
2804 #. * summary | |
2805 #. * description | |
2806 msgid "Provides SSL support through GNUTLS." | |
2807 msgstr "Provides SSL support through GNUTLS." | |
2808 | |
2809 #. *< type | |
2810 #. *< ui_requirement | |
2811 #. *< flags | |
2812 #. *< dependencies | |
2813 #. *< priority | |
2814 #. *< id | |
2815 msgid "NSS" | |
2816 msgstr "NSS" | |
2817 | |
2818 #. *< name | |
2819 #. *< version | |
2820 #. * summary | |
2821 #. * description | |
2822 msgid "Provides SSL support through Mozilla NSS." | |
2823 msgstr "Provides SSL support through Mozilla NSS." | |
2824 | |
14948 | 2825 #. *< type |
2826 #. *< ui_requirement | |
2827 #. *< flags | |
2828 #. *< dependencies | |
2829 #. *< priority | |
2830 #. *< id | |
2831 msgid "SSL" | |
2832 msgstr "SSL" | |
2833 | |
2834 #. *< name | |
2835 #. *< version | |
2836 #. * summary | |
2837 #. * description | |
2838 msgid "Provides a wrapper around SSL support libraries." | |
2839 msgstr "Provides a wrapper around SSL support libraries." | |
2840 | |
2841 #, c-format | |
2842 msgid "%s is no longer away." | |
2843 msgstr "%s is no longer away." | |
2844 | |
2845 #, c-format | |
2846 msgid "%s has gone away." | |
2847 msgstr "%s has gone away." | |
2848 | |
2849 #, c-format | |
2850 msgid "%s has become idle." | |
2851 msgstr "%s has become idle." | |
2852 | |
2853 #, c-format | |
2854 msgid "%s is no longer idle." | |
2855 msgstr "%s is no longer idle." | |
2856 | |
2857 #, c-format | |
2858 msgid "%s has signed on." | |
2859 msgstr "%s has signed on." | |
2860 | |
2861 msgid "Notify When" | |
2862 msgstr "Notify When" | |
2863 | |
2864 msgid "Buddy Goes _Away" | |
2865 msgstr "Buddy Goes _Away" | |
2866 | |
2867 msgid "Buddy Goes _Idle" | |
2868 msgstr "Buddy Becomes _Idle" | |
2869 | |
2870 msgid "Buddy _Signs On/Off" | |
2871 msgstr "Buddy _Signs On/Off" | |
2872 | |
2873 #. *< type | |
2874 #. *< ui_requirement | |
2875 #. *< flags | |
2876 #. *< dependencies | |
2877 #. *< priority | |
2878 #. *< id | |
2879 msgid "Buddy State Notification" | |
2880 msgstr "Buddy State Notification" | |
2881 | |
2882 #. *< name | |
2883 #. *< version | |
2884 #. * summary | |
2885 #. * description | |
2886 msgid "" | |
2887 "Notifies in a conversation window when a buddy goes or returns from away or " | |
2888 "idle." | |
2889 msgstr "" | |
2890 "Notifies in a conversation window when a buddy goes or returns from away or " | |
2891 "idle." | |
2892 | |
2893 msgid "Tcl Plugin Loader" | |
2894 msgstr "Tcl Plug-in Loader" | |
2895 | |
2896 msgid "Provides support for loading Tcl plugins" | |
2897 msgstr "Provides support for loading Tcl plug-ins" | |
2898 | |
2899 msgid "" | |
2900 "Unable to detect ActiveTCL installation. If you wish to use TCL plugins, " | |
2901 "install ActiveTCL from http://www.activestate.com\n" | |
2902 msgstr "" | |
2903 "Unable to detect ActiveTCL installation. If you wish to use TCL plugins, " | |
2904 "install ActiveTCL from http://www.activestate.com\n" | |
2905 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2906 msgid "" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2907 "Unable to find Apple's \"Bonjour for Windows\" toolkit, see http://d.pidgin." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2908 "im/BonjourWindows for more information." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2909 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2910 "Unable to find Apple's \"Bonjour for Windows\" toolkit, see http://d.pidgin." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2911 "im/BonjourWindows for more information." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2912 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2913 msgid "Unable to listen for incoming IM connections" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2914 msgstr "Unable to listen for incoming IM connections" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2915 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2916 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2917 "Unable to establish connection with the local mDNS server. Is it running?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2918 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2919 "Unable to establish connection with the local mDNS server - is it running?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2920 |
19927 | 2921 msgid "First name" |
2922 msgstr "Forename" | |
2923 | |
2924 msgid "Last name" | |
2925 msgstr "Surname" | |
2926 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
2927 msgid "Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
2928 msgstr "Email" |
19927 | 2929 |
2930 msgid "AIM Account" | |
2931 msgstr "AIM Account" | |
2932 | |
2933 msgid "XMPP Account" | |
2934 msgstr "XMPP Account" | |
16160 | 2935 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2936 #. *< type |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2937 #. *< ui_requirement |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2938 #. *< flags |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2939 #. *< dependencies |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2940 #. *< priority |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2941 #. *< id |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2942 #. *< name |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2943 #. *< version |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2944 #. * summary |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2945 #. * description |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2946 msgid "Bonjour Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2947 msgstr "Bonjour Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2948 |
16160 | 2949 msgid "Purple Person" |
2950 msgstr "Purple Person" | |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2951 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2952 #. Creating the options for the protocol |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2953 msgid "Local Port" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2954 msgstr "Local Port" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2955 |
14948 | 2956 msgid "Bonjour" |
2957 msgstr "Bonjour" | |
2958 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2959 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2960 msgid "%s has closed the conversation." |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2961 msgstr "%s has closed the conversation." |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2962 |
19927 | 2963 msgid "Unable to send the message, the conversation couldn't be started." |
2964 msgstr "Unable to send the message: the conversation couldn't be started." | |
2965 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2966 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2967 msgid "Unable to create socket: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2968 msgstr "Unable to create socket: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2969 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2970 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2971 msgid "Unable to bind socket to port: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2972 msgstr "Unable to bind socket to port: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2973 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2974 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2975 msgid "Unable to listen on socket: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2976 msgstr "Unable to listen on socket: %s" |
14948 | 2977 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2978 msgid "Error communicating with local mDNSResponder." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2979 msgstr "Error communicating with local mDNSResponder." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2980 |
14948 | 2981 msgid "Invalid proxy settings" |
2982 msgstr "Invalid proxy settings" | |
2983 | |
2984 msgid "" | |
2985 "Either the host name or port number specified for your given proxy type is " | |
2986 "invalid." | |
2987 msgstr "" | |
2988 "Either the host name or port number specified for your given proxy type is " | |
2989 "invalid." | |
2990 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2991 msgid "Token Error" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2992 msgstr "Token Error" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2993 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2994 msgid "Unable to fetch the token.\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2995 msgstr "Unable to fetch the token.\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2996 |
11762 | 2997 msgid "Save Buddylist..." |
11887 | 2998 msgstr "Send Buddylist..." |
7861 | 2999 |
11762 | 3000 msgid "Your buddylist is empty, nothing was written to the file." |
11887 | 3001 msgstr "Your buddylist is empty, nothing was written to the file." |
11762 | 3002 |
3003 msgid "Buddylist saved successfully!" | |
11887 | 3004 msgstr "Buddylist saved successfully!" |
11762 | 3005 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3006 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3007 msgid "Couldn't write buddy list for %s to %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3008 msgstr "Couldn't write buddy list for %s to %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3009 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3010 msgid "Couldn't load buddylist" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3011 msgstr "Couldn't load buddy list" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3012 |
11762 | 3013 msgid "Load Buddylist..." |
11887 | 3014 msgstr "Load Buddylist..." |
11762 | 3015 |
3016 msgid "Buddylist loaded successfully!" | |
11887 | 3017 msgstr "Buddylist loaded successfully!" |
11762 | 3018 |
3019 msgid "Save buddylist..." | |
11887 | 3020 msgstr "Save buddylist..." |
11762 | 3021 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3022 msgid "Load buddylist from file..." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3023 msgstr "Load buddylist from file..." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3024 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3025 msgid "You must fill in all registration fields" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3026 msgstr "You must fill in all registration fields" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3027 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3028 msgid "Passwords do not match" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3029 msgstr "Passwords do not match" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3030 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3031 msgid "Unable to register new account. An unknown error occurred." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3032 msgstr "Unable to register new account. An unknown error occurred." |
11762 | 3033 |
3034 msgid "New Gadu-Gadu Account Registered" | |
11887 | 3035 msgstr "New Gadu-Gadu Account Registered" |
11762 | 3036 |
3037 msgid "Registration completed successfully!" | |
11887 | 3038 msgstr "Registration completed successfully!" |
11762 | 3039 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3040 msgid "Password" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3041 msgstr "Password" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3042 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3043 msgid "Password (again)" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3044 msgstr "Password (again)" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3045 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3046 msgid "Enter captcha text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3047 msgstr "Enter captcha text" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3048 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3049 msgid "Captcha" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3050 msgstr "Captcha" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3051 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3052 msgid "Register New Gadu-Gadu Account" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3053 msgstr "Register New Gadu-Gadu Account" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3054 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3055 msgid "Please, fill in the following fields" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3056 msgstr "Please fill in the following fields" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3057 |
11762 | 3058 msgid "City" |
3059 msgstr "City" | |
3060 | |
3061 msgid "Year of birth" | |
11887 | 3062 msgstr "Year of birth" |
11762 | 3063 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3064 msgid "Gender" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3065 msgstr "Gender" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3066 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3067 msgid "Male or female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3068 msgstr "Male or female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3069 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3070 msgid "Male" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3071 msgstr "Male" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3072 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3073 msgid "Female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3074 msgstr "Female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3075 |
11762 | 3076 msgid "Only online" |
11887 | 3077 msgstr "Only online" |
11762 | 3078 |
3079 msgid "Find buddies" | |
11887 | 3080 msgstr "Find buddies" |
11762 | 3081 |
3082 msgid "Please, enter your search criteria below" | |
11887 | 3083 msgstr "Please enter your search criteria below" |
11762 | 3084 |
3085 msgid "Fill in the fields." | |
11887 | 3086 msgstr "Fill in the fields." |
11762 | 3087 |
3088 msgid "Your current password is different from the one that you specified." | |
11887 | 3089 msgstr "Your current password is different from the one that you specified." |
11762 | 3090 |
14948 | 3091 msgid "Unable to change password. Error occurred.\n" |
23376
85fc34efe733
Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
23182
diff
changeset
|
3092 msgstr "Unable to change password. An error occurred.\n" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3093 |
11762 | 3094 msgid "Change password for the Gadu-Gadu account" |
11887 | 3095 msgstr "Change password for the Gadu-Gadu account" |
11762 | 3096 |
3097 msgid "Password was changed successfully!" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3098 msgstr "Password successfully changed!" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3099 |
11762 | 3100 msgid "Current password" |
11887 | 3101 msgstr "Current password" |
11762 | 3102 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3103 msgid "Password (retype)" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3104 msgstr "Password (retype)" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3105 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3106 msgid "Enter current token" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3107 msgstr "Enter current token" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3108 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3109 msgid "Current token" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3110 msgstr "Current token" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3111 |
11762 | 3112 msgid "Please, enter your current password and your new password for UIN: " |
11887 | 3113 msgstr "Please enter your current password and your new password for UIN: " |
11762 | 3114 |
3115 msgid "Change Gadu-Gadu Password" | |
11887 | 3116 msgstr "Change Gadu-Gadu password" |
11762 | 3117 |
11887 | 3118 #, c-format |
11762 | 3119 msgid "Select a chat for buddy: %s" |
11887 | 3120 msgstr "Select a chat for buddy: %s" |
11762 | 3121 |
3122 msgid "Add to chat..." | |
11887 | 3123 msgstr "Add to chat..." |
11762 | 3124 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3125 #. Global |
16160 | 3126 msgid "Available" |
3127 msgstr "Available" | |
3128 | |
19927 | 3129 #. get_yahoo_status_from_purple_status() returns YAHOO_STATUS_CUSTOM for |
3130 #. * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message | |
3131 #. Away stuff | |
3132 msgid "Away" | |
3133 msgstr "Away" | |
3134 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3135 msgid "UIN" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3136 msgstr "UIN" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3137 |
14948 | 3138 msgid "First Name" |
3139 msgstr "Forename" | |
3140 | |
3141 msgid "Birth Year" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3142 msgstr "Year of birth" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3143 |
14948 | 3144 msgid "Unable to display the search results." |
3145 msgstr "Unable to display the search results." | |
3146 | |
11762 | 3147 msgid "Gadu-Gadu Public Directory" |
11887 | 3148 msgstr "Gadu-Gadu Public Directory" |
11762 | 3149 |
3150 msgid "Search results" | |
11887 | 3151 msgstr "Search results" |
11762 | 3152 |
14948 | 3153 msgid "No matching users found" |
3154 msgstr "No matching users found" | |
3155 | |
3156 msgid "There are no users matching your search criteria." | |
3157 msgstr "There are no users matching your search criteria." | |
3158 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3159 msgid "Unable to read from socket" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3160 msgstr "Unable to read from socket" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3161 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3162 msgid "Buddy list downloaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3163 msgstr "Buddy list downloaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3164 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3165 msgid "Your buddy list was downloaded from the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3166 msgstr "Your buddy list was downloaded from the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3167 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3168 msgid "Buddy list uploaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3169 msgstr "Buddy list uploaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3170 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3171 msgid "Your buddy list was stored on the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3172 msgstr "Your buddy list was stored on the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3173 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3174 #. The session is now set up, ready to be connected. This emits the |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3175 #. * signedOn signal, so clients can now do anything with msimprpl, and |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3176 #. * we're ready for it (session key, userid, username all setup). |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3177 msgid "Connected" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3178 msgstr "Connected" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3179 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3180 msgid "Connection failed" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3181 msgstr "Connection failed" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3182 |
11762 | 3183 msgid "Add to chat" |
11887 | 3184 msgstr "Add to chat" |
11762 | 3185 |
3186 msgid "Chat _name:" | |
11887 | 3187 msgstr "Chat _name:" |
11762 | 3188 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3189 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3190 msgid "Unable to resolve hostname '%s': %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3191 msgstr "Unable to resolve hostname '%s': %s" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3192 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3193 #. 1. connect to server |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3194 #. connect to the server |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3195 msgid "Connecting" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3196 msgstr "Connecting" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3197 |
11762 | 3198 msgid "Chat error" |
11887 | 3199 msgstr "Chat error" |
11762 | 3200 |
3201 msgid "This chat name is already in use" | |
11887 | 3202 msgstr "This chat name is already in use" |
11762 | 3203 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3204 msgid "Not connected to the server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3205 msgstr "Not connected to the server" |
11762 | 3206 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3207 msgid "Find buddies..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3208 msgstr "Find buddies..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3209 |
17478 | 3210 msgid "Change password..." |
3211 msgstr "Change password..." | |
3212 | |
3213 msgid "Upload buddylist to Server" | |
3214 msgstr "Upload buddylist to Server" | |
3215 | |
11762 | 3216 msgid "Download buddylist from Server" |
11887 | 3217 msgstr "Download buddylist from Server" |
11762 | 3218 |
3219 msgid "Delete buddylist from Server" | |
11887 | 3220 msgstr "Delete buddylist from Server" |
7861 | 3221 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3222 msgid "Save buddylist to file..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3223 msgstr "Save buddylist to file..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3224 |
11762 | 3225 #. magic |
3226 #. major_version | |
3227 #. minor_version | |
3228 #. plugin type | |
3229 #. ui_requirement | |
3230 #. flags | |
3231 #. dependencies | |
3232 #. priority | |
3233 #. id | |
3234 #. name | |
3235 #. version | |
7861 | 3236 msgid "Gadu-Gadu Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3237 msgstr "Gadu-Gadu Protocol Plug-in" |
7861 | 3238 |
11762 | 3239 #. summary |
3240 msgid "Polish popular IM" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3241 msgstr "Polish popular IM system" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3242 |
11762 | 3243 msgid "Gadu-Gadu User" |
11887 | 3244 msgstr "Gadu-Gadu User" |
11762 | 3245 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3246 msgid "GG server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3247 msgstr "GG server" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3248 |
7861 | 3249 #, c-format |
3250 msgid "Unknown command: %s" | |
3251 msgstr "Unknown command: %s" | |
3252 | |
3253 #, c-format | |
3254 msgid "current topic is: %s" | |
3255 msgstr "current topic is: %s" | |
3256 | |
3257 msgid "No topic is set" | |
3258 msgstr "No topic is set" | |
3259 | |
11762 | 3260 msgid "File Transfer Failed" |
11887 | 3261 msgstr "File Transfer Failed" |
8469 | 3262 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3263 msgid "Unable to open a listening port." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3264 msgstr "Unable to open a listening port." |
16160 | 3265 |
8460 | 3266 msgid "Error displaying MOTD" |
3267 msgstr "Error displaying MOTD" | |
3268 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3269 msgid "No MOTD available" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3270 msgstr "No MOTD available" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3271 |
7861 | 3272 msgid "There is no MOTD associated with this connection." |
3273 msgstr "There is no MOTD associated with this connection." | |
3274 | |
3275 #, c-format | |
3276 msgid "MOTD for %s" | |
3277 msgstr "MOTD for %s" | |
3278 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3279 #. |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3280 #. * TODO: Handle this better. Probably requires a PurpleBOSHConnection |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3281 #. * buffer that stores what is "being sent" until the |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3282 #. * PurpleHTTPConnection reports it is fully sent. |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3283 #. |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3284 #. TODO: what to do here - do we really have to disconnect? |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3285 #. TODO: do we really want to disconnect on a failure to write? |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3286 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3287 msgid "Lost connection with server: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3288 msgstr "Lost connection with server: %s" |
9524 | 3289 |
7861 | 3290 msgid "View MOTD" |
3291 msgstr "View MOTD" | |
3292 | |
8100 | 3293 msgid "_Channel:" |
3294 msgstr "_Channel:" | |
3295 | |
3296 msgid "_Password:" | |
3297 msgstr "_Password:" | |
3298 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3299 msgid "IRC nick and server may not contain whitespace" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3300 msgstr "IRC nick and server may not contain whitespace" |
7861 | 3301 |
11762 | 3302 msgid "SSL support unavailable" |
3303 msgstr "SSL support unavailable" | |
3304 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3305 msgid "Unable to connect" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3306 msgstr "Unable to connect" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3307 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3308 #. this is a regular connect, error out |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3309 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3310 msgid "Unable to connect: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3311 msgstr "Unable to connect: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3312 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3313 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3314 msgid "Server closed the connection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3315 msgstr "Server closed the connection" |
8100 | 3316 |
8469 | 3317 msgid "Users" |
3318 msgstr "Users" | |
3319 | |
3320 msgid "Topic" | |
3321 msgstr "Topic" | |
3322 | |
7861 | 3323 #. *< type |
3324 #. *< ui_requirement | |
3325 #. *< flags | |
3326 #. *< dependencies | |
3327 #. *< priority | |
3328 #. *< id | |
3329 #. *< name | |
3330 #. *< version | |
3331 msgid "IRC Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3332 msgstr "IRC Protocol Plug-in" |
7861 | 3333 |
3334 #. * summary | |
3335 msgid "The IRC Protocol Plugin that Sucks Less" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3336 msgstr "The IRC Protocol Plug-in that Sucks Less" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3337 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3338 #. host to connect to |
7861 | 3339 msgid "Server" |
3340 msgstr "Server" | |
3341 | |
14948 | 3342 #. port to connect to |
3343 msgid "Port" | |
3344 msgstr "Port" | |
3345 | |
10302 | 3346 msgid "Encodings" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3347 msgstr "Encodings" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3348 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3349 msgid "Auto-detect incoming UTF-8" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3350 msgstr "Auto-detect incoming UTF-8" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3351 |
10302 | 3352 msgid "Real name" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3353 msgstr "Real name" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3354 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
3355 #. |
16160 | 3356 #. option = purple_account_option_string_new(_("Quit message"), "quitmsg", IRC_DEFAULT_QUIT); |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
3357 #. prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
3358 #. |
11762 | 3359 msgid "Use SSL" |
11887 | 3360 msgstr "Use SSL" |
11762 | 3361 |
7861 | 3362 msgid "Bad mode" |
3363 msgstr "Bad mode" | |
3364 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3365 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3366 msgid "Ban on %s by %s, set %s ago" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3367 msgstr "Ban on %s by %s, set %s ago" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3368 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3369 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3370 msgid "Ban on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3371 msgstr "Ban on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3372 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3373 msgid "End of ban list" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3374 msgstr "End of ban list" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3375 |
7861 | 3376 #, c-format |
3377 msgid "You are banned from %s." | |
3378 msgstr "You are banned from %s." | |
3379 | |
3380 msgid "Banned" | |
3381 msgstr "Banned" | |
3382 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3383 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3384 msgid "Cannot ban %s: banlist is full" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3385 msgstr "Cannot ban %s: banlist is full" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3386 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3387 msgid " <i>(ircop)</i>" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3388 msgstr " <i>(ircop)</i>" |
11762 | 3389 |
7861 | 3390 msgid " <i>(identified)</i>" |
3391 msgstr " <i>(identified)</i>" | |
3392 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3393 msgid "Nick" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3394 msgstr "Nick" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3395 |
7861 | 3396 msgid "Currently on" |
3397 msgstr "Currently on" | |
3398 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3399 msgid "Idle for" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3400 msgstr "Idle for" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3401 |
7861 | 3402 msgid "Online since" |
3403 msgstr "Online since" | |
3404 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3405 msgid "<b>Defining adjective:</b>" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3406 msgstr "<b>Defining adjective:</b>" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3407 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3408 msgid "Glorious" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3409 msgstr "Glorious" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3410 |
7861 | 3411 #, c-format |
3412 msgid "%s has changed the topic to: %s" | |
3413 msgstr "%s has changed the topic to: %s" | |
3414 | |
14948 | 3415 #, c-format |
3416 msgid "%s has cleared the topic." | |
3417 msgstr "%s has cleared the topic." | |
3418 | |
7861 | 3419 #, c-format |
3420 msgid "The topic for %s is: %s" | |
3421 msgstr "The topic for %s is: %s" | |
3422 | |
3423 #, c-format | |
3424 msgid "Unknown message '%s'" | |
3425 msgstr "Unknown message '%s'" | |
3426 | |
3427 msgid "Unknown message" | |
3428 msgstr "Unknown message" | |
3429 | |
16160 | 3430 msgid "The IRC server received a message it did not understand." |
3431 msgstr "The IRC server received a message it did not understand." | |
3432 | |
9347 | 3433 #, c-format |
3434 msgid "Users on %s: %s" | |
3435 msgstr "Users on %s: %s" | |
3436 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3437 msgid "Time Response" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3438 msgstr "Time Response" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3439 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3440 msgid "The IRC server's local time is:" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3441 msgstr "The IRC server's local time is:" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3442 |
8100 | 3443 msgid "No such channel" |
3444 msgstr "No such channel" | |
3445 | |
7861 | 3446 #. does this happen? |
3447 msgid "no such channel" | |
3448 msgstr "no such channel" | |
3449 | |
3450 msgid "User is not logged in" | |
3451 msgstr "User is not logged in" | |
3452 | |
3453 msgid "No such nick or channel" | |
3454 msgstr "No such nick or channel" | |
3455 | |
3456 msgid "Could not send" | |
3457 msgstr "Could not send" | |
3458 | |
3459 #, c-format | |
3460 msgid "Joining %s requires an invitation." | |
3461 msgstr "Joining %s requires an invitation." | |
3462 | |
3463 msgid "Invitation only" | |
3464 msgstr "Invitation only" | |
3465 | |
3466 #, c-format | |
3467 msgid "You have been kicked by %s: (%s)" | |
3468 msgstr "You have been kicked by %s: (%s)" | |
3469 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3470 #. Remove user from channel |
7861 | 3471 #, c-format |
3472 msgid "Kicked by %s (%s)" | |
3473 msgstr "Kicked by %s (%s)" | |
3474 | |
3475 #, c-format | |
3476 msgid "mode (%s %s) by %s" | |
3477 msgstr "mode (%s %s) by %s" | |
3478 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3479 msgid "Invalid nickname" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3480 msgstr "Invalid nickname" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3481 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3482 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3483 "Your selected nickname was rejected by the server. It probably contains " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3484 "invalid characters." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3485 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3486 "Your selected nickname was rejected by the server. It probably contains " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3487 "invalid characters." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3488 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3489 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3490 "Your selected account name was rejected by the server. It probably contains " |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3491 "invalid characters." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3492 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3493 "Your selected account name was rejected by the server. It probably contains " |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3494 "invalid characters." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3495 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3496 #. We only want to do the following dance if the connection |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3497 #. has not been successfully completed. If it has, just |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3498 #. notify the user that their /nick command didn't go. |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3499 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3500 msgid "The nickname \"%s\" is already being used." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3501 msgstr "The nickname \"%s\" is already being used." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3502 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3503 msgid "Nickname in use" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3504 msgstr "Nickname in use" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3505 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3506 msgid "Cannot change nick" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3507 msgstr "Cannot change nick" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3508 |
7861 | 3509 msgid "Could not change nick" |
3510 msgstr "Could not change nick" | |
3511 | |
3512 #, c-format | |
3513 msgid "You have parted the channel%s%s" | |
3514 msgstr "You have parted the channel%s%s" | |
3515 | |
3516 msgid "Error: invalid PONG from server" | |
3517 msgstr "Error: invalid PONG from server" | |
3518 | |
3519 #, c-format | |
3520 msgid "PING reply -- Lag: %lu seconds" | |
3521 msgstr "PING reply -- Lag: %lu seconds" | |
3522 | |
17478 | 3523 #, c-format |
3524 msgid "Cannot join %s: Registration is required." | |
3525 msgstr "Cannot join %s: Registration required." | |
3526 | |
7861 | 3527 msgid "Cannot join channel" |
3528 msgstr "Cannot join channel" | |
3529 | |
11762 | 3530 msgid "Nick or channel is temporarily unavailable." |
11887 | 3531 msgstr "Nick or channel is temporarily unavailable." |
11762 | 3532 |
7861 | 3533 #, c-format |
3534 msgid "Wallops from %s" | |
3535 msgstr "Wallops from %s" | |
3536 | |
9347 | 3537 msgid "action <action to perform>: Perform an action." |
3538 msgstr "action <action to perform>: Perform an action." | |
3539 | |
3540 msgid "" | |
3541 "away [message]: Set an away message, or use no message to return from being " | |
3542 "away." | |
3543 msgstr "" | |
3544 "away [message]: Set an away message, or use no message to return from being " | |
3545 "away." | |
3546 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3547 msgid "ctcp <nick> <msg>: sends ctcp msg to nick." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3548 msgstr "ctcp <nick> <msg>: sends ctcp msg to nick." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3549 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3550 msgid "chanserv: Send a command to chanserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3551 msgstr "chanserv: Send a command to chanserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3552 |
9347 | 3553 msgid "" |
3554 "deop <nick1> [nick2] ...: Remove channel operator status from " | |
3555 "someone. You must be a channel operator to do this." | |
3556 msgstr "" | |
3557 "deop <nick1> [nick2] ...: Remove channel operator status from " | |
3558 "someone. You must be a channel operator to do this." | |
3559 | |
3560 msgid "" | |
3561 "devoice <nick1> [nick2] ...: Remove channel voice status from " | |
3562 "someone, preventing them from speaking if the channel is moderated (+m). You " | |
3563 "must be a channel operator to do this." | |
3564 msgstr "" | |
3565 "devoice <nick1> [nick2] ...: Remove channel voice status from " | |
3566 "someone, preventing them from speaking if the channel is moderated (+m). You " | |
3567 "must be a channel operator to do this." | |
3568 | |
3569 msgid "" | |
3570 "invite <nick> [room]: Invite someone to join you in the specified " | |
3571 "channel, or the current channel." | |
3572 msgstr "" | |
3573 "invite <nick> [room]: Invite someone to join you in the specified " | |
3574 "channel, or the current channel." | |
3575 | |
3576 msgid "" | |
3577 "j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3578 "channels, optionally providing a channel key for each if needed." | |
3579 msgstr "" | |
3580 "j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3581 "channels, optionally providing a channel key for each if needed." | |
3582 | |
3583 msgid "" | |
3584 "join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3585 "channels, optionally providing a channel key for each if needed." | |
3586 msgstr "" | |
3587 "join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3588 "channels, optionally providing a channel key for each if needed." | |
3589 | |
3590 msgid "" | |
3591 "kick <nick> [message]: Remove someone from a channel. You must be a " | |
3592 "channel operator to do this." | |
3593 msgstr "" | |
3594 "kick <nick> [message]: Remove someone from a channel. You must be a " | |
3595 "channel operator to do this." | |
3596 | |
3597 msgid "" | |
3598 "list: Display a list of chat rooms on the network. <i>Warning, some servers " | |
3599 "may disconnect you upon doing this.</i>" | |
3600 msgstr "" | |
3601 "list: Display a list of chat rooms on the network. <i>Warning, some servers " | |
3602 "may disconnect you upon doing this.</i>" | |
3603 | |
3604 msgid "me <action to perform>: Perform an action." | |
3605 msgstr "me <action to perform>: Perform an action." | |
3606 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3607 msgid "memoserv: Send a command to memoserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3608 msgstr "memoserv: Send a command to memoserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3609 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3610 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3611 "mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel " |
9347 | 3612 "or user mode." |
3613 msgstr "" | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3614 "mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel " |
9347 | 3615 "or user mode." |
3616 | |
3617 msgid "" | |
3618 "msg <nick> <message>: Send a private message to a user (as " | |
3619 "opposed to a channel)." | |
3620 msgstr "" | |
3621 "msg <nick> <message>: Send a private message to a user (as " | |
3622 "opposed to a channel)." | |
3623 | |
3624 msgid "names [channel]: List the users currently in a channel." | |
3625 msgstr "names [channel]: List the users currently in a channel." | |
3626 | |
3627 msgid "nick <new nickname>: Change your nickname." | |
3628 msgstr "nick <new nickname>: Change your nickname." | |
3629 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3630 msgid "nickserv: Send a command to nickserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3631 msgstr "nickserv: Send a command to nickserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3632 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3633 msgid "notice <target<: Send a notice to a user or channel." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3634 msgstr "notice <target<: Send a notice to a user or channel." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3635 |
9347 | 3636 msgid "" |
3637 "op <nick1> [nick2] ...: Grant channel operator status to someone. You " | |
3638 "must be a channel operator to do this." | |
3639 msgstr "" | |
3640 "op <nick1> [nick2] ...: Grant channel operator status to someone. You " | |
3641 "must be a channel operator to do this." | |
3642 | |
3643 msgid "" | |
3644 "operwall <message>: If you don't know what this is, you probably " | |
3645 "can't use it." | |
3646 msgstr "" | |
3647 "operwall <message>: If you don't know what this is, you probably " | |
3648 "can't use it." | |
3649 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3650 msgid "operserv: Send a command to operserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3651 msgstr "operserv: Send a command to operserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3652 |
9347 | 3653 msgid "" |
3654 "part [room] [message]: Leave the current channel, or a specified channel, " | |
3655 "with an optional message." | |
3656 msgstr "" | |
3657 "part [room] [message]: Leave the current channel, or a specified channel, " | |
3658 "with an optional message." | |
3659 | |
3660 msgid "" | |
3661 "ping [nick]: Asks how much lag a user (or the server if no user specified) " | |
3662 "has." | |
3663 msgstr "" | |
3664 "ping [nick]: Asks how much lag a user (or the server if no user specified) " | |
3665 "has." | |
3666 | |
3667 msgid "" | |
3668 "query <nick> <message>: Send a private message to a user (as " | |
3669 "opposed to a channel)." | |
3670 msgstr "" | |
3671 "query <nick> <message>: Send a private message to a user (as " | |
3672 "opposed to a channel)." | |
3673 | |
3674 msgid "quit [message]: Disconnect from the server, with an optional message." | |
3675 msgstr "quit [message]: Disconnect from the server, with an optional message." | |
3676 | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3677 msgid "quote [...]: Send a raw command to the server." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3678 msgstr "quote [...]: Send a raw command to the server." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3679 |
9347 | 3680 msgid "" |
3681 "remove <nick> [message]: Remove someone from a room. You must be a " | |
3682 "channel operator to do this." | |
3683 msgstr "" | |
3684 "remove <nick> [message]: Remove someone from a room. You must be a " | |
3685 "channel operator to do this." | |
3686 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3687 msgid "time: Displays the current local time at the IRC server." |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3688 msgstr "time: Displays the current local time at the IRC server." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3689 |
9347 | 3690 msgid "topic [new topic]: View or change the channel topic." |
3691 msgstr "topic [new topic]: View or change the channel topic." | |
3692 | |
3693 msgid "umode <+|-><A-Za-z>: Set or unset a user mode." | |
3694 msgstr "umode <+|-><A-Za-z>: Set or unset a user mode." | |
3695 | |
14948 | 3696 msgid "version [nick]: send CTCP VERSION request to a user" |
3697 msgstr "version [nick]: send CTCP VERSION request to a user" | |
3698 | |
9347 | 3699 msgid "" |
3700 "voice <nick1> [nick2] ...: Grant channel voice status to someone. You " | |
3701 "must be a channel operator to do this." | |
3702 msgstr "" | |
3703 "voice <nick1> [nick2] ...: Grant channel voice status to someone. You " | |
3704 "must be a channel operator to do this." | |
3705 | |
3706 msgid "" | |
3707 "wallops <message>: If you don't know what this is, you probably can't " | |
3708 "use it." | |
3709 msgstr "" | |
3710 "wallops <message>: If you don't know what this is, you probably can't " | |
3711 "use it." | |
3712 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3713 msgid "whois [server] <nick>: Get information on a user." |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3714 msgstr "whois [server] <nick>: Get information on a user." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3715 |
17478 | 3716 msgid "whowas <nick>: Get information on a user that has logged off." |
3717 msgstr "whowas <nick>: Get information on a user that has logged off." | |
3718 | |
7861 | 3719 #, c-format |
3720 msgid "Reply time from %s: %lu seconds" | |
3721 msgstr "Reply time from %s: %lu seconds" | |
3722 | |
3723 msgid "PONG" | |
3724 msgstr "PONG" | |
3725 | |
3726 msgid "CTCP PING reply" | |
3727 msgstr "CTCP PING reply" | |
3728 | |
8100 | 3729 msgid "Disconnected." |
3730 msgstr "Disconnected." | |
3731 | |
19927 | 3732 msgid "Unknown Error" |
3733 msgstr "Unknown Error" | |
3734 | |
3735 msgid "Ad-Hoc Command Failed" | |
3736 msgstr "Ad-Hoc Command Failed" | |
3737 | |
3738 msgid "execute" | |
3739 msgstr "execute" | |
3740 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3741 msgid "Server requires TLS/SSL, but no TLS/SSL support was found." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3742 msgstr "Server requires TLS/SSL, but no TLS/SSL support was found." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3743 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3744 msgid "You require encryption, but no TLS/SSL support was found." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3745 msgstr "You require encryption, but no TLS/SSL support was found." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3746 |
8100 | 3747 msgid "Server requires plaintext authentication over an unencrypted stream" |
3748 msgstr "Server requires plaintext authentication over an unencrypted stream" | |
3749 | |
17478 | 3750 #, c-format |
3751 msgid "" | |
3752 "%s requires plaintext authentication over an unencrypted connection. Allow " | |
3753 "this and continue authentication?" | |
3754 msgstr "" | |
3755 "%s requires plaintext authentication over an unencrypted connection. Allow " | |
3756 "this and continue authentication?" | |
3757 | |
8469 | 3758 msgid "Plaintext Authentication" |
3759 msgstr "Plaintext Authentication" | |
3760 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3761 msgid "SASL authentication failed" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3762 msgstr "SASL Authentication failed" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3763 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3764 msgid "Invalid response from server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3765 msgstr "Invalid response from server" |
17478 | 3766 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3767 msgid "Server does not use any supported authentication method" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3768 msgstr "Server does not use any supported authentication method" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3769 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3770 msgid "You require encryption, but it is not available on this server." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3771 msgstr "You require encryption, but it is not available on this server." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3772 |
7861 | 3773 msgid "Invalid challenge from server" |
3774 msgstr "Invalid challenge from server" | |
3775 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3776 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3777 msgid "SASL error: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3778 msgstr "SASL error: %s" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3779 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3780 msgid "The BOSH connection manager terminated your session." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3781 msgstr "The BOSH connection manager terminated your session." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3782 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3783 msgid "No session ID given" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3784 msgstr "No session ID given" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3785 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3786 msgid "Unsupported version of BOSH protocol" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3787 msgstr "Unsupported version of BOSH protocol" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3788 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3789 msgid "Unable to establish a connection with the server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3790 msgstr "Unable to establish a connection with the server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3791 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3792 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3793 msgid "Unable to establish a connection with the server: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3794 msgstr "Unable to establish a connection with the server: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3795 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3796 msgid "Unable to establish SSL connection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3797 msgstr "Unable to establish SSL connection" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3798 |
7861 | 3799 msgid "Full Name" |
3800 msgstr "Full Name" | |
3801 | |
3802 msgid "Family Name" | |
3803 msgstr "Family Name" | |
3804 | |
3805 msgid "Given Name" | |
3806 msgstr "Given Name" | |
3807 | |
8100 | 3808 msgid "URL" |
3809 msgstr "URL" | |
3810 | |
7861 | 3811 msgid "Street Address" |
3812 msgstr "Street Address" | |
3813 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3814 #. |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3815 #. * EXTADD is correct, EXTADR is generated by other |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3816 #. * clients. The next time someone reads this, remove |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3817 #. * EXTADR. |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3818 #. |
7861 | 3819 msgid "Extended Address" |
3820 msgstr "Extended Address" | |
3821 | |
3822 msgid "Locality" | |
3823 msgstr "Locality" | |
3824 | |
3825 msgid "Region" | |
3826 msgstr "Region" | |
3827 | |
3828 msgid "Postal Code" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3829 msgstr "Postcode" |
7861 | 3830 |
3831 msgid "Country" | |
3832 msgstr "Country" | |
3833 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3834 #. lots of clients (including purple) do this, but it's |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3835 #. * out of spec |
7861 | 3836 msgid "Telephone" |
3837 msgstr "Telephone" | |
3838 | |
3839 msgid "Organization Name" | |
8100 | 3840 msgstr "Organisation Name" |
3841 | |
7861 | 3842 msgid "Organization Unit" |
8100 | 3843 msgstr "Organisation Unit" |
3844 | |
7861 | 3845 msgid "Role" |
3846 msgstr "Role" | |
3847 | |
3848 msgid "Birthday" | |
3849 msgstr "Birthday" | |
3850 | |
16160 | 3851 msgid "Description" |
3852 msgstr "Description" | |
3853 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3854 msgid "Edit XMPP vCard" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3855 msgstr "Edit XMPP vCard" |
7861 | 3856 |
3857 msgid "" | |
3858 "All items below are optional. Enter only the information with which you feel " | |
3859 "comfortable." | |
3860 msgstr "" | |
3861 "All items below are optional. Enter only the information with which you feel " | |
3862 "comfortable." | |
3863 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3864 msgid "Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3865 msgstr "Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3866 |
14948 | 3867 msgid "Operating System" |
3868 msgstr "Operating System" | |
3869 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3870 msgid "Local Time" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3871 msgstr "Local Time" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
3872 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3873 msgid "Priority" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3874 msgstr "Priority" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3875 |
11762 | 3876 msgid "Resource" |
3877 msgstr "Resource" | |
3878 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3879 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3880 msgid "%s ago" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3881 msgstr "%s ago" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3882 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3883 msgid "Logged Off" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3884 msgstr "Logged Off" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
3885 |
7861 | 3886 msgid "Middle Name" |
3887 msgstr "Middle Name" | |
3888 | |
3889 msgid "Address" | |
3890 msgstr "Address" | |
3891 | |
3892 msgid "P.O. Box" | |
3893 msgstr "P.O. Box" | |
3894 | |
3895 msgid "Photo" | |
3896 msgstr "Photo" | |
3897 | |
3898 msgid "Logo" | |
3899 msgstr "Logo" | |
3900 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3901 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3902 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3903 "%s will no longer be able to see your status updates. Do you want to " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3904 "continue?" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3905 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3906 "You are about to remove %s from your buddy list. Do you want to continue?" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3907 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3908 msgid "Cancel Presence Notification" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3909 msgstr "Cancel Presence Notification" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
3910 |
7861 | 3911 msgid "Un-hide From" |
3912 msgstr "Un-hide From" | |
3913 | |
3914 msgid "Temporarily Hide From" | |
3915 msgstr "Temporarily Hide From" | |
3916 | |
3917 msgid "(Re-)Request authorization" | |
8100 | 3918 msgstr "(Re-)Request authorisation" |
3919 | |
9066 | 3920 #. shouldn't this just happen automatically when the buddy is |
3921 #. removed? | |
7861 | 3922 msgid "Unsubscribe" |
3923 msgstr "Unsubscribe" | |
3924 | |
19927 | 3925 msgid "Log In" |
3926 msgstr "Log In" | |
3927 | |
3928 msgid "Log Out" | |
3929 msgstr "Log Out" | |
3930 | |
11762 | 3931 msgid "Chatty" |
3932 msgstr "Chatty" | |
3933 | |
3934 msgid "Extended Away" | |
3935 msgstr "Extended Away" | |
3936 | |
3937 msgid "Do Not Disturb" | |
3938 msgstr "Do Not Disturb" | |
3939 | |
14948 | 3940 msgid "JID" |
3941 msgstr "JID" | |
3942 | |
3943 msgid "Last Name" | |
3944 msgstr "Surname" | |
3945 | |
11762 | 3946 msgid "The following are the results of your search" |
11887 | 3947 msgstr "The following are the results of your search" |
11762 | 3948 |
17478 | 3949 #. current comment from Jabber User Directory users.jabber.org |
14948 | 3950 msgid "" |
3951 "Find a contact by entering the search criteria in the given fields. Note: " | |
3952 "Each field supports wild card searches (%)" | |
3953 msgstr "" | |
3954 "Find a contact by entering the search criteria in the given fields. Note: " | |
3955 "Each field supports wild card searches (%)" | |
3956 | |
3957 msgid "Directory Query Failed" | |
3958 msgstr "Directory Query Failed" | |
3959 | |
3960 msgid "Could not query the directory server." | |
3961 msgstr "Could not query the directory server." | |
3962 | |
3963 #. Try to translate the message (see static message | |
3964 #. list in jabber_user_dir_comments[]) | |
3965 #, c-format | |
3966 msgid "Server Instructions: %s" | |
3967 msgstr "Server Instructions: %s" | |
3968 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3969 msgid "Fill in one or more fields to search for any matching XMPP users." |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3970 msgstr "Fill in one or more fields to search for any matching XMPP users." |
11762 | 3971 |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
3972 msgid "Email Address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
3973 msgstr "Email Address" |
11762 | 3974 |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3975 msgid "Search for XMPP users" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3976 msgstr "Search for XMPP users" |
11762 | 3977 |
16160 | 3978 #. "Search" |
3979 msgid "Search" | |
3980 msgstr "Search" | |
3981 | |
11762 | 3982 msgid "Invalid Directory" |
11887 | 3983 msgstr "Invalid Directory" |
11762 | 3984 |
3985 msgid "Enter a User Directory" | |
11887 | 3986 msgstr "Enter a User Directory" |
11762 | 3987 |
3988 msgid "Select a user directory to search" | |
11887 | 3989 msgstr "Select a user directory to search" |
11762 | 3990 |
3991 msgid "Search Directory" | |
11887 | 3992 msgstr "Search Directory" |
11762 | 3993 |
8100 | 3994 msgid "_Room:" |
3995 msgstr "_Room:" | |
3996 | |
3997 msgid "_Server:" | |
3998 msgstr "_Server:" | |
3999 | |
4000 msgid "_Handle:" | |
4001 msgstr "_Handle:" | |
4002 | |
7861 | 4003 #, c-format |
4004 msgid "%s is not a valid room name" | |
4005 msgstr "%s is not a valid room name" | |
4006 | |
4007 msgid "Invalid Room Name" | |
4008 msgstr "Invalid Room Name" | |
4009 | |
4010 #, c-format | |
4011 msgid "%s is not a valid server name" | |
4012 msgstr "%s is not a valid server name" | |
4013 | |
4014 msgid "Invalid Server Name" | |
4015 msgstr "Invalid Server Name" | |
4016 | |
4017 #, c-format | |
4018 msgid "%s is not a valid room handle" | |
4019 msgstr "%s is not a valid room handle" | |
4020 | |
4021 msgid "Invalid Room Handle" | |
4022 msgstr "Invalid Room Handle" | |
4023 | |
8100 | 4024 msgid "Configuration error" |
4025 msgstr "Configuration error" | |
4026 | |
4027 msgid "Unable to configure" | |
4028 msgstr "Unable to configure" | |
4029 | |
4030 msgid "Room Configuration Error" | |
4031 msgstr "Room Configuration Error" | |
4032 | |
4033 msgid "This room is not capable of being configured" | |
4034 msgstr "This room is not capable of being configured" | |
4035 | |
4036 msgid "Registration error" | |
4037 msgstr "Registration error" | |
4038 | |
4039 msgid "Nick changing not supported in non-MUC chatrooms" | |
4040 msgstr "Nick changing not supported in non-MUC chatrooms" | |
4041 | |
11762 | 4042 msgid "Error retrieving room list" |
11887 | 4043 msgstr "Error retrieving room list" |
8469 | 4044 |
4045 msgid "Invalid Server" | |
4046 msgstr "Invalid Server" | |
4047 | |
4048 msgid "Enter a Conference Server" | |
4049 msgstr "Enter a Conference Server" | |
4050 | |
4051 msgid "Select a conference server to query" | |
4052 msgstr "Select a conference server to query" | |
4053 | |
4054 msgid "Find Rooms" | |
4055 msgstr "Find Rooms" | |
4056 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4057 msgid "Affiliations:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4058 msgstr "Affiliations:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4059 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4060 msgid "No users found" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4061 msgstr "No users found" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4062 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4063 msgid "Roles:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4064 msgstr "Roles:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4065 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4066 msgid "Ping timed out" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4067 msgstr "Ping timed out" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4068 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4069 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4070 "Unable to find alternative XMPP connection methods after failing to connect " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4071 "directly." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4072 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4073 "Unable to find alternative XMPP connection methods after failing to connect " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4074 "directly." |
11762 | 4075 |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4076 msgid "Invalid XMPP ID" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4077 msgstr "Invalid XMPP ID" |
7861 | 4078 |
17478 | 4079 msgid "Invalid XMPP ID. Domain must be set." |
4080 msgstr "Invalid XMPP ID. Domain must be set." | |
4081 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4082 msgid "Malformed BOSH URL" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4083 msgstr "Malformed BOSH URL" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4084 |
7861 | 4085 #, c-format |
4086 msgid "Registration of %s@%s successful" | |
4087 msgstr "Registration of %s@%s successful" | |
4088 | |
19927 | 4089 #, c-format |
4090 msgid "Registration to %s successful" | |
4091 msgstr "Registration to %s successful" | |
4092 | |
7861 | 4093 msgid "Registration Successful" |
4094 msgstr "Registration Successful" | |
4095 | |
4096 msgid "Registration Failed" | |
4097 msgstr "Registration Failed" | |
4098 | |
19927 | 4099 #, c-format |
4100 msgid "Registration from %s successfully removed" | |
4101 msgstr "Registration from %s successfully removed" | |
4102 | |
4103 msgid "Unregistration Successful" | |
4104 msgstr "Unregistration Successful" | |
4105 | |
4106 msgid "Unregistration Failed" | |
4107 msgstr "Unregistration Failed" | |
4108 | |
7861 | 4109 msgid "State" |
8469 | 4110 msgstr "County/State" |
4111 | |
14948 | 4112 msgid "Postal code" |
4113 msgstr "Postcode" | |
4114 | |
7861 | 4115 msgid "Phone" |
8469 | 4116 msgstr "Telephone" |
4117 | |
10302 | 4118 msgid "Date" |
4119 msgstr "Date" | |
4120 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4121 msgid "Already Registered" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4122 msgstr "Already Registered" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4123 |
19927 | 4124 msgid "Unregister" |
4125 msgstr "Unregister" | |
4126 | |
4127 msgid "" | |
4128 "Please fill out the information below to change your account registration." | |
4129 msgstr "" | |
4130 "Please fill out the information below to change your account registration." | |
4131 | |
7861 | 4132 msgid "Please fill out the information below to register your new account." |
4133 msgstr "Please fill out the information below to register your new account." | |
4134 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4135 msgid "Register New XMPP Account" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4136 msgstr "Register New XMPP Account" |
7861 | 4137 |
16160 | 4138 msgid "Register" |
4139 msgstr "Register" | |
4140 | |
19927 | 4141 #, c-format |
4142 msgid "Change Account Registration at %s" | |
4143 msgstr "Change Account Registration at %s" | |
4144 | |
4145 #, c-format | |
4146 msgid "Register New Account at %s" | |
4147 msgstr "Register New Account at %s" | |
4148 | |
4149 msgid "Change Registration" | |
4150 msgstr "Change Registration" | |
4151 | |
4152 msgid "Error unregistering account" | |
4153 msgstr "Error unregistering account" | |
4154 | |
4155 msgid "Account successfully unregistered" | |
4156 msgstr "Account successfully unregistered" | |
4157 | |
7861 | 4158 msgid "Initializing Stream" |
8469 | 4159 msgstr "Initialising Stream" |
4160 | |
19927 | 4161 msgid "Initializing SSL/TLS" |
4162 msgstr "Initialising SSL/TLS" | |
4163 | |
7861 | 4164 msgid "Authenticating" |
4165 msgstr "Authenticating" | |
4166 | |
4167 msgid "Re-initializing Stream" | |
8469 | 4168 msgstr "Re-initialising Stream" |
4169 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4170 msgid "Server doesn't support blocking" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4171 msgstr "Server doesn't support blocking" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4172 |
8469 | 4173 msgid "Not Authorized" |
4174 msgstr "Not Authorised" | |
4175 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4176 msgid "Mood" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4177 msgstr "Mood" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4178 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4179 msgid "Now Listening" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4180 msgstr "Now Listening" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4181 |
8469 | 4182 msgid "Both" |
4183 msgstr "Both" | |
4184 | |
4185 msgid "From (To pending)" | |
4186 msgstr "From (To pending)" | |
4187 | |
19927 | 4188 msgid "From" |
4189 msgstr "From" | |
4190 | |
8469 | 4191 msgid "To" |
4192 msgstr "To" | |
4193 | |
4194 msgid "None (To pending)" | |
4195 msgstr "None (To pending)" | |
4196 | |
16160 | 4197 msgid "None" |
4198 msgstr "None" | |
4199 | |
11762 | 4200 msgid "Subscription" |
4201 msgstr "Subscription" | |
4202 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4203 msgid "Mood Text" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4204 msgstr "Mood Text" |
19927 | 4205 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4206 msgid "Allow Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4207 msgstr "Allow Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4208 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4209 msgid "Tune Artist" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4210 msgstr "Tune Artist" |
19927 | 4211 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4212 msgid "Tune Title" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4213 msgstr "Tune Title" |
19927 | 4214 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4215 msgid "Tune Album" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4216 msgstr "Tune Album" |
19927 | 4217 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4218 msgid "Tune Genre" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4219 msgstr "Tune Genre" |
19927 | 4220 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4221 msgid "Tune Comment" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4222 msgstr "Tune Comment" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4223 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4224 msgid "Tune Track" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4225 msgstr "Tune Track" |
19927 | 4226 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4227 msgid "Tune Time" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4228 msgstr "Tune Time" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4229 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4230 msgid "Tune Year" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4231 msgstr "Tune Year" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4232 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4233 msgid "Tune URL" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4234 msgstr "Tune URL" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4235 |
9524 | 4236 msgid "Password Changed" |
4237 msgstr "Password Changed" | |
4238 | |
7861 | 4239 msgid "Your password has been changed." |
4240 msgstr "Your password has been changed." | |
4241 | |
8469 | 4242 msgid "Error changing password" |
4243 msgstr "Error changing password" | |
4244 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4245 msgid "Change XMPP Password" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4246 msgstr "Change XMPP Password" |
7861 | 4247 |
4248 msgid "Please enter your new password" | |
4249 msgstr "Please enter your new password" | |
4250 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4251 msgid "Set User Info..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4252 msgstr "Set User Info..." |
8100 | 4253 |
11762 | 4254 #. if (js->protocol_options & CHANGE_PASSWORD) { |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4255 msgid "Change Password..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4256 msgstr "Change Password..." |
11762 | 4257 |
4258 #. } | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4259 msgid "Search for Users..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4260 msgstr "Search for Users..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4261 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4262 msgid "Bad Request" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4263 msgstr "Bad Request" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4264 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4265 msgid "Conflict" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4266 msgstr "Conflict" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4267 |
8469 | 4268 msgid "Feature Not Implemented" |
4269 msgstr "Feature Not Implemented" | |
4270 | |
4271 msgid "Forbidden" | |
4272 msgstr "Forbidden" | |
4273 | |
4274 msgid "Gone" | |
4275 msgstr "Gone" | |
4276 | |
4277 msgid "Internal Server Error" | |
4278 msgstr "Internal Server Error" | |
4279 | |
4280 msgid "Item Not Found" | |
4281 msgstr "Item Not Found" | |
4282 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4283 msgid "Malformed XMPP ID" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4284 msgstr "Malformed XMPP ID" |
9347 | 4285 |
8469 | 4286 msgid "Not Acceptable" |
4287 msgstr "Not Acceptable" | |
4288 | |
4289 msgid "Not Allowed" | |
4290 msgstr "Not Allowed" | |
4291 | |
4292 msgid "Payment Required" | |
4293 msgstr "Payment Required" | |
4294 | |
4295 msgid "Recipient Unavailable" | |
4296 msgstr "Recipient unavailable" | |
4297 | |
4298 msgid "Registration Required" | |
4299 msgstr "Registration Required" | |
4300 | |
4301 msgid "Remote Server Not Found" | |
4302 msgstr "Remote Server Not Found" | |
4303 | |
4304 msgid "Remote Server Timeout" | |
4305 msgstr "Remote Server Timeout" | |
4306 | |
4307 msgid "Server Overloaded" | |
4308 msgstr "Server Overloaded" | |
4309 | |
4310 msgid "Service Unavailable" | |
4311 msgstr "Service Unavailable" | |
4312 | |
4313 msgid "Subscription Required" | |
4314 msgstr "Subscription Required" | |
4315 | |
4316 msgid "Unexpected Request" | |
4317 msgstr "Unexpected Request" | |
4318 | |
9347 | 4319 msgid "Authorization Aborted" |
4320 msgstr "Authorisation Aborted" | |
4321 | |
8469 | 4322 msgid "Incorrect encoding in authorization" |
4323 msgstr "Incorrect encoding in authorisation" | |
4324 | |
4325 msgid "Invalid authzid" | |
4326 msgstr "Invalid authzid" | |
4327 | |
9066 | 4328 msgid "Invalid Authorization Mechanism" |
4329 msgstr "Invalid Authorisation Mechanism" | |
4330 | |
8469 | 4331 msgid "Authorization mechanism too weak" |
4332 msgstr "Authorisation mechanism too weak" | |
4333 | |
4334 msgid "Temporary Authentication Failure" | |
4335 msgstr "Temporary Authentication Failure" | |
4336 | |
4337 msgid "Authentication Failure" | |
4338 msgstr "Authentication Failure" | |
4339 | |
9347 | 4340 msgid "Bad Format" |
4341 msgstr "Bad Format" | |
4342 | |
8711 | 4343 msgid "Bad Namespace Prefix" |
4344 msgstr "Bad Namespace Prefix" | |
4345 | |
4346 msgid "Resource Conflict" | |
4347 msgstr "Resource Conflict" | |
4348 | |
4349 msgid "Connection Timeout" | |
4350 msgstr "Connection Timeout" | |
4351 | |
8469 | 4352 msgid "Host Gone" |
4353 msgstr "Host Gone" | |
4354 | |
4355 msgid "Host Unknown" | |
4356 msgstr "Host Unknown" | |
4357 | |
4358 msgid "Improper Addressing" | |
4359 msgstr "Improper Addressing" | |
4360 | |
4361 msgid "Invalid ID" | |
4362 msgstr "Invalid ID" | |
4363 | |
4364 msgid "Invalid Namespace" | |
4365 msgstr "Invalid Namespace" | |
4366 | |
4367 msgid "Invalid XML" | |
4368 msgstr "Invalid XML" | |
4369 | |
4370 msgid "Non-matching Hosts" | |
4371 msgstr "Non-matching Hosts" | |
4372 | |
9347 | 4373 msgid "Policy Violation" |
4374 msgstr "Policy Violation" | |
4375 | |
8469 | 4376 msgid "Remote Connection Failed" |
4377 msgstr "Remote Connection Failed" | |
4378 | |
4379 msgid "Resource Constraint" | |
4380 msgstr "Resource Constraint" | |
4381 | |
4382 msgid "Restricted XML" | |
4383 msgstr "Restricted XML" | |
4384 | |
9347 | 4385 msgid "See Other Host" |
4386 msgstr "See Other Host" | |
4387 | |
8469 | 4388 msgid "System Shutdown" |
4389 msgstr "System Shutdown" | |
4390 | |
4391 msgid "Undefined Condition" | |
4392 msgstr "Undefined Condition" | |
4393 | |
4394 msgid "Unsupported Encoding" | |
4395 msgstr "Unsupported Encoding" | |
4396 | |
4397 msgid "Unsupported Stanza Type" | |
4398 msgstr "Unsupported Stanza Type" | |
4399 | |
4400 msgid "Unsupported Version" | |
4401 msgstr "Unsupported Version" | |
4402 | |
4403 msgid "XML Not Well Formed" | |
4404 msgstr "XML Not Well Formed" | |
4405 | |
4406 msgid "Stream Error" | |
4407 msgstr "Stream Error" | |
4408 | |
9347 | 4409 #, c-format |
4410 msgid "Unable to ban user %s" | |
4411 msgstr "Unable to ban user %s" | |
4412 | |
11887 | 4413 #, c-format |
11762 | 4414 msgid "Unknown affiliation: \"%s\"" |
11887 | 4415 msgstr "Unknown affiliation: \"%s\"" |
11762 | 4416 |
11887 | 4417 #, c-format |
11762 | 4418 msgid "Unable to affiliate user %s as \"%s\"" |
11887 | 4419 msgstr "Unable to affiliate user %s as \"%s\"" |
11762 | 4420 |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4421 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4422 msgid "Unknown role: \"%s\"" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4423 msgstr "Unknown role: \"%s\"" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4424 |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4425 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4426 msgid "Unable to set role \"%s\" for user: %s" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4427 msgstr "Unable to set role \"%s\" for user: %s" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4428 |
9347 | 4429 #, c-format |
4430 msgid "Unable to kick user %s" | |
4431 msgstr "Unable to kick user %s" | |
4432 | |
19927 | 4433 #, c-format |
4434 msgid "Unable to ping user %s" | |
4435 msgstr "Unable to ping user %s" | |
4436 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4437 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4438 msgid "Unable to buzz, because there is nothing known about %s." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4439 msgstr "Unable to buzz, because there is nothing known about %s." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4440 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4441 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4442 msgid "Unable to buzz, because %s might be offline." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4443 msgstr "Unable to buzz, because %s might be offline." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4444 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4445 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4446 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4447 "Unable to buzz, because %s does not support it or does not wish to receive " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4448 "buzzes now." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4449 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4450 "Unable to buzz, because %s does not support it or does not wish to receive " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4451 "buzzes now." |
19927 | 4452 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4453 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4454 msgid "Buzzing %s..." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4455 msgstr "Buzzing %s..." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4456 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4457 #. Yahoo only supports one attention command: the 'buzz'. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4458 #. This is index number YAHOO_BUZZ. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4459 msgid "Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4460 msgstr "Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4461 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4462 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4463 msgid "%s has buzzed you!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4464 msgstr "%s has buzzed you!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4465 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4466 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4467 msgid "Unable to initiate media with %s: invalid JID" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4468 msgstr "Unable to initiate media with %s: invalid JID" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4469 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4470 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4471 msgid "Unable to initiate media with %s: user is not online" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4472 msgstr "Unable to initiate media with %s: user is not online" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4473 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4474 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4475 msgid "Unable to initiate media with %s: not subscribed to user presence" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4476 msgstr "Unable to initiate media with %s: not subscribed to user presence" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4477 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4478 msgid "Media Initiation Failed" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4479 msgstr "Media Initiation Failed" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4480 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4481 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4482 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4483 "Please select the resource of %s with which you would like to start a media " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4484 "session." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4485 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4486 "Please select the resource of %s with which you would like to start a media " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4487 "session." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4488 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4489 msgid "Select a Resource" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4490 msgstr "Select a Resource" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4491 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4492 msgid "Initiate Media" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4493 msgstr "Initiate Media" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4494 |
9347 | 4495 msgid "config: Configure a chat room." |
4496 msgstr "config: Configure a chat room." | |
4497 | |
4498 msgid "configure: Configure a chat room." | |
4499 msgstr "configure: Configure a chat room." | |
4500 | |
4501 msgid "part [room]: Leave the room." | |
4502 msgstr "part [room]: Leave the room." | |
4503 | |
4504 msgid "register: Register with a chat room." | |
4505 msgstr "register: Register with a chat room." | |
4506 | |
4507 msgid "topic [new topic]: View or change the topic." | |
4508 msgstr "topic [new topic]: View or change the topic." | |
4509 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4510 msgid "ban <user> [reason]: Ban a user from the room." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4511 msgstr "ban <user> [reason]: Ban a user from the room." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4512 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4513 msgid "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4514 "affiliate <owner|admin|member|outcast|none> [nick1] [nick2] ...: Get " |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4515 "the users with an affiliation or set users' affiliation with the room." |
11762 | 4516 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4517 "affiliate <owner|admin|member|outcast|none> [nick1] [nick2] ...: Get " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4518 "the users with an affiliation or set users' affiliation with the room." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4519 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
4520 #, fuzzy |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4521 msgid "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4522 "role <moderator|participant|visitor|none> [nick1] [nick2] ...: Get the " |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
4523 "users with a role or set users' role with the room." |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4524 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4525 "role <moderator|participant|visitor|none> [nick1] [nick2] ...: Get the " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4526 "users with an role or set users' role with the room." |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4527 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4528 msgid "invite <user> [message]: Invite a user to the room." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4529 msgstr "invite <user> [message]: Invite a user to the room." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4530 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4531 msgid "join: <room> [password]: Join a chat on this server." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4532 msgstr "join: <room> [password]: Join a chat on this server." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4533 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4534 msgid "kick <user> [reason]: Kick a user from the room." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4535 msgstr "kick <user> [reason]: Kick a user from the room." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4536 |
9347 | 4537 msgid "" |
4538 "msg <user> <message>: Send a private message to another user." | |
4539 msgstr "" | |
4540 "msg <user> <message>: Send a private message to another user." | |
4541 | |
19927 | 4542 msgid "ping <jid>:\tPing a user/component/server." |
4543 msgstr "ping <jid>:\tPing a user/component/server." | |
4544 | |
4545 msgid "buzz: Buzz a user to get their attention" | |
4546 msgstr "buzz: Buzz a user to get their attention" | |
4547 | |
7861 | 4548 #. *< type |
4549 #. *< ui_requirement | |
4550 #. *< flags | |
4551 #. *< dependencies | |
4552 #. *< priority | |
4553 #. *< id | |
4554 #. *< name | |
4555 #. *< version | |
4556 #. * summary | |
9882 | 4557 #. * description |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4558 msgid "XMPP Protocol Plugin" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4559 msgstr "XMPP Protocol Plug-in" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4560 |
17478 | 4561 #. Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im |
4562 msgid "Domain" | |
4563 msgstr "Domain" | |
4564 | |
19927 | 4565 msgid "Require SSL/TLS" |
4566 msgstr "Require SSL/TLS" | |
4567 | |
11762 | 4568 msgid "Force old (port 5223) SSL" |
11887 | 4569 msgstr "Force old (port 5223) SSL" |
8100 | 4570 |
4571 msgid "Allow plaintext auth over unencrypted streams" | |
4572 msgstr "Allow plaintext auth over unencrypted streams" | |
4573 | |
11762 | 4574 msgid "Connect port" |
11887 | 4575 msgstr "Connect port" |
11762 | 4576 |
19927 | 4577 #. TODO: default to automatically try different ports. Make the user be |
4578 #. * able to set the first port to try (like LastConnectedPort in Windows client). | |
9066 | 4579 #. Account options |
7861 | 4580 msgid "Connect server" |
4581 msgstr "Connect server" | |
4582 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4583 msgid "File transfer proxies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4584 msgstr "File transfer proxies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4585 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4586 msgid "BOSH URL" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4587 msgstr "BOSH URL" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
4588 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4589 #. this should probably be part of global smiley theme settings later on, |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4590 #. shared with MSN |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4591 msgid "Show Custom Smileys" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4592 msgstr "Show Custom Smileys" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4593 |
17478 | 4594 #, c-format |
4595 msgid "%s has left the conversation." | |
4596 msgstr "%s has left the conversation." | |
4597 | |
7861 | 4598 #, c-format |
4599 msgid "Message from %s" | |
4600 msgstr "Message from %s" | |
4601 | |
8100 | 4602 #, c-format |
4603 msgid "%s has set the topic to: %s" | |
4604 msgstr "%s has set the topic to: %s" | |
4605 | |
4606 #, c-format | |
4607 msgid "The topic is: %s" | |
4608 msgstr "The topic is: %s" | |
4609 | |
7861 | 4610 #, c-format |
4611 msgid "Message delivery to %s failed: %s" | |
4612 msgstr "Message delivery to %s failed: %s" | |
4613 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4614 msgid "XMPP Message Error" |
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4615 msgstr "XMPP Message Error" |
7861 | 4616 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4617 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4618 msgid "(Code %s)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4619 msgstr "(Code %s)" |
8469 | 4620 |
7861 | 4621 msgid "XML Parse error" |
4622 msgstr "XML Parse error" | |
4623 | |
4624 msgid "Unknown Error in presence" | |
4625 msgstr "Unknown Error in presence" | |
4626 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4627 #, c-format |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4628 msgid "Error joining chat %s" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4629 msgstr "Error joining chat %s" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4630 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4631 #, c-format |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4632 msgid "Error in chat %s" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4633 msgstr "Error in chat %s" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4634 |
8100 | 4635 msgid "Create New Room" |
4636 msgstr "Create New Room" | |
4637 | |
4638 msgid "" | |
4639 "You are creating a new room. Would you like to configure it, or accept the " | |
4640 "default settings?" | |
4641 msgstr "" | |
4642 "You are creating a new room. Would you like to configure it, or accept the " | |
4643 "default settings?" | |
4644 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4645 msgid "_Configure Room" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4646 msgstr "_Configure Room" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4647 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4648 msgid "_Accept Defaults" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4649 msgstr "_Accept Defaults" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4650 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4651 msgid "No reason" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4652 msgstr "No reason" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4653 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4654 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4655 msgid "You have been kicked: (%s)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4656 msgstr "You have been kicked: (%s)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4657 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4658 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4659 msgid "Kicked (%s)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4660 msgstr "Kicked (%s)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4661 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4662 msgid "An error occurred on the in-band bytestream transfer\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4663 msgstr "An error occurred on the in-band bytestream transfer\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4664 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4665 msgid "Transfer was closed." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4666 msgstr "Transfer was closed." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4667 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4668 msgid "Failed to open in-band bytestream" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4669 msgstr "Failed to open in-band bytestream" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4670 |
8469 | 4671 #, c-format |
4672 msgid "Unable to send file to %s, user does not support file transfers" | |
4673 msgstr "Unable to send file to %s, user does not support file transfers" | |
4674 | |
7861 | 4675 msgid "File Send Failed" |
4676 msgstr "File Send Failed" | |
4677 | |
19927 | 4678 #, c-format |
4679 msgid "Unable to send file to %s, invalid JID" | |
4680 msgstr "Unable to send file to %s, invalid JID" | |
4681 | |
4682 #, c-format | |
4683 msgid "Unable to send file to %s, user is not online" | |
4684 msgstr "Unable to send file to %s, user is not online" | |
4685 | |
4686 #, c-format | |
4687 msgid "Unable to send file to %s, not subscribed to user presence" | |
4688 msgstr "Unable to send file to %s, not subscribed to user presence" | |
4689 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4690 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4691 msgid "Please select the resource of %s to which you would like to send a file" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4692 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4693 "Please select the resource of %s to which you would like to send a file" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4694 |
19927 | 4695 msgid "Edit User Mood" |
4696 msgstr "Edit User Mood" | |
4697 | |
4698 msgid "Please select your mood from the list." | |
4699 msgstr "Please select your mood from the list." | |
4700 | |
4701 msgid "Set" | |
4702 msgstr "Set" | |
4703 | |
4704 msgid "Set Mood..." | |
4705 msgstr "Set Mood..." | |
4706 | |
4707 msgid "Set User Nickname" | |
4708 msgstr "Set User Nickname" | |
4709 | |
4710 msgid "Please specify a new nickname for you." | |
4711 msgstr "Please specify a new nickname for yourself." | |
4712 | |
4713 msgid "" | |
4714 "This information is visible to all contacts on your contact list, so choose " | |
4715 "something appropriate." | |
4716 msgstr "" | |
4717 "This information is visible to all contacts on your contact list, so choose " | |
4718 "something appropriate." | |
4719 | |
4720 msgid "Set Nickname..." | |
4721 msgstr "Set Nickname..." | |
4722 | |
4723 msgid "Actions" | |
4724 msgstr "Actions" | |
4725 | |
4726 msgid "Select an action" | |
4727 msgstr "Select an action" | |
4728 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4729 #. only notify the user about problems adding to the friends list |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4730 #. * maybe we should do something else for other lists, but it probably |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4731 #. * won't cause too many problems if we just ignore it |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4732 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4733 msgid "Unable to add \"%s\"." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4734 msgstr "Unable to add \"%s\"." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4735 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4736 msgid "Buddy Add error" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4737 msgstr "Buddy Add error" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4738 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4739 msgid "The username specified does not exist." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4740 msgstr "The username specified does not exist." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4741 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4742 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4743 msgid "Buddy list synchronization issue in %s (%s)" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4744 msgstr "Buddy list synchronisation issue in %s (%s)" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4745 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4746 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4747 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4748 "%s on the local list is inside the group \"%s\" but not on the server list. " |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4749 "Do you want this buddy to be added?" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4750 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4751 "%s on the local list is inside the group \"%s\" but not on the server list. " |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4752 "Do you want this buddy to be added?" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4753 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4754 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4755 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4756 "%s is on the local list but not on the server list. Do you want this buddy " |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4757 "to be added?" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4758 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4759 "%s is on the local list but not on the server list. Do you want this buddy " |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4760 "to be added?" |
9347 | 4761 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4762 #, c-format |
8711 | 4763 msgid "Unable to parse message" |
4764 msgstr "Unable to parse message" | |
4765 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4766 #, c-format |
16160 | 4767 msgid "Syntax Error (probably a client bug)" |
4768 msgstr "Syntax Error (probably a client bug)" | |
4769 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4770 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
4771 msgid "Invalid email address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
4772 msgstr "Invalid email address" |
8711 | 4773 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4774 #, c-format |
8711 | 4775 msgid "User does not exist" |
4776 msgstr "User does not exist" | |
4777 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4778 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4779 msgid "Fully qualified domain name missing" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4780 msgstr "Fully qualified domain name missing" |
7861 | 4781 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4782 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4783 msgid "Already logged in" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4784 msgstr "Already logged in" |
7861 | 4785 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4786 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4787 msgid "Invalid username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4788 msgstr "Invalid username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4789 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4790 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4791 msgid "Invalid friendly name" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4792 msgstr "Invalid friendly name" |
7861 | 4793 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4794 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4795 msgid "List full" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4796 msgstr "List full" |
7861 | 4797 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4798 #, c-format |
7861 | 4799 msgid "Already there" |
4800 msgstr "Already there" | |
4801 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4802 #, c-format |
7861 | 4803 msgid "Not on list" |
4804 msgstr "Not on list" | |
4805 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4806 #, c-format |
7861 | 4807 msgid "User is offline" |
4808 msgstr "User is offline" | |
4809 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4810 #, c-format |
7861 | 4811 msgid "Already in the mode" |
4812 msgstr "Already in the mode" | |
4813 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4814 #, c-format |
7861 | 4815 msgid "Already in opposite list" |
4816 msgstr "Already in opposite list" | |
4817 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4818 #, c-format |
7861 | 4819 msgid "Too many groups" |
4820 msgstr "Too many groups" | |
4821 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4822 #, c-format |
7861 | 4823 msgid "Invalid group" |
4824 msgstr "Invalid group" | |
4825 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4826 #, c-format |
7861 | 4827 msgid "User not in group" |
4828 msgstr "User not in group" | |
4829 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4830 #, c-format |
7861 | 4831 msgid "Group name too long" |
4832 msgstr "Group name too long" | |
4833 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4834 #, c-format |
7861 | 4835 msgid "Cannot remove group zero" |
4836 msgstr "Cannot remove group zero" | |
4837 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4838 #, c-format |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4839 msgid "Tried to add a user to a group that doesn't exist" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4840 msgstr "Tried to add a user to a group that doesn't exist" |
7861 | 4841 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4842 #, c-format |
7861 | 4843 msgid "Switchboard failed" |
4844 msgstr "Switchboard failed" | |
4845 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4846 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4847 msgid "Notify transfer failed" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4848 msgstr "Notify transfer failed" |
7861 | 4849 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4850 #, c-format |
7861 | 4851 msgid "Required fields missing" |
4852 msgstr "Required fields missing" | |
4853 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4854 #, c-format |
7861 | 4855 msgid "Too many hits to a FND" |
4856 msgstr "Too many hits to a FND" | |
4857 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4858 #, c-format |
7861 | 4859 msgid "Not logged in" |
4860 msgstr "Not logged in" | |
4861 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4862 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4863 msgid "Service temporarily unavailable" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4864 msgstr "Service temporarily unavailable" |
7861 | 4865 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4866 #, c-format |
8711 | 4867 msgid "Database server error" |
4868 msgstr "Database server error" | |
4869 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4870 #, c-format |
8469 | 4871 msgid "Command disabled" |
4872 msgstr "Command disabled" | |
4873 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4874 #, c-format |
8711 | 4875 msgid "File operation error" |
4876 msgstr "File operation error" | |
7861 | 4877 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4878 #, c-format |
8711 | 4879 msgid "Memory allocation error" |
4880 msgstr "Memory allocation error" | |
4881 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4882 #, c-format |
7861 | 4883 msgid "Wrong CHL value sent to server" |
4884 msgstr "Wrong CHL value sent to server" | |
4885 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4886 #, c-format |
7861 | 4887 msgid "Server busy" |
4888 msgstr "Server busy" | |
4889 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4890 #, c-format |
7861 | 4891 msgid "Server unavailable" |
4892 msgstr "Server unavailable" | |
4893 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4894 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4895 msgid "Peer notification server down" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4896 msgstr "Peer notification server down" |
7861 | 4897 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4898 #, c-format |
7861 | 4899 msgid "Database connect error" |
4900 msgstr "Database connect error" | |
4901 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4902 #, c-format |
7861 | 4903 msgid "Server is going down (abandon ship)" |
4904 msgstr "Server is going down (abandon ship)" | |
4905 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4906 #, c-format |
7861 | 4907 msgid "Error creating connection" |
4908 msgstr "Error creating connection" | |
4909 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4910 #, c-format |
7861 | 4911 msgid "CVR parameters are either unknown or not allowed" |
4912 msgstr "CVR parameters are either unknown or not allowed" | |
4913 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4914 #, c-format |
7861 | 4915 msgid "Unable to write" |
4916 msgstr "Unable to write" | |
4917 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4918 #, c-format |
8460 | 4919 msgid "Session overload" |
4920 msgstr "Session overload" | |
4921 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4922 #, c-format |
7861 | 4923 msgid "User is too active" |
4924 msgstr "User is too active" | |
4925 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4926 #, c-format |
7861 | 4927 msgid "Too many sessions" |
4928 msgstr "Too many sessions" | |
4929 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4930 #, c-format |
8711 | 4931 msgid "Passport not verified" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4932 msgstr "Passport not verified" |
8711 | 4933 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4934 #, c-format |
7861 | 4935 msgid "Bad friend file" |
4936 msgstr "Bad friend file" | |
4937 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4938 #, c-format |
8711 | 4939 msgid "Not expected" |
4940 msgstr "Not expected" | |
4941 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
4942 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
4943 msgid "Friendly name is changing too rapidly" |
7861 | 4944 msgstr "Friendly name changes too rapidly" |
4945 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4946 #, c-format |
7861 | 4947 msgid "Server too busy" |
4948 msgstr "Server too busy" | |
4949 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4950 #, c-format |
7861 | 4951 msgid "Authentication failed" |
4952 msgstr "Authentication failed" | |
4953 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4954 #, c-format |
7861 | 4955 msgid "Not allowed when offline" |
4956 msgstr "Not allowed when offline" | |
4957 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4958 #, c-format |
7861 | 4959 msgid "Not accepting new users" |
4960 msgstr "Not accepting new users" | |
4961 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4962 #, c-format |
7861 | 4963 msgid "Kids Passport without parental consent" |
4964 msgstr "Kids Passport without parental consent" | |
4965 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4966 #, c-format |
7861 | 4967 msgid "Passport account not yet verified" |
4968 msgstr "Passport account not yet verified" | |
4969 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4970 msgid "Passport account suspended" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4971 msgstr "Passport account suspended" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4972 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
4973 #, c-format |
8469 | 4974 msgid "Bad ticket" |
4975 msgstr "Bad ticket" | |
4976 | |
7861 | 4977 #, c-format |
4978 msgid "Unknown Error Code %d" | |
4979 msgstr "Unknown Error Code %d" | |
4980 | |
8711 | 4981 #, c-format |
4982 msgid "MSN Error: %s\n" | |
4983 msgstr "MSN Error: %s\n" | |
4984 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4985 msgid "Other Contacts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4986 msgstr "Other Contacts" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4987 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4988 msgid "Non-IM Contacts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4989 msgstr "Non-IM Contacts" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4990 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4991 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4992 msgid "%s sent a wink. <a href='msn-wink://%s'>Click here to play it</a>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4993 msgstr "%s sent a wink. <a href='msn-wink://%s'>Click here to play it</a>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4994 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4995 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4996 msgid "%s sent a wink, but it could not be saved" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4997 msgstr "%s sent a wink, but it could not be saved" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4998 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4999 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5000 msgid "%s sent a voice clip. <a href='audio://%s'>Click here to play it</a>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5001 msgstr "%s sent a voice clip. <a href='audio://%s'>Click here to play it</a>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5002 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5003 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5004 msgid "%s sent a voice clip, but it could not be saved" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5005 msgstr "%s sent a voice clip, but it could not be saved" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5006 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5007 #, c-format |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5008 msgid "%s sent you a voice chat invite, which is not yet supported." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5009 msgstr "%s sent you a voice chat invite, which is not yet supported." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5010 |
19927 | 5011 msgid "Nudge" |
5012 msgstr "Nudge" | |
5013 | |
5014 #, c-format | |
5015 msgid "%s has nudged you!" | |
5016 msgstr "%s has nudged you!" | |
5017 | |
5018 #, c-format | |
5019 msgid "Nudging %s..." | |
5020 msgstr "Nudging %s..." | |
5021 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5022 msgid "Email Address..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5023 msgstr "Email Address..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5024 |
7861 | 5025 msgid "Your new MSN friendly name is too long." |
5026 msgstr "Your new MSN friendly name is too long." | |
5027 | |
5028 msgid "Set your friendly name." | |
5029 msgstr "Set your friendly name." | |
5030 | |
5031 msgid "This is the name that other MSN buddies will see you as." | |
5032 msgstr "This is the name that other MSN buddies will see you as." | |
5033 | |
5034 msgid "Set your home phone number." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5035 msgstr "Set your home telephone number." |
7861 | 5036 |
5037 msgid "Set your work phone number." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5038 msgstr "Set your work telephone number." |
7861 | 5039 |
5040 msgid "Set your mobile phone number." | |
5041 msgstr "Set your mobile phone number." | |
5042 | |
5043 msgid "Allow MSN Mobile pages?" | |
5044 msgstr "Allow MSN Mobile pages?" | |
5045 | |
5046 msgid "" | |
5047 "Do you want to allow or disallow people on your buddy list to send you MSN " | |
5048 "Mobile pages to your cell phone or other mobile device?" | |
5049 msgstr "" | |
5050 "Do you want to allow or disallow people on your buddy list to send you MSN " | |
8469 | 5051 "Mobile pages to your mobile phone or other mobile device?" |
5052 | |
7861 | 5053 msgid "Allow" |
5054 msgstr "Allow" | |
5055 | |
5056 msgid "Disallow" | |
5057 msgstr "Disallow" | |
5058 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5059 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5060 msgid "Blocked Text for %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5061 msgstr "Blocked Text for %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5062 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5063 msgid "No text is blocked for this account." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5064 msgstr "No text is blocked for this account." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5065 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5066 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5067 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5068 "MSN servers are currently blocking the following regular expressions:<br/>%s" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5069 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5070 "MSN servers are currently blocking the following regular expressions:<br/>%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5071 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5072 msgid "This account does not have email enabled." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5073 msgstr "This account does not have email enabled." |
11762 | 5074 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5075 msgid "Send a mobile message." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5076 msgstr "Send a mobile message." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5077 |
7861 | 5078 msgid "Page" |
5079 msgstr "Page" | |
5080 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5081 msgid "Playing a game" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5082 msgstr "Playing a game" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5083 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5084 msgid "Working" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5085 msgstr "Working" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5086 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5087 msgid "Has you" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5088 msgstr "Has you" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5089 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5090 msgid "Home Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5091 msgstr "Home Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5092 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5093 msgid "Work Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5094 msgstr "Work Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5095 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5096 msgid "Mobile Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5097 msgstr "Mobile Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5098 |
7861 | 5099 msgid "Be Right Back" |
5100 msgstr "Be Right Back" | |
5101 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5102 msgid "Busy" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5103 msgstr "Busy" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5104 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5105 msgid "On the Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5106 msgstr "On the Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5107 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5108 msgid "Out to Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5109 msgstr "Out to Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5110 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5111 #. primitive |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5112 #. ID |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5113 #. name - use default |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
5114 #. saveable |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5115 #. should be user_settable some day |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5116 #. independent |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5117 msgid "Artist" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5118 msgstr "Artist" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5119 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5120 msgid "Album" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5121 msgstr "Album" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5122 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5123 msgid "Game Title" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5124 msgstr "Game Title" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5125 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5126 msgid "Office Title" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5127 msgstr "Office Title" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5128 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5129 msgid "Set Friendly Name..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5130 msgstr "Set Friendly Name..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5131 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5132 msgid "Set Home Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5133 msgstr "Set Home Telephone Number..." |
7861 | 5134 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5135 msgid "Set Work Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5136 msgstr "Set Work Telephone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5137 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5138 msgid "Set Mobile Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5139 msgstr "Set Mobile Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5140 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5141 msgid "Enable/Disable Mobile Devices..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5142 msgstr "Enable/Disable Mobile Devices..." |
7861 | 5143 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5144 msgid "Allow/Disallow Mobile Pages..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5145 msgstr "Allow/Disallow Mobile Pages..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5146 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5147 msgid "View Blocked Text..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5148 msgstr "View Blocked Text..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5149 |
11762 | 5150 msgid "Open Hotmail Inbox" |
11887 | 5151 msgstr "Open Hotmail Inbox" |
11762 | 5152 |
7861 | 5153 msgid "Send to Mobile" |
5154 msgstr "Send to Mobile" | |
5155 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5156 msgid "Initiate _Chat" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5157 msgstr "Initiate _Chat" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5158 |
16160 | 5159 msgid "SSL support is needed for MSN. Please install a supported SSL library." |
5160 msgstr "SSL support is needed for MSN. Please install a supported SSL library." | |
5161 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5162 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5163 msgid "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5164 "Unable to add the buddy %s because the username is invalid. Usernames must " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5165 "be a valid email address." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5166 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5167 "Unable to add the buddy %s because the username is invalid. Usernames must " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5168 "be a valid email address." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5169 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5170 msgid "Unable to Add" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5171 msgstr "Unable to Add" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5172 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5173 msgid "Authorization Request Message:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5174 msgstr "Authorisation Request Message:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5175 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5176 msgid "Please authorize me!" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5177 msgstr "Please authorise me!" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5178 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5179 #. * |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5180 #. * A wrapper for purple_request_action() that uses @c OK and @c Cancel buttons. |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5181 #. |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5182 msgid "_OK" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5183 msgstr "_OK" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5184 |
9347 | 5185 msgid "Error retrieving profile" |
5186 msgstr "Error retreiving profile" | |
7861 | 5187 |
16160 | 5188 msgid "General" |
5189 msgstr "General" | |
5190 | |
7861 | 5191 msgid "Age" |
5192 msgstr "Age" | |
5193 | |
5194 msgid "Occupation" | |
5195 msgstr "Occupation" | |
5196 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5197 msgid "Location" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5198 msgstr "Location" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5199 |
7861 | 5200 msgid "Hobbies and Interests" |
5201 msgstr "Hobbies and Interests" | |
5202 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5203 msgid "A Little About Me" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5204 msgstr "A Little About Me" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5205 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5206 msgid "Social" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5207 msgstr "Social" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5208 |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5209 msgid "Marital Status" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5210 msgstr "Marital Status" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5211 |
14948 | 5212 msgid "Interests" |
5213 msgstr "Interests" | |
5214 | |
5215 msgid "Pets" | |
5216 msgstr "Pets" | |
5217 | |
5218 msgid "Hometown" | |
5219 msgstr "Home town" | |
5220 | |
5221 msgid "Places Lived" | |
5222 msgstr "Places Lived" | |
5223 | |
5224 msgid "Fashion" | |
5225 msgstr "Fashion" | |
5226 | |
5227 msgid "Humor" | |
5228 msgstr "Humour" | |
5229 | |
5230 msgid "Music" | |
5231 msgstr "Music" | |
5232 | |
7861 | 5233 msgid "Favorite Quote" |
8100 | 5234 msgstr "Favourite Quote" |
5235 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5236 msgid "Contact Info" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5237 msgstr "Contact Info" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5238 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5239 msgid "Personal" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5240 msgstr "Personal" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5241 |
14948 | 5242 msgid "Significant Other" |
5243 msgstr "Partner" | |
5244 | |
5245 msgid "Home Phone" | |
5246 msgstr "Home Telephone" | |
5247 | |
5248 msgid "Home Phone 2" | |
5249 msgstr "Home Telephone 2" | |
5250 | |
5251 msgid "Home Address" | |
5252 msgstr "Home Address" | |
5253 | |
5254 msgid "Personal Mobile" | |
5255 msgstr "Personal Mobile" | |
5256 | |
5257 msgid "Home Fax" | |
5258 msgstr "Home Fax" | |
5259 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5260 msgid "Personal Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5261 msgstr "Personal Email" |
14948 | 5262 |
5263 msgid "Personal IM" | |
5264 msgstr "Personal IM" | |
5265 | |
5266 msgid "Anniversary" | |
5267 msgstr "Anniversary" | |
5268 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5269 #. Business |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5270 msgid "Work" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5271 msgstr "Work" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5272 |
14948 | 5273 msgid "Job Title" |
5274 msgstr "Job Title" | |
5275 | |
5276 msgid "Company" | |
5277 msgstr "Company" | |
5278 | |
5279 msgid "Department" | |
5280 msgstr "Department" | |
5281 | |
5282 msgid "Profession" | |
5283 msgstr "Profession" | |
5284 | |
5285 msgid "Work Phone" | |
5286 msgstr "Work Telephone" | |
5287 | |
5288 msgid "Work Phone 2" | |
5289 msgstr "Work Telephone 2" | |
5290 | |
5291 msgid "Work Address" | |
5292 msgstr "Work Address" | |
5293 | |
5294 msgid "Work Mobile" | |
5295 msgstr "Work Mobile" | |
5296 | |
5297 msgid "Work Pager" | |
5298 msgstr "Work Pager" | |
5299 | |
5300 msgid "Work Fax" | |
5301 msgstr "Work Fax" | |
5302 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5303 msgid "Work Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5304 msgstr "Work Email" |
14948 | 5305 |
5306 msgid "Work IM" | |
5307 msgstr "Work IM" | |
5308 | |
5309 msgid "Start Date" | |
5310 msgstr "Start Date" | |
5311 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5312 msgid "Favorite Things" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5313 msgstr "Favourite Things" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5314 |
7861 | 5315 msgid "Last Updated" |
5316 msgstr "Last Updated" | |
5317 | |
5318 msgid "Homepage" | |
5319 msgstr "Homepage" | |
5320 | |
9524 | 5321 msgid "The user has not created a public profile." |
5322 msgstr "The user has not created a public profile." | |
5323 | |
5324 msgid "" | |
5325 "MSN reported not being able to find the user's profile. This either means " | |
5326 "that the user does not exist, or that the user exists but has not created a " | |
5327 "public profile." | |
5328 msgstr "" | |
5329 "MSN reported not being able to find the user's profile. This either means " | |
5330 "that the user does not exist, or that the user exists but has not created a " | |
5331 "public profile." | |
5332 | |
16160 | 5333 msgid "" |
5334 "Could not find any information in the user's profile. The user most likely " | |
5335 "does not exist." | |
5336 msgstr "" | |
5337 "Could not find any information in the user's profile. The user most likely " | |
5338 "does not exist." | |
5339 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5340 msgid "View web profile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5341 msgstr "View web profile" |
9347 | 5342 |
7861 | 5343 #. *< type |
5344 #. *< ui_requirement | |
5345 #. *< flags | |
5346 #. *< dependencies | |
5347 #. *< priority | |
5348 #. *< id | |
5349 #. *< name | |
5350 #. *< version | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
5351 #. *< summary |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5352 msgid "Windows Live Messenger Protocol Plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5353 msgstr "Windows Live Messenger Protocol Plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5354 |
7861 | 5355 msgid "Use HTTP Method" |
5356 msgstr "Use HTTP Method" | |
5357 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5358 msgid "HTTP Method Server" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5359 msgstr "HTTP Method Server" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5360 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5361 msgid "Show custom smileys" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5362 msgstr "Show custom smileys" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5363 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5364 msgid "nudge: nudge a user to get their attention" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5365 msgstr "nudge: nudge a user to get their attention" |
11762 | 5366 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5367 msgid "Windows Live ID authentication:Unable to connect" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5368 msgstr "Windows Live ID authentication: Unable to connect" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5369 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5370 msgid "Windows Live ID authentication:Invalid response" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5371 msgstr "Windows Live ID authentication: Invalid response" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5372 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5373 #, c-format |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5374 msgid "%s just sent you a Nudge!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5375 msgstr "%s just sent you a Nudge!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5376 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5377 #, c-format |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5378 msgid "Unknown error (%d): %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5379 msgstr "Unknown error (%d): %s" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5380 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5381 msgid "Unable to add user" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5382 msgstr "Unable to add user" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5383 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5384 #. Unknown error! |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5385 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5386 msgid "Unknown error (%d)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5387 msgstr "Unknown error (%d)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5388 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5389 msgid "The following users are missing from your addressbook" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5390 msgstr "The following users are missing from your addressbook" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5391 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5392 msgid "Mobile message was not sent because it was too long." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5393 msgstr "Mobile message was not sent because it was too long." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5394 |
7861 | 5395 #, c-format |
5396 msgid "" | |
5397 "The MSN server will shut down for maintenance in %d minute. You will " | |
5398 "automatically be signed out at that time. Please finish any conversations " | |
5399 "in progress.\n" | |
5400 "\n" | |
5401 "After the maintenance has been completed, you will be able to successfully " | |
5402 "sign in." | |
5403 msgid_plural "" | |
5404 "The MSN server will shut down for maintenance in %d minutes. You will " | |
5405 "automatically be signed out at that time. Please finish any conversations " | |
5406 "in progress.\n" | |
5407 "\n" | |
5408 "After the maintenance has been completed, you will be able to successfully " | |
5409 "sign in." | |
5410 msgstr[0] "" | |
5411 "The MSN server will shut down for maintenance in %d minute. You will " | |
5412 "automatically be signed out at that time. Please finish any conversations " | |
5413 "in progress.\n" | |
5414 "\n" | |
5415 "After the maintenance has been completed, you will be able to successfully " | |
5416 "sign in." | |
5417 msgstr[1] "" | |
5418 "The MSN server will shut down for maintenance in %d minutes. You will " | |
5419 "automatically be signed out at that time. Please finish any conversations " | |
5420 "in progress.\n" | |
5421 "\n" | |
5422 "After the maintenance has been completed, you will be able to successfully " | |
5423 "sign in." | |
5424 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5425 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5426 "Message was not sent because the system is unavailable. This normally " |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5427 "happens when the user is blocked or does not exist." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5428 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5429 "Message was not sent because the system is unavailable. This normally " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5430 "happens when the user is blocked or does not exist." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5431 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5432 msgid "Message was not sent because messages are being sent too quickly." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5433 msgstr "Message was not sent because messages are being sent too quickly." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5434 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5435 msgid "Message was not sent because an unknown encoding error occurred." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5436 msgstr "Message was not sent because an unknown encoding error occurred." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5437 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5438 msgid "Message was not sent because an unknown error occurred." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5439 msgstr "Message was not sent because an unknown error occurred." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5440 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5441 msgid "Writing error" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5442 msgstr "Writing error" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5443 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5444 msgid "Reading error" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5445 msgstr "Reading error" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5446 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5447 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5448 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5449 "Connection error from %s server:\n" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5450 "%s" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5451 msgstr "" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5452 "Connection error from %s server:\n" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5453 "%s" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5454 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5455 msgid "Our protocol is not supported by the server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5456 msgstr "Our protocol is not supported by the server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5457 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5458 msgid "Error parsing HTTP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5459 msgstr "Error parsing HTTP" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5460 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5461 msgid "You have signed on from another location" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5462 msgstr "You have signed on from another location" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5463 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5464 msgid "The MSN servers are temporarily unavailable. Please wait and try again." |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5465 msgstr "" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5466 "The MSN servers are temporarily unavailable. Please wait and try again." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5467 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5468 msgid "The MSN servers are going down temporarily" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5469 msgstr "The MSN servers are going down temporarily" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5470 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5471 #, c-format |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5472 msgid "Unable to authenticate: %s" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5473 msgstr "Unable to authenticate: %s" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5474 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5475 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5476 "Your MSN buddy list is temporarily unavailable. Please wait and try again." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5477 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5478 "Your MSN buddy list is temporarily unavailable. Please wait and try again." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5479 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5480 msgid "Handshaking" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5481 msgstr "Handshaking" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5482 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5483 msgid "Transferring" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5484 msgstr "Transferring" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5485 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5486 msgid "Starting authentication" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5487 msgstr "Starting authentication" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5488 |
11762 | 5489 msgid "Getting cookie" |
5490 msgstr "Getting cookie" | |
5491 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5492 msgid "Sending cookie" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5493 msgstr "Sending cookie" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5494 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5495 msgid "Retrieving buddy list" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5496 msgstr "Retrieving buddy list" |
7861 | 5497 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5498 #, c-format |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5499 msgid "%s requests to view your webcam, but this request is not yet supported." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5500 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5501 "%s requests to view your webcam, but this request is not yet supported." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5502 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5503 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5504 msgid "%s invited you to view his/her webcam, but this is not yet supported." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5505 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5506 "%s requests to view your webcam, but this request is not yet supported." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5507 |
11762 | 5508 msgid "Away From Computer" |
5509 msgstr "Away From Computer" | |
5510 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5511 msgid "On The Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5512 msgstr "On The Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5513 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5514 msgid "Out To Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5515 msgstr "Out To Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5516 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5517 msgid "Message may have not been sent because a timeout occurred:" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5518 msgstr "Message may have not been sent because a timeout occurred:" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5519 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5520 msgid "Message could not be sent, not allowed while invisible:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5521 msgstr "Message could not be sent; not allowed while invisible:" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5522 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5523 msgid "Message could not be sent because the user is offline:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5524 msgstr "Message could not be sent because the user is offline:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5525 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5526 msgid "Message could not be sent because a connection error occurred:" |
23376
85fc34efe733
Fix occurred to be spelled correctly. Thanks to bruce89 for noticing. Fixes #6096.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
23182
diff
changeset
|
5527 msgstr "Message could not be sent because a connection error occurred:" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5528 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5529 msgid "Message could not be sent because we are sending too quickly:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5530 msgstr "Message could not be sent because we are sending too quickly:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5531 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5532 msgid "" |
19927 | 5533 "Message could not be sent because we were unable to establish a session with " |
5534 "the server. This is likely a server problem, try again in a few minutes:" | |
5535 msgstr "" | |
5536 "Message could not be sent because we were unable to establish a session with " | |
5537 "the server. This is likely a server problem, try again in a few minutes:" | |
5538 | |
5539 msgid "" | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5540 "Message could not be sent because an error with the switchboard occurred:" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5541 msgstr "" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5542 "Message could not be sent because an error with the switchboard occurred:" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5543 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5544 msgid "Message may have not been sent because an unknown error occurred:" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5545 msgstr "Message may have not been sent because an unknown error occurred:" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5546 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5547 msgid "Delete Buddy from Address Book?" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5548 msgstr "Delete Buddy from Address Book?" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5549 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5550 msgid "Do you want to delete this buddy from your address book as well?" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5551 msgstr "Do you want to delete this buddy from your address book as well?" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5552 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5553 msgid "The username specified is invalid." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5554 msgstr "The username specified is invalid." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5555 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5556 #, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5557 msgid "Friendly name changes too rapidly" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5558 msgstr "Friendly name changes too rapidly" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
5559 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5560 msgid "This Hotmail account may not be active." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5561 msgstr "This Hotmail account may not be active." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5562 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5563 msgid "Profile URL" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5564 msgstr "Profile URL" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5565 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5566 #. *< type |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5567 #. *< ui_requirement |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5568 #. *< flags |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5569 #. *< dependencies |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5570 #. *< priority |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5571 #. *< id |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5572 #. *< name |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5573 #. *< version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5574 #. * summary |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5575 #. * description |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5576 msgid "MSN Protocol Plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5577 msgstr "MSN Protocol Plug-in" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5578 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5579 #, c-format |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5580 msgid "%s is not a valid group." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5581 msgstr "%s is not a valid group." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5582 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5583 msgid "Unknown error." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5584 msgstr "Unknown error." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5585 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5586 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5587 msgid "%s on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5588 msgstr "%s on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5589 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5590 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5591 msgid "Unable to add user on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5592 msgstr "Unable to add user on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5593 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5594 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5595 msgid "Unable to block user on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5596 msgstr "Unable to block user on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5597 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5598 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5599 msgid "Unable to permit user on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5600 msgstr "Unable to permit user on %s (%s)" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5601 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5602 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5603 msgid "%s could not be added because your buddy list is full." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5604 msgstr "%s could not be added because your buddy list is full." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5605 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5606 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5607 msgid "%s is not a valid passport account." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5608 msgstr "%s is not a valid passport account." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5609 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5610 msgid "Service Temporarily Unavailable." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5611 msgstr "Service Temporarily Unavailable." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5612 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5613 msgid "Unable to rename group" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5614 msgstr "Unable to rename group" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5615 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5616 msgid "Unable to delete group" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5617 msgstr "Unable to delete group" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5618 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5619 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5620 msgid "%s has added you to his or her buddy list." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5621 msgstr "%s has added you to his or her buddy list." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5622 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5623 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5624 msgid "%s has removed you from his or her buddy list." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5625 msgstr "%s has removed you from his or her buddy list." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5626 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5627 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5628 msgid "No such user: %s" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5629 msgstr "No such user: %s" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5630 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5631 msgid "User lookup" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5632 msgstr "User lookup" |
19927 | 5633 |
5634 msgid "Reading challenge" | |
5635 msgstr "Reading challenge" | |
5636 | |
5637 msgid "Unexpected challenge length from server" | |
5638 msgstr "Unexpected challenge length from server" | |
5639 | |
5640 msgid "Logging in" | |
5641 msgstr "Logging in" | |
5642 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5643 msgid "MySpaceIM - No Username Set" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5644 msgstr "MySpaceIM - No Username Set" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5645 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5646 msgid "You appear to have no MySpace username." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5647 msgstr "You appear to have no MySpace username." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5648 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5649 msgid "Would you like to set one now? (Note: THIS CANNOT BE CHANGED!)" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5650 msgstr "Would you like to set one now? (Note: THIS CANNOT BE CHANGED!)" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5651 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5652 msgid "Lost connection with server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5653 msgstr "Lost connection with server" |
19927 | 5654 |
5655 #. Can't write _()'d strings in array initializers. Workaround. | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5656 #. khc: then use N_() in the array initializer and use _() when they are |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5657 #. used |
19927 | 5658 msgid "New mail messages" |
5659 msgstr "New mail messages" | |
5660 | |
5661 msgid "New blog comments" | |
5662 msgstr "New blog comments" | |
5663 | |
5664 msgid "New profile comments" | |
5665 msgstr "New profile comments" | |
5666 | |
5667 msgid "New friend requests!" | |
5668 msgstr "New friend requests!" | |
5669 | |
5670 msgid "New picture comments" | |
5671 msgstr "New picture comments" | |
5672 | |
5673 msgid "MySpace" | |
5674 msgstr "MySpace" | |
5675 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5676 msgid "IM Friends" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5677 msgstr "IM Friends" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5678 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5679 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5680 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5681 "%d buddy was added or updated from the server (including buddies already on " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5682 "the server-side list)" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5683 msgid_plural "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5684 "%d buddies were added or updated from the server (including buddies already " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5685 "on the server-side list)" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5686 msgstr[0] "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5687 "%d buddy was added or updated from the server (including buddies already on " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5688 "the server-side list)" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5689 msgstr[1] "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5690 "%d buddies were added or updated from the server (including buddies already " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5691 "on the server-side list)" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5692 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5693 msgid "Add contacts from server" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5694 msgstr "Add contacts from server" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5695 |
19927 | 5696 #, c-format |
5697 msgid "Protocol error, code %d: %s" | |
5698 msgstr "Protocol error, code %d: %s" | |
5699 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5700 #, c-format |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5701 msgid "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5702 "%s Your password is %zu characters, which is longer than the maximum length " |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5703 "of %d. Please shorten your password at http://profileedit.myspace.com/index." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5704 "cfm?fuseaction=accountSettings.changePassword and try again." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5705 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5706 "%s Your password is %zu characters, which is longer than the maximum length " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5707 "of %d. Please shorten your password at http://profileedit.myspace.com/index." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5708 "cfm?fuseaction=accountSettings.changePassword and try again." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5709 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5710 msgid "Incorrect username or password" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5711 msgstr "Incorrect username or password" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
5712 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5713 msgid "MySpaceIM Error" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5714 msgstr "MySpaceIM Error" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5715 |
19927 | 5716 msgid "Invalid input condition" |
5717 msgstr "Invalid input condition" | |
5718 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5719 msgid "Failed to add buddy" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5720 msgstr "Failed to add buddy" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5721 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5722 msgid "'addbuddy' command failed." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5723 msgstr "'addbuddy' command failed." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5724 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5725 msgid "persist command failed" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5726 msgstr "persist command failed" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5727 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5728 msgid "Failed to remove buddy" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5729 msgstr "Failed to remove buddy" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5730 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5731 msgid "'delbuddy' command failed" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5732 msgstr "'delbuddy' command failed" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5733 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5734 msgid "blocklist command failed" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5735 msgstr "blocklist command failed" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5736 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5737 msgid "Missing Cipher" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5738 msgstr "Missing Cipher" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5739 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5740 msgid "The RC4 cipher could not be found" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5741 msgstr "The RC4 cipher could not be found" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5742 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5743 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5744 "Upgrade to a libpurple with RC4 support (>= 2.0.1). MySpaceIM plugin will " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5745 "not be loaded." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5746 msgstr "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5747 "Upgrade to a libpurple with RC4 support (>= 2.0.1). MySpaceIM plugin will " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5748 "not be loaded." |
19927 | 5749 |
5750 msgid "Add friends from MySpace.com" | |
5751 msgstr "Add friends from MySpace.com" | |
5752 | |
5753 msgid "Importing friends failed" | |
5754 msgstr "Importing friends failed" | |
5755 | |
5756 #. TODO: find out how | |
5757 msgid "Find people..." | |
5758 msgstr "Find people..." | |
5759 | |
5760 msgid "Change IM name..." | |
5761 msgstr "Change IM name..." | |
5762 | |
5763 msgid "myim URL handler" | |
5764 msgstr "myim URL handler" | |
5765 | |
5766 msgid "No suitable MySpaceIM account could be found to open this myim URL." | |
5767 msgstr "No suitable MySpaceIM account could be found to open this myim URL." | |
5768 | |
5769 msgid "Enable the proper MySpaceIM account and try again." | |
5770 msgstr "Enable the proper MySpaceIM account and try again." | |
5771 | |
5772 msgid "Show display name in status text" | |
5773 msgstr "Show display name in status text" | |
5774 | |
5775 msgid "Show headline in status text" | |
5776 msgstr "Show headline in status text" | |
5777 | |
5778 msgid "Send emoticons" | |
5779 msgstr "Send emoticons" | |
5780 | |
5781 msgid "Screen resolution (dots per inch)" | |
5782 msgstr "Screen resolution (dots per inch)" | |
5783 | |
5784 msgid "Base font size (points)" | |
5785 msgstr "Base font size (points)" | |
5786 | |
5787 msgid "User" | |
5788 msgstr "User" | |
5789 | |
5790 msgid "Headline" | |
5791 msgstr "Headline" | |
5792 | |
5793 msgid "Song" | |
5794 msgstr "Song" | |
5795 | |
5796 msgid "Total Friends" | |
5797 msgstr "Total Friends" | |
5798 | |
5799 msgid "Client Version" | |
5800 msgstr "Client Version" | |
5801 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5802 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5803 "An error occurred while trying to set the username. Please try again, or " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5804 "visit http://editprofile.myspace.com/index.cfm?fuseaction=profile.username " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5805 "to set your username." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5806 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5807 "An error occurred while trying to set the username. Please try again, or " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5808 "visit http://editprofile.myspace.com/index.cfm?fuseaction=profile.username " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5809 "to set your username." |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5810 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5811 msgid "MySpaceIM - Username Available" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5812 msgstr "MySpaceIM - Username Available" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5813 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5814 msgid "This username is available. Would you like to set it?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5815 msgstr "This username is available. Would you like to set it?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5816 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5817 msgid "ONCE SET, THIS CANNOT BE CHANGED!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5818 msgstr "ONCE SET, THIS CANNOT BE CHANGED!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5819 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5820 msgid "MySpaceIM - Please Set a Username" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5821 msgstr "MySpaceIM - Please Set a Username" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5822 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5823 msgid "This username is unavailable." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5824 msgstr "This username is not available." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5825 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5826 msgid "Please try another username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5827 msgstr "Please try another username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5828 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5829 #. Protocol won't log in now without a username set.. Disconnect |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5830 msgid "No username set" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5831 msgstr "No username set" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5832 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5833 msgid "Please enter a username to check its availability:" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5834 msgstr "Please enter a username to check its availability:" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5835 |
19927 | 5836 #. TODO: icons for each zap |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5837 #. Lots of comments for translators: |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5838 #. Zap means "to strike suddenly and forcefully as if with a |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5839 #. * projectile or weapon." This term often has an electrical |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5840 #. * connotation, for example, "he was zapped by electricity when |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5841 #. * he put a fork in the toaster." |
19927 | 5842 msgid "Zap" |
5843 msgstr "Zap" | |
5844 | |
5845 #, c-format | |
5846 msgid "%s has zapped you!" | |
5847 msgstr "%s has zapped you!" | |
5848 | |
5849 #, c-format | |
5850 msgid "Zapping %s..." | |
5851 msgstr "Zapping %s..." | |
5852 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5853 #. Whack means "to hit or strike someone with a sharp blow" |
19927 | 5854 msgid "Whack" |
5855 msgstr "Whack" | |
5856 | |
5857 #, c-format | |
5858 msgid "%s has whacked you!" | |
5859 msgstr "%s has whacked you!" | |
5860 | |
5861 #, c-format | |
5862 msgid "Whacking %s..." | |
5863 msgstr "Whacking %s..." | |
5864 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5865 #. Torch means "to set on fire." Don't worry, this doesn't |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5866 #. * make a whole lot of sense in English, either. Feel free |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5867 #. * to translate it literally. |
19927 | 5868 msgid "Torch" |
5869 msgstr "Torch" | |
5870 | |
5871 #, c-format | |
5872 msgid "%s has torched you!" | |
5873 msgstr "%s has torched you!" | |
5874 | |
5875 #, c-format | |
5876 msgid "Torching %s..." | |
5877 msgstr "Torching %s..." | |
5878 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5879 #. Smooch means "to kiss someone, often enthusiastically" |
19927 | 5880 msgid "Smooch" |
5881 msgstr "Smooch" | |
5882 | |
5883 #, c-format | |
5884 msgid "%s has smooched you!" | |
5885 msgstr "%s has smooched you!" | |
5886 | |
5887 #, c-format | |
5888 msgid "Smooching %s..." | |
5889 msgstr "Smooching %s..." | |
5890 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5891 #. A hug is a display of affection; wrapping your arms around someone |
19927 | 5892 msgid "Hug" |
5893 msgstr "Hug" | |
5894 | |
5895 #, c-format | |
5896 msgid "%s has hugged you!" | |
5897 msgstr "%s has hugged you!" | |
5898 | |
5899 #, c-format | |
5900 msgid "Hugging %s..." | |
5901 msgstr "Hugging %s..." | |
5902 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5903 #. Slap means "to hit someone with an open/flat hand" |
19927 | 5904 msgid "Slap" |
5905 msgstr "Slap" | |
5906 | |
5907 #, c-format | |
5908 msgid "%s has slapped you!" | |
5909 msgstr "%s has slapped you!" | |
5910 | |
5911 #, c-format | |
5912 msgid "Slapping %s..." | |
5913 msgstr "Slapping %s..." | |
5914 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5915 #. Goose means "to pinch someone on their butt" |
19927 | 5916 msgid "Goose" |
5917 msgstr "Goose" | |
5918 | |
5919 #, c-format | |
5920 msgid "%s has goosed you!" | |
5921 msgstr "%s has goosed you!" | |
5922 | |
5923 #, c-format | |
5924 msgid "Goosing %s..." | |
5925 msgstr "Goosing %s..." | |
5926 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5927 #. A high-five is when two people's hands slap each other |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5928 #. * in the air above their heads. It is done to celebrate |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5929 #. * something, often a victory, or to congratulate someone. |
19927 | 5930 msgid "High-five" |
5931 msgstr "High-five" | |
5932 | |
5933 #, c-format | |
5934 msgid "%s has high-fived you!" | |
5935 msgstr "%s has high-fived you!" | |
5936 | |
5937 #, c-format | |
5938 msgid "High-fiving %s..." | |
5939 msgstr "High-fiving %s..." | |
5940 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5941 #. We're not entirely sure what the MySpace people mean by |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5942 #. * this... but we think it's the equivalent of "prank." Or, for |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5943 #. * someone to perform a mischievous trick or practical joke. |
19927 | 5944 msgid "Punk" |
5945 msgstr "Punk" | |
5946 | |
5947 #, c-format | |
5948 msgid "%s has punk'd you!" | |
5949 msgstr "%s has punk'd you!" | |
5950 | |
5951 #, c-format | |
5952 msgid "Punking %s..." | |
5953 msgstr "Punking %s..." | |
5954 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5955 #. Raspberry is a slang term for the vibrating sound made |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5956 #. * when you stick your tongue out of your mouth with your |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5957 #. * lips closed and blow. It is typically done when |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5958 #. * gloating or bragging. Nowadays it's a pretty silly |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5959 #. * gesture, so it does not carry a harsh negative |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5960 #. * connotation. It is generally used in a playful tone |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5961 #. * with friends. |
19927 | 5962 msgid "Raspberry" |
5963 msgstr "Raspberry" | |
5964 | |
5965 #, c-format | |
5966 msgid "%s has raspberried you!" | |
5967 msgstr "%s has raspberried you!" | |
5968 | |
5969 #, c-format | |
5970 msgid "Raspberrying %s..." | |
5971 msgstr "Raspberrying %s..." | |
5972 | |
9066 | 5973 msgid "Required parameters not passed in" |
5974 msgstr "Required parameters not passed in" | |
5975 | |
5976 msgid "Unable to write to network" | |
5977 msgstr "Unable to write to network" | |
5978 | |
5979 msgid "Unable to read from network" | |
5980 msgstr "Unable to read from network" | |
5981 | |
5982 msgid "Error communicating with server" | |
5983 msgstr "Error communicating with server" | |
5984 | |
5985 msgid "Conference not found" | |
5986 msgstr "Conference not found" | |
5987 | |
5988 msgid "Conference does not exist" | |
5989 msgstr "Conference does not exist" | |
5990 | |
5991 msgid "A folder with that name already exists" | |
5992 msgstr "A folder with that name already exists" | |
5993 | |
5994 msgid "Not supported" | |
5995 msgstr "Not supported" | |
5996 | |
5997 msgid "Password has expired" | |
5998 msgstr "Password has expired" | |
5999 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6000 msgid "Incorrect password" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6001 msgstr "Incorrect password" |
9066 | 6002 |
6003 msgid "User not found" | |
6004 msgstr "User not found" | |
6005 | |
6006 msgid "Account has been disabled" | |
6007 msgstr "Account has been disabled" | |
6008 | |
6009 msgid "The server could not access the directory" | |
6010 msgstr "The server could not access the directory" | |
6011 | |
6012 msgid "Your system administrator has disabled this operation" | |
6013 msgstr "Your system administrator has disabled this operation" | |
6014 | |
6015 msgid "The server is unavailable; try again later" | |
6016 msgstr "The server is unavailable; try again later" | |
6017 | |
6018 msgid "Cannot add a contact to the same folder twice" | |
6019 msgstr "Cannot add a contact to the same folder twice" | |
6020 | |
6021 msgid "Cannot add yourself" | |
6022 msgstr "Cannot add yourself" | |
6023 | |
6024 msgid "Master archive is misconfigured" | |
6025 msgstr "Master archive is misconfigured" | |
6026 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6027 msgid "Could not recognize the host of the username you entered" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6028 msgstr "Could not recognise the host of the username you entered" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6029 |
9066 | 6030 msgid "" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6031 "Your account has been disabled because too many incorrect passwords were " |
9066 | 6032 "entered" |
6033 msgstr "" | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6034 "Your account has been disabled because too many incorrect passwords were " |
9066 | 6035 "entered" |
6036 | |
6037 msgid "You cannot add the same person twice to a conversation" | |
6038 msgstr "You cannot add the same person twice to a conversation" | |
6039 | |
6040 msgid "You have reached your limit for the number of contacts allowed" | |
6041 msgstr "You have reached your limit for the number of contacts allowed" | |
6042 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6043 msgid "You have entered an incorrect username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6044 msgstr "You have entered an incorrect username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6045 |
9066 | 6046 msgid "An error occurred while updating the directory" |
6047 msgstr "An error occurred while updating the directory" | |
6048 | |
6049 msgid "Incompatible protocol version" | |
6050 msgstr "Incompatible protocol version" | |
6051 | |
6052 msgid "The user has blocked you" | |
6053 msgstr "The user has blocked you" | |
6054 | |
6055 msgid "" | |
6056 "This evaluation version does not allow more than ten users to log in at one " | |
6057 "time" | |
6058 msgstr "" | |
6059 "This evaluation version does not allow more than ten users to log in at one " | |
6060 "time" | |
6061 | |
6062 msgid "The user is either offline or you are blocked" | |
6063 msgstr "The user is either offline or you are blocked" | |
6064 | |
6065 #, c-format | |
6066 msgid "Unknown error: 0x%X" | |
6067 msgstr "Unknown error: 0x%X" | |
6068 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6069 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6070 msgid "Unable to login: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6071 msgstr "Unable to login: %s" |
9066 | 6072 |
6073 #, c-format | |
6074 msgid "Unable to send message. Could not get details for user (%s)." | |
6075 msgstr "Unable to send message. Could not get details for user (%s)." | |
6076 | |
6077 #, c-format | |
6078 msgid "Unable to add %s to your buddy list (%s)." | |
6079 msgstr "Unable to add %s to your buddy list (%s)." | |
8725 | 6080 |
6081 #. TODO: Improve this! message to who or for what conference? | |
9066 | 6082 #, c-format |
6083 msgid "Unable to send message (%s)." | |
6084 msgstr "Unable to send message (%s)." | |
6085 | |
6086 #, c-format | |
6087 msgid "Unable to invite user (%s)." | |
6088 msgstr "Unable to invite user (%s)." | |
6089 | |
6090 #, c-format | |
6091 msgid "Unable to send message to %s. Could not create the conference (%s)." | |
6092 msgstr "Unable to send message to %s. Could not create the conference (%s)." | |
6093 | |
6094 #, c-format | |
6095 msgid "Unable to send message. Could not create the conference (%s)." | |
6096 msgstr "Unable to send message. Could not create the conference (%s)." | |
6097 | |
8725 | 6098 #, c-format |
6099 msgid "" | |
6100 "Unable to move user %s to folder %s in the server side list. Error while " | |
9066 | 6101 "creating folder (%s)." |
8725 | 6102 msgstr "" |
6103 "Unable to move user %s to folder %s in the server side list. Error while " | |
9066 | 6104 "creating folder (%s)." |
6105 | |
8725 | 6106 #, c-format |
6107 msgid "" | |
6108 "Unable to add %s to your buddy list. Error creating folder in server side " | |
9066 | 6109 "list (%s)." |
8725 | 6110 msgstr "" |
6111 "Unable to add %s to your buddy list. Error creating folder in server side " | |
9066 | 6112 "list (%s)." |
6113 | |
6114 #, c-format | |
6115 msgid "Could not get details for user %s (%s)." | |
6116 msgstr "Could not get details for user %s (%s)." | |
6117 | |
6118 #, c-format | |
6119 msgid "Unable to add user to privacy list (%s)." | |
6120 msgstr "Unable to add user to privacy list (%s)." | |
6121 | |
6122 #, c-format | |
6123 msgid "Unable to add %s to deny list (%s)." | |
6124 msgstr "Unable to add %s to deny list (%s)." | |
6125 | |
6126 #, c-format | |
6127 msgid "Unable to add %s to permit list (%s)." | |
6128 msgstr "Unable to add %s to permit list (%s)." | |
6129 | |
6130 #, c-format | |
6131 msgid "Unable to remove %s from privacy list (%s)." | |
6132 msgstr "Unable to remove %s from privacy list (%s)." | |
6133 | |
6134 #, c-format | |
6135 msgid "Unable to change server side privacy settings (%s)." | |
6136 msgstr "Unable to change server side privacy settings (%s)." | |
6137 | |
6138 #, c-format | |
6139 msgid "Unable to create conference (%s)." | |
6140 msgstr "Unable to create conference (%s)." | |
6141 | |
8725 | 6142 msgid "Error communicating with server. Closing connection." |
6143 msgstr "Error communicating with server. Closing connection." | |
6144 | |
9851 | 6145 msgid "Telephone Number" |
6146 msgstr "Telephone Number" | |
6147 | |
6148 msgid "Personal Title" | |
6149 msgstr "Personal Title" | |
6150 | |
6151 msgid "Mailstop" | |
6152 msgstr "Mailstop" | |
6153 | |
6154 msgid "User ID" | |
8725 | 6155 msgstr "User ID" |
6156 | |
6157 #. tag = _("DN"); | |
6158 #. value = nm_user_record_get_dn(user_record); | |
6159 #. if (value) { | |
16160 | 6160 #. purple_notify_user_info_add_pair(user_info, tag, value); |
8725 | 6161 #. } |
6162 #. | |
6163 msgid "Full name" | |
6164 msgstr "Full name" | |
6165 | |
9066 | 6166 #, c-format |
6167 msgid "GroupWise Conference %d" | |
6168 msgstr "GroupWise Conference %d" | |
6169 | |
8725 | 6170 msgid "Authenticating..." |
6171 msgstr "Authenticating..." | |
6172 | |
6173 msgid "Waiting for response..." | |
6174 msgstr "Waiting for response..." | |
6175 | |
9066 | 6176 #, c-format |
6177 msgid "%s has been invited to this conversation." | |
6178 msgstr "%s has been invited to this conversation." | |
6179 | |
8725 | 6180 msgid "Invitation to Conversation" |
6181 msgstr "Invitation to Conversation" | |
6182 | |
6183 #, c-format | |
6184 msgid "" | |
6185 "Invitation from: %s\n" | |
6186 "\n" | |
6187 "Sent: %s" | |
6188 msgstr "" | |
6189 "Invitation from: %s\n" | |
6190 "\n" | |
6191 "Sent: %s" | |
6192 | |
6193 msgid "Would you like to join the conversation?" | |
6194 msgstr "Would you like to join the conversation?" | |
6195 | |
6196 #, c-format | |
6197 msgid "" | |
6198 "%s appears to be offline and did not receive the message that you just sent." | |
6199 msgstr "" | |
6200 "%s appears to be offline and did not receive the message that you have just " | |
6201 "sent." | |
6202 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6203 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6204 "Unable to connect to server. Please enter the address of the server to which " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6205 "you wish to connect." |
8725 | 6206 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6207 "Unable to connect to server. Please enter the address of the server to which " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6208 "you wish to connect." |
8725 | 6209 |
6210 msgid "This conference has been closed. No more messages can be sent." | |
6211 msgstr "This conference has been closed. No more messages can be sent." | |
6212 | |
6213 #. *< type | |
6214 #. *< ui_requirement | |
6215 #. *< flags | |
6216 #. *< dependencies | |
6217 #. *< priority | |
6218 #. *< id | |
6219 #. *< name | |
6220 #. *< version | |
6221 #. * summary | |
9882 | 6222 #. * description |
8725 | 6223 msgid "Novell GroupWise Messenger Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6224 msgstr "Novell GroupWise Messenger Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6225 |
8725 | 6226 msgid "Server address" |
6227 msgstr "Server address" | |
6228 | |
6229 msgid "Server port" | |
6230 msgstr "Server port" | |
6231 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6232 #. Note to translators: %s in this string is a URL |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6233 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6234 msgid "Received unexpected response from %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6235 msgstr "Received unexpected response from " |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6236 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6237 #. username connecting too frequently |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6238 msgid "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6239 "You have been connecting and disconnecting too frequently. Wait ten minutes " |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6240 "and try again. If you continue to try, you will need to wait even longer." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6241 msgstr "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6242 "You have been connecting and disconnecting too frequently. Wait ten minutes " |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6243 "and try again. If you continue to try, you will need to wait even longer." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6244 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6245 #. Note to translators: The first %s is a URL, the second is an |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6246 #. error message. |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6247 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
6248 msgid "Error requesting %s: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6249 msgstr "Error requesting " |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6250 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6251 msgid "AOL does not allow your screen name to authenticate here" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6252 msgstr "AOL does not allow your screen name to authenticate here" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6253 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6254 msgid "Could not join chat room" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6255 msgstr "Could not join chat room" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6256 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6257 msgid "Invalid chat room name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6258 msgstr "Invalid chat room name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6259 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6260 msgid "Received invalid data on connection with server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6261 msgstr "Received invalid data on connection with server" |
14948 | 6262 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6263 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6264 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6265 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6266 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6267 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6268 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6269 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6270 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6271 #. * summary |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6272 #. * description |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6273 msgid "AIM Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6274 msgstr "AIM Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6275 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6276 msgid "ICQ UIN..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6277 msgstr "ICQ UIN..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6278 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6279 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6280 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6281 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6282 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6283 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6284 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6285 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6286 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6287 #. * summary |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6288 #. * description |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6289 msgid "ICQ Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6290 msgstr "ICQ Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6291 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6292 msgid "Encoding" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6293 msgstr "Encoding" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6294 |
14948 | 6295 msgid "The remote user has closed the connection." |
6296 msgstr "The remote user has closed the connection." | |
6297 | |
6298 msgid "The remote user has declined your request." | |
6299 msgstr "The remote user has declined your request." | |
6300 | |
6301 #, c-format | |
6302 msgid "Lost connection with the remote user:<br>%s" | |
6303 msgstr "Lost connection with the remote user:<br>%s" | |
6304 | |
6305 msgid "Received invalid data on connection with remote user." | |
6306 msgstr "Received invalid data on connection with remote user." | |
6307 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6308 msgid "Unable to establish a connection with the remote user." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6309 msgstr "Unable to establish a connection with the remote user." |
14948 | 6310 |
6311 msgid "Direct IM established" | |
6312 msgstr "Direct IM established" | |
6313 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6314 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6315 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6316 "%s tried to send you a %s file, but we only allow files up to %s over Direct " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6317 "IM. Try using file transfer instead.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6318 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6319 "%s tried to send you a %s file, but we only allow files up to %s over Direct " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6320 "IM. Try using file transfer instead.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6321 |
14948 | 6322 #, c-format |
6323 msgid "File %s is %s, which is larger than the maximum size of %s." | |
6324 msgstr "File %s is %s, which is larger than the maximum size of %s." | |
6325 | |
9754 | 6326 msgid "Invalid error" |
6327 msgstr "Invalid error" | |
6328 | |
6329 msgid "Invalid SNAC" | |
6330 msgstr "Invalid SNAC" | |
6331 | |
9851 | 6332 msgid "Rate to host" |
6333 msgstr "Rate to host" | |
6334 | |
8469 | 6335 msgid "Rate to client" |
6336 msgstr "Rate to client" | |
8459 | 6337 |
8711 | 6338 msgid "Service unavailable" |
6339 msgstr "Service unavailable" | |
8469 | 6340 |
9851 | 6341 msgid "Service not defined" |
6342 msgstr "Service not defined" | |
6343 | |
9754 | 6344 msgid "Obsolete SNAC" |
6345 msgstr "Obsolete SNAC" | |
6346 | |
6347 msgid "Not supported by host" | |
6348 msgstr "Not supported by host" | |
8711 | 6349 |
9754 | 6350 msgid "Not supported by client" |
6351 msgstr "Not supported by client" | |
8469 | 6352 |
9851 | 6353 msgid "Refused by client" |
6354 msgstr "Refused by client" | |
8460 | 6355 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6356 msgid "Reply too big" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6357 msgstr "Reply too big" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6358 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6359 msgid "Responses lost" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6360 msgstr "Responses lost" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6361 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6362 msgid "Request denied" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6363 msgstr "Request denied" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6364 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6365 msgid "Busted SNAC payload" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6366 msgstr "Busted SNAC payload" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6367 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6368 msgid "Insufficient rights" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6369 msgstr "Insufficient rights" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6370 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6371 msgid "In local permit/deny" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6372 msgstr "In local permit/deny" |
9851 | 6373 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6374 msgid "Warning level too high (sender)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6375 msgstr "Warning level too high (sender)" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6376 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6377 msgid "Warning level too high (receiver)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6378 msgstr "Warning level too high (receiver)" |
9754 | 6379 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6380 msgid "User temporarily unavailable" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6381 msgstr "User temporarily unavailable" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6382 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6383 msgid "No match" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6384 msgstr "No match" |
8100 | 6385 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6386 msgid "List overflow" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6387 msgstr "List overflow" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6388 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6389 msgid "Request ambiguous" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6390 msgstr "Request ambiguous" |
9851 | 6391 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6392 msgid "Queue full" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6393 msgstr "Queue full" |
8469 | 6394 |
7861 | 6395 msgid "Not while on AOL" |
6396 msgstr "Not while on AOL" | |
6397 | |
14948 | 6398 msgid "" |
6399 "(There was an error receiving this message. The buddy you are speaking with " | |
6400 "is probably using a different encoding than expected. If you know what " | |
6401 "encoding he is using, you can specify it in the advanced account options for " | |
6402 "your AIM/ICQ account.)" | |
6403 msgstr "" | |
6404 "(There was an error receiving this message. The buddy you are speaking with " | |
6405 "is probably using a different encoding than expected. If you know what " | |
6406 "encoding he is using, you can specify it in the advanced account options for " | |
6407 "your AIM/ICQ account.)" | |
6408 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6409 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6410 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6411 "(There was an error receiving this message. Either you and %s have " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6412 "different encodings selected, or %s has a buggy client.)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6413 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6414 "(There was an error receiving this message. Either you and %s have " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6415 "different encodings selected, or %s has a buggy client.)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6416 |
16160 | 6417 #. Label |
6418 msgid "Buddy Icon" | |
6419 msgstr "Buddy Icon" | |
6420 | |
8711 | 6421 msgid "Voice" |
6422 msgstr "Voice" | |
6423 | |
6424 msgid "AIM Direct IM" | |
6425 msgstr "AIM Direct IM" | |
6426 | |
6427 msgid "Get File" | |
6428 msgstr "Get File" | |
6429 | |
6430 msgid "Games" | |
6431 msgstr "Games" | |
6432 | |
6433 msgid "Add-Ins" | |
6434 msgstr "Add-Ins" | |
6435 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6436 msgid "Send Buddy List" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6437 msgstr "Send Buddy List" |
9664 | 6438 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6439 msgid "ICQ Direct Connect" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6440 msgstr "ICQ Direct Connect" |
9664 | 6441 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6442 msgid "AP User" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6443 msgstr "AP User" |
9664 | 6444 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6445 msgid "ICQ RTF" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6446 msgstr "ICQ RTF" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6447 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6448 msgid "Nihilist" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6449 msgstr "Nihilist" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6450 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6451 msgid "ICQ Server Relay" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6452 msgstr "ICQ Server Relay" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6453 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6454 msgid "Old ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6455 msgstr "Old ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6456 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6457 msgid "Trillian Encryption" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6458 msgstr "Trillian Encryption" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6459 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6460 msgid "ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6461 msgstr "ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6462 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6463 msgid "Hiptop" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6464 msgstr "Hiptop" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6465 |
9664 | 6466 msgid "Security Enabled" |
6467 msgstr "Security Enabled" | |
6468 | |
6469 msgid "Video Chat" | |
6470 msgstr "Video Chat" | |
6471 | |
6472 msgid "iChat AV" | |
6473 msgstr "iChat AV" | |
8711 | 6474 |
9664 | 6475 msgid "Live Video" |
6476 msgstr "Live Video" | |
8711 | 6477 |
6478 msgid "Camera" | |
6479 msgstr "Camera" | |
6480 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6481 msgid "Screen Sharing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6482 msgstr "Screen Sharing" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6483 |
8711 | 6484 msgid "Free For Chat" |
6485 msgstr "Free For Chat" | |
6486 | |
6487 msgid "Not Available" | |
6488 msgstr "Not Available" | |
6489 | |
6490 msgid "Occupied" | |
6491 msgstr "Occupied" | |
6492 | |
6493 msgid "Web Aware" | |
6494 msgstr "Web Aware" | |
6495 | |
16160 | 6496 msgid "Invisible" |
6497 msgstr "Invisible" | |
6498 | |
6499 msgid "IP Address" | |
6500 msgstr "IP Address" | |
6501 | |
11762 | 6502 msgid "Warning Level" |
6503 msgstr "Warning Level" | |
6504 | |
8711 | 6505 msgid "Buddy Comment" |
6506 msgstr "Buddy Comment" | |
6507 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6508 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6509 msgid "Unable to connect to authentication server: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6510 msgstr "Unable to connect to authentication server: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6511 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6512 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6513 msgid "Unable to connect to BOS server: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6514 msgstr "Unable to connect to BOS server: %s" |
14948 | 6515 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6516 msgid "Username sent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6517 msgstr "Username sent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6518 |
14948 | 6519 msgid "Connection established, cookie sent" |
6520 msgstr "Connection established, cookie sent" | |
6521 | |
6522 #. TODO: Don't call this with ssi | |
6523 msgid "Finalizing connection" | |
6524 msgstr "Finalising connection" | |
6525 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6526 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6527 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6528 "Unable to sign on as %s because the username is invalid. Usernames must be " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6529 "a valid email address, or start with a letter and contain only letters, " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6530 "numbers and spaces, or contain only numbers." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6531 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6532 "Unable to sign on as %s because the username is invalid. Usernames must be " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6533 "a valid email address, or start with a letter and contain only letters, " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6534 "numbers and spaces, or contain only numbers." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6535 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6536 #, c-format |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6537 msgid "You may be disconnected shortly. If so, check %s for updates." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6538 msgstr "You may be disconnected shortly. If so, check %s for updates." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6539 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6540 msgid "Unable to get a valid AIM login hash." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6541 msgstr "Unable to get a valid AIM login hash." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6542 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6543 msgid "Unable to get a valid login hash." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6544 msgstr "Unable to get a valid login hash." |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6545 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6546 msgid "Received authorization" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6547 msgstr "Received authorisation" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6548 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
6549 #. Unregistered username |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
6550 #. uid is not exist |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6551 #. the username does not exist |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6552 msgid "Username does not exist" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6553 msgstr "Username does not exist" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6554 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6555 #. Suspended account |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6556 msgid "Your account is currently suspended" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6557 msgstr "Your account is currently suspended" |
7861 | 6558 |
6559 #. service temporarily unavailable | |
6560 msgid "The AOL Instant Messenger service is temporarily unavailable." | |
6561 msgstr "The AOL Instant Messenger service is temporarily unavailable." | |
6562 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6563 #. client too old |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6564 #, c-format |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6565 msgid "The client version you are using is too old. Please upgrade at %s" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6566 msgstr "The client version you are using is too old. Please upgrade at %s" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6567 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6568 #. IP address connecting too frequently |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6569 msgid "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6570 "You have been connecting and disconnecting too frequently. Wait a minute and " |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
6571 "try again. If you continue to try, you will need to wait even longer." |
7861 | 6572 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6573 "You have been connecting and disconnecting too frequently. Wait a minute and " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6574 "try again. If you continue to try, you will need to wait even longer." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6575 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6576 msgid "The SecurID key entered is invalid" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6577 msgstr "The SecurID key entered is invalid" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6578 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6579 msgid "Enter SecurID" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6580 msgstr "Enter SecurID" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6581 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6582 msgid "Enter the 6 digit number from the digital display." |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6583 msgstr "Enter the 6 digit number from the digital display." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6584 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6585 msgid "Password sent" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6586 msgstr "Password sent" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6587 |
14948 | 6588 msgid "Unable to initialize connection" |
6589 msgstr "Unable to initialise connection" | |
6590 | |
7861 | 6591 msgid "Please authorize me so I can add you to my buddy list." |
6592 msgstr "Please authorise me so I can add you to my buddy list." | |
6593 | |
19927 | 6594 msgid "No reason given." |
6595 msgstr "No reason given." | |
6596 | |
7861 | 6597 msgid "Authorization Denied Message:" |
8100 | 6598 msgstr "Authorisation Denied Message:" |
6599 | |
7861 | 6600 #, c-format |
6601 msgid "" | |
6602 "The user %u has denied your request to add them to your buddy list for the " | |
6603 "following reason:\n" | |
6604 "%s" | |
6605 msgstr "" | |
6606 "The user %u has denied your request to add them to your buddy list for the " | |
6607 "following reason:\n" | |
6608 "%s" | |
6609 | |
6610 msgid "ICQ authorization denied." | |
8100 | 6611 msgstr "ICQ authorisation denied." |
7861 | 6612 |
6613 #. Someone has granted you authorization | |
6614 #, c-format | |
6615 msgid "The user %u has granted your request to add them to your buddy list." | |
6616 msgstr "The user %u has granted your request to add them to your buddy list." | |
6617 | |
6618 #, c-format | |
6619 msgid "" | |
6620 "You have received a special message\n" | |
6621 "\n" | |
6622 "From: %s [%s]\n" | |
6623 "%s" | |
6624 msgstr "" | |
6625 "You have received a special message\n" | |
6626 "\n" | |
6627 "From: %s [%s]\n" | |
6628 "%s" | |
6629 | |
6630 #, c-format | |
6631 msgid "" | |
6632 "You have received an ICQ page\n" | |
6633 "\n" | |
6634 "From: %s [%s]\n" | |
6635 "%s" | |
6636 msgstr "" | |
6637 "You have received an ICQ page\n" | |
6638 "\n" | |
6639 "From: %s [%s]\n" | |
6640 "%s" | |
6641 | |
6642 #, c-format | |
6643 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6644 "You have received an ICQ email from %s [%s]\n" |
7861 | 6645 "\n" |
6646 "Message is:\n" | |
6647 "%s" | |
6648 msgstr "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6649 "You have received an ICQ email from %s [%s]\n" |
7861 | 6650 "\n" |
6651 "Message is:\n" | |
6652 "%s" | |
6653 | |
6654 #, c-format | |
6655 msgid "ICQ user %u has sent you a buddy: %s (%s)" | |
6656 msgstr "ICQ user %u has sent you a buddy: %s (%s)" | |
6657 | |
6658 msgid "Do you want to add this buddy to your buddy list?" | |
6659 msgstr "Do you want to add this buddy to your buddy list?" | |
6660 | |
16160 | 6661 msgid "_Add" |
6662 msgstr "_Add" | |
6663 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6664 msgid "_Decline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6665 msgstr "_Decline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6666 |
7861 | 6667 #, c-format |
6668 msgid "You missed %hu message from %s because it was invalid." | |
6669 msgid_plural "You missed %hu messages from %s because they were invalid." | |
6670 msgstr[0] "You missed %hu message from %s because it was invalid." | |
6671 msgstr[1] "You missed %hu messages from %s because they were invalid." | |
6672 | |
6673 #, c-format | |
6674 msgid "You missed %hu message from %s because it was too large." | |
6675 msgid_plural "You missed %hu messages from %s because they were too large." | |
6676 msgstr[0] "You missed %hu message from %s because it was too large." | |
6677 msgstr[1] "You missed %hu messages from %s because they were too large." | |
6678 | |
6679 #, c-format | |
6680 msgid "" | |
6681 "You missed %hu message from %s because the rate limit has been exceeded." | |
6682 msgid_plural "" | |
6683 "You missed %hu messages from %s because the rate limit has been exceeded." | |
6684 msgstr[0] "" | |
6685 "You missed %hu message from %s because the rate limit has been exceeded." | |
6686 msgstr[1] "" | |
6687 "You missed %hu messages from %s because the rate limit has been exceeded." | |
6688 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6689 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6690 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6691 "You missed %hu message from %s because his/her warning level is too high." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6692 msgid_plural "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6693 "You missed %hu messages from %s because his/her warning level is too high." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6694 msgstr[0] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6695 "You missed %hu message from %s because his/her warning level is too high." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6696 msgstr[1] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6697 "You missed %hu messages from %s because his/her warning level is too high." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6698 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6699 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6700 msgid "You missed %hu message from %s because your warning level is too high." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6701 msgid_plural "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6702 "You missed %hu messages from %s because your warning level is too high." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6703 msgstr[0] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6704 "You missed %hu message from %s because your warning level is too high." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6705 msgstr[1] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6706 "You missed %hu messages from %s because your warning level is too high." |
7861 | 6707 |
6708 #, c-format | |
6709 msgid "You missed %hu message from %s for an unknown reason." | |
6710 msgid_plural "You missed %hu messages from %s for an unknown reason." | |
6711 msgstr[0] "You missed %hu message from %s for an unknown reason." | |
6712 msgstr[1] "You missed %hu messages from %s for an unknown reason." | |
6713 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
6714 #. Data is assumed to be the destination bn |
9851 | 6715 #, c-format |
6716 msgid "Unable to send message: %s" | |
6717 msgstr "Unable to send message: %s" | |
6718 | |
6719 msgid "Unknown reason." | |
6720 msgstr "Unknown reason." | |
6721 | |
11762 | 6722 #, c-format |
6723 msgid "Unable to send message to %s:" | |
6724 msgstr "Unable to send message to %s:" | |
6725 | |
9664 | 6726 #, c-format |
6727 msgid "User information not available: %s" | |
6728 msgstr "User information not available: %s" | |
6729 | |
8711 | 6730 msgid "Online Since" |
6731 msgstr "Online Since" | |
6732 | |
6733 msgid "Member Since" | |
6734 msgstr "Member Since" | |
6735 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6736 msgid "Capabilities" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6737 msgstr "Capabilities" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6738 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
6739 msgid "Profile" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
6740 msgstr "Profile" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
6741 |
7861 | 6742 msgid "Your AIM connection may be lost." |
6743 msgstr "Your AIM connection may be lost." | |
6744 | |
8711 | 6745 #. The conversion failed! |
6746 msgid "" | |
6747 "[Unable to display a message from this user because it contained invalid " | |
6748 "characters.]" | |
6749 msgstr "" | |
6750 "[Unable to display a message from this user because it contained invalid " | |
6751 "characters.]" | |
6752 | |
7861 | 6753 msgid "" |
6754 "The last action you attempted could not be performed because you are over " | |
6755 "the rate limit. Please wait 10 seconds and try again." | |
6756 msgstr "" | |
6757 "The last action you attempted could not be performed because you are over " | |
6758 "the rate limit. Please wait 10 seconds and try again." | |
6759 | |
11762 | 6760 #, c-format |
6761 msgid "You have been disconnected from chat room %s." | |
6762 msgstr "You have been disconnected from chat room %s." | |
6763 | |
7861 | 6764 msgid "Mobile Phone" |
6765 msgstr "Mobile Phone" | |
6766 | |
6767 msgid "Personal Web Page" | |
6768 msgstr "Personal Web Page" | |
6769 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6770 #. aim_userinfo_t |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6771 #. strip_html_tags |
8778 | 6772 msgid "Additional Information" |
6773 msgstr "Additional Information" | |
6774 | |
9524 | 6775 msgid "Zip Code" |
6776 msgstr "Postcode" | |
6777 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6778 msgid "Work Information" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6779 msgstr "Work Information" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6780 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6781 msgid "Division" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6782 msgstr "Division" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6783 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6784 msgid "Position" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6785 msgstr "Position" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6786 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6787 msgid "Web Page" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6788 msgstr "Web Page" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6789 |
7861 | 6790 msgid "Pop-Up Message" |
6791 msgstr "Pop-Up Message" | |
6792 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6793 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6794 msgid "The following username is associated with %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6795 msgid_plural "The following usernames are associated with %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6796 msgstr[0] "The following username is associated with %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6797 msgstr[1] "The following usernames are associated with %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6798 |
7861 | 6799 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6800 msgid "No results found for email address %s" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6801 msgstr "No results found for email address %s" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6802 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6803 #, c-format |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6804 msgid "You should receive an email asking to confirm %s." |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6805 msgstr "You should receive an email asking to confirm %s." |
7861 | 6806 |
6807 msgid "Account Confirmation Requested" | |
6808 msgstr "Account Confirmation Requested" | |
6809 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6810 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6811 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6812 "Error 0x%04x: Unable to format username because the requested name differs " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6813 "from the original." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6814 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6815 "Error 0x%04x: Unable to format username because the requested name differs " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6816 "from the original." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6817 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6818 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6819 msgid "Error 0x%04x: Unable to format username because it is invalid." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6820 msgstr "Error 0x%04x: Unable to format username because it is invalid." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6821 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6822 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6823 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6824 "Error 0x%04x: Unable to format username because the requested name is too " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6825 "long." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6826 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6827 "Error 0x%04x: Unable to format username because the requested name is too " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6828 "long." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6829 |
7861 | 6830 #, c-format |
6831 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6832 "Error 0x%04x: Unable to change email address because there is already a " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6833 "request pending for this username." |
7861 | 6834 msgstr "" |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6835 "Error 0x%04x: Unable to change email address because there is already a " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6836 "request pending for this username." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6837 |
7861 | 6838 #, c-format |
6839 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6840 "Error 0x%04x: Unable to change email address because the given address has " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6841 "too many usernames associated with it." |
7861 | 6842 msgstr "" |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6843 "Error 0x%04x: Unable to change email address because the given address has " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6844 "too many usernames associated with it." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6845 |
7861 | 6846 #, c-format |
6847 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6848 "Error 0x%04x: Unable to change email address because the given address is " |
7861 | 6849 "invalid." |
6850 msgstr "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6851 "Error 0x%04x: Unable to change email address because the given address is " |
7861 | 6852 "invalid." |
6853 | |
6854 #, c-format | |
6855 msgid "Error 0x%04x: Unknown error." | |
6856 msgstr "Error 0x%04x: Unknown error." | |
6857 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6858 msgid "Error Changing Account Info" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6859 msgstr "Error Changing Account Info" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6860 |
7861 | 6861 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6862 msgid "The email address for %s is %s" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6863 msgstr "The email address for %s is %s" |
7861 | 6864 |
16160 | 6865 msgid "Account Info" |
6866 msgstr "Account Info" | |
6867 | |
9066 | 6868 msgid "" |
6869 "Your IM Image was not sent. You must be Direct Connected to send IM Images." | |
6870 msgstr "" | |
6871 "Your IM Image was not sent. You must be Direct Connected to send IM Images." | |
6872 | |
7861 | 6873 msgid "Unable to set AIM profile." |
6874 msgstr "Unable to set AIM profile." | |
6875 | |
6876 msgid "" | |
6877 "You have probably requested to set your profile before the login procedure " | |
6878 "completed. Your profile remains unset; try setting it again when you are " | |
6879 "fully connected." | |
6880 msgstr "" | |
6881 "You have probably requested to set your profile before the login procedure " | |
6882 "completed. Your profile remains unset; try setting it again when you are " | |
6883 "fully connected." | |
6884 | |
16160 | 6885 #, c-format |
6886 msgid "" | |
6887 "The maximum profile length of %d byte has been exceeded. It has been " | |
17478 | 6888 "truncated for you." |
7861 | 6889 msgid_plural "" |
16160 | 6890 "The maximum profile length of %d bytes has been exceeded. It has been " |
17478 | 6891 "truncated for you." |
7861 | 6892 msgstr[0] "" |
16160 | 6893 "The maximum profile length of %d byte has been exceeded. It has been " |
6894 "truncated it for you." | |
7861 | 6895 msgstr[1] "" |
16160 | 6896 "The maximum profile length of %d bytes has been exceeded. It has been " |
7861 | 6897 "truncated it for you." |
6898 | |
6899 msgid "Profile too long." | |
6900 msgstr "Profile too long." | |
6901 | |
16160 | 6902 #, c-format |
6903 msgid "" | |
6904 "The maximum away message length of %d byte has been exceeded. It has been " | |
6905 "truncated for you." | |
7861 | 6906 msgid_plural "" |
16160 | 6907 "The maximum away message length of %d bytes has been exceeded. It has been " |
6908 "truncated for you." | |
7861 | 6909 msgstr[0] "" |
16160 | 6910 "The maximum away message length of %d byte has been exceeded. It has been " |
6911 "truncated for you." | |
7861 | 6912 msgstr[1] "" |
16160 | 6913 "The maximum away message length of %d bytes has been exceeded. It has been " |
6914 "truncated for you." | |
6915 | |
7861 | 6916 msgid "Away message too long." |
6917 msgstr "Away message too long." | |
6918 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6919 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6920 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6921 "Unable to add the buddy %s because the username is invalid. Usernames must " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6922 "be a valid email address, or start with a letter and contain only letters, " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6923 "numbers and spaces, or contain only numbers." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6924 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6925 "Unable to add the buddy %s because the username is invalid. Usernames must " |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6926 "be a valid email address, or start with a letter and contain only letters, " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6927 "numbers and spaces, or contain only numbers." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6928 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
6929 msgid "Unable to Retrieve Buddy List" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6930 msgstr "Unable to Retrieve Buddy List" |
7861 | 6931 |
16160 | 6932 msgid "" |
6933 "The AIM servers were temporarily unable to send your buddy list. Your buddy " | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6934 "list is not lost, and will probably become available in a few minutes." |
16160 | 6935 msgstr "" |
6936 "The AIM servers were temporarily unable to send your buddy list. Your buddy " | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6937 "list is not lost, and will probably become available in a few minutes." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6938 |
7861 | 6939 msgid "Orphans" |
6940 msgstr "Orphans" | |
6941 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6942 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6943 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6944 "Unable to add the buddy %s because you have too many buddies in your buddy " |
7861 | 6945 "list. Please remove one and try again." |
6946 msgstr "" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6947 "Unable to add the buddy %s because you have too many buddies in your buddy " |
7861 | 6948 "list. Please remove one and try again." |
6949 | |
6950 msgid "(no name)" | |
6951 msgstr "(no name)" | |
6952 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6953 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6954 msgid "Unable to add the buddy %s for an unknown reason." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6955 msgstr "Unable to add the buddy %s for an unknown reason." |
19927 | 6956 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6957 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6958 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6959 "The user %s has given you permission to add him or her to your buddy list. " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6960 "Do you want to add this user?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6961 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6962 "The user %s has given you permission to add him or her to your buddy list. " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6963 "Do you want to add this user?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6964 |
7861 | 6965 msgid "Authorization Given" |
8100 | 6966 msgstr "Authorisation Given" |
6967 | |
7861 | 6968 #. Granted |
6969 #, c-format | |
6970 msgid "The user %s has granted your request to add them to your buddy list." | |
6971 msgstr "The user %s has granted your request to add them to your buddy list." | |
6972 | |
6973 msgid "Authorization Granted" | |
8100 | 6974 msgstr "Authorisation Granted" |
7861 | 6975 |
6976 #. Denied | |
6977 #, c-format | |
6978 msgid "" | |
6979 "The user %s has denied your request to add them to your buddy list for the " | |
6980 "following reason:\n" | |
6981 "%s" | |
6982 msgstr "" | |
6983 "The user %s has denied your request to add them to your buddy list for the " | |
6984 "following reason:\n" | |
6985 "%s" | |
6986 | |
6987 msgid "Authorization Denied" | |
8100 | 6988 msgstr "Authorisation Denied" |
6989 | |
6990 msgid "_Exchange:" | |
6991 msgstr "_Exchange:" | |
6992 | |
9066 | 6993 msgid "Your IM Image was not sent. You cannot send IM Images in AIM chats." |
6994 msgstr "Your IM Image was not sent. You cannot send IM Images in AIM chats." | |
6995 | |
16160 | 6996 msgid "iTunes Music Store Link" |
6997 msgstr "iTunes Music Store Link" | |
6998 | |
9664 | 6999 #, c-format |
7000 msgid "Buddy Comment for %s" | |
7001 msgstr "Buddy Comment for %s" | |
7002 | |
7861 | 7003 msgid "Buddy Comment:" |
7004 msgstr "Buddy Comment:" | |
7005 | |
14948 | 7006 #, c-format |
7007 msgid "You have selected to open a Direct IM connection with %s." | |
7008 msgstr "You have selected to open a Direct IM connection with %s." | |
7009 | |
7010 msgid "" | |
7011 "Because this reveals your IP address, it may be considered a security risk. " | |
7012 "Do you wish to continue?" | |
7013 msgstr "" | |
7014 "Because this reveals your IP address, it may be considered a security risk. " | |
7015 "Do you wish to continue?" | |
7016 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7017 msgid "C_onnect" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7018 msgstr "C_onnect" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7019 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7020 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7021 msgid "You closed the connection." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7022 msgstr "Server closed the connection" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7023 |
14948 | 7024 msgid "Get AIM Info" |
7025 msgstr "Get AIM Info" | |
7026 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7027 #. We only do this if the user is in our buddy list |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7028 msgid "Edit Buddy Comment" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7029 msgstr "Edit Buddy Comment" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7030 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7031 msgid "Get Status Msg" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7032 msgstr "Get Status Msg" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7033 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7034 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7035 msgid "End Direct IM Session" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7036 msgstr "Direct IM established" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7037 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7038 msgid "Direct IM" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7039 msgstr "Direct IM" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7040 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7041 msgid "Re-request Authorization" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7042 msgstr "Re-request Authorisation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7043 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7044 msgid "Require authorization" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7045 msgstr "Require authorisation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7046 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7047 msgid "Web aware (enabling this will cause you to receive SPAM!)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7048 msgstr "Web aware (enabling this will cause you to receive spam!)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7049 |
11762 | 7050 msgid "ICQ Privacy Options" |
11887 | 7051 msgstr "ICQ Privacy Options" |
11762 | 7052 |
7861 | 7053 msgid "The new formatting is invalid." |
7054 msgstr "The new formatting is invalid." | |
7055 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7056 msgid "Username formatting can change only capitalization and whitespace." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7057 msgstr "Username formatting can change only capitalisation and whitespace." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7058 |
7861 | 7059 msgid "Change Address To:" |
7060 msgstr "Change Address To:" | |
7061 | |
7062 msgid "<i>you are not waiting for authorization</i>" | |
8100 | 7063 msgstr "<i>you are not waiting for authorisation</i>" |
7064 | |
7861 | 7065 msgid "You are awaiting authorization from the following buddies" |
8100 | 7066 msgstr "You are awaiting authorisation from the following buddies" |
7067 | |
7861 | 7068 msgid "" |
7069 "You can re-request authorization from these buddies by right-clicking on " | |
7070 "them and selecting \"Re-request Authorization.\"" | |
7071 msgstr "" | |
8100 | 7072 "You can re-request authorisation from these buddies by right-clicking on " |
7073 "them and selecting \"Re-request Authorisation.\"" | |
7074 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7075 msgid "Find Buddy by Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7076 msgstr "Find Buddy by Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7077 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7078 msgid "Search for a buddy by email address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7079 msgstr "Search for a buddy by email address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7080 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7081 msgid "Type the email address of the buddy you are searching for." |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7082 msgstr "Type the email address of the buddy you are searching for." |
7861 | 7083 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7084 msgid "_Search" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7085 msgstr "_Search" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7086 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7087 msgid "Set User Info (web)..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7088 msgstr "Set User Info (web)..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7089 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
7090 #. This only happens when connecting with the old-style BUCP login |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7091 msgid "Change Password (web)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7092 msgstr "Change Password (web)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7093 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7094 msgid "Configure IM Forwarding (web)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7095 msgstr "Configure IM Forwarding (web)" |
8100 | 7096 |
11762 | 7097 #. ICQ actions |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7098 msgid "Set Privacy Options..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7099 msgstr "Show Privacy Options..." |
11762 | 7100 |
7101 #. AIM actions | |
7861 | 7102 msgid "Confirm Account" |
7103 msgstr "Confirm Account" | |
7104 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7105 msgid "Display Currently Registered Email Address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7106 msgstr "Display Currently Registered Email Address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7107 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7108 msgid "Change Currently Registered Email Address..." |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7109 msgstr "Change Currently Registered Email Address" |
14948 | 7110 |
7861 | 7111 msgid "Show Buddies Awaiting Authorization" |
8100 | 7112 msgstr "Show Buddies Awaiting Authorisation" |
7113 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7114 msgid "Search for Buddy by Email Address..." |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7115 msgstr "Search for Buddy by Email Address..." |
14948 | 7116 |
8711 | 7117 msgid "Search for Buddy by Information" |
7118 msgstr "Search for Buddy by Information" | |
7119 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
7120 msgid "Use clientLogin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7121 msgstr "Use clientLogin" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
7122 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7123 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7124 "Always use AIM/ICQ proxy server for\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7125 "file transfers and direct IM (slower,\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7126 "but does not reveal your IP address)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7127 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7128 "Always use AIM/ICQ proxy server for\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7129 "file transfers and direct IM (slower,\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7130 "but does not reveal your IP address)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7131 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7132 msgid "Allow multiple simultaneous logins" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7133 msgstr "Allow multiple simultaneous logins" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7134 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7135 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7136 msgid "Asking %s to connect to us at %s:%hu for Direct IM." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7137 msgstr "Asking %s to connect to us at %s:%hu for Direct IM." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7138 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7139 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7140 msgid "Attempting to connect to %s:%hu." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7141 msgstr "Attempting to connect to %s:%hu." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7142 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7143 msgid "Attempting to connect via proxy server." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7144 msgstr "Attempting to connect via proxy server." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7145 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7146 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7147 msgid "%s has just asked to directly connect to %s" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7148 msgstr "%s has just asked to directly connect to %s" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7149 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7150 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7151 "This requires a direct connection between the two computers and is necessary " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7152 "for IM Images. Because your IP address will be revealed, this may be " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7153 "considered a privacy risk." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7154 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7155 "This requires a direct connection between the two computers and is necessary " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7156 "for IM Images. Because your IP address will be revealed, this may be " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7157 "considered a privacy risk." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7158 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7159 msgid "Aquarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7160 msgstr "Aquarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7161 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7162 msgid "Pisces" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7163 msgstr "Pisces" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7164 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7165 msgid "Aries" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7166 msgstr "Aries" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7167 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7168 msgid "Taurus" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7169 msgstr "Taurus" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7170 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7171 msgid "Gemini" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7172 msgstr "Gemini" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7173 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7174 msgid "Cancer" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7175 msgstr "Cancer" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7176 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7177 msgid "Leo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7178 msgstr "Leo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7179 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7180 msgid "Virgo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7181 msgstr "Virgo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7182 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7183 msgid "Libra" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7184 msgstr "Libra" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7185 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7186 msgid "Scorpio" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7187 msgstr "Scorpio" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7188 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7189 msgid "Sagittarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7190 msgstr "Sagittarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7191 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7192 msgid "Capricorn" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7193 msgstr "Capricorn" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7194 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7195 msgid "Rat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7196 msgstr "Rat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7197 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7198 msgid "Ox" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7199 msgstr "Ox" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7200 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7201 msgid "Tiger" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7202 msgstr "Tiger" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7203 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7204 msgid "Rabbit" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7205 msgstr "Rabbit" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7206 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7207 msgid "Dragon" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7208 msgstr "Dragon" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7209 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7210 msgid "Snake" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7211 msgstr "Snake" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7212 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7213 msgid "Horse" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7214 msgstr "Horse" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7215 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7216 msgid "Goat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7217 msgstr "Goat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7218 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7219 msgid "Monkey" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7220 msgstr "Monkey" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7221 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7222 msgid "Rooster" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7223 msgstr "Rooster" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7224 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7225 msgid "Dog" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7226 msgstr "Dog" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7227 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7228 msgid "Pig" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7229 msgstr "Pig" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7230 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7231 msgid "Other" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7232 msgstr "Other" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7233 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7234 msgid "Visible" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7235 msgstr "Visible" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7236 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7237 msgid "Friend Only" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7238 msgstr "Friend Only" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7239 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7240 msgid "Private" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7241 msgstr "Private" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7242 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7243 msgid "QQ Number" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7244 msgstr "QQ Number" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7245 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7246 msgid "Country/Region" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7247 msgstr "Country/Region" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7248 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7249 msgid "Province/State" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7250 msgstr "County/Province/State" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7251 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7252 msgid "Zipcode" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7253 msgstr "Postcode" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7254 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7255 msgid "Phone Number" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7256 msgstr "Telephone Number" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7257 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7258 msgid "Authorize adding" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7259 msgstr "Authorise adding" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7260 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7261 msgid "Cellphone Number" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7262 msgstr "Mobile Number" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7263 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7264 msgid "Personal Introduction" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7265 msgstr "Personal Introduction" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7266 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7267 msgid "City/Area" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7268 msgstr "City/Area" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7269 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7270 msgid "Publish Mobile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7271 msgstr "Publish Mobile" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7272 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7273 msgid "Publish Contact" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7274 msgstr "Publish Contact" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7275 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7276 msgid "College" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7277 msgstr "College/University" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7278 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7279 msgid "Horoscope" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7280 msgstr "Horoscope" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7281 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7282 msgid "Zodiac" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7283 msgstr "Zodiac" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7284 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7285 msgid "Blood" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7286 msgstr "Blood" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7287 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7288 msgid "True" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7289 msgstr "True" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7290 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7291 msgid "False" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7292 msgstr "False" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7293 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7294 msgid "Modify Contact" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7295 msgstr "Modify Contact" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7296 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7297 msgid "Modify Address" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7298 msgstr "Modify Address" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7299 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7300 msgid "Modify Extended Information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7301 msgstr "Modify Extended Information" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7302 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7303 msgid "Modify Information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7304 msgstr "Modify Information" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7305 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7306 msgid "Update" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7307 msgstr "Update" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7308 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7309 msgid "Could not change buddy information." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7310 msgstr "Could not change buddy information." |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7311 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7312 msgid "Mobile" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7313 msgstr "Mobile" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7314 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7315 msgid "Note" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7316 msgstr "Note" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7317 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7318 #. callback |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7319 msgid "Buddy Memo" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7320 msgstr "Buddy Memo" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7321 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7322 msgid "Change his/her memo as you like" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7323 msgstr "Change his/her memo as you like" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7324 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7325 msgid "_Modify" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7326 msgstr "_Modify" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7327 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7328 msgid "Memo Modify" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7329 msgstr "Memo Modify" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7330 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7331 msgid "Server says:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7332 msgstr "Server says:" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7333 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7334 msgid "Your request was accepted." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7335 msgstr "Your request was accepted." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7336 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7337 msgid "Your request was rejected." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7338 msgstr "Your request was rejected." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7339 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7340 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7341 msgid "%u requires verification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7342 msgstr "%u requires verification" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7343 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7344 msgid "Add buddy question" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7345 msgstr "Add buddy question" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7346 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7347 msgid "Enter answer here" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7348 msgstr "Enter answer here" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7349 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7350 msgid "Send" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7351 msgstr "Send" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7352 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7353 msgid "Invalid answer." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7354 msgstr "Invalid answer." |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7355 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7356 msgid "Authorization denied message:" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7357 msgstr "Authorisation denied message:" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7358 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7359 msgid "Sorry, you're not my style." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7360 msgstr "Sorry, you are not my style." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7361 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7362 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7363 msgid "%u needs authorization" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7364 msgstr "%u needs authorisation" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7365 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7366 msgid "Add buddy authorize" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7367 msgstr "Add buddy authorise" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7368 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7369 msgid "Enter request here" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7370 msgstr "Enter request here" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7371 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7372 msgid "Would you be my friend?" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7373 msgstr "Would you like to be my friend?" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7374 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7375 msgid "QQ Buddy" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7376 msgstr "QQ Buddy" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7377 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7378 msgid "Add buddy" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7379 msgstr "Add buddy" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7380 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7381 msgid "Invalid QQ Number" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7382 msgstr "Invalid QQ Number" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7383 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7384 msgid "Failed sending authorize" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7385 msgstr "Failed sending authorise" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7386 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7387 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7388 msgid "Failed removing buddy %u" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7389 msgstr "Failed removing buddy %u" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7390 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7391 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7392 msgid "Failed removing me from %d's buddy list" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7393 msgstr "Failed removing me from %d's buddy list" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7394 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7395 msgid "No reason given" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7396 msgstr "No reason given" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7397 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7398 #. only need to get value |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7399 #, c-format |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7400 msgid "You have been added by %s" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7401 msgstr "You have been added by %s" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7402 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7403 msgid "Would you like to add him?" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7404 msgstr "Would you like to add this person?" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7405 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7406 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7407 msgid "Rejected by %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7408 msgstr "Rejected by %s" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7409 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7410 #, c-format |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7411 msgid "Message: %s" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7412 msgstr "Message: %s" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7413 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7414 msgid "ID: " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7415 msgstr "ID: " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7416 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7417 msgid "Group ID" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7418 msgstr "Group ID" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7419 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7420 msgid "QQ Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7421 msgstr "QQ Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7422 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7423 msgid "Please enter Qun number" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7424 msgstr "Please enter Qun number" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7425 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7426 msgid "You can only search for permanent Qun\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7427 msgstr "You can only search for permanent Qun\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7428 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7429 msgid "(Invalid UTF-8 string)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7430 msgstr "(Invalid UTF-8 string)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7431 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7432 msgid "Not member" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7433 msgstr "Not member" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7434 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7435 msgid "Member" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7436 msgstr "Member" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7437 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7438 msgid "Requesting" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7439 msgstr "Requesting" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7440 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7441 msgid "Admin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7442 msgstr "Admin" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7443 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7444 msgid "Notice" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7445 msgstr "Notice" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7446 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7447 msgid "Detail" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7448 msgstr "Detail" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7449 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7450 msgid "Creator" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7451 msgstr "Creator" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7452 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7453 msgid "About me" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7454 msgstr "About me" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7455 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7456 msgid "Category" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7457 msgstr "Category" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7458 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7459 msgid "The Qun does not allow others to join" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7460 msgstr "The Qun does not allow others to join" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7461 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7462 msgid "Join QQ Qun" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7463 msgstr "Join QQ Qun" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7464 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7465 msgid "Input request here" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7466 msgstr "Enter request here" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7467 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7468 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7469 msgid "Successfully joined Qun %s (%u)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7470 msgstr "Successfully joined Qun %s (%u)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7471 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7472 msgid "Successfully joined Qun" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7473 msgstr "Successfully joined Qun" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7474 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7475 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7476 msgid "Qun %u denied from joining" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7477 msgstr "Qun %u denied from joining" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7478 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7479 msgid "QQ Qun Operation" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7480 msgstr "QQ Qun Operation" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7481 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7482 msgid "Failed:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7483 msgstr "Failed:" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7484 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7485 msgid "Join Qun, Unknown Reply" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7486 msgstr "Join Qun, Unknown Reply" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7487 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7488 msgid "Quit Qun" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7489 msgstr "Quit Qun" |
19927 | 7490 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7491 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7492 "Note, if you are the creator, \n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7493 "this operation will eventually remove this Qun." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7494 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7495 "Note: if you are the creator \n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7496 "this operation will eventually remove this Qun." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7497 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7498 msgid "Sorry, you are not our style" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7499 msgstr "Sorry, you are not our style" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7500 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7501 msgid "Successfully changed Qun members" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7502 msgstr "Successfully changed Qun members" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7503 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7504 msgid "Successfully changed Qun information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7505 msgstr "Successfully changed Qun information" |
19927 | 7506 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7507 msgid "You have successfully created a Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7508 msgstr "You have successfully created a Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7509 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7510 msgid "Would you like to set up detailed information now?" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7511 msgstr "Would you like to set up detailed information now?" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7512 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7513 msgid "Setup" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7514 msgstr "Setup" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7515 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7516 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7517 msgid "%u requested to join Qun %u for %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7518 msgstr "%u requested to join Qun %u for %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7519 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7520 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7521 msgid "%u request to join Qun %u" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7522 msgstr "%u request to join Qun %u" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7523 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7524 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7525 msgid "Failed to join Qun %u, operated by admin %u" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7526 msgstr "Failed to join Qun %u, operated by admin %u" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7527 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7528 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7529 msgid "<b>Joining Qun %u is approved by admin %u for %s</b>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7530 msgstr "<b>Joining Qun %u is approved by admin %u for %s</b>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7531 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7532 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7533 msgid "<b>Removed buddy %u.</b>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7534 msgstr "<b>Removed buddy %u.</b>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7535 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7536 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7537 msgid "<b>New buddy %u joined.</b>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7538 msgstr "<b>New buddy %u joined.</b>" |
19927 | 7539 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7540 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7541 msgid "Unknown-%d" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7542 msgstr "Unknown-%d" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7543 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7544 msgid "Level" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7545 msgstr "Level" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7546 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7547 msgid " VIP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7548 msgstr " VIP" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7549 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7550 msgid " TCP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7551 msgstr " TCP" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7552 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7553 msgid " FromMobile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7554 msgstr " FromMobile" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7555 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7556 msgid " BindMobile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7557 msgstr " BindMobile" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7558 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7559 msgid " Video" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7560 msgstr " Video" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7561 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7562 msgid " Zone" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7563 msgstr " Zone" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7564 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7565 msgid "Flag" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7566 msgstr "Flag" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7567 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7568 msgid "Ver" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7569 msgstr "Ver" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7570 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7571 msgid "Invalid name" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7572 msgstr "Invalid name" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7573 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7574 msgid "Select icon..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7575 msgstr "Select icon..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7576 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7577 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7578 msgid "<b>Login time</b>: %d-%d-%d, %d:%d:%d<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7579 msgstr "<b>Login Time</b>: %d-%d-%d, %d:%d:%d<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7580 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7581 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7582 msgid "<b>Total Online Buddies</b>: %d<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7583 msgstr "<b>Total Online Buddies</b>: %d<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7584 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7585 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7586 msgid "<b>Last Refresh</b>: %d-%d-%d, %d:%d:%d<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7587 msgstr "<b>Last Refresh</b>: %d-%d-%d, %d:%d:%d<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7588 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7589 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7590 msgid "<b>Server</b>: %s<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7591 msgstr "<b>Server</b>: %s<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7592 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7593 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7594 msgid "<b>Client Tag</b>: %s<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7595 msgstr "<b>Client Tag</b>: %s<br>\n" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7596 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7597 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7598 msgid "<b>Connection Mode</b>: %s<br>\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7599 msgstr "<b>Connection Mode</b>: %s<br>\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7600 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7601 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7602 msgid "<b>My Internet IP</b>: %s:%d<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7603 msgstr "<b>My Internet IP</b>: %s:%d<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7604 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7605 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7606 msgid "<b>Sent</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7607 msgstr "<b>Sent</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7608 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7609 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7610 msgid "<b>Resend</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7611 msgstr "<b>Resend</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7612 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7613 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7614 msgid "<b>Lost</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7615 msgstr "<b>Lost</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7616 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7617 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7618 msgid "<b>Received</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7619 msgstr "<b>Received</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7620 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7621 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7622 msgid "<b>Received Duplicate</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7623 msgstr "<b>Received Duplicate</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7624 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7625 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7626 msgid "<b>Time</b>: %d-%d-%d, %d:%d:%d<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7627 msgstr "<b>Time</b>: %d-%d-%d, %d:%d:%d<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7628 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7629 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7630 msgid "<b>IP</b>: %s<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7631 msgstr "<b>IP</b>: %s<br>\n" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7632 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7633 msgid "Login Information" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7634 msgstr "Login Information" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7635 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7636 msgid "<p><b>Original Author</b>:<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7637 msgstr "<p><b>Original Author</b>:<br>\n" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7638 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7639 msgid "<p><b>Code Contributors</b>:<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7640 msgstr "<p><b>Code Contributors</b>:<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7641 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7642 msgid "<p><b>Lovely Patch Writers</b>:<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7643 msgstr "<p><b>Lovely Patch Writers</b>:<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7644 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7645 msgid "<p><b>Acknowledgement</b>:<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7646 msgstr "<p><b>Acknowledgement</b>:<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7647 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7648 msgid "<p><b>Scrupulous Testers</b>:<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7649 msgstr "<p><b>Scrupulous Testers</b>:<br>\n" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7650 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7651 msgid "and more, please let me know... thank you!))" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7652 msgstr "and more, please let me know... thank you!))" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7653 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7654 msgid "<p><i>And, all the boys in the backroom...</i><br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7655 msgstr "<p><i>And, all the boys in the backroom...</i><br>\n" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7656 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7657 msgid "<i>Feel free to join us!</i> :)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7658 msgstr "<i>Feel free to join us!</i> :)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7659 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7660 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7661 msgid "About OpenQ %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7662 msgstr "About OpenQ %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7663 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7664 msgid "Change Icon" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7665 msgstr "Change Icon" |
19927 | 7666 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7667 msgid "Change Password" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7668 msgstr "Change Password" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7669 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7670 msgid "Account Information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7671 msgstr "Account Information" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7672 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7673 msgid "Update all QQ Quns" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7674 msgstr "Update all QQ Quns" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7675 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7676 msgid "About OpenQ" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7677 msgstr "About OpenQ" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7678 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7679 msgid "Modify Buddy Memo" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7680 msgstr "Modify Buddy Memo" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7681 |
14948 | 7682 #. *< type |
7683 #. *< ui_requirement | |
7684 #. *< flags | |
7685 #. *< dependencies | |
7686 #. *< priority | |
7687 #. *< id | |
7688 #. *< name | |
7689 #. *< version | |
7690 #. * summary | |
7691 #. * description | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7692 msgid "QQ Protocol Plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7693 msgstr "QQ Protocol Plugin" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7694 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7695 msgid "Auto" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7696 msgstr "Auto" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7697 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7698 msgid "Select Server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7699 msgstr "Select Server" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7700 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7701 msgid "QQ2005" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7702 msgstr "QQ2005" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7703 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7704 msgid "QQ2007" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7705 msgstr "QQ2007" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7706 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7707 msgid "QQ2008" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7708 msgstr "QQ2008" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7709 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7710 msgid "Connect by TCP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7711 msgstr "Connect by TCP" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7712 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7713 msgid "Show server notice" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7714 msgstr "Show server notice" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7715 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7716 msgid "Show server news" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7717 msgstr "Show server news" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7718 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7719 msgid "Show chat room when msg comes" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7720 msgstr "Show chat room when msg comes" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7721 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7722 msgid "Keep alive interval (seconds)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7723 msgstr "Keep alive interval (seconds)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7724 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7725 msgid "Update interval (seconds)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7726 msgstr "Update interval (seconds)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7727 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7728 msgid "Unable to decrypt server reply" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7729 msgstr "Unable to decrypt server reply" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7730 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7731 #, c-format |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7732 msgid "Failed requesting token, 0x%02X" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7733 msgstr "Failed to request token, 0x%02X" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7734 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7735 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7736 msgid "Invalid token len, %d" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7737 msgstr "Invalid token len, %d" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7738 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7739 #. extend redirect used in QQ2006 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7740 msgid "Redirect_EX is not currently supported" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7741 msgstr "Redirect_EX is not currently supported" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7742 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7743 #. need activation |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7744 #. need activation |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7745 #. need activation |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7746 msgid "Activation required" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7747 msgstr "Activation required" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7748 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7749 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7750 msgid "Unknown reply code when logging in (0x%02X)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7751 msgstr "Unknown reply code when logging in (0x%02X)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7752 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7753 msgid "Requesting captcha" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7754 msgstr "Requesting captcha" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7755 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7756 msgid "Checking captcha" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7757 msgstr "Checking captcha" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7758 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7759 msgid "Failed captcha verification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7760 msgstr "Failed captcha verification" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7761 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7762 msgid "Captcha Image" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7763 msgstr "Captcha Image" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7764 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7765 msgid "Enter code" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7766 msgstr "Enter code" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7767 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7768 msgid "QQ Captcha Verification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7769 msgstr "QQ Captcha Verification" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7770 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7771 msgid "Enter the text from the image" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7772 msgstr "Enter the text from the image" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7773 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7774 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7775 msgid "Unknown reply when checking password (0x%02X)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7776 msgstr "Unknown reply when checking password (0x%02X)" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7777 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7778 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7779 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7780 "Unknown reply code when logging in (0x%02X):\n" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7781 "%s" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7782 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7783 "Unknown reply code when logging in (0x%02X):\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7784 "%s" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7785 |
14948 | 7786 msgid "Socket error" |
7787 msgstr "Socket error" | |
7788 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7789 msgid "Getting server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7790 msgstr "Getting server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7791 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7792 msgid "Requesting token" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7793 msgstr "Requesting token" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7794 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7795 msgid "Unable to resolve hostname" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7796 msgstr "Unable to resolve hostname" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7797 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7798 msgid "Invalid server or port" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7799 msgstr "Invalid server or port" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7800 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7801 msgid "Connecting to server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7802 msgstr "Connecting to server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7803 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7804 msgid "QQ Error" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7805 msgstr "QQ Error" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7806 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7807 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7808 msgid "" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7809 "Server News:\n" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7810 "%s\n" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7811 "%s\n" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7812 "%s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7813 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7814 "Server News:\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7815 "%s\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7816 "%s\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7817 "%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7818 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7819 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7820 msgid "%s:%s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7821 msgstr "%s:%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7822 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7823 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7824 msgid "From %s:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7825 msgstr "From %s:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7826 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7827 #, c-format |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7828 msgid "" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7829 "Server notice From %s: \n" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7830 "%s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7831 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7832 "Server notice From %s: \n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7833 "%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7834 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7835 msgid "Unknown SERVER CMD" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7836 msgstr "Unknown SERVER CMD" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7837 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7838 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7839 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7840 "Error reply of %s(0x%02X)\n" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7841 "Room %u, reply 0x%02X" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7842 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7843 "Error reply of %s(0x%02X)\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7844 "Room %u, reply 0x%02X" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7845 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7846 msgid "QQ Qun Command" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7847 msgstr "QQ Qun Command" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7848 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7849 msgid "Unable to decrypt login reply" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7850 msgstr "Unable to decrypt login reply" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7851 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7852 msgid "Unknown LOGIN CMD" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7853 msgstr "Unknown LOGIN CMD" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7854 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7855 msgid "Unknown CLIENT CMD" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7856 msgstr "Unknown CLIENT CMD" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7857 |
14948 | 7858 #, c-format |
7859 msgid "%d has declined the file %s" | |
7860 msgstr "%d has declined the file %s" | |
7861 | |
7862 msgid "File Send" | |
7863 msgstr "File Send" | |
7864 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7865 #, fuzzy, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
7866 msgid "%d cancelled the transfer of %s" |
14948 | 7867 msgstr "%d cancelled the transfer of %s" |
7868 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7869 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7870 msgid "<b>Group Title:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7871 msgstr "<b>Group Title:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7872 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7873 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7874 msgid "<b>Notes Group ID:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7875 msgstr "<b>Notes Group ID:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7876 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7877 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7878 msgid "Info for Group %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7879 msgstr "Info for Group %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7880 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7881 msgid "Notes Address Book Information" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7882 msgstr "Notes Address Book Information" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7883 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7884 msgid "Invite Group to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7885 msgstr "Invite Group to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7886 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7887 msgid "Get Notes Address Book Info" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7888 msgstr "Get Notes Address Book Info" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7889 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7890 msgid "Sending Handshake" |
11887 | 7891 msgstr "Sending Handshake" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7892 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7893 msgid "Waiting for Handshake Acknowledgement" |
11887 | 7894 msgstr "Waiting for Handshake Acknowledgement" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7895 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7896 msgid "Handshake Acknowledged, Sending Login" |
11887 | 7897 msgstr "Handshake Acknowledged, Sending Login" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7898 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7899 msgid "Waiting for Login Acknowledgement" |
11887 | 7900 msgstr "Waiting for Login Acknowledgement" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7901 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7902 msgid "Login Redirected" |
11887 | 7903 msgstr "Login Redirected" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7904 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7905 msgid "Forcing Login" |
11887 | 7906 msgstr "Forcing Login" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7907 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7908 msgid "Login Acknowledged" |
11887 | 7909 msgstr "Login Acknowledged" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7910 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7911 msgid "Starting Services" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7912 msgstr "Starting Services" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7913 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7914 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7915 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7916 "A Sametime administrator has issued the following announcement on server %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7917 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7918 "A Sametime administrator has issued the following announcement on server %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7919 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7920 msgid "Sametime Administrator Announcement" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7921 msgstr "Sametime Administrator Announcement" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7922 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7923 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7924 msgid "Announcement from %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7925 msgstr "Announcement from %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7926 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7927 msgid "Conference Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7928 msgstr "Conference Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7929 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7930 msgid "Unable to send message: " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7931 msgstr "Unable to send message: " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7932 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7933 msgid "Place Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7934 msgstr "Place Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7935 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7936 msgid "Microphone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7937 msgstr "Microphone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7938 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7939 msgid "Speakers" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7940 msgstr "Speakers" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7941 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7942 msgid "Video Camera" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7943 msgstr "Video Camera" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7944 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7945 msgid "File Transfer" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7946 msgstr "File Transfer" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7947 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7948 msgid "Supports" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7949 msgstr "Supports" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7950 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7951 msgid "External User" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7952 msgstr "External User" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7953 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7954 msgid "Create conference with user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7955 msgstr "Create conference with user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7956 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7957 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7958 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7959 "Please enter a topic for the new conference, and an invitation message to be " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7960 "sent to %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7961 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7962 "Please enter a topic for the new conference, and an invitation message to be " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7963 "sent to %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7964 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7965 msgid "New Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7966 msgstr "New Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7967 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7968 msgid "Create" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7969 msgstr "Create" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7970 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7971 msgid "Available Conferences" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7972 msgstr "Available Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7973 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7974 msgid "Create New Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7975 msgstr "Create New Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7976 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7977 msgid "Invite user to a conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7978 msgstr "Invite user to a conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7979 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7980 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7981 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7982 "Select a conference from the list below to send an invite to user %s. Select " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7983 "\"Create New Conference\" if you'd like to create a new conference to invite " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7984 "this user to." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7985 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7986 "Select a conference from the list below to send an invite to user %s. Select " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7987 "\"Create New Conference\" if you'd like to create a new conference to invite " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7988 "this user to." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7989 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7990 msgid "Invite to Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7991 msgstr "Invite to Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7992 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7993 msgid "Invite to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7994 msgstr "Invite to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7995 |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
7996 msgid "Send TEST Announcement" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
7997 msgstr "Send TEST Announcement" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
7998 |
16160 | 7999 msgid "Topic:" |
8000 msgstr "Topic:" | |
8001 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8002 msgid "No Sametime Community Server specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8003 msgstr "No Sametime Community Server specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8004 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8005 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8006 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8007 "No host or IP address has been configured for the Meanwhile account %s. " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8008 "Please enter one below to continue logging in." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8009 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8010 "No host or IP address has been configured for the Meanwhile account %s. " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8011 "Please enter one below to continue logging in." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8012 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8013 msgid "Meanwhile Connection Setup" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8014 msgstr "Meanwhile Connection Setup" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8015 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8016 msgid "No Sametime Community Server Specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8017 msgstr "No Sametime Community Server Specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8018 |
17478 | 8019 msgid "Connect" |
8020 msgstr "Connect" | |
8021 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8022 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8023 msgid "Unknown (0x%04x)<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8024 msgstr "Unknown (0x%04x)<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8025 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
8026 msgid "Last Known Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
8027 msgstr "Last Known Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
8028 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8029 msgid "User Name" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8030 msgstr "User Name" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8031 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8032 msgid "Sametime ID" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8033 msgstr "Sametime ID" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8034 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8035 msgid "An ambiguous user ID was entered" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8036 msgstr "An ambiguous user ID was entered" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8037 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8038 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8039 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8040 "The identifier '%s' may possibly refer to any of the following users. Please " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8041 "select the correct user from the list below to add them to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8042 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8043 "The identifier '%s' may possibly refer to any of the following users. Please " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8044 "select the correct user from the list below to add them to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8045 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8046 msgid "Select User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8047 msgstr "Select User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8048 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8049 msgid "Unable to add user: user not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8050 msgstr "Unable to add user: user not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8051 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8052 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8053 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8054 "The identifier '%s' did not match any users in your Sametime community. This " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8055 "entry has been removed from your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8056 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8057 "The identifier '%s' did not match any users in your Sametime community. This " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8058 "entry has been removed from your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8059 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8060 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8061 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8062 "Error reading file %s: \n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8063 "%s\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8064 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8065 "Error reading file %s: \n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8066 "%s\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8067 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8068 msgid "Remotely Stored Buddy List" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8069 msgstr "Remotely Stored Buddy List" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8070 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8071 msgid "Buddy List Storage Mode" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8072 msgstr "Buddy List Storage Mode" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8073 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8074 msgid "Local Buddy List Only" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8075 msgstr "Local Buddy List Only" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8076 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8077 msgid "Merge List from Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8078 msgstr "Merge List from Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8079 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8080 msgid "Merge and Save List to Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8081 msgstr "Merge and Save List to Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8082 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8083 msgid "Synchronize List with Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8084 msgstr "Synchronise List with Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8085 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8086 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8087 msgid "Import Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8088 msgstr "Import Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8089 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8090 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8091 msgid "Export Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8092 msgstr "Export Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8093 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8094 msgid "Unable to add group: group exists" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8095 msgstr "Unable to add group: group exists" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8096 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8097 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8098 msgid "A group named '%s' already exists in your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8099 msgstr "A group named '%s' already exists in your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8100 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8101 msgid "Unable to add group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8102 msgstr "Unable to add group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8103 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8104 msgid "Possible Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8105 msgstr "Possible Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8106 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8107 msgid "Notes Address Book group results" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8108 msgstr "Notes Address Book group results" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8109 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8110 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8111 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8112 "The identifier '%s' may possibly refer to any of the following Notes Address " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8113 "Book groups. Please select the correct group from the list below to add it " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8114 "to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8115 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8116 "The identifier '%s' may possibly refer to any of the following Notes Address " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8117 "Book groups. Please select the correct group from the list below to add it " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8118 "to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8119 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8120 msgid "Select Notes Address Book" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8121 msgstr "Select Notes Address Book" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8122 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8123 msgid "Unable to add group: group not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8124 msgstr "Unable to add group: group not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8125 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8126 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8127 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8128 "The identifier '%s' did not match any Notes Address Book groups in your " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8129 "Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8130 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8131 "The identifier '%s' did not match any Notes Address Book groups in your " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8132 "Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8133 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8134 msgid "Notes Address Book Group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8135 msgstr "Notes Address Book Group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8136 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8137 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8138 "Enter the name of a Notes Address Book group in the field below to add the " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8139 "group and its members to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8140 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8141 "Enter the name of a Notes Address Book group in the field below to add the " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8142 "group and its members to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8143 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8144 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8145 msgid "Search results for '%s'" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8146 msgstr "Search results for '%s'" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8147 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8148 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8149 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8150 "The identifier '%s' may possibly refer to any of the following users. You " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8151 "may add these users to your buddy list or send them messages with the action " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8152 "buttons below." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8153 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8154 "The identifier '%s' may possibly refer to any of the following users. You " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8155 "may add these users to your buddy list or send them messages with the action " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8156 "buttons below." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8157 |
16160 | 8158 msgid "Search Results" |
8159 msgstr "Search Results" | |
8160 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8161 msgid "No matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8162 msgstr "No matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8163 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8164 #, c-format |
13287
9ee92b9cbf5d
[gaim-migrate @ 15653]
Richard Laager <rlaager@wiktel.com>
parents:
13169
diff
changeset
|
8165 msgid "The identifier '%s' did not match any users in your Sametime community." |
9ee92b9cbf5d
[gaim-migrate @ 15653]
Richard Laager <rlaager@wiktel.com>
parents:
13169
diff
changeset
|
8166 msgstr "" |
9ee92b9cbf5d
[gaim-migrate @ 15653]
Richard Laager <rlaager@wiktel.com>
parents:
13169
diff
changeset
|
8167 "The identifier '%s' did not match any users in your Sametime community." |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8168 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8169 msgid "No Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8170 msgstr "No Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8171 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8172 msgid "Search for a user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8173 msgstr "Search for a user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8174 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8175 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8176 "Enter a name or partial ID in the field below to search for matching users " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8177 "in your Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8178 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8179 "Enter a name or partial ID in the field below to search for matching users " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8180 "in your Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8181 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8182 msgid "User Search" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8183 msgstr "User Search" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8184 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8185 msgid "Import Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8186 msgstr "Import Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8187 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8188 msgid "Export Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8189 msgstr "Export Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8190 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8191 msgid "Add Notes Address Book Group..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8192 msgstr "Add Notes Address Book Group..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8193 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8194 msgid "User Search..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8195 msgstr "User Search..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8196 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8197 msgid "Force login (ignore server redirects)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8198 msgstr "Force login (ignore server redirects)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8199 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8200 #. pretend to be Sametime Connect |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8201 msgid "Hide client identity" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8202 msgstr "Hide client identity" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8203 |
9066 | 8204 #, c-format |
8205 msgid "User %s is not present in the network" | |
8206 msgstr "User %s is not present in the network" | |
8207 | |
8208 msgid "Key Agreement" | |
8209 msgstr "Key Agreement" | |
8210 | |
8211 msgid "Cannot perform the key agreement" | |
8212 msgstr "Cannot perform the key agreement" | |
8213 | |
8214 msgid "Error occurred during key agreement" | |
8215 msgstr "Error occurred during key agreement" | |
8216 | |
8217 msgid "Key Agreement failed" | |
8218 msgstr "Key Agreement failed" | |
8219 | |
8220 msgid "Timeout during key agreement" | |
8221 msgstr "Timeout during key agreement" | |
8222 | |
19927 | 8223 msgid "Key agreement was aborted" |
8224 msgstr "Key agreement was aborted" | |
8225 | |
9066 | 8226 msgid "Key agreement is already started" |
8227 msgstr "Key agreement is already started" | |
8228 | |
8229 msgid "Key agreement cannot be started with yourself" | |
8230 msgstr "Key agreement cannot be started with yourself" | |
8231 | |
8232 msgid "The remote user is not present in the network any more" | |
8233 msgstr "The remote user is not present in the network any more" | |
8234 | |
8235 #, c-format | |
8236 msgid "" | |
8237 "Key agreement request received from %s. Would you like to perform the key " | |
8238 "agreement?" | |
8239 msgstr "" | |
8240 "Key agreement request received from %s. Would you like to perform the key " | |
8241 "agreement?" | |
8242 | |
8243 #, c-format | |
8244 msgid "" | |
8245 "The remote user is waiting key agreement on:\n" | |
8246 "Remote host: %s\n" | |
8247 "Remote port: %d" | |
8248 msgstr "" | |
8249 "The remote user is waiting key agreement on:\n" | |
8250 "Remote host: %s\n" | |
8251 "Remote port: %d" | |
8252 | |
8253 msgid "Key Agreement Request" | |
8254 msgstr "Key Agreement Request" | |
8255 | |
8256 msgid "IM With Password" | |
8257 msgstr "IM With Password" | |
8258 | |
8259 msgid "Cannot set IM key" | |
8260 msgstr "Cannot set IM key" | |
8261 | |
8262 msgid "Set IM Password" | |
8263 msgstr "Set IM Password" | |
8264 | |
8265 msgid "Get Public Key" | |
8266 msgstr "Get Public Key" | |
8267 | |
8268 msgid "Cannot fetch the public key" | |
8269 msgstr "Cannot fetch the public key" | |
8270 | |
8271 msgid "Show Public Key" | |
8272 msgstr "Show Public Key" | |
8273 | |
8274 msgid "Could not load public key" | |
8275 msgstr "Could not load public key" | |
8276 | |
8277 msgid "User Information" | |
8278 msgstr "User Information" | |
8279 | |
8280 msgid "Cannot get user information" | |
8281 msgstr "Cannot get user information" | |
8282 | |
8283 #, c-format | |
8284 msgid "The %s buddy is not trusted" | |
8285 msgstr "The %s buddy is not trusted" | |
8286 | |
8287 msgid "" | |
8288 "You cannot receive buddy notifications until you import his/her public key. " | |
8289 "You can use the Get Public Key command to get the public key." | |
8290 msgstr "" | |
8291 "You cannot receive buddy notifications until you import their public key. " | |
8292 "You can use the Get Public Key command to get the public key." | |
8293 | |
9524 | 8294 #. Open file selector to select the public key. |
8295 msgid "Open..." | |
8296 msgstr "Open..." | |
8297 | |
9066 | 8298 #, c-format |
8299 msgid "The %s buddy is not present in the network" | |
8300 msgstr "The %s buddy is not present in the network" | |
8301 | |
8302 msgid "" | |
8303 "To add the buddy you must import his/her public key. Press Import to import " | |
8304 "a public key." | |
8305 msgstr "" | |
8306 "To add the buddy you must import their public key. Press Import to import a " | |
8307 "public key." | |
8308 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8309 msgid "_Import..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8310 msgstr "_Import..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8311 |
9066 | 8312 msgid "Select correct user" |
8313 msgstr "Select correct user" | |
8314 | |
8315 msgid "" | |
8316 "More than one user was found with the same public key. Select the correct " | |
8317 "user from the list to add to the buddy list." | |
8318 msgstr "" | |
8319 "More than one user was found with the same public key. Select the correct " | |
8320 "user from the list to add to the buddy list." | |
8321 | |
8322 msgid "" | |
8323 "More than one user was found with the same name. Select the correct user " | |
8324 "from the list to add to the buddy list." | |
8325 msgstr "" | |
8326 "More than one user was found with the same name. Select the correct user " | |
8327 "from the list to add to the buddy list." | |
8328 | |
8329 msgid "Detached" | |
8330 msgstr "Detached" | |
8331 | |
8332 msgid "Indisposed" | |
8333 msgstr "Indisposed" | |
8334 | |
8335 msgid "Wake Me Up" | |
8336 msgstr "Wake Me Up" | |
8337 | |
8338 msgid "Hyper Active" | |
8339 msgstr "Hyper Active" | |
8340 | |
8341 msgid "Robot" | |
8342 msgstr "Robot" | |
8343 | |
8344 msgid "Happy" | |
8345 msgstr "Happy" | |
8346 | |
8347 msgid "Sad" | |
8348 msgstr "Sad" | |
8349 | |
8350 msgid "Angry" | |
8351 msgstr "Angry" | |
8352 | |
8353 msgid "Jealous" | |
8354 msgstr "Jealous" | |
8355 | |
8356 msgid "Ashamed" | |
8357 msgstr "Ashamed" | |
8358 | |
8359 msgid "Invincible" | |
8360 msgstr "Invincible" | |
8361 | |
8362 msgid "In Love" | |
8363 msgstr "In Love" | |
8364 | |
8365 msgid "Sleepy" | |
8366 msgstr "Sleepy" | |
8367 | |
8368 msgid "Bored" | |
8369 msgstr "Bored" | |
8370 | |
8371 msgid "Excited" | |
8372 msgstr "Excited" | |
8373 | |
8374 msgid "Anxious" | |
8375 msgstr "Anxious" | |
8376 | |
9524 | 8377 msgid "User Modes" |
8378 msgstr "User Modes" | |
8379 | |
9066 | 8380 msgid "Preferred Contact" |
8381 msgstr "Preferred Contact" | |
8382 | |
8383 msgid "Preferred Language" | |
8384 msgstr "Preferred Language" | |
8385 | |
8386 msgid "Device" | |
8387 msgstr "Device" | |
8388 | |
8389 msgid "Timezone" | |
8390 msgstr "Timezone" | |
8391 | |
8392 msgid "Geolocation" | |
8393 msgstr "Geolocation" | |
8394 | |
8395 msgid "Reset IM Key" | |
8396 msgstr "Reset IM Key" | |
8397 | |
8398 msgid "IM with Key Exchange" | |
8399 msgstr "IM with Key Exchange" | |
8400 | |
8401 msgid "IM with Password" | |
8402 msgstr "IM with Password" | |
8403 | |
8404 msgid "Get Public Key..." | |
8405 msgstr "Get Public Key..." | |
8406 | |
8407 msgid "Kill User" | |
8408 msgstr "Kill User" | |
8409 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8410 msgid "Draw On Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8411 msgstr "Draw On Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8412 |
9066 | 8413 msgid "_Passphrase:" |
8414 msgstr "_Passphrase:" | |
8415 | |
8416 #, c-format | |
8417 msgid "Channel %s does not exist in the network" | |
8418 msgstr "Channel %s does not exist in the network" | |
8419 | |
8420 msgid "Channel Information" | |
8421 msgstr "Channel Information" | |
8422 | |
8423 msgid "Cannot get channel information" | |
8424 msgstr "Cannot get channel information" | |
8425 | |
9524 | 8426 #, c-format |
8427 msgid "<b>Channel Name:</b> %s" | |
8428 msgstr "<b>Channel Name:</b> %s" | |
8429 | |
8430 #, c-format | |
8431 msgid "<br><b>User Count:</b> %d" | |
8432 msgstr "<br><b>User Count:</b> %d" | |
8433 | |
8434 #, c-format | |
8435 msgid "<br><b>Channel Founder:</b> %s" | |
8436 msgstr "<br><b>Channel Founder:</b> %s" | |
8437 | |
8438 #, c-format | |
8439 msgid "<br><b>Channel Cipher:</b> %s" | |
8440 msgstr "<br><b>Channel Cipher:</b> %s" | |
9347 | 8441 |
14948 | 8442 #. Definition of HMAC: http://en.wikipedia.org/wiki/HMAC |
9347 | 8443 #, c-format |
9524 | 8444 msgid "<br><b>Channel HMAC:</b> %s" |
8445 msgstr "<br><b>Channel HMAC:</b> %s" | |
8446 | |
8447 #, c-format | |
8448 msgid "<br><b>Channel Topic:</b><br>%s" | |
8449 msgstr "<br><b>Channel Topic:</b><br>%s" | |
8450 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
8451 #, c-format |
9524 | 8452 msgid "<br><b>Channel Modes:</b> " |
8453 msgstr "<br><b>Channel Modes:</b> " | |
8454 | |
8455 #, c-format | |
8456 msgid "<br><b>Founder Key Fingerprint:</b><br>%s" | |
8457 msgstr "<br><b>Founder Key Fingerprint:</b><br>%s" | |
8458 | |
8459 #, c-format | |
8460 msgid "<br><b>Founder Key Babbleprint:</b><br>%s" | |
8461 msgstr "<br><b>Founder Key Babbleprint:</b><br>%s" | |
8462 | |
9066 | 8463 msgid "Add Channel Public Key" |
8464 msgstr "Add Channel Public Key" | |
8465 | |
8466 #. Add new public key | |
8467 msgid "Open Public Key..." | |
8468 msgstr "Open Public Key..." | |
8469 | |
8470 msgid "Channel Passphrase" | |
8471 msgstr "Channel Passphrase" | |
8472 | |
8473 msgid "Channel Public Keys List" | |
8474 msgstr "Channel Public Keys List" | |
8475 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
8476 #, c-format |
9066 | 8477 msgid "" |
8478 "Channel authentication is used to secure the channel from unauthorized " | |
8479 "access. The authentication may be based on passphrase and digital " | |
8480 "signatures. If passphrase is set, it is required to be able to join. If " | |
8481 "channel public keys are set then only users whose public keys are listed are " | |
8482 "able to join." | |
8483 msgstr "" | |
8484 "Channel authentication is used to secure the channel from unauthorised " | |
8485 "access. The authentication may be based on passphrase and digital " | |
8486 "signatures. If passphrase is set, it is required to be able to join. If " | |
8487 "channel public keys are set then only users whose public keys are listed are " | |
8488 "able to join." | |
8489 | |
8490 msgid "Channel Authentication" | |
8491 msgstr "Channel Authentication" | |
8492 | |
9347 | 8493 msgid "Add / Remove" |
8494 msgstr "Add / Remove" | |
8495 | |
9066 | 8496 msgid "Group Name" |
8497 msgstr "Group name" | |
8498 | |
8499 msgid "Passphrase" | |
8500 msgstr "Passphrase" | |
8501 | |
8502 #, c-format | |
8503 msgid "Please enter the %s channel private group name and passphrase." | |
8504 msgstr "Please enter the %s channel private group name and passphrase." | |
8505 | |
8506 msgid "Add Channel Private Group" | |
8507 msgstr "Add Channel Private Group" | |
8508 | |
8509 msgid "User Limit" | |
8510 msgstr "User Limit" | |
8511 | |
8512 msgid "Set user limit on channel. Set to zero to reset user limit." | |
8513 msgstr "Set user limit on channel. Set to zero to reset user limit." | |
8514 | |
8515 msgid "Invite List" | |
8516 msgstr "Invite List" | |
8517 | |
8518 msgid "Ban List" | |
8519 msgstr "Ban List" | |
8520 | |
8521 msgid "Add Private Group" | |
8522 msgstr "Add Private Group" | |
8523 | |
8524 msgid "Reset Permanent" | |
8525 msgstr "Reset Permanent" | |
8526 | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
8527 msgid "Set Permanent" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
8528 msgstr "Set Permanent" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
8529 |
9066 | 8530 msgid "Set User Limit" |
8531 msgstr "Set User Limit" | |
8532 | |
8533 msgid "Reset Topic Restriction" | |
8534 msgstr "Reset Topic Restriction" | |
8535 | |
8536 msgid "Set Topic Restriction" | |
8537 msgstr "Set Topic Restriction" | |
8538 | |
8539 msgid "Reset Private Channel" | |
8540 msgstr "Reset Private Channel" | |
8541 | |
8542 msgid "Set Private Channel" | |
8543 msgstr "Set Private Channel" | |
8544 | |
8545 msgid "Reset Secret Channel" | |
8546 msgstr "Reset Secret Channel" | |
8547 | |
8548 msgid "Set Secret Channel" | |
8549 msgstr "Set Secret Channel" | |
8550 | |
8551 #, c-format | |
8552 msgid "" | |
8553 "You have to join the %s channel before you are able to join the private group" | |
8554 msgstr "" | |
8555 "You have to join the %s channel before you are able to join the private group" | |
8556 | |
8557 msgid "Join Private Group" | |
8558 msgstr "Join Private Group" | |
8559 | |
8560 msgid "Cannot join private group" | |
8561 msgstr "Cannot join private group" | |
8562 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8563 msgid "Call Command" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8564 msgstr "Call Command" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8565 |
9066 | 8566 msgid "Cannot call command" |
8567 msgstr "Cannot call command" | |
8568 | |
8569 msgid "Unknown command" | |
8570 msgstr "Unknown command" | |
8571 | |
8572 msgid "Secure File Transfer" | |
8573 msgstr "Secure File Transfer" | |
8574 | |
8575 msgid "Error during file transfer" | |
8576 msgstr "Error during file transfer" | |
8577 | |
19927 | 8578 msgid "Remote disconnected" |
8579 msgstr "Remote disconnected" | |
8580 | |
9066 | 8581 msgid "Permission denied" |
8582 msgstr "Permission denied" | |
8583 | |
8584 msgid "Key agreement failed" | |
8585 msgstr "Key agreement failed" | |
8586 | |
19927 | 8587 msgid "Connection timed out" |
8588 msgstr "Connection timed out" | |
8589 | |
8590 msgid "Creating connection failed" | |
8591 msgstr "Connection creation failed" | |
8592 | |
11762 | 8593 msgid "File transfer session does not exist" |
11887 | 8594 msgstr "File transfer session does not exist" |
9066 | 8595 |
8596 msgid "No file transfer session active" | |
8597 msgstr "No file transfer session active" | |
8598 | |
8599 msgid "File transfer already started" | |
8600 msgstr "File transfer already started" | |
8601 | |
8602 msgid "Could not perform key agreement for file transfer" | |
8603 msgstr "Could not perform key agreement for file transfer" | |
8604 | |
8605 msgid "Could not start the file transfer" | |
8606 msgstr "Could not start the file transfer" | |
8607 | |
8608 msgid "Cannot send file" | |
8609 msgstr "Cannot send file" | |
8610 | |
19927 | 8611 msgid "Error occurred" |
8612 msgstr "Error occurred" | |
8613 | |
9066 | 8614 #, c-format |
8615 msgid "%s has changed the topic of <I>%s</I> to: %s" | |
8616 msgstr "%s has changed the topic of <I>%s</I> to: %s" | |
8617 | |
8618 #, c-format | |
8619 msgid "<I>%s</I> set channel <I>%s</I> modes to: %s" | |
8620 msgstr "<I>%s</I> set channel <I>%s</I> modes to: %s" | |
8621 | |
8622 #, c-format | |
8623 msgid "<I>%s</I> removed all channel <I>%s</I> modes" | |
8624 msgstr "<I>%s</I> removed all channel <I>%s</I> modes" | |
8625 | |
8626 #, c-format | |
8627 msgid "<I>%s</I> set <I>%s's</I> modes to: %s" | |
8628 msgstr "<I>%s</I> set <I>%s's</I> modes to: %s" | |
8629 | |
8630 #, c-format | |
8631 msgid "<I>%s</I> removed all <I>%s's</I> modes" | |
8632 msgstr "<I>%s</I> removed all <I>%s's</I> modes" | |
8633 | |
8634 #, c-format | |
8635 msgid "You have been kicked off <I>%s</I> by <I>%s</I> (%s)" | |
8636 msgstr "You have been kicked off <I>%s</I> by <I>%s</I> (%s)" | |
8637 | |
8638 #, c-format | |
8639 msgid "You have been killed by %s (%s)" | |
8640 msgstr "You have been killed by %s (%s)" | |
8641 | |
8642 #, c-format | |
8643 msgid "Killed by %s (%s)" | |
8644 msgstr "Killed by %s (%s)" | |
8645 | |
8646 msgid "Server signoff" | |
8647 msgstr "Server signoff" | |
8648 | |
8649 msgid "Personal Information" | |
8650 msgstr "Personal Information" | |
8651 | |
8652 msgid "Birth Day" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8653 msgstr "Date of Birth" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8654 |
9066 | 8655 msgid "Job Role" |
8656 msgstr "Job Role" | |
8657 | |
8658 msgid "Organization" | |
8659 msgstr "Organisation" | |
8660 | |
8661 msgid "Unit" | |
8662 msgstr "Unit" | |
8663 | |
8664 msgid "Join Chat" | |
8665 msgstr "Join Chat" | |
8666 | |
19927 | 8667 #, c-format |
8668 msgid "You are channel founder on <I>%s</I>" | |
8669 msgstr "You are channel founder on <I>%s</I>" | |
8670 | |
8671 #, c-format | |
8672 msgid "Channel founder on <I>%s</I> is <I>%s</I>" | |
8673 msgstr "Channel founder on <I>%s</I> is <I>%s</I>" | |
8674 | |
14948 | 8675 msgid "Real Name" |
8676 msgstr "Real Name" | |
8677 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8678 msgid "Status Text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8679 msgstr "Status Text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8680 |
9066 | 8681 msgid "Public Key Fingerprint" |
8682 msgstr "Public Key Fingerprint" | |
8683 | |
8684 msgid "Public Key Babbleprint" | |
8685 msgstr "Public Key Babbleprint" | |
8686 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8687 msgid "_More..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8688 msgstr "_More..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8689 |
9066 | 8690 msgid "Detach From Server" |
8691 msgstr "Detach From Server" | |
8692 | |
8693 msgid "Cannot detach" | |
8694 msgstr "Cannot detach" | |
8695 | |
8696 msgid "Cannot set topic" | |
8697 msgstr "Cannot set topic" | |
8698 | |
9524 | 8699 msgid "Failed to change nickname" |
8700 msgstr "Failed to change nickname" | |
8701 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8702 msgid "Roomlist" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8703 msgstr "Room List" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8704 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8705 msgid "Cannot get room list" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8706 msgstr "Cannot get room list" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8707 |
19927 | 8708 msgid "Network is empty" |
8709 msgstr "Network is empty" | |
8710 | |
9066 | 8711 msgid "No public key was received" |
8712 msgstr "No public key was received" | |
8713 | |
8714 msgid "Server Information" | |
8715 msgstr "Server Information" | |
8716 | |
8717 msgid "Cannot get server information" | |
8718 msgstr "Cannot get server information" | |
8719 | |
19927 | 8720 msgid "Server Statistics" |
8721 msgstr "Server Statistics" | |
8722 | |
9524 | 8723 msgid "Cannot get server statistics" |
8724 msgstr "Cannot get server statistics" | |
8725 | |
8726 #, c-format | |
8727 msgid "" | |
8728 "Local server start time: %s\n" | |
8729 "Local server uptime: %s\n" | |
8730 "Local server clients: %d\n" | |
8731 "Local server channels: %d\n" | |
8732 "Local server operators: %d\n" | |
8733 "Local router operators: %d\n" | |
8734 "Local cell clients: %d\n" | |
8735 "Local cell channels: %d\n" | |
8736 "Local cell servers: %d\n" | |
8737 "Total clients: %d\n" | |
8738 "Total channels: %d\n" | |
8739 "Total servers: %d\n" | |
8740 "Total routers: %d\n" | |
8741 "Total server operators: %d\n" | |
8742 "Total router operators: %d\n" | |
8743 msgstr "" | |
8744 "Local server start time: %s\n" | |
8745 "Local server uptime: %s\n" | |
8746 "Local server clients: %d\n" | |
8747 "Local server channels: %d\n" | |
8748 "Local server operators: %d\n" | |
8749 "Local router operators: %d\n" | |
8750 "Local cell clients: %d\n" | |
8751 "Local cell channels: %d\n" | |
8752 "Local cell servers: %d\n" | |
8753 "Total clients: %d\n" | |
8754 "Total channels: %d\n" | |
8755 "Total servers: %d\n" | |
8756 "Total routers: %d\n" | |
8757 "Total server operators: %d\n" | |
8758 "Total router operators: %d\n" | |
8759 | |
8760 msgid "Network Statistics" | |
8761 msgstr "Network Statistics" | |
8762 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8763 msgid "Ping" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8764 msgstr "Ping" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8765 |
9524 | 8766 msgid "Ping failed" |
8767 msgstr "Ping failed" | |
8768 | |
8769 msgid "Ping reply received from server" | |
8770 msgstr "Ping reply received from server" | |
8771 | |
9066 | 8772 msgid "Could not kill user" |
8773 msgstr "Could not kill user" | |
8774 | |
19927 | 8775 msgid "WATCH" |
8776 msgstr "WATCH" | |
8777 | |
8778 msgid "Cannot watch user" | |
8779 msgstr "Cannot watch user" | |
8780 | |
9066 | 8781 msgid "Resuming session" |
8782 msgstr "Resuming session" | |
8783 | |
8784 msgid "Authenticating connection" | |
8785 msgstr "Authenticating connection" | |
8786 | |
8787 msgid "Verifying server public key" | |
8788 msgstr "Verifying server public key" | |
8789 | |
8790 msgid "Passphrase required" | |
8791 msgstr "Passphrase required" | |
8792 | |
8793 #, c-format | |
8794 msgid "" | |
8795 "Received %s's public key. Your local copy does not match this key. Would you " | |
8796 "still like to accept this public key?" | |
8797 msgstr "" | |
8798 "Received %s's public key. Your local copy does not match this key. Would you " | |
8799 "still like to accept this public key?" | |
8800 | |
8801 #, c-format | |
8802 msgid "Received %s's public key. Would you like to accept this public key?" | |
8803 msgstr "Received %s's public key. Would you like to accept this public key?" | |
8804 | |
8805 #, c-format | |
8806 msgid "" | |
8807 "Fingerprint and babbleprint for the %s key are:\n" | |
8808 "\n" | |
8809 "%s\n" | |
8810 "%s\n" | |
8811 msgstr "" | |
8812 "Fingerprint and babbleprint for the %s key are:\n" | |
8813 "\n" | |
8814 "%s\n" | |
8815 "%s\n" | |
8816 | |
8817 msgid "Verify Public Key" | |
8818 msgstr "Verify Public Key" | |
8819 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8820 msgid "_View..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8821 msgstr "_View..." |
9066 | 8822 |
8823 msgid "Unsupported public key type" | |
8824 msgstr "Unsupported public key type" | |
8825 | |
19927 | 8826 msgid "Disconnected by server" |
8827 msgstr "Disconnected by server" | |
8828 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8829 msgid "Error connecting to SILC Server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8830 msgstr "Error connecting to SILC Server" |
19927 | 8831 |
8832 msgid "Key Exchange failed" | |
8833 msgstr "Key Exchange failed" | |
8834 | |
8835 msgid "" | |
8836 "Resuming detached session failed. Press Reconnect to create new connection." | |
8837 msgstr "" | |
8838 "Resuming detached session failed. Press Reconnect to create new connection." | |
8839 | |
9066 | 8840 msgid "Performing key exchange" |
8841 msgstr "Performing key exchange" | |
8842 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8843 msgid "Unable to load SILC key pair" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8844 msgstr "Unable to load SILC key pair" |
19927 | 8845 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8846 #. Progress |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8847 msgid "Connecting to SILC Server" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8848 msgstr "Connecting to SILC Server" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8849 |
9066 | 8850 msgid "Out of memory" |
8851 msgstr "Out of memory" | |
8852 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8853 msgid "Unable to initialize SILC protocol" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8854 msgstr "Unable to initialize SILC protocol" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8855 |
19927 | 8856 msgid "Error loading SILC key pair" |
8857 msgstr "Error loading SILC key pair" | |
8858 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8859 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
8860 msgid "Download %s: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8861 msgstr "Download %s: %s" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
8862 |
9066 | 8863 msgid "Your Current Mood" |
8864 msgstr "Your Current Mood" | |
8865 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
8866 #, c-format |
16160 | 8867 msgid "Normal" |
8868 msgstr "Normal" | |
8869 | |
14948 | 8870 msgid "In love" |
8871 msgstr "In love" | |
8872 | |
9066 | 8873 msgid "" |
8874 "\n" | |
8875 "Your Preferred Contact Methods" | |
8876 msgstr "" | |
8877 "\n" | |
8878 "Your Preferred Contact Methods" | |
8879 | |
9524 | 8880 msgid "SMS" |
8881 msgstr "SMS" | |
8882 | |
8883 msgid "MMS" | |
8884 msgstr "MMS" | |
8885 | |
14948 | 8886 msgid "Video conferencing" |
8887 msgstr "Video conferencing" | |
8888 | |
9066 | 8889 msgid "Your Current Status" |
8890 msgstr "Your Current Status" | |
8891 | |
8892 msgid "Online Services" | |
8893 msgstr "Online Services" | |
8894 | |
8895 msgid "Let others see what services you are using" | |
8896 msgstr "Let others see what services you are using" | |
8897 | |
8898 msgid "Let others see what computer you are using" | |
8899 msgstr "Let others see what computer you are using" | |
8900 | |
8901 msgid "Your VCard File" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8902 msgstr "Your vCard File" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8903 |
19927 | 8904 msgid "Timezone (UTC)" |
8905 msgstr "Timezone (UTC)" | |
8906 | |
9066 | 8907 msgid "User Online Status Attributes" |
8908 msgstr "User Online Status Attributes" | |
8909 | |
8910 msgid "" | |
8911 "You can let other users see your online status information and your personal " | |
8912 "information. Please fill the information you would like other users to see " | |
8913 "about yourself." | |
8914 msgstr "" | |
8915 "You can let other users see your online status information and your personal " | |
8916 "information. Please fill the information you would like other users to see " | |
8917 "about yourself." | |
8918 | |
8919 msgid "Message of the Day" | |
8920 msgstr "Message of the Day" | |
8921 | |
8922 msgid "No Message of the Day available" | |
8923 msgstr "No Message of the Day available" | |
8924 | |
8925 msgid "There is no Message of the Day associated with this connection" | |
8926 msgstr "There is no Message of the Day associated with this connection" | |
8927 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8928 msgid "Create New SILC Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8929 msgstr "Create New SILC Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8930 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8931 msgid "Passphrases do not match" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8932 msgstr "Passphrases do not match" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8933 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8934 msgid "Key Pair Generation failed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8935 msgstr "Key Pair Generation failed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8936 |
13545
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8937 msgid "Key length" |
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8938 msgstr "Key length" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8939 |
13545
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8940 msgid "Public key file" |
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8941 msgstr "Public key file" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8942 |
13545
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8943 msgid "Private key file" |
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8944 msgstr "Private key file" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8945 |
14948 | 8946 msgid "Passphrase (retype)" |
8947 msgstr "Passphrase (retype)" | |
8948 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8949 msgid "Generate Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8950 msgstr "Generate Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8951 |
9066 | 8952 msgid "Online Status" |
8953 msgstr "Online Status" | |
8954 | |
8955 msgid "View Message of the Day" | |
8956 msgstr "View Message of the Day" | |
8957 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8958 msgid "Create SILC Key Pair..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8959 msgstr "Create SILC key pair..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8960 |
9066 | 8961 #, c-format |
8962 msgid "User <I>%s</I> is not present in the network" | |
8963 msgstr "User <I>%s</I> is not present in the network" | |
8964 | |
9524 | 8965 msgid "Topic too long" |
8966 msgstr "Topic too long." | |
8967 | |
8968 msgid "You must specify a nick" | |
8969 msgstr "You must specify a nick" | |
8970 | |
8971 #, c-format | |
8972 msgid "channel %s not found" | |
8973 msgstr "channel %s not found" | |
8974 | |
8975 #, c-format | |
8976 msgid "channel modes for %s: %s" | |
8977 msgstr "channel modes for %s: %s" | |
8978 | |
8979 #, c-format | |
8980 msgid "no channel modes are set on %s" | |
8981 msgstr "no channel modes are set on %s" | |
8982 | |
8983 #, c-format | |
8984 msgid "Failed to set cmodes for %s" | |
8985 msgstr "Failed to set cmodes for %s" | |
8986 | |
16160 | 8987 #, c-format |
8988 msgid "Unknown command: %s, (may be a client bug)" | |
8989 msgstr "Unknown command: %s, (may be a client bug)" | |
8990 | |
9524 | 8991 msgid "part [channel]: Leave the chat" |
8992 msgstr "part [channel]: Leave the chat" | |
8993 | |
8994 msgid "leave [channel]: Leave the chat" | |
8995 msgstr "leave [channel]: Leave the chat" | |
8996 | |
9347 | 8997 msgid "topic [<new topic>]: View or change the topic" |
8998 msgstr "topic [<new topic>]: View or change the topic" | |
8999 | |
9000 msgid "join <channel> [<password>]: Join a chat on this network" | |
9001 msgstr "join <channel> [<password>]: Join a chat on this network" | |
9002 | |
9003 msgid "list: List channels on this network" | |
9004 msgstr "list: List channels on this network" | |
9005 | |
9006 msgid "whois <nick>: View nick's information" | |
9007 msgstr "whois <nick>: View nick's information" | |
9008 | |
9009 msgid "msg <nick> <message>: Send a private message to a user" | |
9010 msgstr "msg <nick> <message>: Send a private message to a user" | |
9011 | |
9012 msgid "query <nick> [<message>]: Send a private message to a user" | |
9013 msgstr "" | |
9014 "query <nick> [<message>]: Send a private message to a user" | |
9015 | |
9016 msgid "motd: View the server's Message Of The Day" | |
9017 msgstr "motd: View the server's Message Of The Day" | |
9018 | |
9019 msgid "detach: Detach this session" | |
9020 msgstr "detach: Detach this session" | |
9021 | |
9524 | 9022 msgid "quit [message]: Disconnect from the server, with an optional message" |
9023 msgstr "quit [message]: Disconnect from the server, with an optional message" | |
9024 | |
9025 msgid "call <command>: Call any silc client command" | |
9026 msgstr "call <command>: Call any silc client command" | |
9027 | |
9028 msgid "kill <nick> [-pubkey|<reason>]: Kill nick" | |
9029 msgstr "kill <nick> [-pubkey|<reason>]: Kill nick" | |
9030 | |
9031 msgid "nick <newnick>: Change your nickname" | |
9032 msgstr "nick <newnick>: Change your nickname" | |
9033 | |
9034 msgid "whowas <nick>: View nick's information" | |
9035 msgstr "whowas <nick>: View nick's information" | |
9036 | |
9664 | 9037 msgid "" |
9038 "cmode <channel> [+|-<modes>] [arguments]: Change or display " | |
9524 | 9039 "channel modes" |
9040 msgstr "" | |
9664 | 9041 "cmode <channel> [+|-<modes>] [arguments]: Change or display " |
9524 | 9042 "channel modes" |
9043 | |
9044 msgid "" | |
9045 "cumode <channel> +|-<modes> <nick>: Change nick's modes " | |
9046 "on channel" | |
9047 msgstr "" | |
9048 "cumode <channel> +|-<modes> <nick>: Change nick's modes " | |
9049 "on channel" | |
9050 | |
9051 msgid "umode <usermodes>: Set your modes in the network" | |
9052 msgstr "umode <usermodes>: Set your modes in the network" | |
9053 | |
9054 msgid "oper <nick> [-pubkey]: Get server operator privileges" | |
9055 msgstr "oper <nick> [-pubkey]: Get server operator privileges" | |
9056 | |
9057 msgid "" | |
9058 "invite <channel> [-|+]<nick>: invite nick or add/remove from " | |
9059 "channel invite list" | |
9060 msgstr "" | |
9061 "invite <channel> [-|+]<nick>: invite nick or add/remove from " | |
9062 "channel invite list" | |
9063 | |
9064 msgid "kick <channel> <nick> [comment]: Kick client from channel" | |
9065 msgstr "kick <channel> <nick> [comment]: Kick client from channel" | |
9066 | |
9067 msgid "info [server]: View server administrative details" | |
9068 msgstr "info [server]: View server administrative details" | |
9069 | |
9070 msgid "ban [<channel> +|-<nick>]: Ban client from channel" | |
9071 msgstr "ban [<channel> +|-<nick>]: Ban client from channel" | |
9072 | |
9073 msgid "getkey <nick|server>: Retrieve client's or server's public key" | |
9074 msgstr "getkey <nick|server>: Retrieve client's or server's public key" | |
9075 | |
9076 msgid "stats: View server and network statistics" | |
9077 msgstr "stats: View server and network statistics" | |
9078 | |
9079 msgid "ping: Send PING to the connected server" | |
9080 msgstr "ping: Send PING to the connected server" | |
9081 | |
9082 msgid "users <channel>: List users in channel" | |
9083 msgstr "users <channel>: List users in channel" | |
9084 | |
9085 msgid "" | |
9086 "names [-count|-ops|-halfops|-voices|-normal] <channel(s)>: List " | |
9087 "specific users in channel(s)" | |
9088 msgstr "" | |
9089 "names [-count|-ops|-halfops|-voices|-normal] <channel(s)>: List " | |
9090 "specific users in channel(s)" | |
9091 | |
9066 | 9092 #. *< type |
9093 #. *< ui_requirement | |
9094 #. *< flags | |
9095 #. *< dependencies | |
9096 #. *< priority | |
9097 #. *< id | |
9098 #. *< name | |
9099 #. *< version | |
9100 #. * summary | |
9101 msgid "SILC Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9102 msgstr "SILC Protocol Plug-in" |
9066 | 9103 |
9104 #. * description | |
9105 msgid "Secure Internet Live Conferencing (SILC) Protocol" | |
9106 msgstr "Secure Internet Live Conferencing (SILC) Protocol" | |
9107 | |
16160 | 9108 msgid "Network" |
9109 msgstr "Network" | |
9110 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
9111 msgid "Public Key file" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9112 msgstr "Public Key file" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9113 |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9114 msgid "Private Key file" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9115 msgstr "Private Key file" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9116 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9117 msgid "Cipher" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9118 msgstr "Cipher" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9119 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9120 msgid "HMAC" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9121 msgstr "HMAC" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9122 |
19927 | 9123 msgid "Use Perfect Forward Secrecy" |
9124 msgstr "Use Perfect Forward Secrecy" | |
9125 | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9126 msgid "Public key authentication" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9127 msgstr "Public key authentication" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9128 |
9066 | 9129 msgid "Block IMs without Key Exchange" |
9130 msgstr "Block IMs without Key Exchange" | |
9131 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9132 msgid "Block messages to whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9133 msgstr "Block messages to whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9134 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9135 msgid "Automatically open whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9136 msgstr "Automatically open whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9137 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9138 msgid "Digitally sign and verify all messages" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9139 msgstr "Digitally sign and verify all messages" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9140 |
9066 | 9141 msgid "Creating SILC key pair..." |
9142 msgstr "Creating SILC key pair..." | |
9143 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9144 msgid "Unable to create SILC key pair" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9145 msgstr "Unable to create SILC key pair" |
19927 | 9146 |
9347 | 9147 #. Hint for translators: Please check the tabulator width here and in |
9148 #. the next strings (short strings: 2 tabs, longer strings 1 tab, | |
9149 #. sum: 3 tabs or 24 characters) | |
9150 #, c-format | |
9151 msgid "Real Name: \t%s\n" | |
9152 msgstr "Real Name: \t%s\n" | |
9153 | |
9154 #, c-format | |
9155 msgid "User Name: \t%s\n" | |
9156 msgstr "User Name: \t%s\n" | |
9157 | |
14948 | 9158 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
9159 msgid "Email: \t\t%s\n" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
9160 msgstr "Email: \t\t%s\n" |
14948 | 9161 |
9347 | 9162 #, c-format |
9163 msgid "Host Name: \t%s\n" | |
9164 msgstr "Host Name: \t%s\n" | |
9165 | |
9166 #, c-format | |
9167 msgid "Organization: \t%s\n" | |
9168 msgstr "Organisation: \t%s\n" | |
9169 | |
9170 #, c-format | |
9171 msgid "Country: \t%s\n" | |
9172 msgstr "Country: \t%s\n" | |
9173 | |
9524 | 9174 #, c-format |
9175 msgid "Algorithm: \t%s\n" | |
9176 msgstr "Algorithm: \t%s\n" | |
9177 | |
14948 | 9178 #, c-format |
9179 msgid "Key Length: \t%d bits\n" | |
9180 msgstr "Key Length: \t%d bits\n" | |
9181 | |
19927 | 9182 #, c-format |
9183 msgid "Version: \t%s\n" | |
9184 msgstr "Version: \t%s\n" | |
9185 | |
9347 | 9186 #, c-format |
9187 msgid "" | |
9188 "Public Key Fingerprint:\n" | |
9189 "%s\n" | |
9190 "\n" | |
9191 msgstr "" | |
9192 "Public Key Fingerprint:\n" | |
9193 "%s\n" | |
9194 "\n" | |
9195 | |
9196 #, c-format | |
9197 msgid "" | |
9198 "Public Key Babbleprint:\n" | |
9199 "%s" | |
9200 msgstr "" | |
9201 "Public Key Babbleprint:\n" | |
9202 "%s" | |
9203 | |
9066 | 9204 msgid "Public Key Information" |
9205 msgstr "Public Key Information" | |
9206 | |
9524 | 9207 msgid "Paging" |
9208 msgstr "Paging" | |
9209 | |
14948 | 9210 msgid "Video Conferencing" |
9211 msgstr "Video Conferencing" | |
9212 | |
9524 | 9213 msgid "Computer" |
9214 msgstr "Computer" | |
9215 | |
9216 msgid "PDA" | |
9217 msgstr "PDA" | |
9218 | |
9219 msgid "Terminal" | |
9220 msgstr "Terminal" | |
9221 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9222 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9223 msgid "%s sent message to whiteboard. Would you like to open the whiteboard?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9224 msgstr "%s sent message to whiteboard. Would you like to open the whiteboard?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9225 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9226 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9227 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9228 "%s sent message to whiteboard on %s channel. Would you like to open the " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9229 "whiteboard?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9230 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9231 "%s sent message to whiteboard on %s channel. Would you like to open the " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9232 "whiteboard?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9233 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9234 msgid "Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9235 msgstr "Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9236 |
19927 | 9237 msgid "No server statistics available" |
9238 msgstr "No server statistics available" | |
9239 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9240 msgid "Error during connecting to SILC Server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9241 msgstr "Error during connecting to SILC Server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9242 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9243 #, c-format |
19927 | 9244 msgid "Failure: Version mismatch, upgrade your client" |
9245 msgstr "Failure: Version mismatch, upgrade your client" | |
9246 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9247 #, c-format |
19927 | 9248 msgid "Failure: Remote does not trust/support your public key" |
9249 msgstr "Failure: Remote does not trust/support your public key" | |
9250 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9251 #, c-format |
19927 | 9252 msgid "Failure: Remote does not support proposed KE group" |
9253 msgstr "Failure: Remote does not support proposed KE group" | |
9254 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9255 #, c-format |
19927 | 9256 msgid "Failure: Remote does not support proposed cipher" |
9257 msgstr "Failure: Remote does not support proposed cipher" | |
9258 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9259 #, c-format |
19927 | 9260 msgid "Failure: Remote does not support proposed PKCS" |
9261 msgstr "Failure: Remote does not support proposed PKCS" | |
9262 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9263 #, c-format |
19927 | 9264 msgid "Failure: Remote does not support proposed hash function" |
9265 msgstr "Failure: Remote does not support proposed hash function" | |
9266 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9267 #, c-format |
19927 | 9268 msgid "Failure: Remote does not support proposed HMAC" |
9269 msgstr "Failure: Remote does not support proposed HMAC" | |
9270 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9271 #, c-format |
19927 | 9272 msgid "Failure: Incorrect signature" |
9273 msgstr "Failure: Incorrect signature" | |
9274 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9275 #, c-format |
19927 | 9276 msgid "Failure: Invalid cookie" |
9277 msgstr "Failure: Invalid cookie" | |
9278 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9279 #, c-format |
19927 | 9280 msgid "Failure: Authentication failed" |
9281 msgstr "Failure: Authentication failed" | |
9282 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9283 msgid "Unable to initialize SILC Client connection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9284 msgstr "Unable to initialize SILC Client connection" |
19927 | 9285 |
9286 msgid "John Noname" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9287 msgstr "John Noname" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9288 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9289 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9290 msgid "Unable to load SILC key pair: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9291 msgstr "Unable to load SILC key pair: %s" |
19927 | 9292 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9293 msgid "Unable to create connection" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9294 msgstr "Unable to create connection" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9295 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9296 msgid "Unknown server response" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9297 msgstr "Unknown server response" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9298 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9299 msgid "Unable to create listen socket" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9300 msgstr "Unable to create listen socket" |
14948 | 9301 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9302 msgid "SIP usernames may not contain whitespaces or @ symbols" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9303 msgstr "SIP usernames may not contain whitespaces or @ symbols" |
11887 | 9304 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
9305 msgid "SIP connect server not specified" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9306 msgstr "SIP connect server not specified" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
9307 |
11887 | 9308 #. *< type |
9309 #. *< ui_requirement | |
9310 #. *< flags | |
9311 #. *< dependencies | |
9312 #. *< priority | |
9313 #. *< id | |
9314 #. *< name | |
9315 #. *< version | |
9316 msgid "SIP/SIMPLE Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9317 msgstr "SIP/SIMPLE Protocol Plug-in" |
11887 | 9318 |
9319 #. * summary | |
9320 msgid "The SIP/SIMPLE Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9321 msgstr "The SIP/SIMPLE Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9322 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9323 msgid "Publish status (note: everyone may watch you)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9324 msgstr "Publish status (note: anyone can watch you)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9325 |
11887 | 9326 msgid "Use UDP" |
9327 msgstr "Use UDP" | |
9328 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9329 msgid "Use proxy" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9330 msgstr "Use proxy" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
9331 |
11887 | 9332 msgid "Proxy" |
9333 msgstr "Proxy" | |
9334 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9335 msgid "Auth User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9336 msgstr "Auth User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9337 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9338 msgid "Auth Domain" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9339 msgstr "Auth Domain" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9340 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9341 msgid "join <room>: Join a chat room on the Yahoo network" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9342 msgstr "join <room>: Join a chat room on the Yahoo network" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9343 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9344 msgid "list: List rooms on the Yahoo network" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9345 msgstr "list: List rooms on the Yahoo network" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9346 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9347 msgid "doodle: Request user to start a Doodle session" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9348 msgstr "doodle: Request user to start a Doodle session" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9349 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9350 msgid "Yahoo ID..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9351 msgstr "Yahoo ID..." |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9352 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9353 #. *< type |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9354 #. *< ui_requirement |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9355 #. *< flags |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9356 #. *< dependencies |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9357 #. *< priority |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9358 #. *< id |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9359 #. *< name |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9360 #. *< version |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9361 #. * summary |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9362 #. * description |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9363 msgid "Yahoo! Protocol Plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9364 msgstr "Yahoo! Protocol Plugin" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9365 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9366 msgid "Pager server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9367 msgstr "Pager server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9368 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9369 msgid "Pager port" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9370 msgstr "Pager port" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9371 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9372 msgid "File transfer server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9373 msgstr "File transfer server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9374 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9375 msgid "File transfer port" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9376 msgstr "File transfer port" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9377 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9378 msgid "Chat room locale" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9379 msgstr "Chat room locale" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9380 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9381 msgid "Ignore conference and chatroom invitations" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9382 msgstr "Ignore conference and chatroom invitations" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9383 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9384 msgid "Use account proxy for SSL connections" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9385 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9386 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9387 msgid "Chat room list URL" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9388 msgstr "Chat room list URL" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9389 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9390 msgid "Yahoo Chat server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9391 msgstr "Yahoo Chat server" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9392 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9393 msgid "Yahoo Chat port" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9394 msgstr "Yahoo Chat port" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9395 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9396 msgid "Yahoo JAPAN ID..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9397 msgstr "Yahoo JAPAN ID..." |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9398 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9399 #. *< type |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9400 #. *< ui_requirement |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9401 #. *< flags |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9402 #. *< dependencies |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9403 #. *< priority |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9404 #. *< id |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9405 #. *< name |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9406 #. *< version |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9407 #. * summary |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9408 #. * description |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9409 msgid "Yahoo! JAPAN Protocol Plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9410 msgstr "Yahoo! JAPAN Protocol Plugin" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9411 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9412 #, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9413 msgid "%s has sent you a webcam invite, which is not yet supported." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9414 msgstr "%s has sent you a webcam invitation, which is not yet supported." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9415 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
9416 msgid "Your SMS was not delivered" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9417 msgstr "Your SMS was not delivered" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
9418 |
7861 | 9419 msgid "Your Yahoo! message did not get sent." |
9420 msgstr "Your Yahoo! message did not get sent." | |
9421 | |
8100 | 9422 #, c-format |
9423 msgid "Yahoo! system message for %s:" | |
9424 msgstr "Yahoo! system message for %s:" | |
9425 | |
7861 | 9426 #, c-format |
9427 msgid "" | |
9428 "%s has (retroactively) denied your request to add them to your list for the " | |
9429 "following reason: %s." | |
9430 msgstr "" | |
9431 "%s has (retroactively) denied your request to add them to your list for the " | |
9432 "following reason: %s." | |
9433 | |
19927 | 9434 #, c-format |
9435 msgid "%s has (retroactively) denied your request to add them to your list." | |
9436 msgstr "%s has (retroactively) denied your request to add them to your list." | |
9437 | |
7861 | 9438 msgid "Add buddy rejected" |
9439 msgstr "Add buddy rejected" | |
9440 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9441 #. Some error in the received stream |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9442 msgid "Received invalid data" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9443 msgstr "Received invalid data" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9444 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9445 #. security lock from too many failed login attempts |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9446 msgid "" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9447 "Account locked: Too many failed login attempts. Logging into the Yahoo! " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9448 "website may fix this." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9449 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9450 "Account locked: Too many failed login attempts. Logging into the Yahoo! " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9451 "website may fix this." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9452 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9453 #. indicates a lock of some description |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9454 msgid "" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9455 "Account locked: Unknown reason. Logging into the Yahoo! website may fix " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9456 "this." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9457 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9458 "Account locked: Unknown reason. Logging into the Yahoo! website may fix " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9459 "this." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9460 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9461 #. username or password missing |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9462 msgid "Username or password missing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9463 msgstr "Username or password missing" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9464 |
7861 | 9465 #, c-format |
9466 msgid "" | |
9467 "The Yahoo server has requested the use of an unrecognized authentication " | |
16160 | 9468 "method. You will probably not be able to successfully sign on to Yahoo. " |
9469 "Check %s for updates." | |
9470 msgstr "" | |
9471 "The Yahoo server has requested the use of an unrecognized authentication " | |
9472 "method. You will probably not be able to successfully sign on to Yahoo. " | |
9473 "Check %s for updates." | |
9474 | |
7861 | 9475 msgid "Failed Yahoo! Authentication" |
9476 msgstr "Failed Yahoo! Authentication" | |
9477 | |
9478 #, c-format | |
9479 msgid "" | |
9480 "You have tried to ignore %s, but the user is on your buddy list. Clicking " | |
9481 "\"Yes\" will remove and ignore the buddy." | |
9482 msgstr "" | |
9483 "You have tried to ignore %s, but the user is on your buddy list. Clicking " | |
9484 "\"Yes\" will remove and ignore the buddy." | |
9485 | |
9486 msgid "Ignore buddy?" | |
9487 msgstr "Ignore buddy?" | |
9488 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9489 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9490 msgid "Invalid username or password" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9491 msgstr "Incorrect username or password" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9492 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9493 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9494 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9495 "Your account has been locked due to too many failed login attempts. Please " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9496 "try logging into the Yahoo! website." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9497 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9498 "Account locked: Too many failed login attempts. Logging into the Yahoo! " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9499 "website may fix this." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9500 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9501 #, c-format |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9502 msgid "Unknown error 52. Reconnecting should fix this." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9503 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9504 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9505 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9506 "Error 1013: The username you have entered is invalid. The most common cause " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9507 "of this error is entering your email address instead of your Yahoo! ID." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
9508 msgstr "" |
9347 | 9509 |
9510 #, c-format | |
9511 msgid "Unknown error number %d. Logging into the Yahoo! website may fix this." | |
9512 msgstr "Unknown error number %d. Logging into the Yahoo! website may fix this." | |
9513 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9514 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9515 msgid "Unable to add buddy %s to group %s to the server list on account %s." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9516 msgstr "Unable to add buddy %s to group %s to the server list on account %s." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9517 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9518 msgid "Unable to add buddy to server list" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9519 msgstr "Unable to add buddy to server list" |
7861 | 9520 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9521 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9522 msgid "[ Audible %s/%s/%s.swf ] %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9523 msgstr "[ Audible %s/%s/%s.swf ] %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9524 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9525 msgid "Received unexpected HTTP response from server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9526 msgstr "Received unexpected HTTP response from server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9527 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9528 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9529 msgid "Lost connection with %s: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9530 msgstr "Lost connection with %s: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9531 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9532 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9533 msgid "Unable to establish a connection with %s: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9534 msgstr "Unable to establish a connection with %s: %s" |
19927 | 9535 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9536 msgid "Not at Home" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9537 msgstr "Not at Home" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9538 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
9539 msgid "Not at Desk" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
9540 msgstr "Not at Desk" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
9541 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9542 msgid "Not in Office" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9543 msgstr "Not in Office" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9544 |
7861 | 9545 msgid "On Vacation" |
9546 msgstr "On Vacation" | |
9547 | |
9548 msgid "Stepped Out" | |
9549 msgstr "Stepped Out" | |
9550 | |
9551 msgid "Not on server list" | |
9552 msgstr "Not on server list" | |
9553 | |
11762 | 9554 msgid "Appear Online" |
11887 | 9555 msgstr "Appear Online" |
11762 | 9556 |
9557 msgid "Appear Permanently Offline" | |
11887 | 9558 msgstr "Appear Permanently Offline" |
11762 | 9559 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9560 msgid "Presence" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9561 msgstr "Presence" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9562 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9563 msgid "Appear Offline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9564 msgstr "Appear Offline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9565 |
11762 | 9566 msgid "Don't Appear Permanently Offline" |
11887 | 9567 msgstr "Don't Appear Permanently Offline" |
11762 | 9568 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9569 msgid "Join in Chat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9570 msgstr "Join in Chat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9571 |
7861 | 9572 msgid "Initiate Conference" |
9573 msgstr "Initiate Conference" | |
9574 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9575 msgid "Presence Settings" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9576 msgstr "Presence Settings" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9577 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
9578 msgid "Start Doodling" |
11887 | 9579 msgstr "Start Doodling" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
9580 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
9581 msgid "Select the ID you want to activate" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9582 msgstr "Select the ID you want to activate" |
19927 | 9583 |
19672
e5b23336e52f
Grammar fix from nix_nix and johnmoody. Fixes #2593.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
18475
diff
changeset
|
9584 msgid "Join whom in chat?" |
e5b23336e52f
Grammar fix from nix_nix and johnmoody. Fixes #2593.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
18475
diff
changeset
|
9585 msgstr "Join whom in chat?" |
8100 | 9586 |
9587 msgid "Activate ID..." | |
9588 msgstr "Activate ID..." | |
9589 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9590 msgid "Join User in Chat..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9591 msgstr "Join User in Chat..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9592 |
19927 | 9593 msgid "Open Inbox" |
9594 msgstr "Open Inbox" | |
9595 | |
14948 | 9596 #. Write a local message to this conversation showing that a request for a |
9597 #. * Doodle session has been made | |
9598 #. | |
9599 msgid "Sent Doodle request." | |
9600 msgstr "Sent Doodle request." | |
9601 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9602 msgid "Unable to connect." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9603 msgstr "Unable to connect." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9604 |
14948 | 9605 msgid "Unable to establish file descriptor." |
9606 msgstr "Unable to establish file descriptor." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9607 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9608 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9609 msgid "%s is trying to send you a group of %d files.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9610 msgstr "%s is trying to send you a group of %d files.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9611 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9612 msgid "Write Error" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9613 msgstr "Write Error" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9614 |
9524 | 9615 msgid "Yahoo! Japan Profile" |
9616 msgstr "Yahoo! Japan Profile" | |
9617 | |
9618 msgid "Yahoo! Profile" | |
9619 msgstr "Yahoo! Profile" | |
9620 | |
9347 | 9621 msgid "" |
9622 "Sorry, profiles marked as containing adult content are not supported at this " | |
9623 "time." | |
9624 msgstr "" | |
9625 "Sorry, profiles marked as containing adult content are not supported at this " | |
9626 "time." | |
9627 | |
9628 msgid "" | |
9629 "If you wish to view this profile, you will need to visit this link in your " | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9630 "web browser:" |
9347 | 9631 msgstr "" |
9632 "If you wish to view this profile, you will need to visit this link in your " | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9633 "web browser:" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9634 |
9524 | 9635 msgid "Yahoo! ID" |
9636 msgstr "Yahoo! ID" | |
9637 | |
9638 msgid "Hobbies" | |
9639 msgstr "Hobbies" | |
9640 | |
9641 msgid "Latest News" | |
9642 msgstr "Latest News" | |
9643 | |
9644 msgid "Home Page" | |
9645 msgstr "Home Page" | |
9646 | |
9647 msgid "Cool Link 1" | |
9648 msgstr "Cool Link 1" | |
9649 | |
9650 msgid "Cool Link 2" | |
9651 msgstr "Cool Link 2" | |
9652 | |
9653 msgid "Cool Link 3" | |
9654 msgstr "Cool Link 3" | |
9655 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
9656 msgid "Last Update" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9657 msgstr "Last Update" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9658 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
9659 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
9660 "This profile is in a language or format that is not supported at this time." |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9661 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9662 "This profile is in a language or format that is not supported at this time." |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9663 |
9524 | 9664 msgid "" |
9665 "Could not retrieve the user's profile. This most likely is a temporary " | |
9666 "server-side problem. Please try again later." | |
9667 msgstr "" | |
9668 "Could not retrieve the user's profile. This most likely is a temporary " | |
9669 "server-side problem. Please try again later." | |
9670 | |
9671 msgid "" | |
9672 "Could not retrieve the user's profile. This most likely means that the user " | |
9673 "does not exist; however, Yahoo! sometimes does fail to find a user's " | |
9674 "profile. If you know that the user exists, please try again later." | |
9675 msgstr "" | |
9676 "Could not retrieve the user's profile. This most likely means that the user " | |
9677 "does not exist; however, Yahoo! sometimes does fail to find a user's " | |
9678 "profile. If you know that the user exists, please try again later." | |
9679 | |
9680 msgid "The user's profile is empty." | |
9681 msgstr "The user's profile is empty." | |
9682 | |
19927 | 9683 #, c-format |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9684 msgid "%s has declined to join." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9685 msgstr "%s has declined to join." |
19927 | 9686 |
9687 msgid "Failed to join chat" | |
9688 msgstr "Failed to join chat" | |
9689 | |
9690 #. -6 | |
9691 msgid "Unknown room" | |
9692 msgstr "Unknown room" | |
9693 | |
9694 #. -15 | |
9695 msgid "Maybe the room is full" | |
9696 msgstr "Perhaps the room is full" | |
9697 | |
9698 #. -35 | |
9699 msgid "Not available" | |
9700 msgstr "Not available" | |
9701 | |
9702 msgid "" | |
9703 "Unknown error. You may need to logout and wait five minutes before being " | |
9704 "able to rejoin a chatroom" | |
9705 msgstr "" | |
9706 "Unknown error. You may need to logout and wait five minutes before being " | |
9707 "able to rejoin a chatroom" | |
9708 | |
9709 #, c-format | |
9710 msgid "You are now chatting in %s." | |
9711 msgstr "You are now chatting in %s." | |
9712 | |
9713 msgid "Failed to join buddy in chat" | |
9714 msgstr "Failed to join buddy in chat" | |
9715 | |
9716 msgid "Maybe they're not in a chat?" | |
9717 msgstr "Perhaps they're not in a chat?" | |
9718 | |
9719 msgid "Fetching the room list failed." | |
9720 msgstr "Fetching the room list failed." | |
9721 | |
9722 msgid "Voices" | |
9723 msgstr "Voices" | |
9724 | |
9725 msgid "Webcams" | |
9726 msgstr "Webcams" | |
9727 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9728 msgid "Connection problem" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9729 msgstr "Connection problem" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9730 |
19927 | 9731 msgid "Unable to fetch room list." |
9732 msgstr "Unable to fetch room list." | |
9733 | |
9734 msgid "User Rooms" | |
9735 msgstr "User Rooms" | |
9736 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9737 msgid "Connection problem with the YCHT server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9738 msgstr "Connection problem with the YCHT server" |
9664 | 9739 |
10302 | 9740 msgid "" |
9741 "(There was an error converting this message.\t Check the 'Encoding' option " | |
9742 "in the Account Editor)" | |
9743 msgstr "" | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9744 "(There was an error converting this message.\t Check the 'Encoding' option " |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9745 "in the Account Editor)" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9746 |
11887 | 9747 #, c-format |
11762 | 9748 msgid "Unable to send to chat %s,%s,%s" |
11887 | 9749 msgstr "Unable to send to chat %s,%s,%s" |
9347 | 9750 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9751 msgid "Hidden or not logged-in" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9752 msgstr "Hidden or not logged-in" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9753 |
7861 | 9754 #, c-format |
9755 msgid "<br>At %s since %s" | |
9756 msgstr "<br>At %s since %s" | |
9757 | |
9758 msgid "Anyone" | |
9759 msgstr "Anyone" | |
9760 | |
8100 | 9761 msgid "_Class:" |
9762 msgstr "_Class:" | |
7861 | 9763 |
8100 | 9764 msgid "_Instance:" |
9765 msgstr "_Instance:" | |
7861 | 9766 |
8100 | 9767 msgid "_Recipient:" |
9768 msgstr "_Recipient:" | |
7861 | 9769 |
9524 | 9770 #, c-format |
9771 msgid "Attempt to subscribe to %s,%s,%s failed" | |
9772 msgstr "Attempt to subscribe to %s,%s,%s failed" | |
9773 | |
9774 msgid "zlocate <nick>: Locate user" | |
9775 msgstr "zlocate <nick>: Locate user" | |
9776 | |
9777 msgid "zl <nick>: Locate user" | |
9778 msgstr "zl <nick>: Locate user" | |
9779 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9780 msgid "instance <instance>: Set the instance to be used on this class" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9781 msgstr "instance <instance>: Set the instance to be used on this class" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9782 |
9524 | 9783 msgid "inst <instance>: Set the instance to be used on this class" |
9784 msgstr "inst <instance>: Set the instance to be used on this class" | |
9785 | |
11762 | 9786 msgid "topic <instance>: Set the instance to be used on this class" |
11887 | 9787 msgstr "topic <instance>: Set the instance to be used on this class" |
11762 | 9788 |
9524 | 9789 msgid "sub <class> <instance> <recipient>: Join a new chat" |
9790 msgstr "sub <class> <instance> <recipient>: Join a new chat" | |
9791 | |
9792 msgid "" | |
9793 "zi <instance>: Send a message to <message,<i>instance</i>,*>" | |
9794 msgstr "" | |
9795 "zi <instance>: Send a message to <message,<i>instance</i>,*>" | |
9796 | |
9797 msgid "" | |
9798 "zci <class> <instance>: Send a message to <<i>class</i>," | |
9799 "<i>instance</i>,*>" | |
9800 msgstr "" | |
9801 "zci <class> <instance>: Send a message to <<i>class</i>," | |
9802 "<i>instance</i>,*>" | |
9803 | |
9804 msgid "" | |
9805 "zcir <class> <instance> <recipient>: Send a message to <" | |
9806 "<i>class</i>,<i>instance</i>,<i>recipient</i>>" | |
9807 msgstr "" | |
9808 "zcir <class> <instance> <recipient>: Send a message to <" | |
9809 "<i>class</i>,<i>instance</i>,<i>recipient</i>>" | |
9810 | |
9811 msgid "" | |
9812 "zir <instance> <recipient>: Send a message to <MESSAGE," | |
9813 "<i>instance</i>,<i>recipient</i>>" | |
9814 msgstr "" | |
9815 "zir <instance> <recipient>: Send a message to <MESSAGE," | |
9816 "<i>instance</i>,<i>recipient</i>>" | |
9817 | |
9818 msgid "zc <class>: Send a message to <<i>class</i>,PERSONAL,*>" | |
9819 msgstr "zc <class>: Send a message to <<i>class</i>,PERSONAL,*>" | |
9820 | |
9821 msgid "Resubscribe" | |
9822 msgstr "Resubscribe" | |
9823 | |
9824 msgid "Retrieve subscriptions from server" | |
9825 msgstr "Retrieve subscriptions from server" | |
9826 | |
7861 | 9827 #. *< type |
9828 #. *< ui_requirement | |
9829 #. *< flags | |
9830 #. *< dependencies | |
9831 #. *< priority | |
9832 #. *< id | |
9833 #. *< name | |
9834 #. *< version | |
9835 #. * summary | |
9882 | 9836 #. * description |
7861 | 9837 msgid "Zephyr Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9838 msgstr "Zephyr Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9839 |
14948 | 9840 msgid "Use tzc" |
9841 msgstr "Use tzc" | |
9842 | |
9843 msgid "tzc command" | |
9844 msgstr "tzc command" | |
9845 | |
8469 | 9846 msgid "Export to .anyone" |
9847 msgstr "Export to .anyone" | |
9848 | |
9849 msgid "Export to .zephyr.subs" | |
9850 msgstr "Export to .zephyr.subs" | |
9851 | |
11762 | 9852 msgid "Import from .anyone" |
11887 | 9853 msgstr "Import from .anyone" |
11762 | 9854 |
9855 msgid "Import from .zephyr.subs" | |
11887 | 9856 msgstr "Import from .zephyr.subs" |
11762 | 9857 |
9858 msgid "Realm" | |
11887 | 9859 msgstr "Realm" |
11762 | 9860 |
8469 | 9861 msgid "Exposure" |
9862 msgstr "Exposure" | |
9863 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9864 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9865 msgid "Unable to parse response from HTTP proxy: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9866 msgstr "Unable to parse response from HTTP proxy: %s" |
14948 | 9867 |
9868 #, c-format | |
9869 msgid "HTTP proxy connection error %d" | |
9870 msgstr "HTTP proxy connection error %d" | |
9871 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9872 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9873 msgid "Access denied: HTTP proxy server forbids port %d tunneling" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9874 msgstr "Access denied: HTTP proxy server forbids port %d tunnelling" |
14948 | 9875 |
9876 #, c-format | |
9877 msgid "Error resolving %s" | |
9878 msgstr "Error resolving %s" | |
9879 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9880 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9881 msgid "Requesting %s's attention..." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9882 msgstr "Requesting %s's attention..." |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9883 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9884 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9885 msgid "%s has requested your attention!" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9886 msgstr "%s has requested your attention!" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9887 |
14948 | 9888 #. * |
16160 | 9889 #. * A wrapper for purple_request_action() that uses @c Yes and @c No buttons. |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9890 #. |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9891 msgid "_Yes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9892 msgstr "_Yes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9893 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9894 msgid "_No" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9895 msgstr "_No" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9896 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9897 #. * |
16160 | 9898 #. * A wrapper for purple_request_action() that uses Accept and Cancel buttons. |
14948 | 9899 #. |
9900 msgid "_Accept" | |
9901 msgstr "_Accept" | |
9902 | |
9903 #. * | |
9904 #. * The default message to use when the user becomes auto-away. | |
9905 #. | |
9906 msgid "I'm not here right now" | |
9907 msgstr "I'm not here right now" | |
9908 | |
11887 | 9909 msgid "saved statuses" |
9910 msgstr "saved statuses" | |
9911 | |
9347 | 9912 #, c-format |
9913 msgid "%s is now known as %s.\n" | |
9914 msgstr "%s is now known as %s.\n" | |
9915 | |
19927 | 9916 #, c-format |
11762 | 9917 msgid "" |
9918 "%s has invited %s to the chat room %s:\n" | |
9919 "%s" | |
11887 | 9920 msgstr "" |
9921 "%s has invited %s to the chat room %s:\n" | |
9922 "%s" | |
11762 | 9923 |
9924 #, c-format | |
9925 msgid "%s has invited %s to the chat room %s\n" | |
9926 msgstr "%s has invited %s to the chat room %s\n" | |
9927 | |
9928 msgid "Accept chat invitation?" | |
9929 msgstr "Accept chat invitation?" | |
9930 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9931 #. Shortcut |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9932 msgid "Shortcut" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9933 msgstr "Shortcut" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9934 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9935 msgid "The text-shortcut for the smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9936 msgstr "The text-shortcut for the smiley" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9937 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9938 #. Stored Image |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9939 msgid "Stored Image" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9940 msgstr "Stored Image" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9941 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9942 msgid "Stored Image. (that'll have to do for now)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9943 msgstr "Stored Image. (that'll have to do for now)" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9944 |
19927 | 9945 msgid "SSL Connection Failed" |
9946 msgstr "SSL Connection Failed" | |
9947 | |
9948 msgid "SSL Handshake Failed" | |
9949 msgstr "SSL Handshake Failed" | |
9950 | |
9951 msgid "SSL peer presented an invalid certificate" | |
9952 msgstr "SSL peer presented an invalid certificate" | |
9953 | |
9954 msgid "Unknown SSL error" | |
9955 msgstr "Unknown SSL error" | |
9956 | |
11762 | 9957 msgid "Unset" |
11887 | 9958 msgstr "Unset" |
11762 | 9959 |
19927 | 9960 msgid "Do not disturb" |
9961 msgstr "Do not disturb" | |
9962 | |
9963 msgid "Extended away" | |
9964 msgstr "Extended away" | |
11762 | 9965 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9966 msgid "Listening to music" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9967 msgstr "Listening to music" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9968 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9969 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9970 msgid "%s (%s) changed status from %s to %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9971 msgstr "%s (%s) changed status from %s to %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9972 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9973 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9974 msgid "%s (%s) is now %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9975 msgstr "%s (%s) is now %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9976 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9977 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9978 msgid "%s (%s) is no longer %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9979 msgstr "%s (%s) is no longer %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9980 |
8711 | 9981 #, c-format |
9982 msgid "%s became idle" | |
9983 msgstr "%s became idle" | |
9984 | |
9985 #, c-format | |
9986 msgid "%s became unidle" | |
9987 msgstr "%s is no longer idle" | |
9988 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9989 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9990 msgid "+++ %s became idle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9991 msgstr "+++ %s became idle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9992 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9993 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9994 msgid "+++ %s became unidle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9995 msgstr "+++ %s is no longer idle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9996 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9997 #. |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9998 #. * This string determines how some dates are displayed. The default |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9999 #. * string "%x %X" shows the date then the time. Translators can |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10000 #. * change this to "%X %x" if they want the time to be shown first, |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10001 #. * followed by the date. |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10002 #. |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10003 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10004 msgid "%x %X" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10005 msgstr "%x %X" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10006 |
7861 | 10007 msgid "Calculating..." |
10008 msgstr "Calculating..." | |
10009 | |
10010 msgid "Unknown." | |
10011 msgstr "Unknown." | |
10012 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10013 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10014 msgid "%d second" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10015 msgid_plural "%d seconds" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10016 msgstr[0] "%d second" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10017 msgstr[1] "%d seconds" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10018 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10019 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10020 msgid "%d day" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10021 msgid_plural "%d days" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10022 msgstr[0] "%d day" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10023 msgstr[1] "%d days" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10024 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10025 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10026 msgid "%s, %d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10027 msgid_plural "%s, %d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10028 msgstr[0] "%s, %d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10029 msgstr[1] "%s, %d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10030 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10031 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10032 msgid "%d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10033 msgid_plural "%d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10034 msgstr[0] "%d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10035 msgstr[1] "%d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10036 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10037 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10038 msgid "%s, %d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10039 msgid_plural "%s, %d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10040 msgstr[0] "%s, %d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10041 msgstr[1] "%s, %d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10042 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10043 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10044 msgid "%d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10045 msgid_plural "%d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10046 msgstr[0] "%d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10047 msgstr[1] "%d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
10048 |
19927 | 10049 #, c-format |
10050 msgid "Could not open %s: Redirected too many times" | |
10051 msgstr "Could not open %s: Redirected too many times" | |
10052 | |
14948 | 10053 #, c-format |
10054 msgid "Unable to connect to %s" | |
10055 msgstr "Unable to connect to %s" | |
10056 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10057 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10058 msgid "Error reading from %s: response too long (%d bytes limit)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10059 msgstr "Error reading from %s: response too long (%d bytes limit)" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10060 |
14948 | 10061 #, c-format |
10062 msgid "" | |
10063 "Unable to allocate enough memory to hold the contents from %s. The web " | |
10064 "server may be trying something malicious." | |
10065 msgstr "" | |
10066 "Unable to allocate enough memory to hold the contents from %s. The web " | |
10067 "server may be trying something malicious." | |
10068 | |
10069 #, c-format | |
10070 msgid "Error reading from %s: %s" | |
10071 msgstr "Error reading from %s: %s" | |
10072 | |
10073 #, c-format | |
10074 msgid "Error writing to %s: %s" | |
10075 msgstr "Error writing to %s: %s" | |
10076 | |
10077 #, c-format | |
10078 msgid "Unable to connect to %s: %s" | |
10079 msgstr "Unable to connect to %s: %s" | |
16160 | 10080 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10081 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10082 msgid " - %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10083 msgstr " - %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10084 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10085 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10086 msgid " (%s)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10087 msgstr " (%s)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10088 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10089 #. 10053 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10090 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10091 msgid "Connection interrupted by other software on your computer." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10092 msgstr "Connection interrupted by other software on your computer." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10093 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10094 #. 10054 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10095 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10096 msgid "Remote host closed connection." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10097 msgstr "Remote host closed connection." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10098 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10099 #. 10060 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10100 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10101 msgid "Connection timed out." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10102 msgstr "Connection timed out." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10103 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10104 #. 10061 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10105 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10106 msgid "Connection refused." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10107 msgstr "Connection refused." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10108 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10109 #. 10048 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10110 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10111 msgid "Address already in use." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10112 msgstr "Address already in use." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10113 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10114 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10115 msgid "Error Reading %s" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10116 msgstr "Error reading %s" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10117 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10118 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10119 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10120 "An error was encountered reading your %s. The file has not been loaded, and " |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10121 "the old file has been renamed to %s~." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10122 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10123 "An error was encountered reading your %s. The file has not been loaded, and " |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10124 "the old file has been renamed to %s~." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10125 |
16160 | 10126 msgid "Internet Messenger" |
10127 msgstr "Internet Messenger" | |
10128 | |
10129 msgid "Pidgin Internet Messenger" | |
10130 msgstr "Pidgin Internet Messenger" | |
10131 | |
10132 msgid "Send instant messages over multiple protocols" | |
10133 msgstr "Send instant messages over multiple protocols" | |
10134 | |
10135 msgid "Orientation" | |
10136 msgstr "Orientation" | |
10137 | |
10138 msgid "The orientation of the tray." | |
10139 msgstr "The orientation of the tray." | |
10140 | |
10141 #. Build the login options frame. | |
10142 msgid "Login Options" | |
10143 msgstr "Login Options" | |
10144 | |
19927 | 10145 msgid "Pro_tocol:" |
10146 msgstr "Pro_tocol:" | |
10147 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10148 msgid "_Username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10149 msgstr "_Username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10150 |
19927 | 10151 msgid "Remember pass_word" |
10152 msgstr "Remember pass_word" | |
16160 | 10153 |
10154 #. Build the user options frame. | |
10155 msgid "User Options" | |
10156 msgstr "User Options" | |
10157 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10158 msgid "_Local alias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10159 msgstr "_Local alias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10160 |
19927 | 10161 msgid "New _mail notifications" |
10162 msgstr "New _mail notifications" | |
10163 | |
16160 | 10164 #. Buddy icon |
19927 | 10165 msgid "Use this buddy _icon for this account:" |
10166 msgstr "Use this buddy _icon for this account:" | |
16160 | 10167 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10168 msgid "Ad_vanced" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10169 msgstr "Ad_vanced" |
16160 | 10170 |
10171 msgid "Use GNOME Proxy Settings" | |
10172 msgstr "Use GNOME Proxy Settings" | |
10173 | |
10174 msgid "Use Global Proxy Settings" | |
10175 msgstr "Use Global Proxy Settings" | |
10176 | |
10177 msgid "No Proxy" | |
10178 msgstr "No Proxy" | |
10179 | |
10180 msgid "HTTP" | |
10181 msgstr "HTTP" | |
10182 | |
10183 msgid "SOCKS 4" | |
10184 msgstr "SOCKS 4" | |
10185 | |
10186 msgid "SOCKS 5" | |
10187 msgstr "SOCKS 5" | |
10188 | |
10189 msgid "Use Environmental Settings" | |
10190 msgstr "Use Environmental Settings" | |
10191 | |
10192 #. This is an easter egg. | |
10193 #. It means one of two things, both intended as humourus: | |
10194 #. A) your network is really slow and you have nothing better to do than | |
10195 #. look at butterflies. | |
10196 #. B)You are looking really closely at something that shouldn't matter. | |
10197 msgid "If you look real closely" | |
10198 msgstr "If you look real closely" | |
10199 | |
10200 #. This is an easter egg. See the comment on the previous line in the source. | |
10201 msgid "you can see the butterflies mating" | |
10202 msgstr "you can see the butterflies mating" | |
10203 | |
10204 msgid "Proxy _type:" | |
10205 msgstr "Proxy _type:" | |
10206 | |
10207 msgid "_Host:" | |
10208 msgstr "_Host:" | |
10209 | |
10210 msgid "_Port:" | |
10211 msgstr "_Port:" | |
10212 | |
10213 msgid "Pa_ssword:" | |
10214 msgstr "Pa_ssword:" | |
10215 | |
19927 | 10216 msgid "Unable to save new account" |
10217 msgstr "Unable to save new account" | |
10218 | |
10219 msgid "An account already exists with the specified criteria." | |
10220 msgstr "An account already exists with the specified criteria." | |
10221 | |
16160 | 10222 msgid "Add Account" |
10223 msgstr "Add Account" | |
10224 | |
10225 msgid "_Basic" | |
10226 msgstr "_Basic" | |
10227 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10228 msgid "Create _this new account on the server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10229 msgstr "Create _this new account on the server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10230 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10231 msgid "P_roxy" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10232 msgstr "P_roxy" |
16160 | 10233 |
10234 msgid "Enabled" | |
10235 msgstr "Enabled" | |
10236 | |
10237 msgid "Protocol" | |
10238 msgstr "Protocol" | |
10239 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10240 #, c-format |
16160 | 10241 msgid "" |
10242 "<span size='larger' weight='bold'>Welcome to %s!</span>\n" | |
10243 "\n" | |
10244 "You have no IM accounts configured. To start connecting with %s press the " | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
10245 "<b>Add...</b> button below and configure your first account. If you want %s " |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
10246 "to connect to multiple IM accounts, press <b>Add...</b> again to configure " |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
10247 "them all.\n" |
16160 | 10248 "\n" |
10249 "You can come back to this window to add, edit, or remove accounts from " | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10250 "<b>Accounts->Manage Accounts</b> in the Buddy List window" |
16160 | 10251 msgstr "" |
10252 "<span size='larger' weight='bold'>Welcome to %s!</span>\n" | |
10253 "\n" | |
10254 "You have no IM accounts configured. To start connecting with %s press the " | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10255 "<b>Add...</b> button below and configure your first account. If you want %s " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10256 "to connect to multiple IM accounts, press <b>Add...</b> again to configure " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10257 "them all.\n" |
16160 | 10258 "\n" |
10259 "You can come back to this window to add, edit, or remove accounts from " | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10260 "<b>Accounts->Manage Accounts</b> in the Buddy List window" |
16160 | 10261 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10262 #. Buddy List |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10263 msgid "Background Color" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10264 msgstr "Background Colour" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10265 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10266 msgid "The background color for the buddy list" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10267 msgstr "The background colour for the buddy list" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10268 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10269 msgid "Layout" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10270 msgstr "Layout" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10271 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10272 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10273 msgid "The layout of icons, name, and status of the buddy list" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10274 msgstr "The layout of icons, name, and status of the blist" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10275 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10276 #. Group |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10277 #. Note to translators: These two strings refer to the background color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10278 #. of a buddy list group when in its expanded state |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10279 msgid "Expanded Background Color" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10280 msgstr "Expanded Background Colour" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10281 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10282 msgid "The background color of an expanded group" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10283 msgstr "The background colour of an expanded group" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10284 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10285 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10286 #. of a buddy list group when in its expanded state |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10287 msgid "Expanded Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10288 msgstr "Expanded Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10289 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10290 msgid "The text information for when a group is expanded" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10291 msgstr "The text information for when a group is expanded" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10292 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10293 #. Note to translators: These two strings refer to the background color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10294 #. of a buddy list group when in its collapsed state |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10295 msgid "Collapsed Background Color" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10296 msgstr "Collapsed Background Colour" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10297 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10298 msgid "The background color of a collapsed group" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10299 msgstr "The background colour of a collapsed group" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10300 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10301 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10302 #. of a buddy list group when in its collapsed state |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10303 msgid "Collapsed Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10304 msgstr "Collapsed Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10305 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10306 msgid "The text information for when a group is collapsed" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10307 msgstr "The text information for when a group is collapsed" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10308 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10309 #. Buddy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10310 #. Note to translators: These two strings refer to the background color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10311 #. of a buddy list contact or chat room |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10312 msgid "Contact/Chat Background Color" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10313 msgstr "Contact/Chat Background Colour" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10314 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10315 msgid "The background color of a contact or chat" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10316 msgstr "The background colour of a contact or chat" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10317 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10318 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10319 #. of a buddy list contact when in its expanded state |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10320 msgid "Contact Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10321 msgstr "Contact Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10322 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10323 msgid "The text information for when a contact is expanded" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10324 msgstr "The text information for when a contact is expanded" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10325 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10326 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10327 #. of a buddy list buddy when it is online |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10328 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10329 msgid "Online Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10330 msgstr "On-line Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10331 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10332 msgid "The text information for when a buddy is online" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10333 msgstr "The text information for when a buddy is online" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10334 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10335 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10336 #. of a buddy list buddy when it is away |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10337 msgid "Away Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10338 msgstr "Away Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10339 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10340 msgid "The text information for when a buddy is away" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10341 msgstr "The text information for when a buddy is away" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10342 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10343 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10344 #. of a buddy list buddy when it is offline |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10345 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10346 msgid "Offline Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10347 msgstr "Off-line Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10348 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10349 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10350 msgid "The text information for when a buddy is offline" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10351 msgstr "The text information for when a buddy is off-line" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10352 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10353 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10354 #. of a buddy list buddy when it is idle |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10355 msgid "Idle Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10356 msgstr "Idle Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10357 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10358 msgid "The text information for when a buddy is idle" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10359 msgstr "The text information for when a buddy is idle" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10360 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10361 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10362 #. of a buddy list buddy when they have sent you a new message |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10363 msgid "Message Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10364 msgstr "Message Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10365 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10366 msgid "The text information for when a buddy has an unread message" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10367 msgstr "The text information for when a buddy has an unread message" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10368 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10369 #. Note to translators: These two strings refer to the font and color |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10370 #. of a buddy list buddy when they have sent you a new message |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10371 msgid "Message (Nick Said) Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10372 msgstr "Message (Nick Said) Text" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10373 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10374 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10375 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10376 "The text information for when a chat has an unread message that mentions " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10377 "your nickname" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10378 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10379 "The text information for when a chat has an unread message that mentions " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10380 "your nick" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10381 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10382 msgid "The text information for a buddy's status" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10383 msgstr "The text information for a buddy's status" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10384 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10385 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10386 msgid "You have %d contact named %s. Would you like to merge them?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10387 msgid_plural "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10388 "You currently have %d contacts named %s. Would you like to merge them?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10389 msgstr[0] "You have %d contact named %s. Would you like to merge them?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10390 msgstr[1] "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10391 "You currently have %d contacts named %s. Would you like to merge them?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10392 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10393 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10394 "Merging these contacts will cause them to share a single entry on the buddy " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10395 "list and use a single conversation window. You can separate them again by " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10396 "choosing 'Expand' from the contact's context menu" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10397 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10398 "Merging these contacts will cause them to share a single entry on the buddy " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10399 "list and use a single conversation window. You can separate them again by " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10400 "choosing 'Expand' from the contact's context menu" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10401 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10402 msgid "Please update the necessary fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10403 msgstr "Please update the necessary fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10404 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
10405 msgid "A_ccount" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10406 msgstr "A_ccount" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10407 |
16160 | 10408 msgid "" |
10409 "Please enter the appropriate information about the chat you would like to " | |
10410 "join.\n" | |
10411 msgstr "" | |
10412 "Please enter the appropriate information about the chat you would like to " | |
10413 "join.\n" | |
10414 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
10415 msgid "Room _List" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
10416 msgstr "Room _List" |
16160 | 10417 |
10418 msgid "_Block" | |
10419 msgstr "_Block" | |
10420 | |
10421 msgid "Un_block" | |
10422 msgstr "Un_block" | |
10423 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10424 msgid "Move to" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10425 msgstr "Move to" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10426 |
16160 | 10427 msgid "Get _Info" |
10428 msgstr "Get _Info" | |
10429 | |
10430 msgid "I_M" | |
10431 msgstr "I_M" | |
10432 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10433 msgid "_Audio Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10434 msgstr "_Audio Call" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10435 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10436 msgid "Audio/_Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10437 msgstr "Audio/_Video Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10438 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10439 msgid "_Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10440 msgstr "_Video Call" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10441 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10442 msgid "_Send File..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10443 msgstr "_Send File..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10444 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10445 msgid "Add Buddy _Pounce..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10446 msgstr "Add Buddy _Pounce..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10447 |
16160 | 10448 msgid "View _Log" |
10449 msgstr "View _Log" | |
10450 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10451 msgid "Hide When Offline" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10452 msgstr "Hide When Offline" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10453 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10454 msgid "Show When Offline" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10455 msgstr "Show When Offline" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10456 |
16160 | 10457 msgid "_Alias..." |
10458 msgstr "_Alias..." | |
10459 | |
10460 msgid "_Remove" | |
10461 msgstr "_Remove" | |
10462 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10463 msgid "Set Custom Icon" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10464 msgstr "Set Custom Icon" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10465 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10466 msgid "Remove Custom Icon" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10467 msgstr "Remove Custom Icon" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10468 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10469 msgid "Add _Buddy..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10470 msgstr "Add _Buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10471 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10472 msgid "Add C_hat..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10473 msgstr "Add C_hat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10474 |
16160 | 10475 msgid "_Delete Group" |
10476 msgstr "_Delete Group" | |
10477 | |
10478 msgid "_Rename" | |
10479 msgstr "_Rename" | |
10480 | |
10481 #. join button | |
10482 msgid "_Join" | |
10483 msgstr "_Join" | |
10484 | |
10485 msgid "Auto-Join" | |
10486 msgstr "Auto-Join" | |
10487 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10488 msgid "Persistent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10489 msgstr "Persistent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10490 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10491 msgid "_Edit Settings..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10492 msgstr "_Edit Settings..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10493 |
16160 | 10494 msgid "_Collapse" |
10495 msgstr "_Collapse" | |
10496 | |
10497 msgid "_Expand" | |
10498 msgstr "_Expand" | |
10499 | |
10500 msgid "/Tools/Mute Sounds" | |
10501 msgstr "/Tools/Mute Sounds" | |
10502 | |
10503 msgid "" | |
10504 "You are not currently signed on with an account that can add that buddy." | |
10505 msgstr "" | |
10506 "You are not currently signed on with an account that can add that buddy." | |
10507 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10508 #. I don't believe this can happen currently, I think |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10509 #. * everything that calls this function checks for one of the |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10510 #. * above node types first. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10511 msgid "Unknown node type" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10512 msgstr "Unknown node type" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10513 |
16160 | 10514 #. Buddies menu |
10515 msgid "/_Buddies" | |
10516 msgstr "/_Buddies" | |
10517 | |
10518 msgid "/Buddies/New Instant _Message..." | |
10519 msgstr "/Buddies/New Instant _Message..." | |
10520 | |
10521 msgid "/Buddies/Join a _Chat..." | |
10522 msgstr "/Buddies/Join a _Chat..." | |
10523 | |
10524 msgid "/Buddies/Get User _Info..." | |
10525 msgstr "/Buddies/Get User _Info..." | |
10526 | |
10527 msgid "/Buddies/View User _Log..." | |
10528 msgstr "/Buddies/View User _Log..." | |
10529 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10530 msgid "/Buddies/Sh_ow" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10531 msgstr "/Buddies/Sh_ow" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10532 |
19927 | 10533 msgid "/Buddies/Show/_Offline Buddies" |
10534 msgstr "/Buddies/Show/_Offline Buddies" | |
10535 | |
10536 msgid "/Buddies/Show/_Empty Groups" | |
10537 msgstr "/Buddies/Show/_Empty Groups" | |
10538 | |
10539 msgid "/Buddies/Show/Buddy _Details" | |
10540 msgstr "/Buddies/Show/Buddy _Details" | |
10541 | |
10542 msgid "/Buddies/Show/Idle _Times" | |
10543 msgstr "/Buddies/Show/Idle _Times" | |
10544 | |
10545 msgid "/Buddies/Show/_Protocol Icons" | |
10546 msgstr "/Buddies/Show/_Protocol Icons" | |
10547 | |
16160 | 10548 msgid "/Buddies/_Sort Buddies" |
10549 msgstr "/Buddies/_Sort Buddies" | |
10550 | |
10551 msgid "/Buddies/_Add Buddy..." | |
10552 msgstr "/Buddies/_Add Buddy..." | |
10553 | |
10554 msgid "/Buddies/Add C_hat..." | |
10555 msgstr "/Buddies/Add C_hat..." | |
10556 | |
10557 msgid "/Buddies/Add _Group..." | |
10558 msgstr "/Buddies/Add _Group..." | |
10559 | |
10560 msgid "/Buddies/_Quit" | |
10561 msgstr "/Buddies/_Quit" | |
10562 | |
10563 #. Accounts menu | |
10564 msgid "/_Accounts" | |
10565 msgstr "/_Accounts" | |
10566 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10567 msgid "/Accounts/Manage Accounts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10568 msgstr "/Accounts/Manage Accounts" |
16160 | 10569 |
10570 #. Tools | |
10571 msgid "/_Tools" | |
10572 msgstr "/_Tools" | |
10573 | |
10574 msgid "/Tools/Buddy _Pounces" | |
10575 msgstr "/Tools/Buddy _Pounces" | |
10576 | |
19927 | 10577 msgid "/Tools/_Certificates" |
10578 msgstr "/Tools/_Certificates" | |
10579 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10580 msgid "/Tools/Custom Smile_ys" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10581 msgstr "/Tools/Custom Smile_ys" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10582 |
16160 | 10583 msgid "/Tools/Plu_gins" |
10584 msgstr "/Tools/Plu_g-ins" | |
10585 | |
10586 msgid "/Tools/Pr_eferences" | |
10587 msgstr "/Tools/Pr_eferences" | |
10588 | |
10589 msgid "/Tools/Pr_ivacy" | |
10590 msgstr "/Tools/Pr_ivacy" | |
10591 | |
10592 msgid "/Tools/_File Transfers" | |
10593 msgstr "/Tools/_File Transfers" | |
10594 | |
10595 msgid "/Tools/R_oom List" | |
10596 msgstr "/Tools/R_oom List" | |
10597 | |
10598 msgid "/Tools/System _Log" | |
10599 msgstr "/Tools/System _Log" | |
10600 | |
10601 msgid "/Tools/Mute _Sounds" | |
10602 msgstr "/Tools/Mute _Sounds" | |
10603 | |
10604 #. Help | |
10605 msgid "/_Help" | |
10606 msgstr "/_Help" | |
10607 | |
10608 msgid "/Help/Online _Help" | |
10609 msgstr "/Help/Online _Help" | |
10610 | |
10611 msgid "/Help/_Debug Window" | |
10612 msgstr "/Help/_Debug Window" | |
10613 | |
10614 msgid "/Help/_About" | |
10615 msgstr "/Help/_About" | |
10616 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10617 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10618 msgid "<b>Account:</b> %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10619 msgstr "<b>Account:</b> %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10620 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10621 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10622 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10623 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10624 "<b>Occupants:</b> %d" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10625 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10626 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10627 "<b>Occupants:</b> %d" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10628 |
16160 | 10629 #, c-format |
10630 msgid "" | |
10631 "\n" | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10632 "<b>Topic:</b> %s" |
16160 | 10633 msgstr "" |
10634 "\n" | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10635 "<b>Topic:</b> %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10636 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10637 msgid "(no topic set)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10638 msgstr "(no topic set)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10639 |
16160 | 10640 msgid "Buddy Alias" |
10641 msgstr "Buddy Alias" | |
10642 | |
10643 msgid "Logged In" | |
10644 msgstr "Logged In" | |
10645 | |
10646 msgid "Last Seen" | |
10647 msgstr "Last Seen" | |
10648 | |
10649 msgid "Spooky" | |
10650 msgstr "Spooky" | |
10651 | |
10652 msgid "Awesome" | |
10653 msgstr "Awesome" | |
10654 | |
10655 msgid "Rockin'" | |
10656 msgstr "Rockin'" | |
10657 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10658 msgid "Total Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10659 msgstr "Total Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10660 |
19927 | 10661 #, c-format |
10662 msgid "Idle %dd %dh %02dm" | |
10663 msgstr "Idle %dd %dh %02dm" | |
10664 | |
16160 | 10665 #, c-format |
10666 msgid "Idle %dh %02dm" | |
10667 msgstr "Idle %dh %02dm" | |
10668 | |
10669 #, c-format | |
10670 msgid "Idle %dm" | |
10671 msgstr "Idle %dm" | |
10672 | |
10673 msgid "/Buddies/New Instant Message..." | |
10674 msgstr "/Buddies/New Instant Message..." | |
10675 | |
10676 msgid "/Buddies/Join a Chat..." | |
10677 msgstr "/Buddies/Join a Chat..." | |
10678 | |
10679 msgid "/Buddies/Get User Info..." | |
10680 msgstr "/Buddies/Get User Info..." | |
10681 | |
10682 msgid "/Buddies/Add Buddy..." | |
10683 msgstr "/Buddies/Add Buddy..." | |
10684 | |
10685 msgid "/Buddies/Add Chat..." | |
10686 msgstr "/Buddies/Add Chat..." | |
10687 | |
10688 msgid "/Buddies/Add Group..." | |
10689 msgstr "/Buddies/Add Group..." | |
10690 | |
10691 msgid "/Tools/Privacy" | |
10692 msgstr "/Tools/Privacy" | |
10693 | |
10694 msgid "/Tools/Room List" | |
10695 msgstr "/Tools/Room List" | |
10696 | |
10697 #, c-format | |
10698 msgid "%d unread message from %s\n" | |
10699 msgid_plural "%d unread messages from %s\n" | |
10700 msgstr[0] "%d unread message from %s\n" | |
10701 msgstr[1] "%d unread messages from %s\n" | |
10702 | |
10703 msgid "Manually" | |
10704 msgstr "Manually" | |
10705 | |
10706 msgid "By status" | |
10707 msgstr "By status" | |
10708 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10709 msgid "By recent log activity" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10710 msgstr "By recent log activity" |
16160 | 10711 |
10712 #, c-format | |
10713 msgid "%s disconnected" | |
10714 msgstr "%s disconnected" | |
10715 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10716 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10717 msgid "%s disabled" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10718 msgstr "%s disabled" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10719 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10720 msgid "Reconnect" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10721 msgstr "Reconnect" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10722 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10723 msgid "Re-enable" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10724 msgstr "Re-enable" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10725 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10726 msgid "SSL FAQs" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10727 msgstr "SSL FAQs" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10728 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10729 msgid "Welcome back!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10730 msgstr "Welcome back!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10731 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10732 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10733 msgid "%d account was disabled because you signed on from another location:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10734 msgid_plural "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10735 "%d accounts were disabled because you signed on from another location:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10736 msgstr[0] "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10737 "%d account was disabled because you signed on from another location:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10738 msgstr[1] "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10739 "%d accounts were disabled because you signed on from another location:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10740 |
16160 | 10741 msgid "<b>Username:</b>" |
10742 msgstr "<b>Username:</b>" | |
10743 | |
10744 msgid "<b>Password:</b>" | |
10745 msgstr "<b>Password:</b>" | |
10746 | |
10747 msgid "_Login" | |
10748 msgstr "_Login" | |
10749 | |
10750 msgid "/Accounts" | |
10751 msgstr "/Accounts" | |
10752 | |
10753 #. Translators: Please maintain the use of -> and <- to refer to menu heirarchy | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10754 #, c-format |
16160 | 10755 msgid "" |
10756 "<span weight='bold' size='larger'>Welcome to %s!</span>\n" | |
10757 "\n" | |
10758 "You have no accounts enabled. Enable your IM accounts from the <b>Accounts</" | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10759 "b> window at <b>Accounts->Manage Accounts</b>. Once you enable accounts, " |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10760 "you'll be able to sign on, set your status, and talk to your friends." |
16160 | 10761 msgstr "" |
10762 "<span weight='bold' size='larger'>Welcome to %s!</span>\n" | |
10763 "\n" | |
10764 "You have no accounts enabled. Enable your IM accounts from the <b>Accounts</" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10765 "b> window at <b>Accounts->Manage Accounts</b>. Once you enable accounts, " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10766 "you'll be able to sign on, set your status, and talk to your friends." |
16160 | 10767 |
10768 #. set the Show Offline Buddies option. must be done | |
10769 #. * after the treeview or faceprint gets mad. -Robot101 | |
10770 #. | |
19927 | 10771 msgid "/Buddies/Show/Offline Buddies" |
10772 msgstr "/Buddies/Show/Offline Buddies" | |
10773 | |
10774 msgid "/Buddies/Show/Empty Groups" | |
10775 msgstr "/Buddies/Show/ Empty Groups" | |
10776 | |
10777 msgid "/Buddies/Show/Buddy Details" | |
10778 msgstr "/Buddies/Show/Buddy Details" | |
10779 | |
10780 msgid "/Buddies/Show/Idle Times" | |
10781 msgstr "/Buddies/Show/Idle Times" | |
10782 | |
10783 msgid "/Buddies/Show/Protocol Icons" | |
10784 msgstr "/Buddies/Show/Protocol Icons" | |
10785 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10786 msgid "Add a buddy.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10787 msgstr "Add a buddy.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10788 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10789 msgid "Buddy's _username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10790 msgstr "Buddy _username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10791 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10792 msgid "(Optional) A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10793 msgstr "(Optional) A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10794 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10795 msgid "Add buddy to _group:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10796 msgstr "Add buddy to _group:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10797 |
16160 | 10798 msgid "This protocol does not support chat rooms." |
10799 msgstr "This protocol does not support chat rooms." | |
10800 | |
10801 msgid "" | |
10802 "You are not currently signed on with any protocols that have the ability to " | |
10803 "chat." | |
10804 msgstr "" | |
10805 "You are not currently signed on with any protocols that have the ability to " | |
10806 "chat." | |
10807 | |
10808 msgid "" | |
10809 "Please enter an alias, and the appropriate information about the chat you " | |
10810 "would like to add to your buddy list.\n" | |
10811 msgstr "" | |
10812 "Please enter an alias, and the appropriate information about the chat you " | |
10813 "would like to add to your buddy list.\n" | |
10814 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10815 msgid "A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10816 msgstr "A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10817 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10818 msgid "_Group:" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10819 msgstr "_Group:" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10820 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10821 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10822 msgid "Auto_join when account connects." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10823 msgstr "Auto_join when account becomes online." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10824 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
10825 msgid "_Remain in chat after window is closed." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10826 msgstr "_Remain in chat after window is closed." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10827 |
16160 | 10828 msgid "Please enter the name of the group to be added." |
10829 msgstr "Please enter the name of the group to be added." | |
10830 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10831 msgid "Enable Account" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10832 msgstr "Enable Account" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10833 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10834 msgid "<PurpleMain>/Accounts/Enable Account" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10835 msgstr "<PurpleMain>/Accounts/Enable Account" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10836 |
16160 | 10837 msgid "<PurpleMain>/Accounts/" |
10838 msgstr "<PurpleMain>/Accounts/" | |
10839 | |
10840 msgid "_Edit Account" | |
10841 msgstr "_Edit Account" | |
10842 | |
10843 msgid "No actions available" | |
10844 msgstr "No actions available" | |
10845 | |
10846 msgid "_Disable" | |
10847 msgstr "_Disable" | |
10848 | |
10849 msgid "/Tools" | |
10850 msgstr "/Tools" | |
10851 | |
10852 msgid "/Buddies/Sort Buddies" | |
10853 msgstr "/Buddies/Sort Buddies" | |
10854 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10855 msgid "Type the host name for this certificate." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10856 msgstr "Type the host name for this certificate." |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10857 |
19927 | 10858 #. Widget creation function |
10859 msgid "SSL Servers" | |
10860 msgstr "SSL Servers" | |
10861 | |
10862 msgid "Unknown command." | |
10863 msgstr "Unknown command." | |
10864 | |
16160 | 10865 msgid "That buddy is not on the same protocol as this chat." |
10866 msgstr "That buddy is not on the same protocol as this chat." | |
10867 | |
10868 msgid "" | |
10869 "You are not currently signed on with an account that can invite that buddy." | |
10870 msgstr "" | |
10871 "You are not currently signed on with an account that can invite that buddy." | |
10872 | |
10873 msgid "Invite Buddy Into Chat Room" | |
10874 msgstr "Invite Buddy Into Chat Room" | |
10875 | |
10876 msgid "_Buddy:" | |
10877 msgstr "_Buddy:" | |
10878 | |
10879 msgid "_Message:" | |
10880 msgstr "_Message:" | |
10881 | |
10882 #, c-format | |
10883 msgid "<h1>Conversation with %s</h1>\n" | |
10884 msgstr "<h1>Conversation with %s</h1>\n" | |
10885 | |
10886 msgid "Save Conversation" | |
10887 msgstr "Save Conversation" | |
10888 | |
10889 msgid "Find" | |
10890 msgstr "Find" | |
10891 | |
10892 msgid "_Search for:" | |
10893 msgstr "_Search for:" | |
10894 | |
10895 msgid "Un-Ignore" | |
10896 msgstr "Un-Ignore" | |
10897 | |
10898 msgid "Ignore" | |
10899 msgstr "Ignore" | |
10900 | |
10901 msgid "Get Away Message" | |
10902 msgstr "Get Away Message" | |
10903 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10904 msgid "Last Said" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10905 msgstr "Last Said" |
16160 | 10906 |
10907 msgid "Unable to save icon file to disk." | |
10908 msgstr "Unable to save icon file to disk." | |
10909 | |
10910 msgid "Save Icon" | |
10911 msgstr "Save Icon" | |
10912 | |
10913 msgid "Animate" | |
10914 msgstr "Animate" | |
10915 | |
10916 msgid "Hide Icon" | |
10917 msgstr "Hide Icon" | |
10918 | |
10919 msgid "Save Icon As..." | |
10920 msgstr "Save Icon As..." | |
10921 | |
10922 msgid "Set Custom Icon..." | |
10923 msgstr "Set Custom Icon..." | |
10924 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10925 msgid "Change Size" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10926 msgstr "Change Size" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10927 |
19927 | 10928 msgid "Show All" |
10929 msgstr "Show All" | |
10930 | |
16160 | 10931 #. Conversation menu |
10932 msgid "/_Conversation" | |
10933 msgstr "/_Conversation" | |
10934 | |
10935 msgid "/Conversation/New Instant _Message..." | |
10936 msgstr "/Conversation/New Instant _Message..." | |
10937 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10938 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10939 msgid "/Conversation/Join a _Chat..." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10940 msgstr "/Conversation/In_vite..." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
10941 |
16160 | 10942 msgid "/Conversation/_Find..." |
10943 msgstr "/Conversation/_Find..." | |
10944 | |
10945 msgid "/Conversation/View _Log" | |
10946 msgstr "/Conversation/View _Log" | |
10947 | |
10948 msgid "/Conversation/_Save As..." | |
10949 msgstr "/Conversation/_Save As..." | |
10950 | |
10951 msgid "/Conversation/Clea_r Scrollback" | |
10952 msgstr "/Conversation/Clea_r Scrollback" | |
10953 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10954 msgid "/Conversation/M_edia" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10955 msgstr "/Conversation/M_edia" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10956 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10957 msgid "/Conversation/Media/_Audio Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10958 msgstr "/Conversation/Media/_Audio Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10959 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10960 msgid "/Conversation/Media/_Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10961 msgstr "/Conversation/Media/_Video Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10962 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10963 msgid "/Conversation/Media/Audio\\/Video _Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10964 msgstr "/Conversation/Media/Audio\\/Video _Call" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10965 |
17478 | 10966 msgid "/Conversation/Se_nd File..." |
10967 msgstr "/Conversation/Se_nd File..." | |
10968 | |
10969 msgid "/Conversation/Add Buddy _Pounce..." | |
10970 msgstr "/Conversation/Add Buddy _Pounce..." | |
10971 | |
16160 | 10972 msgid "/Conversation/_Get Info" |
10973 msgstr "/Conversation/_Get Info" | |
10974 | |
10975 msgid "/Conversation/In_vite..." | |
10976 msgstr "/Conversation/In_vite..." | |
10977 | |
10978 msgid "/Conversation/M_ore" | |
10979 msgstr "/Conversation/M_ore" | |
10980 | |
10981 msgid "/Conversation/Al_ias..." | |
10982 msgstr "/Conversation/Al_ias..." | |
10983 | |
10984 msgid "/Conversation/_Block..." | |
10985 msgstr "/Conversation/_Block..." | |
10986 | |
10987 msgid "/Conversation/_Unblock..." | |
10988 msgstr "/Conversation/_Unblock..." | |
10989 | |
10990 msgid "/Conversation/_Add..." | |
10991 msgstr "/Conversation/_Add..." | |
10992 | |
10993 msgid "/Conversation/_Remove..." | |
10994 msgstr "/Conversation/_Remove..." | |
10995 | |
19927 | 10996 msgid "/Conversation/Insert Lin_k..." |
10997 msgstr "/Conversation/Insert Lin_k..." | |
10998 | |
10999 msgid "/Conversation/Insert Imag_e..." | |
11000 msgstr "/Conversation/Insert Imag_e..." | |
11001 | |
16160 | 11002 msgid "/Conversation/_Close" |
11003 msgstr "/Conversation/_Close" | |
11004 | |
11005 #. Options | |
11006 msgid "/_Options" | |
11007 msgstr "/_Options" | |
11008 | |
11009 msgid "/Options/Enable _Logging" | |
11010 msgstr "/Options/Enable _Logging" | |
11011 | |
11012 msgid "/Options/Enable _Sounds" | |
11013 msgstr "/Options/Enable _Sounds" | |
11014 | |
11015 msgid "/Options/Show Formatting _Toolbars" | |
11016 msgstr "/Options/Show Formatting _Toolbars" | |
11017 | |
11018 msgid "/Options/Show Ti_mestamps" | |
11019 msgstr "/Options/Show Ti_mestamps" | |
11020 | |
11021 msgid "/Conversation/More" | |
11022 msgstr "/Conversation/More" | |
11023 | |
19927 | 11024 msgid "/Options" |
11025 msgstr "/Options" | |
11026 | |
16160 | 11027 #. The menubar has been deactivated. Make sure the 'More' submenu is regenerated next time |
11028 #. * the 'Conversation' menu pops up. | |
11029 #. Make sure the 'Conversation -> More' menuitems are regenerated whenever | |
11030 #. * the 'Conversation' menu pops up because the entries can change after the | |
11031 #. * conversation is created. | |
11032 msgid "/Conversation" | |
11033 msgstr "/Conversation" | |
11034 | |
11035 msgid "/Conversation/View Log" | |
11036 msgstr "/Conversation/View Log" | |
11037 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11038 msgid "/Conversation/Media/Audio Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11039 msgstr "/Conversation/Media/Audio Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11040 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11041 msgid "/Conversation/Media/Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11042 msgstr "/Conversation/Media/Video Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11043 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11044 msgid "/Conversation/Media/Audio\\/Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11045 msgstr "/Conversation/Media/Audio\\/Video Call" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11046 |
16160 | 11047 msgid "/Conversation/Send File..." |
11048 msgstr "/Conversation/Send File..." | |
11049 | |
11050 msgid "/Conversation/Add Buddy Pounce..." | |
11051 msgstr "/Conversation/Add Buddy Pounce..." | |
11052 | |
11053 msgid "/Conversation/Get Info" | |
11054 msgstr "/Conversation/Get Info" | |
11055 | |
11056 msgid "/Conversation/Invite..." | |
11057 msgstr "/Conversation/Invite..." | |
11058 | |
11059 msgid "/Conversation/Alias..." | |
11060 msgstr "/Conversation/Alias..." | |
11061 | |
11062 msgid "/Conversation/Block..." | |
11063 msgstr "/Conversation/Block..." | |
11064 | |
11065 msgid "/Conversation/Unblock..." | |
11066 msgstr "/Conversation/Unblock..." | |
11067 | |
11068 msgid "/Conversation/Add..." | |
11069 msgstr "/Conversation/Add..." | |
11070 | |
11071 msgid "/Conversation/Remove..." | |
11072 msgstr "/Conversation/Remove..." | |
11073 | |
19927 | 11074 msgid "/Conversation/Insert Link..." |
11075 msgstr "/Conversation/Insert Link..." | |
11076 | |
11077 msgid "/Conversation/Insert Image..." | |
11078 msgstr "/Conversation/Insert Image..." | |
11079 | |
16160 | 11080 msgid "/Options/Enable Logging" |
11081 msgstr "/Options/Enable Logging" | |
11082 | |
11083 msgid "/Options/Enable Sounds" | |
11084 msgstr "/Options/Enable Sounds" | |
11085 | |
11086 msgid "/Options/Show Formatting Toolbars" | |
11087 msgstr "/Options/Show Formatting Toolbars" | |
11088 | |
17478 | 11089 msgid "/Options/Show Timestamps" |
11090 msgstr "/Options/Show Timestamps" | |
11091 | |
16160 | 11092 msgid "User is typing..." |
11093 msgstr "User is typing..." | |
11094 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11095 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11096 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11097 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11098 "%s has stopped typing" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11099 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11100 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11101 "%s has stopped typing" |
16160 | 11102 |
11103 #. Build the Send To menu | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11104 msgid "S_end To" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11105 msgstr "S_end To" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11106 |
16160 | 11107 msgid "_Send" |
11108 msgstr "_Send" | |
11109 | |
11110 #. Setup the label telling how many people are in the room. | |
11111 msgid "0 people in room" | |
11112 msgstr "0 people in room" | |
11113 | |
11114 #, c-format | |
11115 msgid "%d person in room" | |
11116 msgid_plural "%d people in room" | |
11117 msgstr[0] "%d person in room" | |
11118 msgstr[1] "%d people in room" | |
11119 | |
11120 msgid "Typing" | |
11121 msgstr "Typing" | |
11122 | |
11123 msgid "Stopped Typing" | |
11124 msgstr "Stopped Typing" | |
11125 | |
11126 msgid "Nick Said" | |
11127 msgstr "Nick Said" | |
11128 | |
11129 msgid "Unread Messages" | |
11130 msgstr "Unread Messages" | |
11131 | |
11132 msgid "New Event" | |
11133 msgstr "New Event" | |
11134 | |
19927 | 11135 msgid "clear: Clears all conversation scrollbacks." |
11136 msgstr "clear: Clears all conversation scrollbacks." | |
11137 | |
16160 | 11138 msgid "Confirm close" |
11139 msgstr "Confirm close" | |
11140 | |
11141 msgid "You have unread messages. Are you sure you want to close the window?" | |
11142 msgstr "You have unread messages. Are you sure you want to close the window?" | |
11143 | |
11144 msgid "Close other tabs" | |
11145 msgstr "Close other tabs" | |
11146 | |
11147 msgid "Close all tabs" | |
11148 msgstr "Close all tabs" | |
11149 | |
11150 msgid "Detach this tab" | |
11151 msgstr "Detach this tab" | |
11152 | |
11153 msgid "Close this tab" | |
11154 msgstr "Close this tab" | |
11155 | |
11156 msgid "Close conversation" | |
11157 msgstr "Close conversation" | |
11158 | |
11159 msgid "Last created window" | |
11160 msgstr "Last created window" | |
11161 | |
11162 msgid "Separate IM and Chat windows" | |
11163 msgstr "Separate IM and Chat windows" | |
11164 | |
11165 msgid "New window" | |
11166 msgstr "New window" | |
11167 | |
11168 msgid "By group" | |
11169 msgstr "By group" | |
11170 | |
11171 msgid "By account" | |
11172 msgstr "By account" | |
11173 | |
11174 msgid "Save Debug Log" | |
11175 msgstr "Save Debug Log" | |
11176 | |
11177 msgid "Invert" | |
11178 msgstr "Invert" | |
11179 | |
11180 msgid "Highlight matches" | |
11181 msgstr "Highlight matches" | |
11182 | |
11183 msgid "_Icon Only" | |
11184 msgstr "_Icon Only" | |
11185 | |
11186 msgid "_Text Only" | |
11187 msgstr "_Text Only" | |
11188 | |
11189 msgid "_Both Icon & Text" | |
11190 msgstr "_Both Icon & Text" | |
11191 | |
11192 msgid "Filter" | |
11193 msgstr "Filter" | |
11194 | |
11195 msgid "Right click for more options." | |
11196 msgstr "Right click for more options." | |
11197 | |
11198 msgid "Level " | |
11199 msgstr "Level " | |
11200 | |
11201 msgid "Select the debug filter level." | |
11202 msgstr "Select the debug filter level." | |
11203 | |
11204 msgid "All" | |
11205 msgstr "All" | |
11206 | |
11207 msgid "Misc" | |
11208 msgstr "Misc" | |
11209 | |
11210 msgid "Warning" | |
11211 msgstr "Warning" | |
11212 | |
11213 msgid "Error " | |
11214 msgstr "Error " | |
11215 | |
11216 msgid "Fatal Error" | |
11217 msgstr "Fatal Error" | |
11218 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11219 msgid "bug master" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11220 msgstr "bug master" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11221 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11222 msgid "artist" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11223 msgstr "artist" |
16160 | 11224 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11225 #. feel free to not translate this |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11226 msgid "Ka-Hing Cheung" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11227 msgstr "Ka-Hing Cheung" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11228 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11229 msgid "voice and video" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11230 msgstr "voice and video" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11231 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11232 msgid "support" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11233 msgstr "support" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11234 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11235 msgid "webmaster" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11236 msgstr "webmaster" |
19927 | 11237 |
11238 msgid "Senior Contributor/QA" | |
11239 msgstr "Senior Contributor/QA" | |
11240 | |
16160 | 11241 msgid "win32 port" |
11242 msgstr "win32 port" | |
11243 | |
11244 msgid "maintainer" | |
11245 msgstr "maintainer" | |
11246 | |
11247 msgid "libfaim maintainer" | |
11248 msgstr "libfaim maintainer" | |
11249 | |
11250 #. If "lazy bum" translates literally into a serious insult, use something else or omit it. | |
11251 msgid "hacker and designated driver [lazy bum]" | |
11252 msgstr "hacker and designated driver [lazy bum]" | |
11253 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11254 msgid "support/QA" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11255 msgstr "support/QA" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11256 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11257 msgid "XMPP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11258 msgstr "XMPP" |
16160 | 11259 |
11260 msgid "original author" | |
11261 msgstr "original author" | |
11262 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11263 msgid "lead developer" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11264 msgstr "lead developer" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11265 |
16160 | 11266 msgid "Afrikaans" |
11267 msgstr "Afrikaans" | |
11268 | |
11269 msgid "Arabic" | |
11270 msgstr "Arabic" | |
11271 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11272 msgid "Belarusian Latin" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11273 msgstr "Belarusian Latin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11274 |
16160 | 11275 msgid "Bulgarian" |
11276 msgstr "Bulgarian" | |
11277 | |
11278 msgid "Bengali" | |
11279 msgstr "Bengali" | |
11280 | |
11281 msgid "Bosnian" | |
11282 msgstr "Bosnian" | |
11283 | |
11284 msgid "Catalan" | |
11285 msgstr "Catalan" | |
11286 | |
11287 msgid "Valencian-Catalan" | |
11288 msgstr "Valencian Catalan" | |
11289 | |
11290 msgid "Czech" | |
11291 msgstr "Czech" | |
11292 | |
11293 msgid "Danish" | |
11294 msgstr "Danish" | |
11295 | |
11296 msgid "German" | |
11297 msgstr "German" | |
11298 | |
11299 msgid "Dzongkha" | |
11300 msgstr "Dzongkha" | |
11301 | |
11302 msgid "Greek" | |
11303 msgstr "Greek" | |
11304 | |
17478 | 11305 msgid "Australian English" |
11306 msgstr "Australian English" | |
11307 | |
16160 | 11308 msgid "Canadian English" |
11309 msgstr "Canadian English" | |
11310 | |
11311 msgid "British English" | |
11312 msgstr "British English" | |
11313 | |
11314 msgid "Esperanto" | |
11315 msgstr "Esperanto" | |
11316 | |
11317 msgid "Spanish" | |
11318 msgstr "Spanish" | |
11319 | |
19927 | 11320 msgid "Estonian" |
11321 msgstr "Estonian" | |
11322 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11323 msgid "Basque" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11324 msgstr "" |
16160 | 11325 |
11326 msgid "Persian" | |
11327 msgstr "Persian" | |
11328 | |
11329 msgid "Finnish" | |
11330 msgstr "Finnish" | |
11331 | |
11332 msgid "French" | |
11333 msgstr "French" | |
11334 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11335 msgid "Irish" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11336 msgstr "Irish" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11337 |
16160 | 11338 msgid "Galician" |
11339 msgstr "Galician" | |
11340 | |
11341 msgid "Gujarati" | |
11342 msgstr "Gujarati" | |
11343 | |
17478 | 11344 msgid "Gujarati Language Team" |
11345 msgstr "Gujarati Language Team" | |
11346 | |
16160 | 11347 msgid "Hebrew" |
11348 msgstr "Hebrew" | |
11349 | |
17478 | 11350 msgid "Hindi" |
11351 msgstr "Hindi" | |
11352 | |
16160 | 11353 msgid "Hungarian" |
11354 msgstr "Hungarian" | |
11355 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
11356 msgid "Armenian" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11357 msgstr "Armenian" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
11358 |
16160 | 11359 msgid "Indonesian" |
11360 msgstr "Indonesian" | |
11361 | |
11362 msgid "Italian" | |
11363 msgstr "Italian" | |
11364 | |
11365 msgid "Japanese" | |
11366 msgstr "Japanese" | |
11367 | |
11368 msgid "Georgian" | |
11369 msgstr "Georgian" | |
11370 | |
17478 | 11371 msgid "Ubuntu Georgian Translators" |
11372 msgstr "Ubuntu Georgian Translators" | |
11373 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11374 msgid "Khmer" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11375 msgstr "Khmer" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11376 |
16160 | 11377 msgid "Kannada" |
11378 msgstr "Kannada" | |
11379 | |
17478 | 11380 msgid "Kannada Translation team" |
11381 msgstr "Kannada Translation team" | |
11382 | |
16160 | 11383 msgid "Korean" |
11384 msgstr "Korean" | |
11385 | |
11386 msgid "Kurdish" | |
11387 msgstr "Kurdish" | |
11388 | |
20269
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11389 msgid "Lao" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11390 msgstr "Lao" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11391 |
16160 | 11392 msgid "Lithuanian" |
11393 msgstr "Lithuanian" | |
11394 | |
11395 msgid "Macedonian" | |
11396 msgstr "Macedonian" | |
11397 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11398 msgid "Mongolian" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11399 msgstr "Mongolian" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11400 |
17478 | 11401 msgid "Bokmål Norwegian" |
11402 msgstr "Bokmål Norwegian" | |
11403 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11404 msgid "Nepali" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11405 msgstr "Nepali" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11406 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11407 msgid "Dutch, Flemish" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11408 msgstr "Dutch, Flemish" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11409 |
19927 | 11410 msgid "Norwegian Nynorsk" |
11411 msgstr "Norwegian Nynorsk" | |
11412 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11413 msgid "Occitan" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11414 msgstr "Occitan" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11415 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11416 msgid "Punjabi" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11417 msgstr "Punjabi" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11418 |
16160 | 11419 msgid "Polish" |
11420 msgstr "Polish" | |
11421 | |
20269
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11422 msgid "Portuguese" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11423 msgstr "Portuguese" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11424 |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11425 msgid "Portuguese-Brazil" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11426 msgstr "Portuguese-Brazil" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11427 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11428 msgid "Pashto" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11429 msgstr "Pashto" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11430 |
16160 | 11431 msgid "Romanian" |
11432 msgstr "Romanian" | |
11433 | |
11434 msgid "Russian" | |
11435 msgstr "Russian" | |
11436 | |
11437 msgid "Slovak" | |
11438 msgstr "Slovak" | |
11439 | |
11440 msgid "Slovenian" | |
11441 msgstr "Slovenian" | |
11442 | |
11443 msgid "Albanian" | |
11444 msgstr "Albanian" | |
11445 | |
11446 msgid "Serbian" | |
11447 msgstr "Serbian" | |
11448 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11449 msgid "Sinhala" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11450 msgstr "Sinhala" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11451 |
16160 | 11452 msgid "Swedish" |
11453 msgstr "Swedish" | |
11454 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
11455 msgid "Swahili" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11456 msgstr "Swahili" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
11457 |
16160 | 11458 msgid "Tamil" |
11459 msgstr "Tamil" | |
11460 | |
11461 msgid "Telugu" | |
11462 msgstr "Telugu" | |
11463 | |
11464 msgid "Thai" | |
11465 msgstr "Thai" | |
11466 | |
11467 msgid "Turkish" | |
11468 msgstr "Turkish" | |
11469 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11470 msgid "Urdu" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11471 msgstr "Urdu" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11472 |
16160 | 11473 msgid "Vietnamese" |
11474 msgstr "Vietnamese" | |
11475 | |
11476 msgid "T.M.Thanh and the Gnome-Vi Team" | |
11477 msgstr "T.M.Thanh and the Gnome-Vi Team" | |
11478 | |
11479 msgid "Simplified Chinese" | |
11480 msgstr "Simplified Chinese" | |
11481 | |
17478 | 11482 msgid "Hong Kong Chinese" |
11483 msgstr "Hong Kong Chinese" | |
11484 | |
16160 | 11485 msgid "Traditional Chinese" |
11486 msgstr "Traditional Chinese" | |
11487 | |
11488 msgid "Amharic" | |
11489 msgstr "Amharic" | |
11490 | |
11491 #, c-format | |
11492 msgid "About %s" | |
11493 msgstr "About %s" | |
11494 | |
17478 | 11495 #, c-format |
11496 msgid "" | |
11497 "%s is a graphical modular messaging client based on libpurple which is " | |
11498 "capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, " | |
19927 | 11499 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, MySpaceIM, Gadu-Gadu, and " |
11500 "QQ all at once. It is written using GTK+.<BR><BR>You may modify and " | |
11501 "redistribute the program under the terms of the GPL (version 2 or later). A " | |
11502 "copy of the GPL is contained in the 'COPYING' file distributed with %s. %s " | |
11503 "is copyrighted by its contributors. See the 'COPYRIGHT' file for the " | |
11504 "complete list of contributors. We provide no warranty for this program." | |
11505 "<BR><BR>" | |
17478 | 11506 msgstr "" |
11507 "%s is a graphical modular messaging client based on libpurple which is " | |
11508 "capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, " | |
19927 | 11509 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, MySpaceIM, Gadu-Gadu, and " |
11510 "QQ all at once. It is written using GTK+.<BR><BR>You may modify and " | |
11511 "redistribute the program under the terms of the GPL (version 2 or later). A " | |
11512 "copy of the GPL is contained in the 'COPYING' file distributed with %s. %s " | |
11513 "is copyrighted by its contributors. See the 'COPYRIGHT' file for the " | |
11514 "complete list of contributors. We provide no warranty for this program." | |
11515 "<BR><BR>" | |
11516 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
11517 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11518 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11519 "<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\"http://developer.pidgin.im/wiki/FAQ" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11520 "\">http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11521 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11522 "<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\"http://developer.pidgin.im/wiki/FAQ" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11523 "\">http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11524 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11525 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11526 msgid "" |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11527 "<font size=\"4\">Help from other Pidgin users:</font> <a href=\"mailto:" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11528 "support@pidgin.im\">support@pidgin.im</a><br/>This is a <b>public</b> " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11529 "mailing list! (<a href=\"http://pidgin.im/pipermail/support/\">archive</a>)" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11530 "<br/>We can't help with 3rd party protocols or plugins!<br/>This list's " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11531 "primary language is <b>English</b>. You are welcome to post in another " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11532 "language, but the responses may be less helpful.<br/><br/>" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
11533 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11534 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11535 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11536 msgid "" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11537 "<FONT SIZE=\"4\">IRC Channel:</FONT> #pidgin on irc.freenode.net<BR><BR>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11538 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11539 "<FONT SIZE=\"4\">IRC Channel:</FONT> #pidgin on irc.freenode.net<BR><BR>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11540 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11541 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11542 msgid "<FONT SIZE=\"4\">XMPP MUC:</FONT> devel@conference.pidgin.im<BR><BR>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11543 msgstr "<FONT SIZE=\"4\">XMPP MUC:</FONT> devel@conference.pidgin.im<BR><BR>" |
17478 | 11544 |
16160 | 11545 msgid "Current Developers" |
11546 msgstr "Current Developers" | |
11547 | |
11548 msgid "Crazy Patch Writers" | |
11549 msgstr "Crazy Patch Writers" | |
11550 | |
11551 msgid "Retired Developers" | |
11552 msgstr "Retired Developers" | |
11553 | |
19927 | 11554 msgid "Retired Crazy Patch Writers" |
11555 msgstr "Retired Crazy Patch Writers" | |
11556 | |
16160 | 11557 msgid "Current Translators" |
11558 msgstr "Current Translators" | |
11559 | |
11560 msgid "Past Translators" | |
11561 msgstr "Past Translators" | |
11562 | |
11563 msgid "Debugging Information" | |
11564 msgstr "Debugging Information" | |
11565 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11566 msgid "_Name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11567 msgstr "_Name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11568 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11569 msgid "_Account" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11570 msgstr "_Account" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11571 |
16160 | 11572 msgid "Get User Info" |
11573 msgstr "Get User Info" | |
11574 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11575 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11576 "Please enter the username or alias of the person whose info you would like " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11577 "to view." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11578 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11579 "Please enter the username or alias of the person whose info you would like " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11580 "to view." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11581 |
16160 | 11582 msgid "View User Log" |
11583 msgstr "View User Log" | |
11584 | |
11585 msgid "Alias Contact" | |
11586 msgstr "Alias Contact" | |
11587 | |
11588 msgid "Enter an alias for this contact." | |
11589 msgstr "Enter an alias for this contact." | |
11590 | |
11591 #, c-format | |
11592 msgid "Enter an alias for %s." | |
11593 msgstr "Enter an alias for %s." | |
11594 | |
11595 msgid "Alias Buddy" | |
11596 msgstr "Alias Buddy" | |
11597 | |
11598 msgid "Alias Chat" | |
11599 msgstr "Alias Chat" | |
11600 | |
11601 msgid "Enter an alias for this chat." | |
11602 msgstr "Enter an alias for this chat." | |
11603 | |
11604 #, c-format | |
11605 msgid "" | |
11606 "You are about to remove the contact containing %s and %d other buddy from " | |
11607 "your buddy list. Do you want to continue?" | |
11608 msgid_plural "" | |
11609 "You are about to remove the contact containing %s and %d other buddies from " | |
11610 "your buddy list. Do you want to continue?" | |
11611 msgstr[0] "" | |
11612 "You are about to remove the contact containing %s and %d other buddy from " | |
11613 "your buddy list. Do you want to continue?" | |
11614 msgstr[1] "" | |
11615 "You are about to remove the contact containing %s and %d other buddies from " | |
11616 "your buddy list. Do you want to continue?" | |
11617 | |
11618 msgid "Remove Contact" | |
11619 msgstr "Remove Contact" | |
11620 | |
11621 msgid "_Remove Contact" | |
11622 msgstr "_Remove Contact" | |
11623 | |
11624 #, c-format | |
11625 msgid "" | |
11626 "You are about to merge the group called %s into the group called %s. Do you " | |
11627 "want to continue?" | |
11628 msgstr "" | |
11629 "You are about to merge the group called %s into the group called %s. Do you " | |
11630 "want to continue?" | |
11631 | |
11632 msgid "Merge Groups" | |
11633 msgstr "Merge Groups" | |
11634 | |
11635 msgid "_Merge Groups" | |
11636 msgstr "_Merge Groups" | |
11637 | |
11638 #, c-format | |
11639 msgid "" | |
11640 "You are about to remove the group %s and all its members from your buddy " | |
11641 "list. Do you want to continue?" | |
11642 msgstr "" | |
11643 "You are about to remove the group %s and all its members from your buddy " | |
11644 "list. Do you want to continue?" | |
11645 | |
11646 msgid "Remove Group" | |
11647 msgstr "Remove Group" | |
11648 | |
11649 msgid "_Remove Group" | |
11650 msgstr "_Remove Group" | |
11651 | |
11652 #, c-format | |
11653 msgid "" | |
11654 "You are about to remove %s from your buddy list. Do you want to continue?" | |
11655 msgstr "" | |
11656 "You are about to remove %s from your buddy list. Do you want to continue?" | |
11657 | |
11658 msgid "Remove Buddy" | |
11659 msgstr "Remove Buddy" | |
11660 | |
11661 msgid "_Remove Buddy" | |
11662 msgstr "_Remove Buddy" | |
11663 | |
11664 #, c-format | |
11665 msgid "" | |
11666 "You are about to remove the chat %s from your buddy list. Do you want to " | |
11667 "continue?" | |
11668 msgstr "" | |
11669 "You are about to remove the chat %s from your buddy list. Do you want to " | |
11670 "continue?" | |
11671 | |
11672 msgid "Remove Chat" | |
11673 msgstr "Remove Chat" | |
11674 | |
11675 msgid "_Remove Chat" | |
11676 msgstr "_Remove Chat" | |
11677 | |
11678 msgid "Right-click for more unread messages...\n" | |
11679 msgstr "Right-click for more unread messages...\n" | |
11680 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11681 msgid "_Change Status" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11682 msgstr "_Change Status" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11683 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11684 msgid "Show Buddy _List" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11685 msgstr "Show Buddy _List" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11686 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11687 msgid "_Unread Messages" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11688 msgstr "_Unread Messages" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11689 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11690 msgid "New _Message..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11691 msgstr "New _Message..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11692 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11693 msgid "_Accounts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11694 msgstr "_Accounts" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11695 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11696 msgid "Plu_gins" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11697 msgstr "Plu_gins" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11698 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11699 msgid "Pr_eferences" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11700 msgstr "Pr_eferences" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11701 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11702 msgid "Mute _Sounds" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11703 msgstr "Mute _Sounds" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11704 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11705 msgid "_Blink on New Message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11706 msgstr "_Blink on New Message" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11707 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11708 msgid "_Quit" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11709 msgstr "_Quit" |
16160 | 11710 |
11711 msgid "Not started" | |
11712 msgstr "Not started" | |
11713 | |
11714 msgid "<b>Receiving As:</b>" | |
11715 msgstr "<b>Receiving As:</b>" | |
11716 | |
11717 msgid "<b>Receiving From:</b>" | |
11718 msgstr "<b>Receiving From:</b>" | |
11719 | |
11720 msgid "<b>Sending To:</b>" | |
11721 msgstr "<b>Sending To:</b>" | |
11722 | |
11723 msgid "<b>Sending As:</b>" | |
11724 msgstr "<b>Sending As:</b>" | |
11725 | |
11726 msgid "There is no application configured to open this type of file." | |
11727 msgstr "There is no application configured to open this type of file." | |
11728 | |
11729 msgid "An error occurred while opening the file." | |
11730 msgstr "An error occurred while opening the file." | |
11731 | |
11732 #, c-format | |
11733 msgid "Error launching %s: %s" | |
11734 msgstr "Error launching %s: %s" | |
11735 | |
11736 #, c-format | |
11737 msgid "Error running %s" | |
11738 msgstr "Error running %s" | |
11739 | |
11740 #, c-format | |
11741 msgid "Process returned error code %d" | |
11742 msgstr "Process returned error code %d" | |
11743 | |
11744 msgid "Filename:" | |
11745 msgstr "Filename:" | |
11746 | |
11747 msgid "Local File:" | |
11748 msgstr "Local File:" | |
11749 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11750 msgid "Speed:" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11751 msgstr "Speed:" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11752 |
16160 | 11753 msgid "Time Elapsed:" |
11754 msgstr "Time Elapsed:" | |
11755 | |
11756 msgid "Time Remaining:" | |
11757 msgstr "Time Remaining:" | |
11758 | |
11759 msgid "Close this window when all transfers _finish" | |
11760 msgstr "Close this window when all transfers _finish" | |
11761 | |
11762 msgid "C_lear finished transfers" | |
11763 msgstr "C_lear finished transfers" | |
11764 | |
11765 #. "Download Details" arrow | |
11766 msgid "File transfer _details" | |
11767 msgstr "File transfer _details" | |
11768 | |
11769 msgid "Paste as Plain _Text" | |
11770 msgstr "Paste as Plain _Text" | |
11771 | |
11772 msgid "_Reset formatting" | |
11773 msgstr "_Reset formatting" | |
11774 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11775 msgid "Disable _smileys in selected text" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11776 msgstr "Disable _smileys in selected text" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11777 |
16160 | 11778 msgid "Hyperlink color" |
11779 msgstr "Hyperlink colour" | |
11780 | |
11781 msgid "Color to draw hyperlinks." | |
11782 msgstr "Colour to draw hyperlinks." | |
11783 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11784 msgid "Hyperlink visited color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11785 msgstr "Hyperlink visited colour" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11786 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11787 msgid "Color to draw hyperlink after it has been visited (or activated)." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11788 msgstr "Colour to draw hyperlinks after they has been visited (or activated)." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11789 |
16160 | 11790 msgid "Hyperlink prelight color" |
11791 msgstr "Hyperlink prelight colour" | |
11792 | |
11793 msgid "Color to draw hyperlinks when mouse is over them." | |
11794 msgstr "Colour to draw hyperlinks when mouse is over them." | |
11795 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11796 msgid "Sent Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11797 msgstr "Sent Message Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11798 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11799 msgid "Color to draw the name of a message you sent." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11800 msgstr "Color to draw the name of a message you sent." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11801 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11802 msgid "Received Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11803 msgstr "Received Message Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11804 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11805 msgid "Color to draw the name of a message you received." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11806 msgstr "Colour to draw the name of a message you received." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11807 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11808 msgid "\"Attention\" Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11809 msgstr "\"Attention\" Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11810 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11811 msgid "Color to draw the name of a message you received containing your name." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11812 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11813 "Colour to draw the name of a message you received containing your name." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11814 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11815 msgid "Action Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11816 msgstr "Action Message Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11817 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11818 msgid "Color to draw the name of an action message." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11819 msgstr "Colour to draw the name of an action message." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11820 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11821 msgid "Action Message Name Color for Whispered Message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11822 msgstr "Action Message Name Colour for Whispered Message" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11823 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11824 msgid "Color to draw the name of a whispered action message." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11825 msgstr "Colour to draw the name of a whispered action message." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11826 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11827 msgid "Whisper Message Name Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11828 msgstr "Whisper Message Name Colour" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11829 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11830 msgid "Color to draw the name of a whispered message." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11831 msgstr "Colour to draw the name of a whispered message." |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11832 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11833 msgid "Typing notification color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11834 msgstr "Typing notification colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11835 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11836 msgid "The color to use for the typing notification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11837 msgstr "The colour to use for the typing notification" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11838 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11839 msgid "Typing notification font" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11840 msgstr "Typing notification font" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11841 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11842 msgid "The font to use for the typing notification" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11843 msgstr "The font to use for the typing notification" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11844 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11845 msgid "Enable typing notification" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11846 msgstr "Enable typing notification" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11847 |
16160 | 11848 msgid "" |
11849 "<span size='larger' weight='bold'>Unrecognized file type</span>\n" | |
11850 "\n" | |
11851 "Defaulting to PNG." | |
11852 msgstr "" | |
11853 "<span size='larger' weight='bold'>Unrecognised file type</span>\n" | |
11854 "\n" | |
11855 "Defaulting to PNG." | |
11856 | |
11857 msgid "" | |
11858 "Unrecognized file type\n" | |
11859 "\n" | |
11860 "Defaulting to PNG." | |
11861 msgstr "" | |
11862 "Unrecognised file type\n" | |
11863 "\n" | |
11864 "Defaulting to PNG." | |
11865 | |
11866 #, c-format | |
11867 msgid "" | |
11868 "<span size='larger' weight='bold'>Error saving image</span>\n" | |
11869 "\n" | |
11870 "%s" | |
11871 msgstr "" | |
11872 "<span size='larger' weight='bold'>Error saving image</span>\n" | |
11873 "\n" | |
11874 "%s" | |
11875 | |
11876 #, c-format | |
11877 msgid "" | |
11878 "Error saving image\n" | |
11879 "\n" | |
11880 "%s" | |
11881 msgstr "" | |
11882 "Error saving image\n" | |
11883 "\n" | |
11884 "%s" | |
11885 | |
11886 msgid "Save Image" | |
11887 msgstr "Save Image" | |
11888 | |
11889 msgid "_Save Image..." | |
11890 msgstr "_Save Image..." | |
11891 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11892 msgid "_Add Custom Smiley..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11893 msgstr "_Add Custom Smiley..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11894 |
16160 | 11895 msgid "Select Font" |
11896 msgstr "Select Font" | |
11897 | |
11898 msgid "Select Text Color" | |
11899 msgstr "Select Text Colour" | |
11900 | |
11901 msgid "Select Background Color" | |
11902 msgstr "Select Background Colour" | |
11903 | |
11904 msgid "_URL" | |
11905 msgstr "_URL" | |
11906 | |
11907 msgid "_Description" | |
11908 msgstr "_Description" | |
11909 | |
11910 msgid "" | |
11911 "Please enter the URL and description of the link that you want to insert. " | |
11912 "The description is optional." | |
11913 msgstr "" | |
11914 "Please enter the URL and description of the link that you want to insert. " | |
11915 "The description is optional." | |
11916 | |
11917 msgid "Please enter the URL of the link that you want to insert." | |
11918 msgstr "Please enter the URL of the link that you want to insert." | |
11919 | |
11920 msgid "Insert Link" | |
11921 msgstr "Insert Link" | |
11922 | |
11923 msgid "_Insert" | |
11924 msgstr "_Insert" | |
11925 | |
11926 #, c-format | |
11927 msgid "Failed to store image: %s\n" | |
11928 msgstr "Failed to store image: %s\n" | |
11929 | |
11930 msgid "Insert Image" | |
11931 msgstr "Insert Image" | |
11932 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11933 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11934 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11935 "This smiley is disabled because a custom smiley exists for this shortcut:\n" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11936 " %s" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11937 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11938 "This smiley is disabled because a custom smiley exists for this shortcut:\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11939 " %s" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11940 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11941 msgid "Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11942 msgstr "Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11943 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11944 msgid "_Manage custom smileys" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11945 msgstr "_Manage custom smileys" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11946 |
16160 | 11947 msgid "This theme has no available smileys." |
11948 msgstr "This theme has no available smileys." | |
11949 | |
19927 | 11950 msgid "_Font" |
11951 msgstr "_Font" | |
11952 | |
11953 msgid "Group Items" | |
11954 msgstr "Group Items" | |
11955 | |
11956 msgid "Ungroup Items" | |
11957 msgstr "Ungroup Items" | |
11958 | |
16160 | 11959 msgid "Bold" |
11960 msgstr "Bold" | |
11961 | |
11962 msgid "Italic" | |
11963 msgstr "Italic" | |
11964 | |
11965 msgid "Underline" | |
11966 msgstr "Underline" | |
11967 | |
19927 | 11968 msgid "Strikethrough" |
11969 msgstr "Strikethrough" | |
11970 | |
11971 msgid "Increase Font Size" | |
11972 msgstr "Increase Font Size" | |
11973 | |
11974 msgid "Decrease Font Size" | |
11975 msgstr "Decrease Font Size" | |
11976 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11977 msgid "Font Face" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11978 msgstr "Font Face" |
19927 | 11979 |
11980 msgid "Foreground Color" | |
11981 msgstr "Foreground Colour" | |
11982 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
11983 msgid "Reset Formatting" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
11984 msgstr "Reset Formatting" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
11985 |
19927 | 11986 msgid "Insert IM Image" |
11987 msgstr "Insert IM Image" | |
11988 | |
11989 msgid "Insert Smiley" | |
11990 msgstr "Insert Smiley" | |
11991 | |
11992 msgid "<b>_Bold</b>" | |
11993 msgstr "<b>_Bold</b>" | |
11994 | |
11995 msgid "<i>_Italic</i>" | |
11996 msgstr "<i>_Italic</i>" | |
11997 | |
11998 msgid "<u>_Underline</u>" | |
11999 msgstr "<u>_Underline</u>" | |
12000 | |
12001 msgid "<span strikethrough='true'>Strikethrough</span>" | |
12002 msgstr "<span strikethrough='true'>Strikethrough</span>" | |
12003 | |
12004 msgid "<span size='larger'>_Larger</span>" | |
12005 msgstr "<span size='larger'>_Larger</span>" | |
12006 | |
12007 msgid "_Normal" | |
12008 msgstr "_Normal" | |
12009 | |
12010 msgid "<span size='smaller'>_Smaller</span>" | |
12011 msgstr "<span size='smaller'>_Smaller</span>" | |
12012 | |
12013 #. If we want to show the formatting for the following items, we would | |
12014 #. * need to update them when formatting changes. The above items don't need | |
12015 #. * no updating nor nothin' | |
12016 msgid "_Font face" | |
12017 msgstr "_Font face" | |
12018 | |
12019 msgid "Foreground _color" | |
12020 msgstr "Foreground _colour" | |
12021 | |
12022 msgid "Bac_kground color" | |
12023 msgstr "Bac_kground colour" | |
12024 | |
12025 msgid "_Image" | |
12026 msgstr "_Image" | |
12027 | |
12028 msgid "_Link" | |
12029 msgstr "_Link" | |
12030 | |
12031 msgid "_Horizontal rule" | |
12032 msgstr "_Horizontal rule" | |
12033 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12034 msgid "_Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12035 msgstr "_Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12036 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12037 msgid "Log Deletion Failed" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12038 msgstr "Log Deletion Failed" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12039 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12040 msgid "Check permissions and try again." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12041 msgstr "Check permissions and try again." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12042 |
16160 | 12043 #, c-format |
12044 msgid "" | |
12045 "Are you sure you want to permanently delete the log of the conversation with " | |
12046 "%s which started at %s?" | |
12047 msgstr "" | |
12048 "Are you sure you want to permanently delete the log of the conversation with " | |
12049 "%s which started at %s?" | |
12050 | |
12051 #, c-format | |
12052 msgid "" | |
12053 "Are you sure you want to permanently delete the log of the conversation in %" | |
12054 "s which started at %s?" | |
12055 msgstr "" | |
12056 "Are you sure you want to permanently delete the log of the conversation in %" | |
12057 "s which started at %s?" | |
12058 | |
12059 #, c-format | |
12060 msgid "" | |
12061 "Are you sure you want to permanently delete the system log which started at %" | |
12062 "s?" | |
12063 msgstr "" | |
12064 "Are you sure you want to permanently delete the system log which started at %" | |
12065 "s?" | |
12066 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12067 msgid "Delete Log?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12068 msgstr "Delete Log?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12069 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12070 msgid "Delete Log..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12071 msgstr "Delete Log..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12072 |
16160 | 12073 #, c-format |
12074 msgid "<span size='larger' weight='bold'>Conversation in %s on %s</span>" | |
12075 msgstr "<span size='larger' weight='bold'>Conversation in %s on %s</span>" | |
12076 | |
12077 #, c-format | |
12078 msgid "<span size='larger' weight='bold'>Conversation with %s on %s</span>" | |
12079 msgstr "<span size='larger' weight='bold'>Conversation with %s on %s</span>" | |
12080 | |
12081 #. Steal the "HELP" response and use it to trigger browsing to the logs folder | |
12082 msgid "_Browse logs folder" | |
12083 msgstr "_Browse logs folder" | |
12084 | |
12085 #, c-format | |
12086 msgid "%s %s. Try `%s -h' for more information.\n" | |
12087 msgstr "%s %s. Try `%s -h' for more information.\n" | |
12088 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12089 #, c-format |
16160 | 12090 msgid "" |
12091 "Usage: %s [OPTION]...\n" | |
12092 "\n" | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12093 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12094 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12095 msgid "DIR" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12096 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12097 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12098 msgid "use DIR for config files" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12099 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12100 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12101 msgid "print debugging messages to stdout" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12102 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12103 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12104 msgid "force online, regardless of network status" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12105 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12106 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12107 msgid "display this help and exit" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12108 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12109 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12110 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12111 msgid "allow multiple instances" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12112 msgstr "Allow multiple simultaneous logins" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12113 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12114 msgid "don't automatically login" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12115 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12116 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12117 msgid "NAME" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12118 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12119 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12120 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12121 "enable specified account(s) (optional argument NAME\n" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12122 " specifies account(s) to use, separated by commas.\n" |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12123 " Without this only the first account will be enabled)." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12124 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12125 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12126 msgid "X display to use" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12127 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12128 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12129 msgid "display the current version and exit" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12130 msgstr "" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12131 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12132 #, c-format |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12133 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12134 "%s %s has segfaulted and attempted to dump a core file.\n" |
16160 | 12135 "This is a bug in the software and has happened through\n" |
12136 "no fault of your own.\n" | |
12137 "\n" | |
17478 | 12138 "If you can reproduce the crash, please notify the developers\n" |
12139 "by reporting a bug at:\n" | |
19927 | 12140 "%ssimpleticket/\n" |
16160 | 12141 "\n" |
12142 "Please make sure to specify what you were doing at the time\n" | |
12143 "and post the backtrace from the core file. If you do not know\n" | |
12144 "how to get the backtrace, please read the instructions at\n" | |
17478 | 12145 "%swiki/GetABacktrace\n" |
16160 | 12146 msgstr "" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12147 "%s %s has segfaulted and attempted to dump a core file.\n" |
16160 | 12148 "This is a bug in the software and has happened through\n" |
12149 "no fault of your own.\n" | |
12150 "\n" | |
17478 | 12151 "If you can reproduce the crash, please notify the developers\n" |
12152 "by reporting a bug at:\n" | |
19927 | 12153 "%ssimpleticket/\n" |
16160 | 12154 "\n" |
12155 "Please make sure to specify what you were doing at the time\n" | |
12156 "and post the backtrace from the core file. If you do not know\n" | |
12157 "how to get the backtrace, please read the instructions at\n" | |
17478 | 12158 "%swiki/GetABacktrace\n" |
16160 | 12159 |
19927 | 12160 #. Translators may want to transliterate the name. |
12161 #. It is not to be translated. | |
12162 msgid "Pidgin" | |
12163 msgstr "Pidgin" | |
12164 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12165 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12166 msgid "Exiting because another libpurple client is already running.\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12167 msgstr "Exiting because another libpurple client is already running.\n" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12168 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12169 msgid "/_Media" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12170 msgstr "/_Media" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12171 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12172 msgid "/Media/_Hangup" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12173 msgstr "/Media/_Hangup" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12174 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12175 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12176 msgid "%s wishes to start an audio/video session with you." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12177 msgstr "%s wishes to start an audio/video session with you." |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12178 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12179 #, c-format |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12180 msgid "%s wishes to start a video session with you." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12181 msgstr "%s wishes to start a video session with you." |
16160 | 12182 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12183 msgid "Incoming Call" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12184 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12185 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12186 msgid "_Pause" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12187 msgstr "_Pause" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12188 |
16160 | 12189 #, c-format |
12190 msgid "%s has %d new message." | |
12191 msgid_plural "%s has %d new messages." | |
12192 msgstr[0] "%s has %d new message." | |
12193 msgstr[1] "%s has %d new messages." | |
12194 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12195 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
12196 msgid "<b>%d new email.</b>" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
12197 msgid_plural "<b>%d new emails.</b>" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
12198 msgstr[0] "<b>%d new email.</b>" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
12199 msgstr[1] "<b>%d new emails.</b>" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12200 |
16160 | 12201 #, c-format |
12202 msgid "The browser command \"%s\" is invalid." | |
12203 msgstr "The browser command \"%s\" is invalid." | |
12204 | |
12205 msgid "Unable to open URL" | |
12206 msgstr "Unable to open URL" | |
12207 | |
12208 #, c-format | |
12209 msgid "Error launching \"%s\": %s" | |
12210 msgstr "Error launching \"%s\": %s" | |
12211 | |
12212 msgid "" | |
12213 "The 'Manual' browser command has been chosen, but no command has been set." | |
12214 msgstr "" | |
12215 "The 'Manual' browser command has been chosen, but no command has been set." | |
12216 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12217 msgid "No message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12218 msgstr "No message" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12219 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12220 msgid "Open All Messages" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12221 msgstr "Open All Messages" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12222 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12223 msgid "<span weight=\"bold\" size=\"larger\">You have mail!</span>" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12224 msgstr "<span weight=\"bold\" size=\"larger\">You have mail!</span>" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12225 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12226 msgid "New Pounces" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12227 msgstr "New Pounces" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12228 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12229 msgid "Dismiss" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12230 msgstr "Dismiss" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12231 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12232 msgid "<span weight=\"bold\" size=\"larger\">You have pounced!</span>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12233 msgstr "<span weight=\"bold\" size=\"larger\">You have pounced!</span>" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12234 |
16160 | 12235 msgid "The following plugins will be unloaded." |
12236 msgstr "The following plug-ins will be unloaded." | |
12237 | |
12238 msgid "Multiple plugins will be unloaded." | |
12239 msgstr "Multiple plug-ins will be unloaded." | |
12240 | |
12241 msgid "Unload Plugins" | |
12242 msgstr "Unload Plug-ins" | |
12243 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12244 msgid "Could not unload plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12245 msgstr "Could not unload plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12246 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12247 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12248 "The plugin could not be unloaded now, but will be disabled at the next " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12249 "startup." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12250 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12251 "The plugin could not be unloaded now, but will be disabled at the next " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12252 "startup." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12253 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12254 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12255 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12256 "<span foreground=\"red\" weight=\"bold\">Error: %s\n" |
16160 | 12257 "Check the plugin website for an update.</span>" |
12258 msgstr "" | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12259 "<span foreground=\"red\" weight=\"bold\">Error: %s\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12260 "Check the plugin website for an update.</span>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12261 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12262 msgid "Author" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12263 msgstr "Author" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12264 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12265 msgid "<b>Written by:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12266 msgstr "<b>Written by:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12267 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12268 msgid "<b>Web site:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12269 msgstr "<b>Web site:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12270 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12271 msgid "<b>Filename:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12272 msgstr "<b>Filename:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12273 |
16160 | 12274 msgid "Configure Pl_ugin" |
12275 msgstr "Configure Pl_ug-in" | |
12276 | |
12277 msgid "<b>Plugin Details</b>" | |
12278 msgstr "<b>Plug-in Details</b>" | |
12279 | |
12280 msgid "Select a file" | |
12281 msgstr "Select a file" | |
12282 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12283 msgid "Modify Buddy Pounce" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12284 msgstr "Modify Buddy Pounce" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12285 |
16160 | 12286 #. Create the "Pounce on Whom" frame. |
12287 msgid "Pounce on Whom" | |
12288 msgstr "Pounce on Whom" | |
12289 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12290 msgid "_Account:" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12291 msgstr "_Account:" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12292 |
16160 | 12293 msgid "_Buddy name:" |
12294 msgstr "_Buddy name:" | |
12295 | |
12296 msgid "Si_gns on" | |
12297 msgstr "Si_gns on" | |
12298 | |
12299 msgid "Signs o_ff" | |
12300 msgstr "Signs o_ff" | |
12301 | |
17478 | 12302 msgid "Goes a_way" |
12303 msgstr "Goes a_way" | |
16160 | 12304 |
17478 | 12305 msgid "Ret_urns from away" |
12306 msgstr "Ret_urn from away" | |
12307 | |
16160 | 12308 msgid "Becomes _idle" |
12309 msgstr "Becomes _idle" | |
12310 | |
12311 msgid "Is no longer i_dle" | |
12312 msgstr "Is no longer i_dle" | |
12313 | |
12314 msgid "Starts _typing" | |
12315 msgstr "Starts _typing" | |
12316 | |
12317 msgid "P_auses while typing" | |
12318 msgstr "P_auses while typing" | |
12319 | |
17478 | 12320 msgid "Stops t_yping" |
12321 msgstr "Stops t_yping" | |
12322 | |
16160 | 12323 msgid "Sends a _message" |
12324 msgstr "Sends a _message" | |
12325 | |
12326 msgid "Ope_n an IM window" | |
12327 msgstr "Ope_n a message window" | |
12328 | |
12329 msgid "_Pop up a notification" | |
12330 msgstr "_Pop up a notification" | |
12331 | |
12332 msgid "Send a _message" | |
12333 msgstr "Send a _message" | |
12334 | |
12335 msgid "E_xecute a command" | |
12336 msgstr "E_xecute a command" | |
12337 | |
19927 | 12338 msgid "P_lay a sound" |
12339 msgstr "P_lay a sound" | |
12340 | |
12341 msgid "Brows_e..." | |
12342 msgstr "Brows_e..." | |
12343 | |
16160 | 12344 msgid "Br_owse..." |
12345 msgstr "Br_owse..." | |
12346 | |
12347 msgid "Pre_view" | |
12348 msgstr "Pre_view" | |
12349 | |
19927 | 12350 msgid "P_ounce only when my status is not Available" |
12351 msgstr "P_ounce only when my status is not Available" | |
12352 | |
16160 | 12353 msgid "_Recurring" |
12354 msgstr "_Recurring" | |
12355 | |
12356 msgid "Pounce Target" | |
12357 msgstr "Pounce Target" | |
12358 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12359 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12360 msgid "Started typing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12361 msgstr "Started typing" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12362 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12363 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12364 msgid "Paused while typing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12365 msgstr "Paused while typing" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12366 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12367 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12368 msgid "Signed on" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12369 msgstr "Signed on" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12370 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12371 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12372 msgid "Returned from being idle" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12373 msgstr "Returned from being idle" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12374 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12375 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12376 msgid "Returned from being away" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12377 msgstr "Returned from being away" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12378 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12379 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12380 msgid "Stopped typing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12381 msgstr "Stopped typing" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12382 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12383 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12384 msgid "Signed off" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12385 msgstr "Signed off" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12386 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12387 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12388 msgid "Became idle" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12389 msgstr "Became idle" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12390 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12391 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12392 msgid "Went away" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12393 msgstr "Went away" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12394 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12395 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12396 msgid "Sent a message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12397 msgstr "Sent a message" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12398 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12399 #, c-format |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12400 msgid "Unknown.... Please report this!" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12401 msgstr "Unknown.... Please report this!" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12402 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12403 msgid "Theme failed to unpack." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12404 msgstr "Theme failed to unpack." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12405 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12406 msgid "Theme failed to load." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12407 msgstr "Theme failed to load." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12408 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12409 msgid "Theme failed to copy." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12410 msgstr "Theme failed to copy." |
16160 | 12411 |
19927 | 12412 msgid "Install Theme" |
12413 msgstr "Install Theme" | |
12414 | |
16160 | 12415 msgid "" |
12416 "Select a smiley theme that you would like to use from the list below. New " | |
12417 "themes can be installed by dragging and dropping them onto the theme list." | |
12418 msgstr "" | |
12419 "Select a smiley theme that you would like to use from the list below. New " | |
12420 "themes can be installed by dragging and dropping them onto the theme list." | |
12421 | |
12422 msgid "Icon" | |
12423 msgstr "Icon" | |
12424 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12425 msgid "Keyboard Shortcuts" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12426 msgstr "Keyboard Shortcuts" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12427 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12428 msgid "Cl_ose conversations with the Escape key" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12429 msgstr "Cl_ose conversations with the Escape key" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12430 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12431 #. Buddy List Themes |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12432 msgid "Buddy List Theme" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12433 msgstr "Buddy List Theme" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12434 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12435 #. System Tray |
16160 | 12436 msgid "System Tray Icon" |
12437 msgstr "System Tray Icon" | |
12438 | |
12439 msgid "_Show system tray icon:" | |
12440 msgstr "_Show system tray icon:" | |
12441 | |
12442 msgid "On unread messages" | |
12443 msgstr "On unread messages" | |
12444 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12445 msgid "Conversation Window" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12446 msgstr "Conversation Window" |
16160 | 12447 |
12448 msgid "_Hide new IM conversations:" | |
12449 msgstr "_Hide new IM conversations:" | |
12450 | |
12451 msgid "When away" | |
12452 msgstr "When away" | |
12453 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12454 msgid "Minimi_ze new conversation windows" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12455 msgstr "Minimi_ze new conversation windows" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12456 |
16160 | 12457 #. All the tab options! |
12458 msgid "Tabs" | |
12459 msgstr "Tabs" | |
12460 | |
12461 msgid "Show IMs and chats in _tabbed windows" | |
12462 msgstr "Show IMs and chats in _tabbed windows" | |
12463 | |
12464 msgid "Show close b_utton on tabs" | |
12465 msgstr "Show close b_utton on tabs" | |
12466 | |
12467 msgid "_Placement:" | |
12468 msgstr "_Placement" | |
12469 | |
12470 msgid "Top" | |
12471 msgstr "Top" | |
12472 | |
12473 msgid "Bottom" | |
12474 msgstr "Bottom" | |
12475 | |
12476 msgid "Left" | |
12477 msgstr "Left" | |
12478 | |
12479 msgid "Right" | |
12480 msgstr "Right" | |
12481 | |
12482 msgid "Left Vertical" | |
12483 msgstr "Left Vertical" | |
12484 | |
12485 msgid "Right Vertical" | |
12486 msgstr "Right Vertical" | |
12487 | |
12488 msgid "N_ew conversations:" | |
12489 msgstr "N_ew conversations:" | |
12490 | |
12491 msgid "Show _formatting on incoming messages" | |
12492 msgstr "Show _formatting on incoming messages" | |
12493 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12494 msgid "Close IMs immediately when the tab is closed" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12495 msgstr "Close IMs immediately when the tab is closed" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12496 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12497 msgid "Show _detailed information" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12498 msgstr "Show _detailed information" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12499 |
16160 | 12500 msgid "Enable buddy ic_on animation" |
12501 msgstr "Enable buddy ic_on animation" | |
12502 | |
12503 msgid "_Notify buddies that you are typing to them" | |
12504 msgstr "_Notify buddies that you are typing to them" | |
12505 | |
12506 msgid "Highlight _misspelled words" | |
12507 msgstr "Highlight _misspelled words" | |
12508 | |
12509 msgid "Use smooth-scrolling" | |
12510 msgstr "Use smooth-scrolling" | |
12511 | |
12512 msgid "F_lash window when IMs are received" | |
12513 msgstr "F_lash window when IMs are received" | |
12514 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12515 msgid "Minimum input area height in lines:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12516 msgstr "Minimum input area height in lines:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12517 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12518 msgid "Font" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12519 msgstr "Font" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12520 |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12521 msgid "Use document font from _theme" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12522 msgstr "Use document font from _theme" |
19927 | 12523 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12524 msgid "Use font from _theme" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12525 msgstr "Use font from _theme" |
19927 | 12526 |
12527 msgid "Conversation _font:" | |
12528 msgstr "Conversation _font:" | |
12529 | |
16160 | 12530 msgid "Default Formatting" |
12531 msgstr "Default Formatting" | |
12532 | |
12533 msgid "" | |
12534 "This is how your outgoing message text will appear when you use protocols " | |
19927 | 12535 "that support formatting." |
16160 | 12536 msgstr "" |
12537 "This is how your outgoing message text will appear when you use protocols " | |
19927 | 12538 "that support formatting." |
12539 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12540 msgid "Cannot start proxy configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12541 msgstr "Cannot start proxy configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12542 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12543 msgid "Cannot start browser configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12544 msgstr "Cannot start browser configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12545 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12546 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12547 msgid "Disabled" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12548 msgstr "_Disable" |
16160 | 12549 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12550 #, c-format |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12551 msgid "Use _automatically detected IP address: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12552 msgstr "Use _automatically detected IP address: %s" |
16160 | 12553 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12554 msgid "<span style=\"italic\">Example: stunserver.org</span>" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12555 msgstr "<span style=\"italic\">Example: stunserver.org</span>" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12556 |
16160 | 12557 msgid "Public _IP:" |
12558 msgstr "Public _IP:" | |
12559 | |
12560 msgid "Ports" | |
12561 msgstr "Ports" | |
12562 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12563 msgid "_Enable automatic router port forwarding" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12564 msgstr "_Enable automatic router port forwarding" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12565 |
16160 | 12566 msgid "_Manually specify range of ports to listen on" |
12567 msgstr "_Manually specify range of ports to listen on" | |
12568 | |
12569 msgid "_Start port:" | |
12570 msgstr "_Start port:" | |
12571 | |
12572 msgid "_End port:" | |
12573 msgstr "_End port:" | |
12574 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12575 #. TURN server |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12576 msgid "Relay Server (TURN)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12577 msgstr "Relay Server (TURN)" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12578 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12579 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12580 msgid "_TURN server:" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12581 msgstr "_Server:" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
12582 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12583 msgid "Proxy Server & Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12584 msgstr "Proxy Server & Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12585 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12586 msgid "<b>Proxy configuration program was not found.</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12587 msgstr "<b>Proxy configuration program was not found.</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12588 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12589 msgid "<b>Browser configuration program was not found.</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12590 msgstr "<b>Browser configuration program was not found.</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12591 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12592 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12593 "Proxy & Browser preferences are configured\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12594 "in GNOME Preferences" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12595 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12596 "Proxy & Browser preferences are configured\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12597 "in GNOME Preferences" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12598 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12599 msgid "Configure _Proxy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12600 msgstr "Configure _Proxy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12601 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12602 msgid "Configure _Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12603 msgstr "Configure _Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12604 |
16160 | 12605 msgid "Proxy Server" |
12606 msgstr "Proxy Server" | |
12607 | |
12608 msgid "No proxy" | |
12609 msgstr "No proxy" | |
12610 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12611 #. This is a global option that affects SOCKS4 usage even with account-specific proxy settings |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12612 msgid "Use remote DNS with SOCKS4 proxies" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12613 msgstr "Use remote DNS with SOCKS4 proxies" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12614 |
16160 | 12615 msgid "_User:" |
12616 msgstr "_User:" | |
12617 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12618 msgid "Seamonkey" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12619 msgstr "Seamonkey" |
16160 | 12620 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12621 msgid "Opera" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12622 msgstr "Opera" |
16160 | 12623 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12624 msgid "Netscape" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12625 msgstr "Netscape" |
16160 | 12626 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12627 msgid "Mozilla" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12628 msgstr "Mozilla" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12629 |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12630 msgid "Konqueror" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12631 msgstr "Konqueror" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12632 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12633 msgid "Desktop Default" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12634 msgstr "Desktop Default" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12635 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12636 msgid "GNOME Default" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12637 msgstr "GNOME Default" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12638 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12639 msgid "Galeon" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12640 msgstr "Galeon" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12641 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12642 msgid "Firefox" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12643 msgstr "Firefox" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12644 |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12645 msgid "Firebird" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12646 msgstr "Firebird" |
16160 | 12647 |
12648 msgid "Epiphany" | |
12649 msgstr "Epiphany" | |
12650 | |
12651 msgid "Manual" | |
12652 msgstr "Manual" | |
12653 | |
12654 msgid "Browser Selection" | |
12655 msgstr "Browser Selection" | |
12656 | |
12657 msgid "_Browser:" | |
12658 msgstr "_Browser:" | |
12659 | |
12660 msgid "_Open link in:" | |
12661 msgstr "_Open Link in:" | |
12662 | |
12663 msgid "Browser default" | |
12664 msgstr "Browser default" | |
12665 | |
12666 msgid "Existing window" | |
12667 msgstr "Existing window" | |
12668 | |
12669 msgid "New tab" | |
12670 msgstr "New tab" | |
12671 | |
12672 #, c-format | |
12673 msgid "" | |
12674 "_Manual:\n" | |
12675 "(%s for URL)" | |
12676 msgstr "" | |
12677 "_Manual:\n" | |
12678 "(%s for URL)" | |
12679 | |
12680 msgid "Log _format:" | |
12681 msgstr "Log _format:" | |
12682 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12683 msgid "Log all _instant messages" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12684 msgstr "Log all _instant messages" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12685 |
16160 | 12686 msgid "Log all c_hats" |
12687 msgstr "Log all c_hats" | |
12688 | |
12689 msgid "Log all _status changes to system log" | |
12690 msgstr "Log all _status changes to system log" | |
12691 | |
12692 msgid "Sound Selection" | |
12693 msgstr "Sound Selection" | |
12694 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12695 #, c-format |
16160 | 12696 msgid "Quietest" |
12697 msgstr "Quietest" | |
12698 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12699 #, c-format |
16160 | 12700 msgid "Quieter" |
12701 msgstr "Quieter" | |
12702 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12703 #, c-format |
16160 | 12704 msgid "Quiet" |
12705 msgstr "Quiet" | |
12706 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12707 #, c-format |
16160 | 12708 msgid "Loud" |
12709 msgstr "Loud" | |
12710 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12711 #, c-format |
16160 | 12712 msgid "Louder" |
12713 msgstr "Louder" | |
12714 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12715 #, c-format |
16160 | 12716 msgid "Loudest" |
12717 msgstr "Loudest" | |
12718 | |
12719 msgid "_Method:" | |
12720 msgstr "_Method:" | |
12721 | |
17478 | 12722 msgid "Console beep" |
12723 msgstr "Console beep" | |
12724 | |
16160 | 12725 msgid "No sounds" |
12726 msgstr "No sounds" | |
12727 | |
12728 #, c-format | |
12729 msgid "" | |
12730 "Sound c_ommand:\n" | |
12731 "(%s for filename)" | |
12732 msgstr "" | |
12733 "Sound c_ommand:\n" | |
12734 "(%s for filename)" | |
12735 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12736 msgid "M_ute sounds" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12737 msgstr "M_ute Sounds" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12738 |
16160 | 12739 msgid "Sounds when conversation has _focus" |
12740 msgstr "Sounds when conversation has _focus" | |
12741 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12742 msgid "_Enable sounds:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12743 msgstr "_Enable sounds:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12744 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12745 msgid "V_olume:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12746 msgstr "V_olume:" |
16160 | 12747 |
12748 msgid "Play" | |
12749 msgstr "Play" | |
12750 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12751 msgid "_Browse..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12752 msgstr "_Browse..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12753 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12754 msgid "_Reset" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12755 msgstr "_Reset" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12756 |
16160 | 12757 msgid "_Report idle time:" |
12758 msgstr "_Report idle time:" | |
12759 | |
12760 msgid "Based on keyboard or mouse use" | |
12761 msgstr "Based on keyboard or mouse use" | |
12762 | |
12763 msgid "_Auto-reply:" | |
12764 msgstr "_Auto-reply:" | |
12765 | |
12766 msgid "When both away and idle" | |
12767 msgstr "When both away and idle" | |
12768 | |
12769 #. Auto-away stuff | |
12770 msgid "Auto-away" | |
12771 msgstr "Auto-away" | |
12772 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12773 msgid "_Minutes before becoming idle:" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12774 msgstr "_Minutes before becoming idle:" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12775 |
16160 | 12776 msgid "Change status when _idle" |
12777 msgstr "Change status when _idle" | |
12778 | |
12779 msgid "Change _status to:" | |
12780 msgstr "Change _status to:" | |
12781 | |
12782 #. Signon status stuff | |
12783 msgid "Status at Startup" | |
12784 msgstr "Status at Startup" | |
12785 | |
12786 msgid "Use status from last _exit at startup" | |
12787 msgstr "Use status from last _exit at startup" | |
12788 | |
12789 msgid "Status to a_pply at startup:" | |
12790 msgstr "Status to a_pply at startup:" | |
12791 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12792 msgid "Interface" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12793 msgstr "Interface" |
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
12794 |
16160 | 12795 msgid "Smiley Themes" |
12796 msgstr "Smiley Themes" | |
12797 | |
12798 msgid "Browser" | |
12799 msgstr "Browser" | |
12800 | |
12801 msgid "Status / Idle" | |
12802 msgstr "Status / Idle" | |
12803 | |
12804 msgid "Allow all users to contact me" | |
12805 msgstr "Allow all users to contact me" | |
12806 | |
12807 msgid "Allow only the users on my buddy list" | |
12808 msgstr "Allow only the users on my buddy list" | |
12809 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12810 msgid "Allow only the users below" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12811 msgstr "Allow only the users below" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12812 |
16160 | 12813 msgid "Block all users" |
12814 msgstr "Block all users" | |
12815 | |
12816 msgid "Block only the users below" | |
12817 msgstr "Block only the users below" | |
12818 | |
12819 msgid "Privacy" | |
12820 msgstr "Privacy" | |
12821 | |
12822 msgid "Changes to privacy settings take effect immediately." | |
12823 msgstr "Changes to privacy settings take effect immediately." | |
12824 | |
12825 msgid "Set privacy for:" | |
12826 msgstr "Set privacy for:" | |
12827 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12828 #. Remove All button |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12829 msgid "Remove Al_l" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12830 msgstr "Remove Al_l" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12831 |
16160 | 12832 msgid "Permit User" |
12833 msgstr "Permit User" | |
12834 | |
12835 msgid "Type a user you permit to contact you." | |
12836 msgstr "Type a user you permit to contact you." | |
12837 | |
12838 msgid "Please enter the name of the user you wish to be able to contact you." | |
12839 msgstr "Please enter the name of the user you wish to be able to contact you." | |
12840 | |
12841 msgid "_Permit" | |
12842 msgstr "_Permit" | |
12843 | |
12844 #, c-format | |
12845 msgid "Allow %s to contact you?" | |
12846 msgstr "Allow %s to contact you?" | |
12847 | |
12848 #, c-format | |
12849 msgid "Are you sure you wish to allow %s to contact you?" | |
12850 msgstr "Are you sure you wish to allow %s to contact you?" | |
12851 | |
12852 msgid "Block User" | |
12853 msgstr "Block User" | |
12854 | |
12855 msgid "Type a user to block." | |
12856 msgstr "Type a user to block." | |
12857 | |
12858 msgid "Please enter the name of the user you wish to block." | |
12859 msgstr "Please enter the name of the user you wish to block." | |
12860 | |
12861 #, c-format | |
12862 msgid "Block %s?" | |
12863 msgstr "Block %s?" | |
12864 | |
12865 #, c-format | |
12866 msgid "Are you sure you want to block %s?" | |
12867 msgstr "Are you sure you want to block %s?" | |
12868 | |
12869 msgid "Apply" | |
12870 msgstr "Apply" | |
12871 | |
12872 msgid "That file already exists" | |
12873 msgstr "That file already exists" | |
12874 | |
12875 msgid "Would you like to overwrite it?" | |
12876 msgstr "Would you like to overwrite it?" | |
12877 | |
12878 msgid "Overwrite" | |
12879 msgstr "Overwrite" | |
12880 | |
12881 msgid "Choose New Name" | |
12882 msgstr "Choose New Name" | |
12883 | |
12884 msgid "Select Folder..." | |
12885 msgstr "Select Folder..." | |
12886 | |
12887 #. list button | |
12888 msgid "_Get List" | |
12889 msgstr "_Get List" | |
12890 | |
12891 #. add button | |
12892 msgid "_Add Chat" | |
12893 msgstr "_Add Chat" | |
12894 | |
12895 msgid "Are you sure you want to delete the selected saved statuses?" | |
12896 msgstr "Are you sure you want to delete the selected saved statuses?" | |
12897 | |
12898 #. Use button | |
12899 msgid "_Use" | |
12900 msgstr "_Use" | |
12901 | |
12902 msgid "Title already in use. You must choose a unique title." | |
12903 msgstr "Title already in use. You must choose a unique title." | |
12904 | |
12905 msgid "Different" | |
12906 msgstr "Different" | |
12907 | |
12908 msgid "_Title:" | |
12909 msgstr "_Title:" | |
12910 | |
12911 msgid "_Status:" | |
12912 msgstr "_Status:" | |
12913 | |
12914 #. Different status message expander | |
12915 msgid "Use a _different status for some accounts" | |
12916 msgstr "Use a _different status for some accounts" | |
12917 | |
12918 #. Save & Use button | |
12919 msgid "Sa_ve & Use" | |
12920 msgstr "Sa_ve & Use" | |
12921 | |
12922 #, c-format | |
12923 msgid "Status for %s" | |
12924 msgstr "Status for %s" | |
12925 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12926 #, c-format |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12927 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12928 "A custom smiley for '%s' already exists. Please use a different shortcut." |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12929 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12930 "A custom smiley for '%s' already exists. Please use a different shortcut." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12931 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12932 msgid "Custom Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12933 msgstr "Custom Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12934 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12935 msgid "Duplicate Shortcut" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12936 msgstr "Duplicate Shortcut" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12937 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12938 msgid "Edit Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12939 msgstr "Edit Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12940 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12941 msgid "Add Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12942 msgstr "Add Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12943 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12944 msgid "_Image:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12945 msgstr "_Image:" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12946 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12947 #. Shortcut text |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12948 msgid "S_hortcut text:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12949 msgstr "S_hortcut text:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12950 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12951 msgid "Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12952 msgstr "Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12953 |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12954 msgid "Shortcut Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12955 msgstr "Shortcut Text" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12956 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12957 msgid "Custom Smiley Manager" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12958 msgstr "Custom Smiley Manager" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12959 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
12960 msgid "Select Buddy Icon" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12961 msgstr "Select Buddy Icon" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12962 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12963 msgid "Click to change your buddyicon for this account." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12964 msgstr "Click to change your buddy icon for this account." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12965 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12966 msgid "Click to change your buddyicon for all accounts." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12967 msgstr "Click to change your buddy icon for all accounts." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12968 |
16160 | 12969 msgid "Waiting for network connection" |
12970 msgstr "Waiting for network connection" | |
12971 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12972 msgid "New status..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12973 msgstr "New status..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12974 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12975 msgid "Saved statuses..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12976 msgstr "Saved statuses..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12977 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12978 msgid "Status Selector" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12979 msgstr "Status Selector" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12980 |
17478 | 12981 msgid "Google Talk" |
12982 msgstr "Google Talk" | |
12983 | |
16160 | 12984 #, c-format |
12985 msgid "The following error has occurred loading %s: %s" | |
12986 msgstr "The following error has occurred loading %s: %s" | |
12987 | |
12988 msgid "Failed to load image" | |
12989 msgstr "Failed to load image" | |
12990 | |
12991 #, c-format | |
12992 msgid "Cannot send folder %s." | |
12993 msgstr "Cannot send folder %s." | |
12994 | |
12995 #, c-format | |
12996 msgid "" | |
12997 "%s cannot transfer a folder. You will need to send the files within " | |
17478 | 12998 "individually." |
16160 | 12999 msgstr "" |
13000 "%s cannot transfer a folder. You will need to send the files within " | |
17478 | 13001 "individually." |
13002 | |
16160 | 13003 msgid "You have dragged an image" |
13004 msgstr "You have dragged an image" | |
13005 | |
13006 msgid "" | |
13007 "You can send this image as a file transfer, embed it into this message, or " | |
13008 "use it as the buddy icon for this user." | |
13009 msgstr "" | |
13010 "You can send this image as a file transfer, embed it into this message, or " | |
13011 "use it as the buddy icon for this user." | |
13012 | |
13013 msgid "Set as buddy icon" | |
13014 msgstr "Set as buddy icon" | |
13015 | |
13016 msgid "Send image file" | |
13017 msgstr "Send image file" | |
13018 | |
13019 msgid "Insert in message" | |
13020 msgstr "Insert in message" | |
13021 | |
13022 msgid "Would you like to set it as the buddy icon for this user?" | |
13023 msgstr "Would you like to set it as the buddy icon for this user?" | |
13024 | |
19927 | 13025 msgid "" |
13026 "You can send this image as a file transfer, or use it as the buddy icon for " | |
13027 "this user." | |
13028 msgstr "" | |
13029 "You can send this image as a file transfer, or use it as the buddy icon for " | |
13030 "this user." | |
13031 | |
16160 | 13032 msgid "" |
13033 "You can insert this image into this message, or use it as the buddy icon for " | |
13034 "this user" | |
13035 msgstr "" | |
13036 "You can insert this image into this message, or use it as the buddy icon for " | |
13037 "this user" | |
13038 | |
13039 #. I don't know if we really want to do anything here. Most of the desktop item types are crap like | |
13040 #. * "MIME Type" (I have no clue how that would be a desktop item) and "Comment"... nothing we can really | |
13041 #. * send. The only logical one is "Application," but do we really want to send a binary and nothing else? | |
13042 #. * Probably not. I'll just give an error and return. | |
13043 #. The original patch sent the icon used by the launcher. That's probably wrong | |
13044 msgid "Cannot send launcher" | |
13045 msgstr "Cannot send launcher" | |
13046 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
13047 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
13048 "You dragged a desktop launcher. Most likely you wanted to send the target of " |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
13049 "this launcher instead of this launcher itself." |
16160 | 13050 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13051 "You dragged a desktop launcher. Most likely you wanted to send the target of " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13052 "this launcher instead of this launcher itself." |
16160 | 13053 |
13054 #, c-format | |
13055 msgid "" | |
13056 "<b>File:</b> %s\n" | |
13057 "<b>File size:</b> %s\n" | |
13058 "<b>Image size:</b> %dx%d" | |
13059 msgstr "" | |
13060 "<b>File:</b> %s\n" | |
13061 "<b>File size:</b> %s\n" | |
13062 "<b>Image size:</b> %dx%d" | |
13063 | |
13064 #, c-format | |
13065 msgid "The file '%s' is too large for %s. Please try a smaller image.\n" | |
13066 msgstr "The file '%s' is too large for %s. Please try a smaller image.\n" | |
13067 | |
13068 msgid "Icon Error" | |
13069 msgstr "Icon Error" | |
13070 | |
13071 msgid "Could not set icon" | |
13072 msgstr "Could not set icon" | |
13073 | |
13074 #, c-format | |
13075 msgid "Failed to open file '%s': %s" | |
13076 msgstr "Failed to open file \"%s\": %s" | |
13077 | |
13078 #, c-format | |
13079 msgid "" | |
13080 "Failed to load image '%s': reason not known, probably a corrupt image file" | |
13081 msgstr "" | |
13082 "Failed to load image \"%s\": reason not known; probably a corrupt image file" | |
13083 | |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13084 msgid "_Open Link" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13085 msgstr "_Open Link" |
26843
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13086 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13087 msgid "_Copy Link Location" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13088 msgstr "_Copy Link Location" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13089 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13090 msgid "_Copy Email Address" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13091 msgstr "_Copy Email Address" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
13092 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13093 msgid "_Open File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13094 msgstr "_Open File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13095 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13096 msgid "Open _Containing Directory" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13097 msgstr "Open _Containing Directory" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13098 |
16160 | 13099 msgid "Save File" |
13100 msgstr "Save File" | |
13101 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13102 msgid "_Play Sound" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13103 msgstr "_Play Sound" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13104 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13105 msgid "_Save File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13106 msgstr "_Save File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13107 |
16160 | 13108 msgid "Select color" |
13109 msgstr "Select colour" | |
13110 | |
13111 msgid "_Alias" | |
13112 msgstr "_Alias" | |
13113 | |
13114 msgid "Close _tabs" | |
13115 msgstr "Close _tabs" | |
13116 | |
13117 msgid "_Get Info" | |
13118 msgstr "_Get Info" | |
13119 | |
13120 msgid "_Invite" | |
13121 msgstr "_Invite" | |
13122 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13123 msgid "_Modify..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13124 msgstr "_Modify..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13125 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13126 msgid "_Add..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13127 msgstr "_Add..." |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13128 |
16160 | 13129 msgid "_Open Mail" |
13130 msgstr "_Open Mail" | |
13131 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13132 msgid "_Edit" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13133 msgstr "_Edit" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13134 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13135 msgid "Pidgin Tooltip" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13136 msgstr "Pidgin Tooltip" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13137 |
19927 | 13138 msgid "Pidgin smileys" |
13139 msgstr "Pidgin smileys" | |
13140 | |
13141 msgid "Penguin Pimps" | |
13142 msgstr "Penguin Pimps" | |
13143 | |
13144 msgid "Selecting this disables graphical emoticons." | |
13145 msgstr "Selecting this disables graphical emoticons." | |
13146 | |
13147 msgid "none" | |
13148 msgstr "none" | |
13149 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13150 msgid "Small" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13151 msgstr "Small" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13152 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13153 msgid "Smaller versions of the default smilies" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13154 msgstr "Smaller versions of the default smilies" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13155 |
16160 | 13156 msgid "Response Probability:" |
13157 msgstr "Responses Probability:" | |
13158 | |
13159 msgid "Statistics Configuration" | |
13160 msgstr "Statistics Configuration" | |
13161 | |
13162 #. msg_difference spinner | |
13163 msgid "Maximum response timeout:" | |
13164 msgstr "Maximum response timeout:" | |
13165 | |
13166 msgid "minutes" | |
13167 msgstr "minutes" | |
13168 | |
13169 #. last_seen spinner | |
13170 msgid "Maximum last-seen difference:" | |
13171 msgstr "Maximum last-seen difference:" | |
13172 | |
13173 #. threshold spinner | |
13174 msgid "Threshold:" | |
13175 msgstr "Threshold:" | |
13176 | |
13177 #. *< type | |
13178 #. *< ui_requirement | |
13179 #. *< flags | |
13180 #. *< dependencies | |
13181 #. *< priority | |
13182 #. *< id | |
13183 msgid "Contact Availability Prediction" | |
13184 msgstr "Contact Availability Prediction" | |
13185 | |
13186 #. *< name | |
13187 #. *< version | |
13188 msgid "Contact Availability Prediction plugin." | |
13189 msgstr "Contact Availability Prediction plugin." | |
13190 | |
13191 #. * summary | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13192 msgid "Displays statistical information about your buddies' availability" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13193 msgstr "Displays statistical information about your buddies' availability" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13194 |
16160 | 13195 msgid "Buddy is idle" |
13196 msgstr "Buddy is idle" | |
13197 | |
13198 msgid "Buddy is away" | |
13199 msgstr "Buddy is away" | |
13200 | |
13201 msgid "Buddy is \"extended\" away" | |
13202 msgstr "Buddy is away for an extended period" | |
13203 | |
13204 #. Not used yet. | |
13205 msgid "Buddy is mobile" | |
13206 msgstr "Buddy is mobile" | |
13207 | |
13208 msgid "Buddy is offline" | |
13209 msgstr "Buddy is offline" | |
13210 | |
13211 msgid "Point values to use when..." | |
13212 msgstr "Point values to use when..." | |
13213 | |
13214 msgid "" | |
13215 "The buddy with the <i>largest score</i> is the buddy who will have priority " | |
13216 "in the contact.\n" | |
13217 msgstr "" | |
13218 "The buddy with the <i>highest score</i> is the buddy who will have priority " | |
13219 "in the contact.\n" | |
13220 | |
13221 msgid "Use last buddy when scores are equal" | |
13222 msgstr "Use last buddy when scores are equal" | |
13223 | |
13224 msgid "Point values to use for account..." | |
13225 msgstr "Point values to use for account..." | |
13226 | |
13227 #. *< type | |
13228 #. *< ui_requirement | |
13229 #. *< flags | |
13230 #. *< dependencies | |
13231 #. *< priority | |
13232 #. *< id | |
13233 msgid "Contact Priority" | |
13234 msgstr "Contact Priority" | |
13235 | |
13236 #. *< name | |
13237 #. *< version | |
13238 #. *< summary | |
13239 msgid "" | |
13240 "Allows for controlling the values associated with different buddy states." | |
13241 msgstr "" | |
13242 "Allows for controlling the values associated with different buddy states." | |
13243 | |
13244 #. *< description | |
13245 msgid "" | |
13246 "Allows for changing the point values of idle/away/offline states for buddies " | |
13247 "in contact priority computations." | |
13248 msgstr "" | |
13249 "Allows for changing the point values of idle/away/offline states for buddies " | |
13250 "in contact priority computations." | |
13251 | |
13252 msgid "Conversation Colors" | |
13253 msgstr "Conversation Colours" | |
13254 | |
13255 msgid "Customize colors in the conversation window" | |
13256 msgstr "Customise colours in the conversation window" | |
13257 | |
13258 msgid "Error Messages" | |
13259 msgstr "Error Messages" | |
13260 | |
13261 msgid "Highlighted Messages" | |
13262 msgstr "Highlighted Messages" | |
13263 | |
13264 msgid "System Messages" | |
13265 msgstr "System Messages" | |
13266 | |
13267 msgid "Sent Messages" | |
13268 msgstr "Sent Messages" | |
13269 | |
13270 msgid "Received Messages" | |
13271 msgstr "Received Messages" | |
13272 | |
13273 #, c-format | |
13274 msgid "Select Color for %s" | |
13275 msgstr "Select Colour for %s" | |
13276 | |
13277 msgid "Ignore incoming format" | |
13278 msgstr "Ignore incoming format" | |
13279 | |
13280 msgid "Apply in Chats" | |
13281 msgstr "Apply in Chats" | |
13282 | |
13283 msgid "Apply in IMs" | |
13284 msgstr "Apply in IMs" | |
13285 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13286 #. Note to translators: The string "Enter an XMPP Server" is asking the |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13287 #. user to type the name of an XMPP server which will then be queried |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13288 msgid "Server name request" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13289 msgstr "Server name request" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13290 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13291 msgid "Enter an XMPP Server" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13292 msgstr "Enter an XMPP Server" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13293 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13294 msgid "Select an XMPP server to query" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13295 msgstr "Select an XMPP server to query" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13296 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13297 msgid "Find Services" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13298 msgstr "Find Services" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13299 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13300 msgid "Add to Buddy List" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13301 msgstr "Add to Buddy List" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13302 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13303 msgid "Gateway" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13304 msgstr "Gateway" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13305 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13306 msgid "Directory" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13307 msgstr "Directory" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13308 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13309 msgid "PubSub Collection" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13310 msgstr "PubSub Collection" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13311 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13312 msgid "PubSub Leaf" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13313 msgstr "PubSub Leaf" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13314 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13315 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13316 "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13317 "<b>Description:</b> " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13318 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13319 "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13320 "<b>Description:</b> " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13321 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13322 #. Create the window. |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13323 msgid "Service Discovery" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13324 msgstr "Service Discovery" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13325 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13326 msgid "_Browse" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13327 msgstr "_Browse" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13328 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13329 msgid "Server does not exist" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13330 msgstr "Server does not exist" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13331 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13332 msgid "Server does not support service discovery" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13333 msgstr "Server does not support service discovery" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13334 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13335 msgid "XMPP Service Discovery" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13336 msgstr "XMPP Service Discovery" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13337 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13338 msgid "Allows browsing and registering services." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13339 msgstr "Allows browsing and registering services." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13340 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13341 msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13342 "This plugin is useful for registering with legacy transports or other XMPP " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13343 "services." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13344 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13345 "This plugin is useful for registering with legacy transports or other XMPP " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13346 "services." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13347 |
16160 | 13348 msgid "By conversation count" |
13349 msgstr "By conversation count" | |
13350 | |
13351 msgid "Conversation Placement" | |
13352 msgstr "Conversation Placement" | |
13353 | |
17478 | 13354 #. Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above |
13355 msgid "" | |
13356 "Note: The preference for \"New conversations\" must be set to \"By " | |
13357 "conversation count\"." | |
13358 msgstr "" | |
13359 "Note: The preference for \"New conversations\" must be set to \"By " | |
13360 "conversation count\"." | |
13361 | |
16160 | 13362 msgid "Number of conversations per window" |
13363 msgstr "Number of conversations per window" | |
13364 | |
13365 msgid "Separate IM and Chat windows when placing by number" | |
13366 msgstr "Separate IM and Chat windows when placing by number" | |
13367 | |
13368 #. *< type | |
13369 #. *< ui_requirement | |
13370 #. *< flags | |
13371 #. *< dependencies | |
13372 #. *< priority | |
13373 #. *< id | |
13374 msgid "ExtPlacement" | |
13375 msgstr "ExtPlacement" | |
13376 | |
13377 #. *< name | |
13378 #. *< version | |
13379 msgid "Extra conversation placement options." | |
13380 msgstr "Extra conversation placement options." | |
13381 | |
13382 #. *< summary | |
13383 #. * description | |
13384 msgid "" | |
13385 "Restrict the number of conversations per windows, optionally separating IMs " | |
13386 "and Chats" | |
13387 msgstr "" | |
13388 "Restrict the number of conversations per windows, optionally separating IMs " | |
13389 "and Chats" | |
13390 | |
13391 #. Configuration frame | |
13392 msgid "Mouse Gestures Configuration" | |
13393 msgstr "Mouse Gestures Configuration" | |
13394 | |
13395 msgid "Middle mouse button" | |
13396 msgstr "Middle mouse button" | |
13397 | |
13398 msgid "Right mouse button" | |
13399 msgstr "Right mouse button" | |
13400 | |
13401 #. "Visual gesture display" checkbox | |
13402 msgid "_Visual gesture display" | |
13403 msgstr "_Visual gesture display" | |
13404 | |
13405 #. *< type | |
13406 #. *< ui_requirement | |
13407 #. *< flags | |
13408 #. *< dependencies | |
13409 #. *< priority | |
13410 #. *< id | |
13411 msgid "Mouse Gestures" | |
13412 msgstr "Mouse Gestures" | |
13413 | |
13414 #. *< name | |
13415 #. *< version | |
13416 #. * summary | |
13417 msgid "Provides support for mouse gestures" | |
13418 msgstr "Provides support for mouse gestures" | |
13419 | |
13420 #. * description | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13421 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13422 "Allows support for mouse gestures in conversation windows. Drag the middle " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13423 "mouse button to perform certain actions:\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13424 " • Drag down and then to the right to close a conversation.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13425 " • Drag up and then to the left to switch to the previous conversation.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13426 " • Drag up and then to the right to switch to the next conversation." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13427 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13428 "Allows support for mouse gestures in conversation windows. Drag the middle " |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13429 "mouse button to perform certain actions:\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13430 " • Drag down and then to the right to close a conversation.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13431 " • Drag up and then to the left to switch to the previous conversation.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13432 " • Drag up and then to the right to switch to the next conversation." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13433 |
16160 | 13434 msgid "Instant Messaging" |
13435 msgstr "Instant Messaging" | |
13436 | |
13437 #. Add the label. | |
13438 msgid "Select a person from your address book below, or add a new person." | |
13439 msgstr "Select a person from your address book below, or add a new person." | |
13440 | |
19927 | 13441 msgid "Group:" |
13442 msgstr "Group:" | |
13443 | |
16160 | 13444 #. "New Person" button |
13445 msgid "New Person" | |
13446 msgstr "New Person" | |
13447 | |
13448 #. "Select Buddy" button | |
13449 msgid "Select Buddy" | |
13450 msgstr "Select Buddy" | |
13451 | |
13452 #. Add the label. | |
13453 msgid "" | |
13454 "Select a person from your address book to add this buddy to, or create a new " | |
13455 "person." | |
13456 msgstr "" | |
13457 "Select a person from your address book to add this buddy to, or create a new " | |
13458 "person." | |
13459 | |
13460 #. Add the expander | |
13461 msgid "User _details" | |
13462 msgstr "User _details" | |
13463 | |
13464 #. "Associate Buddy" button | |
13465 msgid "_Associate Buddy" | |
13466 msgstr "_Associate Buddy" | |
13467 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13468 msgid "Unable to send email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13469 msgstr "Unable to send email" |
19927 | 13470 |
16160 | 13471 msgid "The evolution executable was not found in the PATH." |
13472 msgstr "The evolution executable was not found in the PATH." | |
13473 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13474 msgid "An email address was not found for this buddy." |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13475 msgstr "An email address was not found for this buddy." |
16160 | 13476 |
13477 msgid "Add to Address Book" | |
13478 msgstr "Add to Address Book" | |
13479 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13480 msgid "Send Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13481 msgstr "Send Email" |
16160 | 13482 |
13483 #. Configuration frame | |
13484 msgid "Evolution Integration Configuration" | |
13485 msgstr "Evolution Integration Configuration" | |
13486 | |
13487 #. Label | |
13488 msgid "Select all accounts that buddies should be auto-added to." | |
13489 msgstr "Select all accounts that buddies should be auto-added to." | |
13490 | |
13491 #. *< type | |
13492 #. *< ui_requirement | |
13493 #. *< flags | |
13494 #. *< dependencies | |
13495 #. *< priority | |
13496 #. *< id | |
13497 msgid "Evolution Integration" | |
13498 msgstr "Evolution Integration" | |
13499 | |
13500 #. *< name | |
13501 #. *< version | |
13502 #. * summary | |
13503 #. * description | |
13504 msgid "Provides integration with Evolution." | |
13505 msgstr "Provides integration with Evolution." | |
13506 | |
19927 | 13507 msgid "Please enter the person's information below." |
13508 msgstr "Please enter the person's information below." | |
13509 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13510 msgid "Please enter the buddy's username and account type below." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13511 msgstr "Please enter the buddy's username and account type below." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13512 |
16160 | 13513 msgid "Account type:" |
13514 msgstr "Account type:" | |
13515 | |
13516 #. Optional Information section | |
13517 msgid "Optional information:" | |
13518 msgstr "Optional information:" | |
13519 | |
13520 msgid "First name:" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13521 msgstr "Forename:" |
16160 | 13522 |
13523 msgid "Last name:" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13524 msgstr "Surname:" |
16160 | 13525 |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13526 msgid "Email:" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13527 msgstr "Email:" |
16160 | 13528 |
13529 #. *< type | |
13530 #. *< ui_requirement | |
13531 #. *< flags | |
13532 #. *< dependencies | |
13533 #. *< priority | |
13534 #. *< id | |
13535 msgid "GTK Signals Test" | |
13536 msgstr "GTK Signals Test" | |
13537 | |
13538 #. *< name | |
13539 #. *< version | |
13540 #. * summary | |
13541 #. * description | |
13542 msgid "Test to see that all ui signals are working properly." | |
13543 msgstr "Test to see that all UI signals are working properly." | |
13544 | |
19927 | 13545 #, c-format |
13546 msgid "" | |
13547 "\n" | |
13548 "<b>Buddy Note</b>: %s" | |
13549 msgstr "" | |
13550 "\n" | |
13551 "<b>Buddy Note</b>: %s" | |
13552 | |
16160 | 13553 msgid "History" |
13554 msgstr "History" | |
13555 | |
13556 #. *< type | |
13557 #. *< ui_requirement | |
13558 #. *< flags | |
13559 #. *< dependencies | |
13560 #. *< priority | |
13561 #. *< id | |
13562 msgid "Iconify on Away" | |
13563 msgstr "Iconify on Away" | |
13564 | |
13565 #. *< name | |
13566 #. *< version | |
13567 #. * summary | |
13568 #. * description | |
13569 msgid "Iconifies the buddy list and your conversations when you go away." | |
13570 msgstr "Iconifies the buddy list and your conversations when you go away." | |
13571 | |
13572 msgid "Mail Checker" | |
13573 msgstr "Mail Checker" | |
13574 | |
13575 msgid "Checks for new local mail." | |
13576 msgstr "Checks for new local mail." | |
13577 | |
13578 msgid "Adds a small box to the buddy list that shows if you have new mail." | |
13579 msgstr "Adds a small box to the buddy list that shows if you have new mail." | |
13580 | |
13581 msgid "Markerline" | |
13582 msgstr "Markerline" | |
13583 | |
13584 msgid "Draw a line to indicate new messages in a conversation." | |
13585 msgstr "Draw a line to indicate new messages in a conversation." | |
13586 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13587 msgid "Jump to markerline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13588 msgstr "Jump to markerline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13589 |
16160 | 13590 msgid "Draw Markerline in " |
13591 msgstr "Draw Markerline in " | |
13592 | |
13593 msgid "_IM windows" | |
13594 msgstr "_IM windows" | |
13595 | |
13596 msgid "C_hat windows" | |
13597 msgstr "C_hat windows" | |
13598 | |
13599 msgid "" | |
13600 "A music messaging session has been requested. Please click the MM icon to " | |
13601 "accept." | |
13602 msgstr "" | |
13603 "A music messaging session has been requested. Please click the MM icon to " | |
13604 "accept." | |
13605 | |
13606 msgid "Music messaging session confirmed." | |
13607 msgstr "Music messaging session confirmed." | |
13608 | |
13609 msgid "Music Messaging" | |
13610 msgstr "Music Messaging" | |
13611 | |
13612 msgid "There was a conflict in running the command:" | |
13613 msgstr "There was a conflict in running the command:" | |
13614 | |
13615 msgid "Error Running Editor" | |
13616 msgstr "Error Running Editor" | |
13617 | |
13618 msgid "The following error has occurred:" | |
13619 msgstr "The following error has occurred:" | |
13620 | |
13621 #. Configuration frame | |
13622 msgid "Music Messaging Configuration" | |
13623 msgstr "Music Messaging Configuration" | |
13624 | |
13625 msgid "Score Editor Path" | |
13626 msgstr "Score Editor Path" | |
13627 | |
13628 msgid "_Apply" | |
13629 msgstr "_Apply" | |
13630 | |
13631 #. *< type | |
13632 #. *< ui_requirement | |
13633 #. *< flags | |
13634 #. *< dependencies | |
13635 #. *< priority | |
13636 #. *< id | |
13637 #. *< name | |
13638 #. *< version | |
13639 msgid "Music Messaging Plugin for collaborative composition." | |
13640 msgstr "Music Messaging Plugin for collaborative composition." | |
13641 | |
13642 #. * summary | |
13643 msgid "" | |
13644 "The Music Messaging Plugin allows a number of users to simultaneously work " | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
13645 "on a piece of music by editing a common score in real-time." |
16160 | 13646 msgstr "" |
13647 "The Music Messaging Plugin allows a number of users to simultaneously work " | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13648 "on a piece of music by editing a common score in real-time." |
16160 | 13649 |
13650 #. ---------- "Notify For" ---------- | |
13651 msgid "Notify For" | |
13652 msgstr "Notify For" | |
13653 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13654 msgid "\t_Only when someone says your username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13655 msgstr "\t_Only when someone says your username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13656 |
16160 | 13657 msgid "_Focused windows" |
13658 msgstr "_Focused windows" | |
13659 | |
13660 #. ---------- "Notification Methods" ---------- | |
13661 msgid "Notification Methods" | |
13662 msgstr "Notification Methods" | |
13663 | |
13664 msgid "Prepend _string into window title:" | |
13665 msgstr "Prepend _string into window title:" | |
13666 | |
13667 #. Count method button | |
13668 msgid "Insert c_ount of new messages into window title" | |
13669 msgstr "Insert c_ount of new messages into window title" | |
13670 | |
13671 #. Count xprop method button | |
13672 msgid "Insert count of new message into _X property" | |
13673 msgstr "Insert count of new messages into _X property" | |
13674 | |
13675 #. Urgent method button | |
13676 msgid "Set window manager \"_URGENT\" hint" | |
13677 msgstr "Set window manager \"_URGENT\" hint" | |
13678 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13679 msgid "_Flash window" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13680 msgstr "_Flash window" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13681 |
16160 | 13682 #. Raise window method button |
13683 msgid "R_aise conversation window" | |
13684 msgstr "R_aise conversation window" | |
13685 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13686 #. Present conversation method button |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13687 msgid "_Present conversation window" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13688 msgstr "_Present conversation window" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13689 |
16160 | 13690 #. ---------- "Notification Removals" ---------- |
13691 msgid "Notification Removal" | |
13692 msgstr "Notification Removal" | |
13693 | |
13694 #. Remove on focus button | |
13695 msgid "Remove when conversation window _gains focus" | |
13696 msgstr "Remove when conversation window _gains focus" | |
13697 | |
13698 #. Remove on click button | |
13699 msgid "Remove when conversation window _receives click" | |
13700 msgstr "Remove when conversation window _receives click" | |
13701 | |
13702 #. Remove on type button | |
13703 msgid "Remove when _typing in conversation window" | |
13704 msgstr "Remove when _typing in conversation window" | |
13705 | |
13706 #. Remove on message send button | |
13707 msgid "Remove when a _message gets sent" | |
13708 msgstr "Remove when a _message gets sent" | |
13709 | |
13710 #. Remove on conversation switch button | |
13711 msgid "Remove on switch to conversation ta_b" | |
13712 msgstr "Remove on switch to conversation ta_b" | |
13713 | |
13714 #. *< type | |
13715 #. *< ui_requirement | |
13716 #. *< flags | |
13717 #. *< dependencies | |
13718 #. *< priority | |
13719 #. *< id | |
13720 msgid "Message Notification" | |
13721 msgstr "Message Notification" | |
13722 | |
13723 #. *< name | |
13724 #. *< version | |
13725 #. * summary | |
13726 #. * description | |
13727 msgid "Provides a variety of ways of notifying you of unread messages." | |
13728 msgstr "Provides a variety of ways of notifying you of unread messages." | |
13729 | |
17478 | 13730 #. *< type |
13731 #. *< ui_requirement | |
13732 #. *< flags | |
13733 #. *< dependencies | |
13734 #. *< priority | |
13735 #. *< id | |
13736 msgid "Pidgin Demonstration Plugin" | |
13737 msgstr "Pidgin Demonstration Plug-in" | |
13738 | |
13739 #. *< name | |
13740 #. *< version | |
13741 #. * summary | |
13742 msgid "An example plugin that does stuff - see the description." | |
13743 msgstr "An example plug-in that does stuff - see the description." | |
13744 | |
13745 #. * description | |
13746 msgid "" | |
13747 "This is a really cool plugin that does a lot of stuff:\n" | |
13748 "- It tells you who wrote the program when you log in\n" | |
13749 "- It reverses all incoming text\n" | |
13750 "- It sends a message to people on your list immediately when they sign on" | |
13751 msgstr "" | |
13752 "This is a really cool plug-in that does a lot of stuff:\n" | |
13753 "- It tells you who wrote the program when you log in\n" | |
13754 "- It reverses all incoming text\n" | |
13755 "- It sends a message to people on your list immediately when they sign on" | |
13756 | |
16160 | 13757 msgid "Hyperlink Color" |
13758 msgstr "Hyperlink Colour" | |
13759 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13760 msgid "Visited Hyperlink Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13761 msgstr "Visited Hyperlink Colour" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13762 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13763 msgid "Highlighted Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13764 msgstr "Highlighted Messages Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13765 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13766 msgid "Typing Notification Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13767 msgstr "Typing Notification Colour" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13768 |
16160 | 13769 msgid "GtkTreeView Horizontal Separation" |
13770 msgstr "GtkTreeView Horizontal Separation" | |
13771 | |
13772 msgid "Conversation Entry" | |
13773 msgstr "Conversation Entry" | |
13774 | |
13775 msgid "Request Dialog" | |
13776 msgstr "Request Dialog" | |
13777 | |
13778 msgid "Notify Dialog" | |
13779 msgstr "Notify Dialog" | |
13780 | |
13781 msgid "Select Color" | |
13782 msgstr "Select Colour" | |
13783 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
13784 #, c-format |
19927 | 13785 msgid "Select Interface Font" |
13786 msgstr "Select Interface Font" | |
13787 | |
16160 | 13788 #, c-format |
13789 msgid "Select Font for %s" | |
13790 msgstr "Select Font for %s" | |
13791 | |
13792 msgid "GTK+ Interface Font" | |
13793 msgstr "GTK+ Interface Font" | |
13794 | |
13795 msgid "GTK+ Text Shortcut Theme" | |
13796 msgstr "GTK+ Text Shortcut Theme" | |
13797 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13798 msgid "Disable Typing Notification Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13799 msgstr "Disable Typing Notification Text" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13800 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13801 msgid "GTK+ Theme Control Settings" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13802 msgstr "GTK+ Theme Control Settings" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13803 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13804 msgid "Colors" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13805 msgstr "Colours" |
16160 | 13806 |
13807 msgid "Fonts" | |
13808 msgstr "Fonts" | |
13809 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13810 msgid "Miscellaneous" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13811 msgstr "Miscellaneous" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13812 |
19927 | 13813 msgid "Gtkrc File Tools" |
13814 msgstr "Gtkrc File Tools" | |
13815 | |
16160 | 13816 #, c-format |
13817 msgid "Write settings to %s%sgtkrc-2.0" | |
13818 msgstr "Write settings to %s%sgtkrc-2.0" | |
13819 | |
13820 msgid "Re-read gtkrc files" | |
13821 msgstr "Re-read gtkrc files" | |
13822 | |
13823 msgid "Pidgin GTK+ Theme Control" | |
13824 msgstr "Pidgin GTK+ Theme Control" | |
13825 | |
13826 msgid "Provides access to commonly used gtkrc settings." | |
13827 msgstr "Provides access to commonly used gtkrc settings." | |
13828 | |
13829 msgid "Raw" | |
13830 msgstr "Raw" | |
13831 | |
13832 msgid "Lets you send raw input to text-based protocols." | |
13833 msgstr "Lets you send raw input to text-based protocols." | |
13834 | |
13835 msgid "" | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
13836 "Lets you send raw input to text-based protocols (XMPP, MSN, IRC, TOC). Hit " |
16160 | 13837 "'Enter' in the entry box to send. Watch the debug window." |
13838 msgstr "" | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
13839 "Lets you send raw input to text-based protocols (XMPP, MSN, IRC, TOC). Hit " |
16160 | 13840 "'Enter' in the entry box to send. Watch the debug window." |
13841 | |
13842 #, c-format | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13843 msgid "You can upgrade to %s %s today." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13844 msgstr "You can upgrade to %s %s today." |
19927 | 13845 |
16160 | 13846 msgid "New Version Available" |
13847 msgstr "New Version Available" | |
13848 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13849 msgid "Later" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13850 msgstr "Later" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13851 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13852 msgid "Download Now" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13853 msgstr "Download Now" |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13854 |
16160 | 13855 #. *< type |
13856 #. *< ui_requirement | |
13857 #. *< flags | |
13858 #. *< dependencies | |
13859 #. *< priority | |
13860 #. *< id | |
13861 msgid "Release Notification" | |
13862 msgstr "Release Notification" | |
13863 | |
13864 #. *< name | |
13865 #. *< version | |
13866 #. * summary | |
13867 msgid "Checks periodically for new releases." | |
13868 msgstr "Checks periodically for new releases." | |
13869 | |
13870 #. * description | |
13871 msgid "" | |
13872 "Checks periodically for new releases and notifies the user with the " | |
13873 "ChangeLog." | |
13874 msgstr "" | |
13875 "Checks periodically for new releases and notifies the user with the " | |
13876 "ChangeLog." | |
13877 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13878 #. *< major version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13879 #. *< minor version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13880 #. *< type |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13881 #. *< ui_requirement |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13882 #. *< flags |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13883 #. *< dependencies |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13884 #. *< priority |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13885 #. *< id |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13886 msgid "Send Button" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13887 msgstr "Send Button" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13888 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13889 #. *< name |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13890 #. *< version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13891 msgid "Conversation Window Send Button." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13892 msgstr "Conversation Window Send Button." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13893 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13894 #. *< summary |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13895 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13896 "Adds a Send button to the entry area of the conversation window. Intended " |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
13897 "for use when no physical keyboard is present." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13898 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13899 "Adds a Send button to the entry area of the conversation window. Intended " |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13900 "for use when no physical keyboard is present." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13901 |
16160 | 13902 msgid "Duplicate Correction" |
13903 msgstr "Duplicate Correction" | |
13904 | |
13905 msgid "The specified word already exists in the correction list." | |
13906 msgstr "The specified word already exists in the correction list." | |
13907 | |
13908 msgid "Text Replacements" | |
13909 msgstr "Text Replacements" | |
13910 | |
13911 msgid "You type" | |
13912 msgstr "You type" | |
13913 | |
13914 msgid "You send" | |
13915 msgstr "You send" | |
13916 | |
13917 msgid "Whole words only" | |
13918 msgstr "Whole words only" | |
13919 | |
13920 msgid "Case sensitive" | |
13921 msgstr "Case sensitive" | |
13922 | |
13923 msgid "Add a new text replacement" | |
13924 msgstr "Add a new text replacement" | |
13925 | |
13926 msgid "You _type:" | |
13927 msgstr "You _type:" | |
13928 | |
13929 msgid "You _send:" | |
13930 msgstr "You _send:" | |
13931 | |
13932 #. Created here so it can be passed to whole_words_button_toggled. | |
13933 msgid "_Exact case match (uncheck for automatic case handling)" | |
13934 msgstr "_Exact case match (uncheck for automatic case handling)" | |
13935 | |
13936 msgid "Only replace _whole words" | |
13937 msgstr "Only replace _whole words" | |
13938 | |
13939 msgid "General Text Replacement Options" | |
13940 msgstr "General Text Replacement Options" | |
13941 | |
13942 msgid "Enable replacement of last word on send" | |
13943 msgstr "Enable replacement of last word on send" | |
13944 | |
13945 msgid "Text replacement" | |
13946 msgstr "Text replacement" | |
13947 | |
13948 msgid "Replaces text in outgoing messages according to user-defined rules." | |
13949 msgstr "Replaces text in outgoing messages according to user-defined rules." | |
13950 | |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13951 msgid "Just logged in" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13952 msgstr "Just logged in" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13953 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13954 msgid "Just logged out" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13955 msgstr "Just logged out" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13956 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13957 msgid "" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13958 "Icon for Contact/\n" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13959 "Icon for Unknown person" |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13960 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13961 "Icon for Contact/\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13962 "Icon for Unknown person" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13963 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13964 msgid "Icon for Chat" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13965 msgstr "Icon for Chat" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13966 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13967 msgid "Ignored" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13968 msgstr "Ignored" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13969 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13970 msgid "Founder" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13971 msgstr "Founder" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13972 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13973 #. A user in a chat room who has special privileges. |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13974 msgid "Operator" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13975 msgstr "Operator" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13976 |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13977 #. A half operator is someone who has a subset of the privileges |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
13978 #. that an operator has. |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13979 msgid "Half Operator" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13980 msgstr "Half Operator" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13981 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13982 msgid "Authorization dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13983 msgstr "Authorisation dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13984 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13985 msgid "Error dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13986 msgstr "Error dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13987 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13988 msgid "Information dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13989 msgstr "Information dialog" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13990 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13991 msgid "Mail dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13992 msgstr "Mail dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13993 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13994 msgid "Question dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13995 msgstr "Question dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13996 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13997 msgid "Warning dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13998 msgstr "Warning dialog" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
13999 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14000 msgid "What kind of dialog is this?" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14001 msgstr "What kind of dialog is this?" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14002 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14003 msgid "Status Icons" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14004 msgstr "Status Icons" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14005 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14006 msgid "Chatroom Emblems" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14007 msgstr "Chatroom Emblems" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14008 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14009 msgid "Dialog Icons" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14010 msgstr "Dialog Icons" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14011 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14012 msgid "Pidgin Icon Theme Editor" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14013 msgstr "Pidgin Icon Theme Editor" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14014 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14015 msgid "Contact" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14016 msgstr "Contact" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14017 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14018 msgid "Pidgin Buddylist Theme Editor" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14019 msgstr "Pidgin Buddylist Theme Editor" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14020 |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14021 msgid "Edit Buddylist Theme" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14022 msgstr "Edit Buddylist Theme" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14023 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14024 msgid "Edit Icon Theme" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14025 msgstr "Edit Icon Theme" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14026 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14027 #. *< type |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14028 #. *< ui_requirement |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14029 #. *< flags |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14030 #. *< dependencies |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14031 #. *< priority |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14032 #. *< id |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14033 #. * description |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14034 msgid "Pidgin Theme Editor" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14035 msgstr "Pidgin Theme Editor" |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14036 |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14037 #. *< name |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14038 #. *< version |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14039 #. * summary |
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14040 msgid "Pidgin Theme Editor." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
14041 msgstr "Pidgin Theme Editor." |
27332
19a1e7d9a039
Check in re-based .po files so our nightly l10n stats generation has less work to do
Mark Doliner <mark@kingant.net>
parents:
26843
diff
changeset
|
14042 |
16160 | 14043 #. *< type |
14044 #. *< ui_requirement | |
14045 #. *< flags | |
14046 #. *< dependencies | |
14047 #. *< priority | |
14048 #. *< id | |
14049 msgid "Buddy Ticker" | |
14050 msgstr "Buddy Ticker" | |
14051 | |
14052 #. *< name | |
14053 #. *< version | |
14054 #. * summary | |
14055 #. * description | |
14056 msgid "A horizontal scrolling version of the buddy list." | |
14057 msgstr "A horizontal scrolling version of the buddy list." | |
14058 | |
14059 msgid "Display Timestamps Every" | |
14060 msgstr "Display Timestamps Every" | |
14061 | |
14062 #. *< type | |
14063 #. *< ui_requirement | |
14064 #. *< flags | |
14065 #. *< dependencies | |
14066 #. *< priority | |
14067 #. *< id | |
14068 msgid "Timestamp" | |
14069 msgstr "Timestamp" | |
14070 | |
14071 #. *< name | |
14072 #. *< version | |
14073 #. * summary | |
14074 msgid "Display iChat-style timestamps" | |
14075 msgstr "Display iChat-style timestamps" | |
14076 | |
14077 #. * description | |
14078 msgid "Display iChat-style timestamps every N minutes." | |
14079 msgstr "Display iChat-style timestamps every N minutes." | |
14080 | |
14081 msgid "Timestamp Format Options" | |
14082 msgstr "Timestamp Format Options" | |
14083 | |
20263
15ad77c653ad
I ran stats.pl to get updated po files. This was necessary to pull some old
Richard Laager <rlaager@wiktel.com>
parents:
20236
diff
changeset
|
14084 #, c-format |
17478 | 14085 msgid "_Force 24-hour time format" |
14086 msgstr "_Force 24-hour time format" | |
16160 | 14087 |
14088 msgid "Show dates in..." | |
14089 msgstr "Show dates in..." | |
14090 | |
14091 msgid "Co_nversations:" | |
14092 msgstr "Co_nversations" | |
14093 | |
14094 msgid "For delayed messages" | |
14095 msgstr "For delayed messages" | |
14096 | |
14097 msgid "For delayed messages and in chats" | |
14098 msgstr "For delayed messages and in chats" | |
14099 | |
14100 msgid "_Message Logs:" | |
14101 msgstr "_Message Logs:" | |
14102 | |
14103 #. *< type | |
14104 #. *< ui_requirement | |
14105 #. *< flags | |
14106 #. *< dependencies | |
14107 #. *< priority | |
14108 #. *< id | |
14109 msgid "Message Timestamp Formats" | |
14110 msgstr "Message Timestamp Formats" | |
14111 | |
14112 #. *< name | |
14113 #. *< version | |
14114 #. * summary | |
14115 msgid "Customizes the message timestamp formats." | |
14116 msgstr "Customises the message timestamp formats." | |
14117 | |
14118 #. * description | |
14119 msgid "" | |
14120 "This plugin allows the user to customize conversation and logging message " | |
14121 "timestamp formats." | |
14122 msgstr "" | |
14123 "This plug-in allows the user to customize conversation and logging message " | |
14124 "timestamp formats." | |
14125 | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14126 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14127 msgid "Audio" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14128 msgstr "Auto" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14129 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14130 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14131 msgid "Video" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14132 msgstr " Video" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14133 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14134 msgid "Output" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14135 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14136 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14137 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14138 msgid "_Plugin" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14139 msgstr "Plug-ins" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14140 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14141 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14142 msgid "_Device" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14143 msgstr "Device" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14144 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14145 msgid "Input" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14146 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14147 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14148 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14149 msgid "P_lugin" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14150 msgstr "Plug-ins" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14151 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14152 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14153 msgid "D_evice" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14154 msgstr "Device" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14155 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14156 #. *< magic |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14157 #. *< major version |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14158 #. *< minor version |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14159 #. *< type |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14160 #. *< ui_requirement |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14161 #. *< flags |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14162 #. *< dependencies |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14163 #. *< priority |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14164 #. *< id |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14165 #, fuzzy |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14166 msgid "Voice/Video Settings" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14167 msgstr "Edit Settings" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14168 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14169 #. *< name |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14170 #. *< version |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14171 msgid "Configure your microphone and webcam." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14172 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14173 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14174 #. *< summary |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14175 msgid "Configure microphone and webcam settings for voice/video calls." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14176 msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14177 |
16160 | 14178 msgid "Opacity:" |
14179 msgstr "Opacity:" | |
14180 | |
14181 #. IM Convo trans options | |
14182 msgid "IM Conversation Windows" | |
14183 msgstr "IM Conversation Windows" | |
14184 | |
14185 msgid "_IM window transparency" | |
14186 msgstr "_IM window transparency" | |
14187 | |
14188 msgid "_Show slider bar in IM window" | |
14189 msgstr "_Show slider bar in IM window" | |
14190 | |
14191 msgid "Remove IM window transparency on focus" | |
14192 msgstr "Remove IM window transparency on focus" | |
14193 | |
14194 msgid "Always on top" | |
14195 msgstr "Always on top" | |
14196 | |
14197 #. Buddy List trans options | |
14198 msgid "Buddy List Window" | |
14199 msgstr "Buddy List Window" | |
14200 | |
14201 msgid "_Buddy List window transparency" | |
14202 msgstr "_Buddy List window transparency" | |
14203 | |
14204 msgid "Remove Buddy List window transparency on focus" | |
14205 msgstr "Remove Buddy List window transparency on focus" | |
14206 | |
14207 #. *< type | |
14208 #. *< ui_requirement | |
14209 #. *< flags | |
14210 #. *< dependencies | |
14211 #. *< priority | |
14212 #. *< id | |
14213 msgid "Transparency" | |
14214 msgstr "Transparency" | |
14215 | |
14216 #. *< name | |
14217 #. *< version | |
14218 #. * summary | |
14219 msgid "Variable Transparency for the buddy list and conversations." | |
14220 msgstr "Variable Transparency for the buddy list and conversations." | |
14221 | |
14222 #. * description | |
14223 msgid "" | |
14224 "This plugin enables variable alpha transparency on conversation windows and " | |
14225 "the buddy list.\n" | |
14226 "\n" | |
14227 "* Note: This plugin requires Win2000 or greater." | |
14228 msgstr "" | |
14229 "This plug-in enables variable alpha transparency on conversation windows and " | |
14230 "the buddy list.\n" | |
14231 "\n" | |
14232 "* Note: This plug-in requires Win2000 or greater." | |
14233 | |
14234 msgid "GTK+ Runtime Version" | |
14235 msgstr "GTK+ Runtime Version" | |
14236 | |
14237 #. Autostart | |
14238 msgid "Startup" | |
14239 msgstr "Startup" | |
14240 | |
14241 #, c-format | |
14242 msgid "_Start %s on Windows startup" | |
14243 msgstr "_Start %s on Windows startup" | |
14244 | |
14245 msgid "_Dockable Buddy List" | |
14246 msgstr "_Dockable Buddy List" | |
14247 | |
14248 #. Blist On Top | |
14249 msgid "_Keep Buddy List window on top:" | |
14250 msgstr "_Keep Buddy List window on top:" | |
14251 | |
14252 #. XXX: Did this ever work? | |
14253 msgid "Only when docked" | |
14254 msgstr "Only when docked" | |
14255 | |
17478 | 14256 msgid "Windows Pidgin Options" |
14257 msgstr "Windows Pidgin Options" | |
14258 | |
16160 | 14259 msgid "Options specific to Pidgin for Windows." |
14260 msgstr "Options specific to Pidgin for Windows." | |
14261 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
14262 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
14263 "Provides options specific to Pidgin for Windows, such as buddy list docking." |
16160 | 14264 msgstr "" |
14265 "Provides options specific to Pidgin for Windows, such as buddy list docking." | |
14266 | |
14267 msgid "<font color='#777777'>Logged out.</font>" | |
14268 msgstr "<font color='#777777'>Logged out.</font>" | |
14269 | |
14270 #. *< type | |
14271 #. *< ui_requirement | |
14272 #. *< flags | |
14273 #. *< dependencies | |
14274 #. *< priority | |
14275 #. *< id | |
14276 msgid "XMPP Console" | |
14277 msgstr "XMPP Console" | |
14278 | |
14279 msgid "Account: " | |
14280 msgstr "Account: " | |
14281 | |
14282 msgid "<font color='#777777'>Not connected to XMPP</font>" | |
14283 msgstr "<font color='#777777'>Not connected to XMPP</font>" | |
14284 | |
14285 msgid "Insert an <iq/> stanza." | |
14286 msgstr "Insert an <iq/> stanza." | |
14287 | |
14288 msgid "Insert a <presence/> stanza." | |
14289 msgstr "Insert a <presence/> stanza." | |
14290 | |
14291 msgid "Insert a <message/> stanza." | |
14292 msgstr "Insert a <message/> stanza." | |
14293 | |
14294 #. *< name | |
14295 #. *< version | |
14296 #. * summary | |
14297 msgid "Send and receive raw XMPP stanzas." | |
14298 msgstr "Send and receive raw XMPP stanzas." | |
14299 | |
14300 #. * description | |
14301 msgid "This plugin is useful for debbuging XMPP servers or clients." | |
14302 msgstr "This plugin is useful for debugging XMPP servers or clients." | |
28609
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14303 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14304 #~ msgid "Calling ... " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14305 #~ msgstr "Calling ... " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14306 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14307 #~ msgid "Invalid certificate chain" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14308 #~ msgstr "Invalid certificate chain" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14309 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14310 #~ msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14311 #~ "The certificate chain presented by %s does not have a valid digital " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14312 #~ "signature from the Certificate Authority from which it claims to have a " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14313 #~ "signature." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14314 #~ msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14315 #~ "The certificate chain presented by %s does not have a valid digital " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14316 #~ "signature from the Certificate Authority from which it claims to have a " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14317 #~ "signature." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14318 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14319 #~ msgid "Invalid certificate authority signature" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14320 #~ msgstr "Invalid certificate authority signature" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14321 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14322 #~ msgid "Join/Part Hiding Configuration" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14323 #~ msgstr "Join/Part Hiding Configuration" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14324 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14325 #~ msgid "Minimum Room Size" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14326 #~ msgstr "Minimum Room Size" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14327 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14328 #~ msgid "User Inactivity Timeout (in minutes)" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14329 #~ msgstr "User Inactivity Timeout (in minutes)" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14330 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14331 #~ msgid "Failed to open the file" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14332 #~ msgstr "Failed to open the file" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14333 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14334 #~ msgid "Your account is locked, please log in to the Yahoo! website." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14335 #~ msgstr "Your account is locked, please log in to the Yahoo! website." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14336 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14337 #~ msgid "Euskera(Basque)" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14338 #~ msgstr "Euskera (Basque)" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14339 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14340 #~ msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14341 #~ "<FONT SIZE=\"4\">Help via e-mail:</FONT> <A HREF=\"mailto:support@pidgin." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14342 #~ "im\">support@pidgin.im</A><BR/><BR/>" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14343 #~ msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14344 #~ "<FONT SIZE=\"4\">Help via e-mail:</FONT> <A HREF=\"mailto:support@pidgin." |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14345 #~ "im\">support@pidgin.im</A><BR/><BR/>" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14346 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14347 #~ msgid "_Resume" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14348 #~ msgstr "_Resume" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14349 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14350 #~ msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14351 #~ "%s %s\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14352 #~ "Usage: %s [OPTION]...\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14353 #~ "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14354 #~ " -c, --config=DIR use DIR for config files\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14355 #~ " -d, --debug print debugging messages to stdout\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14356 #~ " -f, --force-online force online, regardless of network status\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14357 #~ " -h, --help display this help and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14358 #~ " -m, --multiple do not ensure single instance\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14359 #~ " -n, --nologin don't automatically login\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14360 #~ " -l, --login[=NAME] enable specified account(s) (optional argument " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14361 #~ "NAME\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14362 #~ " specifies account(s) to use, separated by commas.\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14363 #~ " Without this only the first account will be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14364 #~ "enabled).\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14365 #~ " --display=DISPLAY X display to use\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14366 #~ " -v, --version display the current version and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14367 #~ msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14368 #~ "%s %s\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14369 #~ "Usage: %s [OPTION]...\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14370 #~ "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14371 #~ " -c, --config=DIR use DIR for config files\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14372 #~ " -d, --debug print debugging messages to stdout\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14373 #~ " -f, --force-online force online, regardless of network status\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14374 #~ " -h, --help display this help and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14375 #~ " -m, --multiple do not ensure single instance\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14376 #~ " -n, --nologin don't automatically login\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14377 #~ " -l, --login[=NAME] enable specified account(s) (optional argument " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14378 #~ "NAME\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14379 #~ " specifies account(s) to use, separated by commas.\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14380 #~ " Without this only the first account will be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14381 #~ "enabled).\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14382 #~ " --display=DISPLAY X display to use\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14383 #~ " -v, --version display the current version and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14384 |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14385 #~ msgid "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14386 #~ "%s %s\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14387 #~ "Usage: %s [OPTION]...\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14388 #~ "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14389 #~ " -c, --config=DIR use DIR for config files\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14390 #~ " -d, --debug print debugging messages to stdout\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14391 #~ " -f, --force-online force online, regardless of network status\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14392 #~ " -h, --help display this help and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14393 #~ " -m, --multiple do not ensure single instance\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14394 #~ " -n, --nologin don't automatically login\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14395 #~ " -l, --login[=NAME] enable specified account(s) (optional argument " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14396 #~ "NAME\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14397 #~ " specifies account(s) to use, separated by commas.\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14398 #~ " Without this only the first account will be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14399 #~ "enabled).\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14400 #~ " -v, --version display the current version and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14401 #~ msgstr "" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14402 #~ "%s %s\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14403 #~ "Usage: %s [OPTION]...\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14404 #~ "\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14405 #~ " -c, --config=DIR use DIR for config files\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14406 #~ " -d, --debug print debugging messages to stdout\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14407 #~ " -f, --force-online force online, regardless of network status\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14408 #~ " -h, --help display this help and exit\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14409 #~ " -m, --multiple do not ensure single instance\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14410 #~ " -n, --nologin don't automatically login\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14411 #~ " -l, --login[=NAME] enable specified account(s) (optional argument " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14412 #~ "NAME\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14413 #~ " specifies account(s) to use, separated by commas.\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14414 #~ " Without this only the first account will be " |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14415 #~ "enabled).\n" |
bfe511f69e93
Check in updated versions of these files after running msgmerge on them
Mark Doliner <mark@kingant.net>
parents:
28014
diff
changeset
|
14416 #~ " -v, --version display the current version and exit\n" |