Introducing toolkit and color themes
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
key : "en-US",
|
||||
name: "English (United States)",
|
||||
app : {
|
||||
romLoaded : "Successfully loaded file \"{filename}\" ({size})",
|
||||
romNotVB : "The selected file is not a Virtual Boy ROM.",
|
||||
readFileError: "Unable to read the selected file."
|
||||
},
|
||||
menu: {
|
||||
_ : "Main application menu",
|
||||
file: {
|
||||
_ : "File",
|
||||
loadROM: "Load ROM..."
|
||||
},
|
||||
theme: {
|
||||
_ : "Theme",
|
||||
dark : "Dark",
|
||||
light : "Light",
|
||||
virtual: "Virtual"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user