Introducing the main window, yet more tweaks to localization support

This commit is contained in:
2020-08-01 18:28:47 -05:00
parent 7c7a52c113
commit 73c8245eff
29 changed files with 382 additions and 83 deletions
+10
View File
@@ -6,6 +6,7 @@ locale {
# Main window
app {
title {
default PVB Emulator
mixed {ctrl.number} {ctrl.filename} - {app.title.default}
@@ -16,6 +17,7 @@ app {
file {
(menu) File
load_rom Load ROM...
new_window New window
exit Exit
}
@@ -30,3 +32,11 @@ core {
windows-x86 Windows (32-bit)
windows-x86_64 Windows (64-bit)
}
# File dialog
dialog {
load Load
load_rom Load ROM
load_rom_error Unable to load the selected ROM file.
load_rom_notvb The selected file does not appear to be a Virtual Boy ROM.
}