From 8244eb0bb8dad1c7e17d3278c21969b7f9b744d9 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 11 Jul 2022 14:40:32 -0700 Subject: [PATCH] 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 --- Cog.xcodeproj/project.pbxproj | 19 ++ .../File_Extractor.xcodeproj/project.pbxproj | 3 + .../File_Extractor/pl.lproj/InfoPlist.strings | 2 + Frameworks/GME/GME.xcodeproj/project.pbxproj | 3 + Frameworks/GME/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../HighlyAdvanced.xcodeproj/project.pbxproj | 3 + .../HighlyAdvanced/pl.lproj/InfoPlist.strings | 2 + .../project.pbxproj | 3 + .../pl.lproj/InfoPlist.strings | 2 + .../HighlyQuixotic.xcodeproj/project.pbxproj | 3 + .../HighlyQuixotic/pl.lproj/InfoPlist.strings | 2 + .../project.pbxproj | 3 + .../pl.lproj/InfoPlist.strings | 2 + .../HivelyPlayer.xcodeproj/project.pbxproj | 3 + .../HivelyPlayer/pl.lproj/InfoPlist.strings | 2 + .../MPCDec/MPCDec.xcodeproj/project.pbxproj | 3 + Frameworks/MPCDec/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../SSEQPlayer.xcodeproj/project.pbxproj | 3 + .../SSEQPlayer/pl.lproj/InfoPlist.strings | 2 + .../Shorten/Shorten.xcodeproj/project.pbxproj | 3 + Frameworks/Shorten/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../TagLib/TagLib.xcodeproj/project.pbxproj | 3 + Frameworks/TagLib/pl.lproj/InfoPlist.strings | 3 + .../WavPack/WavPack.xcodeproj/project.pbxproj | 3 + Frameworks/WavPack/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../midi_processing.xcodeproj/project.pbxproj | 3 + .../pl.lproj/InfoPlist.strings | 2 + .../psflib/psflib.xcodeproj/project.pbxproj | 3 + .../psflib/psflib/pl.lproj/InfoPlist.strings | 2 + .../libvgmstream.xcodeproj/project.pbxproj | 3 + .../vgmstream/pl.lproj/InfoPlist.strings | 2 + .../vio2sf/vio2sf.xcodeproj/project.pbxproj | 3 + .../vio2sf/vio2sf/pl.lproj/InfoPlist.strings | 2 + .../ArchiveSource.xcodeproj/project.pbxproj | 3 + .../ArchiveSource/pl.lproj/InfoPlist.strings | 2 + .../CueSheet.xcodeproj/project.pbxproj | 3 + Plugins/CueSheet/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes Plugins/GME/GME.xcodeproj/project.pbxproj | 3 + Plugins/GME/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../HighlyComplete.xcodeproj/project.pbxproj | 3 + .../HighlyComplete/pl.lproj/InfoPlist.strings | 2 + .../Hively/Hively.xcodeproj/project.pbxproj | 3 + .../Hively/Hively/pl.lproj/InfoPlist.strings | 2 + Plugins/M3u/M3u.xcodeproj/project.pbxproj | 3 + Plugins/M3u/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes Plugins/MIDI/MIDI.xcodeproj/project.pbxproj | 3 + Plugins/MIDI/MIDI/pl.lproj/InfoPlist.strings | 2 + Plugins/Opus/Opus/pl.lproj/InfoPlist.strings | 2 + .../Opus/OpusPlugin.xcodeproj/project.pbxproj | 3 + Plugins/Pls/Pls.xcodeproj/project.pbxproj | 3 + Plugins/Pls/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../libvgmPlayer.xcodeproj/project.pbxproj | 3 + .../libvgmPlayer/pl.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../vgmstream.xcodeproj/project.pbxproj | 3 + .../vgmstream/pl.lproj/InfoPlist.strings | 2 + .../Preferences.xcodeproj/project.pbxproj | 9 + .../Preferences/pl.lproj/InfoPlist.strings | 3 + .../Preferences/pl.lproj/Localizable.strings | 25 ++ .../pl.lproj/PathSuggester.strings | 30 +++ .../Preferences/pl.lproj/Preferences.strings | 231 ++++++++++++++++++ pl.lproj/InfoInspector.strings | 47 +++- pl.lproj/MainMenu.strings | 162 ++++++++++++ 62 files changed, 637 insertions(+), 7 deletions(-) create mode 100644 Frameworks/File_Extractor/File_Extractor/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/GME/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyAdvanced/HighlyAdvanced/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyExperimental/HighlyExperimental/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyQuixotic/HighlyQuixotic/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyTheoretical/HighlyTheoretical/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/HivelyPlayer/HivelyPlayer/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/MPCDec/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/SSEQPlayer/SSEQPlayer/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/Shorten/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/TagLib/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/WavPack/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/midi_processing/midi_processing/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/psflib/psflib/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/vgmstream/vgmstream/pl.lproj/InfoPlist.strings create mode 100644 Frameworks/vio2sf/vio2sf/pl.lproj/InfoPlist.strings create mode 100644 Plugins/ArchiveSource/ArchiveSource/pl.lproj/InfoPlist.strings create mode 100644 Plugins/CueSheet/pl.lproj/InfoPlist.strings create mode 100644 Plugins/GME/pl.lproj/InfoPlist.strings create mode 100644 Plugins/HighlyComplete/HighlyComplete/pl.lproj/InfoPlist.strings create mode 100644 Plugins/Hively/Hively/pl.lproj/InfoPlist.strings create mode 100644 Plugins/M3u/pl.lproj/InfoPlist.strings create mode 100644 Plugins/MIDI/MIDI/pl.lproj/InfoPlist.strings create mode 100644 Plugins/Opus/Opus/pl.lproj/InfoPlist.strings create mode 100644 Plugins/Pls/pl.lproj/InfoPlist.strings create mode 100644 Plugins/libvgmPlayer/pl.lproj/InfoPlist.strings create mode 100644 Plugins/vgmstream/vgmstream/pl.lproj/InfoPlist.strings create mode 100644 Preferences/Preferences/pl.lproj/InfoPlist.strings create mode 100644 Preferences/Preferences/pl.lproj/Localizable.strings create mode 100644 Preferences/Preferences/pl.lproj/PathSuggester.strings create mode 100644 Preferences/Preferences/pl.lproj/Preferences.strings diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index e277e4250..5f258c85b 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -1064,6 +1064,15 @@ 83E5E54B18087CA5001F3284 /* miniModeOnTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = miniModeOnTemplate.pdf; path = Images/miniModeOnTemplate.pdf; sourceTree = ""; }; 83E5EFAC1FFEF78100659F0F /* OpenMPT.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OpenMPT.xcodeproj; path = Plugins/OpenMPT/OpenMPT.xcodeproj; sourceTree = ""; }; 83ED3AC7279A91C000904199 /* hdcdLogoTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = hdcdLogoTemplate.pdf; path = Images/hdcdLogoTemplate.pdf; sourceTree = ""; }; + 83F0E6A3287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/AboutWindowController.strings; sourceTree = ""; }; + 83F0E6A4287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Equalizer.strings; sourceTree = ""; }; + 83F0E6A5287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoInspector.strings; sourceTree = ""; }; + 83F0E6A6287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/MainMenu.strings; sourceTree = ""; }; + 83F0E6A7287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/OpenURLPanel.strings; sourceTree = ""; }; + 83F0E6A8287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/FileTree.strings; sourceTree = ""; }; + 83F0E6A9287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SpectrumWindow.strings; sourceTree = ""; }; + 83F0E6AA287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SpotlightPanel.strings; sourceTree = ""; }; + 83F0E6AB287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Feedback.strings; sourceTree = ""; }; 83F9D7F11A884B44007ABEC2 /* SilenceDecoder.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SilenceDecoder.xcodeproj; path = Plugins/SilenceDecoder/SilenceDecoder.xcodeproj; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8E07AB760AAC930B00A4B32F /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PreferencesController.h; path = Preferences/PreferencesController.h; sourceTree = ""; }; @@ -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 = ""; @@ -2863,6 +2874,7 @@ 83BC5AB520E4C91200631CD4 /* Base */, 83BC5AC620E4D04600631CD4 /* en */, 83BC5AC820E4D05A00631CD4 /* es */, + 83F0E6A6287CAB3800D84594 /* pl */, ); name = MainMenu.xib; sourceTree = ""; @@ -2873,6 +2885,7 @@ 83BC5AB620E4C91300631CD4 /* Base */, 83BC5ACE20E4D09700631CD4 /* es */, 83BC5AD020E4D09800631CD4 /* en */, + 83F0E6A7287CAB3800D84594 /* pl */, ); name = OpenURLPanel.xib; sourceTree = ""; @@ -2883,6 +2896,7 @@ 83BC5AB820E4C91400631CD4 /* Base */, 83BC5AD620E4D0D800631CD4 /* es */, 83BC5AD820E4D0D900631CD4 /* en */, + 83F0E6AA287CAB3800D84594 /* pl */, ); name = SpotlightPanel.xib; sourceTree = ""; @@ -2893,6 +2907,7 @@ 83BC5AB420E4C91100631CD4 /* Base */, 83BC5ACA20E4D07200631CD4 /* es */, 83BC5ACC20E4D07700631CD4 /* en */, + 83F0E6A5287CAB3800D84594 /* pl */, ); name = InfoInspector.xib; sourceTree = ""; @@ -2903,6 +2918,7 @@ 83BC5AB920E4C91500631CD4 /* Base */, 83BC5ADA20E4D0E900631CD4 /* en */, 83BC5ADC20E4D0EC00631CD4 /* es */, + 83F0E6AB287CAB3800D84594 /* pl */, ); name = Feedback.xib; sourceTree = ""; @@ -2922,6 +2938,7 @@ 830C37A027B95E3000E02BB0 /* Base */, 839614A8286EDA0400D3EEDB /* en */, 839614AA286EDA0600D3EEDB /* es */, + 83F0E6A4287CAB3800D84594 /* pl */, ); name = Equalizer.xib; sourceTree = ""; @@ -2932,6 +2949,7 @@ 839614A1286ED97200D3EEDB /* Base */, 839614A4286ED98600D3EEDB /* en */, 839614A6286ED98800D3EEDB /* es */, + 83F0E6A3287CAB3800D84594 /* pl */, ); name = AboutWindowController.xib; sourceTree = ""; @@ -2942,6 +2960,7 @@ 839614AC286EDA5C00D3EEDB /* Base */, 839614AF286EDA6800D3EEDB /* en */, 839614B1286EDA6E00D3EEDB /* es */, + 83F0E6A9287CAB3800D84594 /* pl */, ); name = SpectrumWindow.xib; sourceTree = ""; diff --git a/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj b/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj index df6049089..c196ea799 100644 --- a/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj +++ b/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj @@ -283,6 +283,7 @@ 83C210AC19CD92960093C461 /* pathfn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pathfn.cpp; sourceTree = ""; }; 83C210AE19CD97DB0093C461 /* timefn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timefn.cpp; sourceTree = ""; }; 83C210AF19CD97DB0093C461 /* timefn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timefn.hpp; sourceTree = ""; }; + 83F0E6B3287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/File_Extractor/File_Extractor/pl.lproj/InfoPlist.strings b/Frameworks/File_Extractor/File_Extractor/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/File_Extractor/File_Extractor/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/GME/GME.xcodeproj/project.pbxproj b/Frameworks/GME/GME.xcodeproj/project.pbxproj index c0b0b881e..f2dce9bb1 100644 --- a/Frameworks/GME/GME.xcodeproj/project.pbxproj +++ b/Frameworks/GME/GME.xcodeproj/project.pbxproj @@ -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 = ""; }; 8370B70D17F615FE001A4D7A /* Spc_Sfm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Spc_Sfm.h; path = gme/Spc_Sfm.h; sourceTree = ""; }; 83747B7F2862D4DB0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 83F0E6B7287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FC5D3B181B47FB00B917E5 /* dsp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsp.cpp; sourceTree = ""; }; 83FC5D3C181B47FB00B917E5 /* dsp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dsp.hpp; sourceTree = ""; }; 83FC5D57181B47FB00B917E5 /* smp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = smp.cpp; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/GME/pl.lproj/InfoPlist.strings b/Frameworks/GME/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..948e12b991d433e9dc3ebc46350cb859c5bc1e07 GIT binary patch literal 204 zcmW-a%?`m}5Jk`0Q#6*1sMuJDl?@3NJb)A}LVwaCsWMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$gz->i_@% literal 0 HcmV?d00001 diff --git a/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj b/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj index aa98d5c08..c82e4224e 100644 --- a/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj +++ b/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj @@ -84,6 +84,7 @@ 8384901D1807649A00E7332D /* SYMBSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SYMBSection.h; sourceTree = ""; }; 8384901E1807649A00E7332D /* Track.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Track.cpp; sourceTree = ""; }; 8384901F1807649A00E7332D /* Track.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Track.h; sourceTree = ""; }; + 83F0E6BE287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/SSEQPlayer/SSEQPlayer/pl.lproj/InfoPlist.strings b/Frameworks/SSEQPlayer/SSEQPlayer/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/SSEQPlayer/SSEQPlayer/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj b/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj index ffbcbaff9..303020297 100644 --- a/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj +++ b/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj @@ -38,6 +38,7 @@ 833F683E1CDBCAB300AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 835C889522CC1888001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747BCA2862D5970021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 83F0E6C9287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 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 = ""; diff --git a/Frameworks/Shorten/pl.lproj/InfoPlist.strings b/Frameworks/Shorten/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..7080cf949924e8817cb2121399f078b287079883 GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK@3d9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$gz->i_@% literal 0 HcmV?d00001 diff --git a/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj b/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj index 3f2a52513..2d1f1b4d8 100644 --- a/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj +++ b/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj @@ -276,6 +276,7 @@ 83747BD22862D5B00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 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 = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 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 = ""; }; @@ -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 = ""; diff --git a/Frameworks/TagLib/pl.lproj/InfoPlist.strings b/Frameworks/TagLib/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..cde2c3450 --- /dev/null +++ b/Frameworks/TagLib/pl.lproj/InfoPlist.strings @@ -0,0 +1,3 @@ +/* Localized versions of Info.plist keys */ + +NSHumanReadableCopyright = "© __MyCompanyName__, 2006"; diff --git a/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj b/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj index 4fecb2051..e58a6e4dc 100644 --- a/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj +++ b/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj @@ -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 = ""; }; 83DD1DCF17FA038A00249519 /* wavpack_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wavpack_version.h; path = Files/wavpack_version.h; sourceTree = ""; }; 83DD1DD317FA03F900249519 /* tags.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tags.c; path = Files/tags.c; sourceTree = ""; }; + 83F0E6CD287CAB4400D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 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 = ""; }; @@ -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 = ""; diff --git a/Frameworks/WavPack/pl.lproj/InfoPlist.strings b/Frameworks/WavPack/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..7080cf949924e8817cb2121399f078b287079883 GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK@3d9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$gz->i_@% literal 0 HcmV?d00001 diff --git a/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj b/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj index 1d3574714..a52442419 100644 --- a/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj +++ b/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj @@ -44,6 +44,7 @@ 83B066EE180D5724008E3612 /* midi_processor_syx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = midi_processor_syx.cpp; sourceTree = ""; }; 83B066EF180D5724008E3612 /* midi_processor_xmi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = midi_processor_xmi.cpp; sourceTree = ""; }; 83B066F0180D5724008E3612 /* midi_processor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = midi_processor.h; sourceTree = ""; }; + 83F0E6C5287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/midi_processing/midi_processing/pl.lproj/InfoPlist.strings b/Frameworks/midi_processing/midi_processing/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/midi_processing/midi_processing/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/psflib/psflib.xcodeproj/project.pbxproj b/Frameworks/psflib/psflib.xcodeproj/project.pbxproj index 536f010fa..cbae75eee 100644 --- a/Frameworks/psflib/psflib.xcodeproj/project.pbxproj +++ b/Frameworks/psflib/psflib.xcodeproj/project.pbxproj @@ -26,6 +26,7 @@ 8343785717F93D8200584396 /* psflib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psflib.c; sourceTree = ""; }; 8343785817F93D8200584396 /* psflib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psflib.h; sourceTree = ""; }; 83747B9D2862D52E0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 83F0E6BA287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/psflib/psflib/pl.lproj/InfoPlist.strings b/Frameworks/psflib/psflib/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/psflib/psflib/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj index 88751f7a4..029bf332b 100644 --- a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj +++ b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj @@ -1536,6 +1536,7 @@ 83F0AA5C21E2028B004BBC04 /* smp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smp.c; sourceTree = ""; }; 83F0AA5D21E2028B004BBC04 /* vsv_streamfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vsv_streamfile.h; sourceTree = ""; }; 83F0AA5E21E2028C004BBC04 /* vsv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vsv.c; sourceTree = ""; }; + 83F0E6CC287CAB4400D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83F1EE28245D4FB10076E182 /* imuse_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imuse_decoder.c; sourceTree = ""; }; 83F1EE2C245D4FB20076E182 /* vadpcm_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vadpcm_decoder.c; sourceTree = ""; }; 83F1EE2F245D4FC10076E182 /* imuse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imuse.c; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/vgmstream/vgmstream/pl.lproj/InfoPlist.strings b/Frameworks/vgmstream/vgmstream/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/vgmstream/vgmstream/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj b/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj index a1a997e63..c1dc1b708 100644 --- a/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj +++ b/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj @@ -99,6 +99,7 @@ 83DE0C6C180A9CA400269051 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; 83DE0CB7180A9FD000269051 /* state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = ""; }; 83DE0CB9180A9FE300269051 /* state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = state.h; sourceTree = ""; }; + 83F0E6BF287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/vio2sf/vio2sf/pl.lproj/InfoPlist.strings b/Frameworks/vio2sf/vio2sf/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/vio2sf/vio2sf/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj b/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj index 3fb853ae2..9c1f52097 100644 --- a/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj +++ b/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj @@ -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 = ""; }; 83747C632862DDA00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384913518081BA000E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = ""; }; + 83F0E6B4287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Plugins/ArchiveSource/ArchiveSource/pl.lproj/InfoPlist.strings b/Plugins/ArchiveSource/ArchiveSource/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Plugins/ArchiveSource/ArchiveSource/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj b/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj index 502a71937..93248eb48 100644 --- a/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj +++ b/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj @@ -30,6 +30,7 @@ 8384912A180814D900E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; 839DA7D0274A2EA9001B18E5 /* AudioMetadataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioMetadataReader.h; path = ../../Audio/AudioMetadataReader.h; sourceTree = ""; }; 839DA7D3274A2FD4001B18E5 /* NSDictionary+Merge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Merge.h"; path = "../../Utils/NSDictionary+Merge.h"; sourceTree = ""; }; + 83F0E6B5287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 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 = ""; }; 8E8D42240CBB0F5800135C1B /* CueSheetContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CueSheetContainer.h; sourceTree = ""; }; @@ -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 = ""; diff --git a/Plugins/CueSheet/pl.lproj/InfoPlist.strings b/Plugins/CueSheet/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..99142f9ac324654402807f6015e1c4594ec8981e GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK}-z9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$g|^>;M1& literal 0 HcmV?d00001 diff --git a/Plugins/GME/GME.xcodeproj/project.pbxproj b/Plugins/GME/GME.xcodeproj/project.pbxproj index 4aa981e84..ab8d184c8 100644 --- a/Plugins/GME/GME.xcodeproj/project.pbxproj +++ b/Plugins/GME/GME.xcodeproj/project.pbxproj @@ -67,6 +67,7 @@ 835C888F22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C452862DCD90021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384912E1808175400E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 83F0E6B6287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FAF8A518ADD4D100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../Playlist/PlaylistController.h; sourceTree = ""; }; 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 = ""; }; @@ -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 = ""; diff --git a/Plugins/GME/pl.lproj/InfoPlist.strings b/Plugins/GME/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..948e12b991d433e9dc3ebc46350cb859c5bc1e07 GIT binary patch literal 204 zcmW-a%?`m}5Jk`0Q#6*1sMuJDl?@3NJb)A}LVwaCsWMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$g|^>;M1& literal 0 HcmV?d00001 diff --git a/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj b/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj index 1fd5879e0..90141ffda 100644 --- a/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj +++ b/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj @@ -155,6 +155,7 @@ 83C35704180EDD1C007E9DF0 /* MIDIMetadataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MIDIMetadataReader.h; sourceTree = ""; }; 83E973451C4378880007F413 /* AUPlayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AUPlayer.mm; sourceTree = ""; }; 83E973461C4378880007F413 /* AUPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlayer.h; sourceTree = ""; }; + 83F0E6C4287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FAF8A618ADD60100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../../Playlist/PlaylistController.h; sourceTree = ""; }; /* 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 = ""; diff --git a/Plugins/MIDI/MIDI/pl.lproj/InfoPlist.strings b/Plugins/MIDI/MIDI/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Plugins/MIDI/MIDI/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/Opus/Opus/pl.lproj/InfoPlist.strings b/Plugins/Opus/Opus/pl.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Plugins/Opus/Opus/pl.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj b/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj index bbaf6262e..ade5acd5f 100644 --- a/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj @@ -48,6 +48,7 @@ 8375B36B17FFF1CB0092A79F /* OpusDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpusDecoder.m; sourceTree = ""; }; 8375B36D17FFF1FE0092A79F /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = ""; }; 8384913718081F2700E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = ""; }; + 83F0E6C7287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Plugins/Pls/Pls.xcodeproj/project.pbxproj b/Plugins/Pls/Pls.xcodeproj/project.pbxproj index d2a06dea0..d1cf82b14 100644 --- a/Plugins/Pls/Pls.xcodeproj/project.pbxproj +++ b/Plugins/Pls/Pls.xcodeproj/project.pbxproj @@ -22,6 +22,7 @@ 835C889422CC1887001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C092862DAA90021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 838491321808193F00E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 83F0E6C8287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 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 = ""; }; 8E8D419F0CBB0CA700135C1B /* PlsContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlsContainer.h; sourceTree = ""; }; @@ -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 = ""; diff --git a/Plugins/Pls/pl.lproj/InfoPlist.strings b/Plugins/Pls/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..99142f9ac324654402807f6015e1c4594ec8981e GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK}-z9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$g|^>;M1& literal 0 HcmV?d00001 diff --git a/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj b/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj index 71abb71c4..af6e605f4 100644 --- a/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj +++ b/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj @@ -44,6 +44,7 @@ 835C888F22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C312862DBE80021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384912E1808175400E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 83F0E6C2287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FAF8A518ADD4D100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../Playlist/PlaylistController.h; sourceTree = ""; }; 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 = ""; }; @@ -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 = ""; diff --git a/Plugins/libvgmPlayer/pl.lproj/InfoPlist.strings b/Plugins/libvgmPlayer/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..948e12b991d433e9dc3ebc46350cb859c5bc1e07 GIT binary patch literal 204 zcmW-a%?`m}5Jk`0Q#6*1sMuJDl?@3NJb)A}LVwaCsW