Some more work on localization for OS X.

Create a Spanish localization. It currently is just the English files copied over.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87046 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2013-09-01 01:49:35 +00:00
parent 3fefe4d803
commit 83a3894bf7
45 changed files with 32544 additions and 25 deletions

View File

@ -9,3 +9,9 @@ COPY_PHASE_STRIP = YES
OPTIMIZATION_CFLAGS = -finline-functions -fomit-frame-pointer -fno-exceptions -funroll-loops -ffast-math
STRIP_INSTALLED_PRODUCT = YES
DEAD_CODE_STRIPPING = YES
APPLY_RULES_IN_COPY_FILES = YES
GENERATE_PKGINFO_FILE = YES
INFOPLIST_OUTPUT_FORMAT = binary
PLIST_FILE_OUTPUT_FORMAT = binary
STRINGS_FILE_OUTPUT_ENCODING = binary

View File

@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf510
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\vieww10800\viewh8400\viewkind0
@ -7,7 +7,7 @@
\f0\b\fs24 \cf0 Macintosh Port:
\b0 \
Gil Pedersen\
Madd the Sane\
C.W. "Madd the Sane" Betts\
Nicolas P\'e9pin-Perreault\
\

View File

@ -6,33 +6,26 @@
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"Plugin Initialization Failed!" = "Plugin Initialization Failed!";
"Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system.";
"Error!" = "Error!";
"Installation Succesfull" = "Installation Succesfull";
"Installation Failed!" = "Installation Failed!";
"The installation of the specified plugin was succesfull. In order to use it, please restart the application." = "The installation of the specified plugin was succesfull. In order to use it, please restart the application.";
"The installation of the specified plugin failed. Please try again, or make a manual install." ="The installation of the specified plugin failed. Please try again, or make a manual install.";
"Missing plugins!" = "Missing plugins!";
"Pcsxr is missing one or more critical plugins. You will need to install these in order to play games." = "Pcsx is missing one or more critical plugins. You will need to install these in order to play games.";
"Missing BIOS!" = "Missing BIOS!";
"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/" = "Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/";
//libpcsxrcore strings
"Error Opening CDR Plugin" = "Error Opening CDR Plugin";
"Error Opening SPU Plugin" = "Error Opening SPU Plugin";
"Error Opening GPU Plugin" = "Error Opening GPU Plugin";
"Error Opening PAD1 Plugin" = "Error Opening PAD1 Plugin";
"Error Opening PAD2 Plugin" = "Error Opening PAD2 Plugin";
"Error opening SIO1 plugin!" = "Error Opening SIO1 Plugin";
"Error Closing CDR Plugin" = "Error Closing CDR Plugin";
"Error Closing SPU Plugin" = "Error Closing SPU Plugin";
"Error Closing PAD1 Plugin" = "Error Closing PAD1 Plugin";
"Error Closing PAD2 Plugin" = "Error Closing PAD2 Plugin";
"Error Closing GPU Plugin" = "Error Closing GPU Plugin";
"Error closing SIO1 plugin!" = "Error Closing SIO1 plugin";
"CDRinit error: %d" = "CDRinit error: %d";
"GPUinit error: %d" = "GPUinit error: %d";
"SPUinit error: %d" = "SPUinit error: %d";
"PAD1init error: %d" = "PAD1init error: %d";
"PAD2init error: %d" = "PAD2init error: %d";
"NETinit error: %d" = "NETinit error: %d";
"SIO1init error: %d!" = "SIO1init error: %d";
"Could not open BIOS:\"%s\". Enabling HLE Bios!\n" = "Could not open BIOS:\"%s\". Enabling HLE Bios!\n";
"Error allocating memory!" = "Error allocating memory!";
"Running PCSXR Version %s (%s).\n" = "Running PCSXR Version %s (%s).\n";
@ -41,7 +34,6 @@
"Loading memory card %s\n" = "Loading memory card %s\n";
"Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n" = "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n";
"Loaded CD Image: %s" = "Loaded CD Image: %s";
"(Untitled)" = "(Untitled)";
"Cheats saved to: %s\n" = "Cheats saved to: %s\n";
"Cheats loaded from: %s\n" = "Cheats loaded from: %s\n";
"Error allocating memory" = "Error allocating memory";
@ -50,23 +42,43 @@
"Debugger stopped.\n" = "Debugger stopped.\n";
"CD-ROM Label: %.32s\n" = "CD-ROM Label: %.32s\n";
"CD-ROM ID: %.9s\n" = "CD-ROM ID: %.9s\n";
"CD-ROM EXE Name: %.255s\n" = "CD-ROM EXE Name: %.255s\n";
"Error opening file: %s.\n" = "Error opening file: %s.\n";
"Unknown CPE opcode %02x at poiition %08x.\n" = "Unknown CPE opcode %02x at position %08x.\n";
"Error opening file" = "Error opening file.";
"Unable to open %@: %@" = "Unable to open %@: %@.";
// Cocoa Code
"(Untitled)" = "(Untitled)";
"Plugin Initialization Failed!" = "Plugin Initialization Failed!";
"Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %1$@ plugin (error=%2$i).\nThe plugin might not work with your system.";
"Error!" = "Error!";
"Installation Succesfull" = "Installation Succesfull";
"Installation Failed!" = "Installation Failed!";
"The installation of the specified plugin was succesfull. In order to use it, please restart the application." = "The installation of the specified plugin was succesfull. In order to use it, please restart the application.";
"The installation of the specified plugin failed. Please try again, or make a manual install." ="The installation of the specified plugin failed. Please try again, or make a manual install.";
"Missing plugins!" = "Missing plugins!";
"Pcsxr is missing one or more critical plugins. You will need to install these in order to play games." = "Pcsx is missing one or more critical plugins. You will need to install these in order to play games.";
"Missing BIOS!" = "Missing BIOS!";
"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n%@" = "Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to:\n%@";
"Error opening file" = "Error opening file.";
"Unable to open %@: %@" = "Unable to open %1$@: %2$@";
//Memory card management
"Format Card" = "Format Card";
"Free Size" = "Free Size";
"Format" = "Format";
"No Free Space" = "No Free Space";
"Formatting a memory card will remove all data on it.\n\nThis cannot be undone." = "Formatting a memory card will remove all data on it.\n\nThis cannot be undone.";
"Delete Block" = "Delete Block";
"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a memory card object will set the blocks to not be readable by the emulator, and may result in the data being overwritten.";
"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a memory card object will set the blocks to not be readable by the emulator, and may result in the data being overwritten in the future.";
"No Free Space" = "No Free Space";
"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %d doesn't have %d free blocks on it. Please remove some blocks on that card to continue.";
"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?";
"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %1$d doesn't have %2$d free consecutive blocks on it. Please remove some blocks on that card to continue.";
"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %1$i does not have enough free consecutive blocks.\n\nIn order to copy over \"%2$@ (%3$@),\" memory card %4$i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?";
//Cheat manager
"Save Cheats" = "Save Cheats";
"The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?" = "The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?";
"Unsaved Changes" = "Unsaved Changes";
//General buttons
"Okay" = "Okay";
@ -81,4 +93,3 @@
"MemCard_Used" = "Used";
"MemCard_Link" = "Link";
"MemCard_EndLink" = "End Link";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,31 @@
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\vieww10800\viewh8400\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
\f0\b\fs24 \cf0 Macintosh Port:
\b0 \
Gil Pedersen\
C.W. "Madd the Sane" Betts\
Nicolas P\'e9pin-Perreault\
\
\b Icon Design:
\b0 \
Romain Lafourcade\
\
\b Original Coders:
\b0 \
Linuzappz\
Shadow\
Pete Bernert\
NoComp\
Nik3d\
\
\b Macintosh Testing:
\b0 \
Richard Banister\
Many others}

