Activate Polish translation

The declarations for the translation were missing from the project files
so that it wasn't being used. Also added the missing strings to the
files that were already added to the translation.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
main
Christopher Snowhill 2022-07-11 14:40:32 -07:00
parent 18824e0e18
commit 8244eb0bb8
62 changed files with 637 additions and 7 deletions

View File

@ -1064,6 +1064,15 @@
83E5E54B18087CA5001F3284 /* miniModeOnTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = miniModeOnTemplate.pdf; path = Images/miniModeOnTemplate.pdf; sourceTree = "<group>"; };
83E5EFAC1FFEF78100659F0F /* OpenMPT.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OpenMPT.xcodeproj; path = Plugins/OpenMPT/OpenMPT.xcodeproj; sourceTree = "<group>"; };
83ED3AC7279A91C000904199 /* hdcdLogoTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = hdcdLogoTemplate.pdf; path = Images/hdcdLogoTemplate.pdf; sourceTree = "<group>"; };
83F0E6A3287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/AboutWindowController.strings; sourceTree = "<group>"; };
83F0E6A4287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Equalizer.strings; sourceTree = "<group>"; };
83F0E6A5287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoInspector.strings; sourceTree = "<group>"; };
83F0E6A6287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/MainMenu.strings; sourceTree = "<group>"; };
83F0E6A7287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/OpenURLPanel.strings; sourceTree = "<group>"; };
83F0E6A8287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/FileTree.strings; sourceTree = "<group>"; };
83F0E6A9287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SpectrumWindow.strings; sourceTree = "<group>"; };
83F0E6AA287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SpotlightPanel.strings; sourceTree = "<group>"; };
83F0E6AB287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Feedback.strings; sourceTree = "<group>"; };
83F9D7F11A884B44007ABEC2 /* SilenceDecoder.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SilenceDecoder.xcodeproj; path = Plugins/SilenceDecoder/SilenceDecoder.xcodeproj; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8E07AB760AAC930B00A4B32F /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PreferencesController.h; path = Preferences/PreferencesController.h; sourceTree = "<group>"; };
@ -2082,6 +2091,7 @@
fr,
he,
ja,
pl,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Cog */;
packageReferences = (
@ -2853,6 +2863,7 @@
83BC5AB720E4C91400631CD4 /* Base */,
83BC5AD220E4D0B400631CD4 /* es */,
83BC5AD420E4D0B600631CD4 /* en */,
83F0E6A8287CAB3800D84594 /* pl */,
);
name = FileTree.xib;
sourceTree = "<group>";
@ -2863,6 +2874,7 @@
83BC5AB520E4C91200631CD4 /* Base */,
83BC5AC620E4D04600631CD4 /* en */,
83BC5AC820E4D05A00631CD4 /* es */,
83F0E6A6287CAB3800D84594 /* pl */,
);
name = MainMenu.xib;
sourceTree = "<group>";
@ -2873,6 +2885,7 @@
83BC5AB620E4C91300631CD4 /* Base */,
83BC5ACE20E4D09700631CD4 /* es */,
83BC5AD020E4D09800631CD4 /* en */,
83F0E6A7287CAB3800D84594 /* pl */,
);
name = OpenURLPanel.xib;
sourceTree = "<group>";
@ -2883,6 +2896,7 @@
83BC5AB820E4C91400631CD4 /* Base */,
83BC5AD620E4D0D800631CD4 /* es */,
83BC5AD820E4D0D900631CD4 /* en */,
83F0E6AA287CAB3800D84594 /* pl */,
);
name = SpotlightPanel.xib;
sourceTree = "<group>";
@ -2893,6 +2907,7 @@
83BC5AB420E4C91100631CD4 /* Base */,
83BC5ACA20E4D07200631CD4 /* es */,
83BC5ACC20E4D07700631CD4 /* en */,
83F0E6A5287CAB3800D84594 /* pl */,
);
name = InfoInspector.xib;
sourceTree = "<group>";
@ -2903,6 +2918,7 @@
83BC5AB920E4C91500631CD4 /* Base */,
83BC5ADA20E4D0E900631CD4 /* en */,
83BC5ADC20E4D0EC00631CD4 /* es */,
83F0E6AB287CAB3800D84594 /* pl */,
);
name = Feedback.xib;
sourceTree = "<group>";
@ -2922,6 +2938,7 @@
830C37A027B95E3000E02BB0 /* Base */,
839614A8286EDA0400D3EEDB /* en */,
839614AA286EDA0600D3EEDB /* es */,
83F0E6A4287CAB3800D84594 /* pl */,
);
name = Equalizer.xib;
sourceTree = "<group>";
@ -2932,6 +2949,7 @@
839614A1286ED97200D3EEDB /* Base */,
839614A4286ED98600D3EEDB /* en */,
839614A6286ED98800D3EEDB /* es */,
83F0E6A3287CAB3800D84594 /* pl */,
);
name = AboutWindowController.xib;
sourceTree = "<group>";
@ -2942,6 +2960,7 @@
839614AC286EDA5C00D3EEDB /* Base */,
839614AF286EDA6800D3EEDB /* en */,
839614B1286EDA6E00D3EEDB /* es */,
83F0E6A9287CAB3800D84594 /* pl */,
);
name = SpectrumWindow.xib;
sourceTree = "<group>";

View File

