diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-27 05:35:52 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-27 05:35:52 +0000 |
| commit | 956a967434ffed37791da1847931c7e37bcfeaed (patch) | |
| tree | cd425fa8d60dba983df6bdad2a3e611d1f596181 /macosx/plugins/DFSound | |
| parent | 43a9632f4a6a4196ef33f45a8db7af4a08442da0 (diff) | |
| download | pcsxr-956a967434ffed37791da1847931c7e37bcfeaed.tar.gz | |
Even MORE OS X localization work.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87985 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound')
3 files changed, 124 insertions, 10 deletions
diff --git a/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib b/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib index 76f30af9..e25d70c2 100644 --- a/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib +++ b/macosx/plugins/DFSound/Resorces/Shared/Base.lproj/NetSfPeopsSpuPluginMain.xib @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> - <deployment defaultVersion="1070" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4510"/> + <deployment defaultVersion="1080" identifier="macosx"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="SPUPluginController"> @@ -37,7 +37,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="11"> - <rect key="frame" x="13" y="98" width="96" height="17"/> + <rect key="frame" x="14" y="98" width="94" height="17"/> <autoresizingMask key="autoresizingMask"/> <constraints> <constraint firstAttribute="width" constant="90" id="157"/> @@ -64,7 +64,7 @@ </connections> </slider> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="15"> - <rect key="frame" x="13" y="66" width="96" height="17"/> + <rect key="frame" x="14" y="66" width="94" height="17"/> <autoresizingMask key="autoresizingMask"/> <constraints> <constraint firstAttribute="height" constant="17" id="227"/> @@ -86,7 +86,7 @@ </connections> </slider> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="17"> - <rect key="frame" x="274" y="98" width="133" height="17"/> + <rect key="frame" x="275" y="98" width="131" height="17"/> <autoresizingMask key="autoresizingMask"/> <constraints> <constraint firstAttribute="width" constant="127" id="129"/> @@ -98,7 +98,7 @@ </textFieldCell> </textField> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="18"> - <rect key="frame" x="274" y="66" width="133" height="17"/> + <rect key="frame" x="275" y="66" width="131" height="17"/> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="(Simple Interpolation)" id="85"> <font key="font" metaFont="smallSystem"/> @@ -107,7 +107,7 @@ </textFieldCell> </textField> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="69"> - <rect key="frame" x="14" y="38" width="96" height="17"/> + <rect key="frame" x="15" y="38" width="94" height="17"/> <autoresizingMask key="autoresizingMask"/> <constraints> <constraint firstAttribute="width" constant="90" id="182"/> @@ -130,7 +130,7 @@ </connections> </slider> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="71"> - <rect key="frame" x="274" y="38" width="133" height="17"/> + <rect key="frame" x="275" y="38" width="131" height="17"/> <autoresizingMask key="autoresizingMask"/> <constraints> <constraint firstAttribute="height" constant="17" id="224"/> @@ -283,7 +283,7 @@ Gw </connections> </button> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="171"> - <rect key="frame" x="14" y="13" width="75" height="32"/> + <rect key="frame" x="14" y="13" width="74" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="172"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> diff --git a/macosx/plugins/DFSound/Resorces/Shared/fr.lproj/NetSfPeopsSpuPluginMain.strings b/macosx/plugins/DFSound/Resorces/Shared/fr.lproj/NetSfPeopsSpuPluginMain.strings new file mode 100644 index 00000000..b67f96f8 --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/Shared/fr.lproj/NetSfPeopsSpuPluginMain.strings @@ -0,0 +1,57 @@ + +/* Class = "NSWindow"; title = "SPU Configuration"; ObjectID = "6"; */ +"6.title" = "SPU Configuration"; + +/* Class = "NSBox"; title = "General Settings"; ObjectID = "9"; */ +"9.title" = "General Settings"; + +/* Class = "NSBox"; title = "XA Music"; ObjectID = "19"; */ +"19.title" = "XA Music"; + +/* Class = "NSBox"; title = "Misc"; ObjectID = "24"; */ +"24.title" = "Misc"; + +/* Class = "NSTextFieldCell"; title = "Reverb:"; ObjectID = "80"; */ +"80.title" = "Reverb:"; + +/* Class = "NSTextFieldCell"; title = "Interpolation:"; ObjectID = "82"; */ +"82.title" = "Interpolation:"; + +/* Class = "NSTextFieldCell"; title = "(Simple Reverb)"; ObjectID = "84"; */ +"84.title" = "(Simple Reverb)"; + +/* Class = "NSTextFieldCell"; title = "(Simple Interpolation)"; ObjectID = "85"; */ +"85.title" = "(Simple Interpolation)"; + +/* Class = "NSTextFieldCell"; title = "Volume:"; ObjectID = "86"; */ +"86.title" = "Volume:"; + +/* Class = "NSTextFieldCell"; title = "(Loud)"; ObjectID = "88"; */ +"88.title" = "(Loud)"; + +/* Class = "NSButtonCell"; title = "Change XA Speed"; ObjectID = "89"; */ +"89.title" = "Change XA Speed"; + +/* Class = "NSButtonCell"; title = "High Compatibility Mode"; ObjectID = "90"; */ +"90.title" = "High Compatibility Mode"; + +/* Class = "NSButtonCell"; title = "SPU IRQ Wait"; ObjectID = "91"; */ +"91.title" = "SPU IRQ Wait"; + +/* Class = "NSButtonCell"; title = "Mono Sound"; ObjectID = "92"; */ +"92.title" = "Mono Sound"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "163"; */ +"163.title" = "OK"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "167"; */ +"167.title" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Reset"; ObjectID = "172"; */ +"172.title" = "Reset"; + +/* Class = "NSButtonCell"; title = "High Compatibility Mode"; ObjectID = "197"; */ +"197.title" = "High Compatibility Mode"; + +/* Class = "NSButtonCell"; title = "Change XA Speed"; ObjectID = "234"; */ +"234.title" = "Change XA Speed"; diff --git a/macosx/plugins/DFSound/Resorces/Shared/hu.lproj/NetSfPeopsSpuPluginMain.strings b/macosx/plugins/DFSound/Resorces/Shared/hu.lproj/NetSfPeopsSpuPluginMain.strings new file mode 100644 index 00000000..b67f96f8 --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/Shared/hu.lproj/NetSfPeopsSpuPluginMain.strings @@ -0,0 +1,57 @@ + +/* Class = "NSWindow"; title = "SPU Configuration"; ObjectID = "6"; */ +"6.title" = "SPU Configuration"; + +/* Class = "NSBox"; title = "General Settings"; ObjectID = "9"; */ +"9.title" = "General Settings"; + +/* Class = "NSBox"; title = "XA Music"; ObjectID = "19"; */ +"19.title" = "XA Music"; + +/* Class = "NSBox"; title = "Misc"; ObjectID = "24"; */ +"24.title" = "Misc"; + +/* Class = "NSTextFieldCell"; title = "Reverb:"; ObjectID = "80"; */ +"80.title" = "Reverb:"; + +/* Class = "NSTextFieldCell"; title = "Interpolation:"; ObjectID = "82"; */ +"82.title" = "Interpolation:"; + +/* Class = "NSTextFieldCell"; title = "(Simple Reverb)"; ObjectID = "84"; */ +"84.title" = "(Simple Reverb)"; + +/* Class = "NSTextFieldCell"; title = "(Simple Interpolation)"; ObjectID = "85"; */ +"85.title" = "(Simple Interpolation)"; + +/* Class = "NSTextFieldCell"; title = "Volume:"; ObjectID = "86"; */ +"86.title" = "Volume:"; + +/* Class = "NSTextFieldCell"; title = "(Loud)"; ObjectID = "88"; */ +"88.title" = "(Loud)"; + +/* Class = "NSButtonCell"; title = "Change XA Speed"; ObjectID = "89"; */ +"89.title" = "Change XA Speed"; + +/* Class = "NSButtonCell"; title = "High Compatibility Mode"; ObjectID = "90"; */ +"90.title" = "High Compatibility Mode"; + +/* Class = "NSButtonCell"; title = "SPU IRQ Wait"; ObjectID = "91"; */ +"91.title" = "SPU IRQ Wait"; + +/* Class = "NSButtonCell"; title = "Mono Sound"; ObjectID = "92"; */ +"92.title" = "Mono Sound"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "163"; */ +"163.title" = "OK"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "167"; */ +"167.title" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Reset"; ObjectID = "172"; */ +"172.title" = "Reset"; + +/* Class = "NSButtonCell"; title = "High Compatibility Mode"; ObjectID = "197"; */ +"197.title" = "High Compatibility Mode"; + +/* Class = "NSButtonCell"; title = "Change XA Speed"; ObjectID = "234"; */ +"234.title" = "Change XA Speed"; |
