From ef79bbde537d6b9c745a7d86cb9df1d04c35590d Mon Sep 17 00:00:00 2001 From: PCSX* teams Date: Tue, 16 Nov 2010 14:15:22 +0200 Subject: pcsxr-1.9.92 --- .../English.lproj/AddPluginSheet.nib/classes.nib | 14 ++++++ macosx/English.lproj/AddPluginSheet.nib/info.nib | 16 +++++++ .../AddPluginSheet.nib/keyedobjects.nib | Bin 0 -> 5605 bytes macosx/English.lproj/Configuration.nib/classes.nib | 49 +++++++++++++++++++++ macosx/English.lproj/Configuration.nib/info.nib | 22 +++++++++ macosx/English.lproj/Configuration.nib/objects.nib | Bin 0 -> 15263 bytes macosx/English.lproj/Credits.rtf | 28 ++++++++++++ macosx/English.lproj/InfoPlist.strings | 6 +++ macosx/English.lproj/PCSX.nib/classes.nib | 25 +++++++++++ macosx/English.lproj/PCSX.nib/info.nib | 21 +++++++++ macosx/English.lproj/PCSX.nib/objects.nib | Bin 0 -> 3850 bytes 11 files changed, 181 insertions(+) create mode 100644 macosx/English.lproj/AddPluginSheet.nib/classes.nib create mode 100644 macosx/English.lproj/AddPluginSheet.nib/info.nib create mode 100644 macosx/English.lproj/AddPluginSheet.nib/keyedobjects.nib create mode 100644 macosx/English.lproj/Configuration.nib/classes.nib create mode 100644 macosx/English.lproj/Configuration.nib/info.nib create mode 100644 macosx/English.lproj/Configuration.nib/objects.nib create mode 100644 macosx/English.lproj/Credits.rtf create mode 100644 macosx/English.lproj/InfoPlist.strings create mode 100644 macosx/English.lproj/PCSX.nib/classes.nib create mode 100644 macosx/English.lproj/PCSX.nib/info.nib create mode 100644 macosx/English.lproj/PCSX.nib/objects.nib (limited to 'macosx/English.lproj') diff --git a/macosx/English.lproj/AddPluginSheet.nib/classes.nib b/macosx/English.lproj/AddPluginSheet.nib/classes.nib new file mode 100644 index 0000000..ae53771 --- /dev/null +++ b/macosx/English.lproj/AddPluginSheet.nib/classes.nib @@ -0,0 +1,14 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = {closeAddPluginSheet = id; }; + CLASS = PcsxPluginDocument; + LANGUAGE = ObjC; + OUTLETS = {addPluginSheet = NSWindow; pluginName = NSTextField; }; + SUPERCLASS = NSDocument; + }, + {CLASS = "java.lang.Object"; LANGUAGE = Java; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/English.lproj/AddPluginSheet.nib/info.nib b/macosx/English.lproj/AddPluginSheet.nib/info.nib new file mode 100644 index 0000000..3af05e0 --- /dev/null +++ b/macosx/English.lproj/AddPluginSheet.nib/info.nib @@ -0,0 +1,16 @@ + + + + + IBDocumentLocation + 69 10 356 240 0 0 1024 746 + IBFramework Version + 364.0 + IBOpenObjects + + 10 + + IBSystem Version + 7H63 + + diff --git a/macosx/English.lproj/AddPluginSheet.nib/keyedobjects.nib b/macosx/English.lproj/AddPluginSheet.nib/keyedobjects.nib new file mode 100644 index 0000000..60ed72e Binary files /dev/null and b/macosx/English.lproj/AddPluginSheet.nib/keyedobjects.nib differ diff --git a/macosx/English.lproj/Configuration.nib/classes.nib b/macosx/English.lproj/Configuration.nib/classes.nib new file mode 100644 index 0000000..1198eea --- /dev/null +++ b/macosx/English.lproj/Configuration.nib/classes.nib @@ -0,0 +1,49 @@ +{ + IBClasses = ( + { + ACTIONS = { + mcdChangeClicked = id; + mcdNewClicked = id; + setCheckbox = id; + setCheckboxInverse = id; + setVideoType = id; + }; + CLASS = ConfigurationController; + LANGUAGE = ObjC; + OUTLETS = { + autoVTypeCell = id; + bwMdecCell = id; + cdromPlugin = PluginController; + consoleOutputCell = id; + graphicsPlugin = PluginController; + mcd1Label = NSTextField; + mcd2Label = NSTextField; + noCDAudioCell = id; + noXaAudioCell = id; + padPlugin = PluginController; + rCountFixCell = id; + sioIrqAlwaysCell = id; + soundPlugin = PluginController; + spuIrqAlwaysCell = id; + usesDynarecCell = id; + usesHleCell = id; + vSyncWAFixCell = id; + vTypePALCell = id; + }; + SUPERCLASS = NSWindowController; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = {doAbout = id; doConfigure = id; selectPlugin = id; }; + CLASS = PluginController; + LANGUAGE = ObjC; + OUTLETS = { + aboutButton = NSButton; + configureButton = NSButton; + pluginMenu = NSPopUpButton; + }; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/English.lproj/Configuration.nib/info.nib b/macosx/English.lproj/Configuration.nib/info.nib new file mode 100644 index 0000000..aefee7b --- /dev/null +++ b/macosx/English.lproj/Configuration.nib/info.nib @@ -0,0 +1,22 @@ + + + + + IBDocumentLocation + 187 160 486 240 0 0 1024 746 + IBFramework Version + 446.1 + IBLockedObjects + + IBLockedTabItems + + 240 + + IBOpenObjects + + 21 + + IBSystem Version + 8P2137 + + diff --git a/macosx/English.lproj/Configuration.nib/objects.nib b/macosx/English.lproj/Configuration.nib/objects.nib new file mode 100644 index 0000000..7110388 Binary files /dev/null and b/macosx/English.lproj/Configuration.nib/objects.nib differ diff --git a/macosx/English.lproj/Credits.rtf b/macosx/English.lproj/Credits.rtf new file mode 100644 index 0000000..a7870f8 --- /dev/null +++ b/macosx/English.lproj/Credits.rtf @@ -0,0 +1,28 @@ +{\rtf1\mac\ansicpg10000\cocoartf102 +{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural + +\f0\b\fs24 \cf0 Macintosh Port: +\f1\b0 \ + Gil Pedersen\ +\ + +\f0\b Icon Design: +\f1\b0 \ + Romain Lafourcade\ +\ + +\f0\b Original Coders: +\f1\b0 \ + Linuzappz\ + Shadow\ + Pete Bernert\ + NoComp\ + Nik3d\ +\ + +\f0\b Macintosh Testing: +\f1\b0 \ + Richard Banister\ + Many others} \ No newline at end of file diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..4c55ed9 --- /dev/null +++ b/macosx/English.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "PCSX"; +CFBundleShortVersionString = "PCSX-Reloaded"; +CFBundleGetInfoString = "Playstation Emulator based on PCSX-df Project."; +NSHumanReadableCopyright = "Copyright (c) 2003-2005 PCSX Team, Gil Pedersen.\nCopyright (c) 2009-2010 PCSX-Reloaded Team."; diff --git a/macosx/English.lproj/PCSX.nib/classes.nib b/macosx/English.lproj/PCSX.nib/classes.nib new file mode 100644 index 0000000..4b25fcc --- /dev/null +++ b/macosx/English.lproj/PCSX.nib/classes.nib @@ -0,0 +1,25 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = { + defrost = id; + ejectCD = id; + freeze = id; + fullscreen = id; + pause = id; + preferences = id; + reset = id; + runBios = id; + runCD = id; + runExe = id; + runIso = id; + }; + CLASS = PcsxController; + LANGUAGE = ObjC; + OUTLETS = {memCardWindow = NSWindow; preferenceWindow = NSWindow; }; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/macosx/English.lproj/PCSX.nib/info.nib b/macosx/English.lproj/PCSX.nib/info.nib new file mode 100644 index 0000000..a5d6a49 --- /dev/null +++ b/macosx/English.lproj/PCSX.nib/info.nib @@ -0,0 +1,21 @@ + + + + + IBDocumentLocation + 442 353 492 320 0 0 1024 746 + IBEditorPositions + + 29 + 134 613 219 44 0 0 1024 746 + + IBFramework Version + 446.1 + IBOpenObjects + + 29 + + IBSystem Version + 8P2137 + + diff --git a/macosx/English.lproj/PCSX.nib/objects.nib b/macosx/English.lproj/PCSX.nib/objects.nib new file mode 100644 index 0000000..cd38d74 Binary files /dev/null and b/macosx/English.lproj/PCSX.nib/objects.nib differ -- cgit v1.2.3