1 | /* Torrent -> progress string */ |
---|
2 | " - %@ remaining" = " - %@ remaining"; |
---|
3 | |
---|
4 | /* Torrent -> progress string */ |
---|
5 | " - remaining time unknown" = " - remaining time unknown"; |
---|
6 | |
---|
7 | /* File size (beware of leading space) */ |
---|
8 | " GB" = " GB"; |
---|
9 | |
---|
10 | /* File size (beware of leading space) */ |
---|
11 | " KB" = " KB"; |
---|
12 | |
---|
13 | /* File size (beware of leading space) */ |
---|
14 | " MB" = " MB"; |
---|
15 | |
---|
16 | /* Removal confirm panel -> message part 2 */ |
---|
17 | " Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?" = " Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?"; |
---|
18 | |
---|
19 | /* Inspector -> Activity tab -> progress */ |
---|
20 | "%.2f%% (%.2f%% selected)" = "%1$.2f%% (%2$.2f%% selected)"; |
---|
21 | |
---|
22 | /* Inspector -> Files tab -> file status string */ |
---|
23 | "%.2f%% of %@" = "%1$.2f%% of %2$@"; |
---|
24 | |
---|
25 | /* Torrent -> progress string */ |
---|
26 | "%@ of %@ (%.2f%%)" = "%1$@ of %2$@ (%3$.2f%%)"; |
---|
27 | |
---|
28 | /* Torrent -> progress string */ |
---|
29 | "%@ of %@ (%.2f%%), uploaded %@ (Ratio: %@)" = "%1$@ of %2$@ (%3$.2f%%), uploaded %4$@ (Ratio: %5$@)"; |
---|
30 | |
---|
31 | /* Inspector -> above tabs -> total size (several torrents selected) */ |
---|
32 | "%@ Total" = "%@ Total"; |
---|
33 | |
---|
34 | /* Create torrent -> info */ |
---|
35 | "%@, %@ each" = "%1$@, %2$@ each"; |
---|
36 | |
---|
37 | /* Torrent -> progress string */ |
---|
38 | "%@, uploaded %@ (Ratio: %@)" = "%1$@, uploaded %2$@ (Ratio: %3$@)"; |
---|
39 | |
---|
40 | /* Inspector -> Peers tab -> peers */ |
---|
41 | "%d cache" = "%d cache"; |
---|
42 | |
---|
43 | /* Inspector -> Peers tab -> peers */ |
---|
44 | "%d Connected" = "%d Connected"; |
---|
45 | |
---|
46 | /* Torrent -> remaining time */ |
---|
47 | "%d days %d hr" = "%1$d days %2$d hr"; |
---|
48 | |
---|
49 | /* Dock item - Downloading */ |
---|
50 | "%d Downloading" = "%d Downloading"; |
---|
51 | |
---|
52 | /* Inspector -> Files tab -> bottom text (number of files) */ |
---|
53 | "%d files total" = "%d files total"; |
---|
54 | |
---|
55 | /* Drag overlay -> torrents |
---|
56 | Create torrent -> info */ |
---|
57 | "%d Files, " = "%d Files, "; |
---|
58 | |
---|
59 | /* Torrent -> remaining time */ |
---|
60 | "%d hr %d min" = "%1$d hr %2$d min"; |
---|
61 | |
---|
62 | /* Inspector -> Peers tab -> peers */ |
---|
63 | "%d incoming" = "%d incoming"; |
---|
64 | |
---|
65 | /* Torrent -> remaining time */ |
---|
66 | "%d min %d sec" = "%1$d min %2$d sec"; |
---|
67 | |
---|
68 | /* Inspector -> Peers tab -> peers */ |
---|
69 | "%d PEX" = "%d PEX"; |
---|
70 | |
---|
71 | /* Create torrent -> info */ |
---|
72 | "%d pieces" = "%d pieces"; |
---|
73 | |
---|
74 | /* Torrent -> remaining time */ |
---|
75 | "%d sec" = "%d sec"; |
---|
76 | |
---|
77 | /* Dock item - Seeding */ |
---|
78 | "%d Seeding" = "%d Seeding"; |
---|
79 | |
---|
80 | /* Drag overlay -> torrents */ |
---|
81 | "%d Torrent Files" = "%d Torrent Files"; |
---|
82 | |
---|
83 | /* Inspector -> above tabs -> selected torrents */ |
---|
84 | "%d Torrents Selected" = "%d Torrents Selected"; |
---|
85 | |
---|
86 | /* Inspector -> Peers tab -> peers */ |
---|
87 | "%d tracker" = "%d tracker"; |
---|
88 | |
---|
89 | /* Filter Bar Button -> tool tip |
---|
90 | Status bar transfer count */ |
---|
91 | "%d Transfers" = "%d Transfers"; |
---|
92 | |
---|
93 | /* File size */ |
---|
94 | "%lld bytes" = "%lld bytes"; |
---|
95 | |
---|
96 | /* Torrent -> error string unreadable */ |
---|
97 | "(unreadable error)" = "(unreadable error)"; |
---|
98 | |
---|
99 | /* Torrent -> remaining time */ |
---|
100 | "1 day %d hr" = "1 day %d hr"; |
---|
101 | |
---|
102 | /* Inspector -> Files tab -> bottom text (number of files) */ |
---|
103 | "1 file total" = "1 file total"; |
---|
104 | |
---|
105 | /* Drag overlay -> torrents |
---|
106 | Create torrent -> info */ |
---|
107 | "1 File, " = "1 File, "; |
---|
108 | |
---|
109 | /* Create torrent -> info */ |
---|
110 | "1 piece" = "1 piece"; |
---|
111 | |
---|
112 | /* Filter Bar Button -> tool tip |
---|
113 | Status bar transfer count */ |
---|
114 | "1 Transfer" = "1 Transfer"; |
---|
115 | |
---|
116 | /* Move folder cannot be found alert -> message */ |
---|
117 | "\"%@\" cannot be found. The file will remain in its current location." = "\"%@\" cannot be found. The file will remain in its current location."; |
---|
118 | |
---|
119 | /* Folder cannot be found alert -> message */ |
---|
120 | "\"%@\" cannot be found. The transfer will be paused." = "\"%@\" cannot be found. The transfer will be paused."; |
---|
121 | |
---|
122 | /* Create torrent -> file already exists warning -> warning */ |
---|
123 | "A file with the name \"%@\" already exists in the directory \"%@\". Choose a new name or directory to create the torrent." = "A file with the name \"%1$@\" already exists in the directory \"%2$@\". Choose a new name or directory to create the torrent."; |
---|
124 | |
---|
125 | /* Move inside itself alert -> title */ |
---|
126 | "A folder cannot be moved to inside itself." = "A folder cannot be moved to inside itself."; |
---|
127 | |
---|
128 | /* Create torrent -> zero size -> warning */ |
---|
129 | "A torrent file cannot be created for files with no size." = "A torrent file cannot be created for files with no size."; |
---|
130 | |
---|
131 | /* Create torrent -> file already exists warning -> title */ |
---|
132 | "A torrent file with this name and directory cannot be created." = "A torrent file with this name and directory cannot be created."; |
---|
133 | |
---|
134 | /* Open duplicate alert -> title */ |
---|
135 | "A transfer of \"%@\" is already running." = "A transfer of \"%@\" is already running."; |
---|
136 | |
---|
137 | /* Torrent file disk space alert -> button */ |
---|
138 | "Always Download" = "Always Download"; |
---|
139 | |
---|
140 | /* Transfer speed (Bytes per second) */ |
---|
141 | "B/s" = "B/s"; |
---|
142 | |
---|
143 | /* Preferences -> Bandwidth toolbar item title */ |
---|
144 | "Bandwidth" = "Bandwidth"; |
---|
145 | |
---|
146 | /* Growl notification description */ |
---|
147 | "Bandwidth settings changed" = "Bandwidth settings changed"; |
---|
148 | |
---|
149 | /* Removal confirm panel -> button |
---|
150 | Confirm Quit panel -> button */ |
---|
151 | "Cancel" = "Cancel"; |
---|
152 | |
---|
153 | /* Create torrent -> no url warning -> warning |
---|
154 | Create torrent -> http warning -> warning */ |
---|
155 | "Change the tracker address to create the torrent." = "Change the tracker address to create the torrent."; |
---|
156 | |
---|
157 | /* Torrent -> status string */ |
---|
158 | "Checking existing data (%.2f%%)" = "Checking existing data (%.2f%%)"; |
---|
159 | |
---|
160 | /* Preferences -> Network -> port status */ |
---|
161 | "Checking port status" = "Checking port status"; |
---|
162 | |
---|
163 | /* Folder cannot be found alert -> location button */ |
---|
164 | "Choose New Location" = "Choose New Location"; |
---|
165 | |
---|
166 | /* Confirm Quit panel -> title */ |
---|
167 | "Confirm Quit" = "Confirm Quit"; |
---|
168 | |
---|
169 | /* Removal confirm panel -> title */ |
---|
170 | "Confirm Removal of %d Transfers" = "Confirm Removal of %d Transfers"; |
---|
171 | |
---|
172 | /* Removal confirm panel -> title */ |
---|
173 | "Confirm Removal of \"%@\"" = "Confirm Removal of \"%@\""; |
---|
174 | |
---|
175 | /* Debug log alert -> informative message */ |
---|
176 | "Continuous use at this level might increase memory usage. This setting can be changed in the Message Log window (accessible from the Window menu)." = "Continuous use at this level might increase memory usage. This setting can be changed in the Message Log window (accessible from the Window menu)."; |
---|
177 | |
---|
178 | /* Torrent file copy alert -> title */ |
---|
179 | "Copy of \"%@\" Cannot Be Created" = "Copy of \"%@\" Cannot Be Created"; |
---|
180 | |
---|
181 | /* Create toolbar item -> label */ |
---|
182 | "Create" = "Create"; |
---|
183 | |
---|
184 | /* Drag overlay -> file */ |
---|
185 | "Create a Torrent File" = "Create a Torrent File"; |
---|
186 | |
---|
187 | /* Create toolbar item -> tooltip */ |
---|
188 | "Create torrent file" = "Create torrent file"; |
---|
189 | |
---|
190 | /* Create toolbar item -> palette label */ |
---|
191 | "Create Torrent File" = "Create Torrent File"; |
---|
192 | |
---|
193 | /* Create torrent -> failed -> title */ |
---|
194 | "Creation of \"%@\" failed." = "Creation of \"%@\" failed."; |
---|
195 | |
---|
196 | /* Torrent -> status string */ |
---|
197 | "DL: %@, " = "DL: %@, "; |
---|
198 | |
---|
199 | /* Debug log alert -> button |
---|
200 | Open duplicate alert -> button */ |
---|
201 | "Don't Alert Again" = "Don't Alert Again"; |
---|
202 | |
---|
203 | /* Inspector -> files tab -> tooltip */ |
---|
204 | "Don't Download" = "Don't Download"; |
---|
205 | |
---|
206 | /* Inspector -> files tab -> tooltip */ |
---|
207 | "Download" = "Download"; |
---|
208 | |
---|
209 | /* Torrent file disk space alert -> button */ |
---|
210 | "Download Anyway" = "Download Anyway"; |
---|
211 | |
---|
212 | /* Growl notification title */ |
---|
213 | "Download Complete" = "Download Complete"; |
---|
214 | |
---|
215 | /* Inspector -> files tab -> tooltip */ |
---|
216 | "Download Some" = "Download Some"; |
---|
217 | |
---|
218 | /* Torrent -> status string */ |
---|
219 | "Downloading" = "Downloading"; |
---|
220 | |
---|
221 | /* Torrent -> status string */ |
---|
222 | "Downloading from %d of %d peers" = "Downloading from %1$d of %2$d peers"; |
---|
223 | |
---|
224 | /* Torrent -> status string */ |
---|
225 | "Downloading from %d of 1 peer" = "Downloading from %d of 1 peer"; |
---|
226 | |
---|
227 | /* Transfer speed invalid |
---|
228 | Ratio invalid */ |
---|
229 | "error" = "error"; |
---|
230 | |
---|
231 | /* Preferences -> Network -> port map status */ |
---|
232 | "Error mapping port" = "Error mapping port"; |
---|
233 | |
---|
234 | /* Torrent -> status string */ |
---|
235 | "Error: " = "Error: "; |
---|
236 | |
---|
237 | /* Filter toolbar item -> label */ |
---|
238 | "Filter" = "Filter"; |
---|
239 | |
---|
240 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
241 | "From: cache" = "From: cache"; |
---|
242 | |
---|
243 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
244 | "From: incoming connection" = "From: incoming connection"; |
---|
245 | |
---|
246 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
247 | "From: peer exchange" = "From: peer exchange"; |
---|
248 | |
---|
249 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
250 | "From: tracker" = "From: tracker"; |
---|
251 | |
---|
252 | /* Preferences -> General toolbar item title */ |
---|
253 | "General" = "General"; |
---|
254 | |
---|
255 | /* View menu -> Filter Bar */ |
---|
256 | "Hide Filter Bar" = "Hide Filter Bar"; |
---|
257 | |
---|
258 | /* View menu -> Inspector */ |
---|
259 | "Hide Inspector" = "Hide Inspector"; |
---|
260 | |
---|
261 | /* View menu -> Status Bar */ |
---|
262 | "Hide Status Bar" = "Hide Status Bar"; |
---|
263 | |
---|
264 | /* Inspector -> files tab -> tooltip */ |
---|
265 | "High Priority" = "High Priority"; |
---|
266 | |
---|
267 | /* Inspector -> Peers tab -> peers |
---|
268 | Inspector -> Files tab -> bottom text (number of files) */ |
---|
269 | "info not available" = "info not available"; |
---|
270 | |
---|
271 | /* Inspector toolbar item -> label */ |
---|
272 | "Inspector" = "Inspector"; |
---|
273 | |
---|
274 | /* Download not a torrent -> message */ |
---|
275 | "It appears that the file \"%@\" from %@ is not a torrent file." = "It appears that the file \"%1$@\" from %2$@ is not a torrent file."; |
---|
276 | |
---|
277 | /* Action context menu -> upload/download limit */ |
---|
278 | "Limit (%d KB/s)" = "Limit (%d KB/s)"; |
---|
279 | |
---|
280 | /* Save log alert panel -> title */ |
---|
281 | "Log Could Not Be Saved" = "Log Could Not Be Saved"; |
---|
282 | |
---|
283 | /* Inspector -> files tab -> tooltip */ |
---|
284 | "Low Priority" = "Low Priority"; |
---|
285 | |
---|
286 | /* Inspector -> files tab -> tooltip */ |
---|
287 | "Multiple Priorities" = "Multiple Priorities"; |
---|
288 | |
---|
289 | /* No Ratio |
---|
290 | Torrent -> status string */ |
---|
291 | "N/A" = "N/A"; |
---|
292 | |
---|
293 | /* Preferences -> Network toolbar item title */ |
---|
294 | "Network" = "Network"; |
---|
295 | |
---|
296 | /* Inspector -> above tabs -> selected torrents */ |
---|
297 | "No Torrents Selected" = "No Torrents Selected"; |
---|
298 | |
---|
299 | /* Inspector -> files tab -> tooltip */ |
---|
300 | "Normal Priority" = "Normal Priority"; |
---|
301 | |
---|
302 | /* Torrent file disk space alert -> title */ |
---|
303 | "Not enough remaining disk space to download \"%@\" completely." = "Not enough remaining disk space to download \"%@\" completely."; |
---|
304 | |
---|
305 | /* Open duplicate alert -> button |
---|
306 | Create torrent -> no files -> button |
---|
307 | Create torrent -> file already exists warning -> button |
---|
308 | Torrent file copy alert -> button |
---|
309 | Move folder cannot be found alert -> button |
---|
310 | Folder cannot be found alert -> button |
---|
311 | Torrent file disk space alert -> button |
---|
312 | Create torrent -> no url warning -> button |
---|
313 | Torrent download failed -> button |
---|
314 | Create torrent -> failed -> button |
---|
315 | Move error alert -> button |
---|
316 | Debug log alert -> button |
---|
317 | Download not a torrent -> button |
---|
318 | Create torrent -> zero size -> button |
---|
319 | Move inside itself alert -> button |
---|
320 | Save log alert panel -> button |
---|
321 | Create torrent -> http warning -> button */ |
---|
322 | "OK" = "OK"; |
---|
323 | |
---|
324 | /* Open toolbar item -> label */ |
---|
325 | "Open" = "Open"; |
---|
326 | |
---|
327 | /* Open toolbar item -> palette label */ |
---|
328 | "Open Torrent Files" = "Open Torrent Files"; |
---|
329 | |
---|
330 | /* Open toolbar item -> tooltip */ |
---|
331 | "Open torrent files" = "Open torrent files"; |
---|
332 | |
---|
333 | /* Pause toolbar item -> label */ |
---|
334 | "Pause" = "Pause"; |
---|
335 | |
---|
336 | /* Pause All toolbar item -> label */ |
---|
337 | "Pause All" = "Pause All"; |
---|
338 | |
---|
339 | /* Pause All toolbar item -> tooltip */ |
---|
340 | "Pause all transfers" = "Pause all transfers"; |
---|
341 | |
---|
342 | /* Pause toolbar item -> palette label */ |
---|
343 | "Pause Selected" = "Pause Selected"; |
---|
344 | |
---|
345 | /* Pause toolbar item -> tooltip */ |
---|
346 | "Pause selected transfers" = "Pause selected transfers"; |
---|
347 | |
---|
348 | /* Torrent -> status string */ |
---|
349 | "Paused" = "Paused"; |
---|
350 | |
---|
351 | /* Preferences -> Network -> port status */ |
---|
352 | "Port is closed" = "Port is closed"; |
---|
353 | |
---|
354 | /* Preferences -> Network -> port status */ |
---|
355 | "Port is open" = "Port is open"; |
---|
356 | |
---|
357 | /* Preferences -> Network -> port status */ |
---|
358 | "Port is stealth" = "Port is stealth"; |
---|
359 | |
---|
360 | /* Preferences -> Network -> port map status */ |
---|
361 | "Port successfully mapped" = "Port successfully mapped"; |
---|
362 | |
---|
363 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
364 | "Port: %d" = "Port: %d"; |
---|
365 | |
---|
366 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
367 | "Port: N/A" = "Port: N/A"; |
---|
368 | |
---|
369 | /* Inspector -> files tab -> tooltip */ |
---|
370 | "Priority Not Available" = "Priority Not Available"; |
---|
371 | |
---|
372 | /* Inspector -> is private torrent */ |
---|
373 | "Private Torrent, PEX disabled" = "Private Torrent, PEX disabled"; |
---|
374 | |
---|
375 | /* Inspector -> Peers tab -> table row tooltip */ |
---|
376 | "Progress: %.1f%%" = "Progress: %.1f%%"; |
---|
377 | |
---|
378 | /* Inspector -> is not private torrent */ |
---|
379 | "Public Torrent" = "Public Torrent"; |
---|
380 | |
---|
381 | /* Transmission already running alert -> button |
---|
382 | OS update needed -> button |
---|
383 | Confirm Quit panel -> button */ |
---|
384 | "Quit" = "Quit"; |
---|
385 | |
---|
386 | /* Torrent -> status string */ |
---|
387 | "Ratio: " = "Ratio: "; |
---|
388 | |
---|
389 | /* Torrent -> status string */ |
---|
390 | "Ratio: %@, " = "Ratio: %@, "; |
---|
391 | |
---|
392 | /* Removal confirm panel -> button |
---|
393 | Remove toolbar item -> label */ |
---|
394 | "Remove" = "Remove"; |
---|
395 | |
---|
396 | /* Remove toolbar item -> palette label */ |
---|
397 | "Remove Selected" = "Remove Selected"; |
---|
398 | |
---|
399 | /* Remove toolbar item -> tooltip */ |
---|
400 | "Remove selected transfers" = "Remove selected transfers"; |
---|
401 | |
---|
402 | /* Resume toolbar item -> label */ |
---|
403 | "Resume" = "Resume"; |
---|
404 | |
---|
405 | /* Resume All toolbar item -> label */ |
---|
406 | "Resume All" = "Resume All"; |
---|
407 | |
---|
408 | /* Resume All toolbar item -> tooltip */ |
---|
409 | "Resume all transfers" = "Resume all transfers"; |
---|
410 | |
---|
411 | /* Resume toolbar item -> palette label */ |
---|
412 | "Resume Selected" = "Resume Selected"; |
---|
413 | |
---|
414 | /* Resume toolbar item -> tooltip */ |
---|
415 | "Resume selected transfers" = "Resume selected transfers"; |
---|
416 | |
---|
417 | /* Torrent -> status string */ |
---|
418 | "Seeding" = "Seeding"; |
---|
419 | |
---|
420 | /* Torrent -> status string */ |
---|
421 | "Seeding complete" = "Seeding complete"; |
---|
422 | |
---|
423 | /* Growl notification title */ |
---|
424 | "Seeding Complete" = "Seeding Complete"; |
---|
425 | |
---|
426 | /* Torrent -> status string */ |
---|
427 | "Seeding to %d of %d peers" = "Seeding to %1$d of %2$d peers"; |
---|
428 | |
---|
429 | /* Torrent -> status string */ |
---|
430 | "Seeding to %d of 1 peer" = "Seeding to %d of 1 peer"; |
---|
431 | |
---|
432 | /* Folder cannot be found alert -> prompt |
---|
433 | Default folder cannot be found alert -> prompt |
---|
434 | Open torrent -> prompt |
---|
435 | Move torrent -> prompt |
---|
436 | Default incomplete folder cannot be found alert -> prompt |
---|
437 | Create torrent -> select file */ |
---|
438 | "Select" = "Select"; |
---|
439 | |
---|
440 | /* Create torrent -> select file */ |
---|
441 | "Select a file or folder for the torrent file." = "Select a file or folder for the torrent file."; |
---|
442 | |
---|
443 | /* Folder cannot be found alert -> select destination folder |
---|
444 | Open torrent -> select destination folder */ |
---|
445 | "Select the download folder for \"%@\"" = "Select the download folder for \"%@\""; |
---|
446 | |
---|
447 | /* Move torrent -> select destination folder */ |
---|
448 | "Select the new folder for %d data files." = "Select the new folder for %d data files."; |
---|
449 | |
---|
450 | /* Move torrent -> select destination folder */ |
---|
451 | "Select the new folder for \"%@\"." = "Select the new folder for \"%@\"."; |
---|
452 | |
---|
453 | /* Main window -> 1st bottom left button (action) tooltip */ |
---|
454 | "Shortcuts for changing global settings." = "Shortcuts for changing global settings."; |
---|
455 | |
---|
456 | /* View menu -> Filter Bar */ |
---|
457 | "Show Filter Bar" = "Show Filter Bar"; |
---|
458 | |
---|
459 | /* View menu -> Inspector */ |
---|
460 | "Show Inspector" = "Show Inspector"; |
---|
461 | |
---|
462 | /* View menu -> Status Bar */ |
---|
463 | "Show Status Bar" = "Show Status Bar"; |
---|
464 | |
---|
465 | /* Growl notification title */ |
---|
466 | "Speed Limit Auto Disabled" = "Speed Limit Auto Disabled"; |
---|
467 | |
---|
468 | /* Growl notification title */ |
---|
469 | "Speed Limit Auto Enabled" = "Speed Limit Auto Enabled"; |
---|
470 | |
---|
471 | /* Main window -> 2nd bottom left button (turtle) tooltip */ |
---|
472 | "Speed Limit overrides the total bandwidth limits with its own limits." = "Speed Limit overrides the total bandwidth limits with its own limits."; |
---|
473 | |
---|
474 | /* Torrent -> status string */ |
---|
475 | "Stalled, " = "Stalled, "; |
---|
476 | |
---|
477 | /* Action context menu -> ratio stop */ |
---|
478 | "Stop at Ratio (%.2f)" = "Stop at Ratio (%.2f)"; |
---|
479 | |
---|
480 | /* Torrent -> status string */ |
---|
481 | "Stopping" = "Stopping"; |
---|
482 | |
---|
483 | /* Default folder cannot be found alert -> message */ |
---|
484 | "The download folder cannot be found. Choose a new location." = "The download folder cannot be found. Choose a new location."; |
---|
485 | |
---|
486 | /* Folder cannot be found alert -> title */ |
---|
487 | "The folder for downloading \"%@\" cannot be found." = "The folder for downloading \"%@\" cannot be found."; |
---|
488 | |
---|
489 | /* Move folder cannot be found alert -> title */ |
---|
490 | "The folder for moving the completed \"%@\" cannot be found." = "The folder for moving the completed \"%@\" cannot be found."; |
---|
491 | |
---|
492 | /* Default incomplete folder cannot be found alert -> message */ |
---|
493 | "The incomplete folder cannot be found. Choose a new location or cancel for none." = "The incomplete folder cannot be found. Choose a new location or cancel for none."; |
---|
494 | |
---|
495 | /* Debug log alert -> message */ |
---|
496 | "The Message Log is set to \"Debug\"" = "The Message Log is set to \"Debug\""; |
---|
497 | |
---|
498 | /* Move inside itself alert -> message |
---|
499 | Move error alert -> message */ |
---|
500 | "The move operation of \"%@\" cannot be done." = "The move operation of \"%@\" cannot be done."; |
---|
501 | |
---|
502 | /* Torrent download failed -> message */ |
---|
503 | "The torrent could not be downloaded from %@ because an error occurred (%@)." = "The torrent could not be downloaded from %1$@ because an error occurred (%2$@)."; |
---|
504 | |
---|
505 | /* Torrent file copy alert -> message */ |
---|
506 | "The torrent file (%@) cannot be found." = "The torrent file (%@) cannot be found."; |
---|
507 | |
---|
508 | /* Open duplicate alert -> message */ |
---|
509 | "The torrent file cannot be opened because it is a duplicate of an already running transfer." = "The torrent file cannot be opened because it is a duplicate of an already running transfer."; |
---|
510 | |
---|
511 | /* Create torrent -> zero size -> title */ |
---|
512 | "The total file size is zero bytes." = "The total file size is zero bytes."; |
---|
513 | |
---|
514 | /* Create torrent -> no url warning -> title */ |
---|
515 | "The tracker address cannot be blank." = "The tracker address cannot be blank."; |
---|
516 | |
---|
517 | /* Create torrent -> http warning -> title */ |
---|
518 | "The tracker address must begin with \"http://\"." = "The tracker address must begin with \"http://\"."; |
---|
519 | |
---|
520 | /* Torrent file disk space alert -> message */ |
---|
521 | "The transfer will be paused. Clear up space on %@ or deselect files in the torrent inspector to continue." = "The transfer will be paused. Clear up space on %@ or deselect files in the torrent inspector to continue."; |
---|
522 | |
---|
523 | /* Removal confirm panel -> message part 1 */ |
---|
524 | "There are %d active transfers." = "There are %d active transfers."; |
---|
525 | |
---|
526 | /* Confirm Quit panel -> message */ |
---|
527 | "There are %d active transfers. Do you really want to quit?" = "There are %d active transfers. Do you really want to quit?"; |
---|
528 | |
---|
529 | /* Removal confirm panel -> message part 1 */ |
---|
530 | "There are %d transfers (%d active)." = "There are %1$d transfers (%2$d active)."; |
---|
531 | |
---|
532 | /* Transmission already running alert -> message */ |
---|
533 | "There is already a copy of Transmission running. This copy cannot be opened until that instance is quit." = "There is already a copy of Transmission running. This copy cannot be opened until that instance is quit."; |
---|
534 | |
---|
535 | /* Confirm Quit panel -> message */ |
---|
536 | "There is an active transfer. Do you really want to quit?" = "There is an active transfer. Do you really want to quit?"; |
---|
537 | |
---|
538 | /* Create torrent -> no files -> warning */ |
---|
539 | "There must be at least one file in a folder to create a torrent file." = "There must be at least one file in a folder to create a torrent file."; |
---|
540 | |
---|
541 | /* Save log alert panel -> message */ |
---|
542 | "There was a problem creating the file \"%@\"." = "There was a problem creating the file \"%@\"."; |
---|
543 | |
---|
544 | /* Move error alert -> title */ |
---|
545 | "There was an error moving the data file." = "There was an error moving the data file."; |
---|
546 | |
---|
547 | /* Create torrent -> failed -> warning */ |
---|
548 | "There was an error parsing the data file. The torrent file was not created." = "There was an error parsing the data file. The torrent file was not created."; |
---|
549 | |
---|
550 | /* Create torrent -> no files -> title */ |
---|
551 | "This folder contains no files." = "This folder contains no files."; |
---|
552 | |
---|
553 | /* Removal confirm panel -> message */ |
---|
554 | "This transfer is active. Once removed, continuing the transfer will require the torrent file. Do you really want to remove it?" = "This transfer is active. Once removed, continuing the transfer will require the torrent file. Do you really want to remove it?"; |
---|
555 | |
---|
556 | /* Filter toolbar item -> palette label */ |
---|
557 | "Toggle Filter" = "Toggle Filter"; |
---|
558 | |
---|
559 | /* Inspector toolbar item -> palette label */ |
---|
560 | "Toggle Inspector" = "Toggle Inspector"; |
---|
561 | |
---|
562 | /* Filter toolbar item -> tooltip */ |
---|
563 | "Toggle the filter bar" = "Toggle the filter bar"; |
---|
564 | |
---|
565 | /* Inspector toolbar item -> tooltip */ |
---|
566 | "Toggle the torrent inspector" = "Toggle the torrent inspector"; |
---|
567 | |
---|
568 | /* Torrent download error -> title |
---|
569 | Download not a torrent -> title */ |
---|
570 | "Torrent download failed" = "Torrent download failed"; |
---|
571 | |
---|
572 | /* Growl notification title */ |
---|
573 | "Torrent File Auto Added" = "Torrent File Auto Added"; |
---|
574 | |
---|
575 | /* Status bar -> total download */ |
---|
576 | "Total DL: " = "Total DL: "; |
---|
577 | |
---|
578 | /* Status bar -> total upload */ |
---|
579 | "Total UL: " = "Total UL: "; |
---|
580 | |
---|
581 | /* Preferences -> Transfers toolbar item title */ |
---|
582 | "Transfers" = "Transfers"; |
---|
583 | |
---|
584 | /* OS update needed -> message */ |
---|
585 | "Transmission has features that require a more up-to-date operating system. The operating system must be updated before this version can run." = "Transmission has features that require a more up-to-date operating system. The operating system must be updated before this version can run."; |
---|
586 | |
---|
587 | /* Transmission already running alert -> title */ |
---|
588 | "Transmission is already running." = "Transmission is already running."; |
---|
589 | |
---|
590 | /* OS update needed -> title */ |
---|
591 | "Transmission requires Mac OS X 10.4 or greater." = "Transmission requires Mac OS X 10.4 or greater."; |
---|
592 | |
---|
593 | /* Torrent -> location when deleting original */ |
---|
594 | "Transmission Support Folder" = "Transmission Support Folder"; |
---|
595 | |
---|
596 | /* Torrent -> status string */ |
---|
597 | "UL: " = "UL: "; |
---|
598 | |
---|
599 | /* Preferences -> Network -> port status */ |
---|
600 | "Unable to check port status" = "Unable to check port status"; |
---|
601 | |
---|
602 | /* Torrent -> remaining time */ |
---|
603 | "Unknown" = "Unknown"; |
---|
604 | |
---|
605 | /* Save log panel -> default file name */ |
---|
606 | "untitled" = "untitled"; |
---|
607 | |
---|
608 | /* Torrent -> status string */ |
---|
609 | "Waiting to check existing data" = "Waiting to check existing data"; |
---|
610 | |
---|
611 | /* Torrent -> status string */ |
---|
612 | "Waiting to download" = "Waiting to download"; |
---|
613 | |
---|
614 | /* Torrent -> status string */ |
---|
615 | "Waiting to seed" = "Waiting to seed"; |
---|
616 | |
---|
617 | /* Drag overlay -> url */ |
---|
618 | "Web Address" = "Web Address"; |
---|
619 | |
---|