pvbemu/app/locale/en-US.js

23 lines
578 B
JavaScript

{
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"
}
}
}