pvbemu/app/locale/en-US.js

28 lines
685 B
JavaScript
Raw Normal View History

2021-08-23 23:56:36 +00:00
{
key : "en-US",
name: "English (United States)",
app : {
2021-08-26 19:23:18 +00:00
close : "Close",
console : "Console",
2021-08-23 23:56:36 +00:00
romLoaded : "Successfully loaded file \"{filename}\" ({size})",
romNotVB : "The selected file is not a Virtual Boy ROM.",
readFileError: "Unable to read the selected file."
},
2021-08-26 19:23:18 +00:00
memory: {
_: "Memory"
},
2021-08-23 23:56:36 +00:00
menu: {
_ : "Main application menu",
file: {
_ : "File",
loadROM: "Load ROM..."
},
theme: {
_ : "Theme",
dark : "Dark",
light : "Light",
virtual: "Virtual"
}
}
}