diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..38946aa Binary files /dev/null and b/English.lproj/InfoPlist.strings differ diff --git a/English.lproj/MainMenu.nib/classes.nib b/English.lproj/MainMenu.nib/classes.nib new file mode 100644 index 0000000..9a4fd46 --- /dev/null +++ b/English.lproj/MainMenu.nib/classes.nib @@ -0,0 +1,52 @@ +{ + IBClasses = ( + { + CLASS = AboutPanel; + LANGUAGE = ObjC; + OUTLETS = {mCursorCover = NSTextField; mVersion = NSControl; }; + SUPERCLASS = NSPanel; + }, + { + ACTIONS = {newDocument = id; }; + CLASS = AppController; + LANGUAGE = ObjC; + OUTLETS = {mNewA2ExtraRAM = NSControl; mNewA2Model = NSControl; mNewA2Panel = NSPanel; }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + ClearPrintSession = id; + CopyScreenImage = id; + CopyScreenText = id; + HitDiskDrive = id; + HitSpeedControl = id; + PasteScreenText = id; + SaveScreenImage = id; + SignalReboot = id; + SignalReset = id; + ToggleColorVideo = id; + ToggleFullScreen = id; + }; + CLASS = FirstResponder; + LANGUAGE = ObjC; + SUPERCLASS = NSObject; + }, + {CLASS = NSMovie; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = NSOpenGLView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, + { + ACTIONS = {StopModal = id; }; + CLASS = NSPanel; + LANGUAGE = ObjC; + SUPERCLASS = NSWindow; + }, + {CLASS = NSView; LANGUAGE = ObjC; SUPERCLASS = NSResponder; }, + { + ACTIONS = {HitJoystickControl = id; HitMonochromeHue = id; }; + CLASS = PrefsPanel; + LANGUAGE = ObjC; + OUTLETS = {mJoystickControl = NSMatrix; mMonochromeHue = NSColorWell; }; + SUPERCLASS = NSPanel; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/English.lproj/MainMenu.nib/info.nib b/English.lproj/MainMenu.nib/info.nib new file mode 100644 index 0000000..d4e80a8 --- /dev/null +++ b/English.lproj/MainMenu.nib/info.nib @@ -0,0 +1,23 @@ + + + + + IBDocumentLocation + 29 163 356 240 0 0 1152 842 + IBEditorPositions + + 29 + 42 710 396 44 0 0 1152 842 + + IBFramework Version + 446.1 + IBOldestOS + 3 + IBOpenObjects + + 29 + + IBSystem Version + 8J135 + + diff --git a/English.lproj/MainMenu.nib/keyedobjects.nib b/English.lproj/MainMenu.nib/keyedobjects.nib new file mode 100644 index 0000000..886d9fa Binary files /dev/null and b/English.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/English.lproj/MyDocument.nib/classes.nib b/English.lproj/MyDocument.nib/classes.nib new file mode 100644 index 0000000..ecec009 --- /dev/null +++ b/English.lproj/MyDocument.nib/classes.nib @@ -0,0 +1,55 @@ +{ + IBClasses = ( + { + ACTIONS = {SignalReboot = id; SignalReset = id; }; + CLASS = A2Computer; + LANGUAGE = ObjC; + SUPERCLASS = NSResponder; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = IndicatorLight; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, + { + ACTIONS = { + ClearPrintSession = id; + CopyScreenImage = id; + CopyScreenText = id; + HitDiskDrive = id; + HitSpeedControl = id; + PasteScreenText = id; + SaveScreenImage = id; + }; + CLASS = MyDocument; + LANGUAGE = ObjC; + OUTLETS = { + mA2 = A2Computer; + mDDrive0 = NSControl; + mDDrive1 = NSControl; + mModelEmblem = NSTextField; + mPrSessionAddSuffix = NSControl; + mPrSessionFilter = NSControl; + mPrSessionSize = NSTextField; + mPrSessionView = NSView; + mSaveImageAddSuffix = NSControl; + mSaveImageTypes = NSControl; + mSaveImageView = NSView; + mScreen = ScreenView; + mSpeedLight = IndicatorLight; + }; + SUPERCLASS = NSDocument; + }, + { + ACTIONS = {ToggleColorVideo = id; ToggleFullScreen = id; }; + CLASS = ScreenView; + LANGUAGE = ObjC; + OUTLETS = { + mA2 = A2Computer; + mDDLight0 = IndicatorLight; + mDDLight1 = IndicatorLight; + mDocument = MyDocument; + mPrinterLight = IndicatorLight; + }; + SUPERCLASS = NSOpenGLView; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/English.lproj/MyDocument.nib/info.nib b/English.lproj/MyDocument.nib/info.nib new file mode 100644 index 0000000..76f31b6 --- /dev/null +++ b/English.lproj/MyDocument.nib/info.nib @@ -0,0 +1,21 @@ + + + + + IBDocumentLocation + 64 24 356 240 0 0 1152 842 + IBEditorPositions + + 43 + 395 499 318 123 0 0 1152 842 + 56 + 397 468 314 186 0 0 1152 842 + + IBFramework Version + 446.1 + IBOldestOS + 3 + IBSystem Version + 8J135 + + diff --git a/English.lproj/MyDocument.nib/keyedobjects.nib b/English.lproj/MyDocument.nib/keyedobjects.nib new file mode 100644 index 0000000..d9d78b4 Binary files /dev/null and b/English.lproj/MyDocument.nib/keyedobjects.nib differ