Mercurial > pidgin.yaz
annotate po/en_GB.po @ 28412:4b61989ab198
Close the Pounce dialog when you dismiss the last pounce.
committer: Paul Aurich <paul@darkrain42.org>
author | salinasv@gmail.com |
---|---|
date | Sat, 22 Aug 2009 18:52:16 +0000 |
parents | 593d31bc2c85 |
children | bfe511f69e93 |
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" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10 "POT-Creation-Date: 2009-07-25 14:11-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 |
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
|
859 msgid "Calling ... " |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
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 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1497 msgid "Online" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1498 msgstr "Online" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1499 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1500 msgid "Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1501 msgstr "Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1502 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1503 msgid "Online Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1504 msgstr "Online buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1505 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1506 msgid "Offline Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1507 msgstr "Offline buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1508 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1509 msgid "Online/Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1510 msgstr "Online/Offline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1511 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1512 msgid "Meebo" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1513 msgstr "Meebo" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1514 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1515 msgid "No Grouping" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1516 msgstr "No Grouping" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1517 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1518 msgid "Nested Subgroup" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1519 msgstr "Nested Subgroup" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1520 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1521 msgid "Nested Grouping (experimental)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1522 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
|
1523 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1524 msgid "Provides alternate buddylist grouping options." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1525 msgstr "Provides alternate buddylist grouping options." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1526 |
14948 | 1527 msgid "Lastlog" |
1528 msgstr "Lastlog" | |
1529 | |
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
|
1530 #. Translator Note: The "backlog" is the conversation buffer/history. |
14948 | 1531 msgid "lastlog: Searches for a substring in the backlog." |
1532 msgstr "lastlog: Searches for a substring in the backlog." | |
1533 | |
1534 msgid "GntLastlog" | |
1535 msgstr "GntLastlog" | |
1536 | |
16160 | 1537 msgid "Lastlog plugin." |
1538 msgstr "Lastlog plugin." | |
1539 | |
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
|
1540 #, 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
|
1541 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
|
1542 "\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
|
1543 "Fetching TinyURL..." |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1544 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1545 "\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1546 "Fetching TinyURL..." |
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
|
1547 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1548 msgid "Only create TinyURL for urls of this length or greater" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1549 msgstr "Only create TinyURL for urls of this length or greater" |
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
|
1550 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1551 msgid "TinyURL (or other) address prefix" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1552 msgstr "TinyURL (or other) address prefix" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1553 |
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
|
1554 msgid "TinyURL" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1555 msgstr "TinyURL" |
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
|
1556 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1557 msgid "TinyURL plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1558 msgstr "TinyURL plugin" |
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
|
1559 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
1560 msgid "When receiving a message with URL(s), TinyURL for easier copying" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1561 msgstr "When receiving a message with URL(s), TinyURL for easier copying" |
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
|
1562 |
14948 | 1563 msgid "accounts" |
1564 msgstr "accounts" | |
1565 | |
1566 msgid "Password is required to sign on." | |
1567 msgstr "Password is required to sign on." | |
1568 | |
1569 #, c-format | |
1570 msgid "Enter password for %s (%s)" | |
1571 msgstr "Enter password for %s (%s)" | |
1572 | |
1573 msgid "Enter Password" | |
1574 msgstr "Enter Password" | |
1575 | |
1576 msgid "Save password" | |
1577 msgstr "Save password" | |
1578 | |
1579 #, c-format | |
1580 msgid "Missing protocol plugin for %s" | |
1581 msgstr "Missing protocol plug-in for %s" | |
1582 | |
17478 | 1583 msgid "Connection Error" |
1584 msgstr "Connection Error" | |
1585 | |
14948 | 1586 msgid "New passwords do not match." |
1587 msgstr "New passwords do not match." | |
1588 | |
1589 msgid "Fill out all fields completely." | |
1590 msgstr "Fill out all fields completely." | |
1591 | |
1592 msgid "Original password" | |
1593 msgstr "Original password" | |
1594 | |
1595 msgid "New password" | |
1596 msgstr "New password" | |
1597 | |
1598 msgid "New password (again)" | |
1599 msgstr "New password (again)" | |
1600 | |
1601 #, c-format | |
1602 msgid "Change password for %s" | |
1603 msgstr "Change password for %s" | |
1604 | |
1605 msgid "Please enter your current password and your new password." | |
1606 msgstr "Please enter your current password and your new password." | |
1607 | |
1608 #, c-format | |
1609 msgid "Change user information for %s" | |
1610 msgstr "Change user information for %s" | |
1611 | |
1612 msgid "Set User Info" | |
1613 msgstr "Set User Info" | |
1614 | |
16160 | 1615 msgid "Unknown" |
1616 msgstr "Unknown" | |
1617 | |
1618 msgid "Buddies" | |
1619 msgstr "Buddies" | |
1620 | |
14948 | 1621 msgid "buddy list" |
1622 msgstr "buddy list" | |
1623 | |
19927 | 1624 msgid "(DOES NOT MATCH)" |
1625 msgstr "(DOES NOT MATCH)" | |
1626 | |
1627 #. Make messages | |
1628 #, c-format | |
1629 msgid "%s has presented the following certificate for just-this-once use:" | |
1630 msgstr "%s has presented the following certificate for just-this-once use:" | |
1631 | |
1632 #, c-format | |
1633 msgid "" | |
1634 "Common name: %s %s\n" | |
1635 "Fingerprint (SHA1): %s" | |
1636 msgstr "" | |
1637 "Common name: %s %s\n" | |
1638 "Fingerprint (SHA1): %s" | |
1639 | |
1640 #. TODO: Find what the handle ought to be | |
1641 msgid "Single-use Certificate Verification" | |
1642 msgstr "Single-use Certificate Verification" | |
1643 | |
1644 #. Scheme name | |
1645 #. Pool name | |
1646 msgid "Certificate Authorities" | |
1647 msgstr "Certificate Authorities" | |
1648 | |
1649 #. Scheme name | |
1650 #. Pool name | |
1651 msgid "SSL Peers Cache" | |
1652 msgstr "SSL Peers Cache" | |
1653 | |
1654 #. Make messages | |
1655 #, c-format | |
1656 msgid "Accept certificate for %s?" | |
1657 msgstr "Accept certificate for %s?" | |
1658 | |
1659 #. TODO: Find what the handle ought to be | |
1660 msgid "SSL Certificate Verification" | |
1661 msgstr "SSL Certificate Verification" | |
1662 | |
1663 msgid "_View Certificate..." | |
1664 msgstr "_View Certificate..." | |
1665 | |
1666 #. Prompt the user to authenticate the certificate | |
1667 #. vrq will be completed by user_auth | |
1668 #, c-format | |
1669 msgid "" | |
1670 "The certificate presented by \"%s\" is self-signed. It cannot be " | |
1671 "automatically checked." | |
1672 msgstr "" | |
1673 "The certificate presented by \"%s\" is self-signed. It cannot be " | |
1674 "automatically checked." | |
1675 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1676 #. FIXME 2.6.1 |
19927 | 1677 #, c-format |
1678 msgid "The certificate chain presented for %s is not valid." | |
1679 msgstr "The certificate chain presented for %s is not valid." | |
1680 | |
1681 #. TODO: Make this error either block the ensuing SSL | |
1682 #. connection error until the user dismisses this one, or | |
1683 #. stifle it. | |
1684 #. TODO: Probably wrong. | |
1685 #. TODO: Probably wrong | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1686 #. TODO: Probably wrong. |
19927 | 1687 msgid "SSL Certificate Error" |
1688 msgstr "SSL Certificate Error" | |
1689 | |
1690 msgid "Invalid certificate chain" | |
1691 msgstr "Invalid certificate chain" | |
1692 | |
1693 #. vrq will be completed by user_auth | |
1694 msgid "" | |
1695 "You have no database of root certificates, so this certificate cannot be " | |
1696 "validated." | |
1697 msgstr "" | |
1698 "You have no database of root certificates, so this certificate cannot be " | |
1699 "validated." | |
1700 | |
1701 #. vrq will be completed by user_auth | |
1702 msgid "" | |
1703 "The root certificate this one claims to be issued by is unknown to Pidgin." | |
1704 msgstr "" | |
1705 "The root certificate this one claims to be issued by is unknown to Pidgin." | |
1706 | |
1707 #, c-format | |
1708 msgid "" | |
1709 "The certificate chain presented by %s does not have a valid digital " | |
1710 "signature from the Certificate Authority from which it claims to have a " | |
1711 "signature." | |
1712 msgstr "" | |
1713 "The certificate chain presented by %s does not have a valid digital " | |
1714 "signature from the Certificate Authority from which it claims to have a " | |
1715 "signature." | |
1716 | |
1717 msgid "Invalid certificate authority signature" | |
1718 msgstr "Invalid certificate authority signature" | |
1719 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1720 #. Prompt the user to authenticate the certificate |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1721 #. TODO: Provide the user with more guidance about why he is |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1722 #. being prompted |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1723 #. vrq will be completed by user_auth |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1724 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1725 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1726 "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
|
1727 "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
|
1728 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
1729 "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
|
1730 "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
|
1731 |
19927 | 1732 #. Make messages |
1733 #, c-format | |
1734 msgid "" | |
1735 "Common name: %s\n" | |
1736 "\n" | |
1737 "Fingerprint (SHA1): %s\n" | |
1738 "\n" | |
1739 "Activation date: %s\n" | |
1740 "Expiration date: %s\n" | |
1741 msgstr "" | |
1742 "Common name: %s\n" | |
1743 "\n" | |
1744 "Fingerprint (SHA1): %s\n" | |
1745 "\n" | |
1746 "Activation date: %s\n" | |
1747 "Expiration date: %s\n" | |
1748 | |
1749 #. TODO: Find what the handle ought to be | |
1750 msgid "Certificate Information" | |
1751 msgstr "Certificate Information" | |
1752 | |
14948 | 1753 msgid "Registration Error" |
1754 msgstr "Registration Error" | |
1755 | |
19927 | 1756 msgid "Unregistration Error" |
1757 msgstr "Unregistration Error" | |
1758 | |
14948 | 1759 #, c-format |
1760 msgid "+++ %s signed on" | |
1761 msgstr "+++ %s signed on" | |
1762 | |
1763 #, c-format | |
1764 msgid "+++ %s signed off" | |
1765 msgstr "+++ %s signed off" | |
1766 | |
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
|
1767 #. Unknown error |
16160 | 1768 msgid "Unknown error" |
1769 msgstr "Unknown error" | |
1770 | |
14948 | 1771 msgid "Unable to send message: The message is too large." |
1772 msgstr "Unable to send message: The message is too large." | |
1773 | |
1774 #, c-format | |
1775 msgid "Unable to send message to %s." | |
1776 msgstr "Unable to send message to %s." | |
1777 | |
1778 msgid "The message is too large." | |
1779 msgstr "The message is too large." | |
1780 | |
1781 msgid "Unable to send message." | |
1782 msgstr "Unable to send message." | |
1783 | |
1784 msgid "Send Message" | |
1785 msgstr "Send Message" | |
1786 | |
1787 msgid "_Send Message" | |
1788 msgstr "_Send Message" | |
1789 | |
1790 #, c-format | |
1791 msgid "%s entered the room." | |
1792 msgstr "%s entered the room." | |
1793 | |
1794 #, c-format | |
1795 msgid "%s [<I>%s</I>] entered the room." | |
1796 msgstr "%s [<I>%s</I>] entered the room." | |
1797 | |
1798 #, c-format | |
1799 msgid "You are now known as %s" | |
1800 msgstr "You are now known as %s" | |
1801 | |
1802 #, c-format | |
1803 msgid "%s is now known as %s" | |
1804 msgstr "%s is now known as %s" | |
1805 | |
1806 #, c-format | |
1807 msgid "%s left the room." | |
1808 msgstr "%s left the room." | |
1809 | |
1810 #, c-format | |
1811 msgid "%s left the room (%s)." | |
1812 msgstr "%s left the room (%s)." | |
1813 | |
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 msgid "Invite to chat" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1815 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
|
1816 |
4a592e898162
Check in 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 #. 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
|
1818 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
|
1819 "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
|
1820 "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
|
1821 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
|
1822 "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
|
1823 "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
|
1824 |
14948 | 1825 #, c-format |
1826 msgid "Failed to get connection: %s" | |
1827 msgstr "Failed to get connection: %s" | |
1828 | |
1829 #, c-format | |
1830 msgid "Failed to get name: %s" | |
1831 msgstr "Failed to get name: %s" | |
1832 | |
1833 #, c-format | |
1834 msgid "Failed to get serv name: %s" | |
1835 msgstr "Failed to get serv name: %s" | |
1836 | |
17478 | 1837 msgid "Purple's D-BUS server is not running for the reason listed below" |
1838 msgstr "Purple's D-BUS server is not running for the reason listed below" | |
1839 | |
16160 | 1840 msgid "No name" |
1841 msgstr "No name" | |
1842 | |
14948 | 1843 msgid "Unable to create new resolver process\n" |
1844 msgstr "Unable to create new resolver process\n" | |
1845 | |
1846 msgid "Unable to send request to resolver process\n" | |
1847 msgstr "Unable to send request to resolver process\n" | |
1848 | |
1849 #, c-format | |
1850 msgid "" | |
1851 "Error resolving %s:\n" | |
1852 "%s" | |
1853 msgstr "" | |
1854 "Error resolving %s:\n" | |
1855 "%s" | |
1856 | |
1857 #, c-format | |
1858 msgid "Error resolving %s: %d" | |
1859 msgstr "Error resolving %s: %d" | |
1860 | |
1861 #, c-format | |
1862 msgid "" | |
1863 "Error reading from resolver process:\n" | |
1864 "%s" | |
1865 msgstr "" | |
1866 "Error reading from resolver process:\n" | |
1867 "%s" | |
1868 | |
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
|
1869 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
1870 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
|
1871 msgstr "Resolver process exited without answering our request" |
14948 | 1872 |
1873 #, c-format | |
1874 msgid "Thread creation failure: %s" | |
1875 msgstr "Thread creation failure: %s" | |
1876 | |
1877 msgid "Unknown reason" | |
1878 msgstr "Unknown reason" | |
1879 | |
1880 #, c-format | |
1881 msgid "" | |
1882 "Error reading %s: \n" | |
1883 "%s.\n" | |
1884 msgstr "" | |
1885 "Error reading %s: \n" | |
1886 "%s.\n" | |
1887 | |
1888 #, c-format | |
1889 msgid "" | |
1890 "Error writing %s: \n" | |
1891 "%s.\n" | |
1892 msgstr "" | |
1893 "Error writing %s: \n" | |
1894 "%s.\n" | |
1895 | |
1896 #, c-format | |
1897 msgid "" | |
1898 "Error accessing %s: \n" | |
1899 "%s.\n" | |
1900 msgstr "" | |
1901 "Error accessing %s: \n" | |
1902 "%s.\n" | |
1903 | |
1904 msgid "Directory is not writable." | |
1905 msgstr "Directory is not writable." | |
1906 | |
1907 msgid "Cannot send a file of 0 bytes." | |
1908 msgstr "Cannot send a file of 0 bytes." | |
1909 | |
1910 msgid "Cannot send a directory." | |
1911 msgstr "Cannot send a directory." | |
1912 | |
1913 #, c-format | |
1914 msgid "%s is not a regular file. Cowardly refusing to overwrite it.\n" | |
1915 msgstr "%s is not a regular file. Cowardly refusing to overwrite it.\n" | |
1916 | |
1917 #, c-format | |
1918 msgid "%s wants to send you %s (%s)" | |
1919 msgstr "%s wants to send you %s (%s)" | |
1920 | |
1921 #, c-format | |
1922 msgid "%s wants to send you a file" | |
1923 msgstr "%s wants to send you a file" | |
1924 | |
1925 #, c-format | |
1926 msgid "Accept file transfer request from %s?" | |
1927 msgstr "Accept file transfer request from %s?" | |
1928 | |
1929 #, c-format | |
1930 msgid "" | |
1931 "A file is available for download from:\n" | |
1932 "Remote host: %s\n" | |
1933 "Remote port: %d" | |
1934 msgstr "" | |
1935 "A file is available for download from:\n" | |
1936 "Remote host: %s\n" | |
1937 "Remote port: %d" | |
1938 | |
1939 #, c-format | |
1940 msgid "%s is offering to send file %s" | |
1941 msgstr "%s is offering to send file %s" | |
1942 | |
1943 #, c-format | |
1944 msgid "%s is not a valid filename.\n" | |
1945 msgstr "%s is not a valid filename.\n" | |
1946 | |
1947 #, c-format | |
1948 msgid "Offering to send %s to %s" | |
1949 msgstr "Offering to send %s to %s" | |
1950 | |
1951 #, c-format | |
1952 msgid "Starting transfer of %s from %s" | |
1953 msgstr "Starting transfer of %s from %s" | |
1954 | |
1955 #, c-format | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1956 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
|
1957 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
|
1958 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
1959 #, c-format |
14948 | 1960 msgid "Transfer of file %s complete" |
1961 msgstr "Transfer of file %s complete" | |
1962 | |
1963 msgid "File transfer complete" | |
1964 msgstr "File transfer complete" | |
1965 | |
1966 #, c-format | |
1967 msgid "You canceled the transfer of %s" | |
1968 msgstr "You cancelled the transfer of %s" | |
1969 | |
1970 msgid "File transfer cancelled" | |
1971 msgstr "File transfer cancelled" | |
1972 | |
1973 #, c-format | |
1974 msgid "%s canceled the transfer of %s" | |
1975 msgstr "%s cancelled the transfer of %s" | |
1976 | |
1977 #, c-format | |
1978 msgid "%s canceled the file transfer" | |
1979 msgstr "%s cancelled the file transfer" | |
1980 | |
1981 #, c-format | |
1982 msgid "File transfer to %s failed." | |
1983 msgstr "File transfer to %s failed." | |
1984 | |
1985 #, c-format | |
1986 msgid "File transfer from %s failed." | |
1987 msgstr "File transfer from %s failed." | |
1988 | |
1989 msgid "Run the command in a terminal" | |
1990 msgstr "Run the command in a terminal" | |
1991 | |
1992 msgid "The command used to handle \"aim\" URLs, if enabled." | |
1993 msgstr "The command used to handle \"aim\" URLs, if enabled." | |
1994 | |
1995 msgid "The command used to handle \"gg\" URLs, if enabled." | |
1996 msgstr "The command used to handle \"gg\" URLs, if enabled." | |
1997 | |
1998 msgid "The command used to handle \"icq\" URLs, if enabled." | |
1999 msgstr "The command used to handle \"icq\" URLs, if enabled." | |
2000 | |
2001 msgid "The command used to handle \"irc\" URLs, if enabled." | |
2002 msgstr "The command used to handle \"irc\" URLs, if enabled." | |
2003 | |
2004 msgid "The command used to handle \"msnim\" URLs, if enabled." | |
2005 msgstr "The command used to handle \"msnim\" URLs, if enabled." | |
2006 | |
2007 msgid "The command used to handle \"sip\" URLs, if enabled." | |
2008 msgstr "The command used to handle \"sip\" URLs, if enabled." | |
2009 | |
2010 msgid "The command used to handle \"xmpp\" URLs, if enabled." | |
2011 msgstr "The command used to handle \"xmpp\" URLs, if enabled." | |
2012 | |
2013 msgid "The command used to handle \"ymsgr\" URLs, if enabled." | |
2014 msgstr "The command used to handle \"ymsgr\" URLs, if enabled." | |
2015 | |
2016 msgid "The handler for \"aim\" URLs" | |
2017 msgstr "The handler for \"aim\" URLs" | |
2018 | |
2019 msgid "The handler for \"gg\" URLs" | |
2020 msgstr "The handler for \"gg\" URLs" | |
2021 | |
2022 msgid "The handler for \"icq\" URLs" | |
2023 msgstr "The handler for \"icq\" URLs" | |
2024 | |
2025 msgid "The handler for \"irc\" URLs" | |
2026 msgstr "The handler for \"irc\" URLs" | |
2027 | |
2028 msgid "The handler for \"msnim\" URLs" | |
2029 msgstr "The handler for \"msnim\" URLs" | |
2030 | |
2031 msgid "The handler for \"sip\" URLs" | |
2032 msgstr "The handler for \"sip\" URLs" | |
2033 | |
2034 msgid "The handler for \"xmpp\" URLs" | |
2035 msgstr "The handler for \"xmpp\" URLs" | |
2036 | |
2037 msgid "The handler for \"ymsgr\" URLs" | |
2038 msgstr "The handler for \"ymsgr\" URLs" | |
2039 | |
2040 msgid "" | |
2041 "True if the command specified in the \"command\" key should handle \"aim\" " | |
2042 "URLs." | |
2043 msgstr "" | |
2044 "True if the command specified in the \"command\" key should handle \"aim\" " | |
2045 "URLs." | |
2046 | |
2047 msgid "" | |
2048 "True if the command specified in the \"command\" key should handle \"gg\" " | |
2049 "URLs." | |
2050 msgstr "" | |
2051 "True if the command specified in the \"command\" key should handle \"gg\" " | |
2052 "URLs." | |
2053 | |
2054 msgid "" | |
2055 "True if the command specified in the \"command\" key should handle \"icq\" " | |
2056 "URLs." | |
2057 msgstr "" | |
2058 "True if the command specified in the \"command\" key should handle \"icq\" " | |
2059 "URLs." | |
2060 | |
2061 msgid "" | |
2062 "True if the command specified in the \"command\" key should handle \"irc\" " | |
2063 "URLs." | |
2064 msgstr "" | |
2065 "True if the command specified in the \"command\" key should handle \"irc\" " | |
2066 "URLs." | |
2067 | |
2068 msgid "" | |
2069 "True if the command specified in the \"command\" key should handle \"msnim\" " | |
2070 "URLs." | |
2071 msgstr "" | |
2072 "True if the command specified in the \"command\" key should handle \"msnim\" " | |
2073 "URLs." | |
2074 | |
2075 msgid "" | |
2076 "True if the command specified in the \"command\" key should handle \"sip\" " | |
2077 "URLs." | |
2078 msgstr "" | |
2079 "True if the command specified in the \"command\" key should handle \"sip\" " | |
2080 "URLs." | |
2081 | |
2082 msgid "" | |
2083 "True if the command specified in the \"command\" key should handle \"xmpp\" " | |
2084 "URLs." | |
2085 msgstr "" | |
2086 "True if the command specified in the \"command\" key should handle \"xmpp\" " | |
2087 "URLs." | |
2088 | |
2089 msgid "" | |
2090 "True if the command specified in the \"command\" key should handle \"ymsgr\" " | |
2091 "URLs." | |
2092 msgstr "" | |
2093 "True if the command specified in the \"command\" key should handle \"ymsgr\" " | |
2094 "URLs." | |
2095 | |
2096 msgid "" | |
2097 "True if the command used to handle this type of URL should be run in a " | |
2098 "terminal." | |
2099 msgstr "" | |
2100 "True if the command used to handle this type of URL should be run in a " | |
2101 "terminal." | |
2102 | |
2103 msgid "Whether the specified command should handle \"aim\" URLs" | |
2104 msgstr "Whether the specified command should handle \"aim\" URLs" | |
2105 | |
2106 msgid "Whether the specified command should handle \"gg\" URLs" | |
2107 msgstr "Whether the specified command should handle \"gg\" URLs" | |
2108 | |
2109 msgid "Whether the specified command should handle \"icq\" URLs" | |
2110 msgstr "Whether the specified command should handle \"icq\" URLs" | |
2111 | |
2112 msgid "Whether the specified command should handle \"irc\" URLs" | |
2113 msgstr "Whether the specified command should handle \"irc\" URLs" | |
2114 | |
2115 msgid "Whether the specified command should handle \"msnim\" URLs" | |
2116 msgstr "Whether the specified command should handle \"msnim\" URLs" | |
2117 | |
2118 msgid "Whether the specified command should handle \"sip\" URLs" | |
2119 msgstr "Whether the specified command should handle \"sip\" URLs" | |
2120 | |
2121 msgid "Whether the specified command should handle \"xmpp\" URLs" | |
2122 msgstr "Whether the specified command should handle \"xmpp\" URLs" | |
2123 | |
2124 msgid "Whether the specified command should handle \"ymsgr\" URLs" | |
2125 msgstr "Whether the specified command should handle \"ymsgr\" URLs" | |
2126 | |
10302 | 2127 msgid "<b><font color=\"red\">The logger has no read function</font></b>" |
2128 msgstr "<b><font color=\"red\">The logger has no read function</font></b>" | |
2129 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2130 msgid "HTML" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2131 msgstr "HTML" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2132 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2133 msgid "Plain text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2134 msgstr "Plain text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2135 |
16160 | 2136 msgid "Old flat format" |
2137 msgstr "Old flat format" | |
2138 | |
11762 | 2139 msgid "Logging of this conversation failed." |
11887 | 2140 msgstr "Logging of this conversation failed." |
11762 | 2141 |
10302 | 2142 msgid "XML" |
2143 msgstr "XML" | |
2144 | |
2145 #, c-format | |
2146 msgid "" | |
2147 "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2148 "REPLY>:</b></font> %s<br/>\n" | |
2149 msgstr "" | |
2150 "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2151 "REPLY>:</b></font> %s<br/>\n" | |
2152 | |
2153 #, c-format | |
2154 msgid "" | |
2155 "<font color=\"#A82F2F\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2156 "REPLY>:</b></font> %s<br/>\n" | |
2157 msgstr "" | |
2158 "<font color=\"#A82F2F\"><font size=\"2\">(%s)</font> <b>%s <AUTO-" | |
2159 "REPLY>:</b></font> %s<br/>\n" | |
2160 | |
2161 msgid "<font color=\"red\"><b>Unable to find log path!</b></font>" | |
2162 msgstr "<font color=\"red\"><b>Unable to find log path!</b></font>" | |
2163 | |
2164 #, c-format | |
2165 msgid "<font color=\"red\"><b>Could not read file: %s</b></font>" | |
2166 msgstr "<font color=\"red\"><b>Could not read file: %s</b></font>" | |
2167 | |
2168 #, c-format | |
2169 msgid "(%s) %s <AUTO-REPLY>: %s\n" | |
2170 msgstr "(%s) %s <AUTO-REPLY>: %s\n" | |
2171 | |
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
|
2172 msgid "Error creating conference." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2173 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
|
2174 |
14948 | 2175 #, c-format |
2176 msgid "You are using %s, but this plugin requires %s." | |
2177 msgstr "You are using %s, but this plugin requires %s." | |
2178 | |
16160 | 2179 msgid "This plugin has not defined an ID." |
2180 msgstr "This plugin has not defined an ID." | |
2181 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2182 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2183 msgid "Plugin magic mismatch %d (need %d)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2184 msgstr "Plug-in magic mismatch %d (need %d)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2185 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2186 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2187 msgid "ABI version mismatch %d.%d.x (need %d.%d.x)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2188 msgstr "ABI version mismatch %d.%d.x (need %d.%d.x)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2189 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2190 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2191 "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
|
2192 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2193 "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
|
2194 |
7861 | 2195 #, c-format |
2196 msgid "" | |
2197 "The required plugin %s was not found. Please install this plugin and try " | |
2198 "again." | |
2199 msgstr "" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2200 "The required plug-in %s was not found. Please install this plug-in and try " |
7861 | 2201 "again." |
2202 | |
16160 | 2203 msgid "Unable to load the plugin" |
2204 msgstr "Unable to load the plug-in." | |
2205 | |
7861 | 2206 #, c-format |
2207 msgid "The required plugin %s was unable to load." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2208 msgstr "The required plug-in %s could not be loaded." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2209 |
16160 | 2210 msgid "Unable to load your plugin." |
2211 msgstr "Unable to load your plug-in." | |
2212 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2213 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2214 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
|
2215 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
|
2216 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2217 msgid "Autoaccept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2218 msgstr "Autoaccept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2219 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2220 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
|
2221 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
|
2222 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2223 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2224 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
|
2225 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
|
2226 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2227 msgid "Autoaccept complete" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2228 msgstr "Autoaccept complete" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2229 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2230 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2231 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
|
2232 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
|
2233 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2234 msgid "Set Autoaccept Setting" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2235 msgstr "Set Autoaccept Setting" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2236 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2237 msgid "_Save" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2238 msgstr "_Save" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2239 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2240 msgid "_Cancel" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2241 msgstr "_Cancel" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2242 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2243 msgid "Ask" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2244 msgstr "Ask" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2245 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2246 msgid "Auto Accept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2247 msgstr "Auto Accept" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2248 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2249 msgid "Auto Reject" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2250 msgstr "Auto Reject" |
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 File Transfers..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2253 msgstr "Autoaccept File Transfers..." |
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 #. 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
|
2256 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2257 "Path to save the files in\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2258 "(Please provide the full path)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2259 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2260 "Path to save the files in\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2261 "(Please provide the full path)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2262 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2263 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
|
2264 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
|
2265 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2266 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2267 "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
|
2268 "(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
|
2269 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2270 "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
|
2271 "(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
|
2272 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2273 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
|
2274 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
|
2275 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2276 msgid "Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2277 msgstr "Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2278 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2279 msgid "Enter your notes below..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2280 msgstr "Enter your notes below..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2281 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2282 msgid "Edit Notes..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2283 msgstr "Edit Notes..." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2284 |
16160 | 2285 #. *< major version |
2286 #. *< minor version | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2287 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2288 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2289 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2290 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2291 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2292 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2293 msgid "Buddy Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2294 msgstr "Buddy Notes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2295 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2296 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2297 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2298 msgid "Store notes on particular buddies." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2299 msgstr "Store notes on particular buddies." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2300 |
16160 | 2301 #. *< summary |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2302 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
|
2303 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
|
2304 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2305 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2306 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2307 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2308 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2309 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2310 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2311 msgid "Cipher Test" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2312 msgstr "Cipher Test" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2313 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2314 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2315 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2316 #. * summary |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2317 #. * description |
16160 | 2318 msgid "Tests the ciphers that ship with libpurple." |
2319 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
|
2320 |
14948 | 2321 #. *< type |
2322 #. *< ui_requirement | |
2323 #. *< flags | |
2324 #. *< dependencies | |
2325 #. *< priority | |
2326 #. *< id | |
2327 msgid "DBus Example" | |
2328 msgstr "DBus Example" | |
2329 | |
2330 #. *< name | |
2331 #. *< version | |
2332 #. * summary | |
2333 #. * description | |
2334 msgid "DBus Plugin Example" | |
2335 msgstr "DBus Plug-in Example" | |
2336 | |
2337 #. *< type | |
2338 #. *< ui_requirement | |
2339 #. *< flags | |
2340 #. *< dependencies | |
2341 #. *< priority | |
2342 #. *< id | |
16160 | 2343 msgid "File Control" |
2344 msgstr "File Control" | |
14948 | 2345 |
2346 #. *< name | |
2347 #. *< version | |
2348 #. * summary | |
2349 #. * description | |
16160 | 2350 msgid "Allows control by entering commands in a file." |
2351 msgstr "Allows control by entering commands in a file." | |
2352 | |
14948 | 2353 msgid "Minutes" |
2354 msgstr "Minutes" | |
2355 | |
2356 #. This is a cultural reference. Dy'er Mak'er is a song by Led Zeppelin. | |
2357 #. If that doesn't translate well into your language, drop the 's before translating. | |
2358 msgid "I'dle Mak'er" | |
2359 msgstr "I'dle Mak'er" | |
2360 | |
2361 msgid "Set Account Idle Time" | |
2362 msgstr "Set Account Idle Time" | |
2363 | |
2364 msgid "_Set" | |
2365 msgstr "_Set" | |
2366 | |
2367 msgid "None of your accounts are idle." | |
2368 msgstr "None of your accounts are idle." | |
2369 | |
2370 msgid "Unset Account Idle Time" | |
2371 msgstr "Unset Account Idle Time" | |
2372 | |
2373 msgid "_Unset" | |
2374 msgstr "_Unset" | |
2375 | |
2376 msgid "Set Idle Time for All Accounts" | |
2377 msgstr "Set Idle Time for All Accounts" | |
2378 | |
2379 msgid "Unset Idle Time for All Idled Accounts" | |
2380 msgstr "Unset Idle Time For All Idled Accounts" | |
2381 | |
2382 msgid "Allows you to hand-configure how long you've been idle" | |
2383 msgstr "Allows you to hand-configure how long you've been idle for" | |
2384 | |
2385 #. *< type | |
2386 #. *< ui_requirement | |
2387 #. *< flags | |
2388 #. *< dependencies | |
2389 #. *< priority | |
2390 #. *< id | |
2391 msgid "IPC Test Client" | |
2392 msgstr "IPC Test Client" | |
2393 | |
2394 #. *< name | |
2395 #. *< version | |
2396 #. * summary | |
2397 msgid "Test plugin IPC support, as a client." | |
2398 msgstr "Test plug-in IPC support, as a client." | |
2399 | |
2400 #. * description | |
2401 msgid "" | |
2402 "Test plugin IPC support, as a client. This locates the server plugin and " | |
2403 "calls the commands registered." | |
2404 msgstr "" | |
2405 "Test plug-in IPC support, as a client. This locates the server plug-in and " | |
2406 "calls the commands registered." | |
2407 | |
2408 #. *< type | |
2409 #. *< ui_requirement | |
2410 #. *< flags | |
2411 #. *< dependencies | |
2412 #. *< priority | |
2413 #. *< id | |
2414 msgid "IPC Test Server" | |
2415 msgstr "IPC Test Server" | |
2416 | |
2417 #. *< name | |
2418 #. *< version | |
2419 #. * summary | |
2420 msgid "Test plugin IPC support, as a server." | |
2421 msgstr "Test plug-in IPC support, as a server." | |
2422 | |
2423 #. * description | |
2424 msgid "Test plugin IPC support, as a server. This registers the IPC commands." | |
2425 msgstr "" | |
2426 "Test plug-in IPC support, as a server. This registers the IPC commands." | |
2427 | |
16160 | 2428 msgid "Join/Part Hiding Configuration" |
2429 msgstr "Join/Part Hiding Configuration" | |
2430 | |
2431 msgid "Minimum Room Size" | |
2432 msgstr "Minimum Room Size" | |
2433 | |
2434 msgid "User Inactivity Timeout (in minutes)" | |
2435 msgstr "User Inactivity Timeout (in minutes)" | |
2436 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2437 msgid "Apply hiding rules to buddies" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2438 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
|
2439 |
16160 | 2440 #. *< type |
2441 #. *< ui_requirement | |
2442 #. *< flags | |
2443 #. *< dependencies | |
2444 #. *< priority | |
2445 #. *< id | |
2446 msgid "Join/Part Hiding" | |
2447 msgstr "Join/Part Hiding" | |
2448 | |
2449 #. *< name | |
2450 #. *< version | |
2451 #. * summary | |
2452 msgid "Hides extraneous join/part messages." | |
2453 msgstr "Hides extraneous join/part messages." | |
2454 | |
2455 #. * description | |
2456 msgid "" | |
2457 "This plugin hides join/part messages in large rooms, except for those users " | |
2458 "actively taking part in a conversation." | |
2459 msgstr "" | |
2460 "This plugin hides join/part messages in large rooms, except for those users " | |
2461 "actively taking part in a conversation." | |
2462 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2463 #. 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
|
2464 #. * 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
|
2465 #. * 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
|
2466 #. * not a real timezone. |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2467 msgid "(UTC)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2468 msgstr "(UTC)" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2469 |
14948 | 2470 msgid "User is offline." |
2471 msgstr "User is offline." | |
2472 | |
2473 msgid "Auto-response sent:" | |
2474 msgstr "Auto-response sent:" | |
2475 | |
2476 #, c-format | |
2477 msgid "%s has signed off." | |
2478 msgstr "%s has signed off." | |
2479 | |
2480 msgid "One or more messages may have been undeliverable." | |
2481 msgstr "One or more messages may not have been delivered." | |
2482 | |
2483 msgid "You were disconnected from the server." | |
2484 msgstr "You were disconnected from the server." | |
2485 | |
2486 msgid "" | |
2487 "You are currently disconnected. Messages will not be received unless you are " | |
2488 "logged in." | |
2489 msgstr "" | |
2490 "You are currently disconnected. Messages will not be received unless you are " | |
2491 "logged in." | |
2492 | |
2493 msgid "Message could not be sent because the maximum length was exceeded." | |
2494 msgstr "Message could not be sent because the maximum length was exceeded." | |
2495 | |
2496 msgid "Message could not be sent." | |
2497 msgstr "Message could not be sent." | |
2498 | |
2499 #. The names of IM clients are marked for translation at the request of | |
2500 #. translators who wanted to transliterate them. Many translators | |
2501 #. choose to leave them alone. Choose what's best for your language. | |
2502 msgid "Adium" | |
2503 msgstr "Adium" | |
2504 | |
2505 #. The names of IM clients are marked for translation at the request of | |
2506 #. translators who wanted to transliterate them. Many translators | |
2507 #. choose to leave them alone. Choose what's best for your language. | |
2508 msgid "Fire" | |
2509 msgstr "Fire" | |
2510 | |
2511 #. The names of IM clients are marked for translation at the request of | |
2512 #. translators who wanted to transliterate them. Many translators | |
2513 #. choose to leave them alone. Choose what's best for your language. | |
2514 msgid "Messenger Plus!" | |
2515 msgstr "Messenger Plus!" | |
2516 | |
2517 #. The names of IM clients are marked for translation at the request of | |
2518 #. translators who wanted to transliterate them. Many translators | |
2519 #. choose to leave them alone. Choose what's best for your language. | |
19927 | 2520 msgid "QIP" |
2521 msgstr "QIP" | |
2522 | |
2523 #. The names of IM clients are marked for translation at the request of | |
2524 #. translators who wanted to transliterate them. Many translators | |
2525 #. choose to leave them alone. Choose what's best for your language. | |
14948 | 2526 msgid "MSN Messenger" |
2527 msgstr "MSN Messenger" | |
2528 | |
2529 #. The names of IM clients are marked for translation at the request of | |
2530 #. translators who wanted to transliterate them. Many translators | |
2531 #. choose to leave them alone. Choose what's best for your language. | |
2532 msgid "Trillian" | |
2533 msgstr "Trillian" | |
2534 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2535 #. 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
|
2536 #. 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
|
2537 #. 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
|
2538 msgid "aMSN" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2539 msgstr "aMSN" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2540 |
14948 | 2541 #. Add general preferences. |
2542 msgid "General Log Reading Configuration" | |
2543 msgstr "General Log Reading Configuration" | |
2544 | |
2545 msgid "Fast size calculations" | |
2546 msgstr "Fast size calculations" | |
2547 | |
2548 msgid "Use name heuristics" | |
2549 msgstr "Use name heuristics" | |
2550 | |
2551 #. Add Log Directory preferences. | |
2552 msgid "Log Directory" | |
2553 msgstr "Log Directory" | |
2554 | |
2555 #. *< type | |
2556 #. *< ui_requirement | |
2557 #. *< flags | |
2558 #. *< dependencies | |
2559 #. *< priority | |
2560 #. *< id | |
2561 msgid "Log Reader" | |
2562 msgstr "Log Reader" | |
2563 | |
2564 #. *< name | |
2565 #. *< version | |
2566 #. * summary | |
2567 msgid "Includes other IM clients' logs in the log viewer." | |
2568 msgstr "Includes other IM clients' logs in the log viewer." | |
2569 | |
2570 #. * description | |
2571 msgid "" | |
2572 "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
|
2573 "Currently, this includes Adium, MSN Messenger, aMSN, and Trillian.\n" |
14948 | 2574 "\n" |
2575 "WARNING: This plugin is still alpha code and may crash frequently. Use it " | |
2576 "at your own risk!" | |
2577 msgstr "" | |
2578 "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
|
2579 "Currently, this includes Adium, MSN Messenger, aMSN, and Trillian.\n" |
14948 | 2580 "\n" |
2581 "WARNING: This plugin is still alpha code and may crash frequently. Use it " | |
2582 "at your own risk!" | |
2583 | |
2584 msgid "Mono Plugin Loader" | |
2585 msgstr "Mono Plug-in Loader" | |
2586 | |
2587 msgid "Loads .NET plugins with Mono." | |
2588 msgstr "Loads .NET plug-ins with Mono." | |
2589 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2590 msgid "Add new line in IMs" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2591 msgstr "Add new line in IMs" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2592 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2593 msgid "Add new line in Chats" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2594 msgstr "Add new line in Chats" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2595 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2596 #. *< magic |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2597 #. *< major version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2598 #. *< minor version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2599 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2600 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2601 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2602 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2603 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2604 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2605 msgid "New Line" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2606 msgstr "New Line" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2607 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2608 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2609 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2610 msgid "Prepends a newline to displayed message." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2611 msgstr "Prepends a newline to displayed message." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2612 |
16160 | 2613 #. *< summary |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2614 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2615 "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
|
2616 "the username in the conversation window." |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2617 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2618 "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
|
2619 "the username in the conversation window." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2620 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2621 msgid "Offline Message Emulation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2622 msgstr "Offline Message Emulation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2623 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2624 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
|
2625 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
|
2626 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2627 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2628 "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
|
2629 "pounce from the `Buddy Pounce' dialog." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2630 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2631 "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
|
2632 "pounce from the `Buddy Pounce' dialog." |
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 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2635 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2636 "\"%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
|
2637 "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
|
2638 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2639 "\"%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
|
2640 "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
|
2641 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2642 msgid "Offline Message" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2643 msgstr "Offline Message" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2644 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2645 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
|
2646 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
|
2647 |
16160 | 2648 msgid "Yes" |
2649 msgstr "Yes" | |
2650 | |
2651 msgid "No" | |
2652 msgstr "No" | |
2653 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2654 msgid "Save offline messages in pounce" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2655 msgstr "Save offline messages in pounce" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2656 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2657 msgid "Do not ask. Always save in pounce." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2658 msgstr "Do not ask. Always save in pounce." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2659 |
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
|
2660 msgid "One Time Password" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2661 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
|
2662 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2663 #. *< 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
|
2664 #. *< 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
|
2665 #. *< 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
|
2666 #. *< 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
|
2667 #. *< 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
|
2668 #. *< 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
|
2669 msgid "One Time Password Support" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2670 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
|
2671 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2672 #. *< 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
|
2673 #. *< 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
|
2674 #. * 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
|
2675 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
|
2676 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
|
2677 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
2678 #. * 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
|
2679 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
|
2680 "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
|
2681 "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
|
2682 "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
|
2683 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2684 "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
|
2685 "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
|
2686 "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
|
2687 |
14948 | 2688 #. *< type |
2689 #. *< ui_requirement | |
2690 #. *< flags | |
2691 #. *< dependencies | |
2692 #. *< priority | |
2693 #. *< id | |
2694 msgid "Perl Plugin Loader" | |
2695 msgstr "Perl Plug-in Loader" | |
2696 | |
2697 #. *< name | |
2698 #. *< version | |
2699 #. *< summary | |
2700 msgid "Provides support for loading perl plugins." | |
2701 msgstr "Provides support for loading perl plug-ins." | |
2702 | |
2703 msgid "Psychic Mode" | |
2704 msgstr "Psychic Mode" | |
2705 | |
2706 msgid "Psychic mode for incoming conversation" | |
2707 msgstr "Psychic mode for incoming conversation" | |
2708 | |
2709 msgid "" | |
2710 "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
|
2711 "This works for AIM, ICQ, XMPP, Sametime, and Yahoo!" |
14948 | 2712 msgstr "" |
2713 "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
|
2714 "This works for AIM, ICQ, XMPP, Sametime, and Yahoo!" |
14948 | 2715 |
2716 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
|
2717 msgstr "You feel a disturbance in the force..." |
17478 | 2718 |
14948 | 2719 msgid "Only enable for users on the buddy list" |
2720 msgstr "Only enable for users on the buddy list" | |
2721 | |
2722 msgid "Disable when away" | |
2723 msgstr "Disable when away" | |
2724 | |
2725 msgid "Display notification message in conversations" | |
2726 msgstr "Display notification message in conversations" | |
2727 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2728 msgid "Raise psychic conversations" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2729 msgstr "Raise psychic conversations" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
2730 |
14948 | 2731 #. *< type |
2732 #. *< ui_requirement | |
2733 #. *< flags | |
2734 #. *< dependencies | |
2735 #. *< priority | |
2736 #. *< id | |
2737 msgid "Signals Test" | |
2738 msgstr "Signals Test" | |
2739 | |
2740 #. *< name | |
2741 #. *< version | |
2742 #. * summary | |
2743 #. * description | |
2744 msgid "Test to see that all signals are working properly." | |
2745 msgstr "Test to see that all signals are working properly." | |
2746 | |
2747 #. *< type | |
2748 #. *< ui_requirement | |
2749 #. *< flags | |
2750 #. *< dependencies | |
2751 #. *< priority | |
2752 #. *< id | |
2753 msgid "Simple Plugin" | |
2754 msgstr "Simple Plug-in" | |
2755 | |
2756 #. *< name | |
2757 #. *< version | |
2758 #. * summary | |
2759 #. * description | |
2760 msgid "Tests to see that most things are working." | |
2761 msgstr "Tests to see that most things are working." | |
2762 | |
19927 | 2763 #. Scheme name |
2764 msgid "X.509 Certificates" | |
2765 msgstr "X.509 Certificates" | |
2766 | |
2767 #. *< type | |
2768 #. *< ui_requirement | |
2769 #. *< flags | |
2770 #. *< dependencies | |
2771 #. *< priority | |
2772 #. *< id | |
2773 msgid "GNUTLS" | |
2774 msgstr "GNUTLS" | |
2775 | |
2776 #. *< name | |
2777 #. *< version | |
2778 #. * summary | |
2779 #. * description | |
2780 msgid "Provides SSL support through GNUTLS." | |
2781 msgstr "Provides SSL support through GNUTLS." | |
2782 | |
2783 #. *< type | |
2784 #. *< ui_requirement | |
2785 #. *< flags | |
2786 #. *< dependencies | |
2787 #. *< priority | |
2788 #. *< id | |
2789 msgid "NSS" | |
2790 msgstr "NSS" | |
2791 | |
2792 #. *< name | |
2793 #. *< version | |
2794 #. * summary | |
2795 #. * description | |
2796 msgid "Provides SSL support through Mozilla NSS." | |
2797 msgstr "Provides SSL support through Mozilla NSS." | |
2798 | |
14948 | 2799 #. *< type |
2800 #. *< ui_requirement | |
2801 #. *< flags | |
2802 #. *< dependencies | |
2803 #. *< priority | |
2804 #. *< id | |
2805 msgid "SSL" | |
2806 msgstr "SSL" | |
2807 | |
2808 #. *< name | |
2809 #. *< version | |
2810 #. * summary | |
2811 #. * description | |
2812 msgid "Provides a wrapper around SSL support libraries." | |
2813 msgstr "Provides a wrapper around SSL support libraries." | |
2814 | |
2815 #, c-format | |
2816 msgid "%s is no longer away." | |
2817 msgstr "%s is no longer away." | |
2818 | |
2819 #, c-format | |
2820 msgid "%s has gone away." | |
2821 msgstr "%s has gone away." | |
2822 | |
2823 #, c-format | |
2824 msgid "%s has become idle." | |
2825 msgstr "%s has become idle." | |
2826 | |
2827 #, c-format | |
2828 msgid "%s is no longer idle." | |
2829 msgstr "%s is no longer idle." | |
2830 | |
2831 #, c-format | |
2832 msgid "%s has signed on." | |
2833 msgstr "%s has signed on." | |
2834 | |
2835 msgid "Notify When" | |
2836 msgstr "Notify When" | |
2837 | |
2838 msgid "Buddy Goes _Away" | |
2839 msgstr "Buddy Goes _Away" | |
2840 | |
2841 msgid "Buddy Goes _Idle" | |
2842 msgstr "Buddy Becomes _Idle" | |
2843 | |
2844 msgid "Buddy _Signs On/Off" | |
2845 msgstr "Buddy _Signs On/Off" | |
2846 | |
2847 #. *< type | |
2848 #. *< ui_requirement | |
2849 #. *< flags | |
2850 #. *< dependencies | |
2851 #. *< priority | |
2852 #. *< id | |
2853 msgid "Buddy State Notification" | |
2854 msgstr "Buddy State Notification" | |
2855 | |
2856 #. *< name | |
2857 #. *< version | |
2858 #. * summary | |
2859 #. * description | |
2860 msgid "" | |
2861 "Notifies in a conversation window when a buddy goes or returns from away or " | |
2862 "idle." | |
2863 msgstr "" | |
2864 "Notifies in a conversation window when a buddy goes or returns from away or " | |
2865 "idle." | |
2866 | |
2867 msgid "Tcl Plugin Loader" | |
2868 msgstr "Tcl Plug-in Loader" | |
2869 | |
2870 msgid "Provides support for loading Tcl plugins" | |
2871 msgstr "Provides support for loading Tcl plug-ins" | |
2872 | |
2873 msgid "" | |
2874 "Unable to detect ActiveTCL installation. If you wish to use TCL plugins, " | |
2875 "install ActiveTCL from http://www.activestate.com\n" | |
2876 msgstr "" | |
2877 "Unable to detect ActiveTCL installation. If you wish to use TCL plugins, " | |
2878 "install ActiveTCL from http://www.activestate.com\n" | |
2879 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2880 msgid "" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2881 "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
|
2882 "im/BonjourWindows for more information." |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2883 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2884 "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
|
2885 "im/BonjourWindows for more information." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2886 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2887 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
|
2888 msgstr "Unable to listen for incoming IM connections" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2889 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2890 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2891 "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
|
2892 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2893 "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
|
2894 |
19927 | 2895 msgid "First name" |
2896 msgstr "Forename" | |
2897 | |
2898 msgid "Last name" | |
2899 msgstr "Surname" | |
2900 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
2901 msgid "Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
2902 msgstr "Email" |
19927 | 2903 |
2904 msgid "AIM Account" | |
2905 msgstr "AIM Account" | |
2906 | |
2907 msgid "XMPP Account" | |
2908 msgstr "XMPP Account" | |
16160 | 2909 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2910 #. *< type |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2911 #. *< ui_requirement |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2912 #. *< flags |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2913 #. *< dependencies |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2914 #. *< priority |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2915 #. *< id |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2916 #. *< name |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2917 #. *< version |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2918 #. * summary |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2919 #. * description |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2920 msgid "Bonjour Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2921 msgstr "Bonjour Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2922 |
16160 | 2923 msgid "Purple Person" |
2924 msgstr "Purple Person" | |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
2925 |
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
|
2926 #. 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
|
2927 msgid "Local Port" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2928 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
|
2929 |
14948 | 2930 msgid "Bonjour" |
2931 msgstr "Bonjour" | |
2932 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2933 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2934 msgid "%s has closed the conversation." |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2935 msgstr "%s has closed the conversation." |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
2936 |
19927 | 2937 msgid "Unable to send the message, the conversation couldn't be started." |
2938 msgstr "Unable to send the message: the conversation couldn't be started." | |
2939 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2940 #, 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
|
2941 msgid "Unable to create socket: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2942 msgstr "Unable to create socket: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2943 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2944 #, 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
|
2945 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
|
2946 msgstr "Unable to bind socket to port: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2947 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2948 #, 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
|
2949 msgid "Unable to listen on socket: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
2950 msgstr "Unable to listen on socket: %s" |
14948 | 2951 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2952 msgid "Error communicating with local mDNSResponder." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2953 msgstr "Error communicating with local mDNSResponder." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2954 |
14948 | 2955 msgid "Invalid proxy settings" |
2956 msgstr "Invalid proxy settings" | |
2957 | |
2958 msgid "" | |
2959 "Either the host name or port number specified for your given proxy type is " | |
2960 "invalid." | |
2961 msgstr "" | |
2962 "Either the host name or port number specified for your given proxy type is " | |
2963 "invalid." | |
2964 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2965 msgid "Token Error" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2966 msgstr "Token Error" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2967 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2968 msgid "Unable to fetch the token.\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2969 msgstr "Unable to fetch the token.\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2970 |
11762 | 2971 msgid "Save Buddylist..." |
11887 | 2972 msgstr "Send Buddylist..." |
7861 | 2973 |
11762 | 2974 msgid "Your buddylist is empty, nothing was written to the file." |
11887 | 2975 msgstr "Your buddylist is empty, nothing was written to the file." |
11762 | 2976 |
2977 msgid "Buddylist saved successfully!" | |
11887 | 2978 msgstr "Buddylist saved successfully!" |
11762 | 2979 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2980 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
2981 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
|
2982 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
|
2983 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2984 msgid "Couldn't load buddylist" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2985 msgstr "Couldn't load buddy list" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
2986 |
11762 | 2987 msgid "Load Buddylist..." |
11887 | 2988 msgstr "Load Buddylist..." |
11762 | 2989 |
2990 msgid "Buddylist loaded successfully!" | |
11887 | 2991 msgstr "Buddylist loaded successfully!" |
11762 | 2992 |
2993 msgid "Save buddylist..." | |
11887 | 2994 msgstr "Save buddylist..." |
11762 | 2995 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
2996 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
|
2997 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
|
2998 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
2999 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
|
3000 msgstr "You must fill in all registration fields" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3001 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3002 msgid "Passwords do not match" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3003 msgstr "Passwords do not match" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3004 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3005 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
|
3006 msgstr "Unable to register new account. An unknown error occurred." |
11762 | 3007 |
3008 msgid "New Gadu-Gadu Account Registered" | |
11887 | 3009 msgstr "New Gadu-Gadu Account Registered" |
11762 | 3010 |
3011 msgid "Registration completed successfully!" | |
11887 | 3012 msgstr "Registration completed successfully!" |
11762 | 3013 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3014 msgid "Password" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3015 msgstr "Password" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3016 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3017 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
|
3018 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
|
3019 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3020 msgid "Enter captcha text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3021 msgstr "Enter captcha text" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3022 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3023 msgid "Captcha" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3024 msgstr "Captcha" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3025 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3026 msgid "Register New Gadu-Gadu Account" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3027 msgstr "Register New Gadu-Gadu Account" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3028 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3029 msgid "Please, fill in the following fields" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3030 msgstr "Please fill in the following fields" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3031 |
11762 | 3032 msgid "City" |
3033 msgstr "City" | |
3034 | |
3035 msgid "Year of birth" | |
11887 | 3036 msgstr "Year of birth" |
11762 | 3037 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3038 msgid "Gender" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3039 msgstr "Gender" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3040 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3041 msgid "Male or female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3042 msgstr "Male or female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3043 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3044 msgid "Male" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3045 msgstr "Male" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3046 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3047 msgid "Female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3048 msgstr "Female" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3049 |
11762 | 3050 msgid "Only online" |
11887 | 3051 msgstr "Only online" |
11762 | 3052 |
3053 msgid "Find buddies" | |
11887 | 3054 msgstr "Find buddies" |
11762 | 3055 |
3056 msgid "Please, enter your search criteria below" | |
11887 | 3057 msgstr "Please enter your search criteria below" |
11762 | 3058 |
3059 msgid "Fill in the fields." | |
11887 | 3060 msgstr "Fill in the fields." |
11762 | 3061 |
3062 msgid "Your current password is different from the one that you specified." | |
11887 | 3063 msgstr "Your current password is different from the one that you specified." |
11762 | 3064 |
14948 | 3065 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
|
3066 msgstr "Unable to change password. An error occurred.\n" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3067 |
11762 | 3068 msgid "Change password for the Gadu-Gadu account" |
11887 | 3069 msgstr "Change password for the Gadu-Gadu account" |
11762 | 3070 |
3071 msgid "Password was changed successfully!" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3072 msgstr "Password successfully changed!" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3073 |
11762 | 3074 msgid "Current password" |
11887 | 3075 msgstr "Current password" |
11762 | 3076 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3077 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
|
3078 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
|
3079 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3080 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
|
3081 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
|
3082 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3083 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
|
3084 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
|
3085 |
11762 | 3086 msgid "Please, enter your current password and your new password for UIN: " |
11887 | 3087 msgstr "Please enter your current password and your new password for UIN: " |
11762 | 3088 |
3089 msgid "Change Gadu-Gadu Password" | |
11887 | 3090 msgstr "Change Gadu-Gadu password" |
11762 | 3091 |
11887 | 3092 #, c-format |
11762 | 3093 msgid "Select a chat for buddy: %s" |
11887 | 3094 msgstr "Select a chat for buddy: %s" |
11762 | 3095 |
3096 msgid "Add to chat..." | |
11887 | 3097 msgstr "Add to chat..." |
11762 | 3098 |
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
|
3099 #. Global |
16160 | 3100 msgid "Available" |
3101 msgstr "Available" | |
3102 | |
19927 | 3103 #. get_yahoo_status_from_purple_status() returns YAHOO_STATUS_CUSTOM for |
3104 #. * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message | |
3105 #. Away stuff | |
3106 msgid "Away" | |
3107 msgstr "Away" | |
3108 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3109 msgid "UIN" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3110 msgstr "UIN" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3111 |
14948 | 3112 msgid "First Name" |
3113 msgstr "Forename" | |
3114 | |
3115 msgid "Birth Year" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3116 msgstr "Year of birth" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3117 |
14948 | 3118 msgid "Unable to display the search results." |
3119 msgstr "Unable to display the search results." | |
3120 | |
11762 | 3121 msgid "Gadu-Gadu Public Directory" |
11887 | 3122 msgstr "Gadu-Gadu Public Directory" |
11762 | 3123 |
3124 msgid "Search results" | |
11887 | 3125 msgstr "Search results" |
11762 | 3126 |
14948 | 3127 msgid "No matching users found" |
3128 msgstr "No matching users found" | |
3129 | |
3130 msgid "There are no users matching your search criteria." | |
3131 msgstr "There are no users matching your search criteria." | |
3132 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3133 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
|
3134 msgstr "Unable to read from socket" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3135 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3136 msgid "Buddy list downloaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3137 msgstr "Buddy list downloaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3138 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3139 msgid "Your buddy list was downloaded from the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3140 msgstr "Your buddy list was downloaded from the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3141 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3142 msgid "Buddy list uploaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3143 msgstr "Buddy list uploaded" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3144 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3145 msgid "Your buddy list was stored on the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3146 msgstr "Your buddy list was stored on the server." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3147 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3148 #. 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
|
3149 #. * 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
|
3150 #. * 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
|
3151 msgid "Connected" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3152 msgstr "Connected" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3153 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3154 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
|
3155 msgstr "Connection failed" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3156 |
11762 | 3157 msgid "Add to chat" |
11887 | 3158 msgstr "Add to chat" |
11762 | 3159 |
3160 msgid "Chat _name:" | |
11887 | 3161 msgstr "Chat _name:" |
11762 | 3162 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3163 #, 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
|
3164 msgid "Unable to resolve hostname '%s': %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3165 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
|
3166 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3167 #. 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
|
3168 #. 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
|
3169 msgid "Connecting" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3170 msgstr "Connecting" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3171 |
11762 | 3172 msgid "Chat error" |
11887 | 3173 msgstr "Chat error" |
11762 | 3174 |
3175 msgid "This chat name is already in use" | |
11887 | 3176 msgstr "This chat name is already in use" |
11762 | 3177 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3178 msgid "Not connected to the server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3179 msgstr "Not connected to the server" |
11762 | 3180 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3181 msgid "Find buddies..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3182 msgstr "Find buddies..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3183 |
17478 | 3184 msgid "Change password..." |
3185 msgstr "Change password..." | |
3186 | |
3187 msgid "Upload buddylist to Server" | |
3188 msgstr "Upload buddylist to Server" | |
3189 | |
11762 | 3190 msgid "Download buddylist from Server" |
11887 | 3191 msgstr "Download buddylist from Server" |
11762 | 3192 |
3193 msgid "Delete buddylist from Server" | |
11887 | 3194 msgstr "Delete buddylist from Server" |
7861 | 3195 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3196 msgid "Save buddylist to file..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3197 msgstr "Save buddylist to file..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3198 |
11762 | 3199 #. magic |
3200 #. major_version | |
3201 #. minor_version | |
3202 #. plugin type | |
3203 #. ui_requirement | |
3204 #. flags | |
3205 #. dependencies | |
3206 #. priority | |
3207 #. id | |
3208 #. name | |
3209 #. version | |
7861 | 3210 msgid "Gadu-Gadu Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3211 msgstr "Gadu-Gadu Protocol Plug-in" |
7861 | 3212 |
11762 | 3213 #. summary |
3214 msgid "Polish popular IM" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3215 msgstr "Polish popular IM system" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3216 |
11762 | 3217 msgid "Gadu-Gadu User" |
11887 | 3218 msgstr "Gadu-Gadu User" |
11762 | 3219 |
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
|
3220 msgid "GG server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3221 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
|
3222 |
7861 | 3223 #, c-format |
3224 msgid "Unknown command: %s" | |
3225 msgstr "Unknown command: %s" | |
3226 | |
3227 #, c-format | |
3228 msgid "current topic is: %s" | |
3229 msgstr "current topic is: %s" | |
3230 | |
3231 msgid "No topic is set" | |
3232 msgstr "No topic is set" | |
3233 | |
11762 | 3234 msgid "File Transfer Failed" |
11887 | 3235 msgstr "File Transfer Failed" |
8469 | 3236 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3237 msgid "Unable to open a listening port." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3238 msgstr "Unable to open a listening port." |
16160 | 3239 |
8460 | 3240 msgid "Error displaying MOTD" |
3241 msgstr "Error displaying MOTD" | |
3242 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3243 msgid "No MOTD available" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3244 msgstr "No MOTD available" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3245 |
7861 | 3246 msgid "There is no MOTD associated with this connection." |
3247 msgstr "There is no MOTD associated with this connection." | |
3248 | |
3249 #, c-format | |
3250 msgid "MOTD for %s" | |
3251 msgstr "MOTD for %s" | |
3252 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3253 #. |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3254 #. * 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
|
3255 #. * 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
|
3256 #. * 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
|
3257 #. |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3258 #. 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
|
3259 #. 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
|
3260 #, 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
|
3261 msgid "Lost connection with server: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3262 msgstr "Lost connection with server: %s" |
9524 | 3263 |
7861 | 3264 msgid "View MOTD" |
3265 msgstr "View MOTD" | |
3266 | |
8100 | 3267 msgid "_Channel:" |
3268 msgstr "_Channel:" | |
3269 | |
3270 msgid "_Password:" | |
3271 msgstr "_Password:" | |
3272 | |
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
|
3273 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
|
3274 msgstr "IRC nick and server may not contain whitespace" |
7861 | 3275 |
11762 | 3276 msgid "SSL support unavailable" |
3277 msgstr "SSL support unavailable" | |
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 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
|
3280 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
|
3281 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3282 #. this is a regular connect, error out |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3283 #, 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
|
3284 msgid "Unable to connect: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3285 msgstr "Unable to connect: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3286 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3287 #, 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
|
3288 msgid "Server closed the connection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3289 msgstr "Server closed the connection" |
8100 | 3290 |
8469 | 3291 msgid "Users" |
3292 msgstr "Users" | |
3293 | |
3294 msgid "Topic" | |
3295 msgstr "Topic" | |
3296 | |
7861 | 3297 #. *< type |
3298 #. *< ui_requirement | |
3299 #. *< flags | |
3300 #. *< dependencies | |
3301 #. *< priority | |
3302 #. *< id | |
3303 #. *< name | |
3304 #. *< version | |
3305 msgid "IRC Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3306 msgstr "IRC Protocol Plug-in" |
7861 | 3307 |
3308 #. * summary | |
3309 msgid "The IRC Protocol Plugin that Sucks Less" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3310 msgstr "The IRC Protocol Plug-in that Sucks Less" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3311 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3312 #. host to connect to |
7861 | 3313 msgid "Server" |
3314 msgstr "Server" | |
3315 | |
14948 | 3316 #. port to connect to |
3317 msgid "Port" | |
3318 msgstr "Port" | |
3319 | |
10302 | 3320 msgid "Encodings" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3321 msgstr "Encodings" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3322 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3323 msgid "Auto-detect incoming UTF-8" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3324 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
|
3325 |
10302 | 3326 msgid "Real name" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3327 msgstr "Real name" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3328 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
3329 #. |
16160 | 3330 #. 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
|
3331 #. 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
|
3332 #. |
11762 | 3333 msgid "Use SSL" |
11887 | 3334 msgstr "Use SSL" |
11762 | 3335 |
7861 | 3336 msgid "Bad mode" |
3337 msgstr "Bad mode" | |
3338 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3339 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3340 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
|
3341 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
|
3342 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3343 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3344 msgid "Ban on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3345 msgstr "Ban on %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3346 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3347 msgid "End of ban list" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3348 msgstr "End of ban list" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3349 |
7861 | 3350 #, c-format |
3351 msgid "You are banned from %s." | |
3352 msgstr "You are banned from %s." | |
3353 | |
3354 msgid "Banned" | |
3355 msgstr "Banned" | |
3356 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3357 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3358 msgid "Cannot ban %s: banlist is full" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3359 msgstr "Cannot ban %s: banlist is full" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3360 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3361 msgid " <i>(ircop)</i>" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3362 msgstr " <i>(ircop)</i>" |
11762 | 3363 |
7861 | 3364 msgid " <i>(identified)</i>" |
3365 msgstr " <i>(identified)</i>" | |
3366 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3367 msgid "Nick" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3368 msgstr "Nick" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3369 |
7861 | 3370 msgid "Currently on" |
3371 msgstr "Currently on" | |
3372 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3373 msgid "Idle for" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3374 msgstr "Idle for" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3375 |
7861 | 3376 msgid "Online since" |
3377 msgstr "Online since" | |
3378 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3379 msgid "<b>Defining adjective:</b>" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3380 msgstr "<b>Defining adjective:</b>" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3381 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3382 msgid "Glorious" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3383 msgstr "Glorious" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3384 |
7861 | 3385 #, c-format |
3386 msgid "%s has changed the topic to: %s" | |
3387 msgstr "%s has changed the topic to: %s" | |
3388 | |
14948 | 3389 #, c-format |
3390 msgid "%s has cleared the topic." | |
3391 msgstr "%s has cleared the topic." | |
3392 | |
7861 | 3393 #, c-format |
3394 msgid "The topic for %s is: %s" | |
3395 msgstr "The topic for %s is: %s" | |
3396 | |
3397 #, c-format | |
3398 msgid "Unknown message '%s'" | |
3399 msgstr "Unknown message '%s'" | |
3400 | |
3401 msgid "Unknown message" | |
3402 msgstr "Unknown message" | |
3403 | |
16160 | 3404 msgid "The IRC server received a message it did not understand." |
3405 msgstr "The IRC server received a message it did not understand." | |
3406 | |
9347 | 3407 #, c-format |
3408 msgid "Users on %s: %s" | |
3409 msgstr "Users on %s: %s" | |
3410 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3411 msgid "Time Response" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3412 msgstr "Time Response" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3413 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3414 msgid "The IRC server's local time is:" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3415 msgstr "The IRC server's local time is:" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3416 |
8100 | 3417 msgid "No such channel" |
3418 msgstr "No such channel" | |
3419 | |
7861 | 3420 #. does this happen? |
3421 msgid "no such channel" | |
3422 msgstr "no such channel" | |
3423 | |
3424 msgid "User is not logged in" | |
3425 msgstr "User is not logged in" | |
3426 | |
3427 msgid "No such nick or channel" | |
3428 msgstr "No such nick or channel" | |
3429 | |
3430 msgid "Could not send" | |
3431 msgstr "Could not send" | |
3432 | |
3433 #, c-format | |
3434 msgid "Joining %s requires an invitation." | |
3435 msgstr "Joining %s requires an invitation." | |
3436 | |
3437 msgid "Invitation only" | |
3438 msgstr "Invitation only" | |
3439 | |
3440 #, c-format | |
3441 msgid "You have been kicked by %s: (%s)" | |
3442 msgstr "You have been kicked by %s: (%s)" | |
3443 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3444 #. Remove user from channel |
7861 | 3445 #, c-format |
3446 msgid "Kicked by %s (%s)" | |
3447 msgstr "Kicked by %s (%s)" | |
3448 | |
3449 #, c-format | |
3450 msgid "mode (%s %s) by %s" | |
3451 msgstr "mode (%s %s) by %s" | |
3452 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3453 msgid "Invalid nickname" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3454 msgstr "Invalid nickname" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3455 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3456 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3457 "Your selected nickname was rejected by the server. It probably contains " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3458 "invalid characters." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3459 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3460 "Your selected nickname was rejected by the server. It probably contains " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3461 "invalid characters." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3462 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3463 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3464 "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
|
3465 "invalid characters." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3466 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3467 "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
|
3468 "invalid characters." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3469 |
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
|
3470 #. 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
|
3471 #. 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
|
3472 #. 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
|
3473 #, 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
|
3474 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
|
3475 msgstr "The nickname \"%s\" is already being used." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3476 |
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
|
3477 msgid "Nickname in use" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3478 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
|
3479 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3480 msgid "Cannot change nick" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3481 msgstr "Cannot change nick" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3482 |
7861 | 3483 msgid "Could not change nick" |
3484 msgstr "Could not change nick" | |
3485 | |
3486 #, c-format | |
3487 msgid "You have parted the channel%s%s" | |
3488 msgstr "You have parted the channel%s%s" | |
3489 | |
3490 msgid "Error: invalid PONG from server" | |
3491 msgstr "Error: invalid PONG from server" | |
3492 | |
3493 #, c-format | |
3494 msgid "PING reply -- Lag: %lu seconds" | |
3495 msgstr "PING reply -- Lag: %lu seconds" | |
3496 | |
17478 | 3497 #, c-format |
3498 msgid "Cannot join %s: Registration is required." | |
3499 msgstr "Cannot join %s: Registration required." | |
3500 | |
7861 | 3501 msgid "Cannot join channel" |
3502 msgstr "Cannot join channel" | |
3503 | |
11762 | 3504 msgid "Nick or channel is temporarily unavailable." |
11887 | 3505 msgstr "Nick or channel is temporarily unavailable." |
11762 | 3506 |
7861 | 3507 #, c-format |
3508 msgid "Wallops from %s" | |
3509 msgstr "Wallops from %s" | |
3510 | |
9347 | 3511 msgid "action <action to perform>: Perform an action." |
3512 msgstr "action <action to perform>: Perform an action." | |
3513 | |
3514 msgid "" | |
3515 "away [message]: Set an away message, or use no message to return from being " | |
3516 "away." | |
3517 msgstr "" | |
3518 "away [message]: Set an away message, or use no message to return from being " | |
3519 "away." | |
3520 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3521 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
|
3522 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
|
3523 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3524 msgid "chanserv: Send a command to chanserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3525 msgstr "chanserv: Send a command to chanserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3526 |
9347 | 3527 msgid "" |
3528 "deop <nick1> [nick2] ...: Remove channel operator status from " | |
3529 "someone. You must be a channel operator to do this." | |
3530 msgstr "" | |
3531 "deop <nick1> [nick2] ...: Remove channel operator status from " | |
3532 "someone. You must be a channel operator to do this." | |
3533 | |
3534 msgid "" | |
3535 "devoice <nick1> [nick2] ...: Remove channel voice status from " | |
3536 "someone, preventing them from speaking if the channel is moderated (+m). You " | |
3537 "must be a channel operator to do this." | |
3538 msgstr "" | |
3539 "devoice <nick1> [nick2] ...: Remove channel voice status from " | |
3540 "someone, preventing them from speaking if the channel is moderated (+m). You " | |
3541 "must be a channel operator to do this." | |
3542 | |
3543 msgid "" | |
3544 "invite <nick> [room]: Invite someone to join you in the specified " | |
3545 "channel, or the current channel." | |
3546 msgstr "" | |
3547 "invite <nick> [room]: Invite someone to join you in the specified " | |
3548 "channel, or the current channel." | |
3549 | |
3550 msgid "" | |
3551 "j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3552 "channels, optionally providing a channel key for each if needed." | |
3553 msgstr "" | |
3554 "j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3555 "channels, optionally providing a channel key for each if needed." | |
3556 | |
3557 msgid "" | |
3558 "join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3559 "channels, optionally providing a channel key for each if needed." | |
3560 msgstr "" | |
3561 "join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more " | |
3562 "channels, optionally providing a channel key for each if needed." | |
3563 | |
3564 msgid "" | |
3565 "kick <nick> [message]: Remove someone from a channel. You must be a " | |
3566 "channel operator to do this." | |
3567 msgstr "" | |
3568 "kick <nick> [message]: Remove someone from a channel. You must be a " | |
3569 "channel operator to do this." | |
3570 | |
3571 msgid "" | |
3572 "list: Display a list of chat rooms on the network. <i>Warning, some servers " | |
3573 "may disconnect you upon doing this.</i>" | |
3574 msgstr "" | |
3575 "list: Display a list of chat rooms on the network. <i>Warning, some servers " | |
3576 "may disconnect you upon doing this.</i>" | |
3577 | |
3578 msgid "me <action to perform>: Perform an action." | |
3579 msgstr "me <action to perform>: Perform an action." | |
3580 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3581 msgid "memoserv: Send a command to memoserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3582 msgstr "memoserv: Send a command to memoserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3583 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3584 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3585 "mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel " |
9347 | 3586 "or user mode." |
3587 msgstr "" | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3588 "mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel " |
9347 | 3589 "or user mode." |
3590 | |
3591 msgid "" | |
3592 "msg <nick> <message>: Send a private message to a user (as " | |
3593 "opposed to a channel)." | |
3594 msgstr "" | |
3595 "msg <nick> <message>: Send a private message to a user (as " | |
3596 "opposed to a channel)." | |
3597 | |
3598 msgid "names [channel]: List the users currently in a channel." | |
3599 msgstr "names [channel]: List the users currently in a channel." | |
3600 | |
3601 msgid "nick <new nickname>: Change your nickname." | |
3602 msgstr "nick <new nickname>: Change your nickname." | |
3603 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3604 msgid "nickserv: Send a command to nickserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3605 msgstr "nickserv: Send a command to nickserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3606 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3607 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
|
3608 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
|
3609 |
9347 | 3610 msgid "" |
3611 "op <nick1> [nick2] ...: Grant channel operator status to someone. You " | |
3612 "must be a channel operator to do this." | |
3613 msgstr "" | |
3614 "op <nick1> [nick2] ...: Grant channel operator status to someone. You " | |
3615 "must be a channel operator to do this." | |
3616 | |
3617 msgid "" | |
3618 "operwall <message>: If you don't know what this is, you probably " | |
3619 "can't use it." | |
3620 msgstr "" | |
3621 "operwall <message>: If you don't know what this is, you probably " | |
3622 "can't use it." | |
3623 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3624 msgid "operserv: Send a command to operserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3625 msgstr "operserv: Send a command to operserv" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3626 |
9347 | 3627 msgid "" |
3628 "part [room] [message]: Leave the current channel, or a specified channel, " | |
3629 "with an optional message." | |
3630 msgstr "" | |
3631 "part [room] [message]: Leave the current channel, or a specified channel, " | |
3632 "with an optional message." | |
3633 | |
3634 msgid "" | |
3635 "ping [nick]: Asks how much lag a user (or the server if no user specified) " | |
3636 "has." | |
3637 msgstr "" | |
3638 "ping [nick]: Asks how much lag a user (or the server if no user specified) " | |
3639 "has." | |
3640 | |
3641 msgid "" | |
3642 "query <nick> <message>: Send a private message to a user (as " | |
3643 "opposed to a channel)." | |
3644 msgstr "" | |
3645 "query <nick> <message>: Send a private message to a user (as " | |
3646 "opposed to a channel)." | |
3647 | |
3648 msgid "quit [message]: Disconnect from the server, with an optional message." | |
3649 msgstr "quit [message]: Disconnect from the server, with an optional message." | |
3650 | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3651 msgid "quote [...]: Send a raw command to the server." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3652 msgstr "quote [...]: Send a raw command to the server." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3653 |
9347 | 3654 msgid "" |
3655 "remove <nick> [message]: Remove someone from a room. You must be a " | |
3656 "channel operator to do this." | |
3657 msgstr "" | |
3658 "remove <nick> [message]: Remove someone from a room. You must be a " | |
3659 "channel operator to do this." | |
3660 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3661 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
|
3662 msgstr "time: Displays the current local time at the IRC server." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3663 |
9347 | 3664 msgid "topic [new topic]: View or change the channel topic." |
3665 msgstr "topic [new topic]: View or change the channel topic." | |
3666 | |
3667 msgid "umode <+|-><A-Za-z>: Set or unset a user mode." | |
3668 msgstr "umode <+|-><A-Za-z>: Set or unset a user mode." | |
3669 | |
14948 | 3670 msgid "version [nick]: send CTCP VERSION request to a user" |
3671 msgstr "version [nick]: send CTCP VERSION request to a user" | |
3672 | |
9347 | 3673 msgid "" |
3674 "voice <nick1> [nick2] ...: Grant channel voice status to someone. You " | |
3675 "must be a channel operator to do this." | |
3676 msgstr "" | |
3677 "voice <nick1> [nick2] ...: Grant channel voice status to someone. You " | |
3678 "must be a channel operator to do this." | |
3679 | |
3680 msgid "" | |
3681 "wallops <message>: If you don't know what this is, you probably can't " | |
3682 "use it." | |
3683 msgstr "" | |
3684 "wallops <message>: If you don't know what this is, you probably can't " | |
3685 "use it." | |
3686 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
3687 msgid "whois [server] <nick>: Get information on a user." |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3688 msgstr "whois [server] <nick>: Get information on a user." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
3689 |
17478 | 3690 msgid "whowas <nick>: Get information on a user that has logged off." |
3691 msgstr "whowas <nick>: Get information on a user that has logged off." | |
3692 | |
7861 | 3693 #, c-format |
3694 msgid "Reply time from %s: %lu seconds" | |
3695 msgstr "Reply time from %s: %lu seconds" | |
3696 | |
3697 msgid "PONG" | |
3698 msgstr "PONG" | |
3699 | |
3700 msgid "CTCP PING reply" | |
3701 msgstr "CTCP PING reply" | |
3702 | |
8100 | 3703 msgid "Disconnected." |
3704 msgstr "Disconnected." | |
3705 | |
19927 | 3706 msgid "Unknown Error" |
3707 msgstr "Unknown Error" | |
3708 | |
3709 msgid "Ad-Hoc Command Failed" | |
3710 msgstr "Ad-Hoc Command Failed" | |
3711 | |
3712 msgid "execute" | |
3713 msgstr "execute" | |
3714 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3715 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
|
3716 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
|
3717 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3718 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
|
3719 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
|
3720 |
8100 | 3721 msgid "Server requires plaintext authentication over an unencrypted stream" |
3722 msgstr "Server requires plaintext authentication over an unencrypted stream" | |
3723 | |
17478 | 3724 #, c-format |
3725 msgid "" | |
3726 "%s requires plaintext authentication over an unencrypted connection. Allow " | |
3727 "this and continue authentication?" | |
3728 msgstr "" | |
3729 "%s requires plaintext authentication over an unencrypted connection. Allow " | |
3730 "this and continue authentication?" | |
3731 | |
8469 | 3732 msgid "Plaintext Authentication" |
3733 msgstr "Plaintext Authentication" | |
3734 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3735 msgid "SASL authentication failed" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3736 msgstr "SASL Authentication failed" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3737 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3738 msgid "Invalid response from server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3739 msgstr "Invalid response from server" |
17478 | 3740 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
3741 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
|
3742 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
|
3743 |
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
|
3744 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
|
3745 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
|
3746 |
7861 | 3747 msgid "Invalid challenge from server" |
3748 msgstr "Invalid challenge from server" | |
3749 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3750 #, 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
|
3751 msgid "SASL error: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3752 msgstr "SASL error: %s" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
3753 |
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
|
3754 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
|
3755 msgstr "The BOSH connection manager terminated your session." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3756 |
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
|
3757 msgid "No session ID given" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3758 msgstr "No session ID given" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3759 |
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
|
3760 msgid "Unsupported version of BOSH protocol" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3761 msgstr "Unsupported version of BOSH protocol" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3762 |
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
|
3763 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
|
3764 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
|
3765 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3766 #, 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
|
3767 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
|
3768 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
|
3769 |
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
|
3770 msgid "Unable to establish SSL connection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3771 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
|
3772 |
7861 | 3773 msgid "Full Name" |
3774 msgstr "Full Name" | |
3775 | |
3776 msgid "Family Name" | |
3777 msgstr "Family Name" | |
3778 | |
3779 msgid "Given Name" | |
3780 msgstr "Given Name" | |
3781 | |
8100 | 3782 msgid "URL" |
3783 msgstr "URL" | |
3784 | |
7861 | 3785 msgid "Street Address" |
3786 msgstr "Street Address" | |
3787 | |
3788 msgid "Extended Address" | |
3789 msgstr "Extended Address" | |
3790 | |
3791 msgid "Locality" | |
3792 msgstr "Locality" | |
3793 | |
3794 msgid "Region" | |
3795 msgstr "Region" | |
3796 | |
3797 msgid "Postal Code" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3798 msgstr "Postcode" |
7861 | 3799 |
3800 msgid "Country" | |
3801 msgstr "Country" | |
3802 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3803 #. 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
|
3804 #. * out of spec |
7861 | 3805 msgid "Telephone" |
3806 msgstr "Telephone" | |
3807 | |
3808 msgid "Organization Name" | |
8100 | 3809 msgstr "Organisation Name" |
3810 | |
7861 | 3811 msgid "Organization Unit" |
8100 | 3812 msgstr "Organisation Unit" |
3813 | |
7861 | 3814 msgid "Role" |
3815 msgstr "Role" | |
3816 | |
3817 msgid "Birthday" | |
3818 msgstr "Birthday" | |
3819 | |
16160 | 3820 msgid "Description" |
3821 msgstr "Description" | |
3822 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3823 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
|
3824 msgstr "Edit XMPP vCard" |
7861 | 3825 |
3826 msgid "" | |
3827 "All items below are optional. Enter only the information with which you feel " | |
3828 "comfortable." | |
3829 msgstr "" | |
3830 "All items below are optional. Enter only the information with which you feel " | |
3831 "comfortable." | |
3832 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3833 msgid "Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3834 msgstr "Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
3835 |
14948 | 3836 msgid "Operating System" |
3837 msgstr "Operating System" | |
3838 | |
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
|
3839 msgid "Local Time" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3840 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
|
3841 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3842 msgid "Priority" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3843 msgstr "Priority" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
3844 |
11762 | 3845 msgid "Resource" |
3846 msgstr "Resource" | |
3847 | |
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
|
3848 #, 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
|
3849 msgid "%s ago" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3850 msgstr "%s ago" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3851 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
3852 msgid "Logged Off" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
3853 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
|
3854 |
7861 | 3855 msgid "Middle Name" |
3856 msgstr "Middle Name" | |
3857 | |
3858 msgid "Address" | |
3859 msgstr "Address" | |
3860 | |
3861 msgid "P.O. Box" | |
3862 msgstr "P.O. Box" | |
3863 | |
3864 msgid "Photo" | |
3865 msgstr "Photo" | |
3866 | |
3867 msgid "Logo" | |
3868 msgstr "Logo" | |
3869 | |
3870 msgid "Un-hide From" | |
3871 msgstr "Un-hide From" | |
3872 | |
3873 msgid "Temporarily Hide From" | |
3874 msgstr "Temporarily Hide From" | |
3875 | |
9066 | 3876 #. && NOT ME |
7861 | 3877 msgid "Cancel Presence Notification" |
3878 msgstr "Cancel Presence Notification" | |
3879 | |
3880 msgid "(Re-)Request authorization" | |
8100 | 3881 msgstr "(Re-)Request authorisation" |
3882 | |
9066 | 3883 #. if(NOT ME) |
3884 #. shouldn't this just happen automatically when the buddy is | |
3885 #. removed? | |
7861 | 3886 msgid "Unsubscribe" |
3887 msgstr "Unsubscribe" | |
3888 | |
19927 | 3889 msgid "Log In" |
3890 msgstr "Log In" | |
3891 | |
3892 msgid "Log Out" | |
3893 msgstr "Log Out" | |
3894 | |
11762 | 3895 msgid "Chatty" |
3896 msgstr "Chatty" | |
3897 | |
3898 msgid "Extended Away" | |
3899 msgstr "Extended Away" | |
3900 | |
3901 msgid "Do Not Disturb" | |
3902 msgstr "Do Not Disturb" | |
3903 | |
14948 | 3904 msgid "JID" |
3905 msgstr "JID" | |
3906 | |
3907 msgid "Last Name" | |
3908 msgstr "Surname" | |
3909 | |
11762 | 3910 msgid "The following are the results of your search" |
11887 | 3911 msgstr "The following are the results of your search" |
11762 | 3912 |
17478 | 3913 #. current comment from Jabber User Directory users.jabber.org |
14948 | 3914 msgid "" |
3915 "Find a contact by entering the search criteria in the given fields. Note: " | |
3916 "Each field supports wild card searches (%)" | |
3917 msgstr "" | |
3918 "Find a contact by entering the search criteria in the given fields. Note: " | |
3919 "Each field supports wild card searches (%)" | |
3920 | |
3921 msgid "Directory Query Failed" | |
3922 msgstr "Directory Query Failed" | |
3923 | |
3924 msgid "Could not query the directory server." | |
3925 msgstr "Could not query the directory server." | |
3926 | |
3927 #. Try to translate the message (see static message | |
3928 #. list in jabber_user_dir_comments[]) | |
3929 #, c-format | |
3930 msgid "Server Instructions: %s" | |
3931 msgstr "Server Instructions: %s" | |
3932 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3933 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
|
3934 msgstr "Fill in one or more fields to search for any matching XMPP users." |
11762 | 3935 |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
3936 msgid "Email Address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
3937 msgstr "Email Address" |
11762 | 3938 |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
3939 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
|
3940 msgstr "Search for XMPP users" |
11762 | 3941 |
16160 | 3942 #. "Search" |
3943 msgid "Search" | |
3944 msgstr "Search" | |
3945 | |
11762 | 3946 msgid "Invalid Directory" |
11887 | 3947 msgstr "Invalid Directory" |
11762 | 3948 |
3949 msgid "Enter a User Directory" | |
11887 | 3950 msgstr "Enter a User Directory" |
11762 | 3951 |
3952 msgid "Select a user directory to search" | |
11887 | 3953 msgstr "Select a user directory to search" |
11762 | 3954 |
3955 msgid "Search Directory" | |
11887 | 3956 msgstr "Search Directory" |
11762 | 3957 |
8100 | 3958 msgid "_Room:" |
3959 msgstr "_Room:" | |
3960 | |
3961 msgid "_Server:" | |
3962 msgstr "_Server:" | |
3963 | |
3964 msgid "_Handle:" | |
3965 msgstr "_Handle:" | |
3966 | |
7861 | 3967 #, c-format |
3968 msgid "%s is not a valid room name" | |
3969 msgstr "%s is not a valid room name" | |
3970 | |
3971 msgid "Invalid Room Name" | |
3972 msgstr "Invalid Room Name" | |
3973 | |
3974 #, c-format | |
3975 msgid "%s is not a valid server name" | |
3976 msgstr "%s is not a valid server name" | |
3977 | |
3978 msgid "Invalid Server Name" | |
3979 msgstr "Invalid Server Name" | |
3980 | |
3981 #, c-format | |
3982 msgid "%s is not a valid room handle" | |
3983 msgstr "%s is not a valid room handle" | |
3984 | |
3985 msgid "Invalid Room Handle" | |
3986 msgstr "Invalid Room Handle" | |
3987 | |
8100 | 3988 msgid "Configuration error" |
3989 msgstr "Configuration error" | |
3990 | |
3991 msgid "Unable to configure" | |
3992 msgstr "Unable to configure" | |
3993 | |
3994 msgid "Room Configuration Error" | |
3995 msgstr "Room Configuration Error" | |
3996 | |
3997 msgid "This room is not capable of being configured" | |
3998 msgstr "This room is not capable of being configured" | |
3999 | |
4000 msgid "Registration error" | |
4001 msgstr "Registration error" | |
4002 | |
4003 msgid "Nick changing not supported in non-MUC chatrooms" | |
4004 msgstr "Nick changing not supported in non-MUC chatrooms" | |
4005 | |
11762 | 4006 msgid "Error retrieving room list" |
11887 | 4007 msgstr "Error retrieving room list" |
8469 | 4008 |
4009 msgid "Invalid Server" | |
4010 msgstr "Invalid Server" | |
4011 | |
4012 msgid "Enter a Conference Server" | |
4013 msgstr "Enter a Conference Server" | |
4014 | |
4015 msgid "Select a conference server to query" | |
4016 msgstr "Select a conference server to query" | |
4017 | |
4018 msgid "Find Rooms" | |
4019 msgstr "Find Rooms" | |
4020 | |
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
|
4021 msgid "Affiliations:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4022 msgstr "Affiliations:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4023 |
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
|
4024 msgid "No users found" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4025 msgstr "No users found" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4026 |
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
|
4027 msgid "Roles:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4028 msgstr "Roles:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4029 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4030 msgid "Ping timed out" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4031 msgstr "Ping timed out" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4032 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4033 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4034 "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
|
4035 "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
|
4036 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4037 "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
|
4038 "directly." |
11762 | 4039 |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4040 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
|
4041 msgstr "Invalid XMPP ID" |
7861 | 4042 |
17478 | 4043 msgid "Invalid XMPP ID. Domain must be set." |
4044 msgstr "Invalid XMPP ID. Domain must be set." | |
4045 | |
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
|
4046 msgid "Malformed BOSH URL" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4047 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
|
4048 |
7861 | 4049 #, c-format |
4050 msgid "Registration of %s@%s successful" | |
4051 msgstr "Registration of %s@%s successful" | |
4052 | |
19927 | 4053 #, c-format |
4054 msgid "Registration to %s successful" | |
4055 msgstr "Registration to %s successful" | |
4056 | |
7861 | 4057 msgid "Registration Successful" |
4058 msgstr "Registration Successful" | |
4059 | |
4060 msgid "Registration Failed" | |
4061 msgstr "Registration Failed" | |
4062 | |
19927 | 4063 #, c-format |
4064 msgid "Registration from %s successfully removed" | |
4065 msgstr "Registration from %s successfully removed" | |
4066 | |
4067 msgid "Unregistration Successful" | |
4068 msgstr "Unregistration Successful" | |
4069 | |
4070 msgid "Unregistration Failed" | |
4071 msgstr "Unregistration Failed" | |
4072 | |
7861 | 4073 msgid "State" |
8469 | 4074 msgstr "County/State" |
4075 | |
14948 | 4076 msgid "Postal code" |
4077 msgstr "Postcode" | |
4078 | |
7861 | 4079 msgid "Phone" |
8469 | 4080 msgstr "Telephone" |
4081 | |
10302 | 4082 msgid "Date" |
4083 msgstr "Date" | |
4084 | |
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
|
4085 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
|
4086 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
|
4087 |
19927 | 4088 msgid "Unregister" |
4089 msgstr "Unregister" | |
4090 | |
4091 msgid "" | |
4092 "Please fill out the information below to change your account registration." | |
4093 msgstr "" | |
4094 "Please fill out the information below to change your account registration." | |
4095 | |
7861 | 4096 msgid "Please fill out the information below to register your new account." |
4097 msgstr "Please fill out the information below to register your new account." | |
4098 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4099 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
|
4100 msgstr "Register New XMPP Account" |
7861 | 4101 |
16160 | 4102 msgid "Register" |
4103 msgstr "Register" | |
4104 | |
19927 | 4105 #, c-format |
4106 msgid "Change Account Registration at %s" | |
4107 msgstr "Change Account Registration at %s" | |
4108 | |
4109 #, c-format | |
4110 msgid "Register New Account at %s" | |
4111 msgstr "Register New Account at %s" | |
4112 | |
4113 msgid "Change Registration" | |
4114 msgstr "Change Registration" | |
4115 | |
4116 msgid "Error unregistering account" | |
4117 msgstr "Error unregistering account" | |
4118 | |
4119 msgid "Account successfully unregistered" | |
4120 msgstr "Account successfully unregistered" | |
4121 | |
7861 | 4122 msgid "Initializing Stream" |
8469 | 4123 msgstr "Initialising Stream" |
4124 | |
19927 | 4125 msgid "Initializing SSL/TLS" |
4126 msgstr "Initialising SSL/TLS" | |
4127 | |
7861 | 4128 msgid "Authenticating" |
4129 msgstr "Authenticating" | |
4130 | |
4131 msgid "Re-initializing Stream" | |
8469 | 4132 msgstr "Re-initialising Stream" |
4133 | |
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
|
4134 msgid "Server doesn't support blocking" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4135 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
|
4136 |
8469 | 4137 msgid "Not Authorized" |
4138 msgstr "Not Authorised" | |
4139 | |
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
|
4140 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
|
4141 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
|
4142 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4143 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
|
4144 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
|
4145 |
8469 | 4146 msgid "Both" |
4147 msgstr "Both" | |
4148 | |
4149 msgid "From (To pending)" | |
4150 msgstr "From (To pending)" | |
4151 | |
19927 | 4152 msgid "From" |
4153 msgstr "From" | |
4154 | |
8469 | 4155 msgid "To" |
4156 msgstr "To" | |
4157 | |
4158 msgid "None (To pending)" | |
4159 msgstr "None (To pending)" | |
4160 | |
16160 | 4161 msgid "None" |
4162 msgstr "None" | |
4163 | |
11762 | 4164 msgid "Subscription" |
4165 msgstr "Subscription" | |
4166 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4167 msgid "Mood Text" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4168 msgstr "Mood Text" |
19927 | 4169 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4170 msgid "Allow Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4171 msgstr "Allow Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4172 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4173 msgid "Tune Artist" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4174 msgstr "Tune Artist" |
19927 | 4175 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4176 msgid "Tune Title" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4177 msgstr "Tune Title" |
19927 | 4178 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4179 msgid "Tune Album" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4180 msgstr "Tune Album" |
19927 | 4181 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4182 msgid "Tune Genre" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4183 msgstr "Tune Genre" |
19927 | 4184 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4185 msgid "Tune Comment" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4186 msgstr "Tune Comment" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4187 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4188 msgid "Tune Track" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4189 msgstr "Tune Track" |
19927 | 4190 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4191 msgid "Tune Time" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4192 msgstr "Tune Time" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4193 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4194 msgid "Tune Year" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4195 msgstr "Tune Year" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4196 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4197 msgid "Tune URL" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4198 msgstr "Tune URL" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4199 |
9524 | 4200 msgid "Password Changed" |
4201 msgstr "Password Changed" | |
4202 | |
7861 | 4203 msgid "Your password has been changed." |
4204 msgstr "Your password has been changed." | |
4205 | |
8469 | 4206 msgid "Error changing password" |
4207 msgstr "Error changing password" | |
4208 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4209 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
|
4210 msgstr "Change XMPP Password" |
7861 | 4211 |
4212 msgid "Please enter your new password" | |
4213 msgstr "Please enter your new password" | |
4214 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4215 msgid "Set User Info..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4216 msgstr "Set User Info..." |
8100 | 4217 |
11762 | 4218 #. if (js->protocol_options & CHANGE_PASSWORD) { |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4219 msgid "Change Password..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4220 msgstr "Change Password..." |
11762 | 4221 |
4222 #. } | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4223 msgid "Search for Users..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4224 msgstr "Search for Users..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4225 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4226 msgid "Bad Request" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4227 msgstr "Bad Request" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4228 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4229 msgid "Conflict" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4230 msgstr "Conflict" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
4231 |
8469 | 4232 msgid "Feature Not Implemented" |
4233 msgstr "Feature Not Implemented" | |
4234 | |
4235 msgid "Forbidden" | |
4236 msgstr "Forbidden" | |
4237 | |
4238 msgid "Gone" | |
4239 msgstr "Gone" | |
4240 | |
4241 msgid "Internal Server Error" | |
4242 msgstr "Internal Server Error" | |
4243 | |
4244 msgid "Item Not Found" | |
4245 msgstr "Item Not Found" | |
4246 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4247 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
|
4248 msgstr "Malformed XMPP ID" |
9347 | 4249 |
8469 | 4250 msgid "Not Acceptable" |
4251 msgstr "Not Acceptable" | |
4252 | |
4253 msgid "Not Allowed" | |
4254 msgstr "Not Allowed" | |
4255 | |
4256 msgid "Payment Required" | |
4257 msgstr "Payment Required" | |
4258 | |
4259 msgid "Recipient Unavailable" | |
4260 msgstr "Recipient unavailable" | |
4261 | |
4262 msgid "Registration Required" | |
4263 msgstr "Registration Required" | |
4264 | |
4265 msgid "Remote Server Not Found" | |
4266 msgstr "Remote Server Not Found" | |
4267 | |
4268 msgid "Remote Server Timeout" | |
4269 msgstr "Remote Server Timeout" | |
4270 | |
4271 msgid "Server Overloaded" | |
4272 msgstr "Server Overloaded" | |
4273 | |
4274 msgid "Service Unavailable" | |
4275 msgstr "Service Unavailable" | |
4276 | |
4277 msgid "Subscription Required" | |
4278 msgstr "Subscription Required" | |
4279 | |
4280 msgid "Unexpected Request" | |
4281 msgstr "Unexpected Request" | |
4282 | |
9347 | 4283 msgid "Authorization Aborted" |
4284 msgstr "Authorisation Aborted" | |
4285 | |
8469 | 4286 msgid "Incorrect encoding in authorization" |
4287 msgstr "Incorrect encoding in authorisation" | |
4288 | |
4289 msgid "Invalid authzid" | |
4290 msgstr "Invalid authzid" | |
4291 | |
9066 | 4292 msgid "Invalid Authorization Mechanism" |
4293 msgstr "Invalid Authorisation Mechanism" | |
4294 | |
8469 | 4295 msgid "Authorization mechanism too weak" |
4296 msgstr "Authorisation mechanism too weak" | |
4297 | |
4298 msgid "Temporary Authentication Failure" | |
4299 msgstr "Temporary Authentication Failure" | |
4300 | |
4301 msgid "Authentication Failure" | |
4302 msgstr "Authentication Failure" | |
4303 | |
9347 | 4304 msgid "Bad Format" |
4305 msgstr "Bad Format" | |
4306 | |
8711 | 4307 msgid "Bad Namespace Prefix" |
4308 msgstr "Bad Namespace Prefix" | |
4309 | |
4310 msgid "Resource Conflict" | |
4311 msgstr "Resource Conflict" | |
4312 | |
4313 msgid "Connection Timeout" | |
4314 msgstr "Connection Timeout" | |
4315 | |
8469 | 4316 msgid "Host Gone" |
4317 msgstr "Host Gone" | |
4318 | |
4319 msgid "Host Unknown" | |
4320 msgstr "Host Unknown" | |
4321 | |
4322 msgid "Improper Addressing" | |
4323 msgstr "Improper Addressing" | |
4324 | |
4325 msgid "Invalid ID" | |
4326 msgstr "Invalid ID" | |
4327 | |
4328 msgid "Invalid Namespace" | |
4329 msgstr "Invalid Namespace" | |
4330 | |
4331 msgid "Invalid XML" | |
4332 msgstr "Invalid XML" | |
4333 | |
4334 msgid "Non-matching Hosts" | |
4335 msgstr "Non-matching Hosts" | |
4336 | |
9347 | 4337 msgid "Policy Violation" |
4338 msgstr "Policy Violation" | |
4339 | |
8469 | 4340 msgid "Remote Connection Failed" |
4341 msgstr "Remote Connection Failed" | |
4342 | |
4343 msgid "Resource Constraint" | |
4344 msgstr "Resource Constraint" | |
4345 | |
4346 msgid "Restricted XML" | |
4347 msgstr "Restricted XML" | |
4348 | |
9347 | 4349 msgid "See Other Host" |
4350 msgstr "See Other Host" | |
4351 | |
8469 | 4352 msgid "System Shutdown" |
4353 msgstr "System Shutdown" | |
4354 | |
4355 msgid "Undefined Condition" | |
4356 msgstr "Undefined Condition" | |
4357 | |
4358 msgid "Unsupported Encoding" | |
4359 msgstr "Unsupported Encoding" | |
4360 | |
4361 msgid "Unsupported Stanza Type" | |
4362 msgstr "Unsupported Stanza Type" | |
4363 | |
4364 msgid "Unsupported Version" | |
4365 msgstr "Unsupported Version" | |
4366 | |
4367 msgid "XML Not Well Formed" | |
4368 msgstr "XML Not Well Formed" | |
4369 | |
4370 msgid "Stream Error" | |
4371 msgstr "Stream Error" | |
4372 | |
9347 | 4373 #, c-format |
4374 msgid "Unable to ban user %s" | |
4375 msgstr "Unable to ban user %s" | |
4376 | |
11887 | 4377 #, c-format |
11762 | 4378 msgid "Unknown affiliation: \"%s\"" |
11887 | 4379 msgstr "Unknown affiliation: \"%s\"" |
11762 | 4380 |
11887 | 4381 #, c-format |
11762 | 4382 msgid "Unable to affiliate user %s as \"%s\"" |
11887 | 4383 msgstr "Unable to affiliate user %s as \"%s\"" |
11762 | 4384 |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4385 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4386 msgid "Unknown role: \"%s\"" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4387 msgstr "Unknown role: \"%s\"" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4388 |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4389 #, c-format |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4390 msgid "Unable to set role \"%s\" for user: %s" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4391 msgstr "Unable to set role \"%s\" for user: %s" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
4392 |
9347 | 4393 #, c-format |
4394 msgid "Unable to kick user %s" | |
4395 msgstr "Unable to kick user %s" | |
4396 | |
19927 | 4397 #, c-format |
4398 msgid "Unable to ping user %s" | |
4399 msgstr "Unable to ping user %s" | |
4400 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4401 #, 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
|
4402 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
|
4403 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
|
4404 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4405 #, 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
|
4406 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
|
4407 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
|
4408 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4409 #, 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
|
4410 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
|
4411 "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
|
4412 "buzzes now." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4413 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4414 "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
|
4415 "buzzes now." |
19927 | 4416 |
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
|
4417 #, 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
|
4418 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
|
4419 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
|
4420 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4421 #. 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
|
4422 #. This is index number YAHOO_BUZZ. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4423 msgid "Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4424 msgstr "Buzz" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4425 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4426 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4427 msgid "%s has buzzed you!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4428 msgstr "%s has buzzed you!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4429 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4430 #, 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
|
4431 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
|
4432 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
|
4433 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4434 #, 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
|
4435 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
|
4436 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
|
4437 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4438 #, 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
|
4439 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
|
4440 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
|
4441 |
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 "Media Initiation Failed" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4443 msgstr "Media Initiation Failed" |
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 "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
|
4448 "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
|
4449 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4450 "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
|
4451 "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
|
4452 |
4a592e898162
Check in 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 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
|
4454 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
|
4455 |
4a592e898162
Check in 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 msgid "Initiate Media" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4457 msgstr "Initiate Media" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4458 |
9347 | 4459 msgid "config: Configure a chat room." |
4460 msgstr "config: Configure a chat room." | |
4461 | |
4462 msgid "configure: Configure a chat room." | |
4463 msgstr "configure: Configure a chat room." | |
4464 | |
4465 msgid "part [room]: Leave the room." | |
4466 msgstr "part [room]: Leave the room." | |
4467 | |
4468 msgid "register: Register with a chat room." | |
4469 msgstr "register: Register with a chat room." | |
4470 | |
4471 msgid "topic [new topic]: View or change the topic." | |
4472 msgstr "topic [new topic]: View or change the topic." | |
4473 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4474 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
|
4475 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
|
4476 |
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
|
4477 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
|
4478 "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
|
4479 "the users with an affiliation or set users' affiliation with the room." |
11762 | 4480 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4481 "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
|
4482 "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
|
4483 |
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
|
4484 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
|
4485 "role <moderator|participant|visitor|none> [nick1] [nick2] ...: Get the " |
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
|
4486 "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
|
4487 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4488 "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
|
4489 "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
|
4490 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4491 msgid "invite <user> [message]: Invite a user to the room." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4492 msgstr "invite <user> [message]: Invite a user to the room." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4493 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4494 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
|
4495 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
|
4496 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4497 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
|
4498 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
|
4499 |
9347 | 4500 msgid "" |
4501 "msg <user> <message>: Send a private message to another user." | |
4502 msgstr "" | |
4503 "msg <user> <message>: Send a private message to another user." | |
4504 | |
19927 | 4505 msgid "ping <jid>:\tPing a user/component/server." |
4506 msgstr "ping <jid>:\tPing a user/component/server." | |
4507 | |
4508 msgid "buzz: Buzz a user to get their attention" | |
4509 msgstr "buzz: Buzz a user to get their attention" | |
4510 | |
7861 | 4511 #. *< type |
4512 #. *< ui_requirement | |
4513 #. *< flags | |
4514 #. *< dependencies | |
4515 #. *< priority | |
4516 #. *< id | |
4517 #. *< name | |
4518 #. *< version | |
4519 #. * summary | |
9882 | 4520 #. * 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
|
4521 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
|
4522 msgstr "XMPP Protocol Plug-in" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4523 |
17478 | 4524 #. Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im |
4525 msgid "Domain" | |
4526 msgstr "Domain" | |
4527 | |
19927 | 4528 msgid "Require SSL/TLS" |
4529 msgstr "Require SSL/TLS" | |
4530 | |
11762 | 4531 msgid "Force old (port 5223) SSL" |
11887 | 4532 msgstr "Force old (port 5223) SSL" |
8100 | 4533 |
4534 msgid "Allow plaintext auth over unencrypted streams" | |
4535 msgstr "Allow plaintext auth over unencrypted streams" | |
4536 | |
11762 | 4537 msgid "Connect port" |
11887 | 4538 msgstr "Connect port" |
11762 | 4539 |
19927 | 4540 #. TODO: default to automatically try different ports. Make the user be |
4541 #. * able to set the first port to try (like LastConnectedPort in Windows client). | |
9066 | 4542 #. Account options |
7861 | 4543 msgid "Connect server" |
4544 msgstr "Connect server" | |
4545 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4546 msgid "File transfer proxies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4547 msgstr "File transfer proxies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4548 |
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
|
4549 msgid "BOSH URL" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4550 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
|
4551 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4552 #. 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
|
4553 #. shared with MSN |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4554 msgid "Show Custom Smileys" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4555 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
|
4556 |
17478 | 4557 #, c-format |
4558 msgid "%s has left the conversation." | |
4559 msgstr "%s has left the conversation." | |
4560 | |
7861 | 4561 #, c-format |
4562 msgid "Message from %s" | |
4563 msgstr "Message from %s" | |
4564 | |
8100 | 4565 #, c-format |
4566 msgid "%s has set the topic to: %s" | |
4567 msgstr "%s has set the topic to: %s" | |
4568 | |
4569 #, c-format | |
4570 msgid "The topic is: %s" | |
4571 msgstr "The topic is: %s" | |
4572 | |
7861 | 4573 #, c-format |
4574 msgid "Message delivery to %s failed: %s" | |
4575 msgstr "Message delivery to %s failed: %s" | |
4576 | |
16916
1574a35bb984
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Richard Laager <rlaager@wiktel.com>
parents:
16788
diff
changeset
|
4577 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
|
4578 msgstr "XMPP Message Error" |
7861 | 4579 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4580 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4581 msgid "(Code %s)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4582 msgstr "(Code %s)" |
8469 | 4583 |
7861 | 4584 msgid "XML Parse error" |
4585 msgstr "XML Parse error" | |
4586 | |
4587 msgid "Unknown Error in presence" | |
4588 msgstr "Unknown Error in presence" | |
4589 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4590 #, c-format |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4591 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
|
4592 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
|
4593 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4594 #, c-format |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4595 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
|
4596 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
|
4597 |
8100 | 4598 msgid "Create New Room" |
4599 msgstr "Create New Room" | |
4600 | |
4601 msgid "" | |
4602 "You are creating a new room. Would you like to configure it, or accept the " | |
4603 "default settings?" | |
4604 msgstr "" | |
4605 "You are creating a new room. Would you like to configure it, or accept the " | |
4606 "default settings?" | |
4607 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4608 msgid "_Configure Room" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4609 msgstr "_Configure Room" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4610 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4611 msgid "_Accept Defaults" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4612 msgstr "_Accept Defaults" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4613 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4614 msgid "No reason" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4615 msgstr "No reason" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4616 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4617 #, 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
|
4618 msgid "You have been kicked: (%s)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4619 msgstr "You have been kicked: (%s)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4620 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4621 #, 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
|
4622 msgid "Kicked (%s)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4623 msgstr "Kicked (%s)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4624 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
4625 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
|
4626 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
|
4627 |
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
|
4628 msgid "Transfer was closed." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4629 msgstr "Transfer was closed." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4630 |
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
|
4631 msgid "Failed to open the file" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4632 msgstr "Failed to open the file" |
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
|
4633 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4634 msgid "Failed to open in-band bytestream" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4635 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
|
4636 |
8469 | 4637 #, c-format |
4638 msgid "Unable to send file to %s, user does not support file transfers" | |
4639 msgstr "Unable to send file to %s, user does not support file transfers" | |
4640 | |
7861 | 4641 msgid "File Send Failed" |
4642 msgstr "File Send Failed" | |
4643 | |
19927 | 4644 #, c-format |
4645 msgid "Unable to send file to %s, invalid JID" | |
4646 msgstr "Unable to send file to %s, invalid JID" | |
4647 | |
4648 #, c-format | |
4649 msgid "Unable to send file to %s, user is not online" | |
4650 msgstr "Unable to send file to %s, user is not online" | |
4651 | |
4652 #, c-format | |
4653 msgid "Unable to send file to %s, not subscribed to user presence" | |
4654 msgstr "Unable to send file to %s, not subscribed to user presence" | |
4655 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4656 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4657 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
|
4658 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4659 "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
|
4660 |
19927 | 4661 msgid "Edit User Mood" |
4662 msgstr "Edit User Mood" | |
4663 | |
4664 msgid "Please select your mood from the list." | |
4665 msgstr "Please select your mood from the list." | |
4666 | |
4667 msgid "Set" | |
4668 msgstr "Set" | |
4669 | |
4670 msgid "Set Mood..." | |
4671 msgstr "Set Mood..." | |
4672 | |
4673 msgid "Set User Nickname" | |
4674 msgstr "Set User Nickname" | |
4675 | |
4676 msgid "Please specify a new nickname for you." | |
4677 msgstr "Please specify a new nickname for yourself." | |
4678 | |
4679 msgid "" | |
4680 "This information is visible to all contacts on your contact list, so choose " | |
4681 "something appropriate." | |
4682 msgstr "" | |
4683 "This information is visible to all contacts on your contact list, so choose " | |
4684 "something appropriate." | |
4685 | |
4686 msgid "Set Nickname..." | |
4687 msgstr "Set Nickname..." | |
4688 | |
4689 msgid "Actions" | |
4690 msgstr "Actions" | |
4691 | |
4692 msgid "Select an action" | |
4693 msgstr "Select an action" | |
4694 | |
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
|
4695 #. 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
|
4696 #. * 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
|
4697 #. * 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
|
4698 #, 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
|
4699 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
|
4700 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
|
4701 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
4702 msgid "Buddy Add error" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4703 msgstr "Buddy Add error" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4704 |
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
|
4705 msgid "The username specified does not exist." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4706 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
|
4707 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4708 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4709 msgid "Buddy list synchronization issue in %s (%s)" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4710 msgstr "Buddy list synchronisation issue in %s (%s)" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4711 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4712 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4713 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4714 "%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
|
4715 "Do you want this buddy to be added?" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4716 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4717 "%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
|
4718 "Do you want this buddy to be added?" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4719 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4720 #, c-format |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4721 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4722 "%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
|
4723 "to be added?" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
4724 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
4725 "%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
|
4726 "to be added?" |
9347 | 4727 |
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
|
4728 #, c-format |
8711 | 4729 msgid "Unable to parse message" |
4730 msgstr "Unable to parse message" | |
4731 | |
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
|
4732 #, c-format |
16160 | 4733 msgid "Syntax Error (probably a client bug)" |
4734 msgstr "Syntax Error (probably a client bug)" | |
4735 | |
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
|
4736 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
4737 msgid "Invalid email address" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
4738 msgstr "Invalid email address" |
8711 | 4739 |
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
|
4740 #, c-format |
8711 | 4741 msgid "User does not exist" |
4742 msgstr "User does not exist" | |
4743 | |
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
|
4744 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4745 msgid "Fully qualified domain name missing" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4746 msgstr "Fully qualified domain name missing" |
7861 | 4747 |
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
|
4748 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4749 msgid "Already logged in" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4750 msgstr "Already logged in" |
7861 | 4751 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4752 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4753 msgid "Invalid username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4754 msgstr "Invalid username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
4755 |
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
|
4756 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4757 msgid "Invalid friendly name" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4758 msgstr "Invalid friendly name" |
7861 | 4759 |
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
|
4760 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4761 msgid "List full" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4762 msgstr "List full" |
7861 | 4763 |
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
|
4764 #, c-format |
7861 | 4765 msgid "Already there" |
4766 msgstr "Already there" | |
4767 | |
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
|
4768 #, c-format |
7861 | 4769 msgid "Not on list" |
4770 msgstr "Not on list" | |
4771 | |
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
|
4772 #, c-format |
7861 | 4773 msgid "User is offline" |
4774 msgstr "User is offline" | |
4775 | |
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
|
4776 #, c-format |
7861 | 4777 msgid "Already in the mode" |
4778 msgstr "Already in the mode" | |
4779 | |
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
|
4780 #, c-format |
7861 | 4781 msgid "Already in opposite list" |
4782 msgstr "Already in opposite list" | |
4783 | |
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
|
4784 #, c-format |
7861 | 4785 msgid "Too many groups" |
4786 msgstr "Too many groups" | |
4787 | |
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
|
4788 #, c-format |
7861 | 4789 msgid "Invalid group" |
4790 msgstr "Invalid group" | |
4791 | |
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
|
4792 #, c-format |
7861 | 4793 msgid "User not in group" |
4794 msgstr "User not in group" | |
4795 | |
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
|
4796 #, c-format |
7861 | 4797 msgid "Group name too long" |
4798 msgstr "Group name too long" | |
4799 | |
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
|
4800 #, c-format |
7861 | 4801 msgid "Cannot remove group zero" |
4802 msgstr "Cannot remove group zero" | |
4803 | |
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
|
4804 #, c-format |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4805 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
|
4806 msgstr "Tried to add a user to a group that doesn't exist" |
7861 | 4807 |
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
|
4808 #, c-format |
7861 | 4809 msgid "Switchboard failed" |
4810 msgstr "Switchboard failed" | |
4811 | |
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
|
4812 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4813 msgid "Notify transfer failed" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4814 msgstr "Notify transfer failed" |
7861 | 4815 |
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
|
4816 #, c-format |
7861 | 4817 msgid "Required fields missing" |
4818 msgstr "Required fields missing" | |
4819 | |
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
|
4820 #, c-format |
7861 | 4821 msgid "Too many hits to a FND" |
4822 msgstr "Too many hits to a FND" | |
4823 | |
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
|
4824 #, c-format |
7861 | 4825 msgid "Not logged in" |
4826 msgstr "Not logged in" | |
4827 | |
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
|
4828 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4829 msgid "Service temporarily unavailable" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4830 msgstr "Service temporarily unavailable" |
7861 | 4831 |
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
|
4832 #, c-format |
8711 | 4833 msgid "Database server error" |
4834 msgstr "Database server error" | |
4835 | |
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
|
4836 #, c-format |
8469 | 4837 msgid "Command disabled" |
4838 msgstr "Command disabled" | |
4839 | |
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
|
4840 #, c-format |
8711 | 4841 msgid "File operation error" |
4842 msgstr "File operation error" | |
7861 | 4843 |
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
|
4844 #, c-format |
8711 | 4845 msgid "Memory allocation error" |
4846 msgstr "Memory allocation error" | |
4847 | |
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
|
4848 #, c-format |
7861 | 4849 msgid "Wrong CHL value sent to server" |
4850 msgstr "Wrong CHL value sent to server" | |
4851 | |
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
|
4852 #, c-format |
7861 | 4853 msgid "Server busy" |
4854 msgstr "Server busy" | |
4855 | |
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
|
4856 #, c-format |
7861 | 4857 msgid "Server unavailable" |
4858 msgstr "Server unavailable" | |
4859 | |
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
|
4860 #, c-format |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4861 msgid "Peer notification server down" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
4862 msgstr "Peer notification server down" |
7861 | 4863 |
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
|
4864 #, c-format |
7861 | 4865 msgid "Database connect error" |
4866 msgstr "Database connect error" | |
4867 | |
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
|
4868 #, c-format |
7861 | 4869 msgid "Server is going down (abandon ship)" |
4870 msgstr "Server is going down (abandon ship)" | |
4871 | |
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
|
4872 #, c-format |
7861 | 4873 msgid "Error creating connection" |
4874 msgstr "Error creating connection" | |
4875 | |
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
|
4876 #, c-format |
7861 | 4877 msgid "CVR parameters are either unknown or not allowed" |
4878 msgstr "CVR parameters are either unknown or not allowed" | |
4879 | |
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
|
4880 #, c-format |
7861 | 4881 msgid "Unable to write" |
4882 msgstr "Unable to write" | |
4883 | |
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
|
4884 #, c-format |
8460 | 4885 msgid "Session overload" |
4886 msgstr "Session overload" | |
4887 | |
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
|
4888 #, c-format |
7861 | 4889 msgid "User is too active" |
4890 msgstr "User is too active" | |
4891 | |
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
|
4892 #, c-format |
7861 | 4893 msgid "Too many sessions" |
4894 msgstr "Too many sessions" | |
4895 | |
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
|
4896 #, c-format |
8711 | 4897 msgid "Passport not verified" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
4898 msgstr "Passport not verified" |
8711 | 4899 |
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
|
4900 #, c-format |
7861 | 4901 msgid "Bad friend file" |
4902 msgstr "Bad friend file" | |
4903 | |
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
|
4904 #, c-format |
8711 | 4905 msgid "Not expected" |
4906 msgstr "Not expected" | |
4907 | |
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
|
4908 #, c-format |
7861 | 4909 msgid "Friendly name changes too rapidly" |
4910 msgstr "Friendly name changes too rapidly" | |
4911 | |
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
|
4912 #, c-format |
7861 | 4913 msgid "Server too busy" |
4914 msgstr "Server too busy" | |
4915 | |
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
|
4916 #, c-format |
7861 | 4917 msgid "Authentication failed" |
4918 msgstr "Authentication failed" | |
4919 | |
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
|
4920 #, c-format |
7861 | 4921 msgid "Not allowed when offline" |
4922 msgstr "Not allowed when offline" | |
4923 | |
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
|
4924 #, c-format |
7861 | 4925 msgid "Not accepting new users" |
4926 msgstr "Not accepting new users" | |
4927 | |
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
|
4928 #, c-format |
7861 | 4929 msgid "Kids Passport without parental consent" |
4930 msgstr "Kids Passport without parental consent" | |
4931 | |
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
|
4932 #, c-format |
7861 | 4933 msgid "Passport account not yet verified" |
4934 msgstr "Passport account not yet verified" | |
4935 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4936 msgid "Passport account suspended" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4937 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
|
4938 |
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
|
4939 #, c-format |
8469 | 4940 msgid "Bad ticket" |
4941 msgstr "Bad ticket" | |
4942 | |
7861 | 4943 #, c-format |
4944 msgid "Unknown Error Code %d" | |
4945 msgstr "Unknown Error Code %d" | |
4946 | |
8711 | 4947 #, c-format |
4948 msgid "MSN Error: %s\n" | |
4949 msgstr "MSN Error: %s\n" | |
4950 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4951 msgid "Other Contacts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4952 msgstr "Other Contacts" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4953 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4954 msgid "Non-IM Contacts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4955 msgstr "Non-IM Contacts" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4956 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4957 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4958 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
|
4959 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
|
4960 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4961 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4962 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
|
4963 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
|
4964 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4965 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4966 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
|
4967 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
|
4968 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4969 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4970 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
|
4971 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
|
4972 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4973 #, 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
|
4974 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
|
4975 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
|
4976 |
19927 | 4977 msgid "Nudge" |
4978 msgstr "Nudge" | |
4979 | |
4980 #, c-format | |
4981 msgid "%s has nudged you!" | |
4982 msgstr "%s has nudged you!" | |
4983 | |
4984 #, c-format | |
4985 msgid "Nudging %s..." | |
4986 msgstr "Nudging %s..." | |
4987 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4988 msgid "Email Address..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
4989 msgstr "Email Address..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
4990 |
7861 | 4991 msgid "Your new MSN friendly name is too long." |
4992 msgstr "Your new MSN friendly name is too long." | |
4993 | |
4994 msgid "Set your friendly name." | |
4995 msgstr "Set your friendly name." | |
4996 | |
4997 msgid "This is the name that other MSN buddies will see you as." | |
4998 msgstr "This is the name that other MSN buddies will see you as." | |
4999 | |
5000 msgid "Set your home phone number." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5001 msgstr "Set your home telephone number." |
7861 | 5002 |
5003 msgid "Set your work phone number." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5004 msgstr "Set your work telephone number." |
7861 | 5005 |
5006 msgid "Set your mobile phone number." | |
5007 msgstr "Set your mobile phone number." | |
5008 | |
5009 msgid "Allow MSN Mobile pages?" | |
5010 msgstr "Allow MSN Mobile pages?" | |
5011 | |
5012 msgid "" | |
5013 "Do you want to allow or disallow people on your buddy list to send you MSN " | |
5014 "Mobile pages to your cell phone or other mobile device?" | |
5015 msgstr "" | |
5016 "Do you want to allow or disallow people on your buddy list to send you MSN " | |
8469 | 5017 "Mobile pages to your mobile phone or other mobile device?" |
5018 | |
7861 | 5019 msgid "Allow" |
5020 msgstr "Allow" | |
5021 | |
5022 msgid "Disallow" | |
5023 msgstr "Disallow" | |
5024 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5025 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5026 msgid "Blocked Text for %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5027 msgstr "Blocked Text for %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5028 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5029 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
|
5030 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
|
5031 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5032 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5033 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5034 "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
|
5035 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5036 "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
|
5037 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5038 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
|
5039 msgstr "This account does not have email enabled." |
11762 | 5040 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5041 msgid "Send a mobile message." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5042 msgstr "Send a mobile message." |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5043 |
7861 | 5044 msgid "Page" |
5045 msgstr "Page" | |
5046 | |
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
|
5047 msgid "Playing a game" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5048 msgstr "Playing a game" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5049 |
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
|
5050 msgid "Working" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5051 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
|
5052 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5053 msgid "Has you" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5054 msgstr "Has you" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5055 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5056 msgid "Home Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5057 msgstr "Home Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5058 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5059 msgid "Work Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5060 msgstr "Work Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5061 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5062 msgid "Mobile Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5063 msgstr "Mobile Phone Number" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5064 |
7861 | 5065 msgid "Be Right Back" |
5066 msgstr "Be Right Back" | |
5067 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5068 msgid "Busy" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5069 msgstr "Busy" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5070 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5071 msgid "On the Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5072 msgstr "On the Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5073 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5074 msgid "Out to Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5075 msgstr "Out to Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5076 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5077 #. primitive |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5078 #. ID |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5079 #. 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
|
5080 #. saveable |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5081 #. should be user_settable some day |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5082 #. independent |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5083 msgid "Artist" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5084 msgstr "Artist" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5085 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5086 msgid "Album" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5087 msgstr "Album" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5088 |
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
|
5089 msgid "Game Title" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5090 msgstr "Game Title" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5091 |
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
|
5092 msgid "Office Title" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5093 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
|
5094 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5095 msgid "Set Friendly Name..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5096 msgstr "Set Friendly Name..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5097 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5098 msgid "Set Home Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5099 msgstr "Set Home Telephone Number..." |
7861 | 5100 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5101 msgid "Set Work Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5102 msgstr "Set Work Telephone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5103 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5104 msgid "Set Mobile Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5105 msgstr "Set Mobile Phone Number..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5106 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5107 msgid "Enable/Disable Mobile Devices..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5108 msgstr "Enable/Disable Mobile Devices..." |
7861 | 5109 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5110 msgid "Allow/Disallow Mobile Pages..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5111 msgstr "Allow/Disallow Mobile Pages..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5112 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5113 msgid "View Blocked Text..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5114 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
|
5115 |
11762 | 5116 msgid "Open Hotmail Inbox" |
11887 | 5117 msgstr "Open Hotmail Inbox" |
11762 | 5118 |
7861 | 5119 msgid "Send to Mobile" |
5120 msgstr "Send to Mobile" | |
5121 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5122 msgid "Initiate _Chat" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5123 msgstr "Initiate _Chat" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5124 |
16160 | 5125 msgid "SSL support is needed for MSN. Please install a supported SSL library." |
5126 msgstr "SSL support is needed for MSN. Please install a supported SSL library." | |
5127 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5128 #, c-format |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5129 msgid "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5130 "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
|
5131 "be a valid email address." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5132 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5133 "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
|
5134 "be a valid email address." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5135 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5136 msgid "Unable to Add" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5137 msgstr "Unable to Add" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5138 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5139 msgid "Authorization Request Message:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5140 msgstr "Authorisation Request Message:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5141 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5142 msgid "Please authorize me!" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5143 msgstr "Please authorise me!" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5144 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5145 #. * |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5146 #. * 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
|
5147 #. |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5148 msgid "_OK" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5149 msgstr "_OK" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5150 |
9347 | 5151 msgid "Error retrieving profile" |
5152 msgstr "Error retreiving profile" | |
7861 | 5153 |
16160 | 5154 msgid "General" |
5155 msgstr "General" | |
5156 | |
7861 | 5157 msgid "Age" |
5158 msgstr "Age" | |
5159 | |
5160 msgid "Occupation" | |
5161 msgstr "Occupation" | |
5162 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5163 msgid "Location" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5164 msgstr "Location" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5165 |
7861 | 5166 msgid "Hobbies and Interests" |
5167 msgstr "Hobbies and Interests" | |
5168 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5169 msgid "A Little About Me" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5170 msgstr "A Little About Me" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5171 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5172 msgid "Social" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5173 msgstr "Social" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5174 |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5175 msgid "Marital Status" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5176 msgstr "Marital Status" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5177 |
14948 | 5178 msgid "Interests" |
5179 msgstr "Interests" | |
5180 | |
5181 msgid "Pets" | |
5182 msgstr "Pets" | |
5183 | |
5184 msgid "Hometown" | |
5185 msgstr "Home town" | |
5186 | |
5187 msgid "Places Lived" | |
5188 msgstr "Places Lived" | |
5189 | |
5190 msgid "Fashion" | |
5191 msgstr "Fashion" | |
5192 | |
5193 msgid "Humor" | |
5194 msgstr "Humour" | |
5195 | |
5196 msgid "Music" | |
5197 msgstr "Music" | |
5198 | |
7861 | 5199 msgid "Favorite Quote" |
8100 | 5200 msgstr "Favourite Quote" |
5201 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5202 msgid "Contact Info" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5203 msgstr "Contact Info" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5204 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5205 msgid "Personal" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5206 msgstr "Personal" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5207 |
14948 | 5208 msgid "Significant Other" |
5209 msgstr "Partner" | |
5210 | |
5211 msgid "Home Phone" | |
5212 msgstr "Home Telephone" | |
5213 | |
5214 msgid "Home Phone 2" | |
5215 msgstr "Home Telephone 2" | |
5216 | |
5217 msgid "Home Address" | |
5218 msgstr "Home Address" | |
5219 | |
5220 msgid "Personal Mobile" | |
5221 msgstr "Personal Mobile" | |
5222 | |
5223 msgid "Home Fax" | |
5224 msgstr "Home Fax" | |
5225 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5226 msgid "Personal Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5227 msgstr "Personal Email" |
14948 | 5228 |
5229 msgid "Personal IM" | |
5230 msgstr "Personal IM" | |
5231 | |
5232 msgid "Anniversary" | |
5233 msgstr "Anniversary" | |
5234 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5235 #. Business |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5236 msgid "Work" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5237 msgstr "Work" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5238 |
14948 | 5239 msgid "Job Title" |
5240 msgstr "Job Title" | |
5241 | |
5242 msgid "Company" | |
5243 msgstr "Company" | |
5244 | |
5245 msgid "Department" | |
5246 msgstr "Department" | |
5247 | |
5248 msgid "Profession" | |
5249 msgstr "Profession" | |
5250 | |
5251 msgid "Work Phone" | |
5252 msgstr "Work Telephone" | |
5253 | |
5254 msgid "Work Phone 2" | |
5255 msgstr "Work Telephone 2" | |
5256 | |
5257 msgid "Work Address" | |
5258 msgstr "Work Address" | |
5259 | |
5260 msgid "Work Mobile" | |
5261 msgstr "Work Mobile" | |
5262 | |
5263 msgid "Work Pager" | |
5264 msgstr "Work Pager" | |
5265 | |
5266 msgid "Work Fax" | |
5267 msgstr "Work Fax" | |
5268 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5269 msgid "Work Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
5270 msgstr "Work Email" |
14948 | 5271 |
5272 msgid "Work IM" | |
5273 msgstr "Work IM" | |
5274 | |
5275 msgid "Start Date" | |
5276 msgstr "Start Date" | |
5277 | |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5278 msgid "Favorite Things" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5279 msgstr "Favourite Things" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
5280 |
7861 | 5281 msgid "Last Updated" |
5282 msgstr "Last Updated" | |
5283 | |
5284 msgid "Homepage" | |
5285 msgstr "Homepage" | |
5286 | |
9524 | 5287 msgid "The user has not created a public profile." |
5288 msgstr "The user has not created a public profile." | |
5289 | |
5290 msgid "" | |
5291 "MSN reported not being able to find the user's profile. This either means " | |
5292 "that the user does not exist, or that the user exists but has not created a " | |
5293 "public profile." | |
5294 msgstr "" | |
5295 "MSN reported not being able to find the user's profile. This either means " | |
5296 "that the user does not exist, or that the user exists but has not created a " | |
5297 "public profile." | |
5298 | |
16160 | 5299 msgid "" |
5300 "Could not find any information in the user's profile. The user most likely " | |
5301 "does not exist." | |
5302 msgstr "" | |
5303 "Could not find any information in the user's profile. The user most likely " | |
5304 "does not exist." | |
5305 | |
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
|
5306 msgid "View web profile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5307 msgstr "View web profile" |
9347 | 5308 |
7861 | 5309 #. *< type |
5310 #. *< ui_requirement | |
5311 #. *< flags | |
5312 #. *< dependencies | |
5313 #. *< priority | |
5314 #. *< id | |
5315 #. *< name | |
5316 #. *< version | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
5317 #. *< summary |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5318 msgid "Windows Live Messenger Protocol Plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5319 msgstr "Windows Live Messenger Protocol Plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5320 |
7861 | 5321 msgid "Use HTTP Method" |
5322 msgstr "Use HTTP Method" | |
5323 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5324 msgid "HTTP Method Server" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5325 msgstr "HTTP Method Server" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5326 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5327 msgid "Show custom smileys" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5328 msgstr "Show custom smileys" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5329 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5330 msgid "nudge: nudge a user to get their attention" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5331 msgstr "nudge: nudge a user to get their attention" |
11762 | 5332 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5333 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
|
5334 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
|
5335 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5336 msgid "Windows Live ID authentication:Invalid response" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5337 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
|
5338 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5339 #, c-format |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5340 msgid "%s just sent you a Nudge!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5341 msgstr "%s just sent you a Nudge!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5342 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5343 #, 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
|
5344 msgid "Unknown error (%d): %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5345 msgstr "Unknown error (%d): %s" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5346 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5347 msgid "Unable to add user" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5348 msgstr "Unable to add user" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5349 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5350 #. 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
|
5351 #, 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
|
5352 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
|
5353 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
|
5354 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5355 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
|
5356 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
|
5357 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5358 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
|
5359 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
|
5360 |
7861 | 5361 #, c-format |
5362 msgid "" | |
5363 "The MSN server will shut down for maintenance in %d minute. You will " | |
5364 "automatically be signed out at that time. Please finish any conversations " | |
5365 "in progress.\n" | |
5366 "\n" | |
5367 "After the maintenance has been completed, you will be able to successfully " | |
5368 "sign in." | |
5369 msgid_plural "" | |
5370 "The MSN server will shut down for maintenance in %d minutes. You will " | |
5371 "automatically be signed out at that time. Please finish any conversations " | |
5372 "in progress.\n" | |
5373 "\n" | |
5374 "After the maintenance has been completed, you will be able to successfully " | |
5375 "sign in." | |
5376 msgstr[0] "" | |
5377 "The MSN server will shut down for maintenance in %d minute. You will " | |
5378 "automatically be signed out at that time. Please finish any conversations " | |
5379 "in progress.\n" | |
5380 "\n" | |
5381 "After the maintenance has been completed, you will be able to successfully " | |
5382 "sign in." | |
5383 msgstr[1] "" | |
5384 "The MSN server will shut down for maintenance in %d minutes. You will " | |
5385 "automatically be signed out at that time. Please finish any conversations " | |
5386 "in progress.\n" | |
5387 "\n" | |
5388 "After the maintenance has been completed, you will be able to successfully " | |
5389 "sign in." | |
5390 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5391 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5392 "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
|
5393 "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
|
5394 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5395 "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
|
5396 "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
|
5397 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5398 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
|
5399 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
|
5400 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5401 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
|
5402 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
|
5403 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5404 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
|
5405 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
|
5406 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5407 msgid "Writing error" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5408 msgstr "Writing error" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
5409 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5410 msgid "Reading error" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5411 msgstr "Reading error" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5412 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5413 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5414 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5415 "Connection error from %s server:\n" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5416 "%s" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5417 msgstr "" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5418 "Connection error from %s server:\n" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5419 "%s" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5420 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5421 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
|
5422 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
|
5423 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5424 msgid "Error parsing HTTP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5425 msgstr "Error parsing HTTP" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5426 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5427 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
|
5428 msgstr "You have signed on from another location" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5429 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5430 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
|
5431 msgstr "" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5432 "The MSN servers are temporarily unavailable. Please wait and try again." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5433 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5434 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
|
5435 msgstr "The MSN servers are going down temporarily" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5436 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5437 #, c-format |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5438 msgid "Unable to authenticate: %s" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5439 msgstr "Unable to authenticate: %s" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5440 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5441 msgid "" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5442 "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
|
5443 msgstr "" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5444 "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
|
5445 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5446 msgid "Handshaking" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5447 msgstr "Handshaking" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5448 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5449 msgid "Transferring" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5450 msgstr "Transferring" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5451 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5452 msgid "Starting authentication" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5453 msgstr "Starting authentication" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5454 |
11762 | 5455 msgid "Getting cookie" |
5456 msgstr "Getting cookie" | |
5457 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5458 msgid "Sending cookie" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5459 msgstr "Sending cookie" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5460 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5461 msgid "Retrieving buddy list" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5462 msgstr "Retrieving buddy list" |
7861 | 5463 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5464 #, 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
|
5465 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
|
5466 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5467 "%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
|
5468 |
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
|
5469 #, 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
|
5470 msgid "%s has sent you a webcam invite, which is not yet supported." |
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
|
5471 msgstr "%s has sent you a webcam invitation, which is not yet supported." |
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
|
5472 |
11762 | 5473 msgid "Away From Computer" |
5474 msgstr "Away From Computer" | |
5475 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5476 msgid "On The Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5477 msgstr "On The Phone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5478 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5479 msgid "Out To Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5480 msgstr "Out To Lunch" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5481 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5482 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
|
5483 msgstr "Message may have not been sent because a timeout occurred:" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5484 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5485 msgid "Message could not be sent, not allowed while invisible:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5486 msgstr "Message could not be sent; not allowed while invisible:" |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5487 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5488 msgid "Message could not be sent because the user is offline:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5489 msgstr "Message could not be sent because the user is offline:" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5490 |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5491 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
|
5492 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
|
5493 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
5494 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
|
5495 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
|
5496 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5497 msgid "" |
19927 | 5498 "Message could not be sent because we were unable to establish a session with " |
5499 "the server. This is likely a server problem, try again in a few minutes:" | |
5500 msgstr "" | |
5501 "Message could not be sent because we were unable to establish a session with " | |
5502 "the server. This is likely a server problem, try again in a few minutes:" | |
5503 | |
5504 msgid "" | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5505 "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
|
5506 msgstr "" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
5507 "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
|
5508 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
5509 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
|
5510 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
|
5511 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5512 msgid "Delete Buddy from Address Book?" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5513 msgstr "Delete Buddy from Address Book?" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5514 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5515 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
|
5516 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
|
5517 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5518 msgid "The username specified is invalid." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5519 msgstr "The username specified is invalid." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5520 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
5521 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
|
5522 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
|
5523 |
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
|
5524 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
|
5525 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
|
5526 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5527 #. *< type |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5528 #. *< ui_requirement |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5529 #. *< flags |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5530 #. *< dependencies |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5531 #. *< priority |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5532 #. *< id |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5533 #. *< name |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5534 #. *< version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5535 #. * summary |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5536 #. * description |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5537 msgid "MSN Protocol Plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5538 msgstr "MSN Protocol Plug-in" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5539 |
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
|
5540 #, 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
|
5541 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
|
5542 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
|
5543 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5544 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
|
5545 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
|
5546 |
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
|
5547 #, 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
|
5548 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
|
5549 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
|
5550 |
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
|
5551 #, 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
|
5552 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
|
5553 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
|
5554 |
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
|
5555 #, 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
|
5556 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
|
5557 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
|
5558 |
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
|
5559 #, 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
|
5560 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
|
5561 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
|
5562 |
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
|
5563 #, 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
|
5564 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
|
5565 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
|
5566 |
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
|
5567 #, 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
|
5568 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
|
5569 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
|
5570 |
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
|
5571 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
|
5572 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
|
5573 |
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
|
5574 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
|
5575 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
|
5576 |
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
|
5577 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
|
5578 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
|
5579 |
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 #, 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
|
5581 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
|
5582 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
|
5583 |
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
|
5584 #, 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
|
5585 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
|
5586 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
|
5587 |
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 #, 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
|
5589 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
|
5590 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
|
5591 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5592 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
|
5593 msgstr "User lookup" |
19927 | 5594 |
5595 msgid "Reading challenge" | |
5596 msgstr "Reading challenge" | |
5597 | |
5598 msgid "Unexpected challenge length from server" | |
5599 msgstr "Unexpected challenge length from server" | |
5600 | |
5601 msgid "Logging in" | |
5602 msgstr "Logging in" | |
5603 | |
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
|
5604 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
|
5605 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
|
5606 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5607 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
|
5608 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
|
5609 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5610 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
|
5611 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
|
5612 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5613 msgid "Lost connection with server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5614 msgstr "Lost connection with server" |
19927 | 5615 |
5616 #. 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
|
5617 #. 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
|
5618 #. used |
19927 | 5619 msgid "New mail messages" |
5620 msgstr "New mail messages" | |
5621 | |
5622 msgid "New blog comments" | |
5623 msgstr "New blog comments" | |
5624 | |
5625 msgid "New profile comments" | |
5626 msgstr "New profile comments" | |
5627 | |
5628 msgid "New friend requests!" | |
5629 msgstr "New friend requests!" | |
5630 | |
5631 msgid "New picture comments" | |
5632 msgstr "New picture comments" | |
5633 | |
5634 msgid "MySpace" | |
5635 msgstr "MySpace" | |
5636 | |
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
|
5637 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
|
5638 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
|
5639 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5640 #, 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
|
5641 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
|
5642 "%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
|
5643 "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
|
5644 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
|
5645 "%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
|
5646 "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
|
5647 msgstr[0] "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5648 "%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
|
5649 "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
|
5650 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
|
5651 "%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
|
5652 "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
|
5653 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5654 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
|
5655 msgstr "Add contacts from server" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5656 |
19927 | 5657 #, c-format |
5658 msgid "Protocol error, code %d: %s" | |
5659 msgstr "Protocol error, code %d: %s" | |
5660 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5661 #, 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
|
5662 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
|
5663 "%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
|
5664 "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
|
5665 "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
|
5666 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5667 "%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
|
5668 "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
|
5669 "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
|
5670 |
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
|
5671 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
|
5672 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
|
5673 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5674 msgid "MySpaceIM Error" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5675 msgstr "MySpaceIM Error" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5676 |
19927 | 5677 msgid "Invalid input condition" |
5678 msgstr "Invalid input condition" | |
5679 | |
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 "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
|
5681 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
|
5682 |
4a592e898162
Check in 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 "'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
|
5684 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
|
5685 |
4a592e898162
Check in 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 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
|
5687 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
|
5688 |
4a592e898162
Check in 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 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
|
5690 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
|
5691 |
4a592e898162
Check in 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 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
|
5693 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
|
5694 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5695 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
|
5696 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
|
5697 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5698 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
|
5699 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
|
5700 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5701 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
|
5702 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
|
5703 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5704 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
|
5705 "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
|
5706 "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
|
5707 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
|
5708 "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
|
5709 "not be loaded." |
19927 | 5710 |
5711 msgid "Add friends from MySpace.com" | |
5712 msgstr "Add friends from MySpace.com" | |
5713 | |
5714 msgid "Importing friends failed" | |
5715 msgstr "Importing friends failed" | |
5716 | |
5717 #. TODO: find out how | |
5718 msgid "Find people..." | |
5719 msgstr "Find people..." | |
5720 | |
5721 msgid "Change IM name..." | |
5722 msgstr "Change IM name..." | |
5723 | |
5724 msgid "myim URL handler" | |
5725 msgstr "myim URL handler" | |
5726 | |
5727 msgid "No suitable MySpaceIM account could be found to open this myim URL." | |
5728 msgstr "No suitable MySpaceIM account could be found to open this myim URL." | |
5729 | |
5730 msgid "Enable the proper MySpaceIM account and try again." | |
5731 msgstr "Enable the proper MySpaceIM account and try again." | |
5732 | |
5733 msgid "Show display name in status text" | |
5734 msgstr "Show display name in status text" | |
5735 | |
5736 msgid "Show headline in status text" | |
5737 msgstr "Show headline in status text" | |
5738 | |
5739 msgid "Send emoticons" | |
5740 msgstr "Send emoticons" | |
5741 | |
5742 msgid "Screen resolution (dots per inch)" | |
5743 msgstr "Screen resolution (dots per inch)" | |
5744 | |
5745 msgid "Base font size (points)" | |
5746 msgstr "Base font size (points)" | |
5747 | |
5748 msgid "User" | |
5749 msgstr "User" | |
5750 | |
5751 msgid "Headline" | |
5752 msgstr "Headline" | |
5753 | |
5754 msgid "Song" | |
5755 msgstr "Song" | |
5756 | |
5757 msgid "Total Friends" | |
5758 msgstr "Total Friends" | |
5759 | |
5760 msgid "Client Version" | |
5761 msgstr "Client Version" | |
5762 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5763 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
5764 "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
|
5765 "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
|
5766 "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
|
5767 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
5768 "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
|
5769 "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
|
5770 "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
|
5771 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5772 msgid "MySpaceIM - Username Available" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5773 msgstr "MySpaceIM - Username Available" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5774 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5775 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
|
5776 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
|
5777 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5778 msgid "ONCE SET, THIS CANNOT BE CHANGED!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5779 msgstr "ONCE SET, THIS CANNOT BE CHANGED!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5780 |
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
|
5781 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
|
5782 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
|
5783 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5784 msgid "This username is unavailable." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5785 msgstr "This username is not available." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5786 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5787 msgid "Please try another username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5788 msgstr "Please try another username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5789 |
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
|
5790 #. 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
|
5791 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
|
5792 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
|
5793 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
5794 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
|
5795 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
|
5796 |
19927 | 5797 #. TODO: icons for each zap |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5798 #. Lots of comments for translators: |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5799 #. 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
|
5800 #. * 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
|
5801 #. * 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
|
5802 #. * he put a fork in the toaster." |
19927 | 5803 msgid "Zap" |
5804 msgstr "Zap" | |
5805 | |
5806 #, c-format | |
5807 msgid "%s has zapped you!" | |
5808 msgstr "%s has zapped you!" | |
5809 | |
5810 #, c-format | |
5811 msgid "Zapping %s..." | |
5812 msgstr "Zapping %s..." | |
5813 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5814 #. Whack means "to hit or strike someone with a sharp blow" |
19927 | 5815 msgid "Whack" |
5816 msgstr "Whack" | |
5817 | |
5818 #, c-format | |
5819 msgid "%s has whacked you!" | |
5820 msgstr "%s has whacked you!" | |
5821 | |
5822 #, c-format | |
5823 msgid "Whacking %s..." | |
5824 msgstr "Whacking %s..." | |
5825 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5826 #. 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
|
5827 #. * 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
|
5828 #. * to translate it literally. |
19927 | 5829 msgid "Torch" |
5830 msgstr "Torch" | |
5831 | |
5832 #, c-format | |
5833 msgid "%s has torched you!" | |
5834 msgstr "%s has torched you!" | |
5835 | |
5836 #, c-format | |
5837 msgid "Torching %s..." | |
5838 msgstr "Torching %s..." | |
5839 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5840 #. Smooch means "to kiss someone, often enthusiastically" |
19927 | 5841 msgid "Smooch" |
5842 msgstr "Smooch" | |
5843 | |
5844 #, c-format | |
5845 msgid "%s has smooched you!" | |
5846 msgstr "%s has smooched you!" | |
5847 | |
5848 #, c-format | |
5849 msgid "Smooching %s..." | |
5850 msgstr "Smooching %s..." | |
5851 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5852 #. A hug is a display of affection; wrapping your arms around someone |
19927 | 5853 msgid "Hug" |
5854 msgstr "Hug" | |
5855 | |
5856 #, c-format | |
5857 msgid "%s has hugged you!" | |
5858 msgstr "%s has hugged you!" | |
5859 | |
5860 #, c-format | |
5861 msgid "Hugging %s..." | |
5862 msgstr "Hugging %s..." | |
5863 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5864 #. Slap means "to hit someone with an open/flat hand" |
19927 | 5865 msgid "Slap" |
5866 msgstr "Slap" | |
5867 | |
5868 #, c-format | |
5869 msgid "%s has slapped you!" | |
5870 msgstr "%s has slapped you!" | |
5871 | |
5872 #, c-format | |
5873 msgid "Slapping %s..." | |
5874 msgstr "Slapping %s..." | |
5875 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5876 #. Goose means "to pinch someone on their butt" |
19927 | 5877 msgid "Goose" |
5878 msgstr "Goose" | |
5879 | |
5880 #, c-format | |
5881 msgid "%s has goosed you!" | |
5882 msgstr "%s has goosed you!" | |
5883 | |
5884 #, c-format | |
5885 msgid "Goosing %s..." | |
5886 msgstr "Goosing %s..." | |
5887 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5888 #. 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
|
5889 #. * 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
|
5890 #. * something, often a victory, or to congratulate someone. |
19927 | 5891 msgid "High-five" |
5892 msgstr "High-five" | |
5893 | |
5894 #, c-format | |
5895 msgid "%s has high-fived you!" | |
5896 msgstr "%s has high-fived you!" | |
5897 | |
5898 #, c-format | |
5899 msgid "High-fiving %s..." | |
5900 msgstr "High-fiving %s..." | |
5901 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5902 #. 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
|
5903 #. * 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
|
5904 #. * someone to perform a mischievous trick or practical joke. |
19927 | 5905 msgid "Punk" |
5906 msgstr "Punk" | |
5907 | |
5908 #, c-format | |
5909 msgid "%s has punk'd you!" | |
5910 msgstr "%s has punk'd you!" | |
5911 | |
5912 #, c-format | |
5913 msgid "Punking %s..." | |
5914 msgstr "Punking %s..." | |
5915 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5916 #. 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
|
5917 #. * 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
|
5918 #. * 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
|
5919 #. * 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
|
5920 #. * 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
|
5921 #. * 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
|
5922 #. * with friends. |
19927 | 5923 msgid "Raspberry" |
5924 msgstr "Raspberry" | |
5925 | |
5926 #, c-format | |
5927 msgid "%s has raspberried you!" | |
5928 msgstr "%s has raspberried you!" | |
5929 | |
5930 #, c-format | |
5931 msgid "Raspberrying %s..." | |
5932 msgstr "Raspberrying %s..." | |
5933 | |
9066 | 5934 msgid "Required parameters not passed in" |
5935 msgstr "Required parameters not passed in" | |
5936 | |
5937 msgid "Unable to write to network" | |
5938 msgstr "Unable to write to network" | |
5939 | |
5940 msgid "Unable to read from network" | |
5941 msgstr "Unable to read from network" | |
5942 | |
5943 msgid "Error communicating with server" | |
5944 msgstr "Error communicating with server" | |
5945 | |
5946 msgid "Conference not found" | |
5947 msgstr "Conference not found" | |
5948 | |
5949 msgid "Conference does not exist" | |
5950 msgstr "Conference does not exist" | |
5951 | |
5952 msgid "A folder with that name already exists" | |
5953 msgstr "A folder with that name already exists" | |
5954 | |
5955 msgid "Not supported" | |
5956 msgstr "Not supported" | |
5957 | |
5958 msgid "Password has expired" | |
5959 msgstr "Password has expired" | |
5960 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5961 msgid "Incorrect password" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5962 msgstr "Incorrect password" |
9066 | 5963 |
5964 msgid "User not found" | |
5965 msgstr "User not found" | |
5966 | |
5967 msgid "Account has been disabled" | |
5968 msgstr "Account has been disabled" | |
5969 | |
5970 msgid "The server could not access the directory" | |
5971 msgstr "The server could not access the directory" | |
5972 | |
5973 msgid "Your system administrator has disabled this operation" | |
5974 msgstr "Your system administrator has disabled this operation" | |
5975 | |
5976 msgid "The server is unavailable; try again later" | |
5977 msgstr "The server is unavailable; try again later" | |
5978 | |
5979 msgid "Cannot add a contact to the same folder twice" | |
5980 msgstr "Cannot add a contact to the same folder twice" | |
5981 | |
5982 msgid "Cannot add yourself" | |
5983 msgstr "Cannot add yourself" | |
5984 | |
5985 msgid "Master archive is misconfigured" | |
5986 msgstr "Master archive is misconfigured" | |
5987 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
5988 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
|
5989 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
|
5990 |
9066 | 5991 msgid "" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5992 "Your account has been disabled because too many incorrect passwords were " |
9066 | 5993 "entered" |
5994 msgstr "" | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
5995 "Your account has been disabled because too many incorrect passwords were " |
9066 | 5996 "entered" |
5997 | |
5998 msgid "You cannot add the same person twice to a conversation" | |
5999 msgstr "You cannot add the same person twice to a conversation" | |
6000 | |
6001 msgid "You have reached your limit for the number of contacts allowed" | |
6002 msgstr "You have reached your limit for the number of contacts allowed" | |
6003 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6004 msgid "You have entered an incorrect username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6005 msgstr "You have entered an incorrect username" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6006 |
9066 | 6007 msgid "An error occurred while updating the directory" |
6008 msgstr "An error occurred while updating the directory" | |
6009 | |
6010 msgid "Incompatible protocol version" | |
6011 msgstr "Incompatible protocol version" | |
6012 | |
6013 msgid "The user has blocked you" | |
6014 msgstr "The user has blocked you" | |
6015 | |
6016 msgid "" | |
6017 "This evaluation version does not allow more than ten users to log in at one " | |
6018 "time" | |
6019 msgstr "" | |
6020 "This evaluation version does not allow more than ten users to log in at one " | |
6021 "time" | |
6022 | |
6023 msgid "The user is either offline or you are blocked" | |
6024 msgstr "The user is either offline or you are blocked" | |
6025 | |
6026 #, c-format | |
6027 msgid "Unknown error: 0x%X" | |
6028 msgstr "Unknown error: 0x%X" | |
6029 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6030 #, 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
|
6031 msgid "Unable to login: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6032 msgstr "Unable to login: %s" |
9066 | 6033 |
6034 #, c-format | |
6035 msgid "Unable to send message. Could not get details for user (%s)." | |
6036 msgstr "Unable to send message. Could not get details for user (%s)." | |
6037 | |
6038 #, c-format | |
6039 msgid "Unable to add %s to your buddy list (%s)." | |
6040 msgstr "Unable to add %s to your buddy list (%s)." | |
8725 | 6041 |
6042 #. TODO: Improve this! message to who or for what conference? | |
9066 | 6043 #, c-format |
6044 msgid "Unable to send message (%s)." | |
6045 msgstr "Unable to send message (%s)." | |
6046 | |
6047 #, c-format | |
6048 msgid "Unable to invite user (%s)." | |
6049 msgstr "Unable to invite user (%s)." | |
6050 | |
6051 #, c-format | |
6052 msgid "Unable to send message to %s. Could not create the conference (%s)." | |
6053 msgstr "Unable to send message to %s. Could not create the conference (%s)." | |
6054 | |
6055 #, c-format | |
6056 msgid "Unable to send message. Could not create the conference (%s)." | |
6057 msgstr "Unable to send message. Could not create the conference (%s)." | |
6058 | |
8725 | 6059 #, c-format |
6060 msgid "" | |
6061 "Unable to move user %s to folder %s in the server side list. Error while " | |
9066 | 6062 "creating folder (%s)." |
8725 | 6063 msgstr "" |
6064 "Unable to move user %s to folder %s in the server side list. Error while " | |
9066 | 6065 "creating folder (%s)." |
6066 | |
8725 | 6067 #, c-format |
6068 msgid "" | |
6069 "Unable to add %s to your buddy list. Error creating folder in server side " | |
9066 | 6070 "list (%s)." |
8725 | 6071 msgstr "" |
6072 "Unable to add %s to your buddy list. Error creating folder in server side " | |
9066 | 6073 "list (%s)." |
6074 | |
6075 #, c-format | |
6076 msgid "Could not get details for user %s (%s)." | |
6077 msgstr "Could not get details for user %s (%s)." | |
6078 | |
6079 #, c-format | |
6080 msgid "Unable to add user to privacy list (%s)." | |
6081 msgstr "Unable to add user to privacy list (%s)." | |
6082 | |
6083 #, c-format | |
6084 msgid "Unable to add %s to deny list (%s)." | |
6085 msgstr "Unable to add %s to deny list (%s)." | |
6086 | |
6087 #, c-format | |
6088 msgid "Unable to add %s to permit list (%s)." | |
6089 msgstr "Unable to add %s to permit list (%s)." | |
6090 | |
6091 #, c-format | |
6092 msgid "Unable to remove %s from privacy list (%s)." | |
6093 msgstr "Unable to remove %s from privacy list (%s)." | |
6094 | |
6095 #, c-format | |
6096 msgid "Unable to change server side privacy settings (%s)." | |
6097 msgstr "Unable to change server side privacy settings (%s)." | |
6098 | |
6099 #, c-format | |
6100 msgid "Unable to create conference (%s)." | |
6101 msgstr "Unable to create conference (%s)." | |
6102 | |
8725 | 6103 msgid "Error communicating with server. Closing connection." |
6104 msgstr "Error communicating with server. Closing connection." | |
6105 | |
9851 | 6106 msgid "Telephone Number" |
6107 msgstr "Telephone Number" | |
6108 | |
6109 msgid "Personal Title" | |
6110 msgstr "Personal Title" | |
6111 | |
6112 msgid "Mailstop" | |
6113 msgstr "Mailstop" | |
6114 | |
6115 msgid "User ID" | |
8725 | 6116 msgstr "User ID" |
6117 | |
6118 #. tag = _("DN"); | |
6119 #. value = nm_user_record_get_dn(user_record); | |
6120 #. if (value) { | |
16160 | 6121 #. purple_notify_user_info_add_pair(user_info, tag, value); |
8725 | 6122 #. } |
6123 #. | |
6124 msgid "Full name" | |
6125 msgstr "Full name" | |
6126 | |
9066 | 6127 #, c-format |
6128 msgid "GroupWise Conference %d" | |
6129 msgstr "GroupWise Conference %d" | |
6130 | |
8725 | 6131 msgid "Authenticating..." |
6132 msgstr "Authenticating..." | |
6133 | |
6134 msgid "Waiting for response..." | |
6135 msgstr "Waiting for response..." | |
6136 | |
9066 | 6137 #, c-format |
6138 msgid "%s has been invited to this conversation." | |
6139 msgstr "%s has been invited to this conversation." | |
6140 | |
8725 | 6141 msgid "Invitation to Conversation" |
6142 msgstr "Invitation to Conversation" | |
6143 | |
6144 #, c-format | |
6145 msgid "" | |
6146 "Invitation from: %s\n" | |
6147 "\n" | |
6148 "Sent: %s" | |
6149 msgstr "" | |
6150 "Invitation from: %s\n" | |
6151 "\n" | |
6152 "Sent: %s" | |
6153 | |
6154 msgid "Would you like to join the conversation?" | |
6155 msgstr "Would you like to join the conversation?" | |
6156 | |
6157 #, c-format | |
6158 msgid "" | |
6159 "%s appears to be offline and did not receive the message that you just sent." | |
6160 msgstr "" | |
6161 "%s appears to be offline and did not receive the message that you have just " | |
6162 "sent." | |
6163 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6164 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6165 "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
|
6166 "you wish to connect." |
8725 | 6167 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6168 "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
|
6169 "you wish to connect." |
8725 | 6170 |
6171 msgid "This conference has been closed. No more messages can be sent." | |
6172 msgstr "This conference has been closed. No more messages can be sent." | |
6173 | |
6174 #. *< type | |
6175 #. *< ui_requirement | |
6176 #. *< flags | |
6177 #. *< dependencies | |
6178 #. *< priority | |
6179 #. *< id | |
6180 #. *< name | |
6181 #. *< version | |
6182 #. * summary | |
9882 | 6183 #. * description |
8725 | 6184 msgid "Novell GroupWise Messenger Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6185 msgstr "Novell GroupWise Messenger Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6186 |
8725 | 6187 msgid "Server address" |
6188 msgstr "Server address" | |
6189 | |
6190 msgid "Server port" | |
6191 msgstr "Server port" | |
6192 | |
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
|
6193 msgid "Received unexpected response from " |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6194 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
|
6195 |
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
|
6196 #. 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
|
6197 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
|
6198 "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
|
6199 "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
|
6200 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
|
6201 "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
|
6202 "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
|
6203 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6204 #, 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
|
6205 msgid "Error requesting " |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6206 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
|
6207 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6208 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
|
6209 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
|
6210 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6211 msgid "Could not join chat room" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6212 msgstr "Could not join chat room" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6213 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6214 msgid "Invalid chat room name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6215 msgstr "Invalid chat room name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6216 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6217 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
|
6218 msgstr "Received invalid data on connection with server" |
14948 | 6219 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6220 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6221 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6222 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6223 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6224 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6225 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6226 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6227 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6228 #. * summary |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6229 #. * description |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6230 msgid "AIM Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6231 msgstr "AIM Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6232 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6233 msgid "ICQ UIN..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6234 msgstr "ICQ UIN..." |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6235 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6236 #. *< type |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6237 #. *< ui_requirement |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6238 #. *< flags |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6239 #. *< dependencies |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6240 #. *< priority |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6241 #. *< id |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6242 #. *< name |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6243 #. *< version |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6244 #. * summary |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6245 #. * description |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6246 msgid "ICQ Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6247 msgstr "ICQ Protocol Plugin" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6248 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6249 msgid "Encoding" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6250 msgstr "Encoding" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6251 |
14948 | 6252 msgid "The remote user has closed the connection." |
6253 msgstr "The remote user has closed the connection." | |
6254 | |
6255 msgid "The remote user has declined your request." | |
6256 msgstr "The remote user has declined your request." | |
6257 | |
6258 #, c-format | |
6259 msgid "Lost connection with the remote user:<br>%s" | |
6260 msgstr "Lost connection with the remote user:<br>%s" | |
6261 | |
6262 msgid "Received invalid data on connection with remote user." | |
6263 msgstr "Received invalid data on connection with remote user." | |
6264 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6265 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
|
6266 msgstr "Unable to establish a connection with the remote user." |
14948 | 6267 |
6268 msgid "Direct IM established" | |
6269 msgstr "Direct IM established" | |
6270 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6271 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6272 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6273 "%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
|
6274 "IM. Try using file transfer instead.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6275 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6276 "%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
|
6277 "IM. Try using file transfer instead.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6278 |
14948 | 6279 #, c-format |
6280 msgid "File %s is %s, which is larger than the maximum size of %s." | |
6281 msgstr "File %s is %s, which is larger than the maximum size of %s." | |
6282 | |
9754 | 6283 msgid "Invalid error" |
6284 msgstr "Invalid error" | |
6285 | |
6286 msgid "Invalid SNAC" | |
6287 msgstr "Invalid SNAC" | |
6288 | |
9851 | 6289 msgid "Rate to host" |
6290 msgstr "Rate to host" | |
6291 | |
8469 | 6292 msgid "Rate to client" |
6293 msgstr "Rate to client" | |
8459 | 6294 |
8711 | 6295 msgid "Service unavailable" |
6296 msgstr "Service unavailable" | |
8469 | 6297 |
9851 | 6298 msgid "Service not defined" |
6299 msgstr "Service not defined" | |
6300 | |
9754 | 6301 msgid "Obsolete SNAC" |
6302 msgstr "Obsolete SNAC" | |
6303 | |
6304 msgid "Not supported by host" | |
6305 msgstr "Not supported by host" | |
8711 | 6306 |
9754 | 6307 msgid "Not supported by client" |
6308 msgstr "Not supported by client" | |
8469 | 6309 |
9851 | 6310 msgid "Refused by client" |
6311 msgstr "Refused by client" | |
8460 | 6312 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6313 msgid "Reply too big" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6314 msgstr "Reply too big" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6315 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6316 msgid "Responses lost" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6317 msgstr "Responses lost" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6318 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6319 msgid "Request denied" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6320 msgstr "Request denied" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6321 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6322 msgid "Busted SNAC payload" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6323 msgstr "Busted SNAC payload" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6324 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6325 msgid "Insufficient rights" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6326 msgstr "Insufficient rights" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6327 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6328 msgid "In local permit/deny" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6329 msgstr "In local permit/deny" |
9851 | 6330 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6331 msgid "Warning level too high (sender)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6332 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
|
6333 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6334 msgid "Warning level too high (receiver)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6335 msgstr "Warning level too high (receiver)" |
9754 | 6336 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6337 msgid "User temporarily unavailable" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6338 msgstr "User temporarily unavailable" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6339 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6340 msgid "No match" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6341 msgstr "No match" |
8100 | 6342 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6343 msgid "List overflow" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6344 msgstr "List overflow" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
6345 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6346 msgid "Request ambiguous" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6347 msgstr "Request ambiguous" |
9851 | 6348 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6349 msgid "Queue full" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6350 msgstr "Queue full" |
8469 | 6351 |
7861 | 6352 msgid "Not while on AOL" |
6353 msgstr "Not while on AOL" | |
6354 | |
14948 | 6355 msgid "" |
6356 "(There was an error receiving this message. The buddy you are speaking with " | |
6357 "is probably using a different encoding than expected. If you know what " | |
6358 "encoding he is using, you can specify it in the advanced account options for " | |
6359 "your AIM/ICQ account.)" | |
6360 msgstr "" | |
6361 "(There was an error receiving this message. The buddy you are speaking with " | |
6362 "is probably using a different encoding than expected. If you know what " | |
6363 "encoding he is using, you can specify it in the advanced account options for " | |
6364 "your AIM/ICQ account.)" | |
6365 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6366 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6367 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6368 "(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
|
6369 "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
|
6370 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6371 "(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
|
6372 "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
|
6373 |
16160 | 6374 #. Label |
6375 msgid "Buddy Icon" | |
6376 msgstr "Buddy Icon" | |
6377 | |
8711 | 6378 msgid "Voice" |
6379 msgstr "Voice" | |
6380 | |
6381 msgid "AIM Direct IM" | |
6382 msgstr "AIM Direct IM" | |
6383 | |
6384 msgid "Get File" | |
6385 msgstr "Get File" | |
6386 | |
6387 msgid "Games" | |
6388 msgstr "Games" | |
6389 | |
6390 msgid "Add-Ins" | |
6391 msgstr "Add-Ins" | |
6392 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6393 msgid "Send Buddy List" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6394 msgstr "Send Buddy List" |
9664 | 6395 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6396 msgid "ICQ Direct Connect" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6397 msgstr "ICQ Direct Connect" |
9664 | 6398 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6399 msgid "AP User" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6400 msgstr "AP User" |
9664 | 6401 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6402 msgid "ICQ RTF" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6403 msgstr "ICQ RTF" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6404 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6405 msgid "Nihilist" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6406 msgstr "Nihilist" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6407 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6408 msgid "ICQ Server Relay" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6409 msgstr "ICQ Server Relay" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6410 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6411 msgid "Old ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6412 msgstr "Old ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6413 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6414 msgid "Trillian Encryption" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6415 msgstr "Trillian Encryption" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6416 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6417 msgid "ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6418 msgstr "ICQ UTF8" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6419 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6420 msgid "Hiptop" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6421 msgstr "Hiptop" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6422 |
9664 | 6423 msgid "Security Enabled" |
6424 msgstr "Security Enabled" | |
6425 | |
6426 msgid "Video Chat" | |
6427 msgstr "Video Chat" | |
6428 | |
6429 msgid "iChat AV" | |
6430 msgstr "iChat AV" | |
8711 | 6431 |
9664 | 6432 msgid "Live Video" |
6433 msgstr "Live Video" | |
8711 | 6434 |
6435 msgid "Camera" | |
6436 msgstr "Camera" | |
6437 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6438 msgid "Screen Sharing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6439 msgstr "Screen Sharing" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6440 |
8711 | 6441 msgid "Free For Chat" |
6442 msgstr "Free For Chat" | |
6443 | |
6444 msgid "Not Available" | |
6445 msgstr "Not Available" | |
6446 | |
6447 msgid "Occupied" | |
6448 msgstr "Occupied" | |
6449 | |
6450 msgid "Web Aware" | |
6451 msgstr "Web Aware" | |
6452 | |
16160 | 6453 msgid "Invisible" |
6454 msgstr "Invisible" | |
6455 | |
6456 msgid "IP Address" | |
6457 msgstr "IP Address" | |
6458 | |
11762 | 6459 msgid "Warning Level" |
6460 msgstr "Warning Level" | |
6461 | |
8711 | 6462 msgid "Buddy Comment" |
6463 msgstr "Buddy Comment" | |
6464 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6465 #, 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
|
6466 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
|
6467 msgstr "Unable to connect to authentication server: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6468 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6469 #, 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
|
6470 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
|
6471 msgstr "Unable to connect to BOS server: %s" |
14948 | 6472 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6473 msgid "Username sent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6474 msgstr "Username sent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6475 |
14948 | 6476 msgid "Connection established, cookie sent" |
6477 msgstr "Connection established, cookie sent" | |
6478 | |
6479 #. TODO: Don't call this with ssi | |
6480 msgid "Finalizing connection" | |
6481 msgstr "Finalising connection" | |
6482 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6483 #, 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
|
6484 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6485 "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
|
6486 "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
|
6487 "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
|
6488 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6489 "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
|
6490 "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
|
6491 "numbers and spaces, or contain only numbers." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6492 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6493 #, 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
|
6494 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
|
6495 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
|
6496 |
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
|
6497 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
|
6498 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
|
6499 |
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
|
6500 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
|
6501 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
|
6502 |
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
|
6503 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
|
6504 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
|
6505 |
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
|
6506 #. 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
|
6507 #. 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
|
6508 #. 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
|
6509 msgid "Username does not exist" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6510 msgstr "Username does not exist" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6511 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6512 #. 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
|
6513 msgid "Your account is currently suspended" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6514 msgstr "Your account is currently suspended" |
7861 | 6515 |
6516 #. service temporarily unavailable | |
6517 msgid "The AOL Instant Messenger service is temporarily unavailable." | |
6518 msgstr "The AOL Instant Messenger service is temporarily unavailable." | |
6519 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6520 #. 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
|
6521 #, 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
|
6522 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
|
6523 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
|
6524 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6525 #. 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
|
6526 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
|
6527 "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
|
6528 "try again. If you continue to try, you will need to wait even longer." |
7861 | 6529 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6530 "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
|
6531 "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
|
6532 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6533 msgid "The SecurID key entered is invalid" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6534 msgstr "The SecurID key entered is invalid" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6535 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6536 msgid "Enter SecurID" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6537 msgstr "Enter SecurID" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6538 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6539 msgid "Enter the 6 digit number from the digital display." |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6540 msgstr "Enter the 6 digit number from the digital display." |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
6541 |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6542 msgid "Password sent" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6543 msgstr "Password sent" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
6544 |
14948 | 6545 msgid "Unable to initialize connection" |
6546 msgstr "Unable to initialise connection" | |
6547 | |
7861 | 6548 msgid "Please authorize me so I can add you to my buddy list." |
6549 msgstr "Please authorise me so I can add you to my buddy list." | |
6550 | |
19927 | 6551 msgid "No reason given." |
6552 msgstr "No reason given." | |
6553 | |
7861 | 6554 msgid "Authorization Denied Message:" |
8100 | 6555 msgstr "Authorisation Denied Message:" |
6556 | |
7861 | 6557 #, c-format |
6558 msgid "" | |
6559 "The user %u has denied your request to add them to your buddy list for the " | |
6560 "following reason:\n" | |
6561 "%s" | |
6562 msgstr "" | |
6563 "The user %u has denied your request to add them to your buddy list for the " | |
6564 "following reason:\n" | |
6565 "%s" | |
6566 | |
6567 msgid "ICQ authorization denied." | |
8100 | 6568 msgstr "ICQ authorisation denied." |
7861 | 6569 |
6570 #. Someone has granted you authorization | |
6571 #, c-format | |
6572 msgid "The user %u has granted your request to add them to your buddy list." | |
6573 msgstr "The user %u has granted your request to add them to your buddy list." | |
6574 | |
6575 #, c-format | |
6576 msgid "" | |
6577 "You have received a special message\n" | |
6578 "\n" | |
6579 "From: %s [%s]\n" | |
6580 "%s" | |
6581 msgstr "" | |
6582 "You have received a special message\n" | |
6583 "\n" | |
6584 "From: %s [%s]\n" | |
6585 "%s" | |
6586 | |
6587 #, c-format | |
6588 msgid "" | |
6589 "You have received an ICQ page\n" | |
6590 "\n" | |
6591 "From: %s [%s]\n" | |
6592 "%s" | |
6593 msgstr "" | |
6594 "You have received an ICQ page\n" | |
6595 "\n" | |
6596 "From: %s [%s]\n" | |
6597 "%s" | |
6598 | |
6599 #, c-format | |
6600 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6601 "You have received an ICQ email from %s [%s]\n" |
7861 | 6602 "\n" |
6603 "Message is:\n" | |
6604 "%s" | |
6605 msgstr "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6606 "You have received an ICQ email from %s [%s]\n" |
7861 | 6607 "\n" |
6608 "Message is:\n" | |
6609 "%s" | |
6610 | |
6611 #, c-format | |
6612 msgid "ICQ user %u has sent you a buddy: %s (%s)" | |
6613 msgstr "ICQ user %u has sent you a buddy: %s (%s)" | |
6614 | |
6615 msgid "Do you want to add this buddy to your buddy list?" | |
6616 msgstr "Do you want to add this buddy to your buddy list?" | |
6617 | |
16160 | 6618 msgid "_Add" |
6619 msgstr "_Add" | |
6620 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6621 msgid "_Decline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6622 msgstr "_Decline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6623 |
7861 | 6624 #, c-format |
6625 msgid "You missed %hu message from %s because it was invalid." | |
6626 msgid_plural "You missed %hu messages from %s because they were invalid." | |
6627 msgstr[0] "You missed %hu message from %s because it was invalid." | |
6628 msgstr[1] "You missed %hu messages from %s because they were invalid." | |
6629 | |
6630 #, c-format | |
6631 msgid "You missed %hu message from %s because it was too large." | |
6632 msgid_plural "You missed %hu messages from %s because they were too large." | |
6633 msgstr[0] "You missed %hu message from %s because it was too large." | |
6634 msgstr[1] "You missed %hu messages from %s because they were too large." | |
6635 | |
6636 #, c-format | |
6637 msgid "" | |
6638 "You missed %hu message from %s because the rate limit has been exceeded." | |
6639 msgid_plural "" | |
6640 "You missed %hu messages from %s because the rate limit has been exceeded." | |
6641 msgstr[0] "" | |
6642 "You missed %hu message from %s because the rate limit has been exceeded." | |
6643 msgstr[1] "" | |
6644 "You missed %hu messages from %s because the rate limit has been exceeded." | |
6645 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6646 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6647 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6648 "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
|
6649 msgid_plural "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6650 "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
|
6651 msgstr[0] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6652 "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
|
6653 msgstr[1] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6654 "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
|
6655 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6656 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6657 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
|
6658 msgid_plural "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6659 "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
|
6660 msgstr[0] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6661 "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
|
6662 msgstr[1] "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6663 "You missed %hu messages from %s because your warning level is too high." |
7861 | 6664 |
6665 #, c-format | |
6666 msgid "You missed %hu message from %s for an unknown reason." | |
6667 msgid_plural "You missed %hu messages from %s for an unknown reason." | |
6668 msgstr[0] "You missed %hu message from %s for an unknown reason." | |
6669 msgstr[1] "You missed %hu messages from %s for an unknown reason." | |
6670 | |
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
|
6671 #. Data is assumed to be the destination bn |
9851 | 6672 #, c-format |
6673 msgid "Unable to send message: %s" | |
6674 msgstr "Unable to send message: %s" | |
6675 | |
6676 msgid "Unknown reason." | |
6677 msgstr "Unknown reason." | |
6678 | |
11762 | 6679 #, c-format |
6680 msgid "Unable to send message to %s:" | |
6681 msgstr "Unable to send message to %s:" | |
6682 | |
9664 | 6683 #, c-format |
6684 msgid "User information not available: %s" | |
6685 msgstr "User information not available: %s" | |
6686 | |
8711 | 6687 msgid "Online Since" |
6688 msgstr "Online Since" | |
6689 | |
6690 msgid "Member Since" | |
6691 msgstr "Member Since" | |
6692 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6693 msgid "Capabilities" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6694 msgstr "Capabilities" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6695 |
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
|
6696 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
|
6697 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
|
6698 |
7861 | 6699 msgid "Your AIM connection may be lost." |
6700 msgstr "Your AIM connection may be lost." | |
6701 | |
8711 | 6702 #. The conversion failed! |
6703 msgid "" | |
6704 "[Unable to display a message from this user because it contained invalid " | |
6705 "characters.]" | |
6706 msgstr "" | |
6707 "[Unable to display a message from this user because it contained invalid " | |
6708 "characters.]" | |
6709 | |
7861 | 6710 msgid "" |
6711 "The last action you attempted could not be performed because you are over " | |
6712 "the rate limit. Please wait 10 seconds and try again." | |
6713 msgstr "" | |
6714 "The last action you attempted could not be performed because you are over " | |
6715 "the rate limit. Please wait 10 seconds and try again." | |
6716 | |
11762 | 6717 #, c-format |
6718 msgid "You have been disconnected from chat room %s." | |
6719 msgstr "You have been disconnected from chat room %s." | |
6720 | |
7861 | 6721 msgid "Mobile Phone" |
6722 msgstr "Mobile Phone" | |
6723 | |
6724 msgid "Personal Web Page" | |
6725 msgstr "Personal Web Page" | |
6726 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6727 #. aim_userinfo_t |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6728 #. strip_html_tags |
8778 | 6729 msgid "Additional Information" |
6730 msgstr "Additional Information" | |
6731 | |
9524 | 6732 msgid "Zip Code" |
6733 msgstr "Postcode" | |
6734 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6735 msgid "Work Information" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6736 msgstr "Work Information" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
6737 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6738 msgid "Division" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6739 msgstr "Division" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6740 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6741 msgid "Position" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6742 msgstr "Position" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6743 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6744 msgid "Web Page" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6745 msgstr "Web Page" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6746 |
7861 | 6747 msgid "Pop-Up Message" |
6748 msgstr "Pop-Up Message" | |
6749 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6750 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6751 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
|
6752 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
|
6753 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
|
6754 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
|
6755 |
7861 | 6756 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6757 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
|
6758 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
|
6759 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6760 #, c-format |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6761 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
|
6762 msgstr "You should receive an email asking to confirm %s." |
7861 | 6763 |
6764 msgid "Account Confirmation Requested" | |
6765 msgstr "Account Confirmation Requested" | |
6766 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6767 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6768 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6769 "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
|
6770 "from the original." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6771 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6772 "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
|
6773 "from the original." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6774 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6775 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6776 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
|
6777 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
|
6778 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6779 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6780 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6781 "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
|
6782 "long." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6783 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6784 "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
|
6785 "long." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6786 |
7861 | 6787 #, c-format |
6788 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6789 "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
|
6790 "request pending for this username." |
7861 | 6791 msgstr "" |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6792 "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
|
6793 "request pending for this username." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6794 |
7861 | 6795 #, c-format |
6796 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6797 "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
|
6798 "too many usernames associated with it." |
7861 | 6799 msgstr "" |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6800 "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
|
6801 "too many usernames associated with it." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6802 |
7861 | 6803 #, c-format |
6804 msgid "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6805 "Error 0x%04x: Unable to change email address because the given address is " |
7861 | 6806 "invalid." |
6807 msgstr "" | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6808 "Error 0x%04x: Unable to change email address because the given address is " |
7861 | 6809 "invalid." |
6810 | |
6811 #, c-format | |
6812 msgid "Error 0x%04x: Unknown error." | |
6813 msgstr "Error 0x%04x: Unknown error." | |
6814 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6815 msgid "Error Changing Account Info" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6816 msgstr "Error Changing Account Info" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6817 |
7861 | 6818 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
6819 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
|
6820 msgstr "The email address for %s is %s" |
7861 | 6821 |
16160 | 6822 msgid "Account Info" |
6823 msgstr "Account Info" | |
6824 | |
9066 | 6825 msgid "" |
6826 "Your IM Image was not sent. You must be Direct Connected to send IM Images." | |
6827 msgstr "" | |
6828 "Your IM Image was not sent. You must be Direct Connected to send IM Images." | |
6829 | |
7861 | 6830 msgid "Unable to set AIM profile." |
6831 msgstr "Unable to set AIM profile." | |
6832 | |
6833 msgid "" | |
6834 "You have probably requested to set your profile before the login procedure " | |
6835 "completed. Your profile remains unset; try setting it again when you are " | |
6836 "fully connected." | |
6837 msgstr "" | |
6838 "You have probably requested to set your profile before the login procedure " | |
6839 "completed. Your profile remains unset; try setting it again when you are " | |
6840 "fully connected." | |
6841 | |
16160 | 6842 #, c-format |
6843 msgid "" | |
6844 "The maximum profile length of %d byte has been exceeded. It has been " | |
17478 | 6845 "truncated for you." |
7861 | 6846 msgid_plural "" |
16160 | 6847 "The maximum profile length of %d bytes has been exceeded. It has been " |
17478 | 6848 "truncated for you." |
7861 | 6849 msgstr[0] "" |
16160 | 6850 "The maximum profile length of %d byte has been exceeded. It has been " |
6851 "truncated it for you." | |
7861 | 6852 msgstr[1] "" |
16160 | 6853 "The maximum profile length of %d bytes has been exceeded. It has been " |
7861 | 6854 "truncated it for you." |
6855 | |
6856 msgid "Profile too long." | |
6857 msgstr "Profile too long." | |
6858 | |
16160 | 6859 #, c-format |
6860 msgid "" | |
6861 "The maximum away message length of %d byte has been exceeded. It has been " | |
6862 "truncated for you." | |
7861 | 6863 msgid_plural "" |
16160 | 6864 "The maximum away message length of %d bytes has been exceeded. It has been " |
6865 "truncated for you." | |
7861 | 6866 msgstr[0] "" |
16160 | 6867 "The maximum away message length of %d byte has been exceeded. It has been " |
6868 "truncated for you." | |
7861 | 6869 msgstr[1] "" |
16160 | 6870 "The maximum away message length of %d bytes has been exceeded. It has been " |
6871 "truncated for you." | |
6872 | |
7861 | 6873 msgid "Away message too long." |
6874 msgstr "Away message too long." | |
6875 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6876 #, 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
|
6877 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6878 "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
|
6879 "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
|
6880 "numbers and spaces, or contain only numbers." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6881 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6882 "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
|
6883 "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
|
6884 "numbers and spaces, or contain only numbers." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6885 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
6886 msgid "Unable to Retrieve Buddy List" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6887 msgstr "Unable to Retrieve Buddy List" |
7861 | 6888 |
16160 | 6889 msgid "" |
6890 "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
|
6891 "list is not lost, and will probably become available in a few minutes." |
16160 | 6892 msgstr "" |
6893 "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
|
6894 "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
|
6895 |
7861 | 6896 msgid "Orphans" |
6897 msgstr "Orphans" | |
6898 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6899 #, 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
|
6900 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
6901 "Unable to add the buddy %s because you have too many buddies in your buddy " |
7861 | 6902 "list. Please remove one and try again." |
6903 msgstr "" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6904 "Unable to add the buddy %s because you have too many buddies in your buddy " |
7861 | 6905 "list. Please remove one and try again." |
6906 | |
6907 msgid "(no name)" | |
6908 msgstr "(no name)" | |
6909 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
6910 #, 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
|
6911 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
|
6912 msgstr "Unable to add the buddy %s for an unknown reason." |
19927 | 6913 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6914 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6915 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6916 "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
|
6917 "Do you want to add this user?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6918 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6919 "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
|
6920 "Do you want to add this user?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
6921 |
7861 | 6922 msgid "Authorization Given" |
8100 | 6923 msgstr "Authorisation Given" |
6924 | |
7861 | 6925 #. Granted |
6926 #, c-format | |
6927 msgid "The user %s has granted your request to add them to your buddy list." | |
6928 msgstr "The user %s has granted your request to add them to your buddy list." | |
6929 | |
6930 msgid "Authorization Granted" | |
8100 | 6931 msgstr "Authorisation Granted" |
7861 | 6932 |
6933 #. Denied | |
6934 #, c-format | |
6935 msgid "" | |
6936 "The user %s has denied your request to add them to your buddy list for the " | |
6937 "following reason:\n" | |
6938 "%s" | |
6939 msgstr "" | |
6940 "The user %s has denied your request to add them to your buddy list for the " | |
6941 "following reason:\n" | |
6942 "%s" | |
6943 | |
6944 msgid "Authorization Denied" | |
8100 | 6945 msgstr "Authorisation Denied" |
6946 | |
6947 msgid "_Exchange:" | |
6948 msgstr "_Exchange:" | |
6949 | |
9066 | 6950 msgid "Your IM Image was not sent. You cannot send IM Images in AIM chats." |
6951 msgstr "Your IM Image was not sent. You cannot send IM Images in AIM chats." | |
6952 | |
16160 | 6953 msgid "iTunes Music Store Link" |
6954 msgstr "iTunes Music Store Link" | |
6955 | |
9664 | 6956 #, c-format |
6957 msgid "Buddy Comment for %s" | |
6958 msgstr "Buddy Comment for %s" | |
6959 | |
7861 | 6960 msgid "Buddy Comment:" |
6961 msgstr "Buddy Comment:" | |
6962 | |
14948 | 6963 #, c-format |
6964 msgid "You have selected to open a Direct IM connection with %s." | |
6965 msgstr "You have selected to open a Direct IM connection with %s." | |
6966 | |
6967 msgid "" | |
6968 "Because this reveals your IP address, it may be considered a security risk. " | |
6969 "Do you wish to continue?" | |
6970 msgstr "" | |
6971 "Because this reveals your IP address, it may be considered a security risk. " | |
6972 "Do you wish to continue?" | |
6973 | |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6974 msgid "C_onnect" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6975 msgstr "C_onnect" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6976 |
14948 | 6977 msgid "Get AIM Info" |
6978 msgstr "Get AIM Info" | |
6979 | |
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
|
6980 #. 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
|
6981 msgid "Edit Buddy Comment" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6982 msgstr "Edit Buddy Comment" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6983 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6984 msgid "Get Status Msg" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6985 msgstr "Get Status Msg" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6986 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6987 msgid "Direct IM" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6988 msgstr "Direct IM" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6989 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6990 msgid "Re-request Authorization" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6991 msgstr "Re-request Authorisation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6992 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6993 msgid "Require authorization" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6994 msgstr "Require authorisation" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
6995 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6996 msgid "Web aware (enabling this will cause you to receive SPAM!)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6997 msgstr "Web aware (enabling this will cause you to receive spam!)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
6998 |
11762 | 6999 msgid "ICQ Privacy Options" |
11887 | 7000 msgstr "ICQ Privacy Options" |
11762 | 7001 |
7861 | 7002 msgid "The new formatting is invalid." |
7003 msgstr "The new formatting is invalid." | |
7004 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7005 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
|
7006 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
|
7007 |
7861 | 7008 msgid "Change Address To:" |
7009 msgstr "Change Address To:" | |
7010 | |
7011 msgid "<i>you are not waiting for authorization</i>" | |
8100 | 7012 msgstr "<i>you are not waiting for authorisation</i>" |
7013 | |
7861 | 7014 msgid "You are awaiting authorization from the following buddies" |
8100 | 7015 msgstr "You are awaiting authorisation from the following buddies" |
7016 | |
7861 | 7017 msgid "" |
7018 "You can re-request authorization from these buddies by right-clicking on " | |
7019 "them and selecting \"Re-request Authorization.\"" | |
7020 msgstr "" | |
8100 | 7021 "You can re-request authorisation from these buddies by right-clicking on " |
7022 "them and selecting \"Re-request Authorisation.\"" | |
7023 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7024 msgid "Find Buddy by Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7025 msgstr "Find Buddy by Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7026 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7027 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
|
7028 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
|
7029 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7030 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
|
7031 msgstr "Type the email address of the buddy you are searching for." |
7861 | 7032 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7033 msgid "_Search" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7034 msgstr "_Search" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7035 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7036 msgid "Set User Info (web)..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7037 msgstr "Set User Info (web)..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7038 |
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
|
7039 #. 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
|
7040 msgid "Change Password (web)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7041 msgstr "Change Password (web)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7042 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7043 msgid "Configure IM Forwarding (web)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7044 msgstr "Configure IM Forwarding (web)" |
8100 | 7045 |
11762 | 7046 #. ICQ actions |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7047 msgid "Set Privacy Options..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7048 msgstr "Show Privacy Options..." |
11762 | 7049 |
7050 #. AIM actions | |
7861 | 7051 msgid "Confirm Account" |
7052 msgstr "Confirm Account" | |
7053 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7054 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
|
7055 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
|
7056 |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7057 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
|
7058 msgstr "Change Currently Registered Email Address" |
14948 | 7059 |
7861 | 7060 msgid "Show Buddies Awaiting Authorization" |
8100 | 7061 msgstr "Show Buddies Awaiting Authorisation" |
7062 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
7063 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
|
7064 msgstr "Search for Buddy by Email Address..." |
14948 | 7065 |
8711 | 7066 msgid "Search for Buddy by Information" |
7067 msgstr "Search for Buddy by Information" | |
7068 | |
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
|
7069 msgid "Use clientLogin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7070 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
|
7071 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7072 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7073 "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
|
7074 "file transfers and direct IM (slower,\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7075 "but does not reveal your IP address)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7076 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7077 "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
|
7078 "file transfers and direct IM (slower,\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7079 "but does not reveal your IP address)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
7080 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7081 msgid "Allow multiple simultaneous logins" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7082 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
|
7083 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7084 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7085 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
|
7086 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
|
7087 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7088 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7089 msgid "Attempting to connect to %s:%hu." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7090 msgstr "Attempting to connect to %s:%hu." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7091 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7092 msgid "Attempting to connect via proxy server." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7093 msgstr "Attempting to connect via proxy server." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7094 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7095 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7096 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
|
7097 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
|
7098 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7099 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7100 "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
|
7101 "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
|
7102 "considered a privacy risk." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7103 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7104 "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
|
7105 "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
|
7106 "considered a privacy risk." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7107 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7108 msgid "Aquarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7109 msgstr "Aquarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7110 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7111 msgid "Pisces" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7112 msgstr "Pisces" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7113 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7114 msgid "Aries" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7115 msgstr "Aries" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7116 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7117 msgid "Taurus" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7118 msgstr "Taurus" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7119 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7120 msgid "Gemini" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7121 msgstr "Gemini" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7122 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7123 msgid "Cancer" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7124 msgstr "Cancer" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7125 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7126 msgid "Leo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7127 msgstr "Leo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7128 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7129 msgid "Virgo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7130 msgstr "Virgo" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7131 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7132 msgid "Libra" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7133 msgstr "Libra" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7134 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7135 msgid "Scorpio" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7136 msgstr "Scorpio" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7137 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7138 msgid "Sagittarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7139 msgstr "Sagittarius" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7140 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7141 msgid "Capricorn" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7142 msgstr "Capricorn" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7143 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7144 msgid "Rat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7145 msgstr "Rat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7146 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7147 msgid "Ox" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7148 msgstr "Ox" |
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 "Tiger" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7151 msgstr "Tiger" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7152 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7153 msgid "Rabbit" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7154 msgstr "Rabbit" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7155 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7156 msgid "Dragon" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7157 msgstr "Dragon" |
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 "Snake" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7160 msgstr "Snake" |
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 "Horse" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7163 msgstr "Horse" |
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 "Goat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7166 msgstr "Goat" |
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 "Monkey" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7169 msgstr "Monkey" |
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 "Rooster" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7172 msgstr "Rooster" |
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 "Dog" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7175 msgstr "Dog" |
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 "Pig" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7178 msgstr "Pig" |
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 "Other" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7181 msgstr "Other" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7182 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7183 msgid "Visible" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7184 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
|
7185 |
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
|
7186 msgid "Friend Only" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7187 msgstr "Friend Only" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7188 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7189 msgid "Private" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7190 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
|
7191 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7192 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
|
7193 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
|
7194 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7195 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
|
7196 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
|
7197 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7198 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
|
7199 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
|
7200 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7201 msgid "Zipcode" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7202 msgstr "Postcode" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7203 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7204 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
|
7205 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
|
7206 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7207 msgid "Authorize adding" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7208 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
|
7209 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7210 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
|
7211 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
|
7212 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7213 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
|
7214 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
|
7215 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7216 msgid "City/Area" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7217 msgstr "City/Area" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7218 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7219 msgid "Publish Mobile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7220 msgstr "Publish Mobile" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7221 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7222 msgid "Publish Contact" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7223 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
|
7224 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7225 msgid "College" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7226 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
|
7227 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7228 msgid "Horoscope" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7229 msgstr "Horoscope" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7230 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7231 msgid "Zodiac" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7232 msgstr "Zodiac" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
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 "Blood" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7235 msgstr "Blood" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7236 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7237 msgid "True" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7238 msgstr "True" |
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 "False" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7241 msgstr "False" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7242 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7243 msgid "Modify Contact" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7244 msgstr "Modify Contact" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7245 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7246 msgid "Modify Address" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7247 msgstr "Modify Address" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7248 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7249 msgid "Modify Extended Information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7250 msgstr "Modify Extended Information" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7251 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7252 msgid "Modify Information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7253 msgstr "Modify Information" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7254 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7255 msgid "Update" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7256 msgstr "Update" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7257 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7258 msgid "Could not change buddy information." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7259 msgstr "Could not change buddy information." |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7260 |
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
|
7261 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
|
7262 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
|
7263 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7264 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
|
7265 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
|
7266 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7267 #. 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
|
7268 msgid "Buddy Memo" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7269 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
|
7270 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7271 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
|
7272 msgstr "Change his/her memo as you like" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7273 |
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
|
7274 msgid "_Modify" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7275 msgstr "_Modify" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7276 |
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
|
7277 msgid "Memo Modify" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7278 msgstr "Memo Modify" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7279 |
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
|
7280 msgid "Server says:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7281 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
|
7282 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7283 msgid "Your request was accepted." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7284 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
|
7285 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7286 msgid "Your request was rejected." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7287 msgstr "Your request was rejected." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7288 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7289 #, 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
|
7290 msgid "%u requires verification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7291 msgstr "%u requires verification" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7292 |
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
|
7293 msgid "Add buddy question" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7294 msgstr "Add buddy question" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7295 |
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
|
7296 msgid "Enter answer here" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7297 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
|
7298 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7299 msgid "Send" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7300 msgstr "Send" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7301 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7302 msgid "Invalid answer." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7303 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
|
7304 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7305 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
|
7306 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
|
7307 |
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
|
7308 msgid "Sorry, you're not my style." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7309 msgstr "Sorry, you are not my style." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7310 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7311 #, 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
|
7312 msgid "%u needs authorization" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7313 msgstr "%u needs authorisation" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7314 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7315 msgid "Add buddy authorize" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7316 msgstr "Add buddy authorise" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7317 |
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
|
7318 msgid "Enter request here" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7319 msgstr "Enter request here" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7320 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7321 msgid "Would you be my friend?" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7322 msgstr "Would you like to be my friend?" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7323 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7324 msgid "QQ Buddy" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7325 msgstr "QQ Buddy" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7326 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7327 msgid "Add buddy" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7328 msgstr "Add buddy" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7329 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7330 msgid "Invalid QQ Number" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7331 msgstr "Invalid QQ Number" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7332 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7333 msgid "Failed sending authorize" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7334 msgstr "Failed sending authorise" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7335 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7336 #, 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
|
7337 msgid "Failed removing buddy %u" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7338 msgstr "Failed removing buddy %u" |
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 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7341 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
|
7342 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
|
7343 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7344 msgid "No reason given" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7345 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
|
7346 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7347 #. 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
|
7348 #, c-format |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7349 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
|
7350 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
|
7351 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7352 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
|
7353 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
|
7354 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7355 #, 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
|
7356 msgid "Rejected by %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7357 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
|
7358 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7359 #, c-format |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7360 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
|
7361 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
|
7362 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7363 msgid "ID: " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7364 msgstr "ID: " |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7365 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7366 msgid "Group ID" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7367 msgstr "Group ID" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7368 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7369 msgid "QQ Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7370 msgstr "QQ Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7371 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7372 msgid "Please enter Qun number" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7373 msgstr "Please enter Qun number" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7374 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7375 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
|
7376 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
|
7377 |
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
|
7378 msgid "(Invalid UTF-8 string)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7379 msgstr "(Invalid UTF-8 string)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7380 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7381 msgid "Not member" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7382 msgstr "Not member" |
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 "Member" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7385 msgstr "Member" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7386 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7387 msgid "Requesting" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7388 msgstr "Requesting" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7389 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7390 msgid "Admin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7391 msgstr "Admin" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7392 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7393 msgid "Notice" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7394 msgstr "Notice" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7395 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7396 msgid "Detail" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7397 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
|
7398 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7399 msgid "Creator" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7400 msgstr "Creator" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7401 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7402 msgid "About me" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7403 msgstr "About me" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7404 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7405 msgid "Category" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7406 msgstr "Category" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7407 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7408 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
|
7409 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
|
7410 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7411 msgid "Join QQ Qun" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7412 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
|
7413 |
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
|
7414 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
|
7415 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
|
7416 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7417 #, 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
|
7418 msgid "Successfully joined Qun %s (%u)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7419 msgstr "Successfully joined Qun %s (%u)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7420 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7421 msgid "Successfully joined Qun" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7422 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
|
7423 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7424 #, 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
|
7425 msgid "Qun %u denied from joining" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7426 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
|
7427 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7428 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
|
7429 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
|
7430 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7431 msgid "Failed:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7432 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
|
7433 |
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
|
7434 msgid "Join Qun, Unknown Reply" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7435 msgstr "Join Qun, Unknown Reply" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7436 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7437 msgid "Quit Qun" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7438 msgstr "Quit Qun" |
19927 | 7439 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7440 msgid "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7441 "Note, if you are the creator, \n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7442 "this operation will eventually remove this Qun." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7443 msgstr "" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7444 "Note: if you are the creator \n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7445 "this operation will eventually remove this Qun." |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7446 |
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
|
7447 msgid "Sorry, you are not our style" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7448 msgstr "Sorry, you are not our style" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7449 |
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
|
7450 msgid "Successfully changed Qun members" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7451 msgstr "Successfully changed Qun members" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7452 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7453 msgid "Successfully changed Qun information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7454 msgstr "Successfully changed Qun information" |
19927 | 7455 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7456 msgid "You have successfully created a Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7457 msgstr "You have successfully created a Qun" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7458 |
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
|
7459 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
|
7460 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
|
7461 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7462 msgid "Setup" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7463 msgstr "Setup" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7464 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7465 #, 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
|
7466 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
|
7467 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
|
7468 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7469 #, 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
|
7470 msgid "%u request to join Qun %u" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7471 msgstr "%u request to join Qun %u" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7472 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7473 #, 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
|
7474 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
|
7475 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
|
7476 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7477 #, 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
|
7478 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
|
7479 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
|
7480 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7481 #, 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
|
7482 msgid "<b>Removed buddy %u.</b>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7483 msgstr "<b>Removed buddy %u.</b>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7484 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7485 #, 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
|
7486 msgid "<b>New buddy %u joined.</b>" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7487 msgstr "<b>New buddy %u joined.</b>" |
19927 | 7488 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7489 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7490 msgid "Unknown-%d" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7491 msgstr "Unknown-%d" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7492 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7493 msgid "Level" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7494 msgstr "Level" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7495 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7496 msgid " VIP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7497 msgstr " VIP" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7498 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7499 msgid " TCP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7500 msgstr " TCP" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7501 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7502 msgid " FromMobile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7503 msgstr " FromMobile" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7504 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7505 msgid " BindMobile" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7506 msgstr " BindMobile" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7507 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7508 msgid " Video" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7509 msgstr " Video" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7510 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7511 msgid " Zone" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7512 msgstr " Zone" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7513 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7514 msgid "Flag" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7515 msgstr "Flag" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7516 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7517 msgid "Ver" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7518 msgstr "Ver" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7519 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7520 msgid "Invalid name" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7521 msgstr "Invalid name" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7522 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7523 msgid "Select icon..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7524 msgstr "Select icon..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7525 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7526 #, 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
|
7527 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
|
7528 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
|
7529 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7530 #, 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
|
7531 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
|
7532 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
|
7533 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7534 #, 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
|
7535 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
|
7536 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
|
7537 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7538 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7539 msgid "<b>Server</b>: %s<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7540 msgstr "<b>Server</b>: %s<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7541 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7542 #, 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
|
7543 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
|
7544 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
|
7545 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7546 #, c-format |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7547 msgid "<b>Connection Mode</b>: %s<br>\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7548 msgstr "<b>Connection Mode</b>: %s<br>\n" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7549 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7550 #, 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
|
7551 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
|
7552 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
|
7553 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7554 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7555 msgid "<b>Sent</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7556 msgstr "<b>Sent</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7557 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7558 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7559 msgid "<b>Resend</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7560 msgstr "<b>Resend</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7561 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7562 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7563 msgid "<b>Lost</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7564 msgstr "<b>Lost</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7565 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7566 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7567 msgid "<b>Received</b>: %lu<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7568 msgstr "<b>Received</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7569 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7570 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7571 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
|
7572 msgstr "<b>Received Duplicate</b>: %lu<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7573 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7574 #, 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
|
7575 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
|
7576 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
|
7577 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7578 #, 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
|
7579 msgid "<b>IP</b>: %s<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7580 msgstr "<b>IP</b>: %s<br>\n" |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7581 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7582 msgid "Login Information" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7583 msgstr "Login Information" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7584 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7585 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
|
7586 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
|
7587 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7588 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
|
7589 msgstr "<p><b>Code Contributors</b>:<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7590 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7591 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
|
7592 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
|
7593 |
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 "<p><b>Acknowledgement</b>:<br>\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7595 msgstr "<p><b>Acknowledgement</b>:<br>\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7596 |
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
|
7597 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
|
7598 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
|
7599 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7600 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
|
7601 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
|
7602 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7603 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
|
7604 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
|
7605 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7606 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
|
7607 msgstr "<i>Feel free to join us!</i> :)" |
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 |
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
|
7610 msgid "About OpenQ %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7611 msgstr "About OpenQ %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7612 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7613 msgid "Change Icon" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7614 msgstr "Change Icon" |
19927 | 7615 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7616 msgid "Change Password" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7617 msgstr "Change Password" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7618 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7619 msgid "Account Information" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7620 msgstr "Account Information" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7621 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7622 msgid "Update all QQ Quns" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7623 msgstr "Update all QQ Quns" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7624 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7625 msgid "About OpenQ" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7626 msgstr "About OpenQ" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7627 |
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
|
7628 msgid "Modify Buddy Memo" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7629 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
|
7630 |
14948 | 7631 #. *< type |
7632 #. *< ui_requirement | |
7633 #. *< flags | |
7634 #. *< dependencies | |
7635 #. *< priority | |
7636 #. *< id | |
7637 #. *< name | |
7638 #. *< version | |
7639 #. * summary | |
7640 #. * description | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7641 msgid "QQ Protocol Plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7642 msgstr "QQ Protocol Plugin" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7643 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7644 msgid "Auto" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7645 msgstr "Auto" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7646 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7647 msgid "Select Server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7648 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
|
7649 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7650 msgid "QQ2005" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7651 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
|
7652 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7653 msgid "QQ2007" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7654 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
|
7655 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7656 msgid "QQ2008" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7657 msgstr "QQ2008" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7658 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7659 msgid "Connect by TCP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7660 msgstr "Connect by TCP" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7661 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7662 msgid "Show server notice" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7663 msgstr "Show server notice" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7664 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7665 msgid "Show server news" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7666 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
|
7667 |
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
|
7668 msgid "Show chat room when msg comes" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7669 msgstr "Show chat room when msg comes" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7670 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7671 msgid "Keep alive interval (seconds)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7672 msgstr "Keep alive interval (seconds)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7673 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7674 msgid "Update interval (seconds)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7675 msgstr "Update interval (seconds)" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7676 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7677 msgid "Unable to decrypt server reply" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7678 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
|
7679 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7680 #, c-format |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7681 msgid "Failed requesting token, 0x%02X" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7682 msgstr "Failed to request token, 0x%02X" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7683 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7684 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7685 msgid "Invalid token len, %d" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7686 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
|
7687 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7688 #. 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
|
7689 msgid "Redirect_EX is not currently supported" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7690 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
|
7691 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7692 #. need activation |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7693 #. need activation |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7694 #. need activation |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7695 msgid "Activation required" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7696 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
|
7697 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7698 #, 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
|
7699 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
|
7700 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
|
7701 |
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
|
7702 msgid "Requesting captcha" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7703 msgstr "Requesting captcha" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7704 |
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
|
7705 msgid "Checking captcha" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7706 msgstr "Checking captcha" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7707 |
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
|
7708 msgid "Failed captcha verification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7709 msgstr "Failed captcha verification" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7710 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7711 msgid "Captcha Image" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7712 msgstr "Captcha Image" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7713 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7714 msgid "Enter code" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7715 msgstr "Enter code" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7716 |
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
|
7717 msgid "QQ Captcha Verification" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7718 msgstr "QQ Captcha Verification" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7719 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7720 msgid "Enter the text from the image" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7721 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
|
7722 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7723 #, 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
|
7724 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
|
7725 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
|
7726 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
7727 #, 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
|
7728 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
|
7729 "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
|
7730 "%s" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7731 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7732 "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
|
7733 "%s" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7734 |
14948 | 7735 msgid "Socket error" |
7736 msgstr "Socket error" | |
7737 | |
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
|
7738 msgid "Getting server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7739 msgstr "Getting server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7740 |
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
|
7741 msgid "Requesting token" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7742 msgstr "Requesting token" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7743 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7744 msgid "Unable to resolve hostname" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7745 msgstr "Unable to resolve hostname" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7746 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7747 msgid "Invalid server or port" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7748 msgstr "Invalid server or port" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7749 |
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 "Connecting to server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7751 msgstr "Connecting to server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7752 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7753 msgid "QQ Error" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7754 msgstr "QQ Error" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7755 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7756 #, 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
|
7757 msgid "" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7758 "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
|
7759 "%s\n" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7760 "%s\n" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7761 "%s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7762 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7763 "Server News:\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7764 "%s\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7765 "%s\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7766 "%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7767 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7768 #, 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
|
7769 msgid "%s:%s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7770 msgstr "%s:%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7771 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7772 #, 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
|
7773 msgid "From %s:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7774 msgstr "From %s:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7775 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7776 #, 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
|
7777 msgid "" |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
7778 "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
|
7779 "%s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7780 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7781 "Server notice From %s: \n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7782 "%s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7783 |
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
|
7784 msgid "Unknown SERVER CMD" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7785 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
|
7786 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7787 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7788 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7789 "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
|
7790 "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
|
7791 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7792 "Error reply of %s(0x%02X)\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7793 "Room %u, reply 0x%02X" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7794 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
7795 msgid "QQ Qun Command" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7796 msgstr "QQ Qun Command" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7797 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7798 msgid "Unable to decrypt login reply" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7799 msgstr "Unable to decrypt login reply" |
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 "Unknown LOGIN CMD" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7802 msgstr "Unknown LOGIN CMD" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7803 |
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
|
7804 msgid "Unknown CLIENT CMD" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
7805 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
|
7806 |
14948 | 7807 #, c-format |
7808 msgid "%d has declined the file %s" | |
7809 msgstr "%d has declined the file %s" | |
7810 | |
7811 msgid "File Send" | |
7812 msgstr "File Send" | |
7813 | |
7814 #, c-format | |
7815 msgid "%d canceled the transfer of %s" | |
7816 msgstr "%d cancelled the transfer of %s" | |
7817 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7818 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7819 msgid "<b>Group Title:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7820 msgstr "<b>Group Title:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7821 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7822 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7823 msgid "<b>Notes Group ID:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7824 msgstr "<b>Notes Group ID:</b> %s<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7825 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7826 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7827 msgid "Info for Group %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7828 msgstr "Info for Group %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7829 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7830 msgid "Notes Address Book Information" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7831 msgstr "Notes Address Book Information" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7832 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7833 msgid "Invite Group to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7834 msgstr "Invite Group to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7835 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7836 msgid "Get Notes Address Book Info" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7837 msgstr "Get Notes Address Book Info" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7838 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7839 msgid "Sending Handshake" |
11887 | 7840 msgstr "Sending Handshake" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7841 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7842 msgid "Waiting for Handshake Acknowledgement" |
11887 | 7843 msgstr "Waiting for Handshake Acknowledgement" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7844 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7845 msgid "Handshake Acknowledged, Sending Login" |
11887 | 7846 msgstr "Handshake Acknowledged, Sending Login" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7847 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7848 msgid "Waiting for Login Acknowledgement" |
11887 | 7849 msgstr "Waiting for Login Acknowledgement" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7850 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7851 msgid "Login Redirected" |
11887 | 7852 msgstr "Login Redirected" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7853 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7854 msgid "Forcing Login" |
11887 | 7855 msgstr "Forcing Login" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7856 |
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7857 msgid "Login Acknowledged" |
11887 | 7858 msgstr "Login Acknowledged" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
7859 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7860 msgid "Starting Services" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7861 msgstr "Starting Services" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7862 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7863 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7864 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7865 "A Sametime administrator has issued the following announcement on server %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7866 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7867 "A Sametime administrator has issued the following announcement on server %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7868 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7869 msgid "Sametime Administrator Announcement" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7870 msgstr "Sametime Administrator Announcement" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7871 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7872 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7873 msgid "Announcement from %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7874 msgstr "Announcement from %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7875 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7876 msgid "Conference Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7877 msgstr "Conference Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7878 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7879 msgid "Unable to send message: " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7880 msgstr "Unable to send message: " |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7881 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7882 msgid "Place Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7883 msgstr "Place Closed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7884 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7885 msgid "Microphone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7886 msgstr "Microphone" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7887 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7888 msgid "Speakers" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7889 msgstr "Speakers" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7890 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7891 msgid "Video Camera" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7892 msgstr "Video Camera" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7893 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
7894 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
|
7895 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
|
7896 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7897 msgid "Supports" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7898 msgstr "Supports" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7899 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7900 msgid "External User" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7901 msgstr "External User" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7902 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7903 msgid "Create conference with user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7904 msgstr "Create conference with user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7905 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7906 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7907 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7908 "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
|
7909 "sent to %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7910 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7911 "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
|
7912 "sent to %s" |
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 msgid "New Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7915 msgstr "New Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7916 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7917 msgid "Create" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7918 msgstr "Create" |
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 "Available Conferences" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7921 msgstr "Available Conference" |
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 msgid "Create New Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7924 msgstr "Create New Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7925 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7926 msgid "Invite user to a conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7927 msgstr "Invite user to a conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7928 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7929 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7930 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7931 "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
|
7932 "\"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
|
7933 "this user to." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7934 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7935 "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
|
7936 "\"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
|
7937 "this user to." |
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 "Invite to Conference" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7940 msgstr "Invite to Conference" |
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 "Invite to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7943 msgstr "Invite to Conference..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7944 |
13462
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
7945 msgid "Send TEST Announcement" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
7946 msgstr "Send TEST Announcement" |
f9ec1d1f497a
[gaim-migrate @ 15837]
Luke Schierer <lschiere@pidgin.im>
parents:
13287
diff
changeset
|
7947 |
16160 | 7948 msgid "Topic:" |
7949 msgstr "Topic:" | |
7950 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7951 msgid "No Sametime Community Server specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7952 msgstr "No Sametime Community Server specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7953 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7954 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7955 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7956 "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
|
7957 "Please enter one below to continue logging in." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7958 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7959 "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
|
7960 "Please enter one below to continue logging in." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7961 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7962 msgid "Meanwhile Connection Setup" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7963 msgstr "Meanwhile Connection Setup" |
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 "No Sametime Community Server Specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7966 msgstr "No Sametime Community Server Specified" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7967 |
17478 | 7968 msgid "Connect" |
7969 msgstr "Connect" | |
7970 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7971 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7972 msgid "Unknown (0x%04x)<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7973 msgstr "Unknown (0x%04x)<br>" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7974 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7975 msgid "Last Known Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7976 msgstr "Last Known Client" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
7977 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7978 msgid "User Name" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7979 msgstr "User Name" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7980 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7981 msgid "Sametime ID" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7982 msgstr "Sametime ID" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7983 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7984 msgid "An ambiguous user ID was entered" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7985 msgstr "An ambiguous user ID was entered" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7986 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7987 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7988 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7989 "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
|
7990 "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
|
7991 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7992 "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
|
7993 "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
|
7994 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7995 msgid "Select User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7996 msgstr "Select User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7997 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7998 msgid "Unable to add user: user not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
7999 msgstr "Unable to add user: user not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8000 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8001 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8002 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8003 "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
|
8004 "entry has been removed from your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8005 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8006 "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
|
8007 "entry has been removed from your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8008 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8009 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8010 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8011 "Error reading file %s: \n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8012 "%s\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8013 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8014 "Error reading file %s: \n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8015 "%s\n" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8016 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8017 msgid "Remotely Stored Buddy List" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8018 msgstr "Remotely Stored Buddy List" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8019 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8020 msgid "Buddy List Storage Mode" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8021 msgstr "Buddy List Storage Mode" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8022 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8023 msgid "Local Buddy List Only" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8024 msgstr "Local Buddy List Only" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8025 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8026 msgid "Merge List from Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8027 msgstr "Merge List from Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8028 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8029 msgid "Merge and Save List to Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8030 msgstr "Merge and Save List to Server" |
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 "Synchronize List with Server" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8033 msgstr "Synchronise List with Server" |
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 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8036 msgid "Import Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8037 msgstr "Import Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8038 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8039 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8040 msgid "Export Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8041 msgstr "Export Sametime List for Account %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8042 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8043 msgid "Unable to add group: group exists" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8044 msgstr "Unable to add group: group exists" |
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 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8047 msgid "A group named '%s' already exists in your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8048 msgstr "A group named '%s' already exists in your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8049 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8050 msgid "Unable to add group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8051 msgstr "Unable to add group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8052 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8053 msgid "Possible Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8054 msgstr "Possible Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8055 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8056 msgid "Notes Address Book group results" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8057 msgstr "Notes Address Book group results" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8058 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8059 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8060 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8061 "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
|
8062 "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
|
8063 "to your buddy list." |
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 "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
|
8066 "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
|
8067 "to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8068 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8069 msgid "Select Notes Address Book" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8070 msgstr "Select Notes Address Book" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8071 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8072 msgid "Unable to add group: group not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8073 msgstr "Unable to add group: group not found" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8074 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8075 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8076 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8077 "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
|
8078 "Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8079 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8080 "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
|
8081 "Sametime community." |
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 "Notes Address Book Group" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8084 msgstr "Notes Address Book Group" |
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 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8087 "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
|
8088 "group and its members to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8089 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8090 "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
|
8091 "group and its members to your buddy list." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8092 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8093 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8094 msgid "Search results for '%s'" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8095 msgstr "Search results for '%s'" |
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 "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8099 "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
|
8100 "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
|
8101 "buttons below." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8102 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8103 "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
|
8104 "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
|
8105 "buttons below." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8106 |
16160 | 8107 msgid "Search Results" |
8108 msgstr "Search Results" | |
8109 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8110 msgid "No matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8111 msgstr "No matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8112 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8113 #, c-format |
13287
9ee92b9cbf5d
[gaim-migrate @ 15653]
Richard Laager <rlaager@wiktel.com>
parents:
13169
diff
changeset
|
8114 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
|
8115 msgstr "" |
9ee92b9cbf5d
[gaim-migrate @ 15653]
Richard Laager <rlaager@wiktel.com>
parents:
13169
diff
changeset
|
8116 "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
|
8117 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8118 msgid "No Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8119 msgstr "No Matches" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8120 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8121 msgid "Search for a user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8122 msgstr "Search for a user" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8123 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8124 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8125 "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
|
8126 "in your Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8127 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8128 "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
|
8129 "in your Sametime community." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8130 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8131 msgid "User Search" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8132 msgstr "User Search" |
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 "Import Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8135 msgstr "Import Sametime List..." |
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 "Export Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8138 msgstr "Export Sametime List..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8139 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8140 msgid "Add Notes Address Book Group..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8141 msgstr "Add Notes Address Book Group..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8142 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8143 msgid "User Search..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8144 msgstr "User Search..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8145 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8146 msgid "Force login (ignore server redirects)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8147 msgstr "Force login (ignore server redirects)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8148 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8149 #. pretend to be Sametime Connect |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8150 msgid "Hide client identity" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8151 msgstr "Hide client identity" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8152 |
9066 | 8153 #, c-format |
8154 msgid "User %s is not present in the network" | |
8155 msgstr "User %s is not present in the network" | |
8156 | |
8157 msgid "Key Agreement" | |
8158 msgstr "Key Agreement" | |
8159 | |
8160 msgid "Cannot perform the key agreement" | |
8161 msgstr "Cannot perform the key agreement" | |
8162 | |
8163 msgid "Error occurred during key agreement" | |
8164 msgstr "Error occurred during key agreement" | |
8165 | |
8166 msgid "Key Agreement failed" | |
8167 msgstr "Key Agreement failed" | |
8168 | |
8169 msgid "Timeout during key agreement" | |
8170 msgstr "Timeout during key agreement" | |
8171 | |
19927 | 8172 msgid "Key agreement was aborted" |
8173 msgstr "Key agreement was aborted" | |
8174 | |
9066 | 8175 msgid "Key agreement is already started" |
8176 msgstr "Key agreement is already started" | |
8177 | |
8178 msgid "Key agreement cannot be started with yourself" | |
8179 msgstr "Key agreement cannot be started with yourself" | |
8180 | |
8181 msgid "The remote user is not present in the network any more" | |
8182 msgstr "The remote user is not present in the network any more" | |
8183 | |
8184 #, c-format | |
8185 msgid "" | |
8186 "Key agreement request received from %s. Would you like to perform the key " | |
8187 "agreement?" | |
8188 msgstr "" | |
8189 "Key agreement request received from %s. Would you like to perform the key " | |
8190 "agreement?" | |
8191 | |
8192 #, c-format | |
8193 msgid "" | |
8194 "The remote user is waiting key agreement on:\n" | |
8195 "Remote host: %s\n" | |
8196 "Remote port: %d" | |
8197 msgstr "" | |
8198 "The remote user is waiting key agreement on:\n" | |
8199 "Remote host: %s\n" | |
8200 "Remote port: %d" | |
8201 | |
8202 msgid "Key Agreement Request" | |
8203 msgstr "Key Agreement Request" | |
8204 | |
8205 msgid "IM With Password" | |
8206 msgstr "IM With Password" | |
8207 | |
8208 msgid "Cannot set IM key" | |
8209 msgstr "Cannot set IM key" | |
8210 | |
8211 msgid "Set IM Password" | |
8212 msgstr "Set IM Password" | |
8213 | |
8214 msgid "Get Public Key" | |
8215 msgstr "Get Public Key" | |
8216 | |
8217 msgid "Cannot fetch the public key" | |
8218 msgstr "Cannot fetch the public key" | |
8219 | |
8220 msgid "Show Public Key" | |
8221 msgstr "Show Public Key" | |
8222 | |
8223 msgid "Could not load public key" | |
8224 msgstr "Could not load public key" | |
8225 | |
8226 msgid "User Information" | |
8227 msgstr "User Information" | |
8228 | |
8229 msgid "Cannot get user information" | |
8230 msgstr "Cannot get user information" | |
8231 | |
8232 #, c-format | |
8233 msgid "The %s buddy is not trusted" | |
8234 msgstr "The %s buddy is not trusted" | |
8235 | |
8236 msgid "" | |
8237 "You cannot receive buddy notifications until you import his/her public key. " | |
8238 "You can use the Get Public Key command to get the public key." | |
8239 msgstr "" | |
8240 "You cannot receive buddy notifications until you import their public key. " | |
8241 "You can use the Get Public Key command to get the public key." | |
8242 | |
9524 | 8243 #. Open file selector to select the public key. |
8244 msgid "Open..." | |
8245 msgstr "Open..." | |
8246 | |
9066 | 8247 #, c-format |
8248 msgid "The %s buddy is not present in the network" | |
8249 msgstr "The %s buddy is not present in the network" | |
8250 | |
8251 msgid "" | |
8252 "To add the buddy you must import his/her public key. Press Import to import " | |
8253 "a public key." | |
8254 msgstr "" | |
8255 "To add the buddy you must import their public key. Press Import to import a " | |
8256 "public key." | |
8257 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8258 msgid "_Import..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8259 msgstr "_Import..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8260 |
9066 | 8261 msgid "Select correct user" |
8262 msgstr "Select correct user" | |
8263 | |
8264 msgid "" | |
8265 "More than one user was found with the same public key. Select the correct " | |
8266 "user from the list to add to the buddy list." | |
8267 msgstr "" | |
8268 "More than one user was found with the same public key. Select the correct " | |
8269 "user from the list to add to the buddy list." | |
8270 | |
8271 msgid "" | |
8272 "More than one user was found with the same name. Select the correct user " | |
8273 "from the list to add to the buddy list." | |
8274 msgstr "" | |
8275 "More than one user was found with the same name. Select the correct user " | |
8276 "from the list to add to the buddy list." | |
8277 | |
8278 msgid "Detached" | |
8279 msgstr "Detached" | |
8280 | |
8281 msgid "Indisposed" | |
8282 msgstr "Indisposed" | |
8283 | |
8284 msgid "Wake Me Up" | |
8285 msgstr "Wake Me Up" | |
8286 | |
8287 msgid "Hyper Active" | |
8288 msgstr "Hyper Active" | |
8289 | |
8290 msgid "Robot" | |
8291 msgstr "Robot" | |
8292 | |
8293 msgid "Happy" | |
8294 msgstr "Happy" | |
8295 | |
8296 msgid "Sad" | |
8297 msgstr "Sad" | |
8298 | |
8299 msgid "Angry" | |
8300 msgstr "Angry" | |
8301 | |
8302 msgid "Jealous" | |
8303 msgstr "Jealous" | |
8304 | |
8305 msgid "Ashamed" | |
8306 msgstr "Ashamed" | |
8307 | |
8308 msgid "Invincible" | |
8309 msgstr "Invincible" | |
8310 | |
8311 msgid "In Love" | |
8312 msgstr "In Love" | |
8313 | |
8314 msgid "Sleepy" | |
8315 msgstr "Sleepy" | |
8316 | |
8317 msgid "Bored" | |
8318 msgstr "Bored" | |
8319 | |
8320 msgid "Excited" | |
8321 msgstr "Excited" | |
8322 | |
8323 msgid "Anxious" | |
8324 msgstr "Anxious" | |
8325 | |
9524 | 8326 msgid "User Modes" |
8327 msgstr "User Modes" | |
8328 | |
9066 | 8329 msgid "Preferred Contact" |
8330 msgstr "Preferred Contact" | |
8331 | |
8332 msgid "Preferred Language" | |
8333 msgstr "Preferred Language" | |
8334 | |
8335 msgid "Device" | |
8336 msgstr "Device" | |
8337 | |
8338 msgid "Timezone" | |
8339 msgstr "Timezone" | |
8340 | |
8341 msgid "Geolocation" | |
8342 msgstr "Geolocation" | |
8343 | |
8344 msgid "Reset IM Key" | |
8345 msgstr "Reset IM Key" | |
8346 | |
8347 msgid "IM with Key Exchange" | |
8348 msgstr "IM with Key Exchange" | |
8349 | |
8350 msgid "IM with Password" | |
8351 msgstr "IM with Password" | |
8352 | |
8353 msgid "Get Public Key..." | |
8354 msgstr "Get Public Key..." | |
8355 | |
8356 msgid "Kill User" | |
8357 msgstr "Kill User" | |
8358 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8359 msgid "Draw On Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8360 msgstr "Draw On Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8361 |
9066 | 8362 msgid "_Passphrase:" |
8363 msgstr "_Passphrase:" | |
8364 | |
8365 #, c-format | |
8366 msgid "Channel %s does not exist in the network" | |
8367 msgstr "Channel %s does not exist in the network" | |
8368 | |
8369 msgid "Channel Information" | |
8370 msgstr "Channel Information" | |
8371 | |
8372 msgid "Cannot get channel information" | |
8373 msgstr "Cannot get channel information" | |
8374 | |
9524 | 8375 #, c-format |
8376 msgid "<b>Channel Name:</b> %s" | |
8377 msgstr "<b>Channel Name:</b> %s" | |
8378 | |
8379 #, c-format | |
8380 msgid "<br><b>User Count:</b> %d" | |
8381 msgstr "<br><b>User Count:</b> %d" | |
8382 | |
8383 #, c-format | |
8384 msgid "<br><b>Channel Founder:</b> %s" | |
8385 msgstr "<br><b>Channel Founder:</b> %s" | |
8386 | |
8387 #, c-format | |
8388 msgid "<br><b>Channel Cipher:</b> %s" | |
8389 msgstr "<br><b>Channel Cipher:</b> %s" | |
9347 | 8390 |
14948 | 8391 #. Definition of HMAC: http://en.wikipedia.org/wiki/HMAC |
9347 | 8392 #, c-format |
9524 | 8393 msgid "<br><b>Channel HMAC:</b> %s" |
8394 msgstr "<br><b>Channel HMAC:</b> %s" | |
8395 | |
8396 #, c-format | |
8397 msgid "<br><b>Channel Topic:</b><br>%s" | |
8398 msgstr "<br><b>Channel Topic:</b><br>%s" | |
8399 | |
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
|
8400 #, c-format |
9524 | 8401 msgid "<br><b>Channel Modes:</b> " |
8402 msgstr "<br><b>Channel Modes:</b> " | |
8403 | |
8404 #, c-format | |
8405 msgid "<br><b>Founder Key Fingerprint:</b><br>%s" | |
8406 msgstr "<br><b>Founder Key Fingerprint:</b><br>%s" | |
8407 | |
8408 #, c-format | |
8409 msgid "<br><b>Founder Key Babbleprint:</b><br>%s" | |
8410 msgstr "<br><b>Founder Key Babbleprint:</b><br>%s" | |
8411 | |
9066 | 8412 msgid "Add Channel Public Key" |
8413 msgstr "Add Channel Public Key" | |
8414 | |
8415 #. Add new public key | |
8416 msgid "Open Public Key..." | |
8417 msgstr "Open Public Key..." | |
8418 | |
8419 msgid "Channel Passphrase" | |
8420 msgstr "Channel Passphrase" | |
8421 | |
8422 msgid "Channel Public Keys List" | |
8423 msgstr "Channel Public Keys List" | |
8424 | |
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
|
8425 #, c-format |
9066 | 8426 msgid "" |
8427 "Channel authentication is used to secure the channel from unauthorized " | |
8428 "access. The authentication may be based on passphrase and digital " | |
8429 "signatures. If passphrase is set, it is required to be able to join. If " | |
8430 "channel public keys are set then only users whose public keys are listed are " | |
8431 "able to join." | |
8432 msgstr "" | |
8433 "Channel authentication is used to secure the channel from unauthorised " | |
8434 "access. The authentication may be based on passphrase and digital " | |
8435 "signatures. If passphrase is set, it is required to be able to join. If " | |
8436 "channel public keys are set then only users whose public keys are listed are " | |
8437 "able to join." | |
8438 | |
8439 msgid "Channel Authentication" | |
8440 msgstr "Channel Authentication" | |
8441 | |
9347 | 8442 msgid "Add / Remove" |
8443 msgstr "Add / Remove" | |
8444 | |
9066 | 8445 msgid "Group Name" |
8446 msgstr "Group name" | |
8447 | |
8448 msgid "Passphrase" | |
8449 msgstr "Passphrase" | |
8450 | |
8451 #, c-format | |
8452 msgid "Please enter the %s channel private group name and passphrase." | |
8453 msgstr "Please enter the %s channel private group name and passphrase." | |
8454 | |
8455 msgid "Add Channel Private Group" | |
8456 msgstr "Add Channel Private Group" | |
8457 | |
8458 msgid "User Limit" | |
8459 msgstr "User Limit" | |
8460 | |
8461 msgid "Set user limit on channel. Set to zero to reset user limit." | |
8462 msgstr "Set user limit on channel. Set to zero to reset user limit." | |
8463 | |
8464 msgid "Invite List" | |
8465 msgstr "Invite List" | |
8466 | |
8467 msgid "Ban List" | |
8468 msgstr "Ban List" | |
8469 | |
8470 msgid "Add Private Group" | |
8471 msgstr "Add Private Group" | |
8472 | |
8473 msgid "Reset Permanent" | |
8474 msgstr "Reset Permanent" | |
8475 | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
8476 msgid "Set Permanent" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
8477 msgstr "Set Permanent" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
8478 |
9066 | 8479 msgid "Set User Limit" |
8480 msgstr "Set User Limit" | |
8481 | |
8482 msgid "Reset Topic Restriction" | |
8483 msgstr "Reset Topic Restriction" | |
8484 | |
8485 msgid "Set Topic Restriction" | |
8486 msgstr "Set Topic Restriction" | |
8487 | |
8488 msgid "Reset Private Channel" | |
8489 msgstr "Reset Private Channel" | |
8490 | |
8491 msgid "Set Private Channel" | |
8492 msgstr "Set Private Channel" | |
8493 | |
8494 msgid "Reset Secret Channel" | |
8495 msgstr "Reset Secret Channel" | |
8496 | |
8497 msgid "Set Secret Channel" | |
8498 msgstr "Set Secret Channel" | |
8499 | |
8500 #, c-format | |
8501 msgid "" | |
8502 "You have to join the %s channel before you are able to join the private group" | |
8503 msgstr "" | |
8504 "You have to join the %s channel before you are able to join the private group" | |
8505 | |
8506 msgid "Join Private Group" | |
8507 msgstr "Join Private Group" | |
8508 | |
8509 msgid "Cannot join private group" | |
8510 msgstr "Cannot join private group" | |
8511 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8512 msgid "Call Command" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8513 msgstr "Call Command" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8514 |
9066 | 8515 msgid "Cannot call command" |
8516 msgstr "Cannot call command" | |
8517 | |
8518 msgid "Unknown command" | |
8519 msgstr "Unknown command" | |
8520 | |
8521 msgid "Secure File Transfer" | |
8522 msgstr "Secure File Transfer" | |
8523 | |
8524 msgid "Error during file transfer" | |
8525 msgstr "Error during file transfer" | |
8526 | |
19927 | 8527 msgid "Remote disconnected" |
8528 msgstr "Remote disconnected" | |
8529 | |
9066 | 8530 msgid "Permission denied" |
8531 msgstr "Permission denied" | |
8532 | |
8533 msgid "Key agreement failed" | |
8534 msgstr "Key agreement failed" | |
8535 | |
19927 | 8536 msgid "Connection timed out" |
8537 msgstr "Connection timed out" | |
8538 | |
8539 msgid "Creating connection failed" | |
8540 msgstr "Connection creation failed" | |
8541 | |
11762 | 8542 msgid "File transfer session does not exist" |
11887 | 8543 msgstr "File transfer session does not exist" |
9066 | 8544 |
8545 msgid "No file transfer session active" | |
8546 msgstr "No file transfer session active" | |
8547 | |
8548 msgid "File transfer already started" | |
8549 msgstr "File transfer already started" | |
8550 | |
8551 msgid "Could not perform key agreement for file transfer" | |
8552 msgstr "Could not perform key agreement for file transfer" | |
8553 | |
8554 msgid "Could not start the file transfer" | |
8555 msgstr "Could not start the file transfer" | |
8556 | |
8557 msgid "Cannot send file" | |
8558 msgstr "Cannot send file" | |
8559 | |
19927 | 8560 msgid "Error occurred" |
8561 msgstr "Error occurred" | |
8562 | |
9066 | 8563 #, c-format |
8564 msgid "%s has changed the topic of <I>%s</I> to: %s" | |
8565 msgstr "%s has changed the topic of <I>%s</I> to: %s" | |
8566 | |
8567 #, c-format | |
8568 msgid "<I>%s</I> set channel <I>%s</I> modes to: %s" | |
8569 msgstr "<I>%s</I> set channel <I>%s</I> modes to: %s" | |
8570 | |
8571 #, c-format | |
8572 msgid "<I>%s</I> removed all channel <I>%s</I> modes" | |
8573 msgstr "<I>%s</I> removed all channel <I>%s</I> modes" | |
8574 | |
8575 #, c-format | |
8576 msgid "<I>%s</I> set <I>%s's</I> modes to: %s" | |
8577 msgstr "<I>%s</I> set <I>%s's</I> modes to: %s" | |
8578 | |
8579 #, c-format | |
8580 msgid "<I>%s</I> removed all <I>%s's</I> modes" | |
8581 msgstr "<I>%s</I> removed all <I>%s's</I> modes" | |
8582 | |
8583 #, c-format | |
8584 msgid "You have been kicked off <I>%s</I> by <I>%s</I> (%s)" | |
8585 msgstr "You have been kicked off <I>%s</I> by <I>%s</I> (%s)" | |
8586 | |
8587 #, c-format | |
8588 msgid "You have been killed by %s (%s)" | |
8589 msgstr "You have been killed by %s (%s)" | |
8590 | |
8591 #, c-format | |
8592 msgid "Killed by %s (%s)" | |
8593 msgstr "Killed by %s (%s)" | |
8594 | |
8595 msgid "Server signoff" | |
8596 msgstr "Server signoff" | |
8597 | |
8598 msgid "Personal Information" | |
8599 msgstr "Personal Information" | |
8600 | |
8601 msgid "Birth Day" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8602 msgstr "Date of Birth" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8603 |
9066 | 8604 msgid "Job Role" |
8605 msgstr "Job Role" | |
8606 | |
8607 msgid "Organization" | |
8608 msgstr "Organisation" | |
8609 | |
8610 msgid "Unit" | |
8611 msgstr "Unit" | |
8612 | |
8613 msgid "Join Chat" | |
8614 msgstr "Join Chat" | |
8615 | |
19927 | 8616 #, c-format |
8617 msgid "You are channel founder on <I>%s</I>" | |
8618 msgstr "You are channel founder on <I>%s</I>" | |
8619 | |
8620 #, c-format | |
8621 msgid "Channel founder on <I>%s</I> is <I>%s</I>" | |
8622 msgstr "Channel founder on <I>%s</I> is <I>%s</I>" | |
8623 | |
14948 | 8624 msgid "Real Name" |
8625 msgstr "Real Name" | |
8626 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8627 msgid "Status Text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8628 msgstr "Status Text" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8629 |
9066 | 8630 msgid "Public Key Fingerprint" |
8631 msgstr "Public Key Fingerprint" | |
8632 | |
8633 msgid "Public Key Babbleprint" | |
8634 msgstr "Public Key Babbleprint" | |
8635 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8636 msgid "_More..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8637 msgstr "_More..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8638 |
9066 | 8639 msgid "Detach From Server" |
8640 msgstr "Detach From Server" | |
8641 | |
8642 msgid "Cannot detach" | |
8643 msgstr "Cannot detach" | |
8644 | |
8645 msgid "Cannot set topic" | |
8646 msgstr "Cannot set topic" | |
8647 | |
9524 | 8648 msgid "Failed to change nickname" |
8649 msgstr "Failed to change nickname" | |
8650 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8651 msgid "Roomlist" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8652 msgstr "Room List" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8653 |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8654 msgid "Cannot get room list" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8655 msgstr "Cannot get room list" |
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
8656 |
19927 | 8657 msgid "Network is empty" |
8658 msgstr "Network is empty" | |
8659 | |
9066 | 8660 msgid "No public key was received" |
8661 msgstr "No public key was received" | |
8662 | |
8663 msgid "Server Information" | |
8664 msgstr "Server Information" | |
8665 | |
8666 msgid "Cannot get server information" | |
8667 msgstr "Cannot get server information" | |
8668 | |
19927 | 8669 msgid "Server Statistics" |
8670 msgstr "Server Statistics" | |
8671 | |
9524 | 8672 msgid "Cannot get server statistics" |
8673 msgstr "Cannot get server statistics" | |
8674 | |
8675 #, c-format | |
8676 msgid "" | |
8677 "Local server start time: %s\n" | |
8678 "Local server uptime: %s\n" | |
8679 "Local server clients: %d\n" | |
8680 "Local server channels: %d\n" | |
8681 "Local server operators: %d\n" | |
8682 "Local router operators: %d\n" | |
8683 "Local cell clients: %d\n" | |
8684 "Local cell channels: %d\n" | |
8685 "Local cell servers: %d\n" | |
8686 "Total clients: %d\n" | |
8687 "Total channels: %d\n" | |
8688 "Total servers: %d\n" | |
8689 "Total routers: %d\n" | |
8690 "Total server operators: %d\n" | |
8691 "Total router operators: %d\n" | |
8692 msgstr "" | |
8693 "Local server start time: %s\n" | |
8694 "Local server uptime: %s\n" | |
8695 "Local server clients: %d\n" | |
8696 "Local server channels: %d\n" | |
8697 "Local server operators: %d\n" | |
8698 "Local router operators: %d\n" | |
8699 "Local cell clients: %d\n" | |
8700 "Local cell channels: %d\n" | |
8701 "Local cell servers: %d\n" | |
8702 "Total clients: %d\n" | |
8703 "Total channels: %d\n" | |
8704 "Total servers: %d\n" | |
8705 "Total routers: %d\n" | |
8706 "Total server operators: %d\n" | |
8707 "Total router operators: %d\n" | |
8708 | |
8709 msgid "Network Statistics" | |
8710 msgstr "Network Statistics" | |
8711 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8712 msgid "Ping" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8713 msgstr "Ping" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8714 |
9524 | 8715 msgid "Ping failed" |
8716 msgstr "Ping failed" | |
8717 | |
8718 msgid "Ping reply received from server" | |
8719 msgstr "Ping reply received from server" | |
8720 | |
9066 | 8721 msgid "Could not kill user" |
8722 msgstr "Could not kill user" | |
8723 | |
19927 | 8724 msgid "WATCH" |
8725 msgstr "WATCH" | |
8726 | |
8727 msgid "Cannot watch user" | |
8728 msgstr "Cannot watch user" | |
8729 | |
9066 | 8730 msgid "Resuming session" |
8731 msgstr "Resuming session" | |
8732 | |
8733 msgid "Authenticating connection" | |
8734 msgstr "Authenticating connection" | |
8735 | |
8736 msgid "Verifying server public key" | |
8737 msgstr "Verifying server public key" | |
8738 | |
8739 msgid "Passphrase required" | |
8740 msgstr "Passphrase required" | |
8741 | |
8742 #, c-format | |
8743 msgid "" | |
8744 "Received %s's public key. Your local copy does not match this key. Would you " | |
8745 "still like to accept this public key?" | |
8746 msgstr "" | |
8747 "Received %s's public key. Your local copy does not match this key. Would you " | |
8748 "still like to accept this public key?" | |
8749 | |
8750 #, c-format | |
8751 msgid "Received %s's public key. Would you like to accept this public key?" | |
8752 msgstr "Received %s's public key. Would you like to accept this public key?" | |
8753 | |
8754 #, c-format | |
8755 msgid "" | |
8756 "Fingerprint and babbleprint for the %s key are:\n" | |
8757 "\n" | |
8758 "%s\n" | |
8759 "%s\n" | |
8760 msgstr "" | |
8761 "Fingerprint and babbleprint for the %s key are:\n" | |
8762 "\n" | |
8763 "%s\n" | |
8764 "%s\n" | |
8765 | |
8766 msgid "Verify Public Key" | |
8767 msgstr "Verify Public Key" | |
8768 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8769 msgid "_View..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8770 msgstr "_View..." |
9066 | 8771 |
8772 msgid "Unsupported public key type" | |
8773 msgstr "Unsupported public key type" | |
8774 | |
19927 | 8775 msgid "Disconnected by server" |
8776 msgstr "Disconnected by server" | |
8777 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8778 msgid "Error connecting to SILC Server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8779 msgstr "Error connecting to SILC Server" |
19927 | 8780 |
8781 msgid "Key Exchange failed" | |
8782 msgstr "Key Exchange failed" | |
8783 | |
8784 msgid "" | |
8785 "Resuming detached session failed. Press Reconnect to create new connection." | |
8786 msgstr "" | |
8787 "Resuming detached session failed. Press Reconnect to create new connection." | |
8788 | |
9066 | 8789 msgid "Performing key exchange" |
8790 msgstr "Performing key exchange" | |
8791 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8792 msgid "Unable to load SILC key pair" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8793 msgstr "Unable to load SILC key pair" |
19927 | 8794 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8795 #. Progress |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8796 msgid "Connecting to SILC Server" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8797 msgstr "Connecting to SILC Server" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
8798 |
9066 | 8799 msgid "Out of memory" |
8800 msgstr "Out of memory" | |
8801 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
8802 msgid "Unable to initialize SILC protocol" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8803 msgstr "Unable to initialize SILC protocol" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8804 |
19927 | 8805 msgid "Error loading SILC key pair" |
8806 msgstr "Error loading SILC key pair" | |
8807 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8808 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
8809 msgid "Download %s: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
8810 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
|
8811 |
9066 | 8812 msgid "Your Current Mood" |
8813 msgstr "Your Current Mood" | |
8814 | |
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
|
8815 #, c-format |
16160 | 8816 msgid "Normal" |
8817 msgstr "Normal" | |
8818 | |
14948 | 8819 msgid "In love" |
8820 msgstr "In love" | |
8821 | |
9066 | 8822 msgid "" |
8823 "\n" | |
8824 "Your Preferred Contact Methods" | |
8825 msgstr "" | |
8826 "\n" | |
8827 "Your Preferred Contact Methods" | |
8828 | |
9524 | 8829 msgid "SMS" |
8830 msgstr "SMS" | |
8831 | |
8832 msgid "MMS" | |
8833 msgstr "MMS" | |
8834 | |
14948 | 8835 msgid "Video conferencing" |
8836 msgstr "Video conferencing" | |
8837 | |
9066 | 8838 msgid "Your Current Status" |
8839 msgstr "Your Current Status" | |
8840 | |
8841 msgid "Online Services" | |
8842 msgstr "Online Services" | |
8843 | |
8844 msgid "Let others see what services you are using" | |
8845 msgstr "Let others see what services you are using" | |
8846 | |
8847 msgid "Let others see what computer you are using" | |
8848 msgstr "Let others see what computer you are using" | |
8849 | |
8850 msgid "Your VCard File" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8851 msgstr "Your vCard File" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8852 |
19927 | 8853 msgid "Timezone (UTC)" |
8854 msgstr "Timezone (UTC)" | |
8855 | |
9066 | 8856 msgid "User Online Status Attributes" |
8857 msgstr "User Online Status Attributes" | |
8858 | |
8859 msgid "" | |
8860 "You can let other users see your online status information and your personal " | |
8861 "information. Please fill the information you would like other users to see " | |
8862 "about yourself." | |
8863 msgstr "" | |
8864 "You can let other users see your online status information and your personal " | |
8865 "information. Please fill the information you would like other users to see " | |
8866 "about yourself." | |
8867 | |
8868 msgid "Message of the Day" | |
8869 msgstr "Message of the Day" | |
8870 | |
8871 msgid "No Message of the Day available" | |
8872 msgstr "No Message of the Day available" | |
8873 | |
8874 msgid "There is no Message of the Day associated with this connection" | |
8875 msgstr "There is no Message of the Day associated with this connection" | |
8876 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8877 msgid "Create New SILC Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8878 msgstr "Create New SILC Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8879 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8880 msgid "Passphrases do not match" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8881 msgstr "Passphrases do not match" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8882 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8883 msgid "Key Pair Generation failed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8884 msgstr "Key Pair Generation failed" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8885 |
13545
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8886 msgid "Key length" |
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8887 msgstr "Key length" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8888 |
13545
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8889 msgid "Public key file" |
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8890 msgstr "Public key file" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8891 |
13545
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8892 msgid "Private key file" |
cfc2f7fcb3dd
[gaim-migrate @ 15922]
Richard Laager <rlaager@wiktel.com>
parents:
13462
diff
changeset
|
8893 msgstr "Private key file" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8894 |
14948 | 8895 msgid "Passphrase (retype)" |
8896 msgstr "Passphrase (retype)" | |
8897 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8898 msgid "Generate Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8899 msgstr "Generate Key Pair" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8900 |
9066 | 8901 msgid "Online Status" |
8902 msgstr "Online Status" | |
8903 | |
8904 msgid "View Message of the Day" | |
8905 msgstr "View Message of the Day" | |
8906 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8907 msgid "Create SILC Key Pair..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8908 msgstr "Create SILC key pair..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
8909 |
9066 | 8910 #, c-format |
8911 msgid "User <I>%s</I> is not present in the network" | |
8912 msgstr "User <I>%s</I> is not present in the network" | |
8913 | |
9524 | 8914 msgid "Topic too long" |
8915 msgstr "Topic too long." | |
8916 | |
8917 msgid "You must specify a nick" | |
8918 msgstr "You must specify a nick" | |
8919 | |
8920 #, c-format | |
8921 msgid "channel %s not found" | |
8922 msgstr "channel %s not found" | |
8923 | |
8924 #, c-format | |
8925 msgid "channel modes for %s: %s" | |
8926 msgstr "channel modes for %s: %s" | |
8927 | |
8928 #, c-format | |
8929 msgid "no channel modes are set on %s" | |
8930 msgstr "no channel modes are set on %s" | |
8931 | |
8932 #, c-format | |
8933 msgid "Failed to set cmodes for %s" | |
8934 msgstr "Failed to set cmodes for %s" | |
8935 | |
16160 | 8936 #, c-format |
8937 msgid "Unknown command: %s, (may be a client bug)" | |
8938 msgstr "Unknown command: %s, (may be a client bug)" | |
8939 | |
9524 | 8940 msgid "part [channel]: Leave the chat" |
8941 msgstr "part [channel]: Leave the chat" | |
8942 | |
8943 msgid "leave [channel]: Leave the chat" | |
8944 msgstr "leave [channel]: Leave the chat" | |
8945 | |
9347 | 8946 msgid "topic [<new topic>]: View or change the topic" |
8947 msgstr "topic [<new topic>]: View or change the topic" | |
8948 | |
8949 msgid "join <channel> [<password>]: Join a chat on this network" | |
8950 msgstr "join <channel> [<password>]: Join a chat on this network" | |
8951 | |
8952 msgid "list: List channels on this network" | |
8953 msgstr "list: List channels on this network" | |
8954 | |
8955 msgid "whois <nick>: View nick's information" | |
8956 msgstr "whois <nick>: View nick's information" | |
8957 | |
8958 msgid "msg <nick> <message>: Send a private message to a user" | |
8959 msgstr "msg <nick> <message>: Send a private message to a user" | |
8960 | |
8961 msgid "query <nick> [<message>]: Send a private message to a user" | |
8962 msgstr "" | |
8963 "query <nick> [<message>]: Send a private message to a user" | |
8964 | |
8965 msgid "motd: View the server's Message Of The Day" | |
8966 msgstr "motd: View the server's Message Of The Day" | |
8967 | |
8968 msgid "detach: Detach this session" | |
8969 msgstr "detach: Detach this session" | |
8970 | |
9524 | 8971 msgid "quit [message]: Disconnect from the server, with an optional message" |
8972 msgstr "quit [message]: Disconnect from the server, with an optional message" | |
8973 | |
8974 msgid "call <command>: Call any silc client command" | |
8975 msgstr "call <command>: Call any silc client command" | |
8976 | |
8977 msgid "kill <nick> [-pubkey|<reason>]: Kill nick" | |
8978 msgstr "kill <nick> [-pubkey|<reason>]: Kill nick" | |
8979 | |
8980 msgid "nick <newnick>: Change your nickname" | |
8981 msgstr "nick <newnick>: Change your nickname" | |
8982 | |
8983 msgid "whowas <nick>: View nick's information" | |
8984 msgstr "whowas <nick>: View nick's information" | |
8985 | |
9664 | 8986 msgid "" |
8987 "cmode <channel> [+|-<modes>] [arguments]: Change or display " | |
9524 | 8988 "channel modes" |
8989 msgstr "" | |
9664 | 8990 "cmode <channel> [+|-<modes>] [arguments]: Change or display " |
9524 | 8991 "channel modes" |
8992 | |
8993 msgid "" | |
8994 "cumode <channel> +|-<modes> <nick>: Change nick's modes " | |
8995 "on channel" | |
8996 msgstr "" | |
8997 "cumode <channel> +|-<modes> <nick>: Change nick's modes " | |
8998 "on channel" | |
8999 | |
9000 msgid "umode <usermodes>: Set your modes in the network" | |
9001 msgstr "umode <usermodes>: Set your modes in the network" | |
9002 | |
9003 msgid "oper <nick> [-pubkey]: Get server operator privileges" | |
9004 msgstr "oper <nick> [-pubkey]: Get server operator privileges" | |
9005 | |
9006 msgid "" | |
9007 "invite <channel> [-|+]<nick>: invite nick or add/remove from " | |
9008 "channel invite list" | |
9009 msgstr "" | |
9010 "invite <channel> [-|+]<nick>: invite nick or add/remove from " | |
9011 "channel invite list" | |
9012 | |
9013 msgid "kick <channel> <nick> [comment]: Kick client from channel" | |
9014 msgstr "kick <channel> <nick> [comment]: Kick client from channel" | |
9015 | |
9016 msgid "info [server]: View server administrative details" | |
9017 msgstr "info [server]: View server administrative details" | |
9018 | |
9019 msgid "ban [<channel> +|-<nick>]: Ban client from channel" | |
9020 msgstr "ban [<channel> +|-<nick>]: Ban client from channel" | |
9021 | |
9022 msgid "getkey <nick|server>: Retrieve client's or server's public key" | |
9023 msgstr "getkey <nick|server>: Retrieve client's or server's public key" | |
9024 | |
9025 msgid "stats: View server and network statistics" | |
9026 msgstr "stats: View server and network statistics" | |
9027 | |
9028 msgid "ping: Send PING to the connected server" | |
9029 msgstr "ping: Send PING to the connected server" | |
9030 | |
9031 msgid "users <channel>: List users in channel" | |
9032 msgstr "users <channel>: List users in channel" | |
9033 | |
9034 msgid "" | |
9035 "names [-count|-ops|-halfops|-voices|-normal] <channel(s)>: List " | |
9036 "specific users in channel(s)" | |
9037 msgstr "" | |
9038 "names [-count|-ops|-halfops|-voices|-normal] <channel(s)>: List " | |
9039 "specific users in channel(s)" | |
9040 | |
9066 | 9041 #. *< type |
9042 #. *< ui_requirement | |
9043 #. *< flags | |
9044 #. *< dependencies | |
9045 #. *< priority | |
9046 #. *< id | |
9047 #. *< name | |
9048 #. *< version | |
9049 #. * summary | |
9050 msgid "SILC Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9051 msgstr "SILC Protocol Plug-in" |
9066 | 9052 |
9053 #. * description | |
9054 msgid "Secure Internet Live Conferencing (SILC) Protocol" | |
9055 msgstr "Secure Internet Live Conferencing (SILC) Protocol" | |
9056 | |
16160 | 9057 msgid "Network" |
9058 msgstr "Network" | |
9059 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
9060 msgid "Public Key file" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9061 msgstr "Public Key file" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9062 |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9063 msgid "Private Key file" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9064 msgstr "Private Key file" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9065 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9066 msgid "Cipher" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9067 msgstr "Cipher" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9068 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9069 msgid "HMAC" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9070 msgstr "HMAC" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9071 |
19927 | 9072 msgid "Use Perfect Forward Secrecy" |
9073 msgstr "Use Perfect Forward Secrecy" | |
9074 | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9075 msgid "Public key authentication" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9076 msgstr "Public key authentication" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9077 |
9066 | 9078 msgid "Block IMs without Key Exchange" |
9079 msgstr "Block IMs without Key Exchange" | |
9080 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9081 msgid "Block messages to whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9082 msgstr "Block messages to whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9083 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9084 msgid "Automatically open whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9085 msgstr "Automatically open whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9086 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9087 msgid "Digitally sign and verify all messages" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9088 msgstr "Digitally sign and verify all messages" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9089 |
9066 | 9090 msgid "Creating SILC key pair..." |
9091 msgstr "Creating SILC key pair..." | |
9092 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9093 msgid "Unable to create SILC key pair" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9094 msgstr "Unable to create SILC key pair" |
19927 | 9095 |
9347 | 9096 #. Hint for translators: Please check the tabulator width here and in |
9097 #. the next strings (short strings: 2 tabs, longer strings 1 tab, | |
9098 #. sum: 3 tabs or 24 characters) | |
9099 #, c-format | |
9100 msgid "Real Name: \t%s\n" | |
9101 msgstr "Real Name: \t%s\n" | |
9102 | |
9103 #, c-format | |
9104 msgid "User Name: \t%s\n" | |
9105 msgstr "User Name: \t%s\n" | |
9106 | |
14948 | 9107 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
9108 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
|
9109 msgstr "Email: \t\t%s\n" |
14948 | 9110 |
9347 | 9111 #, c-format |
9112 msgid "Host Name: \t%s\n" | |
9113 msgstr "Host Name: \t%s\n" | |
9114 | |
9115 #, c-format | |
9116 msgid "Organization: \t%s\n" | |
9117 msgstr "Organisation: \t%s\n" | |
9118 | |
9119 #, c-format | |
9120 msgid "Country: \t%s\n" | |
9121 msgstr "Country: \t%s\n" | |
9122 | |
9524 | 9123 #, c-format |
9124 msgid "Algorithm: \t%s\n" | |
9125 msgstr "Algorithm: \t%s\n" | |
9126 | |
14948 | 9127 #, c-format |
9128 msgid "Key Length: \t%d bits\n" | |
9129 msgstr "Key Length: \t%d bits\n" | |
9130 | |
19927 | 9131 #, c-format |
9132 msgid "Version: \t%s\n" | |
9133 msgstr "Version: \t%s\n" | |
9134 | |
9347 | 9135 #, c-format |
9136 msgid "" | |
9137 "Public Key Fingerprint:\n" | |
9138 "%s\n" | |
9139 "\n" | |
9140 msgstr "" | |
9141 "Public Key Fingerprint:\n" | |
9142 "%s\n" | |
9143 "\n" | |
9144 | |
9145 #, c-format | |
9146 msgid "" | |
9147 "Public Key Babbleprint:\n" | |
9148 "%s" | |
9149 msgstr "" | |
9150 "Public Key Babbleprint:\n" | |
9151 "%s" | |
9152 | |
9066 | 9153 msgid "Public Key Information" |
9154 msgstr "Public Key Information" | |
9155 | |
9524 | 9156 msgid "Paging" |
9157 msgstr "Paging" | |
9158 | |
14948 | 9159 msgid "Video Conferencing" |
9160 msgstr "Video Conferencing" | |
9161 | |
9524 | 9162 msgid "Computer" |
9163 msgstr "Computer" | |
9164 | |
9165 msgid "PDA" | |
9166 msgstr "PDA" | |
9167 | |
9168 msgid "Terminal" | |
9169 msgstr "Terminal" | |
9170 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9171 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9172 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
|
9173 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
|
9174 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9175 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9176 msgid "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9177 "%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
|
9178 "whiteboard?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9179 msgstr "" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9180 "%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
|
9181 "whiteboard?" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9182 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9183 msgid "Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9184 msgstr "Whiteboard" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9185 |
19927 | 9186 msgid "No server statistics available" |
9187 msgstr "No server statistics available" | |
9188 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9189 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
|
9190 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
|
9191 |
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
|
9192 #, c-format |
19927 | 9193 msgid "Failure: Version mismatch, upgrade your client" |
9194 msgstr "Failure: Version mismatch, upgrade your client" | |
9195 | |
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
|
9196 #, c-format |
19927 | 9197 msgid "Failure: Remote does not trust/support your public key" |
9198 msgstr "Failure: Remote does not trust/support your public key" | |
9199 | |
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
|
9200 #, c-format |
19927 | 9201 msgid "Failure: Remote does not support proposed KE group" |
9202 msgstr "Failure: Remote does not support proposed KE group" | |
9203 | |
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
|
9204 #, c-format |
19927 | 9205 msgid "Failure: Remote does not support proposed cipher" |
9206 msgstr "Failure: Remote does not support proposed cipher" | |
9207 | |
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
|
9208 #, c-format |
19927 | 9209 msgid "Failure: Remote does not support proposed PKCS" |
9210 msgstr "Failure: Remote does not support proposed PKCS" | |
9211 | |
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
|
9212 #, c-format |
19927 | 9213 msgid "Failure: Remote does not support proposed hash function" |
9214 msgstr "Failure: Remote does not support proposed hash function" | |
9215 | |
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
|
9216 #, c-format |
19927 | 9217 msgid "Failure: Remote does not support proposed HMAC" |
9218 msgstr "Failure: Remote does not support proposed HMAC" | |
9219 | |
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
|
9220 #, c-format |
19927 | 9221 msgid "Failure: Incorrect signature" |
9222 msgstr "Failure: Incorrect signature" | |
9223 | |
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
|
9224 #, c-format |
19927 | 9225 msgid "Failure: Invalid cookie" |
9226 msgstr "Failure: Invalid cookie" | |
9227 | |
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
|
9228 #, c-format |
19927 | 9229 msgid "Failure: Authentication failed" |
9230 msgstr "Failure: Authentication failed" | |
9231 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9232 msgid "Unable to initialize SILC Client connection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9233 msgstr "Unable to initialize SILC Client connection" |
19927 | 9234 |
9235 msgid "John Noname" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9236 msgstr "John Noname" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9237 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9238 #, 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
|
9239 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
|
9240 msgstr "Unable to load SILC key pair: %s" |
19927 | 9241 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9242 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
|
9243 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
|
9244 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9245 msgid "Unknown server response" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9246 msgstr "Unknown server response" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9247 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9248 msgid "Unable to create listen socket" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9249 msgstr "Unable to create listen socket" |
14948 | 9250 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9251 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
|
9252 msgstr "SIP usernames may not contain whitespaces or @ symbols" |
11887 | 9253 |
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
|
9254 msgid "SIP connect server not specified" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9255 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
|
9256 |
11887 | 9257 #. *< type |
9258 #. *< ui_requirement | |
9259 #. *< flags | |
9260 #. *< dependencies | |
9261 #. *< priority | |
9262 #. *< id | |
9263 #. *< name | |
9264 #. *< version | |
9265 msgid "SIP/SIMPLE Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9266 msgstr "SIP/SIMPLE Protocol Plug-in" |
11887 | 9267 |
9268 #. * summary | |
9269 msgid "The SIP/SIMPLE Protocol Plugin" | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9270 msgstr "The SIP/SIMPLE Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9271 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9272 msgid "Publish status (note: everyone may watch you)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9273 msgstr "Publish status (note: anyone can watch you)" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9274 |
11887 | 9275 msgid "Use UDP" |
9276 msgstr "Use UDP" | |
9277 | |
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
|
9278 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
|
9279 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
|
9280 |
11887 | 9281 msgid "Proxy" |
9282 msgstr "Proxy" | |
9283 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9284 msgid "Auth User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9285 msgstr "Auth User" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9286 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9287 msgid "Auth Domain" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9288 msgstr "Auth Domain" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9289 |
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 "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
|
9291 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
|
9292 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9293 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
|
9294 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
|
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 "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
|
9297 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
|
9298 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9299 msgid "Yahoo ID..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9300 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
|
9301 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9302 #. *< type |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9303 #. *< ui_requirement |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9304 #. *< flags |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9305 #. *< dependencies |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9306 #. *< priority |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9307 #. *< id |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9308 #. *< name |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9309 #. *< version |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9310 #. * summary |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9311 #. * description |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9312 msgid "Yahoo! Protocol Plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9313 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
|
9314 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9315 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
|
9316 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
|
9317 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9318 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
|
9319 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
|
9320 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9321 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
|
9322 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
|
9323 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9324 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
|
9325 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
|
9326 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9327 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
|
9328 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
|
9329 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9330 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
|
9331 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
|
9332 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9333 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
|
9334 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
|
9335 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9336 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
|
9337 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
|
9338 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9339 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
|
9340 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
|
9341 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9342 msgid "Yahoo JAPAN ID..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9343 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
|
9344 |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9345 #. *< type |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9346 #. *< ui_requirement |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9347 #. *< flags |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9348 #. *< dependencies |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9349 #. *< priority |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9350 #. *< id |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9351 #. *< name |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9352 #. *< version |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9353 #. * summary |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9354 #. * description |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9355 msgid "Yahoo! JAPAN Protocol Plugin" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9356 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
|
9357 |
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
|
9358 msgid "Your SMS was not delivered" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9359 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
|
9360 |
7861 | 9361 msgid "Your Yahoo! message did not get sent." |
9362 msgstr "Your Yahoo! message did not get sent." | |
9363 | |
8100 | 9364 #, c-format |
9365 msgid "Yahoo! system message for %s:" | |
9366 msgstr "Yahoo! system message for %s:" | |
9367 | |
7861 | 9368 #, c-format |
9369 msgid "" | |
9370 "%s has (retroactively) denied your request to add them to your list for the " | |
9371 "following reason: %s." | |
9372 msgstr "" | |
9373 "%s has (retroactively) denied your request to add them to your list for the " | |
9374 "following reason: %s." | |
9375 | |
19927 | 9376 #, c-format |
9377 msgid "%s has (retroactively) denied your request to add them to your list." | |
9378 msgstr "%s has (retroactively) denied your request to add them to your list." | |
9379 | |
7861 | 9380 msgid "Add buddy rejected" |
9381 msgstr "Add buddy rejected" | |
9382 | |
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
|
9383 #. 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
|
9384 msgid "Received invalid data" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9385 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
|
9386 |
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
|
9387 #. 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
|
9388 msgid "" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9389 "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
|
9390 "website may fix this." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9391 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9392 "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
|
9393 "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
|
9394 |
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
|
9395 #. 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
|
9396 msgid "" |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9397 "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
|
9398 "this." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9399 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9400 "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
|
9401 "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
|
9402 |
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
|
9403 #. 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
|
9404 msgid "Username or password missing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9405 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
|
9406 |
7861 | 9407 #, c-format |
9408 msgid "" | |
9409 "The Yahoo server has requested the use of an unrecognized authentication " | |
16160 | 9410 "method. You will probably not be able to successfully sign on to Yahoo. " |
9411 "Check %s for updates." | |
9412 msgstr "" | |
9413 "The Yahoo server has requested the use of an unrecognized authentication " | |
9414 "method. You will probably not be able to successfully sign on to Yahoo. " | |
9415 "Check %s for updates." | |
9416 | |
7861 | 9417 msgid "Failed Yahoo! Authentication" |
9418 msgstr "Failed Yahoo! Authentication" | |
9419 | |
9420 #, c-format | |
9421 msgid "" | |
9422 "You have tried to ignore %s, but the user is on your buddy list. Clicking " | |
9423 "\"Yes\" will remove and ignore the buddy." | |
9424 msgstr "" | |
9425 "You have tried to ignore %s, but the user is on your buddy list. Clicking " | |
9426 "\"Yes\" will remove and ignore the buddy." | |
9427 | |
9428 msgid "Ignore buddy?" | |
9429 msgstr "Ignore buddy?" | |
9430 | |
9347 | 9431 msgid "Your account is locked, please log in to the Yahoo! website." |
9432 msgstr "Your account is locked, please log in to the Yahoo! website." | |
9433 | |
9434 #, c-format | |
9435 msgid "Unknown error number %d. Logging into the Yahoo! website may fix this." | |
9436 msgstr "Unknown error number %d. Logging into the Yahoo! website may fix this." | |
9437 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9438 #, 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
|
9439 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
|
9440 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
|
9441 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9442 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
|
9443 msgstr "Unable to add buddy to server list" |
7861 | 9444 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9445 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9446 msgid "[ Audible %s/%s/%s.swf ] %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9447 msgstr "[ Audible %s/%s/%s.swf ] %s" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9448 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9449 msgid "Received unexpected HTTP response from server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9450 msgstr "Received unexpected HTTP response from server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9451 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9452 #, 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
|
9453 msgid "Lost connection with %s: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9454 msgstr "Lost connection with %s: %s" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9455 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9456 #, 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
|
9457 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
|
9458 msgstr "Unable to establish a connection with %s: %s" |
19927 | 9459 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9460 msgid "Not at Home" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9461 msgstr "Not at Home" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9462 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
9463 msgid "Not at Desk" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
9464 msgstr "Not at Desk" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
9465 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9466 msgid "Not in Office" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9467 msgstr "Not in Office" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9468 |
7861 | 9469 msgid "On Vacation" |
9470 msgstr "On Vacation" | |
9471 | |
9472 msgid "Stepped Out" | |
9473 msgstr "Stepped Out" | |
9474 | |
9475 msgid "Not on server list" | |
9476 msgstr "Not on server list" | |
9477 | |
11762 | 9478 msgid "Appear Online" |
11887 | 9479 msgstr "Appear Online" |
11762 | 9480 |
9481 msgid "Appear Permanently Offline" | |
11887 | 9482 msgstr "Appear Permanently Offline" |
11762 | 9483 |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9484 msgid "Presence" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9485 msgstr "Presence" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9486 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9487 msgid "Appear Offline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9488 msgstr "Appear Offline" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9489 |
11762 | 9490 msgid "Don't Appear Permanently Offline" |
11887 | 9491 msgstr "Don't Appear Permanently Offline" |
11762 | 9492 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9493 msgid "Join in Chat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9494 msgstr "Join in Chat" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9495 |
7861 | 9496 msgid "Initiate Conference" |
9497 msgstr "Initiate Conference" | |
9498 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9499 msgid "Presence Settings" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9500 msgstr "Presence Settings" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9501 |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
9502 msgid "Start Doodling" |
11887 | 9503 msgstr "Start Doodling" |
11857
f244cd5647af
[gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents:
11762
diff
changeset
|
9504 |
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
|
9505 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
|
9506 msgstr "Select the ID you want to activate" |
19927 | 9507 |
19672
e5b23336e52f
Grammar fix from nix_nix and johnmoody. Fixes #2593.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
18475
diff
changeset
|
9508 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
|
9509 msgstr "Join whom in chat?" |
8100 | 9510 |
9511 msgid "Activate ID..." | |
9512 msgstr "Activate ID..." | |
9513 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9514 msgid "Join User in Chat..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9515 msgstr "Join User in Chat..." |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9516 |
19927 | 9517 msgid "Open Inbox" |
9518 msgstr "Open Inbox" | |
9519 | |
14948 | 9520 #. Write a local message to this conversation showing that a request for a |
9521 #. * Doodle session has been made | |
9522 #. | |
9523 msgid "Sent Doodle request." | |
9524 msgstr "Sent Doodle request." | |
9525 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9526 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
|
9527 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
|
9528 |
14948 | 9529 msgid "Unable to establish file descriptor." |
9530 msgstr "Unable to establish file descriptor." | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9531 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9532 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9533 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
|
9534 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
|
9535 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9536 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
|
9537 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
|
9538 |
9524 | 9539 msgid "Yahoo! Japan Profile" |
9540 msgstr "Yahoo! Japan Profile" | |
9541 | |
9542 msgid "Yahoo! Profile" | |
9543 msgstr "Yahoo! Profile" | |
9544 | |
9347 | 9545 msgid "" |
9546 "Sorry, profiles marked as containing adult content are not supported at this " | |
9547 "time." | |
9548 msgstr "" | |
9549 "Sorry, profiles marked as containing adult content are not supported at this " | |
9550 "time." | |
9551 | |
9552 msgid "" | |
9553 "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
|
9554 "web browser:" |
9347 | 9555 msgstr "" |
9556 "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
|
9557 "web browser:" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9558 |
9524 | 9559 msgid "Yahoo! ID" |
9560 msgstr "Yahoo! ID" | |
9561 | |
9562 msgid "Hobbies" | |
9563 msgstr "Hobbies" | |
9564 | |
9565 msgid "Latest News" | |
9566 msgstr "Latest News" | |
9567 | |
9568 msgid "Home Page" | |
9569 msgstr "Home Page" | |
9570 | |
9571 msgid "Cool Link 1" | |
9572 msgstr "Cool Link 1" | |
9573 | |
9574 msgid "Cool Link 2" | |
9575 msgstr "Cool Link 2" | |
9576 | |
9577 msgid "Cool Link 3" | |
9578 msgstr "Cool Link 3" | |
9579 | |
11274
67a929d50cfe
[gaim-migrate @ 13459]
Luke Schierer <lschiere@pidgin.im>
parents:
11115
diff
changeset
|
9580 msgid "Last Update" |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9581 msgstr "Last Update" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9582 |
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
|
9583 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
|
9584 "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
|
9585 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9586 "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
|
9587 |
9524 | 9588 msgid "" |
9589 "Could not retrieve the user's profile. This most likely is a temporary " | |
9590 "server-side problem. Please try again later." | |
9591 msgstr "" | |
9592 "Could not retrieve the user's profile. This most likely is a temporary " | |
9593 "server-side problem. Please try again later." | |
9594 | |
9595 msgid "" | |
9596 "Could not retrieve the user's profile. This most likely means that the user " | |
9597 "does not exist; however, Yahoo! sometimes does fail to find a user's " | |
9598 "profile. If you know that the user exists, please try again later." | |
9599 msgstr "" | |
9600 "Could not retrieve the user's profile. This most likely means that the user " | |
9601 "does not exist; however, Yahoo! sometimes does fail to find a user's " | |
9602 "profile. If you know that the user exists, please try again later." | |
9603 | |
9604 msgid "The user's profile is empty." | |
9605 msgstr "The user's profile is empty." | |
9606 | |
19927 | 9607 #, c-format |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9608 msgid "%s has declined to join." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9609 msgstr "%s has declined to join." |
19927 | 9610 |
9611 msgid "Failed to join chat" | |
9612 msgstr "Failed to join chat" | |
9613 | |
9614 #. -6 | |
9615 msgid "Unknown room" | |
9616 msgstr "Unknown room" | |
9617 | |
9618 #. -15 | |
9619 msgid "Maybe the room is full" | |
9620 msgstr "Perhaps the room is full" | |
9621 | |
9622 #. -35 | |
9623 msgid "Not available" | |
9624 msgstr "Not available" | |
9625 | |
9626 msgid "" | |
9627 "Unknown error. You may need to logout and wait five minutes before being " | |
9628 "able to rejoin a chatroom" | |
9629 msgstr "" | |
9630 "Unknown error. You may need to logout and wait five minutes before being " | |
9631 "able to rejoin a chatroom" | |
9632 | |
9633 #, c-format | |
9634 msgid "You are now chatting in %s." | |
9635 msgstr "You are now chatting in %s." | |
9636 | |
9637 msgid "Failed to join buddy in chat" | |
9638 msgstr "Failed to join buddy in chat" | |
9639 | |
9640 msgid "Maybe they're not in a chat?" | |
9641 msgstr "Perhaps they're not in a chat?" | |
9642 | |
9643 msgid "Fetching the room list failed." | |
9644 msgstr "Fetching the room list failed." | |
9645 | |
9646 msgid "Voices" | |
9647 msgstr "Voices" | |
9648 | |
9649 msgid "Webcams" | |
9650 msgstr "Webcams" | |
9651 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9652 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
|
9653 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
|
9654 |
19927 | 9655 msgid "Unable to fetch room list." |
9656 msgstr "Unable to fetch room list." | |
9657 | |
9658 msgid "User Rooms" | |
9659 msgstr "User Rooms" | |
9660 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
9661 msgid "Connection problem with the YCHT server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9662 msgstr "Connection problem with the YCHT server" |
9664 | 9663 |
10302 | 9664 msgid "" |
9665 "(There was an error converting this message.\t Check the 'Encoding' option " | |
9666 "in the Account Editor)" | |
9667 msgstr "" | |
11412
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9668 "(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
|
9669 "in the Account Editor)" |
4be6232ffcd3
[gaim-migrate @ 13649]
Luke Schierer <lschiere@pidgin.im>
parents:
11274
diff
changeset
|
9670 |
11887 | 9671 #, c-format |
11762 | 9672 msgid "Unable to send to chat %s,%s,%s" |
11887 | 9673 msgstr "Unable to send to chat %s,%s,%s" |
9347 | 9674 |
15596
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9675 msgid "Hidden or not logged-in" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9676 msgstr "Hidden or not logged-in" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9677 |
7861 | 9678 #, c-format |
9679 msgid "<br>At %s since %s" | |
9680 msgstr "<br>At %s since %s" | |
9681 | |
9682 msgid "Anyone" | |
9683 msgstr "Anyone" | |
9684 | |
8100 | 9685 msgid "_Class:" |
9686 msgstr "_Class:" | |
7861 | 9687 |
8100 | 9688 msgid "_Instance:" |
9689 msgstr "_Instance:" | |
7861 | 9690 |
8100 | 9691 msgid "_Recipient:" |
9692 msgstr "_Recipient:" | |
7861 | 9693 |
9524 | 9694 #, c-format |
9695 msgid "Attempt to subscribe to %s,%s,%s failed" | |
9696 msgstr "Attempt to subscribe to %s,%s,%s failed" | |
9697 | |
9698 msgid "zlocate <nick>: Locate user" | |
9699 msgstr "zlocate <nick>: Locate user" | |
9700 | |
9701 msgid "zl <nick>: Locate user" | |
9702 msgstr "zl <nick>: Locate user" | |
9703 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9704 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
|
9705 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
|
9706 |
9524 | 9707 msgid "inst <instance>: Set the instance to be used on this class" |
9708 msgstr "inst <instance>: Set the instance to be used on this class" | |
9709 | |
11762 | 9710 msgid "topic <instance>: Set the instance to be used on this class" |
11887 | 9711 msgstr "topic <instance>: Set the instance to be used on this class" |
11762 | 9712 |
9524 | 9713 msgid "sub <class> <instance> <recipient>: Join a new chat" |
9714 msgstr "sub <class> <instance> <recipient>: Join a new chat" | |
9715 | |
9716 msgid "" | |
9717 "zi <instance>: Send a message to <message,<i>instance</i>,*>" | |
9718 msgstr "" | |
9719 "zi <instance>: Send a message to <message,<i>instance</i>,*>" | |
9720 | |
9721 msgid "" | |
9722 "zci <class> <instance>: Send a message to <<i>class</i>," | |
9723 "<i>instance</i>,*>" | |
9724 msgstr "" | |
9725 "zci <class> <instance>: Send a message to <<i>class</i>," | |
9726 "<i>instance</i>,*>" | |
9727 | |
9728 msgid "" | |
9729 "zcir <class> <instance> <recipient>: Send a message to <" | |
9730 "<i>class</i>,<i>instance</i>,<i>recipient</i>>" | |
9731 msgstr "" | |
9732 "zcir <class> <instance> <recipient>: Send a message to <" | |
9733 "<i>class</i>,<i>instance</i>,<i>recipient</i>>" | |
9734 | |
9735 msgid "" | |
9736 "zir <instance> <recipient>: Send a message to <MESSAGE," | |
9737 "<i>instance</i>,<i>recipient</i>>" | |
9738 msgstr "" | |
9739 "zir <instance> <recipient>: Send a message to <MESSAGE," | |
9740 "<i>instance</i>,<i>recipient</i>>" | |
9741 | |
9742 msgid "zc <class>: Send a message to <<i>class</i>,PERSONAL,*>" | |
9743 msgstr "zc <class>: Send a message to <<i>class</i>,PERSONAL,*>" | |
9744 | |
9745 msgid "Resubscribe" | |
9746 msgstr "Resubscribe" | |
9747 | |
9748 msgid "Retrieve subscriptions from server" | |
9749 msgstr "Retrieve subscriptions from server" | |
9750 | |
7861 | 9751 #. *< type |
9752 #. *< ui_requirement | |
9753 #. *< flags | |
9754 #. *< dependencies | |
9755 #. *< priority | |
9756 #. *< id | |
9757 #. *< name | |
9758 #. *< version | |
9759 #. * summary | |
9882 | 9760 #. * description |
7861 | 9761 msgid "Zephyr Protocol Plugin" |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9762 msgstr "Zephyr Protocol Plug-in" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9763 |
14948 | 9764 msgid "Use tzc" |
9765 msgstr "Use tzc" | |
9766 | |
9767 msgid "tzc command" | |
9768 msgstr "tzc command" | |
9769 | |
8469 | 9770 msgid "Export to .anyone" |
9771 msgstr "Export to .anyone" | |
9772 | |
9773 msgid "Export to .zephyr.subs" | |
9774 msgstr "Export to .zephyr.subs" | |
9775 | |
11762 | 9776 msgid "Import from .anyone" |
11887 | 9777 msgstr "Import from .anyone" |
11762 | 9778 |
9779 msgid "Import from .zephyr.subs" | |
11887 | 9780 msgstr "Import from .zephyr.subs" |
11762 | 9781 |
9782 msgid "Realm" | |
11887 | 9783 msgstr "Realm" |
11762 | 9784 |
8469 | 9785 msgid "Exposure" |
9786 msgstr "Exposure" | |
9787 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9788 #, 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
|
9789 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
|
9790 msgstr "Unable to parse response from HTTP proxy: %s" |
14948 | 9791 |
9792 #, c-format | |
9793 msgid "HTTP proxy connection error %d" | |
9794 msgstr "HTTP proxy connection error %d" | |
9795 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9796 #, 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
|
9797 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
|
9798 msgstr "Access denied: HTTP proxy server forbids port %d tunnelling" |
14948 | 9799 |
9800 #, c-format | |
9801 msgid "Error resolving %s" | |
9802 msgstr "Error resolving %s" | |
9803 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9804 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9805 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
|
9806 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
|
9807 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9808 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9809 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
|
9810 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
|
9811 |
14948 | 9812 #. * |
16160 | 9813 #. * 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
|
9814 #. |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9815 msgid "_Yes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9816 msgstr "_Yes" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9817 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9818 msgid "_No" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9819 msgstr "_No" |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9820 |
8e3734ea23ba
commit these updated translations here also
Luke Schierer <lschiere@pidgin.im>
parents:
14948
diff
changeset
|
9821 #. * |
16160 | 9822 #. * A wrapper for purple_request_action() that uses Accept and Cancel buttons. |
14948 | 9823 #. |
9824 msgid "_Accept" | |
9825 msgstr "_Accept" | |
9826 | |
9827 #. * | |
9828 #. * The default message to use when the user becomes auto-away. | |
9829 #. | |
9830 msgid "I'm not here right now" | |
9831 msgstr "I'm not here right now" | |
9832 | |
11887 | 9833 msgid "saved statuses" |
9834 msgstr "saved statuses" | |
9835 | |
9347 | 9836 #, c-format |
9837 msgid "%s is now known as %s.\n" | |
9838 msgstr "%s is now known as %s.\n" | |
9839 | |
19927 | 9840 #, c-format |
11762 | 9841 msgid "" |
9842 "%s has invited %s to the chat room %s:\n" | |
9843 "%s" | |
11887 | 9844 msgstr "" |
9845 "%s has invited %s to the chat room %s:\n" | |
9846 "%s" | |
11762 | 9847 |
9848 #, c-format | |
9849 msgid "%s has invited %s to the chat room %s\n" | |
9850 msgstr "%s has invited %s to the chat room %s\n" | |
9851 | |
9852 msgid "Accept chat invitation?" | |
9853 msgstr "Accept chat invitation?" | |
9854 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9855 #. Shortcut |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9856 msgid "Shortcut" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9857 msgstr "Shortcut" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9858 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9859 msgid "The text-shortcut for the smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9860 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
|
9861 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9862 #. Stored Image |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9863 msgid "Stored Image" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9864 msgstr "Stored Image" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9865 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9866 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
|
9867 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
|
9868 |
19927 | 9869 msgid "SSL Connection Failed" |
9870 msgstr "SSL Connection Failed" | |
9871 | |
9872 msgid "SSL Handshake Failed" | |
9873 msgstr "SSL Handshake Failed" | |
9874 | |
9875 msgid "SSL peer presented an invalid certificate" | |
9876 msgstr "SSL peer presented an invalid certificate" | |
9877 | |
9878 msgid "Unknown SSL error" | |
9879 msgstr "Unknown SSL error" | |
9880 | |
11762 | 9881 msgid "Unset" |
11887 | 9882 msgstr "Unset" |
11762 | 9883 |
19927 | 9884 msgid "Do not disturb" |
9885 msgstr "Do not disturb" | |
9886 | |
9887 msgid "Extended away" | |
9888 msgstr "Extended away" | |
11762 | 9889 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9890 msgid "Listening to music" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9891 msgstr "Listening to music" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9892 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9893 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9894 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
|
9895 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
|
9896 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9897 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9898 msgid "%s (%s) is now %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9899 msgstr "%s (%s) is now %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9900 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9901 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9902 msgid "%s (%s) is no longer %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9903 msgstr "%s (%s) is no longer %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
9904 |
8711 | 9905 #, c-format |
9906 msgid "%s became idle" | |
9907 msgstr "%s became idle" | |
9908 | |
9909 #, c-format | |
9910 msgid "%s became unidle" | |
9911 msgstr "%s is no longer idle" | |
9912 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9913 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9914 msgid "+++ %s became idle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9915 msgstr "+++ %s became idle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9916 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9917 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9918 msgid "+++ %s became unidle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9919 msgstr "+++ %s is no longer idle" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9920 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9921 #. |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9922 #. * 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
|
9923 #. * 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
|
9924 #. * 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
|
9925 #. * followed by the date. |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9926 #. |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9927 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9928 msgid "%x %X" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9929 msgstr "%x %X" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9930 |
7861 | 9931 msgid "Calculating..." |
9932 msgstr "Calculating..." | |
9933 | |
9934 msgid "Unknown." | |
9935 msgstr "Unknown." | |
9936 | |
13169
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9937 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9938 msgid "%d second" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9939 msgid_plural "%d seconds" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9940 msgstr[0] "%d second" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9941 msgstr[1] "%d seconds" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9942 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9943 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9944 msgid "%d day" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9945 msgid_plural "%d days" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9946 msgstr[0] "%d day" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9947 msgstr[1] "%d days" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9948 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9949 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9950 msgid "%s, %d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9951 msgid_plural "%s, %d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9952 msgstr[0] "%s, %d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9953 msgstr[1] "%s, %d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9954 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9955 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9956 msgid "%d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9957 msgid_plural "%d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9958 msgstr[0] "%d hour" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9959 msgstr[1] "%d hours" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9960 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9961 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9962 msgid "%s, %d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9963 msgid_plural "%s, %d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9964 msgstr[0] "%s, %d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9965 msgstr[1] "%s, %d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9966 |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9967 #, c-format |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9968 msgid "%d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9969 msgid_plural "%d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9970 msgstr[0] "%d minute" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9971 msgstr[1] "%d minutes" |
4cef9fe8ea5b
[gaim-migrate @ 15532]
Luke Schierer <lschiere@pidgin.im>
parents:
12043
diff
changeset
|
9972 |
19927 | 9973 #, c-format |
9974 msgid "Could not open %s: Redirected too many times" | |
9975 msgstr "Could not open %s: Redirected too many times" | |
9976 | |
14948 | 9977 #, c-format |
9978 msgid "Unable to connect to %s" | |
9979 msgstr "Unable to connect to %s" | |
9980 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
9981 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
9982 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
|
9983 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
|
9984 |
14948 | 9985 #, c-format |
9986 msgid "" | |
9987 "Unable to allocate enough memory to hold the contents from %s. The web " | |
9988 "server may be trying something malicious." | |
9989 msgstr "" | |
9990 "Unable to allocate enough memory to hold the contents from %s. The web " | |
9991 "server may be trying something malicious." | |
9992 | |
9993 #, c-format | |
9994 msgid "Error reading from %s: %s" | |
9995 msgstr "Error reading from %s: %s" | |
9996 | |
9997 #, c-format | |
9998 msgid "Error writing to %s: %s" | |
9999 msgstr "Error writing to %s: %s" | |
10000 | |
10001 #, c-format | |
10002 msgid "Unable to connect to %s: %s" | |
10003 msgstr "Unable to connect to %s: %s" | |
16160 | 10004 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10005 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10006 msgid " - %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10007 msgstr " - %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10008 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10009 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10010 msgid " (%s)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10011 msgstr " (%s)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10012 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10013 #. 10053 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10014 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10015 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
|
10016 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
|
10017 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10018 #. 10054 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10019 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10020 msgid "Remote host closed connection." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10021 msgstr "Remote host closed connection." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10022 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10023 #. 10060 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10024 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10025 msgid "Connection timed out." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10026 msgstr "Connection timed out." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10027 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10028 #. 10061 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10029 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10030 msgid "Connection refused." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10031 msgstr "Connection refused." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10032 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10033 #. 10048 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10034 #, c-format |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10035 msgid "Address already in use." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10036 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
|
10037 |
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
|
10038 #, 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
|
10039 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
|
10040 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
|
10041 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10042 #, 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
|
10043 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
|
10044 "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
|
10045 "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
|
10046 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10047 "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
|
10048 "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
|
10049 |
16160 | 10050 msgid "Internet Messenger" |
10051 msgstr "Internet Messenger" | |
10052 | |
10053 msgid "Pidgin Internet Messenger" | |
10054 msgstr "Pidgin Internet Messenger" | |
10055 | |
10056 msgid "Send instant messages over multiple protocols" | |
10057 msgstr "Send instant messages over multiple protocols" | |
10058 | |
10059 msgid "Orientation" | |
10060 msgstr "Orientation" | |
10061 | |
10062 msgid "The orientation of the tray." | |
10063 msgstr "The orientation of the tray." | |
10064 | |
10065 #. Build the login options frame. | |
10066 msgid "Login Options" | |
10067 msgstr "Login Options" | |
10068 | |
19927 | 10069 msgid "Pro_tocol:" |
10070 msgstr "Pro_tocol:" | |
10071 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10072 msgid "_Username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10073 msgstr "_Username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10074 |
19927 | 10075 msgid "Remember pass_word" |
10076 msgstr "Remember pass_word" | |
16160 | 10077 |
10078 #. Build the user options frame. | |
10079 msgid "User Options" | |
10080 msgstr "User Options" | |
10081 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10082 msgid "_Local alias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10083 msgstr "_Local alias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10084 |
19927 | 10085 msgid "New _mail notifications" |
10086 msgstr "New _mail notifications" | |
10087 | |
16160 | 10088 #. Buddy icon |
19927 | 10089 msgid "Use this buddy _icon for this account:" |
10090 msgstr "Use this buddy _icon for this account:" | |
16160 | 10091 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10092 msgid "Ad_vanced" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10093 msgstr "Ad_vanced" |
16160 | 10094 |
10095 msgid "Use GNOME Proxy Settings" | |
10096 msgstr "Use GNOME Proxy Settings" | |
10097 | |
10098 msgid "Use Global Proxy Settings" | |
10099 msgstr "Use Global Proxy Settings" | |
10100 | |
10101 msgid "No Proxy" | |
10102 msgstr "No Proxy" | |
10103 | |
10104 msgid "HTTP" | |
10105 msgstr "HTTP" | |
10106 | |
10107 msgid "SOCKS 4" | |
10108 msgstr "SOCKS 4" | |
10109 | |
10110 msgid "SOCKS 5" | |
10111 msgstr "SOCKS 5" | |
10112 | |
10113 msgid "Use Environmental Settings" | |
10114 msgstr "Use Environmental Settings" | |
10115 | |
10116 #. This is an easter egg. | |
10117 #. It means one of two things, both intended as humourus: | |
10118 #. A) your network is really slow and you have nothing better to do than | |
10119 #. look at butterflies. | |
10120 #. B)You are looking really closely at something that shouldn't matter. | |
10121 msgid "If you look real closely" | |
10122 msgstr "If you look real closely" | |
10123 | |
10124 #. This is an easter egg. See the comment on the previous line in the source. | |
10125 msgid "you can see the butterflies mating" | |
10126 msgstr "you can see the butterflies mating" | |
10127 | |
10128 msgid "Proxy _type:" | |
10129 msgstr "Proxy _type:" | |
10130 | |
10131 msgid "_Host:" | |
10132 msgstr "_Host:" | |
10133 | |
10134 msgid "_Port:" | |
10135 msgstr "_Port:" | |
10136 | |
10137 msgid "Pa_ssword:" | |
10138 msgstr "Pa_ssword:" | |
10139 | |
19927 | 10140 msgid "Unable to save new account" |
10141 msgstr "Unable to save new account" | |
10142 | |
10143 msgid "An account already exists with the specified criteria." | |
10144 msgstr "An account already exists with the specified criteria." | |
10145 | |
16160 | 10146 msgid "Add Account" |
10147 msgstr "Add Account" | |
10148 | |
10149 msgid "_Basic" | |
10150 msgstr "_Basic" | |
10151 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10152 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
|
10153 msgstr "Create _this new account on the server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10154 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10155 msgid "P_roxy" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10156 msgstr "P_roxy" |
16160 | 10157 |
10158 msgid "Enabled" | |
10159 msgstr "Enabled" | |
10160 | |
10161 msgid "Protocol" | |
10162 msgstr "Protocol" | |
10163 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10164 #, c-format |
16160 | 10165 msgid "" |
10166 "<span size='larger' weight='bold'>Welcome to %s!</span>\n" | |
10167 "\n" | |
10168 "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
|
10169 "<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
|
10170 "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
|
10171 "them all.\n" |
16160 | 10172 "\n" |
10173 "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
|
10174 "<b>Accounts->Manage Accounts</b> in the Buddy List window" |
16160 | 10175 msgstr "" |
10176 "<span size='larger' weight='bold'>Welcome to %s!</span>\n" | |
10177 "\n" | |
10178 "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
|
10179 "<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
|
10180 "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
|
10181 "them all.\n" |
16160 | 10182 "\n" |
10183 "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
|
10184 "<b>Accounts->Manage Accounts</b> in the Buddy List window" |
16160 | 10185 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10186 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10187 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
|
10188 msgid_plural "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10189 "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
|
10190 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
|
10191 msgstr[1] "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10192 "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
|
10193 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10194 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10195 "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
|
10196 "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
|
10197 "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
|
10198 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10199 "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
|
10200 "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
|
10201 "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
|
10202 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10203 msgid "Please update the necessary fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10204 msgstr "Please update the necessary fields." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10205 |
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
|
10206 msgid "A_ccount" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10207 msgstr "A_ccount" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10208 |
16160 | 10209 msgid "" |
10210 "Please enter the appropriate information about the chat you would like to " | |
10211 "join.\n" | |
10212 msgstr "" | |
10213 "Please enter the appropriate information about the chat you would like to " | |
10214 "join.\n" | |
10215 | |
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
|
10216 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
|
10217 msgstr "Room _List" |
16160 | 10218 |
10219 msgid "_Block" | |
10220 msgstr "_Block" | |
10221 | |
10222 msgid "Un_block" | |
10223 msgstr "Un_block" | |
10224 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10225 msgid "Move to" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10226 msgstr "Move to" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10227 |
16160 | 10228 msgid "Get _Info" |
10229 msgstr "Get _Info" | |
10230 | |
10231 msgid "I_M" | |
10232 msgstr "I_M" | |
10233 | |
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
|
10234 msgid "_Audio Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10235 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
|
10236 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
10237 msgid "Audio/_Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10238 msgstr "Audio/_Video Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10239 |
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
|
10240 msgid "_Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10241 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
|
10242 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10243 msgid "_Send File..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10244 msgstr "_Send File..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10245 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10246 msgid "Add Buddy _Pounce..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10247 msgstr "Add Buddy _Pounce..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10248 |
16160 | 10249 msgid "View _Log" |
10250 msgstr "View _Log" | |
10251 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10252 msgid "Hide When Offline" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10253 msgstr "Hide When Offline" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10254 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10255 msgid "Show When Offline" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10256 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
|
10257 |
16160 | 10258 msgid "_Alias..." |
10259 msgstr "_Alias..." | |
10260 | |
10261 msgid "_Remove" | |
10262 msgstr "_Remove" | |
10263 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10264 msgid "Set Custom Icon" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10265 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
|
10266 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10267 msgid "Remove Custom Icon" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10268 msgstr "Remove Custom Icon" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10269 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10270 msgid "Add _Buddy..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10271 msgstr "Add _Buddy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10272 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10273 msgid "Add C_hat..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10274 msgstr "Add C_hat" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10275 |
16160 | 10276 msgid "_Delete Group" |
10277 msgstr "_Delete Group" | |
10278 | |
10279 msgid "_Rename" | |
10280 msgstr "_Rename" | |
10281 | |
10282 #. join button | |
10283 msgid "_Join" | |
10284 msgstr "_Join" | |
10285 | |
10286 msgid "Auto-Join" | |
10287 msgstr "Auto-Join" | |
10288 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10289 msgid "Persistent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10290 msgstr "Persistent" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10291 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10292 msgid "_Edit Settings..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10293 msgstr "_Edit Settings..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10294 |
16160 | 10295 msgid "_Collapse" |
10296 msgstr "_Collapse" | |
10297 | |
10298 msgid "_Expand" | |
10299 msgstr "_Expand" | |
10300 | |
10301 msgid "/Tools/Mute Sounds" | |
10302 msgstr "/Tools/Mute Sounds" | |
10303 | |
10304 msgid "" | |
10305 "You are not currently signed on with an account that can add that buddy." | |
10306 msgstr "" | |
10307 "You are not currently signed on with an account that can add that buddy." | |
10308 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10309 #. 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
|
10310 #. * 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
|
10311 #. * above node types first. |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10312 msgid "Unknown node type" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10313 msgstr "Unknown node type" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10314 |
16160 | 10315 #. Buddies menu |
10316 msgid "/_Buddies" | |
10317 msgstr "/_Buddies" | |
10318 | |
10319 msgid "/Buddies/New Instant _Message..." | |
10320 msgstr "/Buddies/New Instant _Message..." | |
10321 | |
10322 msgid "/Buddies/Join a _Chat..." | |
10323 msgstr "/Buddies/Join a _Chat..." | |
10324 | |
10325 msgid "/Buddies/Get User _Info..." | |
10326 msgstr "/Buddies/Get User _Info..." | |
10327 | |
10328 msgid "/Buddies/View User _Log..." | |
10329 msgstr "/Buddies/View User _Log..." | |
10330 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10331 msgid "/Buddies/Sh_ow" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10332 msgstr "/Buddies/Sh_ow" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10333 |
19927 | 10334 msgid "/Buddies/Show/_Offline Buddies" |
10335 msgstr "/Buddies/Show/_Offline Buddies" | |
10336 | |
10337 msgid "/Buddies/Show/_Empty Groups" | |
10338 msgstr "/Buddies/Show/_Empty Groups" | |
10339 | |
10340 msgid "/Buddies/Show/Buddy _Details" | |
10341 msgstr "/Buddies/Show/Buddy _Details" | |
10342 | |
10343 msgid "/Buddies/Show/Idle _Times" | |
10344 msgstr "/Buddies/Show/Idle _Times" | |
10345 | |
10346 msgid "/Buddies/Show/_Protocol Icons" | |
10347 msgstr "/Buddies/Show/_Protocol Icons" | |
10348 | |
16160 | 10349 msgid "/Buddies/_Sort Buddies" |
10350 msgstr "/Buddies/_Sort Buddies" | |
10351 | |
10352 msgid "/Buddies/_Add Buddy..." | |
10353 msgstr "/Buddies/_Add Buddy..." | |
10354 | |
10355 msgid "/Buddies/Add C_hat..." | |
10356 msgstr "/Buddies/Add C_hat..." | |
10357 | |
10358 msgid "/Buddies/Add _Group..." | |
10359 msgstr "/Buddies/Add _Group..." | |
10360 | |
10361 msgid "/Buddies/_Quit" | |
10362 msgstr "/Buddies/_Quit" | |
10363 | |
10364 #. Accounts menu | |
10365 msgid "/_Accounts" | |
10366 msgstr "/_Accounts" | |
10367 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10368 msgid "/Accounts/Manage Accounts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10369 msgstr "/Accounts/Manage Accounts" |
16160 | 10370 |
10371 #. Tools | |
10372 msgid "/_Tools" | |
10373 msgstr "/_Tools" | |
10374 | |
10375 msgid "/Tools/Buddy _Pounces" | |
10376 msgstr "/Tools/Buddy _Pounces" | |
10377 | |
19927 | 10378 msgid "/Tools/_Certificates" |
10379 msgstr "/Tools/_Certificates" | |
10380 | |
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
|
10381 msgid "/Tools/Custom Smile_ys" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10382 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
|
10383 |
16160 | 10384 msgid "/Tools/Plu_gins" |
10385 msgstr "/Tools/Plu_g-ins" | |
10386 | |
10387 msgid "/Tools/Pr_eferences" | |
10388 msgstr "/Tools/Pr_eferences" | |
10389 | |
10390 msgid "/Tools/Pr_ivacy" | |
10391 msgstr "/Tools/Pr_ivacy" | |
10392 | |
10393 msgid "/Tools/_File Transfers" | |
10394 msgstr "/Tools/_File Transfers" | |
10395 | |
10396 msgid "/Tools/R_oom List" | |
10397 msgstr "/Tools/R_oom List" | |
10398 | |
10399 msgid "/Tools/System _Log" | |
10400 msgstr "/Tools/System _Log" | |
10401 | |
10402 msgid "/Tools/Mute _Sounds" | |
10403 msgstr "/Tools/Mute _Sounds" | |
10404 | |
10405 #. Help | |
10406 msgid "/_Help" | |
10407 msgstr "/_Help" | |
10408 | |
10409 msgid "/Help/Online _Help" | |
10410 msgstr "/Help/Online _Help" | |
10411 | |
10412 msgid "/Help/_Debug Window" | |
10413 msgstr "/Help/_Debug Window" | |
10414 | |
10415 msgid "/Help/_About" | |
10416 msgstr "/Help/_About" | |
10417 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10418 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10419 msgid "<b>Account:</b> %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10420 msgstr "<b>Account:</b> %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10421 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10422 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10423 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10424 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10425 "<b>Occupants:</b> %d" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10426 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10427 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10428 "<b>Occupants:</b> %d" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10429 |
16160 | 10430 #, c-format |
10431 msgid "" | |
10432 "\n" | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10433 "<b>Topic:</b> %s" |
16160 | 10434 msgstr "" |
10435 "\n" | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10436 "<b>Topic:</b> %s" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10437 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10438 msgid "(no topic set)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10439 msgstr "(no topic set)" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10440 |
16160 | 10441 msgid "Buddy Alias" |
10442 msgstr "Buddy Alias" | |
10443 | |
10444 msgid "Logged In" | |
10445 msgstr "Logged In" | |
10446 | |
10447 msgid "Last Seen" | |
10448 msgstr "Last Seen" | |
10449 | |
10450 msgid "Spooky" | |
10451 msgstr "Spooky" | |
10452 | |
10453 msgid "Awesome" | |
10454 msgstr "Awesome" | |
10455 | |
10456 msgid "Rockin'" | |
10457 msgstr "Rockin'" | |
10458 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10459 msgid "Total Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10460 msgstr "Total Buddies" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10461 |
19927 | 10462 #, c-format |
10463 msgid "Idle %dd %dh %02dm" | |
10464 msgstr "Idle %dd %dh %02dm" | |
10465 | |
16160 | 10466 #, c-format |
10467 msgid "Idle %dh %02dm" | |
10468 msgstr "Idle %dh %02dm" | |
10469 | |
10470 #, c-format | |
10471 msgid "Idle %dm" | |
10472 msgstr "Idle %dm" | |
10473 | |
10474 msgid "/Buddies/New Instant Message..." | |
10475 msgstr "/Buddies/New Instant Message..." | |
10476 | |
10477 msgid "/Buddies/Join a Chat..." | |
10478 msgstr "/Buddies/Join a Chat..." | |
10479 | |
10480 msgid "/Buddies/Get User Info..." | |
10481 msgstr "/Buddies/Get User Info..." | |
10482 | |
10483 msgid "/Buddies/Add Buddy..." | |
10484 msgstr "/Buddies/Add Buddy..." | |
10485 | |
10486 msgid "/Buddies/Add Chat..." | |
10487 msgstr "/Buddies/Add Chat..." | |
10488 | |
10489 msgid "/Buddies/Add Group..." | |
10490 msgstr "/Buddies/Add Group..." | |
10491 | |
10492 msgid "/Tools/Privacy" | |
10493 msgstr "/Tools/Privacy" | |
10494 | |
10495 msgid "/Tools/Room List" | |
10496 msgstr "/Tools/Room List" | |
10497 | |
10498 #, c-format | |
10499 msgid "%d unread message from %s\n" | |
10500 msgid_plural "%d unread messages from %s\n" | |
10501 msgstr[0] "%d unread message from %s\n" | |
10502 msgstr[1] "%d unread messages from %s\n" | |
10503 | |
10504 msgid "Manually" | |
10505 msgstr "Manually" | |
10506 | |
10507 msgid "By status" | |
10508 msgstr "By status" | |
10509 | |
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
|
10510 msgid "By recent log activity" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10511 msgstr "By recent log activity" |
16160 | 10512 |
10513 #, c-format | |
10514 msgid "%s disconnected" | |
10515 msgstr "%s disconnected" | |
10516 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10517 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10518 msgid "%s disabled" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10519 msgstr "%s disabled" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10520 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10521 msgid "Reconnect" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10522 msgstr "Reconnect" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10523 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10524 msgid "Re-enable" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10525 msgstr "Re-enable" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10526 |
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
|
10527 msgid "SSL FAQs" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10528 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
|
10529 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10530 msgid "Welcome back!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10531 msgstr "Welcome back!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10532 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10533 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10534 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
|
10535 msgid_plural "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10536 "%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
|
10537 msgstr[0] "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10538 "%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
|
10539 msgstr[1] "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10540 "%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
|
10541 |
16160 | 10542 msgid "<b>Username:</b>" |
10543 msgstr "<b>Username:</b>" | |
10544 | |
10545 msgid "<b>Password:</b>" | |
10546 msgstr "<b>Password:</b>" | |
10547 | |
10548 msgid "_Login" | |
10549 msgstr "_Login" | |
10550 | |
10551 msgid "/Accounts" | |
10552 msgstr "/Accounts" | |
10553 | |
10554 #. 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
|
10555 #, c-format |
16160 | 10556 msgid "" |
10557 "<span weight='bold' size='larger'>Welcome to %s!</span>\n" | |
10558 "\n" | |
10559 "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
|
10560 "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
|
10561 "you'll be able to sign on, set your status, and talk to your friends." |
16160 | 10562 msgstr "" |
10563 "<span weight='bold' size='larger'>Welcome to %s!</span>\n" | |
10564 "\n" | |
10565 "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
|
10566 "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
|
10567 "you'll be able to sign on, set your status, and talk to your friends." |
16160 | 10568 |
10569 #. set the Show Offline Buddies option. must be done | |
10570 #. * after the treeview or faceprint gets mad. -Robot101 | |
10571 #. | |
19927 | 10572 msgid "/Buddies/Show/Offline Buddies" |
10573 msgstr "/Buddies/Show/Offline Buddies" | |
10574 | |
10575 msgid "/Buddies/Show/Empty Groups" | |
10576 msgstr "/Buddies/Show/ Empty Groups" | |
10577 | |
10578 msgid "/Buddies/Show/Buddy Details" | |
10579 msgstr "/Buddies/Show/Buddy Details" | |
10580 | |
10581 msgid "/Buddies/Show/Idle Times" | |
10582 msgstr "/Buddies/Show/Idle Times" | |
10583 | |
10584 msgid "/Buddies/Show/Protocol Icons" | |
10585 msgstr "/Buddies/Show/Protocol Icons" | |
10586 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10587 msgid "Add a buddy.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10588 msgstr "Add a buddy.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10589 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10590 msgid "Buddy's _username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10591 msgstr "Buddy _username:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10592 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10593 msgid "(Optional) A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10594 msgstr "(Optional) A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10595 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10596 msgid "Add buddy to _group:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10597 msgstr "Add buddy to _group:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10598 |
16160 | 10599 msgid "This protocol does not support chat rooms." |
10600 msgstr "This protocol does not support chat rooms." | |
10601 | |
10602 msgid "" | |
10603 "You are not currently signed on with any protocols that have the ability to " | |
10604 "chat." | |
10605 msgstr "" | |
10606 "You are not currently signed on with any protocols that have the ability to " | |
10607 "chat." | |
10608 | |
10609 msgid "" | |
10610 "Please enter an alias, and the appropriate information about the chat you " | |
10611 "would like to add to your buddy list.\n" | |
10612 msgstr "" | |
10613 "Please enter an alias, and the appropriate information about the chat you " | |
10614 "would like to add to your buddy list.\n" | |
10615 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10616 msgid "A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10617 msgstr "A_lias:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10618 |
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
|
10619 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
|
10620 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
|
10621 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10622 msgid "Auto_join when account becomes online." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10623 msgstr "Auto_join when account becomes online." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10624 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
10625 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
|
10626 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
|
10627 |
16160 | 10628 msgid "Please enter the name of the group to be added." |
10629 msgstr "Please enter the name of the group to be added." | |
10630 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10631 msgid "Enable Account" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10632 msgstr "Enable Account" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10633 |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
10634 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
|
10635 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
|
10636 |
16160 | 10637 msgid "<PurpleMain>/Accounts/" |
10638 msgstr "<PurpleMain>/Accounts/" | |
10639 | |
10640 msgid "_Edit Account" | |
10641 msgstr "_Edit Account" | |
10642 | |
10643 msgid "No actions available" | |
10644 msgstr "No actions available" | |
10645 | |
10646 msgid "_Disable" | |
10647 msgstr "_Disable" | |
10648 | |
10649 msgid "/Tools" | |
10650 msgstr "/Tools" | |
10651 | |
10652 msgid "/Buddies/Sort Buddies" | |
10653 msgstr "/Buddies/Sort Buddies" | |
10654 | |
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
|
10655 #. 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
|
10656 msgid "Background Color" |
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
|
10657 msgstr "Background Colour" |
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
|
10658 |
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
|
10659 msgid "The background color for the buddy list" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10660 msgstr "The background colour for the buddy list" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10661 |
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
|
10662 msgid "Layout" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10663 msgstr "Layout" |
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
|
10664 |
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
|
10665 msgid "The layout of icons, name, and status of the blist" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10666 msgstr "The layout of icons, name, and status of the blist" |
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
|
10667 |
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
|
10668 #. 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
|
10669 msgid "Expanded Background Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10670 msgstr "Expanded Background 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
|
10671 |
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
|
10672 msgid "The background color of an expanded group" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10673 msgstr "The background colour of an expanded group" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10674 |
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
|
10675 msgid "Expanded Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10676 msgstr "Expanded Text" |
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
|
10677 |
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
|
10678 msgid "The text information for when a group is expanded" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10679 msgstr "The text information for when a group is expanded" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10680 |
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
|
10681 msgid "Collapsed Background Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10682 msgstr "Collapsed Background 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
|
10683 |
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
|
10684 msgid "The background color of a collapsed group" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10685 msgstr "The background colour of a collapsed group" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10686 |
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
|
10687 msgid "Collapsed Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10688 msgstr "Collapsed Text" |
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
|
10689 |
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
|
10690 msgid "The text information for when a group is collapsed" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10691 msgstr "The text information for when a group is collapsed" |
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
|
10692 |
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
|
10693 #. Buddy |
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
|
10694 msgid "Contact/Chat Background Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10695 msgstr "Contact/Chat Background 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
|
10696 |
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
|
10697 msgid "The background color of a contact or chat" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10698 msgstr "The background colour of a contact or chat" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10699 |
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
|
10700 msgid "Contact Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10701 msgstr "Contact Text" |
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
|
10702 |
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
|
10703 msgid "The text information for when a contact is expanded" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10704 msgstr "The text information for when a contact is expanded" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10705 |
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
|
10706 msgid "On-line Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10707 msgstr "On-line Text" |
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
|
10708 |
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
|
10709 msgid "The text information for when a buddy is online" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10710 msgstr "The text information for when a buddy is online" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10711 |
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
|
10712 msgid "Away Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10713 msgstr "Away Text" |
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
|
10714 |
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
|
10715 msgid "The text information for when a buddy is away" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10716 msgstr "The text information for when a buddy is away" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10717 |
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
|
10718 msgid "Off-line Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10719 msgstr "Off-line Text" |
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
|
10720 |
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
|
10721 msgid "The text information for when a buddy is off-line" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10722 msgstr "The text information for when a buddy is off-line" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10723 |
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
|
10724 msgid "Idle Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10725 msgstr "Idle Text" |
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
|
10726 |
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
|
10727 msgid "The text information for when a buddy is idle" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10728 msgstr "The text information for when a buddy is idle" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10729 |
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
|
10730 msgid "Message Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10731 msgstr "Message Text" |
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
|
10732 |
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
|
10733 msgid "The text information for when a buddy has an unread message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10734 msgstr "The text information for when a buddy has an unread message" |
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
|
10735 |
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
|
10736 msgid "Message (Nick Said) Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10737 msgstr "Message (Nick Said) Text" |
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
|
10738 |
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
|
10739 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
|
10740 "The text information for when a chat has an unread message that mentions " |
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
|
10741 "your nick" |
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
|
10742 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10743 "The text information for when a chat has an unread message that mentions " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10744 "your nick" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10745 |
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
|
10746 msgid "The text information for a buddy's status" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10747 msgstr "The text information for a buddy's status" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10748 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10749 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
|
10750 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
|
10751 |
19927 | 10752 #. Widget creation function |
10753 msgid "SSL Servers" | |
10754 msgstr "SSL Servers" | |
10755 | |
10756 msgid "Unknown command." | |
10757 msgstr "Unknown command." | |
10758 | |
16160 | 10759 msgid "That buddy is not on the same protocol as this chat." |
10760 msgstr "That buddy is not on the same protocol as this chat." | |
10761 | |
10762 msgid "" | |
10763 "You are not currently signed on with an account that can invite that buddy." | |
10764 msgstr "" | |
10765 "You are not currently signed on with an account that can invite that buddy." | |
10766 | |
10767 msgid "Invite Buddy Into Chat Room" | |
10768 msgstr "Invite Buddy Into Chat Room" | |
10769 | |
10770 msgid "_Buddy:" | |
10771 msgstr "_Buddy:" | |
10772 | |
10773 msgid "_Message:" | |
10774 msgstr "_Message:" | |
10775 | |
10776 #, c-format | |
10777 msgid "<h1>Conversation with %s</h1>\n" | |
10778 msgstr "<h1>Conversation with %s</h1>\n" | |
10779 | |
10780 msgid "Save Conversation" | |
10781 msgstr "Save Conversation" | |
10782 | |
10783 msgid "Find" | |
10784 msgstr "Find" | |
10785 | |
10786 msgid "_Search for:" | |
10787 msgstr "_Search for:" | |
10788 | |
10789 msgid "Un-Ignore" | |
10790 msgstr "Un-Ignore" | |
10791 | |
10792 msgid "Ignore" | |
10793 msgstr "Ignore" | |
10794 | |
10795 msgid "Get Away Message" | |
10796 msgstr "Get Away Message" | |
10797 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
10798 msgid "Last Said" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10799 msgstr "Last Said" |
16160 | 10800 |
10801 msgid "Unable to save icon file to disk." | |
10802 msgstr "Unable to save icon file to disk." | |
10803 | |
10804 msgid "Save Icon" | |
10805 msgstr "Save Icon" | |
10806 | |
10807 msgid "Animate" | |
10808 msgstr "Animate" | |
10809 | |
10810 msgid "Hide Icon" | |
10811 msgstr "Hide Icon" | |
10812 | |
10813 msgid "Save Icon As..." | |
10814 msgstr "Save Icon As..." | |
10815 | |
10816 msgid "Set Custom Icon..." | |
10817 msgstr "Set Custom Icon..." | |
10818 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10819 msgid "Change Size" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10820 msgstr "Change Size" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10821 |
19927 | 10822 msgid "Show All" |
10823 msgstr "Show All" | |
10824 | |
16160 | 10825 #. Conversation menu |
10826 msgid "/_Conversation" | |
10827 msgstr "/_Conversation" | |
10828 | |
10829 msgid "/Conversation/New Instant _Message..." | |
10830 msgstr "/Conversation/New Instant _Message..." | |
10831 | |
10832 msgid "/Conversation/_Find..." | |
10833 msgstr "/Conversation/_Find..." | |
10834 | |
10835 msgid "/Conversation/View _Log" | |
10836 msgstr "/Conversation/View _Log" | |
10837 | |
10838 msgid "/Conversation/_Save As..." | |
10839 msgstr "/Conversation/_Save As..." | |
10840 | |
10841 msgid "/Conversation/Clea_r Scrollback" | |
10842 msgstr "/Conversation/Clea_r Scrollback" | |
10843 | |
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
|
10844 msgid "/Conversation/M_edia" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10845 msgstr "/Conversation/M_edia" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10846 |
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
|
10847 msgid "/Conversation/Media/_Audio Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10848 msgstr "/Conversation/Media/_Audio Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10849 |
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
|
10850 msgid "/Conversation/Media/_Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10851 msgstr "/Conversation/Media/_Video Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10852 |
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
|
10853 msgid "/Conversation/Media/Audio\\/Video _Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10854 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
|
10855 |
17478 | 10856 msgid "/Conversation/Se_nd File..." |
10857 msgstr "/Conversation/Se_nd File..." | |
10858 | |
10859 msgid "/Conversation/Add Buddy _Pounce..." | |
10860 msgstr "/Conversation/Add Buddy _Pounce..." | |
10861 | |
16160 | 10862 msgid "/Conversation/_Get Info" |
10863 msgstr "/Conversation/_Get Info" | |
10864 | |
10865 msgid "/Conversation/In_vite..." | |
10866 msgstr "/Conversation/In_vite..." | |
10867 | |
10868 msgid "/Conversation/M_ore" | |
10869 msgstr "/Conversation/M_ore" | |
10870 | |
10871 msgid "/Conversation/Al_ias..." | |
10872 msgstr "/Conversation/Al_ias..." | |
10873 | |
10874 msgid "/Conversation/_Block..." | |
10875 msgstr "/Conversation/_Block..." | |
10876 | |
10877 msgid "/Conversation/_Unblock..." | |
10878 msgstr "/Conversation/_Unblock..." | |
10879 | |
10880 msgid "/Conversation/_Add..." | |
10881 msgstr "/Conversation/_Add..." | |
10882 | |
10883 msgid "/Conversation/_Remove..." | |
10884 msgstr "/Conversation/_Remove..." | |
10885 | |
19927 | 10886 msgid "/Conversation/Insert Lin_k..." |
10887 msgstr "/Conversation/Insert Lin_k..." | |
10888 | |
10889 msgid "/Conversation/Insert Imag_e..." | |
10890 msgstr "/Conversation/Insert Imag_e..." | |
10891 | |
16160 | 10892 msgid "/Conversation/_Close" |
10893 msgstr "/Conversation/_Close" | |
10894 | |
10895 #. Options | |
10896 msgid "/_Options" | |
10897 msgstr "/_Options" | |
10898 | |
10899 msgid "/Options/Enable _Logging" | |
10900 msgstr "/Options/Enable _Logging" | |
10901 | |
10902 msgid "/Options/Enable _Sounds" | |
10903 msgstr "/Options/Enable _Sounds" | |
10904 | |
10905 msgid "/Options/Show Formatting _Toolbars" | |
10906 msgstr "/Options/Show Formatting _Toolbars" | |
10907 | |
10908 msgid "/Options/Show Ti_mestamps" | |
10909 msgstr "/Options/Show Ti_mestamps" | |
10910 | |
10911 msgid "/Conversation/More" | |
10912 msgstr "/Conversation/More" | |
10913 | |
19927 | 10914 msgid "/Options" |
10915 msgstr "/Options" | |
10916 | |
16160 | 10917 #. The menubar has been deactivated. Make sure the 'More' submenu is regenerated next time |
10918 #. * the 'Conversation' menu pops up. | |
10919 #. Make sure the 'Conversation -> More' menuitems are regenerated whenever | |
10920 #. * the 'Conversation' menu pops up because the entries can change after the | |
10921 #. * conversation is created. | |
10922 msgid "/Conversation" | |
10923 msgstr "/Conversation" | |
10924 | |
10925 msgid "/Conversation/View Log" | |
10926 msgstr "/Conversation/View Log" | |
10927 | |
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
|
10928 msgid "/Conversation/Media/Audio Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10929 msgstr "/Conversation/Media/Audio Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10930 |
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
|
10931 msgid "/Conversation/Media/Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10932 msgstr "/Conversation/Media/Video Call" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10933 |
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
|
10934 msgid "/Conversation/Media/Audio\\/Video Call" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
10935 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
|
10936 |
16160 | 10937 msgid "/Conversation/Send File..." |
10938 msgstr "/Conversation/Send File..." | |
10939 | |
10940 msgid "/Conversation/Add Buddy Pounce..." | |
10941 msgstr "/Conversation/Add Buddy Pounce..." | |
10942 | |
10943 msgid "/Conversation/Get Info" | |
10944 msgstr "/Conversation/Get Info" | |
10945 | |
10946 msgid "/Conversation/Invite..." | |
10947 msgstr "/Conversation/Invite..." | |
10948 | |
10949 msgid "/Conversation/Alias..." | |
10950 msgstr "/Conversation/Alias..." | |
10951 | |
10952 msgid "/Conversation/Block..." | |
10953 msgstr "/Conversation/Block..." | |
10954 | |
10955 msgid "/Conversation/Unblock..." | |
10956 msgstr "/Conversation/Unblock..." | |
10957 | |
10958 msgid "/Conversation/Add..." | |
10959 msgstr "/Conversation/Add..." | |
10960 | |
10961 msgid "/Conversation/Remove..." | |
10962 msgstr "/Conversation/Remove..." | |
10963 | |
19927 | 10964 msgid "/Conversation/Insert Link..." |
10965 msgstr "/Conversation/Insert Link..." | |
10966 | |
10967 msgid "/Conversation/Insert Image..." | |
10968 msgstr "/Conversation/Insert Image..." | |
10969 | |
16160 | 10970 msgid "/Options/Enable Logging" |
10971 msgstr "/Options/Enable Logging" | |
10972 | |
10973 msgid "/Options/Enable Sounds" | |
10974 msgstr "/Options/Enable Sounds" | |
10975 | |
10976 msgid "/Options/Show Formatting Toolbars" | |
10977 msgstr "/Options/Show Formatting Toolbars" | |
10978 | |
17478 | 10979 msgid "/Options/Show Timestamps" |
10980 msgstr "/Options/Show Timestamps" | |
10981 | |
16160 | 10982 msgid "User is typing..." |
10983 msgstr "User is typing..." | |
10984 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10985 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10986 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10987 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10988 "%s has stopped typing" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10989 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10990 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10991 "%s has stopped typing" |
16160 | 10992 |
10993 #. Build the Send To menu | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10994 msgid "S_end To" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10995 msgstr "S_end To" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
10996 |
16160 | 10997 msgid "_Send" |
10998 msgstr "_Send" | |
10999 | |
11000 #. Setup the label telling how many people are in the room. | |
11001 msgid "0 people in room" | |
11002 msgstr "0 people in room" | |
11003 | |
11004 #, c-format | |
11005 msgid "%d person in room" | |
11006 msgid_plural "%d people in room" | |
11007 msgstr[0] "%d person in room" | |
11008 msgstr[1] "%d people in room" | |
11009 | |
11010 msgid "Typing" | |
11011 msgstr "Typing" | |
11012 | |
11013 msgid "Stopped Typing" | |
11014 msgstr "Stopped Typing" | |
11015 | |
11016 msgid "Nick Said" | |
11017 msgstr "Nick Said" | |
11018 | |
11019 msgid "Unread Messages" | |
11020 msgstr "Unread Messages" | |
11021 | |
11022 msgid "New Event" | |
11023 msgstr "New Event" | |
11024 | |
19927 | 11025 msgid "clear: Clears all conversation scrollbacks." |
11026 msgstr "clear: Clears all conversation scrollbacks." | |
11027 | |
16160 | 11028 msgid "Confirm close" |
11029 msgstr "Confirm close" | |
11030 | |
11031 msgid "You have unread messages. Are you sure you want to close the window?" | |
11032 msgstr "You have unread messages. Are you sure you want to close the window?" | |
11033 | |
11034 msgid "Close other tabs" | |
11035 msgstr "Close other tabs" | |
11036 | |
11037 msgid "Close all tabs" | |
11038 msgstr "Close all tabs" | |
11039 | |
11040 msgid "Detach this tab" | |
11041 msgstr "Detach this tab" | |
11042 | |
11043 msgid "Close this tab" | |
11044 msgstr "Close this tab" | |
11045 | |
11046 msgid "Close conversation" | |
11047 msgstr "Close conversation" | |
11048 | |
11049 msgid "Last created window" | |
11050 msgstr "Last created window" | |
11051 | |
11052 msgid "Separate IM and Chat windows" | |
11053 msgstr "Separate IM and Chat windows" | |
11054 | |
11055 msgid "New window" | |
11056 msgstr "New window" | |
11057 | |
11058 msgid "By group" | |
11059 msgstr "By group" | |
11060 | |
11061 msgid "By account" | |
11062 msgstr "By account" | |
11063 | |
11064 msgid "Save Debug Log" | |
11065 msgstr "Save Debug Log" | |
11066 | |
11067 msgid "Invert" | |
11068 msgstr "Invert" | |
11069 | |
11070 msgid "Highlight matches" | |
11071 msgstr "Highlight matches" | |
11072 | |
11073 msgid "_Icon Only" | |
11074 msgstr "_Icon Only" | |
11075 | |
11076 msgid "_Text Only" | |
11077 msgstr "_Text Only" | |
11078 | |
11079 msgid "_Both Icon & Text" | |
11080 msgstr "_Both Icon & Text" | |
11081 | |
11082 msgid "Filter" | |
11083 msgstr "Filter" | |
11084 | |
11085 msgid "Right click for more options." | |
11086 msgstr "Right click for more options." | |
11087 | |
11088 msgid "Level " | |
11089 msgstr "Level " | |
11090 | |
11091 msgid "Select the debug filter level." | |
11092 msgstr "Select the debug filter level." | |
11093 | |
11094 msgid "All" | |
11095 msgstr "All" | |
11096 | |
11097 msgid "Misc" | |
11098 msgstr "Misc" | |
11099 | |
11100 msgid "Warning" | |
11101 msgstr "Warning" | |
11102 | |
11103 msgid "Error " | |
11104 msgstr "Error " | |
11105 | |
11106 msgid "Fatal Error" | |
11107 msgstr "Fatal Error" | |
11108 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11109 msgid "bug master" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11110 msgstr "bug master" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11111 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11112 msgid "artist" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11113 msgstr "artist" |
16160 | 11114 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11115 #. 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
|
11116 msgid "Ka-Hing Cheung" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11117 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
|
11118 |
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
|
11119 msgid "voice and video" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11120 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
|
11121 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11122 msgid "support" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11123 msgstr "support" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11124 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11125 msgid "webmaster" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11126 msgstr "webmaster" |
19927 | 11127 |
11128 msgid "Senior Contributor/QA" | |
11129 msgstr "Senior Contributor/QA" | |
11130 | |
16160 | 11131 msgid "win32 port" |
11132 msgstr "win32 port" | |
11133 | |
11134 msgid "maintainer" | |
11135 msgstr "maintainer" | |
11136 | |
11137 msgid "libfaim maintainer" | |
11138 msgstr "libfaim maintainer" | |
11139 | |
11140 #. If "lazy bum" translates literally into a serious insult, use something else or omit it. | |
11141 msgid "hacker and designated driver [lazy bum]" | |
11142 msgstr "hacker and designated driver [lazy bum]" | |
11143 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11144 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
|
11145 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
|
11146 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
11147 msgid "XMPP" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11148 msgstr "XMPP" |
16160 | 11149 |
11150 msgid "original author" | |
11151 msgstr "original author" | |
11152 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11153 msgid "lead developer" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11154 msgstr "lead developer" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11155 |
16160 | 11156 msgid "Afrikaans" |
11157 msgstr "Afrikaans" | |
11158 | |
11159 msgid "Arabic" | |
11160 msgstr "Arabic" | |
11161 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11162 msgid "Belarusian Latin" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11163 msgstr "Belarusian Latin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11164 |
16160 | 11165 msgid "Bulgarian" |
11166 msgstr "Bulgarian" | |
11167 | |
11168 msgid "Bengali" | |
11169 msgstr "Bengali" | |
11170 | |
11171 msgid "Bosnian" | |
11172 msgstr "Bosnian" | |
11173 | |
11174 msgid "Catalan" | |
11175 msgstr "Catalan" | |
11176 | |
11177 msgid "Valencian-Catalan" | |
11178 msgstr "Valencian Catalan" | |
11179 | |
11180 msgid "Czech" | |
11181 msgstr "Czech" | |
11182 | |
11183 msgid "Danish" | |
11184 msgstr "Danish" | |
11185 | |
11186 msgid "German" | |
11187 msgstr "German" | |
11188 | |
11189 msgid "Dzongkha" | |
11190 msgstr "Dzongkha" | |
11191 | |
11192 msgid "Greek" | |
11193 msgstr "Greek" | |
11194 | |
17478 | 11195 msgid "Australian English" |
11196 msgstr "Australian English" | |
11197 | |
16160 | 11198 msgid "Canadian English" |
11199 msgstr "Canadian English" | |
11200 | |
11201 msgid "British English" | |
11202 msgstr "British English" | |
11203 | |
11204 msgid "Esperanto" | |
11205 msgstr "Esperanto" | |
11206 | |
11207 msgid "Spanish" | |
11208 msgstr "Spanish" | |
11209 | |
19927 | 11210 msgid "Estonian" |
11211 msgstr "Estonian" | |
11212 | |
16160 | 11213 msgid "Euskera(Basque)" |
11214 msgstr "Euskera (Basque)" | |
11215 | |
11216 msgid "Persian" | |
11217 msgstr "Persian" | |
11218 | |
11219 msgid "Finnish" | |
11220 msgstr "Finnish" | |
11221 | |
11222 msgid "French" | |
11223 msgstr "French" | |
11224 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11225 msgid "Irish" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11226 msgstr "Irish" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11227 |
16160 | 11228 msgid "Galician" |
11229 msgstr "Galician" | |
11230 | |
11231 msgid "Gujarati" | |
11232 msgstr "Gujarati" | |
11233 | |
17478 | 11234 msgid "Gujarati Language Team" |
11235 msgstr "Gujarati Language Team" | |
11236 | |
16160 | 11237 msgid "Hebrew" |
11238 msgstr "Hebrew" | |
11239 | |
17478 | 11240 msgid "Hindi" |
11241 msgstr "Hindi" | |
11242 | |
16160 | 11243 msgid "Hungarian" |
11244 msgstr "Hungarian" | |
11245 | |
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
|
11246 msgid "Armenian" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11247 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
|
11248 |
16160 | 11249 msgid "Indonesian" |
11250 msgstr "Indonesian" | |
11251 | |
11252 msgid "Italian" | |
11253 msgstr "Italian" | |
11254 | |
11255 msgid "Japanese" | |
11256 msgstr "Japanese" | |
11257 | |
11258 msgid "Georgian" | |
11259 msgstr "Georgian" | |
11260 | |
17478 | 11261 msgid "Ubuntu Georgian Translators" |
11262 msgstr "Ubuntu Georgian Translators" | |
11263 | |
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
|
11264 msgid "Khmer" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11265 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
|
11266 |
16160 | 11267 msgid "Kannada" |
11268 msgstr "Kannada" | |
11269 | |
17478 | 11270 msgid "Kannada Translation team" |
11271 msgstr "Kannada Translation team" | |
11272 | |
16160 | 11273 msgid "Korean" |
11274 msgstr "Korean" | |
11275 | |
11276 msgid "Kurdish" | |
11277 msgstr "Kurdish" | |
11278 | |
20269
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11279 msgid "Lao" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11280 msgstr "Lao" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11281 |
16160 | 11282 msgid "Lithuanian" |
11283 msgstr "Lithuanian" | |
11284 | |
11285 msgid "Macedonian" | |
11286 msgstr "Macedonian" | |
11287 | |
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
|
11288 msgid "Mongolian" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11289 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
|
11290 |
17478 | 11291 msgid "Bokmål Norwegian" |
11292 msgstr "Bokmål Norwegian" | |
11293 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11294 msgid "Nepali" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11295 msgstr "Nepali" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11296 |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11297 msgid "Dutch, Flemish" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11298 msgstr "Dutch, Flemish" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11299 |
19927 | 11300 msgid "Norwegian Nynorsk" |
11301 msgstr "Norwegian Nynorsk" | |
11302 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11303 msgid "Occitan" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11304 msgstr "Occitan" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11305 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11306 msgid "Punjabi" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11307 msgstr "Punjabi" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11308 |
16160 | 11309 msgid "Polish" |
11310 msgstr "Polish" | |
11311 | |
20269
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11312 msgid "Portuguese" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11313 msgstr "Portuguese" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11314 |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11315 msgid "Portuguese-Brazil" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11316 msgstr "Portuguese-Brazil" |
e4719768af06
Re-run stats.pl to update the po files again.
Richard Laager <rlaager@wiktel.com>
parents:
20263
diff
changeset
|
11317 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11318 msgid "Pashto" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11319 msgstr "Pashto" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11320 |
16160 | 11321 msgid "Romanian" |
11322 msgstr "Romanian" | |
11323 | |
11324 msgid "Russian" | |
11325 msgstr "Russian" | |
11326 | |
11327 msgid "Slovak" | |
11328 msgstr "Slovak" | |
11329 | |
11330 msgid "Slovenian" | |
11331 msgstr "Slovenian" | |
11332 | |
11333 msgid "Albanian" | |
11334 msgstr "Albanian" | |
11335 | |
11336 msgid "Serbian" | |
11337 msgstr "Serbian" | |
11338 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11339 msgid "Sinhala" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11340 msgstr "Sinhala" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11341 |
16160 | 11342 msgid "Swedish" |
11343 msgstr "Swedish" | |
11344 | |
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
|
11345 msgid "Swahili" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11346 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
|
11347 |
16160 | 11348 msgid "Tamil" |
11349 msgstr "Tamil" | |
11350 | |
11351 msgid "Telugu" | |
11352 msgstr "Telugu" | |
11353 | |
11354 msgid "Thai" | |
11355 msgstr "Thai" | |
11356 | |
11357 msgid "Turkish" | |
11358 msgstr "Turkish" | |
11359 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11360 msgid "Urdu" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11361 msgstr "Urdu" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11362 |
16160 | 11363 msgid "Vietnamese" |
11364 msgstr "Vietnamese" | |
11365 | |
11366 msgid "T.M.Thanh and the Gnome-Vi Team" | |
11367 msgstr "T.M.Thanh and the Gnome-Vi Team" | |
11368 | |
11369 msgid "Simplified Chinese" | |
11370 msgstr "Simplified Chinese" | |
11371 | |
17478 | 11372 msgid "Hong Kong Chinese" |
11373 msgstr "Hong Kong Chinese" | |
11374 | |
16160 | 11375 msgid "Traditional Chinese" |
11376 msgstr "Traditional Chinese" | |
11377 | |
11378 msgid "Amharic" | |
11379 msgstr "Amharic" | |
11380 | |
11381 #, c-format | |
11382 msgid "About %s" | |
11383 msgstr "About %s" | |
11384 | |
17478 | 11385 #, c-format |
11386 msgid "" | |
11387 "%s is a graphical modular messaging client based on libpurple which is " | |
11388 "capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, " | |
19927 | 11389 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, MySpaceIM, Gadu-Gadu, and " |
11390 "QQ all at once. It is written using GTK+.<BR><BR>You may modify and " | |
11391 "redistribute the program under the terms of the GPL (version 2 or later). A " | |
11392 "copy of the GPL is contained in the 'COPYING' file distributed with %s. %s " | |
11393 "is copyrighted by its contributors. See the 'COPYRIGHT' file for the " | |
11394 "complete list of contributors. We provide no warranty for this program." | |
11395 "<BR><BR>" | |
17478 | 11396 msgstr "" |
11397 "%s is a graphical modular messaging client based on libpurple which is " | |
11398 "capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, " | |
19927 | 11399 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, MySpaceIM, Gadu-Gadu, and " |
11400 "QQ all at once. It is written using GTK+.<BR><BR>You may modify and " | |
11401 "redistribute the program under the terms of the GPL (version 2 or later). A " | |
11402 "copy of the GPL is contained in the 'COPYING' file distributed with %s. %s " | |
11403 "is copyrighted by its contributors. See the 'COPYRIGHT' file for the " | |
11404 "complete list of contributors. We provide no warranty for this program." | |
11405 "<BR><BR>" | |
11406 | |
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
|
11407 #, 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
|
11408 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
|
11409 "<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
|
11410 "\">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
|
11411 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11412 "<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
|
11413 "\">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
|
11414 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11415 #, 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
|
11416 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
|
11417 "<FONT SIZE=\"4\">Help via e-mail:</FONT> <A HREF=\"mailto:support@pidgin.im" |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
11418 "\">support@pidgin.im</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
|
11419 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11420 "<FONT SIZE=\"4\">Help via e-mail:</FONT> <A HREF=\"mailto:support@pidgin.im" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11421 "\">support@pidgin.im</A><BR/><BR/>" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11422 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11423 #, 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
|
11424 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
|
11425 "<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
|
11426 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11427 "<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
|
11428 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11429 #, 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
|
11430 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
|
11431 msgstr "<FONT SIZE=\"4\">XMPP MUC:</FONT> devel@conference.pidgin.im<BR><BR>" |
17478 | 11432 |
16160 | 11433 msgid "Current Developers" |
11434 msgstr "Current Developers" | |
11435 | |
11436 msgid "Crazy Patch Writers" | |
11437 msgstr "Crazy Patch Writers" | |
11438 | |
11439 msgid "Retired Developers" | |
11440 msgstr "Retired Developers" | |
11441 | |
19927 | 11442 msgid "Retired Crazy Patch Writers" |
11443 msgstr "Retired Crazy Patch Writers" | |
11444 | |
16160 | 11445 msgid "Current Translators" |
11446 msgstr "Current Translators" | |
11447 | |
11448 msgid "Past Translators" | |
11449 msgstr "Past Translators" | |
11450 | |
11451 msgid "Debugging Information" | |
11452 msgstr "Debugging Information" | |
11453 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11454 msgid "_Name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11455 msgstr "_Name" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11456 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11457 msgid "_Account" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11458 msgstr "_Account" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11459 |
16160 | 11460 msgid "Get User Info" |
11461 msgstr "Get User Info" | |
11462 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11463 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11464 "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
|
11465 "to view." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11466 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11467 "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
|
11468 "to view." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11469 |
16160 | 11470 msgid "View User Log" |
11471 msgstr "View User Log" | |
11472 | |
11473 msgid "Alias Contact" | |
11474 msgstr "Alias Contact" | |
11475 | |
11476 msgid "Enter an alias for this contact." | |
11477 msgstr "Enter an alias for this contact." | |
11478 | |
11479 #, c-format | |
11480 msgid "Enter an alias for %s." | |
11481 msgstr "Enter an alias for %s." | |
11482 | |
11483 msgid "Alias Buddy" | |
11484 msgstr "Alias Buddy" | |
11485 | |
11486 msgid "Alias Chat" | |
11487 msgstr "Alias Chat" | |
11488 | |
11489 msgid "Enter an alias for this chat." | |
11490 msgstr "Enter an alias for this chat." | |
11491 | |
11492 #, c-format | |
11493 msgid "" | |
11494 "You are about to remove the contact containing %s and %d other buddy from " | |
11495 "your buddy list. Do you want to continue?" | |
11496 msgid_plural "" | |
11497 "You are about to remove the contact containing %s and %d other buddies from " | |
11498 "your buddy list. Do you want to continue?" | |
11499 msgstr[0] "" | |
11500 "You are about to remove the contact containing %s and %d other buddy from " | |
11501 "your buddy list. Do you want to continue?" | |
11502 msgstr[1] "" | |
11503 "You are about to remove the contact containing %s and %d other buddies from " | |
11504 "your buddy list. Do you want to continue?" | |
11505 | |
11506 msgid "Remove Contact" | |
11507 msgstr "Remove Contact" | |
11508 | |
11509 msgid "_Remove Contact" | |
11510 msgstr "_Remove Contact" | |
11511 | |
11512 #, c-format | |
11513 msgid "" | |
11514 "You are about to merge the group called %s into the group called %s. Do you " | |
11515 "want to continue?" | |
11516 msgstr "" | |
11517 "You are about to merge the group called %s into the group called %s. Do you " | |
11518 "want to continue?" | |
11519 | |
11520 msgid "Merge Groups" | |
11521 msgstr "Merge Groups" | |
11522 | |
11523 msgid "_Merge Groups" | |
11524 msgstr "_Merge Groups" | |
11525 | |
11526 #, c-format | |
11527 msgid "" | |
11528 "You are about to remove the group %s and all its members from your buddy " | |
11529 "list. Do you want to continue?" | |
11530 msgstr "" | |
11531 "You are about to remove the group %s and all its members from your buddy " | |
11532 "list. Do you want to continue?" | |
11533 | |
11534 msgid "Remove Group" | |
11535 msgstr "Remove Group" | |
11536 | |
11537 msgid "_Remove Group" | |
11538 msgstr "_Remove Group" | |
11539 | |
11540 #, c-format | |
11541 msgid "" | |
11542 "You are about to remove %s from your buddy list. Do you want to continue?" | |
11543 msgstr "" | |
11544 "You are about to remove %s from your buddy list. Do you want to continue?" | |
11545 | |
11546 msgid "Remove Buddy" | |
11547 msgstr "Remove Buddy" | |
11548 | |
11549 msgid "_Remove Buddy" | |
11550 msgstr "_Remove Buddy" | |
11551 | |
11552 #, c-format | |
11553 msgid "" | |
11554 "You are about to remove the chat %s from your buddy list. Do you want to " | |
11555 "continue?" | |
11556 msgstr "" | |
11557 "You are about to remove the chat %s from your buddy list. Do you want to " | |
11558 "continue?" | |
11559 | |
11560 msgid "Remove Chat" | |
11561 msgstr "Remove Chat" | |
11562 | |
11563 msgid "_Remove Chat" | |
11564 msgstr "_Remove Chat" | |
11565 | |
11566 msgid "Right-click for more unread messages...\n" | |
11567 msgstr "Right-click for more unread messages...\n" | |
11568 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11569 msgid "_Change Status" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11570 msgstr "_Change Status" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11571 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11572 msgid "Show Buddy _List" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11573 msgstr "Show Buddy _List" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11574 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11575 msgid "_Unread Messages" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11576 msgstr "_Unread Messages" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11577 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11578 msgid "New _Message..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11579 msgstr "New _Message..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11580 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11581 msgid "_Accounts" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11582 msgstr "_Accounts" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11583 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11584 msgid "Plu_gins" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11585 msgstr "Plu_gins" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11586 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11587 msgid "Pr_eferences" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11588 msgstr "Pr_eferences" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11589 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11590 msgid "Mute _Sounds" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11591 msgstr "Mute _Sounds" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11592 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11593 msgid "_Blink on New Message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11594 msgstr "_Blink on New Message" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11595 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11596 msgid "_Quit" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11597 msgstr "_Quit" |
16160 | 11598 |
11599 msgid "Not started" | |
11600 msgstr "Not started" | |
11601 | |
11602 msgid "<b>Receiving As:</b>" | |
11603 msgstr "<b>Receiving As:</b>" | |
11604 | |
11605 msgid "<b>Receiving From:</b>" | |
11606 msgstr "<b>Receiving From:</b>" | |
11607 | |
11608 msgid "<b>Sending To:</b>" | |
11609 msgstr "<b>Sending To:</b>" | |
11610 | |
11611 msgid "<b>Sending As:</b>" | |
11612 msgstr "<b>Sending As:</b>" | |
11613 | |
11614 msgid "There is no application configured to open this type of file." | |
11615 msgstr "There is no application configured to open this type of file." | |
11616 | |
11617 msgid "An error occurred while opening the file." | |
11618 msgstr "An error occurred while opening the file." | |
11619 | |
11620 #, c-format | |
11621 msgid "Error launching %s: %s" | |
11622 msgstr "Error launching %s: %s" | |
11623 | |
11624 #, c-format | |
11625 msgid "Error running %s" | |
11626 msgstr "Error running %s" | |
11627 | |
11628 #, c-format | |
11629 msgid "Process returned error code %d" | |
11630 msgstr "Process returned error code %d" | |
11631 | |
11632 msgid "Filename:" | |
11633 msgstr "Filename:" | |
11634 | |
11635 msgid "Local File:" | |
11636 msgstr "Local File:" | |
11637 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11638 msgid "Speed:" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11639 msgstr "Speed:" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11640 |
16160 | 11641 msgid "Time Elapsed:" |
11642 msgstr "Time Elapsed:" | |
11643 | |
11644 msgid "Time Remaining:" | |
11645 msgstr "Time Remaining:" | |
11646 | |
11647 msgid "Close this window when all transfers _finish" | |
11648 msgstr "Close this window when all transfers _finish" | |
11649 | |
11650 msgid "C_lear finished transfers" | |
11651 msgstr "C_lear finished transfers" | |
11652 | |
11653 #. "Download Details" arrow | |
11654 msgid "File transfer _details" | |
11655 msgstr "File transfer _details" | |
11656 | |
11657 #. Pause button | |
11658 msgid "_Pause" | |
11659 msgstr "_Pause" | |
11660 | |
11661 #. Resume button | |
11662 msgid "_Resume" | |
11663 msgstr "_Resume" | |
11664 | |
11665 msgid "Paste as Plain _Text" | |
11666 msgstr "Paste as Plain _Text" | |
11667 | |
11668 msgid "_Reset formatting" | |
11669 msgstr "_Reset formatting" | |
11670 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11671 msgid "Disable _smileys in selected text" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11672 msgstr "Disable _smileys in selected text" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11673 |
16160 | 11674 msgid "Hyperlink color" |
11675 msgstr "Hyperlink colour" | |
11676 | |
11677 msgid "Color to draw hyperlinks." | |
11678 msgstr "Colour to draw hyperlinks." | |
11679 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11680 msgid "Hyperlink visited color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11681 msgstr "Hyperlink visited colour" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11682 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11683 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
|
11684 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
|
11685 |
16160 | 11686 msgid "Hyperlink prelight color" |
11687 msgstr "Hyperlink prelight colour" | |
11688 | |
11689 msgid "Color to draw hyperlinks when mouse is over them." | |
11690 msgstr "Colour to draw hyperlinks when mouse is over them." | |
11691 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11692 msgid "Sent Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11693 msgstr "Sent Message Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11694 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11695 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
|
11696 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
|
11697 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11698 msgid "Received Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11699 msgstr "Received Message Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11700 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11701 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
|
11702 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
|
11703 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11704 msgid "\"Attention\" Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11705 msgstr "\"Attention\" Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11706 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11707 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
|
11708 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11709 "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
|
11710 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11711 msgid "Action Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11712 msgstr "Action Message Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11713 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11714 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
|
11715 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
|
11716 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11717 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
|
11718 msgstr "Action Message Name Colour for Whispered Message" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11719 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11720 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
|
11721 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
|
11722 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11723 msgid "Whisper Message Name Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11724 msgstr "Whisper Message Name Colour" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11725 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11726 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
|
11727 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
|
11728 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11729 msgid "Typing notification color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11730 msgstr "Typing notification colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11731 |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
11732 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
|
11733 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
|
11734 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11735 msgid "Typing notification font" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11736 msgstr "Typing notification font" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11737 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11738 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
|
11739 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
|
11740 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11741 msgid "Enable typing notification" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11742 msgstr "Enable typing notification" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11743 |
16160 | 11744 msgid "" |
11745 "<span size='larger' weight='bold'>Unrecognized file type</span>\n" | |
11746 "\n" | |
11747 "Defaulting to PNG." | |
11748 msgstr "" | |
11749 "<span size='larger' weight='bold'>Unrecognised file type</span>\n" | |
11750 "\n" | |
11751 "Defaulting to PNG." | |
11752 | |
11753 msgid "" | |
11754 "Unrecognized file type\n" | |
11755 "\n" | |
11756 "Defaulting to PNG." | |
11757 msgstr "" | |
11758 "Unrecognised file type\n" | |
11759 "\n" | |
11760 "Defaulting to PNG." | |
11761 | |
11762 #, c-format | |
11763 msgid "" | |
11764 "<span size='larger' weight='bold'>Error saving image</span>\n" | |
11765 "\n" | |
11766 "%s" | |
11767 msgstr "" | |
11768 "<span size='larger' weight='bold'>Error saving image</span>\n" | |
11769 "\n" | |
11770 "%s" | |
11771 | |
11772 #, c-format | |
11773 msgid "" | |
11774 "Error saving image\n" | |
11775 "\n" | |
11776 "%s" | |
11777 msgstr "" | |
11778 "Error saving image\n" | |
11779 "\n" | |
11780 "%s" | |
11781 | |
11782 msgid "Save Image" | |
11783 msgstr "Save Image" | |
11784 | |
11785 msgid "_Save Image..." | |
11786 msgstr "_Save Image..." | |
11787 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11788 msgid "_Add Custom Smiley..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11789 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
|
11790 |
16160 | 11791 msgid "Select Font" |
11792 msgstr "Select Font" | |
11793 | |
11794 msgid "Select Text Color" | |
11795 msgstr "Select Text Colour" | |
11796 | |
11797 msgid "Select Background Color" | |
11798 msgstr "Select Background Colour" | |
11799 | |
11800 msgid "_URL" | |
11801 msgstr "_URL" | |
11802 | |
11803 msgid "_Description" | |
11804 msgstr "_Description" | |
11805 | |
11806 msgid "" | |
11807 "Please enter the URL and description of the link that you want to insert. " | |
11808 "The description is optional." | |
11809 msgstr "" | |
11810 "Please enter the URL and description of the link that you want to insert. " | |
11811 "The description is optional." | |
11812 | |
11813 msgid "Please enter the URL of the link that you want to insert." | |
11814 msgstr "Please enter the URL of the link that you want to insert." | |
11815 | |
11816 msgid "Insert Link" | |
11817 msgstr "Insert Link" | |
11818 | |
11819 msgid "_Insert" | |
11820 msgstr "_Insert" | |
11821 | |
11822 #, c-format | |
11823 msgid "Failed to store image: %s\n" | |
11824 msgstr "Failed to store image: %s\n" | |
11825 | |
11826 msgid "Insert Image" | |
11827 msgstr "Insert Image" | |
11828 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11829 #, c-format |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11830 msgid "" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11831 "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
|
11832 " %s" |
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11833 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11834 "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
|
11835 " %s" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11836 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11837 msgid "Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11838 msgstr "Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11839 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
11840 msgid "_Manage custom smileys" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11841 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
|
11842 |
16160 | 11843 msgid "This theme has no available smileys." |
11844 msgstr "This theme has no available smileys." | |
11845 | |
19927 | 11846 msgid "_Font" |
11847 msgstr "_Font" | |
11848 | |
11849 msgid "Group Items" | |
11850 msgstr "Group Items" | |
11851 | |
11852 msgid "Ungroup Items" | |
11853 msgstr "Ungroup Items" | |
11854 | |
16160 | 11855 msgid "Bold" |
11856 msgstr "Bold" | |
11857 | |
11858 msgid "Italic" | |
11859 msgstr "Italic" | |
11860 | |
11861 msgid "Underline" | |
11862 msgstr "Underline" | |
11863 | |
19927 | 11864 msgid "Strikethrough" |
11865 msgstr "Strikethrough" | |
11866 | |
11867 msgid "Increase Font Size" | |
11868 msgstr "Increase Font Size" | |
11869 | |
11870 msgid "Decrease Font Size" | |
11871 msgstr "Decrease Font Size" | |
11872 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11873 msgid "Font Face" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
11874 msgstr "Font Face" |
19927 | 11875 |
11876 msgid "Foreground Color" | |
11877 msgstr "Foreground Colour" | |
11878 | |
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
|
11879 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
|
11880 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
|
11881 |
19927 | 11882 msgid "Insert IM Image" |
11883 msgstr "Insert IM Image" | |
11884 | |
11885 msgid "Insert Smiley" | |
11886 msgstr "Insert Smiley" | |
11887 | |
11888 msgid "<b>_Bold</b>" | |
11889 msgstr "<b>_Bold</b>" | |
11890 | |
11891 msgid "<i>_Italic</i>" | |
11892 msgstr "<i>_Italic</i>" | |
11893 | |
11894 msgid "<u>_Underline</u>" | |
11895 msgstr "<u>_Underline</u>" | |
11896 | |
11897 msgid "<span strikethrough='true'>Strikethrough</span>" | |
11898 msgstr "<span strikethrough='true'>Strikethrough</span>" | |
11899 | |
11900 msgid "<span size='larger'>_Larger</span>" | |
11901 msgstr "<span size='larger'>_Larger</span>" | |
11902 | |
11903 msgid "_Normal" | |
11904 msgstr "_Normal" | |
11905 | |
11906 msgid "<span size='smaller'>_Smaller</span>" | |
11907 msgstr "<span size='smaller'>_Smaller</span>" | |
11908 | |
11909 #. If we want to show the formatting for the following items, we would | |
11910 #. * need to update them when formatting changes. The above items don't need | |
11911 #. * no updating nor nothin' | |
11912 msgid "_Font face" | |
11913 msgstr "_Font face" | |
11914 | |
11915 msgid "Foreground _color" | |
11916 msgstr "Foreground _colour" | |
11917 | |
11918 msgid "Bac_kground color" | |
11919 msgstr "Bac_kground colour" | |
11920 | |
11921 msgid "_Image" | |
11922 msgstr "_Image" | |
11923 | |
11924 msgid "_Link" | |
11925 msgstr "_Link" | |
11926 | |
11927 msgid "_Horizontal rule" | |
11928 msgstr "_Horizontal rule" | |
11929 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11930 msgid "_Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11931 msgstr "_Smile!" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11932 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11933 msgid "Log Deletion Failed" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11934 msgstr "Log Deletion Failed" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11935 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11936 msgid "Check permissions and try again." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11937 msgstr "Check permissions and try again." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11938 |
16160 | 11939 #, c-format |
11940 msgid "" | |
11941 "Are you sure you want to permanently delete the log of the conversation with " | |
11942 "%s which started at %s?" | |
11943 msgstr "" | |
11944 "Are you sure you want to permanently delete the log of the conversation with " | |
11945 "%s which started at %s?" | |
11946 | |
11947 #, c-format | |
11948 msgid "" | |
11949 "Are you sure you want to permanently delete the log of the conversation in %" | |
11950 "s which started at %s?" | |
11951 msgstr "" | |
11952 "Are you sure you want to permanently delete the log of the conversation in %" | |
11953 "s which started at %s?" | |
11954 | |
11955 #, c-format | |
11956 msgid "" | |
11957 "Are you sure you want to permanently delete the system log which started at %" | |
11958 "s?" | |
11959 msgstr "" | |
11960 "Are you sure you want to permanently delete the system log which started at %" | |
11961 "s?" | |
11962 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11963 msgid "Delete Log?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11964 msgstr "Delete Log?" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11965 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11966 msgid "Delete Log..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11967 msgstr "Delete Log..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11968 |
16160 | 11969 #, c-format |
11970 msgid "<span size='larger' weight='bold'>Conversation in %s on %s</span>" | |
11971 msgstr "<span size='larger' weight='bold'>Conversation in %s on %s</span>" | |
11972 | |
11973 #, c-format | |
11974 msgid "<span size='larger' weight='bold'>Conversation with %s on %s</span>" | |
11975 msgstr "<span size='larger' weight='bold'>Conversation with %s on %s</span>" | |
11976 | |
11977 #. Steal the "HELP" response and use it to trigger browsing to the logs folder | |
11978 msgid "_Browse logs folder" | |
11979 msgstr "_Browse logs folder" | |
11980 | |
11981 #, c-format | |
11982 msgid "%s %s. Try `%s -h' for more information.\n" | |
11983 msgstr "%s %s. Try `%s -h' for more information.\n" | |
11984 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
11985 #, c-format |
16160 | 11986 msgid "" |
11987 "%s %s\n" | |
11988 "Usage: %s [OPTION]...\n" | |
11989 "\n" | |
11990 " -c, --config=DIR use DIR for config files\n" | |
11991 " -d, --debug print debugging messages to stdout\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
|
11992 " -f, --force-online force online, regardless of network status\n" |
16160 | 11993 " -h, --help display this help and exit\n" |
19927 | 11994 " -m, --multiple do not ensure single instance\n" |
16160 | 11995 " -n, --nologin don't automatically login\n" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11996 " -l, --login[=NAME] enable specified account(s) (optional argument NAME\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11997 " specifies account(s) to use, separated by commas.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11998 " Without this only the first account will be enabled).\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
11999 " --display=DISPLAY X display to use\n" |
16160 | 12000 " -v, --version display the current version and exit\n" |
12001 msgstr "" | |
12002 "%s %s\n" | |
12003 "Usage: %s [OPTION]...\n" | |
12004 "\n" | |
12005 " -c, --config=DIR use DIR for config files\n" | |
12006 " -d, --debug print debugging messages to stdout\n" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12007 " -f, --force-online force online, regardless of network status\n" |
16160 | 12008 " -h, --help display this help and exit\n" |
19927 | 12009 " -m, --multiple do not ensure single instance\n" |
16160 | 12010 " -n, --nologin don't automatically login\n" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12011 " -l, --login[=NAME] enable specified account(s) (optional argument NAME\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12012 " specifies account(s) to use, separated by commas.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12013 " Without this only the first account will be enabled).\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12014 " --display=DISPLAY X display to use\n" |
16160 | 12015 " -v, --version display the current version and exit\n" |
12016 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12017 #, c-format |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12018 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12019 "%s %s\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12020 "Usage: %s [OPTION]...\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12021 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12022 " -c, --config=DIR use DIR for config files\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12023 " -d, --debug print debugging messages to stdout\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
|
12024 " -f, --force-online force online, regardless of network status\n" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12025 " -h, --help display this help and exit\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12026 " -m, --multiple do not ensure single instance\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12027 " -n, --nologin don't automatically login\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12028 " -l, --login[=NAME] enable specified account(s) (optional argument NAME\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12029 " specifies account(s) to use, separated by commas.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12030 " Without this only the first account will be enabled).\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12031 " -v, --version display the current version and exit\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12032 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12033 "%s %s\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12034 "Usage: %s [OPTION]...\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12035 "\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12036 " -c, --config=DIR use DIR for config files\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12037 " -d, --debug print debugging messages to stdout\n" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12038 " -f, --force-online force online, regardless of network status\n" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12039 " -h, --help display this help and exit\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12040 " -m, --multiple do not ensure single instance\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12041 " -n, --nologin don't automatically login\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12042 " -l, --login[=NAME] enable specified account(s) (optional argument NAME\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12043 " specifies account(s) to use, separated by commas.\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12044 " Without this only the first account will be enabled).\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12045 " -v, --version display the current version and exit\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12046 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12047 #, c-format |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12048 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12049 "%s %s has segfaulted and attempted to dump a core file.\n" |
16160 | 12050 "This is a bug in the software and has happened through\n" |
12051 "no fault of your own.\n" | |
12052 "\n" | |
17478 | 12053 "If you can reproduce the crash, please notify the developers\n" |
12054 "by reporting a bug at:\n" | |
19927 | 12055 "%ssimpleticket/\n" |
16160 | 12056 "\n" |
12057 "Please make sure to specify what you were doing at the time\n" | |
12058 "and post the backtrace from the core file. If you do not know\n" | |
12059 "how to get the backtrace, please read the instructions at\n" | |
17478 | 12060 "%swiki/GetABacktrace\n" |
16160 | 12061 msgstr "" |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12062 "%s %s has segfaulted and attempted to dump a core file.\n" |
16160 | 12063 "This is a bug in the software and has happened through\n" |
12064 "no fault of your own.\n" | |
12065 "\n" | |
17478 | 12066 "If you can reproduce the crash, please notify the developers\n" |
12067 "by reporting a bug at:\n" | |
19927 | 12068 "%ssimpleticket/\n" |
16160 | 12069 "\n" |
12070 "Please make sure to specify what you were doing at the time\n" | |
12071 "and post the backtrace from the core file. If you do not know\n" | |
12072 "how to get the backtrace, please read the instructions at\n" | |
17478 | 12073 "%swiki/GetABacktrace\n" |
16160 | 12074 |
19927 | 12075 #. Translators may want to transliterate the name. |
12076 #. It is not to be translated. | |
12077 msgid "Pidgin" | |
12078 msgstr "Pidgin" | |
12079 | |
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
|
12080 #, 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
|
12081 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
|
12082 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
|
12083 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12084 msgid "/_Media" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12085 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
|
12086 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12087 msgid "/Media/_Hangup" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12088 msgstr "/Media/_Hangup" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12089 |
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
|
12090 msgid "Calling..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12091 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
|
12092 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12093 #, 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
|
12094 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
|
12095 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
|
12096 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12097 #, 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
|
12098 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
|
12099 msgstr "%s wishes to start a video session with you." |
16160 | 12100 |
12101 #, c-format | |
12102 msgid "%s has %d new message." | |
12103 msgid_plural "%s has %d new messages." | |
12104 msgstr[0] "%s has %d new message." | |
12105 msgstr[1] "%s has %d new messages." | |
12106 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12107 #, c-format |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
12108 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
|
12109 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
|
12110 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
|
12111 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
|
12112 |
16160 | 12113 #, c-format |
12114 msgid "The browser command \"%s\" is invalid." | |
12115 msgstr "The browser command \"%s\" is invalid." | |
12116 | |
12117 msgid "Unable to open URL" | |
12118 msgstr "Unable to open URL" | |
12119 | |
12120 #, c-format | |
12121 msgid "Error launching \"%s\": %s" | |
12122 msgstr "Error launching \"%s\": %s" | |
12123 | |
12124 msgid "" | |
12125 "The 'Manual' browser command has been chosen, but no command has been set." | |
12126 msgstr "" | |
12127 "The 'Manual' browser command has been chosen, but no command has been set." | |
12128 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12129 msgid "No message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12130 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
|
12131 |
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
|
12132 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
|
12133 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
|
12134 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12135 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
|
12136 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
|
12137 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12138 msgid "New Pounces" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12139 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
|
12140 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12141 msgid "Dismiss" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12142 msgstr "Dismiss" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12143 |
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
|
12144 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
|
12145 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
|
12146 |
16160 | 12147 msgid "The following plugins will be unloaded." |
12148 msgstr "The following plug-ins will be unloaded." | |
12149 | |
12150 msgid "Multiple plugins will be unloaded." | |
12151 msgstr "Multiple plug-ins will be unloaded." | |
12152 | |
12153 msgid "Unload Plugins" | |
12154 msgstr "Unload Plug-ins" | |
12155 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12156 msgid "Could not unload plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12157 msgstr "Could not unload plugin" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12158 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12159 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12160 "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
|
12161 "startup." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12162 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12163 "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
|
12164 "startup." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12165 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12166 #, c-format |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12167 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12168 "<span foreground=\"red\" weight=\"bold\">Error: %s\n" |
16160 | 12169 "Check the plugin website for an update.</span>" |
12170 msgstr "" | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12171 "<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
|
12172 "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
|
12173 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12174 msgid "Author" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12175 msgstr "Author" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12176 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12177 msgid "<b>Written by:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12178 msgstr "<b>Written by:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12179 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12180 msgid "<b>Web site:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12181 msgstr "<b>Web site:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12182 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12183 msgid "<b>Filename:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12184 msgstr "<b>Filename:</b>" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12185 |
16160 | 12186 msgid "Configure Pl_ugin" |
12187 msgstr "Configure Pl_ug-in" | |
12188 | |
12189 msgid "<b>Plugin Details</b>" | |
12190 msgstr "<b>Plug-in Details</b>" | |
12191 | |
12192 msgid "Select a file" | |
12193 msgstr "Select a file" | |
12194 | |
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
|
12195 msgid "Modify Buddy Pounce" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12196 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
|
12197 |
16160 | 12198 #. Create the "Pounce on Whom" frame. |
12199 msgid "Pounce on Whom" | |
12200 msgstr "Pounce on Whom" | |
12201 | |
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
|
12202 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
|
12203 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
|
12204 |
16160 | 12205 msgid "_Buddy name:" |
12206 msgstr "_Buddy name:" | |
12207 | |
12208 msgid "Si_gns on" | |
12209 msgstr "Si_gns on" | |
12210 | |
12211 msgid "Signs o_ff" | |
12212 msgstr "Signs o_ff" | |
12213 | |
17478 | 12214 msgid "Goes a_way" |
12215 msgstr "Goes a_way" | |
16160 | 12216 |
17478 | 12217 msgid "Ret_urns from away" |
12218 msgstr "Ret_urn from away" | |
12219 | |
16160 | 12220 msgid "Becomes _idle" |
12221 msgstr "Becomes _idle" | |
12222 | |
12223 msgid "Is no longer i_dle" | |
12224 msgstr "Is no longer i_dle" | |
12225 | |
12226 msgid "Starts _typing" | |
12227 msgstr "Starts _typing" | |
12228 | |
12229 msgid "P_auses while typing" | |
12230 msgstr "P_auses while typing" | |
12231 | |
17478 | 12232 msgid "Stops t_yping" |
12233 msgstr "Stops t_yping" | |
12234 | |
16160 | 12235 msgid "Sends a _message" |
12236 msgstr "Sends a _message" | |
12237 | |
12238 msgid "Ope_n an IM window" | |
12239 msgstr "Ope_n a message window" | |
12240 | |
12241 msgid "_Pop up a notification" | |
12242 msgstr "_Pop up a notification" | |
12243 | |
12244 msgid "Send a _message" | |
12245 msgstr "Send a _message" | |
12246 | |
12247 msgid "E_xecute a command" | |
12248 msgstr "E_xecute a command" | |
12249 | |
19927 | 12250 msgid "P_lay a sound" |
12251 msgstr "P_lay a sound" | |
12252 | |
12253 msgid "Brows_e..." | |
12254 msgstr "Brows_e..." | |
12255 | |
16160 | 12256 msgid "Br_owse..." |
12257 msgstr "Br_owse..." | |
12258 | |
12259 msgid "Pre_view" | |
12260 msgstr "Pre_view" | |
12261 | |
19927 | 12262 msgid "P_ounce only when my status is not Available" |
12263 msgstr "P_ounce only when my status is not Available" | |
12264 | |
16160 | 12265 msgid "_Recurring" |
12266 msgstr "_Recurring" | |
12267 | |
12268 msgid "Pounce Target" | |
12269 msgstr "Pounce Target" | |
12270 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12271 #, 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
|
12272 msgid "Started typing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12273 msgstr "Started typing" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12274 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12275 #, 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
|
12276 msgid "Paused while typing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12277 msgstr "Paused while typing" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12278 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12279 #, 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
|
12280 msgid "Signed on" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12281 msgstr "Signed on" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12282 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12283 #, 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
|
12284 msgid "Returned from being idle" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12285 msgstr "Returned from being idle" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12286 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12287 #, 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
|
12288 msgid "Returned from being away" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12289 msgstr "Returned from being away" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12290 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12291 #, 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
|
12292 msgid "Stopped typing" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12293 msgstr "Stopped typing" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12294 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12295 #, 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
|
12296 msgid "Signed off" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12297 msgstr "Signed off" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12298 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12299 #, 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
|
12300 msgid "Became idle" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12301 msgstr "Became idle" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12302 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12303 #, 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
|
12304 msgid "Went away" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12305 msgstr "Went away" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12306 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12307 #, 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
|
12308 msgid "Sent a message" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12309 msgstr "Sent a message" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12310 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12311 #, 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
|
12312 msgid "Unknown.... Please report this!" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12313 msgstr "Unknown.... Please report this!" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12314 |
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
|
12315 msgid "Theme failed to unpack." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12316 msgstr "Theme failed to unpack." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12317 |
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
|
12318 msgid "Theme failed to load." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12319 msgstr "Theme failed to load." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12320 |
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
|
12321 msgid "Theme failed to copy." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12322 msgstr "Theme failed to copy." |
16160 | 12323 |
19927 | 12324 msgid "Install Theme" |
12325 msgstr "Install Theme" | |
12326 | |
16160 | 12327 msgid "" |
12328 "Select a smiley theme that you would like to use from the list below. New " | |
12329 "themes can be installed by dragging and dropping them onto the theme list." | |
12330 msgstr "" | |
12331 "Select a smiley theme that you would like to use from the list below. New " | |
12332 "themes can be installed by dragging and dropping them onto the theme list." | |
12333 | |
12334 msgid "Icon" | |
12335 msgstr "Icon" | |
12336 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12337 msgid "Keyboard Shortcuts" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12338 msgstr "Keyboard Shortcuts" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12339 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12340 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
|
12341 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
|
12342 |
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
|
12343 #. 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
|
12344 msgid "Buddy List Theme" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12345 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
|
12346 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12347 #. System Tray |
16160 | 12348 msgid "System Tray Icon" |
12349 msgstr "System Tray Icon" | |
12350 | |
12351 msgid "_Show system tray icon:" | |
12352 msgstr "_Show system tray icon:" | |
12353 | |
12354 msgid "On unread messages" | |
12355 msgstr "On unread messages" | |
12356 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12357 msgid "Conversation Window" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12358 msgstr "Conversation Window" |
16160 | 12359 |
12360 msgid "_Hide new IM conversations:" | |
12361 msgstr "_Hide new IM conversations:" | |
12362 | |
12363 msgid "When away" | |
12364 msgstr "When away" | |
12365 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12366 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
|
12367 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
|
12368 |
16160 | 12369 #. All the tab options! |
12370 msgid "Tabs" | |
12371 msgstr "Tabs" | |
12372 | |
12373 msgid "Show IMs and chats in _tabbed windows" | |
12374 msgstr "Show IMs and chats in _tabbed windows" | |
12375 | |
12376 msgid "Show close b_utton on tabs" | |
12377 msgstr "Show close b_utton on tabs" | |
12378 | |
12379 msgid "_Placement:" | |
12380 msgstr "_Placement" | |
12381 | |
12382 msgid "Top" | |
12383 msgstr "Top" | |
12384 | |
12385 msgid "Bottom" | |
12386 msgstr "Bottom" | |
12387 | |
12388 msgid "Left" | |
12389 msgstr "Left" | |
12390 | |
12391 msgid "Right" | |
12392 msgstr "Right" | |
12393 | |
12394 msgid "Left Vertical" | |
12395 msgstr "Left Vertical" | |
12396 | |
12397 msgid "Right Vertical" | |
12398 msgstr "Right Vertical" | |
12399 | |
12400 msgid "N_ew conversations:" | |
12401 msgstr "N_ew conversations:" | |
12402 | |
12403 msgid "Show _formatting on incoming messages" | |
12404 msgstr "Show _formatting on incoming messages" | |
12405 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12406 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
|
12407 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
|
12408 |
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
|
12409 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
|
12410 msgstr "Show _detailed information" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12411 |
16160 | 12412 msgid "Enable buddy ic_on animation" |
12413 msgstr "Enable buddy ic_on animation" | |
12414 | |
12415 msgid "_Notify buddies that you are typing to them" | |
12416 msgstr "_Notify buddies that you are typing to them" | |
12417 | |
12418 msgid "Highlight _misspelled words" | |
12419 msgstr "Highlight _misspelled words" | |
12420 | |
12421 msgid "Use smooth-scrolling" | |
12422 msgstr "Use smooth-scrolling" | |
12423 | |
12424 msgid "F_lash window when IMs are received" | |
12425 msgstr "F_lash window when IMs are received" | |
12426 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12427 msgid "Minimum input area height in lines:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12428 msgstr "Minimum input area height in lines:" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12429 |
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
|
12430 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
|
12431 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
|
12432 |
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
|
12433 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
|
12434 msgstr "Use document font from _theme" |
19927 | 12435 |
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
|
12436 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
|
12437 msgstr "Use font from _theme" |
19927 | 12438 |
12439 msgid "Conversation _font:" | |
12440 msgstr "Conversation _font:" | |
12441 | |
16160 | 12442 msgid "Default Formatting" |
12443 msgstr "Default Formatting" | |
12444 | |
12445 msgid "" | |
12446 "This is how your outgoing message text will appear when you use protocols " | |
19927 | 12447 "that support formatting." |
16160 | 12448 msgstr "" |
12449 "This is how your outgoing message text will appear when you use protocols " | |
19927 | 12450 "that support formatting." |
12451 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12452 msgid "Cannot start proxy configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12453 msgstr "Cannot start proxy configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12454 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12455 msgid "Cannot start browser configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12456 msgstr "Cannot start browser configuration program." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12457 |
16160 | 12458 msgid "<span style=\"italic\">Example: stunserver.org</span>" |
12459 msgstr "<span style=\"italic\">Example: stunserver.org</span>" | |
12460 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12461 #, 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
|
12462 msgid "Use _automatically detected IP address: %s" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12463 msgstr "Use _automatically detected IP address: %s" |
16160 | 12464 |
12465 msgid "Public _IP:" | |
12466 msgstr "Public _IP:" | |
12467 | |
12468 msgid "Ports" | |
12469 msgstr "Ports" | |
12470 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12471 msgid "_Enable automatic router port forwarding" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12472 msgstr "_Enable automatic router port forwarding" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12473 |
16160 | 12474 msgid "_Manually specify range of ports to listen on" |
12475 msgstr "_Manually specify range of ports to listen on" | |
12476 | |
12477 msgid "_Start port:" | |
12478 msgstr "_Start port:" | |
12479 | |
12480 msgid "_End port:" | |
12481 msgstr "_End port:" | |
12482 | |
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
|
12483 #. 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
|
12484 msgid "Relay Server (TURN)" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12485 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
|
12486 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12487 msgid "Proxy Server & Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12488 msgstr "Proxy Server & Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12489 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12490 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
|
12491 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
|
12492 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12493 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
|
12494 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
|
12495 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12496 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12497 "Proxy & Browser preferences are configured\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12498 "in GNOME Preferences" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12499 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12500 "Proxy & Browser preferences are configured\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12501 "in GNOME Preferences" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12502 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12503 msgid "Configure _Proxy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12504 msgstr "Configure _Proxy" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12505 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12506 msgid "Configure _Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12507 msgstr "Configure _Browser" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12508 |
16160 | 12509 msgid "Proxy Server" |
12510 msgstr "Proxy Server" | |
12511 | |
12512 msgid "No proxy" | |
12513 msgstr "No proxy" | |
12514 | |
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
|
12515 #. 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
|
12516 msgid "Use remote DNS with SOCKS4 proxies" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12517 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
|
12518 |
16160 | 12519 msgid "_User:" |
12520 msgstr "_User:" | |
12521 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12522 msgid "Seamonkey" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12523 msgstr "Seamonkey" |
16160 | 12524 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12525 msgid "Opera" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12526 msgstr "Opera" |
16160 | 12527 |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12528 msgid "Netscape" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12529 msgstr "Netscape" |
16160 | 12530 |
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
|
12531 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
|
12532 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
|
12533 |
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
|
12534 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
|
12535 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
|
12536 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12537 msgid "Desktop Default" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12538 msgstr "Desktop Default" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12539 |
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
|
12540 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
|
12541 msgstr "GNOME Default" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12542 |
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
|
12543 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
|
12544 msgstr "Galeon" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12545 |
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
|
12546 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
|
12547 msgstr "Firefox" |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12548 |
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
|
12549 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
|
12550 msgstr "Firebird" |
16160 | 12551 |
12552 msgid "Epiphany" | |
12553 msgstr "Epiphany" | |
12554 | |
12555 msgid "Manual" | |
12556 msgstr "Manual" | |
12557 | |
12558 msgid "Browser Selection" | |
12559 msgstr "Browser Selection" | |
12560 | |
12561 msgid "_Browser:" | |
12562 msgstr "_Browser:" | |
12563 | |
12564 msgid "_Open link in:" | |
12565 msgstr "_Open Link in:" | |
12566 | |
12567 msgid "Browser default" | |
12568 msgstr "Browser default" | |
12569 | |
12570 msgid "Existing window" | |
12571 msgstr "Existing window" | |
12572 | |
12573 msgid "New tab" | |
12574 msgstr "New tab" | |
12575 | |
12576 #, c-format | |
12577 msgid "" | |
12578 "_Manual:\n" | |
12579 "(%s for URL)" | |
12580 msgstr "" | |
12581 "_Manual:\n" | |
12582 "(%s for URL)" | |
12583 | |
12584 msgid "Log _format:" | |
12585 msgstr "Log _format:" | |
12586 | |
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
|
12587 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
|
12588 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
|
12589 |
16160 | 12590 msgid "Log all c_hats" |
12591 msgstr "Log all c_hats" | |
12592 | |
12593 msgid "Log all _status changes to system log" | |
12594 msgstr "Log all _status changes to system log" | |
12595 | |
12596 msgid "Sound Selection" | |
12597 msgstr "Sound Selection" | |
12598 | |
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
|
12599 #, c-format |
16160 | 12600 msgid "Quietest" |
12601 msgstr "Quietest" | |
12602 | |
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
|
12603 #, c-format |
16160 | 12604 msgid "Quieter" |
12605 msgstr "Quieter" | |
12606 | |
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
|
12607 #, c-format |
16160 | 12608 msgid "Quiet" |
12609 msgstr "Quiet" | |
12610 | |
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
|
12611 #, c-format |
16160 | 12612 msgid "Loud" |
12613 msgstr "Loud" | |
12614 | |
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
|
12615 #, c-format |
16160 | 12616 msgid "Louder" |
12617 msgstr "Louder" | |
12618 | |
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
|
12619 #, c-format |
16160 | 12620 msgid "Loudest" |
12621 msgstr "Loudest" | |
12622 | |
12623 msgid "_Method:" | |
12624 msgstr "_Method:" | |
12625 | |
17478 | 12626 msgid "Console beep" |
12627 msgstr "Console beep" | |
12628 | |
16160 | 12629 msgid "No sounds" |
12630 msgstr "No sounds" | |
12631 | |
12632 #, c-format | |
12633 msgid "" | |
12634 "Sound c_ommand:\n" | |
12635 "(%s for filename)" | |
12636 msgstr "" | |
12637 "Sound c_ommand:\n" | |
12638 "(%s for filename)" | |
12639 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12640 msgid "M_ute sounds" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12641 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
|
12642 |
16160 | 12643 msgid "Sounds when conversation has _focus" |
12644 msgstr "Sounds when conversation has _focus" | |
12645 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12646 msgid "_Enable sounds:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12647 msgstr "_Enable sounds:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12648 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12649 msgid "V_olume:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12650 msgstr "V_olume:" |
16160 | 12651 |
12652 msgid "Play" | |
12653 msgstr "Play" | |
12654 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12655 msgid "_Browse..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12656 msgstr "_Browse..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12657 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12658 msgid "_Reset" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12659 msgstr "_Reset" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12660 |
16160 | 12661 msgid "_Report idle time:" |
12662 msgstr "_Report idle time:" | |
12663 | |
12664 msgid "Based on keyboard or mouse use" | |
12665 msgstr "Based on keyboard or mouse use" | |
12666 | |
12667 msgid "_Auto-reply:" | |
12668 msgstr "_Auto-reply:" | |
12669 | |
12670 msgid "When both away and idle" | |
12671 msgstr "When both away and idle" | |
12672 | |
12673 #. Auto-away stuff | |
12674 msgid "Auto-away" | |
12675 msgstr "Auto-away" | |
12676 | |
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
|
12677 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
|
12678 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
|
12679 |
16160 | 12680 msgid "Change status when _idle" |
12681 msgstr "Change status when _idle" | |
12682 | |
12683 msgid "Change _status to:" | |
12684 msgstr "Change _status to:" | |
12685 | |
12686 #. Signon status stuff | |
12687 msgid "Status at Startup" | |
12688 msgstr "Status at Startup" | |
12689 | |
12690 msgid "Use status from last _exit at startup" | |
12691 msgstr "Use status from last _exit at startup" | |
12692 | |
12693 msgid "Status to a_pply at startup:" | |
12694 msgstr "Status to a_pply at startup:" | |
12695 | |
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
|
12696 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
|
12697 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
|
12698 |
16160 | 12699 msgid "Smiley Themes" |
12700 msgstr "Smiley Themes" | |
12701 | |
12702 msgid "Browser" | |
12703 msgstr "Browser" | |
12704 | |
12705 msgid "Status / Idle" | |
12706 msgstr "Status / Idle" | |
12707 | |
12708 msgid "Allow all users to contact me" | |
12709 msgstr "Allow all users to contact me" | |
12710 | |
12711 msgid "Allow only the users on my buddy list" | |
12712 msgstr "Allow only the users on my buddy list" | |
12713 | |
20236
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12714 msgid "Allow only the users below" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12715 msgstr "Allow only the users below" |
60485bc8ff7f
applied changes from 98c6a98c20211da70f7a11c8b1e6aeb73621fbce
Richard Laager <rlaager@wiktel.com>
parents:
19927
diff
changeset
|
12716 |
16160 | 12717 msgid "Block all users" |
12718 msgstr "Block all users" | |
12719 | |
12720 msgid "Block only the users below" | |
12721 msgstr "Block only the users below" | |
12722 | |
12723 msgid "Privacy" | |
12724 msgstr "Privacy" | |
12725 | |
12726 msgid "Changes to privacy settings take effect immediately." | |
12727 msgstr "Changes to privacy settings take effect immediately." | |
12728 | |
12729 msgid "Set privacy for:" | |
12730 msgstr "Set privacy for:" | |
12731 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12732 #. Remove All button |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12733 msgid "Remove Al_l" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12734 msgstr "Remove Al_l" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12735 |
16160 | 12736 msgid "Permit User" |
12737 msgstr "Permit User" | |
12738 | |
12739 msgid "Type a user you permit to contact you." | |
12740 msgstr "Type a user you permit to contact you." | |
12741 | |
12742 msgid "Please enter the name of the user you wish to be able to contact you." | |
12743 msgstr "Please enter the name of the user you wish to be able to contact you." | |
12744 | |
12745 msgid "_Permit" | |
12746 msgstr "_Permit" | |
12747 | |
12748 #, c-format | |
12749 msgid "Allow %s to contact you?" | |
12750 msgstr "Allow %s to contact you?" | |
12751 | |
12752 #, c-format | |
12753 msgid "Are you sure you wish to allow %s to contact you?" | |
12754 msgstr "Are you sure you wish to allow %s to contact you?" | |
12755 | |
12756 msgid "Block User" | |
12757 msgstr "Block User" | |
12758 | |
12759 msgid "Type a user to block." | |
12760 msgstr "Type a user to block." | |
12761 | |
12762 msgid "Please enter the name of the user you wish to block." | |
12763 msgstr "Please enter the name of the user you wish to block." | |
12764 | |
12765 #, c-format | |
12766 msgid "Block %s?" | |
12767 msgstr "Block %s?" | |
12768 | |
12769 #, c-format | |
12770 msgid "Are you sure you want to block %s?" | |
12771 msgstr "Are you sure you want to block %s?" | |
12772 | |
12773 msgid "Apply" | |
12774 msgstr "Apply" | |
12775 | |
12776 msgid "That file already exists" | |
12777 msgstr "That file already exists" | |
12778 | |
12779 msgid "Would you like to overwrite it?" | |
12780 msgstr "Would you like to overwrite it?" | |
12781 | |
12782 msgid "Overwrite" | |
12783 msgstr "Overwrite" | |
12784 | |
12785 msgid "Choose New Name" | |
12786 msgstr "Choose New Name" | |
12787 | |
12788 msgid "Select Folder..." | |
12789 msgstr "Select Folder..." | |
12790 | |
12791 #. list button | |
12792 msgid "_Get List" | |
12793 msgstr "_Get List" | |
12794 | |
12795 #. add button | |
12796 msgid "_Add Chat" | |
12797 msgstr "_Add Chat" | |
12798 | |
12799 msgid "Are you sure you want to delete the selected saved statuses?" | |
12800 msgstr "Are you sure you want to delete the selected saved statuses?" | |
12801 | |
12802 #. Use button | |
12803 msgid "_Use" | |
12804 msgstr "_Use" | |
12805 | |
12806 msgid "Title already in use. You must choose a unique title." | |
12807 msgstr "Title already in use. You must choose a unique title." | |
12808 | |
12809 msgid "Different" | |
12810 msgstr "Different" | |
12811 | |
12812 msgid "_Title:" | |
12813 msgstr "_Title:" | |
12814 | |
12815 msgid "_Status:" | |
12816 msgstr "_Status:" | |
12817 | |
12818 #. Different status message expander | |
12819 msgid "Use a _different status for some accounts" | |
12820 msgstr "Use a _different status for some accounts" | |
12821 | |
12822 #. Save & Use button | |
12823 msgid "Sa_ve & Use" | |
12824 msgstr "Sa_ve & Use" | |
12825 | |
12826 #, c-format | |
12827 msgid "Status for %s" | |
12828 msgstr "Status for %s" | |
12829 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12830 #, c-format |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12831 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12832 "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
|
12833 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12834 "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
|
12835 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12836 msgid "Custom Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12837 msgstr "Custom Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12838 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12839 msgid "Duplicate Shortcut" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12840 msgstr "Duplicate Shortcut" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12841 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12842 msgid "Edit Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12843 msgstr "Edit Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12844 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12845 msgid "Add Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12846 msgstr "Add Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12847 |
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
|
12848 msgid "_Image:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12849 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
|
12850 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12851 #. 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
|
12852 msgid "S_hortcut text:" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12853 msgstr "S_hortcut text:" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12854 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12855 msgid "Smiley" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12856 msgstr "Smiley" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12857 |
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
|
12858 msgid "Shortcut Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12859 msgstr "Shortcut Text" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12860 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12861 msgid "Custom Smiley Manager" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12862 msgstr "Custom Smiley Manager" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12863 |
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
|
12864 msgid "Select Buddy Icon" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12865 msgstr "Select Buddy Icon" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12866 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12867 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
|
12868 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
|
12869 |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
12870 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
|
12871 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
|
12872 |
16160 | 12873 msgid "Waiting for network connection" |
12874 msgstr "Waiting for network connection" | |
12875 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12876 msgid "New status..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12877 msgstr "New status..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12878 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12879 msgid "Saved statuses..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12880 msgstr "Saved statuses..." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12881 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12882 msgid "Status Selector" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12883 msgstr "Status Selector" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
12884 |
17478 | 12885 msgid "Google Talk" |
12886 msgstr "Google Talk" | |
12887 | |
16160 | 12888 #, c-format |
12889 msgid "The following error has occurred loading %s: %s" | |
12890 msgstr "The following error has occurred loading %s: %s" | |
12891 | |
12892 msgid "Failed to load image" | |
12893 msgstr "Failed to load image" | |
12894 | |
12895 #, c-format | |
12896 msgid "Cannot send folder %s." | |
12897 msgstr "Cannot send folder %s." | |
12898 | |
12899 #, c-format | |
12900 msgid "" | |
12901 "%s cannot transfer a folder. You will need to send the files within " | |
17478 | 12902 "individually." |
16160 | 12903 msgstr "" |
12904 "%s cannot transfer a folder. You will need to send the files within " | |
17478 | 12905 "individually." |
12906 | |
16160 | 12907 msgid "You have dragged an image" |
12908 msgstr "You have dragged an image" | |
12909 | |
12910 msgid "" | |
12911 "You can send this image as a file transfer, embed it into this message, or " | |
12912 "use it as the buddy icon for this user." | |
12913 msgstr "" | |
12914 "You can send this image as a file transfer, embed it into this message, or " | |
12915 "use it as the buddy icon for this user." | |
12916 | |
12917 msgid "Set as buddy icon" | |
12918 msgstr "Set as buddy icon" | |
12919 | |
12920 msgid "Send image file" | |
12921 msgstr "Send image file" | |
12922 | |
12923 msgid "Insert in message" | |
12924 msgstr "Insert in message" | |
12925 | |
12926 msgid "Would you like to set it as the buddy icon for this user?" | |
12927 msgstr "Would you like to set it as the buddy icon for this user?" | |
12928 | |
19927 | 12929 msgid "" |
12930 "You can send this image as a file transfer, or use it as the buddy icon for " | |
12931 "this user." | |
12932 msgstr "" | |
12933 "You can send this image as a file transfer, or use it as the buddy icon for " | |
12934 "this user." | |
12935 | |
16160 | 12936 msgid "" |
12937 "You can insert this image into this message, or use it as the buddy icon for " | |
12938 "this user" | |
12939 msgstr "" | |
12940 "You can insert this image into this message, or use it as the buddy icon for " | |
12941 "this user" | |
12942 | |
12943 #. I don't know if we really want to do anything here. Most of the desktop item types are crap like | |
12944 #. * "MIME Type" (I have no clue how that would be a desktop item) and "Comment"... nothing we can really | |
12945 #. * send. The only logical one is "Application," but do we really want to send a binary and nothing else? | |
12946 #. * Probably not. I'll just give an error and return. | |
12947 #. The original patch sent the icon used by the launcher. That's probably wrong | |
12948 msgid "Cannot send launcher" | |
12949 msgstr "Cannot send launcher" | |
12950 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12951 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
12952 "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
|
12953 "this launcher instead of this launcher itself." |
16160 | 12954 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12955 "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
|
12956 "this launcher instead of this launcher itself." |
16160 | 12957 |
12958 #, c-format | |
12959 msgid "" | |
12960 "<b>File:</b> %s\n" | |
12961 "<b>File size:</b> %s\n" | |
12962 "<b>Image size:</b> %dx%d" | |
12963 msgstr "" | |
12964 "<b>File:</b> %s\n" | |
12965 "<b>File size:</b> %s\n" | |
12966 "<b>Image size:</b> %dx%d" | |
12967 | |
12968 #, c-format | |
12969 msgid "The file '%s' is too large for %s. Please try a smaller image.\n" | |
12970 msgstr "The file '%s' is too large for %s. Please try a smaller image.\n" | |
12971 | |
12972 msgid "Icon Error" | |
12973 msgstr "Icon Error" | |
12974 | |
12975 msgid "Could not set icon" | |
12976 msgstr "Could not set icon" | |
12977 | |
12978 #, c-format | |
12979 msgid "Failed to open file '%s': %s" | |
12980 msgstr "Failed to open file \"%s\": %s" | |
12981 | |
12982 #, c-format | |
12983 msgid "" | |
12984 "Failed to load image '%s': reason not known, probably a corrupt image file" | |
12985 msgstr "" | |
12986 "Failed to load image \"%s\": reason not known; probably a corrupt image file" | |
12987 | |
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
|
12988 msgid "_Open Link" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12989 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
|
12990 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12991 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
|
12992 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
|
12993 |
4a592e898162
Check in updated po files so the daily po update doesn't have to work so hard.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
24523
diff
changeset
|
12994 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
|
12995 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
|
12996 |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12997 msgid "_Open File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12998 msgstr "_Open File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
12999 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13000 msgid "Open _Containing Directory" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13001 msgstr "Open _Containing Directory" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13002 |
16160 | 13003 msgid "Save File" |
13004 msgstr "Save File" | |
13005 | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13006 msgid "_Play Sound" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13007 msgstr "_Play Sound" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13008 |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13009 msgid "_Save File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13010 msgstr "_Save File" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13011 |
16160 | 13012 msgid "Select color" |
13013 msgstr "Select colour" | |
13014 | |
13015 msgid "_Alias" | |
13016 msgstr "_Alias" | |
13017 | |
13018 msgid "Close _tabs" | |
13019 msgstr "Close _tabs" | |
13020 | |
13021 msgid "_Get Info" | |
13022 msgstr "_Get Info" | |
13023 | |
13024 msgid "_Invite" | |
13025 msgstr "_Invite" | |
13026 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13027 msgid "_Modify..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13028 msgstr "_Modify..." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13029 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13030 msgid "_Add..." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13031 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
|
13032 |
16160 | 13033 msgid "_Open Mail" |
13034 msgstr "_Open Mail" | |
13035 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13036 msgid "_Edit" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13037 msgstr "_Edit" |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13038 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13039 msgid "Pidgin Tooltip" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13040 msgstr "Pidgin Tooltip" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13041 |
19927 | 13042 msgid "Pidgin smileys" |
13043 msgstr "Pidgin smileys" | |
13044 | |
13045 msgid "Penguin Pimps" | |
13046 msgstr "Penguin Pimps" | |
13047 | |
13048 msgid "Selecting this disables graphical emoticons." | |
13049 msgstr "Selecting this disables graphical emoticons." | |
13050 | |
13051 msgid "none" | |
13052 msgstr "none" | |
13053 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13054 msgid "Small" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13055 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
|
13056 |
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13057 msgid "Smaller versions of the default smilies" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13058 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
|
13059 |
16160 | 13060 msgid "Response Probability:" |
13061 msgstr "Responses Probability:" | |
13062 | |
13063 msgid "Statistics Configuration" | |
13064 msgstr "Statistics Configuration" | |
13065 | |
13066 #. msg_difference spinner | |
13067 msgid "Maximum response timeout:" | |
13068 msgstr "Maximum response timeout:" | |
13069 | |
13070 msgid "minutes" | |
13071 msgstr "minutes" | |
13072 | |
13073 #. last_seen spinner | |
13074 msgid "Maximum last-seen difference:" | |
13075 msgstr "Maximum last-seen difference:" | |
13076 | |
13077 #. threshold spinner | |
13078 msgid "Threshold:" | |
13079 msgstr "Threshold:" | |
13080 | |
13081 #. *< type | |
13082 #. *< ui_requirement | |
13083 #. *< flags | |
13084 #. *< dependencies | |
13085 #. *< priority | |
13086 #. *< id | |
13087 msgid "Contact Availability Prediction" | |
13088 msgstr "Contact Availability Prediction" | |
13089 | |
13090 #. *< name | |
13091 #. *< version | |
13092 msgid "Contact Availability Prediction plugin." | |
13093 msgstr "Contact Availability Prediction plugin." | |
13094 | |
13095 #. * summary | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13096 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
|
13097 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
|
13098 |
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
|
13099 msgid "Server name request" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13100 msgstr "Server name request" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13101 |
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
|
13102 msgid "Enter an XMPP Server" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13103 msgstr "Enter an XMPP Server" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13104 |
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
|
13105 msgid "Select an XMPP server to query" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13106 msgstr "Select an XMPP server to query" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13107 |
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
|
13108 msgid "Find Services" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13109 msgstr "Find Services" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13110 |
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
|
13111 msgid "Add to Buddy List" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13112 msgstr "Add to Buddy List" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13113 |
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
|
13114 msgid "Gateway" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13115 msgstr "Gateway" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13116 |
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
|
13117 msgid "Directory" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13118 msgstr "Directory" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13119 |
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
|
13120 msgid "PubSub Collection" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13121 msgstr "PubSub Collection" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13122 |
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
|
13123 msgid "PubSub Leaf" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13124 msgstr "PubSub Leaf" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13125 |
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
|
13126 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
|
13127 "\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
|
13128 "<b>Description:</b> " |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13129 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13130 "\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13131 "<b>Description:</b> " |
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
|
13132 |
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
|
13133 #. Create the window. |
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
|
13134 msgid "Service Discovery" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13135 msgstr "Service Discovery" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13136 |
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
|
13137 msgid "_Browse" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13138 msgstr "_Browse" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13139 |
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
|
13140 msgid "Server does not exist" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13141 msgstr "Server does not exist" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13142 |
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
|
13143 msgid "Server does not support service discovery" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13144 msgstr "Server does not support service discovery" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13145 |
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
|
13146 msgid "XMPP Service Discovery" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13147 msgstr "XMPP Service Discovery" |
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
|
13148 |
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
|
13149 msgid "Allows browsing and registering services." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13150 msgstr "Allows browsing and registering services." |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13151 |
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
|
13152 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
|
13153 "This plugin is useful for registering with legacy transports or other XMPP " |
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
|
13154 "services." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13155 msgstr "" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13156 "This plugin is useful for registering with legacy transports or other XMPP " |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13157 "services." |
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
|
13158 |
16160 | 13159 msgid "Buddy is idle" |
13160 msgstr "Buddy is idle" | |
13161 | |
13162 msgid "Buddy is away" | |
13163 msgstr "Buddy is away" | |
13164 | |
13165 msgid "Buddy is \"extended\" away" | |
13166 msgstr "Buddy is away for an extended period" | |
13167 | |
13168 #. Not used yet. | |
13169 msgid "Buddy is mobile" | |
13170 msgstr "Buddy is mobile" | |
13171 | |
13172 msgid "Buddy is offline" | |
13173 msgstr "Buddy is offline" | |
13174 | |
13175 msgid "Point values to use when..." | |
13176 msgstr "Point values to use when..." | |
13177 | |
13178 msgid "" | |
13179 "The buddy with the <i>largest score</i> is the buddy who will have priority " | |
13180 "in the contact.\n" | |
13181 msgstr "" | |
13182 "The buddy with the <i>highest score</i> is the buddy who will have priority " | |
13183 "in the contact.\n" | |
13184 | |
13185 msgid "Use last buddy when scores are equal" | |
13186 msgstr "Use last buddy when scores are equal" | |
13187 | |
13188 msgid "Point values to use for account..." | |
13189 msgstr "Point values to use for account..." | |
13190 | |
13191 #. *< type | |
13192 #. *< ui_requirement | |
13193 #. *< flags | |
13194 #. *< dependencies | |
13195 #. *< priority | |
13196 #. *< id | |
13197 msgid "Contact Priority" | |
13198 msgstr "Contact Priority" | |
13199 | |
13200 #. *< name | |
13201 #. *< version | |
13202 #. *< summary | |
13203 msgid "" | |
13204 "Allows for controlling the values associated with different buddy states." | |
13205 msgstr "" | |
13206 "Allows for controlling the values associated with different buddy states." | |
13207 | |
13208 #. *< description | |
13209 msgid "" | |
13210 "Allows for changing the point values of idle/away/offline states for buddies " | |
13211 "in contact priority computations." | |
13212 msgstr "" | |
13213 "Allows for changing the point values of idle/away/offline states for buddies " | |
13214 "in contact priority computations." | |
13215 | |
13216 msgid "Conversation Colors" | |
13217 msgstr "Conversation Colours" | |
13218 | |
13219 msgid "Customize colors in the conversation window" | |
13220 msgstr "Customise colours in the conversation window" | |
13221 | |
13222 msgid "Error Messages" | |
13223 msgstr "Error Messages" | |
13224 | |
13225 msgid "Highlighted Messages" | |
13226 msgstr "Highlighted Messages" | |
13227 | |
13228 msgid "System Messages" | |
13229 msgstr "System Messages" | |
13230 | |
13231 msgid "Sent Messages" | |
13232 msgstr "Sent Messages" | |
13233 | |
13234 msgid "Received Messages" | |
13235 msgstr "Received Messages" | |
13236 | |
13237 #, c-format | |
13238 msgid "Select Color for %s" | |
13239 msgstr "Select Colour for %s" | |
13240 | |
13241 msgid "Ignore incoming format" | |
13242 msgstr "Ignore incoming format" | |
13243 | |
13244 msgid "Apply in Chats" | |
13245 msgstr "Apply in Chats" | |
13246 | |
13247 msgid "Apply in IMs" | |
13248 msgstr "Apply in IMs" | |
13249 | |
13250 msgid "By conversation count" | |
13251 msgstr "By conversation count" | |
13252 | |
13253 msgid "Conversation Placement" | |
13254 msgstr "Conversation Placement" | |
13255 | |
17478 | 13256 #. Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above |
13257 msgid "" | |
13258 "Note: The preference for \"New conversations\" must be set to \"By " | |
13259 "conversation count\"." | |
13260 msgstr "" | |
13261 "Note: The preference for \"New conversations\" must be set to \"By " | |
13262 "conversation count\"." | |
13263 | |
16160 | 13264 msgid "Number of conversations per window" |
13265 msgstr "Number of conversations per window" | |
13266 | |
13267 msgid "Separate IM and Chat windows when placing by number" | |
13268 msgstr "Separate IM and Chat windows when placing by number" | |
13269 | |
13270 #. *< type | |
13271 #. *< ui_requirement | |
13272 #. *< flags | |
13273 #. *< dependencies | |
13274 #. *< priority | |
13275 #. *< id | |
13276 msgid "ExtPlacement" | |
13277 msgstr "ExtPlacement" | |
13278 | |
13279 #. *< name | |
13280 #. *< version | |
13281 msgid "Extra conversation placement options." | |
13282 msgstr "Extra conversation placement options." | |
13283 | |
13284 #. *< summary | |
13285 #. * description | |
13286 msgid "" | |
13287 "Restrict the number of conversations per windows, optionally separating IMs " | |
13288 "and Chats" | |
13289 msgstr "" | |
13290 "Restrict the number of conversations per windows, optionally separating IMs " | |
13291 "and Chats" | |
13292 | |
13293 #. Configuration frame | |
13294 msgid "Mouse Gestures Configuration" | |
13295 msgstr "Mouse Gestures Configuration" | |
13296 | |
13297 msgid "Middle mouse button" | |
13298 msgstr "Middle mouse button" | |
13299 | |
13300 msgid "Right mouse button" | |
13301 msgstr "Right mouse button" | |
13302 | |
13303 #. "Visual gesture display" checkbox | |
13304 msgid "_Visual gesture display" | |
13305 msgstr "_Visual gesture display" | |
13306 | |
13307 #. *< type | |
13308 #. *< ui_requirement | |
13309 #. *< flags | |
13310 #. *< dependencies | |
13311 #. *< priority | |
13312 #. *< id | |
13313 msgid "Mouse Gestures" | |
13314 msgstr "Mouse Gestures" | |
13315 | |
13316 #. *< name | |
13317 #. *< version | |
13318 #. * summary | |
13319 msgid "Provides support for mouse gestures" | |
13320 msgstr "Provides support for mouse gestures" | |
13321 | |
13322 #. * description | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13323 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13324 "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
|
13325 "mouse button to perform certain actions:\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13326 " • 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
|
13327 " • 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
|
13328 " • 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
|
13329 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13330 "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
|
13331 "mouse button to perform certain actions:\n" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13332 " • 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
|
13333 " • 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
|
13334 " • 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
|
13335 |
16160 | 13336 msgid "Instant Messaging" |
13337 msgstr "Instant Messaging" | |
13338 | |
13339 #. Add the label. | |
13340 msgid "Select a person from your address book below, or add a new person." | |
13341 msgstr "Select a person from your address book below, or add a new person." | |
13342 | |
19927 | 13343 msgid "Group:" |
13344 msgstr "Group:" | |
13345 | |
16160 | 13346 #. "New Person" button |
13347 msgid "New Person" | |
13348 msgstr "New Person" | |
13349 | |
13350 #. "Select Buddy" button | |
13351 msgid "Select Buddy" | |
13352 msgstr "Select Buddy" | |
13353 | |
13354 #. Add the label. | |
13355 msgid "" | |
13356 "Select a person from your address book to add this buddy to, or create a new " | |
13357 "person." | |
13358 msgstr "" | |
13359 "Select a person from your address book to add this buddy to, or create a new " | |
13360 "person." | |
13361 | |
13362 #. Add the expander | |
13363 msgid "User _details" | |
13364 msgstr "User _details" | |
13365 | |
13366 #. "Associate Buddy" button | |
13367 msgid "_Associate Buddy" | |
13368 msgstr "_Associate Buddy" | |
13369 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13370 msgid "Unable to send email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13371 msgstr "Unable to send email" |
19927 | 13372 |
16160 | 13373 msgid "The evolution executable was not found in the PATH." |
13374 msgstr "The evolution executable was not found in the PATH." | |
13375 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13376 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
|
13377 msgstr "An email address was not found for this buddy." |
16160 | 13378 |
13379 msgid "Add to Address Book" | |
13380 msgstr "Add to Address Book" | |
13381 | |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13382 msgid "Send Email" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13383 msgstr "Send Email" |
16160 | 13384 |
13385 #. Configuration frame | |
13386 msgid "Evolution Integration Configuration" | |
13387 msgstr "Evolution Integration Configuration" | |
13388 | |
13389 #. Label | |
13390 msgid "Select all accounts that buddies should be auto-added to." | |
13391 msgstr "Select all accounts that buddies should be auto-added to." | |
13392 | |
13393 #. *< type | |
13394 #. *< ui_requirement | |
13395 #. *< flags | |
13396 #. *< dependencies | |
13397 #. *< priority | |
13398 #. *< id | |
13399 msgid "Evolution Integration" | |
13400 msgstr "Evolution Integration" | |
13401 | |
13402 #. *< name | |
13403 #. *< version | |
13404 #. * summary | |
13405 #. * description | |
13406 msgid "Provides integration with Evolution." | |
13407 msgstr "Provides integration with Evolution." | |
13408 | |
19927 | 13409 msgid "Please enter the person's information below." |
13410 msgstr "Please enter the person's information below." | |
13411 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13412 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
|
13413 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
|
13414 |
16160 | 13415 msgid "Account type:" |
13416 msgstr "Account type:" | |
13417 | |
13418 #. Optional Information section | |
13419 msgid "Optional information:" | |
13420 msgstr "Optional information:" | |
13421 | |
13422 msgid "First name:" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13423 msgstr "Forename:" |
16160 | 13424 |
13425 msgid "Last name:" | |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13426 msgstr "Surname:" |
16160 | 13427 |
23182
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13428 msgid "Email:" |
e0bcb8cfda74
Use "email" and "Email" consistently. This is potentially controversial,
Richard Laager <rlaager@wiktel.com>
parents:
22947
diff
changeset
|
13429 msgstr "Email:" |
16160 | 13430 |
13431 #. *< type | |
13432 #. *< ui_requirement | |
13433 #. *< flags | |
13434 #. *< dependencies | |
13435 #. *< priority | |
13436 #. *< id | |
13437 msgid "GTK Signals Test" | |
13438 msgstr "GTK Signals Test" | |
13439 | |
13440 #. *< name | |
13441 #. *< version | |
13442 #. * summary | |
13443 #. * description | |
13444 msgid "Test to see that all ui signals are working properly." | |
13445 msgstr "Test to see that all UI signals are working properly." | |
13446 | |
19927 | 13447 #, c-format |
13448 msgid "" | |
13449 "\n" | |
13450 "<b>Buddy Note</b>: %s" | |
13451 msgstr "" | |
13452 "\n" | |
13453 "<b>Buddy Note</b>: %s" | |
13454 | |
16160 | 13455 msgid "History" |
13456 msgstr "History" | |
13457 | |
13458 #. *< type | |
13459 #. *< ui_requirement | |
13460 #. *< flags | |
13461 #. *< dependencies | |
13462 #. *< priority | |
13463 #. *< id | |
13464 msgid "Iconify on Away" | |
13465 msgstr "Iconify on Away" | |
13466 | |
13467 #. *< name | |
13468 #. *< version | |
13469 #. * summary | |
13470 #. * description | |
13471 msgid "Iconifies the buddy list and your conversations when you go away." | |
13472 msgstr "Iconifies the buddy list and your conversations when you go away." | |
13473 | |
13474 msgid "Mail Checker" | |
13475 msgstr "Mail Checker" | |
13476 | |
13477 msgid "Checks for new local mail." | |
13478 msgstr "Checks for new local mail." | |
13479 | |
13480 msgid "Adds a small box to the buddy list that shows if you have new mail." | |
13481 msgstr "Adds a small box to the buddy list that shows if you have new mail." | |
13482 | |
13483 msgid "Markerline" | |
13484 msgstr "Markerline" | |
13485 | |
13486 msgid "Draw a line to indicate new messages in a conversation." | |
13487 msgstr "Draw a line to indicate new messages in a conversation." | |
13488 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13489 msgid "Jump to markerline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13490 msgstr "Jump to markerline" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13491 |
16160 | 13492 msgid "Draw Markerline in " |
13493 msgstr "Draw Markerline in " | |
13494 | |
13495 msgid "_IM windows" | |
13496 msgstr "_IM windows" | |
13497 | |
13498 msgid "C_hat windows" | |
13499 msgstr "C_hat windows" | |
13500 | |
13501 msgid "" | |
13502 "A music messaging session has been requested. Please click the MM icon to " | |
13503 "accept." | |
13504 msgstr "" | |
13505 "A music messaging session has been requested. Please click the MM icon to " | |
13506 "accept." | |
13507 | |
13508 msgid "Music messaging session confirmed." | |
13509 msgstr "Music messaging session confirmed." | |
13510 | |
13511 msgid "Music Messaging" | |
13512 msgstr "Music Messaging" | |
13513 | |
13514 msgid "There was a conflict in running the command:" | |
13515 msgstr "There was a conflict in running the command:" | |
13516 | |
13517 msgid "Error Running Editor" | |
13518 msgstr "Error Running Editor" | |
13519 | |
13520 msgid "The following error has occurred:" | |
13521 msgstr "The following error has occurred:" | |
13522 | |
13523 #. Configuration frame | |
13524 msgid "Music Messaging Configuration" | |
13525 msgstr "Music Messaging Configuration" | |
13526 | |
13527 msgid "Score Editor Path" | |
13528 msgstr "Score Editor Path" | |
13529 | |
13530 msgid "_Apply" | |
13531 msgstr "_Apply" | |
13532 | |
13533 #. *< type | |
13534 #. *< ui_requirement | |
13535 #. *< flags | |
13536 #. *< dependencies | |
13537 #. *< priority | |
13538 #. *< id | |
13539 #. *< name | |
13540 #. *< version | |
13541 msgid "Music Messaging Plugin for collaborative composition." | |
13542 msgstr "Music Messaging Plugin for collaborative composition." | |
13543 | |
13544 #. * summary | |
13545 msgid "" | |
13546 "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
|
13547 "on a piece of music by editing a common score in real-time." |
16160 | 13548 msgstr "" |
13549 "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
|
13550 "on a piece of music by editing a common score in real-time." |
16160 | 13551 |
13552 #. ---------- "Notify For" ---------- | |
13553 msgid "Notify For" | |
13554 msgstr "Notify For" | |
13555 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13556 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
|
13557 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
|
13558 |
16160 | 13559 msgid "_Focused windows" |
13560 msgstr "_Focused windows" | |
13561 | |
13562 #. ---------- "Notification Methods" ---------- | |
13563 msgid "Notification Methods" | |
13564 msgstr "Notification Methods" | |
13565 | |
13566 msgid "Prepend _string into window title:" | |
13567 msgstr "Prepend _string into window title:" | |
13568 | |
13569 #. Count method button | |
13570 msgid "Insert c_ount of new messages into window title" | |
13571 msgstr "Insert c_ount of new messages into window title" | |
13572 | |
13573 #. Count xprop method button | |
13574 msgid "Insert count of new message into _X property" | |
13575 msgstr "Insert count of new messages into _X property" | |
13576 | |
13577 #. Urgent method button | |
13578 msgid "Set window manager \"_URGENT\" hint" | |
13579 msgstr "Set window manager \"_URGENT\" hint" | |
13580 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13581 msgid "_Flash window" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13582 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
|
13583 |
16160 | 13584 #. Raise window method button |
13585 msgid "R_aise conversation window" | |
13586 msgstr "R_aise conversation window" | |
13587 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13588 #. Present conversation method button |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13589 msgid "_Present conversation window" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13590 msgstr "_Present conversation window" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13591 |
16160 | 13592 #. ---------- "Notification Removals" ---------- |
13593 msgid "Notification Removal" | |
13594 msgstr "Notification Removal" | |
13595 | |
13596 #. Remove on focus button | |
13597 msgid "Remove when conversation window _gains focus" | |
13598 msgstr "Remove when conversation window _gains focus" | |
13599 | |
13600 #. Remove on click button | |
13601 msgid "Remove when conversation window _receives click" | |
13602 msgstr "Remove when conversation window _receives click" | |
13603 | |
13604 #. Remove on type button | |
13605 msgid "Remove when _typing in conversation window" | |
13606 msgstr "Remove when _typing in conversation window" | |
13607 | |
13608 #. Remove on message send button | |
13609 msgid "Remove when a _message gets sent" | |
13610 msgstr "Remove when a _message gets sent" | |
13611 | |
13612 #. Remove on conversation switch button | |
13613 msgid "Remove on switch to conversation ta_b" | |
13614 msgstr "Remove on switch to conversation ta_b" | |
13615 | |
13616 #. *< type | |
13617 #. *< ui_requirement | |
13618 #. *< flags | |
13619 #. *< dependencies | |
13620 #. *< priority | |
13621 #. *< id | |
13622 msgid "Message Notification" | |
13623 msgstr "Message Notification" | |
13624 | |
13625 #. *< name | |
13626 #. *< version | |
13627 #. * summary | |
13628 #. * description | |
13629 msgid "Provides a variety of ways of notifying you of unread messages." | |
13630 msgstr "Provides a variety of ways of notifying you of unread messages." | |
13631 | |
17478 | 13632 #. *< type |
13633 #. *< ui_requirement | |
13634 #. *< flags | |
13635 #. *< dependencies | |
13636 #. *< priority | |
13637 #. *< id | |
13638 msgid "Pidgin Demonstration Plugin" | |
13639 msgstr "Pidgin Demonstration Plug-in" | |
13640 | |
13641 #. *< name | |
13642 #. *< version | |
13643 #. * summary | |
13644 msgid "An example plugin that does stuff - see the description." | |
13645 msgstr "An example plug-in that does stuff - see the description." | |
13646 | |
13647 #. * description | |
13648 msgid "" | |
13649 "This is a really cool plugin that does a lot of stuff:\n" | |
13650 "- It tells you who wrote the program when you log in\n" | |
13651 "- It reverses all incoming text\n" | |
13652 "- It sends a message to people on your list immediately when they sign on" | |
13653 msgstr "" | |
13654 "This is a really cool plug-in that does a lot of stuff:\n" | |
13655 "- It tells you who wrote the program when you log in\n" | |
13656 "- It reverses all incoming text\n" | |
13657 "- It sends a message to people on your list immediately when they sign on" | |
13658 | |
16160 | 13659 msgid "Hyperlink Color" |
13660 msgstr "Hyperlink Colour" | |
13661 | |
24170
8feb0b33e8d5
Check in updated versions of these from running stats.pl.
Mark Doliner <mark@kingant.net>
parents:
23376
diff
changeset
|
13662 msgid "Visited Hyperlink Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13663 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
|
13664 |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13665 msgid "Highlighted Message Name Color" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13666 msgstr "Highlighted Messages Name Colour" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13667 |
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
|
13668 msgid "Typing Notification Color" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13669 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
|
13670 |
16160 | 13671 msgid "GtkTreeView Horizontal Separation" |
13672 msgstr "GtkTreeView Horizontal Separation" | |
13673 | |
13674 msgid "Conversation Entry" | |
13675 msgstr "Conversation Entry" | |
13676 | |
13677 msgid "Request Dialog" | |
13678 msgstr "Request Dialog" | |
13679 | |
13680 msgid "Notify Dialog" | |
13681 msgstr "Notify Dialog" | |
13682 | |
13683 msgid "Select Color" | |
13684 msgstr "Select Colour" | |
13685 | |
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
|
13686 #, c-format |
19927 | 13687 msgid "Select Interface Font" |
13688 msgstr "Select Interface Font" | |
13689 | |
16160 | 13690 #, c-format |
13691 msgid "Select Font for %s" | |
13692 msgstr "Select Font for %s" | |
13693 | |
13694 msgid "GTK+ Interface Font" | |
13695 msgstr "GTK+ Interface Font" | |
13696 | |
13697 msgid "GTK+ Text Shortcut Theme" | |
13698 msgstr "GTK+ Text Shortcut Theme" | |
13699 | |
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
|
13700 msgid "Disable Typing Notification Text" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13701 msgstr "Disable Typing Notification Text" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13702 |
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
|
13703 msgid "GTK+ Theme Control Settings" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13704 msgstr "GTK+ Theme Control Settings" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13705 |
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
|
13706 msgid "Colors" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13707 msgstr "Colours" |
16160 | 13708 |
13709 msgid "Fonts" | |
13710 msgstr "Fonts" | |
13711 | |
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
|
13712 msgid "Miscellaneous" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13713 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
|
13714 |
19927 | 13715 msgid "Gtkrc File Tools" |
13716 msgstr "Gtkrc File Tools" | |
13717 | |
16160 | 13718 #, c-format |
13719 msgid "Write settings to %s%sgtkrc-2.0" | |
13720 msgstr "Write settings to %s%sgtkrc-2.0" | |
13721 | |
13722 msgid "Re-read gtkrc files" | |
13723 msgstr "Re-read gtkrc files" | |
13724 | |
13725 msgid "Pidgin GTK+ Theme Control" | |
13726 msgstr "Pidgin GTK+ Theme Control" | |
13727 | |
13728 msgid "Provides access to commonly used gtkrc settings." | |
13729 msgstr "Provides access to commonly used gtkrc settings." | |
13730 | |
13731 msgid "Raw" | |
13732 msgstr "Raw" | |
13733 | |
13734 msgid "Lets you send raw input to text-based protocols." | |
13735 msgstr "Lets you send raw input to text-based protocols." | |
13736 | |
13737 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
|
13738 "Lets you send raw input to text-based protocols (XMPP, MSN, IRC, TOC). Hit " |
16160 | 13739 "'Enter' in the entry box to send. Watch the debug window." |
13740 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
|
13741 "Lets you send raw input to text-based protocols (XMPP, MSN, IRC, TOC). Hit " |
16160 | 13742 "'Enter' in the entry box to send. Watch the debug window." |
13743 | |
13744 #, 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
|
13745 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
|
13746 msgstr "You can upgrade to %s %s today." |
19927 | 13747 |
16160 | 13748 msgid "New Version Available" |
13749 msgstr "New Version Available" | |
13750 | |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13751 msgid "Later" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13752 msgstr "Later" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13753 |
24523
3cae90524840
Check in updated po files, so the nightly l10n stats script has
Mark Doliner <mark@kingant.net>
parents:
24170
diff
changeset
|
13754 msgid "Download Now" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13755 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
|
13756 |
16160 | 13757 #. *< type |
13758 #. *< ui_requirement | |
13759 #. *< flags | |
13760 #. *< dependencies | |
13761 #. *< priority | |
13762 #. *< id | |
13763 msgid "Release Notification" | |
13764 msgstr "Release Notification" | |
13765 | |
13766 #. *< name | |
13767 #. *< version | |
13768 #. * summary | |
13769 msgid "Checks periodically for new releases." | |
13770 msgstr "Checks periodically for new releases." | |
13771 | |
13772 #. * description | |
13773 msgid "" | |
13774 "Checks periodically for new releases and notifies the user with the " | |
13775 "ChangeLog." | |
13776 msgstr "" | |
13777 "Checks periodically for new releases and notifies the user with the " | |
13778 "ChangeLog." | |
13779 | |
22947
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13780 #. *< major version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13781 #. *< minor version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13782 #. *< type |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13783 #. *< ui_requirement |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13784 #. *< flags |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13785 #. *< dependencies |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13786 #. *< priority |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13787 #. *< id |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13788 msgid "Send Button" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13789 msgstr "Send Button" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13790 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13791 #. *< name |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13792 #. *< version |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13793 msgid "Conversation Window Send Button." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13794 msgstr "Conversation Window Send Button." |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13795 |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13796 #. *< summary |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13797 msgid "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13798 "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
|
13799 "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
|
13800 msgstr "" |
32ab66380789
Updated British English translation. Thanks Luke Ross!
Mark Doliner <mark@kingant.net>
parents:
22062
diff
changeset
|
13801 "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
|
13802 "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
|
13803 |
16160 | 13804 msgid "Duplicate Correction" |
13805 msgstr "Duplicate Correction" | |
13806 | |
13807 msgid "The specified word already exists in the correction list." | |
13808 msgstr "The specified word already exists in the correction list." | |
13809 | |
13810 msgid "Text Replacements" | |
13811 msgstr "Text Replacements" | |
13812 | |
13813 msgid "You type" | |
13814 msgstr "You type" | |
13815 | |
13816 msgid "You send" | |
13817 msgstr "You send" | |
13818 | |
13819 msgid "Whole words only" | |
13820 msgstr "Whole words only" | |
13821 | |
13822 msgid "Case sensitive" | |
13823 msgstr "Case sensitive" | |
13824 | |
13825 msgid "Add a new text replacement" | |
13826 msgstr "Add a new text replacement" | |
13827 | |
13828 msgid "You _type:" | |
13829 msgstr "You _type:" | |
13830 | |
13831 msgid "You _send:" | |
13832 msgstr "You _send:" | |
13833 | |
13834 #. Created here so it can be passed to whole_words_button_toggled. | |
13835 msgid "_Exact case match (uncheck for automatic case handling)" | |
13836 msgstr "_Exact case match (uncheck for automatic case handling)" | |
13837 | |
13838 msgid "Only replace _whole words" | |
13839 msgstr "Only replace _whole words" | |
13840 | |
13841 msgid "General Text Replacement Options" | |
13842 msgstr "General Text Replacement Options" | |
13843 | |
13844 msgid "Enable replacement of last word on send" | |
13845 msgstr "Enable replacement of last word on send" | |
13846 | |
13847 msgid "Text replacement" | |
13848 msgstr "Text replacement" | |
13849 | |
13850 msgid "Replaces text in outgoing messages according to user-defined rules." | |
13851 msgstr "Replaces text in outgoing messages according to user-defined rules." | |
13852 | |
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
|
13853 msgid "Just logged in" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13854 msgstr "Just logged in" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13855 |
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
|
13856 msgid "Just logged out" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13857 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
|
13858 |
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
|
13859 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
|
13860 "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
|
13861 "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
|
13862 msgstr "" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13863 "Icon for Contact/\n" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13864 "Icon for Unknown person" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13865 |
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
|
13866 msgid "Icon for Chat" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13867 msgstr "Icon for Chat" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13868 |
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
|
13869 msgid "Ignored" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13870 msgstr "Ignored" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13871 |
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
|
13872 msgid "Founder" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13873 msgstr "Founder" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13874 |
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
|
13875 msgid "Operator" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13876 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
|
13877 |
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
|
13878 msgid "Half Operator" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13879 msgstr "Half Operator" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13880 |
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
|
13881 msgid "Authorization dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13882 msgstr "Authorisation dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13883 |
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
|
13884 msgid "Error dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13885 msgstr "Error dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13886 |
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
|
13887 msgid "Information dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13888 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
|
13889 |
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
|
13890 msgid "Mail dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13891 msgstr "Mail dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13892 |
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
|
13893 msgid "Question dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13894 msgstr "Question dialog" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13895 |
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
|
13896 msgid "Warning dialog" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13897 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
|
13898 |
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
|
13899 msgid "What kind of dialog is this?" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13900 msgstr "What kind of dialog is this?" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13901 |
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
|
13902 msgid "Status Icons" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13903 msgstr "Status Icons" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13904 |
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
|
13905 msgid "Chatroom Emblems" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13906 msgstr "Chatroom Emblems" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13907 |
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
|
13908 msgid "Dialog Icons" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13909 msgstr "Dialog Icons" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13910 |
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
|
13911 msgid "Pidgin Icon Theme Editor" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13912 msgstr "Pidgin Icon Theme Editor" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13913 |
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
|
13914 msgid "Contact" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13915 msgstr "Contact" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13916 |
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
|
13917 msgid "Pidgin Buddylist Theme Editor" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13918 msgstr "Pidgin Buddylist Theme Editor" |
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13919 |
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
|
13920 msgid "Edit Buddylist Theme" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13921 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
|
13922 |
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
|
13923 msgid "Edit Icon Theme" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13924 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
|
13925 |
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
|
13926 #. *< 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
|
13927 #. *< 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
|
13928 #. *< 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
|
13929 #. *< 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
|
13930 #. *< 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
|
13931 #. *< 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
|
13932 #. * 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
|
13933 msgid "Pidgin Theme Editor" |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13934 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
|
13935 |
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
|
13936 #. *< 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
|
13937 #. *< 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
|
13938 #. * 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
|
13939 msgid "Pidgin Theme Editor." |
28014
593d31bc2c85
Updated English (British) translation. Closes #9775.
Paul Aurich <paul@darkrain42.org>
parents:
27473
diff
changeset
|
13940 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
|
13941 |
16160 | 13942 #. *< type |
13943 #. *< ui_requirement | |
13944 #. *< flags | |
13945 #. *< dependencies | |
13946 #. *< priority | |
13947 #. *< id | |
13948 msgid "Buddy Ticker" | |
13949 msgstr "Buddy Ticker" | |
13950 | |
13951 #. *< name | |
13952 #. *< version | |
13953 #. * summary | |
13954 #. * description | |
13955 msgid "A horizontal scrolling version of the buddy list." | |
13956 msgstr "A horizontal scrolling version of the buddy list." | |
13957 | |
13958 msgid "Display Timestamps Every" | |
13959 msgstr "Display Timestamps Every" | |
13960 | |
13961 #. *< type | |
13962 #. *< ui_requirement | |
13963 #. *< flags | |
13964 #. *< dependencies | |
13965 #. *< priority | |
13966 #. *< id | |
13967 msgid "Timestamp" | |
13968 msgstr "Timestamp" | |
13969 | |
13970 #. *< name | |
13971 #. *< version | |
13972 #. * summary | |
13973 msgid "Display iChat-style timestamps" | |
13974 msgstr "Display iChat-style timestamps" | |
13975 | |
13976 #. * description | |
13977 msgid "Display iChat-style timestamps every N minutes." | |
13978 msgstr "Display iChat-style timestamps every N minutes." | |
13979 | |
13980 msgid "Timestamp Format Options" | |
13981 msgstr "Timestamp Format Options" | |
13982 | |
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
|
13983 #, c-format |
17478 | 13984 msgid "_Force 24-hour time format" |
13985 msgstr "_Force 24-hour time format" | |
16160 | 13986 |
13987 msgid "Show dates in..." | |
13988 msgstr "Show dates in..." | |
13989 | |
13990 msgid "Co_nversations:" | |
13991 msgstr "Co_nversations" | |
13992 | |
13993 msgid "For delayed messages" | |
13994 msgstr "For delayed messages" | |
13995 | |
13996 msgid "For delayed messages and in chats" | |
13997 msgstr "For delayed messages and in chats" | |
13998 | |
13999 msgid "_Message Logs:" | |
14000 msgstr "_Message Logs:" | |
14001 | |
14002 #. *< type | |
14003 #. *< ui_requirement | |
14004 #. *< flags | |
14005 #. *< dependencies | |
14006 #. *< priority | |
14007 #. *< id | |
14008 msgid "Message Timestamp Formats" | |
14009 msgstr "Message Timestamp Formats" | |
14010 | |
14011 #. *< name | |
14012 #. *< version | |
14013 #. * summary | |
14014 msgid "Customizes the message timestamp formats." | |
14015 msgstr "Customises the message timestamp formats." | |
14016 | |
14017 #. * description | |
14018 msgid "" | |
14019 "This plugin allows the user to customize conversation and logging message " | |
14020 "timestamp formats." | |
14021 msgstr "" | |
14022 "This plug-in allows the user to customize conversation and logging message " | |
14023 "timestamp formats." | |
14024 | |
14025 msgid "Opacity:" | |
14026 msgstr "Opacity:" | |
14027 | |
14028 #. IM Convo trans options | |
14029 msgid "IM Conversation Windows" | |
14030 msgstr "IM Conversation Windows" | |
14031 | |
14032 msgid "_IM window transparency" | |
14033 msgstr "_IM window transparency" | |
14034 | |
14035 msgid "_Show slider bar in IM window" | |
14036 msgstr "_Show slider bar in IM window" | |
14037 | |
14038 msgid "Remove IM window transparency on focus" | |
14039 msgstr "Remove IM window transparency on focus" | |
14040 | |
14041 msgid "Always on top" | |
14042 msgstr "Always on top" | |
14043 | |
14044 #. Buddy List trans options | |
14045 msgid "Buddy List Window" | |
14046 msgstr "Buddy List Window" | |
14047 | |
14048 msgid "_Buddy List window transparency" | |
14049 msgstr "_Buddy List window transparency" | |
14050 | |
14051 msgid "Remove Buddy List window transparency on focus" | |
14052 msgstr "Remove Buddy List window transparency on focus" | |
14053 | |
14054 #. *< type | |
14055 #. *< ui_requirement | |
14056 #. *< flags | |
14057 #. *< dependencies | |
14058 #. *< priority | |
14059 #. *< id | |
14060 msgid "Transparency" | |
14061 msgstr "Transparency" | |
14062 | |
14063 #. *< name | |
14064 #. *< version | |
14065 #. * summary | |
14066 msgid "Variable Transparency for the buddy list and conversations." | |
14067 msgstr "Variable Transparency for the buddy list and conversations." | |
14068 | |
14069 #. * description | |
14070 msgid "" | |
14071 "This plugin enables variable alpha transparency on conversation windows and " | |
14072 "the buddy list.\n" | |
14073 "\n" | |
14074 "* Note: This plugin requires Win2000 or greater." | |
14075 msgstr "" | |
14076 "This plug-in enables variable alpha transparency on conversation windows and " | |
14077 "the buddy list.\n" | |
14078 "\n" | |
14079 "* Note: This plug-in requires Win2000 or greater." | |
14080 | |
14081 msgid "GTK+ Runtime Version" | |
14082 msgstr "GTK+ Runtime Version" | |
14083 | |
14084 #. Autostart | |
14085 msgid "Startup" | |
14086 msgstr "Startup" | |
14087 | |
14088 #, c-format | |
14089 msgid "_Start %s on Windows startup" | |
14090 msgstr "_Start %s on Windows startup" | |
14091 | |
14092 msgid "_Dockable Buddy List" | |
14093 msgstr "_Dockable Buddy List" | |
14094 | |
14095 #. Blist On Top | |
14096 msgid "_Keep Buddy List window on top:" | |
14097 msgstr "_Keep Buddy List window on top:" | |
14098 | |
14099 #. XXX: Did this ever work? | |
14100 msgid "Only when docked" | |
14101 msgstr "Only when docked" | |
14102 | |
17478 | 14103 msgid "Windows Pidgin Options" |
14104 msgstr "Windows Pidgin Options" | |
14105 | |
16160 | 14106 msgid "Options specific to Pidgin for Windows." |
14107 msgstr "Options specific to Pidgin for Windows." | |
14108 | |
27473
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
14109 msgid "" |
b9790d3e2a0a
Check in updated po files because I changed a bunch of strings
Mark Doliner <mark@kingant.net>
parents:
27332
diff
changeset
|
14110 "Provides options specific to Pidgin for Windows, such as buddy list docking." |
16160 | 14111 msgstr "" |
14112 "Provides options specific to Pidgin for Windows, such as buddy list docking." | |
14113 | |
14114 msgid "<font color='#777777'>Logged out.</font>" | |
14115 msgstr "<font color='#777777'>Logged out.</font>" | |
14116 | |
14117 #. *< type | |
14118 #. *< ui_requirement | |
14119 #. *< flags | |
14120 #. *< dependencies | |
14121 #. *< priority | |
14122 #. *< id | |
14123 msgid "XMPP Console" | |
14124 msgstr "XMPP Console" | |
14125 | |
14126 msgid "Account: " | |
14127 msgstr "Account: " | |
14128 | |
14129 msgid "<font color='#777777'>Not connected to XMPP</font>" | |
14130 msgstr "<font color='#777777'>Not connected to XMPP</font>" | |
14131 | |
14132 msgid "Insert an <iq/> stanza." | |
14133 msgstr "Insert an <iq/> stanza." | |
14134 | |
14135 msgid "Insert a <presence/> stanza." | |
14136 msgstr "Insert a <presence/> stanza." | |
14137 | |
14138 msgid "Insert a <message/> stanza." | |
14139 msgstr "Insert a <message/> stanza." | |
14140 | |
14141 #. *< name | |
14142 #. *< version | |
14143 #. * summary | |
14144 msgid "Send and receive raw XMPP stanzas." | |
14145 msgstr "Send and receive raw XMPP stanzas." | |
14146 | |
14147 #. * description | |
14148 msgid "This plugin is useful for debbuging XMPP servers or clients." | |
14149 msgstr "This plugin is useful for debugging XMPP servers or clients." |