View File

@ -0,0 +1,10 @@
/* Localized versions of Info.plist keys */
CFBundleName = "PCSXR";
CFBundleShortVersionString = "PCSX-Reloaded 1.9.94";
CFBundleGetInfoString = "PlayStation Emulator based on PCSX-df Project.";
NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nicolas Pepin-Perreault.\nCopyright © 2009-2013 PCSX-Reloaded Team.";
"Playstation Emulator Plug-in" = "Playstation Emulator Plug-in";
"Playstation BIOS Image" = "Playstation BIOS Image";
"PCSXR Memory Card" = "PCSXR Memory Card";
"PCSXR Freeze State" = "PCSXR Freeze State";

View File

@ -0,0 +1,204 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>12</key>
<string>Q</string>
<key>13</key>
<string>W</string>
<key>14</key>
<string>E</string>
<key>15</key>
<string>R</string>
<key>17</key>
<string>T</string>
<key>16</key>
<string>Y</string>
<key>32</key>
<string>U</string>
<key>34</key>
<string>I</string>
<key>31</key>
<string>O</string>
<key>35</key>
<string>P</string>
<key>0</key>
<string>A</string>
<key>1</key>
<string>S</string>
<key>2</key>
<string>D</string>
<key>3</key>
<string>F</string>
<key>5</key>
<string>G</string>
<key>4</key>
<string>H</string>
<key>38</key>
<string>J</string>
<key>40</key>
<string>K</string>
<key>37</key>
<string>L</string>
<key>6</key>
<string>Z</string>
<key>7</key>
<string>X</string>
<key>8</key>
<string>C</string>
<key>9</key>
<string>V</string>
<key>11</key>
<string>B</string>
<key>45</key>
<string>N</string>
<key>46</key>
<string>M</string>
<key>18</key>
<string>1</string>
<key>19</key>
<string>2</string>
<key>20</key>
<string>3</string>
<key>21</key>
<string>4</string>
<key>23</key>
<string>5</string>
<key>22</key>
<string>6</string>
<key>26</key>
<string>7</string>
<key>28</key>
<string>8</string>
<key>25</key>
<string>9</string>
<key>29</key>
<string>0</string>
<key>122</key>
<string>F1</string>
<key>120</key>
<string>F2</string>
<key>99</key>
<string>F3</string>
<key>118</key>
<string>F4</string>
<key>96</key>
<string>F5</string>
<key>97</key>
<string>F6</string>
<key>98</key>
<string>F7</string>
<key>100</key>
<string>F8</string>
<key>101</key>
<string>F9</string>
<key>109</key>
<string>F10</string>
<key>103</key>
<string>F11</string>
<key>111</key>
<string>F12</string>
<key>105</key>
<string>F13</string>
<key>107</key>
<string>F14</string>
<key>113</key>
<string>F15</string>
<key>106</key>
<string>F16</string>
<key>64</key>
<string>F17</string>
<key>79</key>
<string>F18</string>
<key>80</key>
<string>F19</string>
<key>50</key>
<string>`</string>
<key>27</key>
<string>-</string>
<key>24</key>
<string>=</string>
<key>51</key>
<string>Delete (Backspace)</string>
<key>48</key>
<string>Tab</string>
<key>33</key>
<string>[</string>
<key>30</key>
<string>]</string>
<key>42</key>
<string>\</string>
<key>41</key>
<string>; (Semicolon)</string>
<key>39</key>
<string>&apos; (Quote)</string>
<key>36</key>
<string>Return</string>
<key>43</key>
<string>, (Comma)</string>
<key>47</key>
<string>. (Period)</string>
<key>44</key>
<string>/</string>
<key>49</key>
<string>Space</string>
<key>114</key>
<string>Insert</string>
<key>115</key>
<string>Home</string>
<key>119</key>
<string>End</string>
<key>116</key>
<string>Page Up</string>
<key>121</key>
<string>Page Down</string>
<key>117</key>
<string>Forward Delete</string>
<key>126</key>
<string>Up Arrow</string>
<key>125</key>
<string>Down Arrow</string>
<key>123</key>
<string>Left Arrow</string>
<key>124</key>
<string>Right Arrow</string>
<key>82</key>
<string>NumPad 0</string>
<key>83</key>
<string>NumPad 1</string>
<key>84</key>
<string>NumPad 2</string>
<key>85</key>
<string>NumPad 3</string>
<key>86</key>
<string>NumPad 4</string>
<key>87</key>
<string>NumPad 5</string>
<key>88</key>
<string>NumPad 6</string>
<key>89</key>
<string>NumPad 7</string>
<key>91</key>
<string>NumPad 8</string>
<key>92</key>
<string>NumPad 9</string>
<key>71</key>
<string>NumPad Clear</string>
<key>81</key>
<string>NumPad =</string>
<key>75</key>
<string>NumPad /</string>
<key>67</key>
<string>NumPad *</string>
<key>78</key>
<string>NumPad -</string>
<key>69</key>
<string>NumPad +</string>
<key>65</key>
<string>NumPad .</string>
<key>76</key>
<string>NumPad Enter</string>
<key>53</key>
<string>Escape</string>
</dict>
</plist>

View File

@ -0,0 +1,95 @@
/*
Localizable.strings
Pcsx
Created by C.W. Betts on 4/23/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
//libpcsxrcore strings
"Error Opening CDR Plugin" = "Error Opening CDR Plugin";
"Error Opening SPU Plugin" = "Error Opening SPU Plugin";
"Error Opening GPU Plugin" = "Error Opening GPU Plugin";
"Error Opening PAD1 Plugin" = "Error Opening PAD1 Plugin";
"Error Opening PAD2 Plugin" = "Error Opening PAD2 Plugin";
"Error opening SIO1 plugin!" = "Error Opening SIO1 Plugin";
"Error Closing CDR Plugin" = "Error Closing CDR Plugin";
"Error Closing SPU Plugin" = "Error Closing SPU Plugin";
"Error Closing PAD1 Plugin" = "Error Closing PAD1 Plugin";
"Error Closing PAD2 Plugin" = "Error Closing PAD2 Plugin";
"Error Closing GPU Plugin" = "Error Closing GPU Plugin";
"Error closing SIO1 plugin!" = "Error Closing SIO1 plugin";
"CDRinit error: %d" = "CDRinit error: %d";
"GPUinit error: %d" = "GPUinit error: %d";
"SPUinit error: %d" = "SPUinit error: %d";
"PAD1init error: %d" = "PAD1init error: %d";
"PAD2init error: %d" = "PAD2init error: %d";
"NETinit error: %d" = "NETinit error: %d";
"SIO1init error: %d!" = "SIO1init error: %d";
"Could not open BIOS:\"%s\". Enabling HLE Bios!\n" = "Could not open BIOS:\"%s\". Enabling HLE Bios!\n";
"Error allocating memory!" = "Error allocating memory!";
"Running PCSXR Version %s (%s).\n" = "Running PCSXR Version %s (%s).\n";
"No memory card value was specified - creating a default card %s\n" = "No memory card value was specified - creating a default card %s\n";
"Memory card %s failed to load!\n" = "Memory card %s failed to load!\n";
"Loading memory card %s\n" = "Loading memory card %s\n";
"Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n" = "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n";
"Loaded CD Image: %s" = "Loaded CD Image: %s";
"Cheats saved to: %s\n" = "Cheats saved to: %s\n";
"Cheats loaded from: %s\n" = "Cheats loaded from: %s\n";
"Error allocating memory" = "Error allocating memory";
"Unable to start debug server.\n" = "Unable to start debug server.\n";
"Debugger started.\n" = "Debugger started.\n";
"Debugger stopped.\n" = "Debugger stopped.\n";
"CD-ROM Label: %.32s\n" = "CD-ROM Label: %.32s\n";
"CD-ROM ID: %.9s\n" = "CD-ROM ID: %.9s\n";
"CD-ROM EXE Name: %.255s\n" = "CD-ROM EXE Name: %.255s\n";
"Error opening file: %s.\n" = "Error opening file: %s.\n";
"Unknown CPE opcode %02x at poiition %08x.\n" = "Unknown CPE opcode %02x at position %08x.\n";
// Cocoa Code
"(Untitled)" = "(Untitled)";
"Plugin Initialization Failed!" = "Plugin Initialization Failed!";
"Pcsxr failed to initialize the selected %@ plugin (error=%i).\nThe plugin might not work with your system." = "Pcsxr failed to initialize the selected %1$@ plugin (error=%2$i).\nThe plugin might not work with your system.";
"Error!" = "Error!";
"Installation Succesfull" = "Installation Succesfull";
"Installation Failed!" = "Installation Failed!";
"The installation of the specified plugin was succesfull. In order to use it, please restart the application." = "The installation of the specified plugin was succesfull. In order to use it, please restart the application.";
"The installation of the specified plugin failed. Please try again, or make a manual install." ="The installation of the specified plugin failed. Please try again, or make a manual install.";
"Missing plugins!" = "Missing plugins!";
"Pcsxr is missing one or more critical plugins. You will need to install these in order to play games." = "Pcsx is missing one or more critical plugins. You will need to install these in order to play games.";
"Missing BIOS!" = "Missing BIOS!";
"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n%@" = "Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to:\n%@";
"Error opening file" = "Error opening file.";
"Unable to open %@: %@" = "Unable to open %1$@: %2$@";
//Memory card management
"Format Card" = "Format Card";
"Free Size" = "Free Size";
"Format" = "Format";
"No Free Space" = "No Free Space";
"Formatting a memory card will remove all data on it.\n\nThis cannot be undone." = "Formatting a memory card will remove all data on it.\n\nThis cannot be undone.";
"Delete Block" = "Delete Block";
"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a memory card object will set the blocks to not be readable by the emulator, and may result in the data being overwritten in the future.";
"No Free Space" = "No Free Space";
"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %1$d doesn't have %2$d free consecutive blocks on it. Please remove some blocks on that card to continue.";
"Memory card %i does not have enough free consecutive blocks.\n\nIn order to copy over \"%@ (%@),\" memory card %i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?" = "Memory card %1$i does not have enough free consecutive blocks.\n\nIn order to copy over \"%2$@ (%3$@),\" memory card %4$i must be compressed. Compressing memory cards will make deleted blocks unrecoverable.\n\nDo you want to continue?";
//Cheat manager
"Save Cheats" = "Save Cheats";
"The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?" = "The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?";
"Unsaved Changes" = "Unsaved Changes";
//General buttons
"Okay" = "Okay";
"Cancel" = "Cancel";
"Yes" = "Yes";
"No" = "No";
"Delete" = "Delete";
//Mem card flags
"MemCard_Deleted" = "Deleted";
"MemCard_Free" = "Free";
"MemCard_Used" = "Used";
"MemCard_Link" = "Link";
"MemCard_EndLink" = "End Link";

File diff suppressed because it is too large Load Diff

View File

@ -140,6 +140,8 @@
<string>PCSXR</string>
<key>CFBundleIdentifier</key>
<string>com.codeplex.pcsxr</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View File

@ -661,7 +661,46 @@
559366C612B694DF004ACC1E /* ix86_fpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_fpu.c; sourceTree = "<group>"; };
559366C712B694DF004ACC1E /* ix86_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_mmx.c; sourceTree = "<group>"; };
559366C812B694DF004ACC1E /* ix86_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_sse.c; sourceTree = "<group>"; };
559DACED146C72FF00C5DF71 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = Localizable.strings; sourceTree = "<group>"; };
5598AAC317D2D2010024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = es; path = es.lproj/KeyNames.plist; sourceTree = "<group>"; };
5598AAC417D2D2020024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAC517D2D2030024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/Configuration.xib; sourceTree = "<group>"; };
5598AAC617D2D2040024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AAC717D2D2050024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAC817D2D2060024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/PCSXR.xib; sourceTree = "<group>"; };
5598AAC917D2D2070024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/AddPluginSheet.xib; sourceTree = "<group>"; };
5598AACA17D2D2080024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/PcsxrMemCardDocument.xib; sourceTree = "<group>"; };
5598AACB17D2D2090024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/CheatWindow.xib; sourceTree = "<group>"; };
5598AACC17D2D20A0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/Bladesio1PluginConfig.xib; sourceTree = "<group>"; };
5598AACD17D2D20B0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AACE17D2D20C0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AACF17D2D20D0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAD017D2D20E0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAD117D2D20F0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/DFCdromPluginConfig.xib; sourceTree = "<group>"; };
5598AAD217D2D2100024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AAD317D2D2110024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAD417D2D2120024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAD517D2D2130024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AAD617D2D2140024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAD717D2D2150024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/NetPcsxrHIDInputPluginMain.xib; sourceTree = "<group>"; };
5598AAD817D2D2160024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAD917D2D2170024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/DFNet.xib; sourceTree = "<group>"; };
5598AADA17D2D2180024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AADB17D2D2190024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AADC17D2D21A0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/SockDialog.xib; sourceTree = "<group>"; };
5598AADD17D2D21B0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AADE17D2D21C0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AADF17D2D21D0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAE017D2D21E0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAE117D2D21F0024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/NetSfPeopsSpuPluginMain.xib; sourceTree = "<group>"; };
5598AAE217D2D2200024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAE317D2D2210024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AAE417D2D2220024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAE517D2D2230024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/NetSfPeopsSoftGPUConfig.xib; sourceTree = "<group>"; };
5598AAE617D2D2240024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
5598AAE717D2D2250024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5598AAE817D2D2260024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
5598AAE917D2D2270024F71D /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = es.lproj/NetSfPeopsOpenGLConfig.xib; sourceTree = "<group>"; };
559DACED146C72FF00C5DF71 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = Localizable.strings; sourceTree = "<group>"; };
55A9021E147D7C380037E18F /* PcsxrMemCardController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxrMemCardController.h; sourceTree = "<group>"; };
55A9021F147D7C380037E18F /* PcsxrMemCardController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxrMemCardController.m; sourceTree = "<group>"; usesTabs = 1; };
55A90227147D89380037E18F /* PcsxrMemoryObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = PcsxrMemoryObject.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
@ -1810,6 +1849,7 @@
French,
German,
en,
es,
);
mainGroup = 08FB7794FE84155DC02AAC07 /* Pcsxr */;
projectDirPath = "";
@ -2229,6 +2269,7 @@
isa = PBXVariantGroup;
children = (
02FE55E716765F9400205CF2 /* English */,
5598AAC317D2D2010024F71D /* es */,
);
name = KeyNames.plist;
path = English.lproj;
@ -2238,6 +2279,7 @@
isa = PBXVariantGroup;
children = (
28F0C3C5146521A700A90285 /* English */,
5598AAC517D2D2030024F71D /* es */,
);
name = Configuration.xib;
path = English.lproj;
@ -2247,6 +2289,7 @@
isa = PBXVariantGroup;
children = (
28F0C3C8146521B000A90285 /* English */,
5598AAC817D2D2060024F71D /* es */,
);
name = PCSXR.xib;
path = English.lproj;
@ -2256,6 +2299,7 @@
isa = PBXVariantGroup;
children = (
28F0C3CB146521B700A90285 /* English */,
5598AAC917D2D2070024F71D /* es */,
);
name = AddPluginSheet.xib;
path = English.lproj;
@ -2265,6 +2309,7 @@
isa = PBXVariantGroup;
children = (
2BA178B30514CE260026D74D /* English */,
5598AAC617D2D2040024F71D /* es */,
);
name = InfoPlist.strings;
path = English.lproj;
@ -2274,6 +2319,7 @@
isa = PBXVariantGroup;
children = (
2BBB1787051E0D9700B84448 /* English */,
5598AAC417D2D2020024F71D /* es */,
);
name = Credits.rtf;
path = English.lproj;
@ -2283,6 +2329,7 @@
isa = PBXVariantGroup;
children = (
551A74B517868BEA0052D185 /* English */,
5598AACC17D2D20A0024F71D /* es */,
);
name = Bladesio1PluginConfig.xib;
sourceTree = "<group>";
@ -2291,6 +2338,7 @@
isa = PBXVariantGroup;
children = (
551A74B717868BEA0052D185 /* English */,
5598AACD17D2D20B0024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2299,6 +2347,7 @@
isa = PBXVariantGroup;
children = (
551A74B917868BEA0052D185 /* English */,
5598AACE17D2D20C0024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2307,6 +2356,7 @@
isa = PBXVariantGroup;
children = (
551A74BB17868BEA0052D185 /* English */,
5598AACF17D2D20D0024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2315,6 +2365,7 @@
isa = PBXVariantGroup;
children = (
551A750A17868BEB0052D185 /* English */,
5598AAD017D2D20E0024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2323,6 +2374,7 @@
isa = PBXVariantGroup;
children = (
551A750C17868BEB0052D185 /* English */,
5598AAD117D2D20F0024F71D /* es */,
);
name = DFCdromPluginConfig.xib;
sourceTree = "<group>";
@ -2331,6 +2383,7 @@
isa = PBXVariantGroup;
children = (
551A750E17868BEB0052D185 /* English */,
5598AAD217D2D2100024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2339,6 +2392,7 @@
isa = PBXVariantGroup;
children = (
551A751017868BEB0052D185 /* English */,
5598AAD317D2D2110024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2347,6 +2401,7 @@
isa = PBXVariantGroup;
children = (
551A751E17868BEB0052D185 /* English */,
5598AAD417D2D2120024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2355,6 +2410,7 @@
isa = PBXVariantGroup;
children = (
551A752017868BEB0052D185 /* English */,
5598AAD517D2D2130024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2363,6 +2419,7 @@
isa = PBXVariantGroup;
children = (
551A752217868BEB0052D185 /* English */,
5598AAD617D2D2140024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2371,6 +2428,7 @@
isa = PBXVariantGroup;
children = (
551A752417868BEB0052D185 /* English */,
5598AAD717D2D2150024F71D /* es */,
);
name = NetPcsxrHIDInputPluginMain.xib;
sourceTree = "<group>";
@ -2379,6 +2437,7 @@
isa = PBXVariantGroup;
children = (
551A753717868BEB0052D185 /* English */,
5598AAD817D2D2160024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2387,6 +2446,7 @@
isa = PBXVariantGroup;
children = (
551A753917868BEB0052D185 /* English */,
5598AAD917D2D2170024F71D /* es */,
);
name = DFNet.xib;
sourceTree = "<group>";
@ -2395,6 +2455,7 @@
isa = PBXVariantGroup;
children = (
551A753B17868BEB0052D185 /* English */,
5598AADA17D2D2180024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2403,6 +2464,7 @@
isa = PBXVariantGroup;
children = (
551A753D17868BEB0052D185 /* English */,
5598AADB17D2D2190024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2411,6 +2473,7 @@
isa = PBXVariantGroup;
children = (
551A753F17868BEC0052D185 /* English */,
5598AADC17D2D21A0024F71D /* es */,
);
name = SockDialog.xib;
sourceTree = "<group>";
@ -2419,6 +2482,7 @@
isa = PBXVariantGroup;
children = (
551A755B17868BEC0052D185 /* English */,
5598AADD17D2D21B0024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2427,6 +2491,7 @@
isa = PBXVariantGroup;
children = (
551A755E17868BEC0052D185 /* English */,
5598AADE17D2D21C0024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2435,6 +2500,7 @@
isa = PBXVariantGroup;
children = (
551A756117868BEC0052D185 /* English */,
5598AADF17D2D21D0024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2443,6 +2509,7 @@
isa = PBXVariantGroup;
children = (
551A756317868BEC0052D185 /* English */,
5598AAE017D2D21E0024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2451,6 +2518,7 @@
isa = PBXVariantGroup;
children = (
551A756517868BEC0052D185 /* English */,
5598AAE117D2D21F0024F71D /* es */,
);
name = NetSfPeopsSpuPluginMain.xib;
sourceTree = "<group>";
@ -2459,6 +2527,7 @@
isa = PBXVariantGroup;
children = (
551A756917868BEC0052D185 /* English */,
5598AAE217D2D2200024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2467,6 +2536,7 @@
isa = PBXVariantGroup;
children = (
551A756B17868BEC0052D185 /* English */,
5598AAE317D2D2210024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2475,6 +2545,7 @@
isa = PBXVariantGroup;
children = (
551A756D17868BEC0052D185 /* English */,
5598AAE417D2D2220024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2483,6 +2554,7 @@
isa = PBXVariantGroup;
children = (
551A756F17868BEC0052D185 /* English */,
5598AAE517D2D2230024F71D /* es */,
);
name = NetSfPeopsSoftGPUConfig.xib;
sourceTree = "<group>";
@ -2491,6 +2563,7 @@
isa = PBXVariantGroup;
children = (
551A758617868BED0052D185 /* English */,
5598AAE617D2D2240024F71D /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2499,6 +2572,7 @@
isa = PBXVariantGroup;
children = (
551A758817868BED0052D185 /* English */,
5598AAE717D2D2250024F71D /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -2507,6 +2581,7 @@
isa = PBXVariantGroup;
children = (
551A758A17868BED0052D185 /* English */,
5598AAE817D2D2260024F71D /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -2515,6 +2590,7 @@
isa = PBXVariantGroup;
children = (
551A758C17868BED0052D185 /* English */,
5598AAE917D2D2270024F71D /* es */,
);
name = NetSfPeopsOpenGLConfig.xib;
sourceTree = "<group>";
@ -2523,6 +2599,7 @@
isa = PBXVariantGroup;
children = (
559DACED146C72FF00C5DF71 /* English */,
5598AAC717D2D2050024F71D /* es */,
);
name = Localizable.strings;
path = English.lproj;
@ -2532,6 +2609,7 @@
isa = PBXVariantGroup;
children = (
55C7A215148B2B3800C22ABC /* English */,
5598AACA17D2D2080024F71D /* es */,
);
name = PcsxrMemCardDocument.xib;
sourceTree = "<group>";
@ -2540,6 +2618,7 @@
isa = PBXVariantGroup;
children = (
D422E66D16DC48D000526DCF /* English */,
5598AACB17D2D2090024F71D /* es */,
);
name = CheatWindow.xib;
sourceTree = "<group>";
@ -2916,7 +2995,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = (
../include,
../libpcsxcore,
@ -3213,7 +3291,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = (
../include,
../libpcsxcore,
@ -3237,7 +3314,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = (
../include,
../libpcsxcore,

View File

@ -204,7 +204,7 @@
return;
}
NSInteger deleteOkay = NSRunAlertPanel(NSLocalizedString(@"Delete Block", nil), NSLocalizedString(@"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone.", nil), NSLocalizedString(@"Cancel", nil), NSLocalizedString(@"Delete", nil), nil);
NSInteger deleteOkay = NSRunAlertPanel(NSLocalizedString(@"Delete Block", @"The block will be deleted"), NSLocalizedString(@"Deleting a block will remove all saved data on that block.\n\nThis cannot be undone.", @"Delete block cannot be undone"), NSLocalizedString(@"Cancel", @"Cancel"), NSLocalizedString(@"Delete", nil), nil);
if (deleteOkay == NSAlertAlternateReturn) {
[self deleteMemoryBlocksAtIndex:(int)selectedIndex card:(int)memCardSelect];

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
\f0\b\fs24 \cf0 Original coder:
\b0 \
linuzappz\
\
\b Macintosh Port:
\b0 \
Charles "Madd the Sane" Betts}

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Bladesio1 sio1 plug-in";
CFBundleShortVersionString = "1.0";
CFBundleGetInfoString = "Based on bladesio plugin by linuzappz.";
NSHumanReadableCopyright = "Copyright (c) 2013 C.W. Betts.";

View File

@ -0,0 +1,9 @@
/*
Localizable.strings
DFCdrom
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"sio1Blade" = "Blade sio1";

View File

@ -0,0 +1,13 @@
{\rtf1\mac\ansicpg10025\cocoartf824\cocoasubrtf420
{\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 Original coder:
\f1\b0 \
linuzappz\
\
\f0\b Macintosh Port:
\f1\b0 \
Wei Mingzhi}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "CD-ROM Drive Reader";
CFBundleShortVersionString = "1.0";
CFBundleGetInfoString = "Based on CDR plugin by linuzappz.";
NSHumanReadableCopyright = "Copyright (c) 2010 Wei Mingzhi.";

View File

@ -0,0 +1,9 @@
/*
Localizable.strings
DFCdrom
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"CD-ROM Drive Reader" = "CD-ROM Drive Reader";

View File

@ -0,0 +1,19 @@
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\vieww9000\viewh9000\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
\f0\b\fs24 \cf0 Macintosh Port:
\b0 \
Wei Mingzhi\
Gil Pedersen\
Nicolas P\'e9pin-Perreault\
C.W. "Madd the Sane" Betts\
\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\b \cf0 Original coder:
\b0 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
\cf0 Wei Mingzhi}

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "DFInput PSX Controller Plugin";
CFBundleShortVersionString = "DFInput version 1.5";
CFBundleGetInfoString = "DFInput PSX Controller Plugin version 1.5, Copyright © 2009 Wei Mingzhi.";
NSHumanReadableCopyright = "Copyright © 2009 Wei Mingzhi.";

View File

@ -0,0 +1,42 @@
/*
Localizable.strings
DFInput
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"Gamepad/Keyboard/Mouse Input" = "Gamepad/Keyboard/Mouse Input";
"Joystick: Button %d" = "Joystick: Button %d";
"Joystick: Axis %d%c" = "Joystick: Axis %d%c";
"Joystick: Hat %d %s" = "Joystick: Hat %d %s";
"Keyboard: %s" = "Keyboard: %s";
"(Keyboard only)" = "(Keyboard only)";
"D-Pad Up" = "D-Pad Up";
"D-Pad Down" = "D-Pad Down";
"D-Pad Left" = "D-Pad Left";
"D-Pad Right" = "D-Pad Right";
"Cross" = "Cross";
"Circle" = "Circle";
"Square" = "Square";
"Triangle" = "Triangle";
"L1" = "L1";
"R1" = "R1";
"L2" = "L2";
"R2" = "R2";
"Select" = "Select";
"Start" = "Start";
"L3" = "L3";
"R3" = "R3";
"Analog" = "Analog";
"L-Stick Right" = "L-Stick Right";
"L-Stick Left" = "L-Stick Left";
"L-Stick Down" = "L-Stick Down";
"L-Stick Up" = "L-Stick Up";
"R-Stick Right" = "R-Stick Right";
"R-Stick Left" = "R-Stick Left";
"R-Stick Down" = "R-Stick Down";
"R-Stick Up" = "R-Stick Up";

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
\f0\b\fs24 \cf0 Original coder:
\b0 \
linuzappz\
\
\b Macintosh Port:
\b0 \
C.W. "Madd the Sane" Betts}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "NetPlay";
CFBundleShortVersionString = "1.0";
CFBundleGetInfoString = "NetPlay plugin by linuzappz.";
NSHumanReadableCopyright = "Copyright (c) 2010 C.W. Betts.";

View File

@ -0,0 +1,11 @@
/*
Localizable.strings
DFNet
Created by C.W. Betts on 11/17/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"Error allocating memory!\n" = "Error allocating memory!\n";
"error connecting to %s: %s\n" = "error connecting to %s: %s\n";
"Socket Driver" = "Socket Driver";

View File

@ -0,0 +1,513 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">12E55</string>
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
<string key="IBDocument.AppKitVersion">1187.39</string>
<string key="IBDocument.HIToolboxVersion">626.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">3084</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBNSLayoutConstraint</string>
<string>NSButton</string>
<string>NSButtonCell</string>
<string>NSCustomObject</string>
<string>NSProgressIndicator</string>
<string>NSTextField</string>
<string>NSTextFieldCell</string>
<string>NSView</string>
<string>NSWindowTemplate</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
<object class="NSCustomObject" id="1001">
<string key="NSClassName">SockDialog</string>
</object>
<object class="NSCustomObject" id="1003">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSCustomObject" id="1004">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSWindowTemplate" id="1005">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{196, 371}, {380, 124}}</string>
<int key="NSWTFlags">544735232</int>
<string key="NSWindowTitle">Window</string>
<string key="NSWindowClass">NSWindow</string>
<nil key="NSViewClass"/>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMaxSize">{380, 140}</string>
<string key="NSWindowContentMinSize">{380, 140}</string>
<object class="NSView" key="NSWindowView" id="1006">
<reference key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSTextField" id="150785340">
<reference key="NSNextResponder" ref="1006"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{78, 87}, {225, 17}}</string>
<reference key="NSSuperview" ref="1006"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="308883112"/>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="993388181">
<int key="NSCellFlags">68157504</int>
<int key="NSCellFlags2">138413056</int>
<string key="NSContents">Waiting for connections...</string>
<object class="NSFont" key="NSSupport" id="596705607">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="150785340"/>
<object class="NSColor" key="NSBackgroundColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
</object>
<object class="NSProgressIndicator" id="308883112">
<reference key="NSNextResponder" ref="1006"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{103, 60}, {174, 20}}</string>
<reference key="NSSuperview" ref="1006"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="796798766"/>
<int key="NSpiFlags">24586</int>
<double key="NSMaxValue">100</double>
</object>
<object class="NSButton" id="796798766">
<reference key="NSNextResponder" ref="1006"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{149, 13}, {82, 32}}</string>
<reference key="NSSuperview" ref="1006"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="1054752594">
<int key="NSCellFlags">67108864</int>
<int key="NSCellFlags2">134217728</int>
<string key="NSContents">Cancel</string>
<reference key="NSSupport" ref="596705607"/>
<string key="NSCellIdentifier">_NS:9</string>
<reference key="NSControlView" ref="796798766"/>
<int key="NSButtonFlags">-2038284288</int>
<int key="NSButtonFlags2">129</int>
<string key="NSAlternateContents"/>
<string type="base64-UTF8" key="NSKeyEquivalent">Gw</string>
<int key="NSPeriodicDelay">200</int>
<int key="NSPeriodicInterval">25</int>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
</object>
</array>
<string key="NSFrameSize">{380, 124}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="150785340"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1058}}</string>
<string key="NSMinSize">{380, 162}</string>
<string key="NSMaxSize">{380, 162}</string>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="1005"/>
</object>
<int key="connectionID">9</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">cancel:</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="796798766"/>
</object>
<int key="connectionID">31</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">spinningBar</string>
<reference key="source" ref="1001"/>
<reference key="destination" ref="308883112"/>
</object>
<int key="connectionID">32</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="1001"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="1003"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="1004"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">1</int>
<reference key="object" ref="1005"/>
<array class="NSMutableArray" key="children">
<reference ref="1006"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">2</int>
<reference key="object" ref="1006"/>
<array class="NSMutableArray" key="children">
<object class="IBNSLayoutConstraint" id="715386164">
<reference key="firstItem" ref="796798766"/>
<int key="firstAttribute">9</int>
<int key="relation">0</int>
<reference key="secondItem" ref="308883112"/>
<int key="secondAttribute">9</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">6</int>
<float key="scoringTypeFloat">24</float>
<int key="contentType">2</int>
</object>
<object class="IBNSLayoutConstraint" id="134441829">
<reference key="firstItem" ref="1006"/>
<int key="firstAttribute">4</int>
<int key="relation">0</int>
<reference key="secondItem" ref="796798766"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="871977271">
<reference key="firstItem" ref="796798766"/>
<int key="firstAttribute">9</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1006"/>
<int key="secondAttribute">9</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">5</int>
<float key="scoringTypeFloat">22</float>
<int key="contentType">2</int>
</object>
<object class="IBNSLayoutConstraint" id="390852115">
<reference key="firstItem" ref="308883112"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="150785340"/>
<int key="secondAttribute">4</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">8</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">6</int>
<float key="scoringTypeFloat">24</float>
<int key="contentType">3</int>
</object>
<object class="IBNSLayoutConstraint" id="547332722">
<reference key="firstItem" ref="150785340"/>
<int key="firstAttribute">9</int>
<int key="relation">0</int>
<reference key="secondItem" ref="308883112"/>
<int key="secondAttribute">9</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">0.0</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">6</int>
<float key="scoringTypeFloat">24</float>
<int key="contentType">2</int>
</object>
<object class="IBNSLayoutConstraint" id="857063854">
<reference key="firstItem" ref="150785340"/>
<int key="firstAttribute">3</int>
<int key="relation">0</int>
<reference key="secondItem" ref="1006"/>
<int key="secondAttribute">3</int>
<float key="multiplier">1</float>
<object class="IBNSLayoutSymbolicConstant" key="constant">
<double key="value">20</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="1006"/>
<int key="scoringType">8</int>
<float key="scoringTypeFloat">29</float>
<int key="contentType">3</int>
</object>
<reference ref="150785340"/>
<reference ref="308883112"/>
<reference ref="796798766"/>
</array>
<reference key="parent" ref="1005"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">3</int>
<reference key="object" ref="150785340"/>
<array class="NSMutableArray" key="children">
<reference ref="993388181"/>
<object class="IBNSLayoutConstraint" id="164791579">
<reference key="firstItem" ref="150785340"/>
<int key="firstAttribute">7</int>
<int key="relation">0</int>
<nil key="secondItem"/>
<int key="secondAttribute">0</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">219</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="150785340"/>
<int key="scoringType">3</int>
<float key="scoringTypeFloat">9</float>
<int key="contentType">1</int>
</object>
</array>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">4</int>
<reference key="object" ref="993388181"/>
<reference key="parent" ref="150785340"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="308883112"/>
<array class="NSMutableArray" key="children">
<object class="IBNSLayoutConstraint" id="339534934">
<reference key="firstItem" ref="308883112"/>
<int key="firstAttribute">7</int>
<int key="relation">0</int>
<nil key="secondItem"/>
<int key="secondAttribute">0</int>
<float key="multiplier">1</float>
<object class="IBLayoutConstant" key="constant">
<double key="value">174</double>
</object>
<float key="priority">1000</float>
<reference key="containingView" ref="308883112"/>
<int key="scoringType">3</int>
<float key="scoringTypeFloat">9</float>
<int key="contentType">1</int>
</object>
</array>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">11</int>
<reference key="object" ref="164791579"/>
<reference key="parent" ref="150785340"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">14</int>
<reference key="object" ref="857063854"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">17</int>
<reference key="object" ref="547332722"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">19</int>
<reference key="object" ref="339534934"/>
<reference key="parent" ref="308883112"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">21</int>
<reference key="object" ref="390852115"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">26</int>
<reference key="object" ref="796798766"/>
<array class="NSMutableArray" key="children">
<reference ref="1054752594"/>
</array>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">27</int>
<reference key="object" ref="1054752594"/>
<reference key="parent" ref="796798766"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">28</int>
<reference key="object" ref="871977271"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">29</int>
<reference key="object" ref="134441829"/>
<reference key="parent" ref="1006"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">30</int>
<reference key="object" ref="715386164"/>
<reference key="parent" ref="1006"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="1.IBWindowTemplateEditedContentRect">{{322, 765}, {382, 139}}</string>
<integer value="1" key="1.NSWindowTemplate.visibleAtLaunch"/>
<string key="11.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="14.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="17.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array class="NSMutableArray" key="2.IBNSViewMetadataConstraints">
<reference ref="857063854"/>
<reference ref="547332722"/>
<reference ref="390852115"/>
<reference ref="871977271"/>
<reference ref="134441829"/>
<reference ref="715386164"/>
</array>
<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<boolean value="NO" key="26.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="26.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="27.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="28.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array key="3.IBNSViewMetadataConstraints">
<reference ref="164791579"/>
</array>
<boolean value="NO" key="3.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="30.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="4.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<array key="6.IBNSViewMetadataConstraints">
<reference ref="339534934"/>
</array>
<boolean value="NO" key="6.IBNSViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">32</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">NSLayoutConstraint</string>
<string key="superclassName">NSObject</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/NSLayoutConstraint.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">SockDialog</string>
<string key="superclassName">NSWindowController</string>
<object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">cancel:</string>
<string key="NS.object.0">id</string>
</object>
<object class="NSMutableDictionary" key="actionInfosByName">
<string key="NS.key.0">cancel:</string>
<object class="IBActionInfo" key="NS.object.0">
<string key="name">cancel:</string>
<string key="candidateClassName">id</string>
</object>
</object>
<object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">spinningBar</string>
<string key="NS.object.0">NSProgressIndicator</string>
</object>
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
<string key="NS.key.0">spinningBar</string>
<object class="IBToOneOutletInfo" key="NS.object.0">
<string key="name">spinningBar</string>
<string key="candidateClassName">NSProgressIndicator</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/SockDialog.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string>
<real value="1070" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<bool key="IBDocument.UseAutolayout">YES</bool>
</data>
</archive>

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "OpenAL Sound Plugin";
CFBundleShortVersionString = "SPU Plugin for PCSXR";
CFBundleGetInfoString = "Based on P.E.Op.S. SPU Sound Plugin.";
NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen.";

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "SDL Sound Plugin";
CFBundleShortVersionString = "SPU Plugin for PCSXR";
CFBundleGetInfoString = "Based on P.E.Op.S. SPU Sound Plugin.";
NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen.";

View File

@ -0,0 +1,13 @@
{\rtf1\mac\ansicpg10025\cocoartf824\cocoasubrtf240
{\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 Original coders:
\f1\b0 \
Pete Bernert and the P.E.Op.S. team}

View File

@ -0,0 +1,33 @@
/*
Localizable.strings
PeopsSPU
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"SDL Sound" = "SDL Sound";
"OpenAL Sound" = "OpenAL Sound";
"Mac OS X Sound" = "Mac OS X Sound";
"P.E.Op.S. Sound Driver V1.7\nCoded by Pete Bernert and the P.E.Op.S. team\n" = "P.E.Op.S. Sound Driver V1.7\nCoded by Pete Bernert and the P.E.Op.S. team\n";
/*Unknown/not found value */
"(Unknown)" = "(Unknown)";
/* Interpolation Values */
"(No Interpolation)" = "(No Interpolation)";
"(Simple Interpolation)" = "(Simple Interpolation)";
"(Gaussian Interpolation)" = "(Gaussian Interpolation)";
"(Cubic Interpolation)" = "(Cubic Interpolation)";
/* Reverb Values */
"(No Reverb)" = "(No Reverb)";
"(Simple Reverb)" = "(Simple Reverb)";
"(PSX Reverb)" = "(PSX Reverb)";
/* Volume Values */
"(Muted)" = "(Muted)";
"(Low)" = "(Low)";
"(Medium)" = "(Medium)";
"(Loud)" = "(Loud)";
"(Loudest)" = "(Loudest)";

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
{\rtf1\mac\ansicpg10000\cocoartf102
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx565\tx1133\tx1700\tx2266\tx2833\tx3401\tx3967\tx4535\tx5102\tx5669\tx6235\tx6802\ql\qnatural
\f0\b\fs24 \cf0 Created By
\f1\b0 \
Pete Bernert and the P.E.Op.S. team\
\
\f0\b Macintosh Port By
\f1\b0 \
Gil Pedersen}

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "SoftGL GPU Plugin";
CFBundleShortVersionString = "GPU Plugin 1.17";
CFBundleGetInfoString = "SoftGL GPU Renderer Plugin version 1.17.";
NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen.";

View File

@ -0,0 +1,11 @@
/*
Localizable.strings
PeopsSoftGPU
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"Pete Bernert and the P.E.Op.S. team" = "Pete Bernert and the P.E.Op.S. team";
"SoftGL Driver" = "SoftGL Driver";
"P.E.Op.S. SoftGL Driver V1.17\nCoded by Pete Bernert and the P.E.Op.S. team\n" = "P.E.Op.S. SoftGL Driver V1.17\nCoded by Pete Bernert and the P.E.Op.S. team\n";

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
{\rtf1\mac\ansicpg10000\cocoartf102
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx565\tx1133\tx1700\tx2266\tx2833\tx3401\tx3967\tx4535\tx5102\tx5669\tx6235\tx6802\ql\qnatural
\f0\b\fs24 \cf0 Created By
\f1\b0 \
Pete Bernert and the P.E.Op.S. team\
\
\f0\b Macintosh Port By
\f1\b0 \
Gil Pedersen}

View File

@ -0,0 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Peops OpenGL GPU Plugin";
CFBundleShortVersionString = "GPU Plugin 1.17";
CFBundleGetInfoString = "OpenGL GPU Renderer Plugin version 1.17.";
NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen.";

View File

@ -0,0 +1,11 @@
/*
Localizable.strings
PeopsXGL
Created by C.W. Betts on 11/16/11.
Copyright 2011 __MyCompanyName__. All rights reserved.
*/
"OpenGL Driver" = "OpenGL Driver";
"Pete Bernert" = "Pete Bernert";
"Based on P.E.Op.S. MesaGL Driver V1.78\nCoded by Pete Bernert\n" = "Based on P.E.Op.S. MesaGL Driver V1.78\nCoded by Pete Bernert\n";

File diff suppressed because it is too large Load Diff