1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <resources> |
---|
3 | <string name="title">WebStrips</string> |
---|
4 | <string name="description">A flexible web comic browser</string> |
---|
5 | <string name="menu.list">Comics list</string> |
---|
6 | <string name="menu.webpage">Goto</string> |
---|
7 | <string name="menu.list_short">Comics</string> |
---|
8 | <string name="menu.webpage_short">View online</string> |
---|
9 | <string name="menu.first">First strip</string> |
---|
10 | <string name="menu.newest">Newest strip</string> |
---|
11 | <string name="menu.first_short">First</string> |
---|
12 | <string name="menu.newest_short">Newest</string> |
---|
13 | <string name="menu.previous">Previous strip</string> |
---|
14 | <string name="menu.previous_short">Previous</string> |
---|
15 | <string name="menu.next">Next strip</string> |
---|
16 | <string name="menu.next_short">Next</string> |
---|
17 | |
---|
18 | <string name="viewer.error_title">Comic error</string> |
---|
19 | <string name="viewer.error_message">The "%1$s" engine encountered an irrecoverable error and has to be closed.</string> |
---|
20 | |
---|
21 | <string name="import.title">WebStrips comic import</string> |
---|
22 | <string name="import.heading">Import comic?</string> |
---|
23 | <string name="import.question">Do you want to import comic %1$s by %2$s?</string> |
---|
24 | |
---|
25 | <string name="import.error.title">Import error</string> |
---|
26 | <string name="import.error.body">WebStrips cannot import this file as a comic bundle. Probably it is corrupt or inappropriate.</string> |
---|
27 | |
---|
28 | |
---|
29 | <string name="details.author">by %1$s.</string> |
---|
30 | <string name="details.homepage">Available on %1$s.</string> |
---|
31 | <string name="details.engine">Engine author: %1$s, version %2$d / %3$d.</string> |
---|
32 | |
---|
33 | <string name="list.info">More information</string> |
---|
34 | <string name="list.info_short">Info</string> |
---|
35 | <string name="list.webpage">Visit online</string> |
---|
36 | <string name="list.webpage_short">Webpage</string> |
---|
37 | <string name="list.remove">Remove comic</string> |
---|
38 | <string name="list.remove_short">Remove</string> |
---|
39 | <string name="list.browse">Browse comic</string> |
---|
40 | <string name="list.browse_short">Browse</string> |
---|
41 | |
---|
42 | <string name="list.empty"><b>No comics installed.</b> <br />You can download comics from the <a href="http://webstrips.tnode.com">WebStrips homepage</a>.</string> |
---|
43 | |
---|
44 | <string name="comic.removed">Comic %1$s removed.</string> |
---|
45 | <string name="comic.updated">Comic %1$s updated.</string> |
---|
46 | <string name="comic.added">Comic %1$s added.</string> |
---|
47 | |
---|
48 | <string name="ok">OK</string> |
---|
49 | |
---|
50 | <string name="yes">Yes</string> |
---|
51 | <string name="no">No</string> |
---|
52 | </resources> |
---|