forked from csprite/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglish.json
32 lines (31 loc) · 835 Bytes
/
english.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Comment": "English Language",
"FileMenu": {
"File": "File",
"New": "New",
"Open": "Open"
},
"HelpMenu": {
"Help": "Help",
"About": "About",
"GitHub": "GitHub"
},
"OpenFilePopup": {
"OpenFile": "Open File"
},
"NewDocumentPopup": {
"NewDocument": "New Document",
"WidthInput": "width",
"HeightInput": "height",
"OkButton": "Ok",
"CancelButton": "Cancel"
},
"AboutCspritePopup": {
"AboutCsprite": "About",
"ContributorHeader": "Thanks contributors!",
"ContributorParagraph": "csprite is awesome because of the awesome people who decided to give their precious time to improve the project.",
"ContributorLink": "List of contributors",
"OsProjectsHeader": "Thanks Open-Source Projects!",
"OsProjectsText": "csprite uses few open-source projects made by awesome people.\n\ngithub.com/"
}
}