@ -283,6 +283,7 @@
83C210AC19CD92960093C461 /* pathfn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pathfn.cpp; sourceTree = "<group>"; };
83C210AE19CD97DB0093C461 /* timefn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timefn.cpp; sourceTree = "<group>"; };
83C210AF19CD97DB0093C461 /* timefn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timefn.hpp; sourceTree = "<group>"; };
83F0E6B3287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -646,6 +647,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8359FF3217FEF39F0060F3ED;
productRefGroup = 8359FF3D17FEF39F0060F3ED /* Products */;
@ -746,6 +748,7 @@
children = (
8359FF4917FEF39F0060F3ED /* en */,
833F68401CDBCAB300AFB9F0 /* es */,
83F0E6B3287CAB4100D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -236,6 +236,7 @@
8370B70C17F615FE001A4D7A /* Spc_Sfm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Spc_Sfm.cpp; path = gme/Spc_Sfm.cpp; sourceTree = "<group>"; };
8370B70D17F615FE001A4D7A /* Spc_Sfm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Spc_Sfm.h; path = gme/Spc_Sfm.h; sourceTree = "<group>"; };
83747B7F2862D4DB0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6B7287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83FC5D3B181B47FB00B917E5 /* dsp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsp.cpp; sourceTree = "<group>"; };
83FC5D3C181B47FB00B917E5 /* dsp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dsp.hpp; sourceTree = "<group>"; };
83FC5D57181B47FB00B917E5 /* smp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = smp.cpp; sourceTree = "<group>"; };
@ -641,6 +642,7 @@
en,
es,
Base,
pl,
);
mainGroup = 0867D691FE84028FC02AAC07 /* GME */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@ -727,6 +729,7 @@
children = (
833F68361CDBCAB200AFB9F0 /* es */,
835C889022CC1884001B4B3F /* en */,
83F0E6B7287CAB4100D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -68,6 +68,7 @@
8343798717F97CF600584396 /* Sound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Sound.cpp; sourceTree = "<group>"; };
8343798817F97CF600584396 /* Sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sound.h; sourceTree = "<group>"; };
83747B8E2862D5040021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6BD287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -263,6 +264,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8343792B17F97BDB00584396;
productRefGroup = 8343793617F97BDB00584396 /* Products */;
@ -311,6 +313,7 @@
children = (
8343794217F97BDB00584396 /* en */,
833F682F1CDBCAB100AFB9F0 /* es */,
83F0E6BD287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -50,6 +50,7 @@
8360EF5817F92DB0005208A4 /* vfs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vfs.c; path = Core/vfs.c; sourceTree = "<group>"; };
8360EF5917F92DB0005208A4 /* vfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vfs.h; path = Core/vfs.h; sourceTree = "<group>"; };
83747BA22862D5390021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6B9287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -202,6 +203,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8360EF0617F92C91005208A4;
productRefGroup = 8360EF1117F92C91005208A4 /* Products */;
@ -248,6 +250,7 @@
children = (
8360EF1D17F92C91005208A4 /* en */,
833F682B1CDBCAB000AFB9F0 /* es */,
83F0E6B9287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -34,6 +34,7 @@
8343791C17F96EA600584396 /* z80.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = z80.c; path = Core/z80.c; sourceTree = "<group>"; };
8343791D17F96EA600584396 /* z80.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = z80.h; path = Core/z80.h; sourceTree = "<group>"; };
83747B932862D5160021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6BC287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -174,6 +175,7 @@
en,
es,
Base,
pl,
);
mainGroup = 834378D417F96E2600584396;
productRefGroup = 834378DF17F96E2600584396 /* Products */;
@ -216,6 +218,7 @@
children = (
834378EB17F96E2600584396 /* en */,
833F682E1CDBCAB100AFB9F0 /* es */,
83F0E6BC287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -52,6 +52,7 @@
834378C317F9666D00584396 /* m68kops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = m68kops.h; sourceTree = "<group>"; };
834378C417F9666D00584396 /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macros.h; sourceTree = "<group>"; };
83747B982862D5230021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6BB287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -216,6 +217,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8343786417F9658E00584396;
productRefGroup = 8343786F17F9658E00584396 /* Products */;
@ -261,6 +263,7 @@
children = (
8343787B17F9658E00584396 /* en */,
833F682D1CDBCAB000AFB9F0 /* es */,
83F0E6BB287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -24,6 +24,7 @@
836FB58F182054B700B3AD2D /* blip_buf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blip_buf.c; sourceTree = "<group>"; };
836FB590182054B700B3AD2D /* blip_buf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blip_buf.h; sourceTree = "<group>"; };
83747BB12862D55A0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6C1287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -156,6 +157,7 @@
en,
es,
Base,
pl,
);
mainGroup = 836FB54C182053D700B3AD2D;
productRefGroup = 836FB557182053D700B3AD2D /* Products */;
@ -196,6 +198,7 @@
children = (
836FB563182053D700B3AD2D /* en */,
833F68481CDBCABF00AFB9F0 /* es */,
83F0E6C1287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -59,6 +59,7 @@
83A16F1B19F48FB800842DBC /* mpcmath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpcmath.h; sourceTree = "<group>"; };
83A16F1C19F48FB800842DBC /* reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reader.h; sourceTree = "<group>"; };
83A16F1D19F48FB800842DBC /* streaminfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = streaminfo.h; sourceTree = "<group>"; };
83F0E6C6287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8DC2EF5B0486A6940098B216 /* mpcdec.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = mpcdec.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8E6096BF09F314CF006D8BD7 /* mpc_decoder.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mpc_decoder.c; path = Files/src/mpc_decoder.c; sourceTree = "<group>"; };
@ -256,6 +257,7 @@
en,
es,
Base,
pl,
);
mainGroup = 0867D691FE84028FC02AAC07 /* MPCDec */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@ -306,6 +308,7 @@
children = (
833F683F1CDBCAB300AFB9F0 /* es */,
835C889222CC1885001B4B3F /* en */,
83F0E6C6287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -84,6 +84,7 @@
8384901D1807649A00E7332D /* SYMBSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SYMBSection.h; sourceTree = "<group>"; };
8384901E1807649A00E7332D /* Track.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Track.cpp; sourceTree = "<group>"; };
8384901F1807649A00E7332D /* Track.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Track.h; sourceTree = "<group>"; };
83F0E6BE287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -265,6 +266,7 @@
en,
es,
Base,
pl,
);
mainGroup = 83848FAE1807623F00E7332D;
productRefGroup = 83848FB91807623F00E7332D /* Products */;
@ -316,6 +318,7 @@
children = (
83848FC51807623F00E7332D /* en */,
833F68301CDBCAB100AFB9F0 /* es */,
83F0E6BE287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -38,6 +38,7 @@
833F683E1CDBCAB300AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
835C889522CC1888001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83747BCA2862D5970021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6C9287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8DC2EF5B0486A6940098B216 /* Shorten.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Shorten.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@ -200,6 +201,7 @@
en,
es,
Base,
pl,
);
mainGroup = 0867D691FE84028FC02AAC07 /* Shorten */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@ -245,6 +247,7 @@
children = (
833F683E1CDBCAB300AFB9F0 /* es */,
835C889522CC1888001B4B3F /* en */,
83F0E6C9287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -276,6 +276,7 @@
83747BD22862D5B00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83B46FC92707EED200847FC9 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
83B46FCB2707EEDB00847FC9 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
83F0E6CA287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8DC2EF5B0486A6940098B216 /* TagLib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TagLib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
EDE862FC25CF6BD60086EFD3 /* tpropertymap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tpropertymap.cpp; sourceTree = "<group>"; };
@ -996,6 +997,7 @@
en,
es,
Base,
pl,
);
mainGroup = 0867D691FE84028FC02AAC07 /* TagLib */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@ -1114,6 +1116,7 @@
children = (
833F683D1CDBCAB300AFB9F0 /* es */,
835C889822CC1889001B4B3F /* en */,
83F0E6CA287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,3 @@
/* Localized versions of Info.plist keys */
NSHumanReadableCopyright = "© __MyCompanyName__, 2006";

View File

@ -73,6 +73,7 @@
83DD1DCE17FA038A00249519 /* wavpack_local.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wavpack_local.h; path = Files/wavpack_local.h; sourceTree = "<group>"; };
83DD1DCF17FA038A00249519 /* wavpack_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wavpack_version.h; path = Files/wavpack_version.h; sourceTree = "<group>"; };
83DD1DD317FA03F900249519 /* tags.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tags.c; path = Files/tags.c; sourceTree = "<group>"; };
83F0E6CD287CAB4400D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8DC2EF5B0486A6940098B216 /* WavPack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WavPack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8E7574AF09F31BB90080F1EE /* md5.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = md5.h; path = Files/md5.h; sourceTree = "<group>"; };
@ -272,6 +273,7 @@
en,
es,
Base,
pl,
);
mainGroup = 0867D691FE84028FC02AAC07 /* WavPack */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@ -337,6 +339,7 @@
children = (
833F683A1CDBCAB200AFB9F0 /* es */,
835C889B22CC188A001B4B3F /* en */,
83F0E6CD287CAB4400D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -44,6 +44,7 @@
83B066EE180D5724008E3612 /* midi_processor_syx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = midi_processor_syx.cpp; sourceTree = "<group>"; };
83B066EF180D5724008E3612 /* midi_processor_xmi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = midi_processor_xmi.cpp; sourceTree = "<group>"; };
83B066F0180D5724008E3612 /* midi_processor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = midi_processor.h; sourceTree = "<group>"; };
83F0E6C5287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -186,6 +187,7 @@
en,
es,
Base,
pl,
);
mainGroup = 83B066A2180D56B9008E3612;
productRefGroup = 83B066AD180D56B9008E3612 /* Products */;
@ -236,6 +238,7 @@
children = (
83B066B9180D56B9008E3612 /* en */,
833F68441CDBCABF00AFB9F0 /* es */,
83F0E6C5287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -26,6 +26,7 @@
8343785717F93D8200584396 /* psflib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psflib.c; sourceTree = "<group>"; };
8343785817F93D8200584396 /* psflib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psflib.h; sourceTree = "<group>"; };
83747B9D2862D52E0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6BA287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -160,6 +161,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8343781217F93CB500584396;
productRefGroup = 8343781D17F93CB500584396 /* Products */;
@ -200,6 +202,7 @@
children = (
8343782917F93CB500584396 /* en */,
833F682C1CDBCAB000AFB9F0 /* es */,
83F0E6BA287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -1536,6 +1536,7 @@
83F0AA5C21E2028B004BBC04 /* smp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smp.c; sourceTree = "<group>"; };
83F0AA5D21E2028B004BBC04 /* vsv_streamfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vsv_streamfile.h; sourceTree = "<group>"; };
83F0AA5E21E2028C004BBC04 /* vsv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vsv.c; sourceTree = "<group>"; };
83F0E6CC287CAB4400D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83F1EE28245D4FB10076E182 /* imuse_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imuse_decoder.c; sourceTree = "<group>"; };
83F1EE2C245D4FB20076E182 /* vadpcm_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vadpcm_decoder.c; sourceTree = "<group>"; };
83F1EE2F245D4FC10076E182 /* imuse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imuse.c; sourceTree = "<group>"; };
@ -2661,6 +2662,7 @@
en,
es,
Base,
pl,
);
mainGroup = 836F6B2F18BDB8880095E648;
productRefGroup = 836F6B3A18BDB8880095E648 /* Products */;
@ -3328,6 +3330,7 @@
isa = PBXVariantGroup;
children = (
836F6B4618BDB8880095E648 /* en */,
83F0E6CC287CAB4400D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -99,6 +99,7 @@
83DE0C6C180A9CA400269051 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
83DE0CB7180A9FD000269051 /* state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = "<group>"; };
83DE0CB9180A9FE300269051 /* state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = state.h; sourceTree = "<group>"; };
83F0E6BF287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -309,6 +310,7 @@
en,
es,
Base,
pl,
);
mainGroup = 83DE0BFC180A9BD400269051;
productRefGroup = 83DE0C07180A9BD400269051 /* Products */;
@ -363,6 +365,7 @@
children = (
83DE0C13180A9BD400269051 /* en */,
833F68311CDBCAB100AFB9F0 /* es */,
83F0E6BF287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -50,6 +50,7 @@
8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = File_Extractor.xcodeproj; path = ../../Frameworks/File_Extractor/File_Extractor.xcodeproj; sourceTree = "<group>"; };
83747C632862DDA00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
8384913518081BA000E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6B4287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -191,6 +192,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8359FF0E17FEF35C0060F3ED;
productRefGroup = 8359FF1817FEF35C0060F3ED /* Products */;
@ -254,6 +256,7 @@
isa = PBXVariantGroup;
children = (
8359FF2417FEF35C0060F3ED /* en */,
83F0E6B4287CAB4100D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -30,6 +30,7 @@
8384912A180814D900E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
839DA7D0274A2EA9001B18E5 /* AudioMetadataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioMetadataReader.h; path = ../../Audio/AudioMetadataReader.h; sourceTree = "<group>"; };
839DA7D3274A2FD4001B18E5 /* NSDictionary+Merge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Merge.h"; path = "../../Utils/NSDictionary+Merge.h"; sourceTree = "<group>"; };
83F0E6B5287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8D5B49B6048680CD000E48DA /* CueSheet.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CueSheet.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8E8D42240CBB0F5800135C1B /* CueSheetContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CueSheetContainer.h; sourceTree = "<group>"; };
@ -195,6 +196,7 @@
en,
es,
Base,
pl,
);
mainGroup = 089C166AFE841209C02AAC07 /* CueSheet */;
projectDirPath = "";
@ -237,6 +239,7 @@
children = (
833F68371CDBCAB200AFB9F0 /* es */,
835C888E22CC1883001B4B3F /* en */,
83F0E6B5287CAB4100D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -67,6 +67,7 @@
835C888F22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83747C452862DCD90021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
8384912E1808175400E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6B6287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83FAF8A518ADD4D100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
8D5B49B6048680CD000E48DA /* GME.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GME.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@ -233,6 +234,7 @@
en,
es,
Base,
pl,
);
mainGroup = 089C166AFE841209C02AAC07 /* GME */;
projectDirPath = "";
@ -298,6 +300,7 @@
children = (
833F68351CDBCAB200AFB9F0 /* es */,
835C888F22CC1883001B4B3F /* en */,
83F0E6B6287CAB4100D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -205,6 +205,7 @@
83CA241E1D7BC47C00F2EA53 /* mGBA.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = mGBA.xcodeproj; path = ../../Frameworks/mGBA/mGBA.xcodeproj; sourceTree = "<group>"; };
83DE0C34180A9BD400269051 /* vio2sf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = vio2sf.xcodeproj; path = ../../Frameworks/vio2sf/vio2sf.xcodeproj; sourceTree = "<group>"; };
83E2F4C923566B0C006F7A41 /* lazyusf2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = lazyusf2.xcodeproj; path = ../../Frameworks/lazyusf2/lazyusf2.xcodeproj; sourceTree = "<group>"; };
83F0E6B8287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83FAF8A318ADD27F00057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
83FC32591BF5AB9000962B36 /* HighlyExperimental.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = HighlyExperimental.xcodeproj; path = ../../Frameworks/HighlyExperimental/HighlyExperimental.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -436,6 +437,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8360EEDB17F92AC8005208A4;
productRefGroup = 8360EEE517F92AC8005208A4 /* Products */;
@ -621,6 +623,7 @@
isa = PBXVariantGroup;
children = (
8360EEF117F92AC8005208A4 /* en */,
83F0E6B8287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -67,6 +67,7 @@
836FB59F1820556F00B3AD2D /* HVLContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HVLContainer.m; sourceTree = "<group>"; };
836FB5A31820557E00B3AD2D /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
83747C3B2862DC450021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83F0E6C0287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -209,6 +210,7 @@
en,
es,
Base,
pl,
);
mainGroup = 836FB5241820538700B3AD2D;
productRefGroup = 836FB52E1820538700B3AD2D /* Products */;
@ -274,6 +276,7 @@
children = (
836FB53A1820538700B3AD2D /* en */,
833F68471CDBCABF00AFB9F0 /* es */,
83F0E6C0287CAB4200D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -22,6 +22,7 @@
835C889122CC1885001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83747C2C2862DBBE0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
83849130180818B100E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6C3287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8D5B49B6048680CD000E48DA /* M3u.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = M3u.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8E8D401B0CBAFEF200135C1B /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../Audio/Plugin.h; sourceTree = SOURCE_ROOT; };
@ -171,6 +172,7 @@
en,
es,
Base,
pl,
);
mainGroup = 089C166AFE841209C02AAC07 /* M3u */;
projectDirPath = "";
@ -209,6 +211,7 @@
children = (
833F68391CDBCAB200AFB9F0 /* es */,
835C889122CC1885001B4B3F /* en */,
83F0E6C3287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -155,6 +155,7 @@
83C35704180EDD1C007E9DF0 /* MIDIMetadataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MIDIMetadataReader.h; sourceTree = "<group>"; };
83E973451C4378880007F413 /* AUPlayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AUPlayer.mm; sourceTree = "<group>"; };
83E973461C4378880007F413 /* AUPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlayer.h; sourceTree = "<group>"; };
83F0E6C4287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83FAF8A618ADD60100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -405,6 +406,7 @@
en,
es,
Base,
pl,
);
mainGroup = 83B0667E180D5668008E3612;
productRefGroup = 83B06688180D5668008E3612 /* Products */;
@ -484,6 +486,7 @@
children = (
83B06694180D5668008E3612 /* en */,
833F68431CDBCABE00AFB9F0 /* es */,
83F0E6C4287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -48,6 +48,7 @@
8375B36B17FFF1CB0092A79F /* OpusDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpusDecoder.m; sourceTree = "<group>"; };
8375B36D17FFF1FE0092A79F /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
8384913718081F2700E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6C7287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -182,6 +183,7 @@
en,
es,
Base,
pl,
);
mainGroup = 8375B03317FFEA400092A79F;
productRefGroup = 8375B03D17FFEA400092A79F /* Products */;
@ -222,6 +224,7 @@
children = (
8375B04917FFEA400092A79F /* en */,
833F68411CDBCABC00AFB9F0 /* es */,
83F0E6C7287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -22,6 +22,7 @@
835C889422CC1887001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83747C092862DAA90021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
838491321808193F00E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6C8287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8D5B49B6048680CD000E48DA /* Pls.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Pls.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8E8D419F0CBB0CA700135C1B /* PlsContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlsContainer.h; sourceTree = "<group>"; };
@ -171,6 +172,7 @@
en,
es,
Base,
pl,
);
mainGroup = 089C166AFE841209C02AAC07 /* Pls */;
projectDirPath = "";
@ -209,6 +211,7 @@
children = (
833F68381CDBCAB200AFB9F0 /* es */,
835C889422CC1887001B4B3F /* en */,
83F0E6C8287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -44,6 +44,7 @@
835C888F22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83747C312862DBE80021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
8384912E1808175400E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6C2287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83FAF8A518ADD4D100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
8D5B49B6048680CD000E48DA /* libvgmPlayer.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = libvgmPlayer.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@ -224,6 +225,7 @@
en,
es,
Base,
pl,
);
mainGroup = 089C166AFE841209C02AAC07 /* libvgmPlayer */;
projectDirPath = "";
@ -265,6 +267,7 @@
children = (
833F68351CDBCAB200AFB9F0 /* es */,
835C888F22CC1883001B4B3F /* en */,
83F0E6C2287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

Binary file not shown.

View File

@ -74,6 +74,7 @@
83AA5D2B1F6E30080020821C /* VGMInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VGMInterface.h; sourceTree = "<group>"; };
83AA5D2C1F6E30080020821C /* VGMContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VGMContainer.h; sourceTree = "<group>"; };
83AA5D2F1F6E301B0020821C /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = "<group>"; };
83F0E6CB287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -221,6 +222,7 @@
en,
es,
Base,
pl,
);
mainGroup = 836F6B0718BDB80D0095E648;
productRefGroup = 836F6B1118BDB80D0095E648 /* Products */;
@ -288,6 +290,7 @@
children = (
836F6B1D18BDB80D0095E648 /* en */,
833F68491CDBCAC000AFB9F0 /* es */,
83F0E6CB287CAB4300D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@ -134,6 +134,10 @@
83DAD9F5286EDBD6000FAA9A /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/PathSuggester.strings; sourceTree = "<group>"; };
83EF495D17FBC96A00642E3C /* VolumeBehaviorArrayController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VolumeBehaviorArrayController.h; sourceTree = "<group>"; };
83EF495E17FBC96A00642E3C /* VolumeBehaviorArrayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VolumeBehaviorArrayController.m; sourceTree = "<group>"; };
83F0E6AC287CAB3D00D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
83F0E6AD287CAB3D00D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
83F0E6AF287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/PathSuggester.strings; sourceTree = "<group>"; };
83F0E6B0287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Preferences.strings; sourceTree = "<group>"; };
83F27E651810DD3A00CEF538 /* appearance@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "appearance@2x.png"; path = "Icons/appearance@2x.png"; sourceTree = "<group>"; };
83F27E681810DD3A00CEF538 /* midi@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "midi@2x.png"; path = "Icons/midi@2x.png"; sourceTree = "<group>"; };
83F27E691810DD3A00CEF538 /* playlist@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "playlist@2x.png"; path = "Icons/playlist@2x.png"; sourceTree = "<group>"; };
@ -404,6 +408,7 @@
de,
sv,
he,
pl,
);
mainGroup = 089C166AFE841209C02AAC07 /* Preferences */;
projectDirPath = "";
@ -514,6 +519,7 @@
children = (
833F681B1CDBCAA700AFB9F0 /* es */,
835C888922CC1880001B4B3F /* en */,
83F0E6AC287CAB3D00D84594 /* pl */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@ -523,6 +529,7 @@
children = (
833F681C1CDBCAA700AFB9F0 /* es */,
835C888A22CC1880001B4B3F /* en */,
83F0E6AD287CAB3D00D84594 /* pl */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -533,6 +540,7 @@
83BC5AB320E4C90F00631CD4 /* Base */,
8347435D20E6D58800063D45 /* en */,
8347435F20E6D5A000063D45 /* es */,
83F0E6B0287CAB4100D84594 /* pl */,
);
name = Preferences.xib;
sourceTree = "<group>";
@ -543,6 +551,7 @@
83DAD9F1286EDBCD000FAA9A /* Base */,
83DAD9F3286EDBD2000FAA9A /* en */,
83DAD9F5286EDBD6000FAA9A /* es */,
83F0E6AF287CAB4100D84594 /* pl */,
);
name = PathSuggester.xib;
sourceTree = "<group>";

View File

@ -0,0 +1,3 @@
/* Localized versions of Info.plist keys */
NSHumanReadableCopyright = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2022";

View File

@ -0,0 +1,25 @@
"Nightly" = "Nightly";
"Stable" = "Stable";
"Unstable" = "Unstable";
"File Drawer" = "File Drawer";
"Hot Keys" = "Hot Keys";
"Output" = "Output";
"Updates" = "Updates";
"Last.fm" = "Last.fm";
"Scrobble" = "Scrobble";
"Playlist" = "Playlist";
"Notifications" = "Notifications";
"Appearance" = "Appearance";
"Synthesis" = "Synthesis";
"General" = "General";
"Press Key..." = "Press Key...";
"Clear playlist and play" = "Clear playlist and play";
"Enqueue" = "Enqueue";
"Enqueue and play" = "Enqueue and play";
"ValidNo" = "No";
"ValidYes" = "Yes";

View File

@ -0,0 +1,30 @@
/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "23r-ai-XoX"; */
"23r-ai-XoX.headerCell.title" = "Path";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2vN-j2-JYP"; */
"2vN-j2-JYP.title" = "Text Cell";
/* Class = "NSWindow"; title = "Grant access to select folders"; ObjectID = "F0z-JX-Cv5"; */
"F0z-JX-Cv5.title" = "Grant access to select folders";
/* Class = "NSButtonCell"; title = "Apply"; ObjectID = "Jne-2G-yP9"; */
"Jne-2G-yP9.title" = "Apply";
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "QWk-Qb-l0y"; */
"QWk-Qb-l0y.headerCell.title" = "Enabled";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "RLN-Pa-Mhl"; */
"RLN-Pa-Mhl.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "Apply"; ObjectID = "cJV-DM-SOV"; */
"cJV-DM-SOV.label" = "Apply";
/* Class = "NSToolbarItem"; paletteLabel = "Apply"; ObjectID = "cJV-DM-SOV"; */
"cJV-DM-SOV.paletteLabel" = "Apply";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "w2T-DH-7x9"; */
"w2T-DH-7x9.title" = "Text Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "xFm-ed-yBb"; */
"xFm-ed-yBb.title" = "Table View Cell";

View File

@ -0,0 +1,231 @@
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "61"; */
"61.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item1"; ObjectID = "62"; */
"62.title" = "Item1";
/* Class = "NSMenuItem"; title = "Item2"; ObjectID = "63"; */
"63.title" = "Item2";
/* Class = "NSMenuItem"; title = "Item3"; ObjectID = "64"; */
"64.title" = "Item3";
/* Class = "NSTextFieldCell"; title = "Play:"; ObjectID = "198"; */
"198.title" = "Play:";
/* Class = "NSTextFieldCell"; title = "Previous:"; ObjectID = "199"; */
"199.title" = "Previous:";
/* Class = "NSTextFieldCell"; title = "Next:"; ObjectID = "200"; */
"200.title" = "Next:";
/* Class = "NSTextFieldCell"; title = "Output Device: "; ObjectID = "211"; */
"211.title" = "Output Device: ";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "249"; */
"249.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "250"; */
"250.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "251"; */
"251.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "252"; */
"252.title" = "Item 3";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "255"; */
"255.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "256"; */
"256.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "257"; */
"257.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "258"; */
"258.title" = "Item 3";
/* Class = "NSTextFieldCell"; title = "When opening files:"; ObjectID = "260"; */
"260.title" = "When opening files:";
/* Class = "NSTextFieldCell"; title = "When opening file with ⇧ or ⌃⌘ held:"; ObjectID = "262"; */
"262.title" = "When opening file with ⇧ or ⌃⌘ held:";
/* Class = "NSButtonCell"; title = "Read CUE sheets when adding folders to playlist"; ObjectID = "311"; */
"311.title" = "Read CUE sheets when adding folders to playlist";
/* Class = "NSTextFieldCell"; title = "Hz"; ObjectID = "0Am-5Y-EKq"; */
"0Am-5Y-EKq.title" = "Hz";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1Cb-TU-E0q"; */
"1Cb-TU-E0q.title" = "Item 3";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1Yq-6f-Uho"; */
"1Yq-6f-Uho.title" = "Item 2";
/* Class = "NSButtonCell"; title = "Reset to defaults"; ObjectID = "1y7-iZ-BhE"; */
"1y7-iZ-BhE.title" = "Reset to defaults";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "3Gx-cs-3B0"; */
"3Gx-cs-3B0.title" = "Item 1";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "7un-em-D8r"; */
"7un-em-D8r.title" = "Table View Cell";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "99B-Tx-dPH"; */
"99B-Tx-dPH.title" = "Item 2";
/* Class = "NSTextFieldCell"; title = "Sample rate:"; ObjectID = "A9I-fr-vHp"; */
"A9I-fr-vHp.title" = "Sample rate:";
/* Class = "NSTextFieldCell"; title = "Default play time:"; ObjectID = "AQZ-ku-F8u"; */
"AQZ-ku-F8u.title" = "Default play time:";
/* Class = "NSTextFieldCell"; title = "Spectrum bars"; ObjectID = "Bll-IJ-lje"; */
"Bll-IJ-lje.title" = "Spectrum bars";
/* Class = "NSTextFieldCell"; title = "Spectrum peaks"; ObjectID = "CQI-YZ-B3V"; */
"CQI-YZ-B3V.title" = "Spectrum peaks";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Dhd-k8-ZXq"; */
"Dhd-k8-ZXq.title" = "Text Cell";
/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "ECB-P0-pve"; */
"ECB-P0-pve.title" = "Label";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "EQX-aL-uT0"; */
"EQX-aL-uT0.title" = "Item 3";
/* Class = "NSTextFieldCell"; title = "MIDI Flavor:"; ObjectID = "FQF-vJ-hBx"; */
"FQF-vJ-hBx.title" = "MIDI Flavor:";
/* Class = "NSTextFieldCell"; title = "Default loop count:"; ObjectID = "Fgm-Vs-tgU"; */
"Fgm-Vs-tgU.title" = "Default loop count:";
/* Class = "NSButtonCell"; title = "Colorful dock icons"; ObjectID = "GdX-5e-NeU"; */
"GdX-5e-NeU.title" = "Colorful dock icons";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "HKM-FW-dhH"; */
"HKM-FW-dhH.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Delete Invalid Paths"; ObjectID = "JU5-o7-jid"; */
"JU5-o7-jid.title" = "Delete Invalid Paths";
/* Class = "NSMenuItem"; title = "Add Path"; ObjectID = "JxP-0t-mTB"; */
"JxP-0t-mTB.title" = "Add Path";
/* Class = "NSTextFieldCell"; title = "Selected:"; ObjectID = "KJz-qS-IcO"; */
"KJz-qS-IcO.title" = "Selected:";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LwT-Qb-47r"; */
"LwT-Qb-47r.title" = "Table View Cell";
/* Class = "NSButtonCell"; title = "Enable HRTF filter (Not needed with AirPods or Beats)"; ObjectID = "NGx-0c-WVR"; */
"NGx-0c-WVR.title" = "Enable HRTF filter (Not needed with AirPods or Beats)";
/* Class = "NSButtonCell"; title = "Use 3D rendered spectrum"; ObjectID = "NMg-TO-amV"; */
"NMg-TO-amV.title" = "Use 3D rendered spectrum";
/* Class = "NSTextFieldCell"; title = "(will be preferred if possible)"; ObjectID = "POG-ai-6D2"; */
"POG-ai-6D2.title" = "(will be preferred if possible)";
/* Class = "NSButtonCell"; title = "Show album art"; ObjectID = "RGf-4D-3NW"; */
"RGf-4D-3NW.title" = "Show album art";
/* Class = "NSButtonCell"; title = "Quit when playback completes"; ObjectID = "SBA-J5-rEd"; */
"SBA-J5-rEd.title" = "Quit when playback completes";
/* Class = "NSTextFieldCell"; title = "Spam:"; ObjectID = "SMd-GA-jrH"; */
"SMd-GA-jrH.title" = "Spam:";
/* Class = "NSTextFieldCell"; title = "Default fade time:"; ObjectID = "UdW-qd-A0x"; */
"UdW-qd-A0x.title" = "Default fade time:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "V8o-Xy-HUW"; */
"V8o-Xy-HUW.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "WWy-iW-3Ct"; */
"WWy-iW-3Ct.title" = "Item 3";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "XzK-h2-vIT"; */
"XzK-h2-vIT.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "YLi-QX-EgD"; */
"YLi-QX-EgD.title" = "Item 2";
/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "Yz2-Ee-bZ0"; */
"Yz2-Ee-bZ0.headerCell.title" = "Path";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bWQ-dT-X3w"; */
"bWQ-dT-X3w.title" = "Text Cell";
/* Class = "NSButtonCell"; title = "Use iTunes style"; ObjectID = "cOb-hQ-7K8"; */
"cOb-hQ-7K8.title" = "Use iTunes style";
/* Class = "NSButtonCell"; title = "Limit volume control to 100%"; ObjectID = "ds2-aw-ebU"; */
"ds2-aw-ebU.title" = "Limit volume control to 100%";
/* Class = "NSTextFieldCell"; title = "Resampling Quality:"; ObjectID = "eX0-PC-iVo"; */
"eX0-PC-iVo.title" = "Resampling Quality:";
/* Class = "NSButtonCell"; title = "Resume playback on startup"; ObjectID = "fUg-Cg-gXa"; */
"fUg-Cg-gXa.title" = "Resume playback on startup";
/* Class = "NSButtonCell"; title = "Use flat perspective in toolbar"; ObjectID = "gXL-j6-df0"; */
"gXL-j6-df0.title" = "Use flat perspective in toolbar";
/* Class = "NSButtonCell"; title = "Enable notifications"; ObjectID = "hqT-nY-NoU"; */
"hqT-nY-NoU.title" = "Enable notifications";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "jLL-zc-kYf"; */
"jLL-zc-kYf.title" = "Item 3";
/* Class = "NSTextFieldCell"; title = "hh:mm:ss.ms"; ObjectID = "klv-Wh-0ur"; */
"klv-Wh-0ur.title" = "hh:mm:ss.ms";
/* Class = "NSTableColumn"; headerCell.title = "Valid"; ObjectID = "lEg-E3-TBs"; */
"lEg-E3-TBs.headerCell.title" = "Valid";
/* Class = "NSTextFieldCell"; title = "MIDI Plugin:"; ObjectID = "n5F-dq-NZh"; */
"n5F-dq-NZh.title" = "MIDI Plugin:";
/* Class = "NSMenuItem"; title = "Delete Path"; ObjectID = "nva-pz-xSS"; */
"nva-pz-xSS.title" = "Delete Path";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "nzS-3F-jPX"; */
"nzS-3F-jPX.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "oWh-lD-mFH"; */
"oWh-lD-mFH.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Suggest Paths"; ObjectID = "qjI-dK-nfG"; */
"qjI-dK-nfG.title" = "Suggest Paths";
/* Class = "NSButtonCell"; title = "Allow insecure SSL connections"; ObjectID = "sva-DV-ina"; */
"sva-DV-ina.title" = "Allow insecure SSL connections";
/* Class = "NSButtonCell"; title = "Show stop button"; ObjectID = "vMI-lj-Lrz"; */
"vMI-lj-Lrz.title" = "Show stop button";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "vaQ-pZ-jXy"; */
"vaQ-pZ-jXy.title" = "Item 1";
/* Class = "NSTextFieldCell"; title = "Volume Level:"; ObjectID = "wK4-EF-8Wa"; */
"wK4-EF-8Wa.title" = "Volume Level:";
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "None"; ObjectID = "wNb-bg-cgq"; */
"wNb-bg-cgq.ibShadowedIsNilPlaceholder" = "None";
/* Class = "NSTextFieldCell"; title = "Folder access paths:"; ObjectID = "wWm-AD-cD4"; */
"wWm-AD-cD4.title" = "Folder access paths:";
/* Class = "NSButtonCell"; title = "Select a SoundFont"; ObjectID = "yeL-9c-lFq"; */
"yeL-9c-lFq.title" = "Select a SoundFont";
/* Class = "NSButtonCell"; title = "Send crash reports and usage data"; ObjectID = "zQ2-6O-3Og"; */
"zQ2-6O-3Og.title" = "Send crash reports and usage data";
/* Class = "NSTextFieldCell"; title = "hh:mm:ss.ms"; ObjectID = "zaI-0m-tQf"; */
"zaI-0m-tQf.title" = "hh:mm:ss.ms";

View File

@ -14,6 +14,9 @@
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "16"; */
"16.title" = "Length:";
/* Class = "NSTextFieldCell"; title = "Date:"; ObjectID = "18"; */
"18.title" = "Date:";
/* Class = "NSTextFieldCell"; title = "Genre:"; ObjectID = "20"; */
"20.title" = "Genre:";
@ -71,14 +74,44 @@
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "87"; */
"87.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "Album Artist:"; ObjectID = "vB6-9J-5qg"; */
"vB6-9J-5qg.title" = "Album Artist:";
/* Class = "NSTextFieldCell"; title = "Encoding:"; ObjectID = "8e7-lp-K5l"; */
"8e7-lp-K5l.title" = "Encoding:";
/* Class = "NSTextFieldCell"; title = "Codec:"; ObjectID = "QPg-Mb-Urn"; */
"QPg-Mb-Urn.title" = "Codec:";
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "B8w-o8-ZBw"; */
"B8w-o8-ZBw.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "Date:"; ObjectID = "17"; */
"18.title" = "Date:";
/* Class = "NSTextFieldCell"; title = "Cuesheet:"; ObjectID = "Cu5-ia-Z5b"; */
"Cu5-ia-Z5b.title" = "Cuesheet:";
/* Class = "NSTextFieldCell"; title = "Comment:"; ObjectID = "cd3-Qt-hCm"; */
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "Ial-XI-91y"; */
"Ial-XI-91y.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "Album Artist:"; ObjectID = "LFJ-QQ-gGr"; */
"LFJ-QQ-gGr.title" = "Album Artist:";
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "PPV-dt-9Bp"; */
"PPV-dt-9Bp.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "Comment:"; ObjectID = "Ule-N3-dKW"; */
"Ule-N3-dKW.title" = "Comment:";
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "UyE-Mc-e39"; */
"UyE-Mc-e39.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "Yby-OU-cqP"; */
"Yby-OU-cqP.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "Codec:"; ObjectID = "cbq-TT-CZX"; */
"cbq-TT-CZX.title" = "Codec:";
/* Class = "NSTextFieldCell"; title = "Play Count:"; ObjectID = "fiv-eh-w3c"; */
"fiv-eh-w3c.title" = "Play Count:";
/* Class = "NSTextFieldCell"; title = "ReplayGain:"; ObjectID = "qBi-M8-kEx"; */
"qBi-M8-kEx.title" = "ReplayGain:";
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "rAo-AP-lVa"; */
"rAo-AP-lVa.title" = "N/A";
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "v14-AG-B9D"; */
"v14-AG-B9D.title" = "N/A";

View File

@ -617,12 +617,174 @@
/* Class = "NSMenuItem"; title = "Remove Duplicate Items"; ObjectID = "2qB-Bq-t2u"; */
"2qB-Bq-t2u.title" = "Usuń duplikaty";
/* Class = "NSTableColumn"; headerCell.title = "Codec"; ObjectID = "3A3-9o-Gh9"; */
"3A3-9o-Gh9.headerCell.title" = "Codec";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "3QN-Ok-QPu"; */
"3QN-Ok-QPu.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "Remove Duplicate Items"; ObjectID = "4pg-Lq-O8K"; */
"4pg-Lq-O8K.label" = "Remove Duplicate Items";
/* Class = "NSToolbarItem"; paletteLabel = "Remove Duplicate Items"; ObjectID = "4pg-Lq-O8K"; */
"4pg-Lq-O8K.paletteLabel" = "Remove Duplicate Items";
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayPattern = "%{value1}@%{value2}@"; ObjectID = "5bQ-Qy-2KR"; */
"5bQ-Qy-2KR.ibShadowedDisplayPattern" = "%{value1}@%{value2}@";
/* Class = "NSMenuItem"; title = "Reset Play Count"; ObjectID = "5iV-dM-oX2"; */
"5iV-dM-oX2.title" = "Reset Play Count";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "71l-3L-S3g"; */
"71l-3L-S3g.title" = "Table View Cell";
/* Class = "NSMenuItem"; title = "Remove Dead Items"; ObjectID = "Ajn-k4-afd"; */
"Ajn-k4-afd.title" = "usuń uszkodzone rzeczy";
/* Class = "NSMenuItem"; title = "Properties"; ObjectID = "Eds-my-DQr"; */
"Eds-my-DQr.title" = "właściwości";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "FMU-QZ-NdQ"; */
"FMU-QZ-NdQ.title" = "Table View Cell";
/* Class = "NSMenuItem"; title = "Reload Info"; ObjectID = "HK9-Am-31h"; */
"HK9-Am-31h.title" = "Reload Info";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Igo-5f-yim"; */
"Igo-5f-yim.title" = "Table View Cell";
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayPattern = "%{value1}@%{value2}@"; ObjectID = "Kih-ky-A1h"; */
"Kih-ky-A1h.ibShadowedDisplayPattern" = "%{value1}@%{value2}@";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "M6d-rj-lEz"; */
"M6d-rj-lEz.title" = "Text Cell";
/* Class = "NSToolbarItem"; label = "Spectrum"; ObjectID = "NtB-XF-g07"; */
"NtB-XF-g07.label" = "Spectrum";
/* Class = "NSToolbarItem"; paletteLabel = "Spectrum"; ObjectID = "NtB-XF-g07"; */
"NtB-XF-g07.paletteLabel" = "Spectrum";
/* Class = "NSMenuItem"; title = "Remove Rating"; ObjectID = "PyI-lF-iuz"; */
"PyI-lF-iuz.title" = "Remove Rating";
/* Class = "NSMenuItem"; title = "Filter Playlist"; ObjectID = "UAk-Gc-lT4"; */
"UAk-Gc-lT4.title" = "Filter Playlist";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "VVx-99-roJ"; */
"VVx-99-roJ.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "Remove Dead Items"; ObjectID = "WKt-lM-Bv1"; */
"WKt-lM-Bv1.label" = "Remove Dead Items";
/* Class = "NSToolbarItem"; paletteLabel = "Remove Dead Items"; ObjectID = "WKt-lM-Bv1"; */
"WKt-lM-Bv1.paletteLabel" = "Remove Dead Items";
/* Class = "NSTableColumn"; headerCell.title = "Title"; ObjectID = "XBr-ec-D81"; */
"XBr-ec-D81.headerCell.title" = "Title";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "YwT-z9-2d2"; */
"YwT-z9-2d2.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "HDCD Indicator"; ObjectID = "ZH9-ZU-skw"; */
"ZH9-ZU-skw.label" = "HDCD Indicator";
/* Class = "NSToolbarItem"; paletteLabel = "HDCD Indicator"; ObjectID = "ZH9-ZU-skw"; */
"ZH9-ZU-skw.paletteLabel" = "HDCD Indicator";
/* Class = "NSToolbarItem"; label = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */
"ZOn-sB-FR3.label" = "Show Equalizer";
/* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */
"ZOn-sB-FR3.paletteLabel" = "Show Equalizer";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "gKK-cS-RP5"; */
"gKK-cS-RP5.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "js2-sT-U4M"; */
"js2-sT-U4M.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "Randomize"; ObjectID = "kVl-aW-mtT"; */
"kVl-aW-mtT.label" = "Randomize";
/* Class = "NSToolbarItem"; paletteLabel = "Randomize"; ObjectID = "kVl-aW-mtT"; */
"kVl-aW-mtT.paletteLabel" = "Randomize";
/* Class = "NSToolbarItem"; label = "Remove Dead Items"; ObjectID = "knJ-aI-sFa"; */
"knJ-aI-sFa.label" = "Remove Dead Items";
/* Class = "NSToolbarItem"; paletteLabel = "Remove Dead Items"; ObjectID = "knJ-aI-sFa"; */
"knJ-aI-sFa.paletteLabel" = "Remove Dead Items";
/* Class = "NSMenuItem"; title = "Reload Info"; ObjectID = "kq8-9v-zC0"; */
"kq8-9v-zC0.title" = "Reload Info";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "lBy-Uc-vCA"; */
"lBy-Uc-vCA.title" = "Text Cell";
/* Class = "NSMenuItem"; title = "Show Mini Player On Top"; ObjectID = "lXN-EZ-xg0"; */
"lXN-EZ-xg0.title" = "Show Mini Player On Top";
/* Class = "NSMenuItem"; title = "Move to Trash"; ObjectID = "mhx-dQ-Kwx"; */
"mhx-dQ-Kwx.title" = "Move to Trash";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "moV-3G-GpB"; */
"moV-3G-GpB.title" = "Table View Cell";
/* Class = "NSMenuItem"; title = "Show Equalizer"; ObjectID = "nBU-pH-J3I"; */
"nBU-pH-J3I.title" = "Show Equalizer";
/* Class = "NSMenuItem"; title = "Privacy Policy..."; ObjectID = "nb7-FW-egH"; */
"nb7-FW-egH.title" = "Privacy Policy...";
/* Class = "NSMenuItem"; title = "Stop after Selection"; ObjectID = "omb-wi-loX"; */
"omb-wi-loX.title" = "Stop after Selection";
/* Class = "NSMenuItem"; title = "Show All Songs"; ObjectID = "pU1-ci-9uB"; */
"pU1-ci-9uB.title" = "Show All Songs";
/* Class = "NSToolbarItem"; label = "HDCD Indicator"; ObjectID = "qfu-F9-bOZ"; */
"qfu-F9-bOZ.label" = "HDCD Indicator";
/* Class = "NSToolbarItem"; paletteLabel = "HDCD Indicator"; ObjectID = "qfu-F9-bOZ"; */
"qfu-F9-bOZ.paletteLabel" = "HDCD Indicator";
/* Class = "NSMenuItem"; title = "Move to Trash"; ObjectID = "qlT-UX-x72"; */
"qlT-UX-x72.title" = "Move to Trash";
/* Class = "NSToolbarItem"; label = "Remove Duplicate Items"; ObjectID = "rEg-qk-MbN"; */
"rEg-qk-MbN.label" = "Remove Duplicate Items";
/* Class = "NSToolbarItem"; paletteLabel = "Remove Duplicate Items"; ObjectID = "rEg-qk-MbN"; */
"rEg-qk-MbN.paletteLabel" = "Remove Duplicate Items";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "sdo-Sm-KPH"; */
"sdo-Sm-KPH.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "Spectrum"; ObjectID = "sf3-l1-fJw"; */
"sf3-l1-fJw.label" = "Spectrum";
/* Class = "NSToolbarItem"; paletteLabel = "Spectrum"; ObjectID = "sf3-l1-fJw"; */
"sf3-l1-fJw.paletteLabel" = "Spectrum";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "tus-lr-RhS"; */
"tus-lr-RhS.title" = "Table View Cell";
/* Class = "NSMenuItem"; title = "Toggle Toolbar Style"; ObjectID = "vBH-Mr-XWi"; */
"vBH-Mr-XWi.title" = "Toggle Toolbar Style";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vaJ-Bc-ebE"; */
"vaJ-Bc-ebE.title" = "Table View Cell";
/* Class = "NSToolbarItem"; label = "Show Equalizer"; ObjectID = "vzT-Gb-aGW"; */
"vzT-Gb-aGW.label" = "Show Equalizer";
/* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "vzT-Gb-aGW"; */
"vzT-Gb-aGW.paletteLabel" = "Show Equalizer";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "wky-z8-Cj5"; */
"wky-z8-Cj5.title" = "Table View Cell";
/* Class = "NSTableColumn"; title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */
"yGV-gP-Wl6.title" = "Album artysta";