]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "error": { | |
3 | "generic": { | |
4 | "title": "Error!", | |
5 | "message": "Unknown error has occurred. Panic!" | |
6 | }, | |
7 | "invalid_url": { | |
8 | "title": "This is not right.", | |
9 | "message": "This URL is not valid. Try another one maybe?" | |
10 | } | |
11 | }, | |
12 | "footer": { | |
13 | "choose_language": "Choose your language", | |
14 | "license": "Forum is <a href=\"{licenseUrl}\">open source.</a>", | |
15 | "title": "Footer" | |
16 | }, | |
17 | "forum": { | |
18 | "name": { | |
19 | "everything": "Everything", | |
20 | "us": "Us", | |
21 | "words": "Words", | |
22 | "sound": "Sounds", | |
23 | "structure": "Structure", | |
24 | "interaction": "Interaction", | |
25 | "emotion": "Emotion", | |
26 | "movement": "Movement", | |
27 | "belief": "Belief", | |
28 | "experience": "Experience", | |
29 | "online": "Online", | |
30 | "the_world": "The World", | |
31 | "life": "Life" | |
32 | } | |
33 | }, | |
34 | "forum_list": { | |
35 | "title": "List of forums", | |
36 | "error": { | |
37 | "unavailable": "Forum list unavailable." | |
38 | } | |
39 | }, | |
40 | "glyph": { | |
41 | "title": "User avatar" | |
42 | }, | |
43 | "header": { | |
44 | "action": { | |
45 | "new": { | |
46 | "title": "New", | |
47 | "display": "<u>N</u>ew" | |
48 | }, | |
49 | "reply": { | |
50 | "title": "Reply", | |
51 | "display": "<u>R</u>eply" | |
52 | }, | |
53 | "search": { | |
54 | "title": "Search", | |
55 | "display": "<u>S</u>earch" | |
56 | }, | |
57 | "log_out": { | |
58 | "title": "Log Out", | |
59 | "display": "Log <u>O</u>ut" | |
60 | } | |
61 | }, | |
62 | "long_version": "Forum version {version}", | |
63 | "title": "Toolbar", | |
64 | "short_version": "Forum v{version}" | |
65 | }, | |
66 | "home": { | |
67 | "title": "Hello.", | |
68 | "content": "You are now in a forum. Select a category from the left or input a valid URL." | |
69 | }, | |
70 | "post": { | |
71 | "author_credit": "By:", | |
72 | "metadata_title": "Post {count} of {total} metadata", | |
73 | "permalink_title": "Permalink to post", | |
74 | "title": "Post {count} of {total} by {author}" | |
75 | }, | |
76 | "topic": { | |
77 | "category_location": "Posted on", | |
78 | "metadata_title": "Topic metadata", | |
79 | "permalink_title": "Permalink to topic", | |
80 | "remaining_time": "{remaining} remaining", | |
81 | "tags_location": "Tags:", | |
82 | "tags_title": "Topic tags", | |
83 | "title": "Topic" | |
84 | }, | |
85 | "time": { | |
86 | "days": "{count, plural, =1 {# day} other {# days}}", | |
87 | "hours": "{count, plural, =1 {# hour} other {# hours}}", | |
88 | "minutes": "{count, plural, =1 {# minute} other {# minutes}}", | |
89 | "seconds": "{count, plural, =1 {# second} other {# seconds}}" | |
90 | } | |
91 | } |