Translation: Added Turkish language support
This translation is mostly complete. Signed-off-by: Christopher Snowhill <kode54@gmail.com>xcode15
parent
c1e5aa21fc
commit
3e2286683a
|
@ -1051,6 +1051,20 @@
|
|||
838EE7A029A8556500CD0580 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE7A229A8557000CD0580 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE7A429A8557200CD0580 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE8A729A8600600CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/AboutWindowController.strings; sourceTree = "<group>"; };
|
||||
838EE8A829A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Equalizer.strings; sourceTree = "<group>"; };
|
||||
838EE8A929A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoInspector.strings; sourceTree = "<group>"; };
|
||||
838EE8AA29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MainMenu.strings; sourceTree = "<group>"; };
|
||||
838EE8AB29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/OpenURLPanel.strings; sourceTree = "<group>"; };
|
||||
838EE8AC29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/FileTree.strings; sourceTree = "<group>"; };
|
||||
838EE8AD29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/SpectrumWindow.strings; sourceTree = "<group>"; };
|
||||
838EE8AE29A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/SpotlightPanel.strings; sourceTree = "<group>"; };
|
||||
838EE8AF29A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Feedback.strings; sourceTree = "<group>"; };
|
||||
838EE8B029A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LyricsWindow.strings; sourceTree = "<group>"; };
|
||||
838EE8B129A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = tr; path = tr.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
|
||||
838EE8B629A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
838EE8B729A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
838EE8B829A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = tr; path = tr.lproj/Credits.html; sourceTree = "<group>"; };
|
||||
838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Cog-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
838F851D256B4E5E00C3E614 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ThirdParty/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
|
||||
83922FB6286B1AA900A0B039 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
||||
|
@ -2170,6 +2184,7 @@
|
|||
ja,
|
||||
pl,
|
||||
ru,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 29B97314FDCFA39411CA2CEA /* Cog */;
|
||||
packageReferences = (
|
||||
|
@ -2943,6 +2958,7 @@
|
|||
835C888C22CC1882001B4B3F /* en */,
|
||||
83F0E8AD287CD48800D84594 /* pl */,
|
||||
491C55C2287AA4B7007D96F5 /* ru */,
|
||||
838EE8B629A8600900CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
@ -2954,6 +2970,7 @@
|
|||
0A1B412F286F6307008A6A44 /* en */,
|
||||
491C55BF287AA4B6007D96F5 /* ru */,
|
||||
83D2E23D287ED5ED00DD441F /* pl */,
|
||||
838EE8B129A8600800CD0580 /* tr */,
|
||||
);
|
||||
name = Localizable.stringsdict;
|
||||
sourceTree = "<group>";
|
||||
|
@ -2966,6 +2983,7 @@
|
|||
83BC5AD420E4D0B600631CD4 /* en */,
|
||||
83F0E6A8287CAB3800D84594 /* pl */,
|
||||
491C55BB287AA4B6007D96F5 /* ru */,
|
||||
838EE8AC29A8600700CD0580 /* tr */,
|
||||
);
|
||||
name = FileTree.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -2978,6 +2996,7 @@
|
|||
83BC5AC820E4D05A00631CD4 /* es */,
|
||||
83F0E6A6287CAB3800D84594 /* pl */,
|
||||
491C55B9287AA4B6007D96F5 /* ru */,
|
||||
838EE8AA29A8600700CD0580 /* tr */,
|
||||
);
|
||||
name = MainMenu.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -2990,6 +3009,7 @@
|
|||
83BC5AD020E4D09800631CD4 /* en */,
|
||||
83F0E6A7287CAB3800D84594 /* pl */,
|
||||
491C55BA287AA4B6007D96F5 /* ru */,
|
||||
838EE8AB29A8600700CD0580 /* tr */,
|
||||
);
|
||||
name = OpenURLPanel.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3002,6 +3022,7 @@
|
|||
83BC5AD820E4D0D900631CD4 /* en */,
|
||||
83F0E6AA287CAB3800D84594 /* pl */,
|
||||
491C55BD287AA4B6007D96F5 /* ru */,
|
||||
838EE8AE29A8600800CD0580 /* tr */,
|
||||
);
|
||||
name = SpotlightPanel.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3014,6 +3035,7 @@
|
|||
83BC5ACC20E4D07700631CD4 /* en */,
|
||||
83F0E6A5287CAB3800D84594 /* pl */,
|
||||
491C55B8287AA4B6007D96F5 /* ru */,
|
||||
838EE8A929A8600700CD0580 /* tr */,
|
||||
);
|
||||
name = InfoInspector.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3026,6 +3048,7 @@
|
|||
83BC5ADC20E4D0EC00631CD4 /* es */,
|
||||
83F0E6AB287CAB3800D84594 /* pl */,
|
||||
491C55BE287AA4B6007D96F5 /* ru */,
|
||||
838EE8AF29A8600800CD0580 /* tr */,
|
||||
);
|
||||
name = Feedback.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3037,6 +3060,7 @@
|
|||
835C888B22CC1881001B4B3F /* en */,
|
||||
83F0E8B2287CD52500D84594 /* pl */,
|
||||
491C55C4287AA4B7007D96F5 /* ru */,
|
||||
838EE8B829A8600900CD0580 /* tr */,
|
||||
);
|
||||
name = Credits.html;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3049,6 +3073,7 @@
|
|||
839614AA286EDA0600D3EEDB /* es */,
|
||||
83F0E6A4287CAB3800D84594 /* pl */,
|
||||
491C55B7287AA4B6007D96F5 /* ru */,
|
||||
838EE8A829A8600700CD0580 /* tr */,
|
||||
);
|
||||
name = Equalizer.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3061,6 +3086,7 @@
|
|||
839614A6286ED98800D3EEDB /* es */,
|
||||
83F0E6A3287CAB3800D84594 /* pl */,
|
||||
491C55B6287AA4B6007D96F5 /* ru */,
|
||||
838EE8A729A8600600CD0580 /* tr */,
|
||||
);
|
||||
name = AboutWindowController.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3073,6 +3099,7 @@
|
|||
839614B1286EDA6E00D3EEDB /* es */,
|
||||
83F0E6A9287CAB3800D84594 /* pl */,
|
||||
491C55BC287AA4B6007D96F5 /* ru */,
|
||||
838EE8AD29A8600700CD0580 /* tr */,
|
||||
);
|
||||
name = SpectrumWindow.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3085,6 +3112,7 @@
|
|||
838EE7A029A8556500CD0580 /* es */,
|
||||
838EE7A229A8557000CD0580 /* ru */,
|
||||
838EE7A429A8557200CD0580 /* pl */,
|
||||
838EE8B029A8600800CD0580 /* tr */,
|
||||
);
|
||||
name = LyricsWindow.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -3096,6 +3124,7 @@
|
|||
835C888D22CC1882001B4B3F /* en */,
|
||||
83F0E8B1287CD50700D84594 /* pl */,
|
||||
491C55C3287AA4B7007D96F5 /* ru */,
|
||||
838EE8B729A8600900CD0580 /* tr */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -271,6 +271,7 @@
|
|||
8359FFFF17FEF40E0060F3ED /* unrar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unrar.cpp; sourceTree = "<group>"; };
|
||||
83747BE12862D78E0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
83756F611D23A95B003A7676 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
|
||||
838EE8B929A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83C2108E19CD81F50093C461 /* headers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = headers.cpp; sourceTree = "<group>"; };
|
||||
83C2108F19CD81F50093C461 /* headers5.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = headers5.hpp; sourceTree = "<group>"; };
|
||||
83C2109A19CD88A30093C461 /* secpassword.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = secpassword.cpp; sourceTree = "<group>"; };
|
||||
|
@ -648,6 +649,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8359FF3217FEF39F0060F3ED;
|
||||
productRefGroup = 8359FF3D17FEF39F0060F3ED /* Products */;
|
||||
|
@ -749,6 +751,7 @@
|
|||
8359FF4917FEF39F0060F3ED /* en */,
|
||||
833F68401CDBCAB300AFB9F0 /* es */,
|
||||
83F0E6B3287CAB4100D84594 /* pl */,
|
||||
838EE8B929A8600900CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8BD29A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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>"; };
|
||||
|
@ -643,6 +644,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* GME */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
|
@ -730,6 +732,7 @@
|
|||
833F68361CDBCAB200AFB9F0 /* es */,
|
||||
835C889022CC1884001B4B3F /* en */,
|
||||
83F0E6B7287CAB4100D84594 /* pl */,
|
||||
838EE8BD29A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -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>"; };
|
||||
838EE8C329A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6BD287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -265,6 +266,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8343792B17F97BDB00584396;
|
||||
productRefGroup = 8343793617F97BDB00584396 /* Products */;
|
||||
|
@ -314,6 +316,7 @@
|
|||
8343794217F97BDB00584396 /* en */,
|
||||
833F682F1CDBCAB100AFB9F0 /* es */,
|
||||
83F0E6BD287CAB4200D84594 /* pl */,
|
||||
838EE8C329A8600B00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8BF29A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6B9287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -204,6 +205,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8360EF0617F92C91005208A4;
|
||||
productRefGroup = 8360EF1117F92C91005208A4 /* Products */;
|
||||
|
@ -251,6 +253,7 @@
|
|||
8360EF1D17F92C91005208A4 /* en */,
|
||||
833F682B1CDBCAB000AFB9F0 /* es */,
|
||||
83F0E6B9287CAB4200D84594 /* pl */,
|
||||
838EE8BF29A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8C229A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6BC287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -176,6 +177,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 834378D417F96E2600584396;
|
||||
productRefGroup = 834378DF17F96E2600584396 /* Products */;
|
||||
|
@ -219,6 +221,7 @@
|
|||
834378EB17F96E2600584396 /* en */,
|
||||
833F682E1CDBCAB100AFB9F0 /* es */,
|
||||
83F0E6BC287CAB4200D84594 /* pl */,
|
||||
838EE8C229A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8C129A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6BB287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -218,6 +219,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8343786417F9658E00584396;
|
||||
productRefGroup = 8343786F17F9658E00584396 /* Products */;
|
||||
|
@ -264,6 +266,7 @@
|
|||
8343787B17F9658E00584396 /* en */,
|
||||
833F682D1CDBCAB000AFB9F0 /* es */,
|
||||
83F0E6BB287CAB4200D84594 /* pl */,
|
||||
838EE8C129A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8C729A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6C1287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -158,6 +159,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 836FB54C182053D700B3AD2D;
|
||||
productRefGroup = 836FB557182053D700B3AD2D /* Products */;
|
||||
|
@ -199,6 +201,7 @@
|
|||
836FB563182053D700B3AD2D /* en */,
|
||||
833F68481CDBCABF00AFB9F0 /* es */,
|
||||
83F0E6C1287CAB4200D84594 /* pl */,
|
||||
838EE8C729A8600B00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -39,6 +39,7 @@
|
|||
833F683F1CDBCAB300AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
835C889222CC1885001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83747BBB2862D5760021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8CC29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83A16EED19F48A2E00842DBC /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = huffman.c; path = Files/src/huffman.c; sourceTree = "<group>"; };
|
||||
83A16EEE19F48A2E00842DBC /* mpc_bits_reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mpc_bits_reader.c; path = Files/src/mpc_bits_reader.c; sourceTree = "<group>"; };
|
||||
83A16EEF19F48A2E00842DBC /* mpc_demux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mpc_demux.c; path = Files/src/mpc_demux.c; sourceTree = "<group>"; };
|
||||
|
@ -258,6 +259,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* MPCDec */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
|
@ -309,6 +311,7 @@
|
|||
833F683F1CDBCAB300AFB9F0 /* es */,
|
||||
835C889222CC1885001B4B3F /* en */,
|
||||
83F0E6C6287CAB4300D84594 /* pl */,
|
||||
838EE8CC29A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -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>"; };
|
||||
838EE8C429A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6BE287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -267,6 +268,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 83848FAE1807623F00E7332D;
|
||||
productRefGroup = 83848FB91807623F00E7332D /* Products */;
|
||||
|
@ -319,6 +321,7 @@
|
|||
83848FC51807623F00E7332D /* en */,
|
||||
833F68301CDBCAB100AFB9F0 /* es */,
|
||||
83F0E6BE287CAB4200D84594 /* pl */,
|
||||
838EE8C429A8600B00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8CF29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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; };
|
||||
|
@ -202,6 +203,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* Shorten */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
|
@ -248,6 +250,7 @@
|
|||
833F683E1CDBCAB300AFB9F0 /* es */,
|
||||
835C889522CC1888001B4B3F /* en */,
|
||||
83F0E6C9287CAB4300D84594 /* pl */,
|
||||
838EE8CF29A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -274,6 +274,7 @@
|
|||
833F683D1CDBCAB300AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
835C889822CC1889001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83747BD22862D5B00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8D029A8600D00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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>"; };
|
||||
|
@ -998,6 +999,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* TagLib */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
|
@ -1117,6 +1119,7 @@
|
|||
833F683D1CDBCAB300AFB9F0 /* es */,
|
||||
835C889822CC1889001B4B3F /* en */,
|
||||
83F0E6CA287CAB4300D84594 /* pl */,
|
||||
838EE8D029A8600D00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© __MyCompanyName__, 2006";
|
|
@ -69,6 +69,7 @@
|
|||
833F683A1CDBCAB200AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
835C889B22CC188A001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83747BDC2862D5C50021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8D329A8600D00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83DD1DCD17FA038A00249519 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = Files/utils.h; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
|
@ -274,6 +275,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* WavPack */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
|
@ -340,6 +342,7 @@
|
|||
833F683A1CDBCAB200AFB9F0 /* es */,
|
||||
835C889B22CC188A001B4B3F /* en */,
|
||||
83F0E6CD287CAB4400D84594 /* pl */,
|
||||
838EE8D329A8600D00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -27,6 +27,7 @@
|
|||
/* Begin PBXFileReference section */
|
||||
833F68441CDBCABF00AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83747BB62862D56A0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8CB29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83B066AC180D56B9008E3612 /* midi_processing.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = midi_processing.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
83B066B7180D56B9008E3612 /* midi_processing-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "midi_processing-Info.plist"; sourceTree = "<group>"; };
|
||||
83B066B9180D56B9008E3612 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
|
@ -188,6 +189,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 83B066A2180D56B9008E3612;
|
||||
productRefGroup = 83B066AD180D56B9008E3612 /* Products */;
|
||||
|
@ -239,6 +241,7 @@
|
|||
83B066B9180D56B9008E3612 /* en */,
|
||||
833F68441CDBCABF00AFB9F0 /* es */,
|
||||
83F0E6C5287CAB4300D84594 /* pl */,
|
||||
838EE8CB29A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8C029A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6BA287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -162,6 +163,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8343781217F93CB500584396;
|
||||
productRefGroup = 8343781D17F93CB500584396 /* Products */;
|
||||
|
@ -203,6 +205,7 @@
|
|||
8343782917F93CB500584396 /* en */,
|
||||
833F682C1CDBCAB000AFB9F0 /* es */,
|
||||
83F0E6BA287CAB4200D84594 /* pl */,
|
||||
838EE8C029A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -1400,6 +1400,7 @@
|
|||
838BDB7A1D3B1FC20022CA6F /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
|
||||
838BDB7C1D3B1FCC0022CA6F /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
|
||||
838BDB7E1D3B1FD10022CA6F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
||||
838EE8D229A8600D00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
8396BE782935FC2F00CD0580 /* sscf_encrypted.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sscf_encrypted.c; sourceTree = "<group>"; };
|
||||
8396BE792935FC2F00CD0580 /* sscf_encrypted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sscf_encrypted.h; sourceTree = "<group>"; };
|
||||
839933572591E896001855AF /* vorbis_custom_utils_awc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vorbis_custom_utils_awc.c; sourceTree = "<group>"; };
|
||||
|
@ -2674,6 +2675,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 836F6B2F18BDB8880095E648;
|
||||
productRefGroup = 836F6B3A18BDB8880095E648 /* Products */;
|
||||
|
@ -3343,6 +3345,7 @@
|
|||
children = (
|
||||
836F6B4618BDB8880095E648 /* en */,
|
||||
83F0E6CC287CAB4400D84594 /* pl */,
|
||||
838EE8D229A8600D00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -58,6 +58,7 @@
|
|||
83699AB81AB3D8EB00F5A6E3 /* barray.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = barray.c; sourceTree = "<group>"; };
|
||||
83699AB91AB3D8EB00F5A6E3 /* barray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = barray.h; sourceTree = "<group>"; };
|
||||
83747B842862D4EE0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8C529A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83DD1A0118EA634F00DADA1A /* resampler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resampler.c; sourceTree = "<group>"; };
|
||||
83DD1A0218EA634F00DADA1A /* resampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resampler.h; sourceTree = "<group>"; };
|
||||
83DE0C06180A9BD400269051 /* vio2sf.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = vio2sf.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
|
@ -311,6 +312,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 83DE0BFC180A9BD400269051;
|
||||
productRefGroup = 83DE0C07180A9BD400269051 /* Products */;
|
||||
|
@ -366,6 +368,7 @@
|
|||
83DE0C13180A9BD400269051 /* en */,
|
||||
833F68311CDBCAB100AFB9F0 /* es */,
|
||||
83F0E6BF287CAB4200D84594 /* pl */,
|
||||
838EE8C529A8600B00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8BA29A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6B4287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -193,6 +194,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8359FF0E17FEF35C0060F3ED;
|
||||
productRefGroup = 8359FF1817FEF35C0060F3ED /* Products */;
|
||||
|
@ -257,6 +259,7 @@
|
|||
children = (
|
||||
8359FF2417FEF35C0060F3ED /* en */,
|
||||
83F0E6B4287CAB4100D84594 /* pl */,
|
||||
838EE8BA29A8600900CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
835C888E22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83747C592862DD660021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
8384912A180814D900E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
|
||||
838EE8BB29A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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>"; };
|
||||
|
@ -199,6 +200,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* CueSheet */;
|
||||
projectDirPath = "";
|
||||
|
@ -242,6 +244,7 @@
|
|||
833F68371CDBCAB200AFB9F0 /* es */,
|
||||
835C888E22CC1883001B4B3F /* en */,
|
||||
83F0E6B5287CAB4100D84594 /* pl */,
|
||||
838EE8BB29A8600900CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -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>"; };
|
||||
838EE8BC29A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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; };
|
||||
|
@ -235,6 +236,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* GME */;
|
||||
projectDirPath = "";
|
||||
|
@ -301,6 +303,7 @@
|
|||
833F68351CDBCAB200AFB9F0 /* es */,
|
||||
835C888F22CC1883001B4B3F /* en */,
|
||||
83F0E6B6287CAB4100D84594 /* pl */,
|
||||
838EE8BC29A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -201,6 +201,7 @@
|
|||
8360EEF317F92AC8005208A4 /* HighlyComplete-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "HighlyComplete-Prefix.pch"; sourceTree = "<group>"; };
|
||||
83747C402862DCB50021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
83848FE61807623F00E7332D /* SSEQPlayer.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SSEQPlayer.xcodeproj; path = ../../Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj; sourceTree = "<group>"; };
|
||||
838EE8BE29A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83AA660827B7CCB00098D4B8 /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
|
@ -438,6 +439,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8360EEDB17F92AC8005208A4;
|
||||
productRefGroup = 8360EEE517F92AC8005208A4 /* Products */;
|
||||
|
@ -624,6 +626,7 @@
|
|||
children = (
|
||||
8360EEF117F92AC8005208A4 /* en */,
|
||||
83F0E6B8287CAB4200D84594 /* pl */,
|
||||
838EE8BE29A8600A00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8C629A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6C0287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -211,6 +212,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 836FB5241820538700B3AD2D;
|
||||
productRefGroup = 836FB52E1820538700B3AD2D /* Products */;
|
||||
|
@ -277,6 +279,7 @@
|
|||
836FB53A1820538700B3AD2D /* en */,
|
||||
833F68471CDBCABF00AFB9F0 /* es */,
|
||||
83F0E6C0287CAB4200D84594 /* pl */,
|
||||
838EE8C629A8600B00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8C929A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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>"; };
|
||||
|
@ -173,6 +174,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* M3u */;
|
||||
projectDirPath = "";
|
||||
|
@ -212,6 +214,7 @@
|
|||
833F68391CDBCAB200AFB9F0 /* es */,
|
||||
835C889122CC1885001B4B3F /* en */,
|
||||
83F0E6C3287CAB4300D84594 /* pl */,
|
||||
838EE8C929A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -116,6 +116,7 @@
|
|||
83686AAE1C5C780500671C7A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
83686AB01C5C783000671C7A /* CoreAudioKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; };
|
||||
83747C222862DB7F0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8CA29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
8398F2DF1C438C7D00EB9639 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
|
||||
83A09F561CFA83F2001E7D2D /* i_oplmusic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = i_oplmusic.cpp; sourceTree = "<group>"; };
|
||||
83A09F571CFA83F2001E7D2D /* i_oplmusic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = i_oplmusic.h; sourceTree = "<group>"; };
|
||||
|
@ -412,6 +413,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 83B0667E180D5668008E3612;
|
||||
productRefGroup = 83B06688180D5668008E3612 /* Products */;
|
||||
|
@ -493,6 +495,7 @@
|
|||
83B06694180D5668008E3612 /* en */,
|
||||
833F68431CDBCABE00AFB9F0 /* es */,
|
||||
83F0E6C4287CAB4300D84594 /* pl */,
|
||||
838EE8CA29A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -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>"; };
|
||||
838EE8CD29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83F0E6C7287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -184,6 +185,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 8375B03317FFEA400092A79F;
|
||||
productRefGroup = 8375B03D17FFEA400092A79F /* Products */;
|
||||
|
@ -225,6 +227,7 @@
|
|||
8375B04917FFEA400092A79F /* en */,
|
||||
833F68411CDBCABC00AFB9F0 /* es */,
|
||||
83F0E6C7287CAB4300D84594 /* pl */,
|
||||
838EE8CD29A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -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>"; };
|
||||
838EE8CE29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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>"; };
|
||||
|
@ -173,6 +174,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* Pls */;
|
||||
projectDirPath = "";
|
||||
|
@ -212,6 +214,7 @@
|
|||
833F68381CDBCAB200AFB9F0 /* es */,
|
||||
835C889422CC1887001B4B3F /* en */,
|
||||
83F0E6C8287CAB4300D84594 /* pl */,
|
||||
838EE8CE29A8600C00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -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>"; };
|
||||
838EE8C829A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; 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; };
|
||||
|
@ -226,6 +227,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* libvgmPlayer */;
|
||||
projectDirPath = "";
|
||||
|
@ -268,6 +270,7 @@
|
|||
833F68351CDBCAB200AFB9F0 /* es */,
|
||||
835C888F22CC1883001B4B3F /* en */,
|
||||
83F0E6C2287CAB4300D84594 /* pl */,
|
||||
838EE8C829A8600B00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
Binary file not shown.
|
@ -69,6 +69,7 @@
|
|||
836F706018BDC84D0095E648 /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = "<group>"; };
|
||||
836F706118BDC8650095E648 /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../../Playlist/PlaylistController.h; sourceTree = "<group>"; };
|
||||
83747BF02862D9260021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
|
||||
838EE8D129A8600D00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
83AA5D281F6E30080020821C /* VGMInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VGMInterface.m; sourceTree = "<group>"; };
|
||||
83AA5D2A1F6E30080020821C /* VGMContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VGMContainer.m; sourceTree = "<group>"; };
|
||||
83AA5D2B1F6E30080020821C /* VGMInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VGMInterface.h; sourceTree = "<group>"; };
|
||||
|
@ -223,6 +224,7 @@
|
|||
es,
|
||||
Base,
|
||||
pl,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 836F6B0718BDB80D0095E648;
|
||||
productRefGroup = 836F6B1118BDB80D0095E648 /* Products */;
|
||||
|
@ -291,6 +293,7 @@
|
|||
836F6B1D18BDB80D0095E648 /* en */,
|
||||
833F68491CDBCAC000AFB9F0 /* es */,
|
||||
83F0E6CB287CAB4300D84594 /* pl */,
|
||||
838EE8D129A8600D00CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
|
@ -123,6 +123,10 @@
|
|||
837C0D3F1C50954000CAE18F /* MIDIPluginBehaviorArrayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MIDIPluginBehaviorArrayController.m; sourceTree = "<group>"; };
|
||||
8384913618081ECB00E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = "<group>"; };
|
||||
8384917518084D9F00E7332D /* appearance.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = appearance.png; path = Icons/appearance.png; sourceTree = "<group>"; };
|
||||
838EE8A429A8600600CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/PathSuggester.strings; sourceTree = "<group>"; };
|
||||
838EE8A529A8600600CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Preferences.strings; sourceTree = "<group>"; };
|
||||
838EE8B229A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
838EE8B329A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
839E3B5728659B2700880EA2 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = ../../Application/AppController.h; sourceTree = "<group>"; };
|
||||
83A3B72A283AE04800CC6593 /* ColorToValueTransformer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorToValueTransformer.h; sourceTree = "<group>"; };
|
||||
83A3B72B283AE04800CC6593 /* ColorToValueTransformer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ColorToValueTransformer.m; sourceTree = "<group>"; };
|
||||
|
@ -414,6 +418,7 @@
|
|||
he,
|
||||
pl,
|
||||
ru,
|
||||
tr,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* Preferences */;
|
||||
projectDirPath = "";
|
||||
|
@ -526,6 +531,7 @@
|
|||
835C888922CC1880001B4B3F /* en */,
|
||||
83F0E6AC287CAB3D00D84594 /* pl */,
|
||||
491C55C0287AA4B6007D96F5 /* ru */,
|
||||
838EE8B229A8600800CD0580 /* tr */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
|
@ -537,6 +543,7 @@
|
|||
835C888A22CC1880001B4B3F /* en */,
|
||||
83F0E6AD287CAB3D00D84594 /* pl */,
|
||||
491C55C1287AA4B6007D96F5 /* ru */,
|
||||
838EE8B329A8600800CD0580 /* tr */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
@ -549,6 +556,7 @@
|
|||
8347435F20E6D5A000063D45 /* es */,
|
||||
83F0E6B0287CAB4100D84594 /* pl */,
|
||||
491C55B5287AA4B6007D96F5 /* ru */,
|
||||
838EE8A529A8600600CD0580 /* tr */,
|
||||
);
|
||||
name = Preferences.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -561,6 +569,7 @@
|
|||
83DAD9F5286EDBD6000FAA9A /* es */,
|
||||
83F0E6AF287CAB4100D84594 /* pl */,
|
||||
491C55B4287AA4B5007D96F5 /* ru */,
|
||||
838EE8A429A8600600CD0580 /* tr */,
|
||||
);
|
||||
name = PathSuggester.xib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -648,12 +657,12 @@
|
|||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CFLAGS = "-Wframe-larger-than=4000";
|
||||
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
|
||||
OTHER_LDFLAGS = (
|
||||
"-undefined",
|
||||
dynamic_lookup,
|
||||
);
|
||||
OTHER_CFLAGS = "-Wframe-larger-than=4000";
|
||||
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
|
||||
SDKROOT = macosx;
|
||||
SYMROOT = ../../build;
|
||||
};
|
||||
|
@ -696,12 +705,12 @@
|
|||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
OTHER_CFLAGS = "-Wframe-larger-than=4000";
|
||||
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
|
||||
OTHER_LDFLAGS = (
|
||||
"-undefined",
|
||||
dynamic_lookup,
|
||||
);
|
||||
OTHER_CFLAGS = "-Wframe-larger-than=4000";
|
||||
OTHER_CPLUSPLUSFLAGS = "-Wframe-larger-than=16000";
|
||||
SDKROOT = macosx;
|
||||
SYMROOT = ../../build;
|
||||
};
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2023";
|
|
@ -0,0 +1,32 @@
|
|||
"Appearance" = "Görünüm";
|
||||
"Blam Synthesis" = "Blam Synthesis";
|
||||
"Blep Synthesis" = "Blep Synthesis";
|
||||
"Clear playlist and play" = "Çalma listesini temizle ve oynat";
|
||||
"Cubic Interpolation" = "Cubic Interpolation";
|
||||
"Enqueue" = "Kuyruğa ekle";
|
||||
"Enqueue and play" = "Kuyruğa ekle ve oynat";
|
||||
"File Drawer" = "File Drawer";
|
||||
"General" = "Genel";
|
||||
"Hot Keys" = "Hot Keys";
|
||||
"Last.fm" = "Last.fm";
|
||||
"Linear Interpolation" = "Linear Interpolation";
|
||||
"Nightly" = "Nightly";
|
||||
"No volume scaling" = "No volume scaling";
|
||||
"Notifications" = "Bildirimler";
|
||||
"Output" = "Output";
|
||||
"Playlist" = "Çalma Listesi";
|
||||
"Press Key..." = "Tuşa basın...";
|
||||
"ReplayGain Album Gain" = "ReplayGain Album Gain";
|
||||
"ReplayGain Album Gain with peak" = "ReplayGain Album Gain with peak";
|
||||
"ReplayGain Track Gain" = "ReplayGain Track Gain";
|
||||
"ReplayGain Track Gain with peak" = "ReplayGain Track Gain with peak";
|
||||
"Scrobble" = "Scrobble";
|
||||
"Sinc Interpolation" = "Sinc enterpolasyonu";
|
||||
"Stable" = "Stable";
|
||||
"Synthesis" = "Synthesis";
|
||||
"Unstable" = "Değişen";
|
||||
"Updates" = "Güncellemeler";
|
||||
"ValidNo" = "Hayır";
|
||||
"ValidYes" = "Evet";
|
||||
"Volume scale tag only" = "Volume scale tag only";
|
||||
"Zero Order Hold" = "Zero Order Hold";
|
|
@ -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" = "Metin Hücresi";
|
||||
|
||||
/* 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" = "Uygula";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "QWk-Qb-l0y"; */
|
||||
"QWk-Qb-l0y.headerCell.title" = "Etkin";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "RLN-Pa-Mhl"; */
|
||||
"RLN-Pa-Mhl.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Apply"; ObjectID = "cJV-DM-SOV"; */
|
||||
"cJV-DM-SOV.label" = "Uygula";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Apply"; ObjectID = "cJV-DM-SOV"; */
|
||||
"cJV-DM-SOV.paletteLabel" = "Uygula";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "w2T-DH-7x9"; */
|
||||
"w2T-DH-7x9.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "xFm-ed-yBb"; */
|
||||
"xFm-ed-yBb.title" = "Tablo Görünümü Hücresi";
|
|
@ -0,0 +1,240 @@
|
|||
|
||||
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "61"; */
|
||||
"61.title" = "OtherViews";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item1"; ObjectID = "62"; */
|
||||
"62.title" = "Öğe1";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item2"; ObjectID = "63"; */
|
||||
"63.title" = "Öğe2";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item3"; ObjectID = "64"; */
|
||||
"64.title" = "Öğe3";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Play:"; ObjectID = "198"; */
|
||||
"198.title" = "Oynat:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Previous:"; ObjectID = "199"; */
|
||||
"199.title" = "Önceki:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Next:"; ObjectID = "200"; */
|
||||
"200.title" = "İleri:";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Automatically check for updates on startup"; ObjectID = "207"; */
|
||||
"207.title" = "Automatically check for updates on startup";
|
||||
|
||||
/* 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" = "Öğe 1";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "251"; */
|
||||
"251.title" = "Öğe 2";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "252"; */
|
||||
"252.title" = "Öğe 3";
|
||||
|
||||
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "255"; */
|
||||
"255.title" = "OtherViews";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "256"; */
|
||||
"256.title" = "Öğe 1";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "257"; */
|
||||
"257.title" = "Öğe 2";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "258"; */
|
||||
"258.title" = "Öğe 3";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "When opening files:"; ObjectID = "260"; */
|
||||
"260.title" = "Dosyaları açarken:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "When opening file with ⇧ or ⌃⌘ held:"; ObjectID = "262"; */
|
||||
"262.title" = "Dosya ⇧ veya ⌃⌘ basılıyken açılırken:";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Read CUE sheets when adding folders to playlist"; ObjectID = "311"; */
|
||||
"311.title" = "Çalma listesine klasör eklerken CUE sayfalarını okuma";
|
||||
|
||||
/* 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" = "Öğe 3";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1Yq-6f-Uho"; */
|
||||
"1Yq-6f-Uho.title" = "Öğe 2";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset to defaults"; ObjectID = "1y7-iZ-BhE"; */
|
||||
"1y7-iZ-BhE.title" = "Varsayılanlara sıfırla";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "3Gx-cs-3B0"; */
|
||||
"3Gx-cs-3B0.title" = "Öğe 1";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "7un-em-D8r"; */
|
||||
"7un-em-D8r.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "99B-Tx-dPH"; */
|
||||
"99B-Tx-dPH.title" = "Öğe 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" = "Varsayılan çalma süresi:";
|
||||
|
||||
/* 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" = "Metin Hücresi";
|
||||
|
||||
/* 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" = "Öğe 3";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable FreeSurround stereo to surround upmixing"; ObjectID = "F0i-UK-6Nu"; */
|
||||
"F0i-UK-6Nu.title" = "Enable FreeSurround stereo to surround upmixing";
|
||||
|
||||
/* 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" = "Varsayılan döngü sayısı:";
|
||||
|
||||
/* 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" = "Seçili:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LwT-Qb-47r"; */
|
||||
"LwT-Qb-47r.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable HRTF filter (Not needed with AirPods or Beats)"; ObjectID = "NGx-0c-WVR"; */
|
||||
"NGx-0c-WVR.title" = "HRTF filtresini etkinleştir (Airpods veya Beats ile gerekli değildir)";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use 3D rendered spectrum"; ObjectID = "NMg-TO-amV"; */
|
||||
"NMg-TO-amV.title" = "3D işlenmiş spektrum kullanın";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "(will be preferred if possible)"; ObjectID = "POG-ai-6D2"; */
|
||||
"POG-ai-6D2.title" = "(mümkünse tercih edilecektir)";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show album art"; ObjectID = "RGf-4D-3NW"; */
|
||||
"RGf-4D-3NW.title" = "Albüm kapağını göster";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Quit when playback completes"; ObjectID = "SBA-J5-rEd"; */
|
||||
"SBA-J5-rEd.title" = "Oynatma tamamlandığında çık";
|
||||
|
||||
/* 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" = "Öğe 3";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "XzK-h2-vIT"; */
|
||||
"XzK-h2-vIT.title" = "Öğe 1";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "YLi-QX-EgD"; */
|
||||
"YLi-QX-EgD.title" = "Öğe 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" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use iTunes style"; ObjectID = "cOb-hQ-7K8"; */
|
||||
"cOb-hQ-7K8.title" = "iTunes stilini kullan";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Limit volume control to 100%"; ObjectID = "ds2-aw-ebU"; */
|
||||
"ds2-aw-ebU.title" = "Ses kontrolünü %100 ile sınırlayın";
|
||||
|
||||
/* 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" = "Bildirimleri etkinleştir";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "jLL-zc-kYf"; */
|
||||
"jLL-zc-kYf.title" = "Öğe 3";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "hh:mm:ss.ms"; ObjectID = "klv-Wh-0ur"; */
|
||||
"klv-Wh-0ur.title" = "ss:dd:ss.ms";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Valid"; ObjectID = "lEg-E3-TBs"; */
|
||||
"lEg-E3-TBs.headerCell.title" = "Geçerli";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "MIDI Plugin:"; ObjectID = "n5F-dq-NZh"; */
|
||||
"n5F-dq-NZh.title" = "MIDI eklentisi:";
|
||||
|
||||
/* 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" = "Öğe 2";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "oWh-lD-mFH"; */
|
||||
"oWh-lD-mFH.title" = "Öğe 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" = "Güvenli olmayan SSL bağlantılarına izin ver";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show stop button"; ObjectID = "vMI-lj-Lrz"; */
|
||||
"vMI-lj-Lrz.title" = "Durdur düğmesini göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "vaQ-pZ-jXy"; */
|
||||
"vaQ-pZ-jXy.title" = "Öğe 1";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume Level:"; ObjectID = "wK4-EF-8Wa"; */
|
||||
"wK4-EF-8Wa.title" = "Ses Düzeyi:";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "None"; ObjectID = "wNb-bg-cgq"; */
|
||||
"wNb-bg-cgq.ibShadowedIsNilPlaceholder" = "Hiçbiri";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Folder access paths:"; ObjectID = "wWm-AD-cD4"; */
|
||||
"wWm-AD-cD4.title" = "Folder access paths:";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Add other files in the same folder when adding a file"; ObjectID = "ws4-en-un8"; */
|
||||
"ws4-en-un8.title" = "Dosya eklerken aynı klasöre başka dosyalar ekleyin";
|
||||
|
||||
/* 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" = "Kilitlenme raporlarını ve kullanım verilerini gönderme";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "hh:mm:ss.ms"; ObjectID = "zaI-0m-tQf"; */
|
||||
"zaI-0m-tQf.title" = "ss:dd:ss.ms";
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "About Cog"; ObjectID = "F0z-JX-Cv5"; */
|
||||
"F0z-JX-Cv5.title" = "Cog hakkında";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version..."; ObjectID = "Wjf-By-C1F"; */
|
||||
"Wjf-By-C1F.title" = "Sürüm...";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Cog"; ObjectID = "hzl-Rl-e01"; */
|
||||
"hzl-Rl-e01.title" = "Cog";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Copyright..."; ObjectID = "wLU-AJ-J0b"; */
|
||||
"wLU-AJ-J0b.title" = "Telif hakkı...";
|
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Credits for the Cog audio player</title>
|
||||
<style>
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font: -apple-system-body;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #ffb565;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
Now with 92% more future!<br><br> Thanks to my patrons:
|
||||
<br> Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite, Louis Martinez V, deef.xyz
|
||||
<br><br> Additional code contributions by <a href="https://twitter.com/nevack_d"> Dzmitry Neviadomski</a> and <a href="https://kddlb.com">Kevin López Brante</a>.
|
||||
<br><br>
|
||||
<em>This program has been made possible through contributions from users like you.</em>
|
||||
<br><br> All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,144 @@
|
|||
|
||||
/* Class = "NSTextFieldCell"; title = "63"; ObjectID = "0aZ-qR-VQB"; */
|
||||
"0aZ-qR-VQB.title" = "63";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "80"; ObjectID = "0yY-ZG-55W"; */
|
||||
"0yY-ZG-55W.title" = "80";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "31.5"; ObjectID = "1dn-Vq-wWg"; */
|
||||
"1dn-Vq-wWg.title" = "31.5";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "10"; ObjectID = "3uY-U8-fJj"; */
|
||||
"3uY-U8-fJj.title" = "10";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "-12 dB"; ObjectID = "7O0-sA-hE3"; */
|
||||
"7O0-sA-hE3.title" = "-12 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "8"; ObjectID = "8bT-Kt-cyl"; */
|
||||
"8bT-Kt-cyl.title" = "8";
|
||||
|
||||
/* Class = "NSWindow"; title = "Equalizer"; ObjectID = "9Xl-RA-0SW"; */
|
||||
"9Xl-RA-0SW.title" = "Ekolayzır";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "1.2"; ObjectID = "A7Y-xq-LdW"; */
|
||||
"A7Y-xq-LdW.title" = "1.2";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "100"; ObjectID = "B9P-B7-9bf"; */
|
||||
"B9P-B7-9bf.title" = "100";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "400"; ObjectID = "ERP-9r-xp9"; */
|
||||
"ERP-9r-xp9.title" = "400";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enabled"; ObjectID = "Id9-5k-q9Q"; */
|
||||
"Id9-5k-q9Q.title" = "Etkin";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "500"; ObjectID = "JVJ-LV-LDc"; */
|
||||
"JVJ-LV-LDc.title" = "500";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "20 dB"; ObjectID = "KP1-mo-Quy"; */
|
||||
"KP1-mo-Quy.title" = "20 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "20kHz"; ObjectID = "LoH-XP-I4Y"; */
|
||||
"LoH-XP-I4Y.title" = "20kHz";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "2.5"; ObjectID = "Nc6-vb-nIc"; */
|
||||
"Nc6-vb-nIc.title" = "2.5";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "3 dB"; ObjectID = "SBw-cK-76N"; */
|
||||
"SBw-cK-76N.title" = "3 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "2"; ObjectID = "TYp-Ae-UMg"; */
|
||||
"TYp-Ae-UMg.title" = "2";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "160"; ObjectID = "TnM-7Z-BUu"; */
|
||||
"TnM-7Z-BUu.title" = "160";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "12"; ObjectID = "UEO-zv-YmO"; */
|
||||
"UEO-zv-YmO.title" = "12";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "50"; ObjectID = "UOZ-JN-QIr"; */
|
||||
"UOZ-JN-QIr.title" = "50";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "20Hz"; ObjectID = "XmE-PI-PFN"; */
|
||||
"XmE-PI-PFN.title" = "20Hz";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "200"; ObjectID = "Ze7-D0-V5z"; */
|
||||
"Ze7-D0-V5z.title" = "200";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "-6 dB"; ObjectID = "Zlw-xU-QP7"; */
|
||||
"Zlw-xU-QP7.title" = "-6 dB";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Tracking genre tags"; ObjectID = "aeV-tB-rvh"; */
|
||||
"aeV-tB-rvh.title" = "Tracking genre tags";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Flatten EQ"; ObjectID = "bOS-GE-rwi"; */
|
||||
"bOS-GE-rwi.title" = "Flatten EQ";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "630"; ObjectID = "bqX-Dk-bJ9"; */
|
||||
"bqX-Dk-bJ9.title" = "630";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "25"; ObjectID = "cO5-1C-qEl"; */
|
||||
"cO5-1C-qEl.title" = "25";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "0 dB"; ObjectID = "cq3-MT-eo1"; */
|
||||
"cq3-MT-eo1.title" = "0 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "4"; ObjectID = "e6h-zW-Op6"; */
|
||||
"e6h-zW-Op6.title" = "4";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "16"; ObjectID = "e71-GI-ntH"; */
|
||||
"e71-GI-ntH.title" = "16";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "800"; ObjectID = "eB6-XM-qUy"; */
|
||||
"eB6-XM-qUy.title" = "800";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "250"; ObjectID = "efh-nh-mDD"; */
|
||||
"efh-nh-mDD.title" = "250";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "-20 dB"; ObjectID = "fJ3-i8-mw9"; */
|
||||
"fJ3-i8-mw9.title" = "-20 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "6 dB"; ObjectID = "fpg-RS-w2Y"; */
|
||||
"fpg-RS-w2Y.title" = "6 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "315"; ObjectID = "g10-wn-Agu"; */
|
||||
"g10-wn-Agu.title" = "315";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "40"; ObjectID = "ihA-eC-L0F"; */
|
||||
"ihA-eC-L0F.title" = "40";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "3.1"; ObjectID = "kdf-iA-xrZ"; */
|
||||
"kdf-iA-xrZ.title" = "3.1";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "5"; ObjectID = "ke7-4o-FJG"; */
|
||||
"ke7-4o-FJG.title" = "5";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: You may use right-click to draw an equalizer shape"; ObjectID = "lwG-Tm-rr1"; */
|
||||
"lwG-Tm-rr1.title" = "Not: Ekolayzır şekli çizmek için sağ tıklamayı kullanabilirsiniz";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "6.3"; ObjectID = "neW-5g-R0i"; */
|
||||
"neW-5g-R0i.title" = "6.3";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "12 dB"; ObjectID = "nqJ-h3-mQq"; */
|
||||
"nqJ-h3-mQq.title" = "12 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "125"; ObjectID = "opU-zn-biU"; */
|
||||
"opU-zn-biU.title" = "125";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "-3 dB"; ObjectID = "pGw-Cf-6Nj"; */
|
||||
"pGw-Cf-6Nj.title" = "-3 dB";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "1.6"; ObjectID = "qj9-4A-tfF"; */
|
||||
"qj9-4A-tfF.title" = "1.6";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Level Preamp"; ObjectID = "rck-mI-bed"; */
|
||||
"rck-mI-bed.title" = "Preamp seviyesi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Preamp"; ObjectID = "wzI-tF-Y2S"; */
|
||||
"wzI-tF-Y2S.title" = "Preamp";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "1k"; ObjectID = "xM8-HB-8XL"; */
|
||||
"xM8-HB-8XL.title" = "1k";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Preset:"; ObjectID = "xsQ-DN-AcS"; */
|
||||
"xsQ-DN-AcS.title" = "Ön ayar:";
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Send Feedback"; ObjectID = "1"; */
|
||||
"1.title" = "Geribildirim gönder";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Send"; ObjectID = "17"; */
|
||||
"17.title" = "Gönder";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Subject:"; ObjectID = "18"; */
|
||||
"18.title" = "Konu:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Message:"; ObjectID = "19"; */
|
||||
"19.title" = "İleti:";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "20"; */
|
||||
"20.title" = "İptal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "22"; */
|
||||
"22.title" = "E-posta:";
|
|
@ -0,0 +1,24 @@
|
|||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "71"; */
|
||||
"71.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSMenu"; title = "Menu"; ObjectID = "110"; */
|
||||
"110.title" = "Menü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "112"; */
|
||||
"112.title" = "Finder'da göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Add to Playlist"; ObjectID = "119"; */
|
||||
"119.title" = "Çalma listesine ekle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Set as Root"; ObjectID = "124"; */
|
||||
"124.title" = "Set as Root";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Set as Playlist"; ObjectID = "129"; */
|
||||
"129.title" = "Çalma Listesi Olarak Ayarla";
|
||||
|
||||
/* Class = "NSBox"; title = "Box"; ObjectID = "147"; */
|
||||
"147.title" = "Box";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Choose"; ObjectID = "vRe-3U-Nxj"; */
|
||||
"vRe-3U-Nxj.title" = "Seç";
|
|
@ -0,0 +1,117 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Info Inspector"; ObjectID = "1"; */
|
||||
"1.title" = "Info Inspector";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Artist:"; ObjectID = "10"; */
|
||||
"10.title" = "Sanatçı:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Album:"; ObjectID = "12"; */
|
||||
"12.title" = "Albüm:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Track:"; ObjectID = "14"; */
|
||||
"14.title" = "Parça:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "16"; */
|
||||
"16.title" = "Uzunluk:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Date:"; ObjectID = "18"; */
|
||||
"18.title" = "Tarïhï:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Genre:"; ObjectID = "20"; */
|
||||
"20.title" = "Tür:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Sample Rate:"; ObjectID = "22"; */
|
||||
"22.title" = "Sample Rate:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Title:"; ObjectID = "24"; */
|
||||
"24.title" = "Başlık:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Channels:"; ObjectID = "28"; */
|
||||
"28.title" = "Kanallar:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Bits Per Sample:"; ObjectID = "31"; */
|
||||
"31.title" = "Örnek başına bit sayısı:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Bitrate:"; ObjectID = "32"; */
|
||||
"32.title" = "Bit hızı:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "34"; */
|
||||
"34.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "36"; */
|
||||
"36.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "38"; */
|
||||
"38.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "40"; */
|
||||
"40.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "42"; */
|
||||
"42.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "44"; */
|
||||
"44.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "46"; */
|
||||
"46.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "50"; */
|
||||
"50.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "52"; */
|
||||
"52.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "54"; */
|
||||
"54.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "56"; */
|
||||
"56.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Filename:"; ObjectID = "85"; */
|
||||
"85.title" = "Dosya adı:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "87"; */
|
||||
"87.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Encoding:"; ObjectID = "8e7-lp-K5l"; */
|
||||
"8e7-lp-K5l.title" = "Encoding:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "N/A"; ObjectID = "B8w-o8-ZBw"; */
|
||||
"B8w-o8-ZBw.title" = "N/A";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Cuesheet:"; ObjectID = "Cu5-ia-Z5b"; */
|
||||
"Cu5-ia-Z5b.title" = "Cuesheet:";
|
||||
|
||||
/* 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" = "Albüm Sanatçısı:";
|
||||
|
||||
/* 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" = "Yorum:";
|
||||
|
||||
/* 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" = "Oynatma Sayısı:";
|
||||
|
||||
/* 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";
|
|
@ -0,0 +1,26 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
"CFBundleName" = "Cog";
|
||||
|
||||
/* Privacy - Calendars Usage Description */
|
||||
"NSCalendarsUsageDescription" = "Cog takvim bilgilerinizi kullanmaz. Takviminizi neden bir müzik çalarla açmaya çalışıyorsunuz?";
|
||||
|
||||
/* Privacy - Camera Usage Description */
|
||||
"NSCameraUsageDescription" = "Cog bir müzik çalardır. Kameranızı asla kullanmaz. Neden kameranızı kullanmak istiyor izin istiyor?";
|
||||
|
||||
/* Privacy - Contacts Usage Description */
|
||||
"NSContactsUsageDescription" = "Cog, rehber bilgilerinizi kullanmaz. Rehberinizi neden bir müzik çalarla açmaya çalışıyorsunuz?";
|
||||
|
||||
"NSHumanReadableCopyright" = "© Vincent Spader, 2005-2011\n© mamburu, 2012-2013\n© Christopher Snowhill, 2013-2023";
|
||||
|
||||
/* Privacy - Location Usage Description */
|
||||
"NSLocationUsageDescription" = "Cog, konum bilgilerinizi kullanmaz. Uygulamada, belli ki bir sorun var.";
|
||||
|
||||
/* Privacy - Microphone Usage Description */
|
||||
"NSMicrophoneUsageDescription" = "Cog bir müzik çalar. Ancak ses kaydı yapmaz. Neden mikrofonunuzu kullanmak için izin istiyor?";
|
||||
|
||||
/* Privacy - Photo Library Usage Description */
|
||||
"NSPhotoLibraryUsageDescription" = "Cog bir müzik çalar. Fotoğraf kitaplığınıza neden bir müzik çalar ile erişmeye çalışıyorsunuz?";
|
||||
|
||||
/* Privacy - Reminders Usage Description */
|
||||
"NSRemindersUsageDescription" = "Cog, hatırlatıcılarınız kullanmaz. Neden bunlara bir müzik çalar ile erişmeye çalışıyorsunuz?";
|
|
@ -0,0 +1,85 @@
|
|||
"AddButtonTooltip" = "Dosya ekle";
|
||||
"CogTitle" = "Cog";
|
||||
"ConsentNo" = "Hayır";
|
||||
"ConsentYes" = "Evet";
|
||||
"CrashlyticsConsentText" = "Crashlytics'in çökme raporu göndermesine izin vermek ister misiniz? Bunu Tercihler'den tekrar kapatabilirsiniz. Size tekrar sormayacağız.";
|
||||
"CrashlyticsConsentTitle" = "Crashlytics crash collection";
|
||||
"ErrorInvalidTrackId" = "SQLite isteğine geçersiz parça kimliği gönderildi.";
|
||||
"ErrorMessageBadFile" = "Hatalı dosya için meta veriler ayrıştırılamıyor.";
|
||||
"ErrorMetadata" = "Meta veriler alınamıyor.";
|
||||
"ErrorSqliteProblem" = "SQLite veritabanından parçaya erişimde genel sorun.";
|
||||
"ErrorTrackMissing" = "SQLite veritabanında parça girişi eksik.";
|
||||
"ErrorTrackTooltip" = "Hata";
|
||||
"FeedbackFailedInformativeText" = "Geri bildirim gönderilemedi.";
|
||||
"FeedbackFailedMessageText" = "Başarısız";
|
||||
"FeedbackSuccessInformativeText" = "Geri bildirim başarıyla gönderildi!";
|
||||
"FeedbackSuccessMessageText" = "Success";
|
||||
"FileButtonTooltip" = "File drawer";
|
||||
"GainAlbumGain" = "Album Gain";
|
||||
"GainAlbumGainPeak" = "Album Gain plus Peak";
|
||||
"GainAlbumPeak" = "Album Peak";
|
||||
"GainNone" = "Hiçbiri";
|
||||
"GainTrackGain" = "Track Gain";
|
||||
"GainTrackGainPeak" = "Track Gain plus Peak";
|
||||
"GainTrackPeak" = "Track Peak";
|
||||
"GainVolumeScale" = "Volume Scale";
|
||||
"InfoButtonTooltip" = "Seçili dosya hakkında bilgi";
|
||||
"InvalidURLLong" = "URL geçerli değil.";
|
||||
"InvalidURLShort" = "Geçersiz URL";
|
||||
"NextButtonTooltip" = "Sonraki";
|
||||
"PauseButtonTooltip" = "Duraklat";
|
||||
"PlayButtonTooltip" = "Oynat";
|
||||
"PlayingTrackTooltip" = "Çalıyor";
|
||||
"PlaylistHeaderContextMenuTitle" = "Playlist Header Context Menu";
|
||||
"PlaylistIndexColumn" = "Index";
|
||||
"PlaylistRandomizationAction" = "Çalma listesi rastgeleleştirmesi";
|
||||
"PlaylistStatusColumn" = "Durum";
|
||||
"PreferencesTitle" = "Tercihler";
|
||||
"PrevButtonTooltip" = "Önceki";
|
||||
"PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/59859310";
|
||||
"ProgressActionLoader" = "playlist loader inserting files";
|
||||
"ProgressActionLoadingMetadata" = "parçalar için meta verileri yükleme";
|
||||
"ProgressSubActionLoaderAddingEntries" = "çalma listesi girişleri oluşturma ve ekleme";
|
||||
"ProgressSubActionLoaderFilteringContainedFiles" = "desteklenmeyen dosya türlerini kapsayıcılardan kaldırma";
|
||||
"ProgressSubActionLoaderFilteringContainerFiles" = "kapsayıcı dosya türlerini işleme";
|
||||
"ProgressSubActionLoaderFilteringFiles" = "desteklenmeyen dosya türlerini kaldırma";
|
||||
"ProgressSubActionLoaderListingFiles" = "dosyaları toplama";
|
||||
"ProgressSubActionLoadingMetadata" = "dosyaları işleme";
|
||||
"ProgressSubActionMetadataApply" = "applying info to playlist storage";
|
||||
"QueuedTrackTooltip" = "Sıraya alındı";
|
||||
"RandomizeButtonTooltip" = "Çalma listesini rastgele seç";
|
||||
"RemoveButtonTooltip" = "Seçili dosyaları kaldır";
|
||||
"RepeatButtonTooltip" = "Tekrar modu";
|
||||
"ShuffleButtonTooltip" = "Karıştırma modu";
|
||||
"SkipAction" = "Atla";
|
||||
"StopAfterTrackTooltip" = "Parçadan sonra dur";
|
||||
"StopButtonTooltip" = "Durdur";
|
||||
"SwitchFromMiniPlayer" = "Mini oynatıcıdan geç";
|
||||
"SwitchToMiniPlayer" = "Mini oynatıcıya geç";
|
||||
"TimeElapsed" = "%i:%02i";
|
||||
"TimeFirstSeen" = "İlk görülme";
|
||||
"TimeLastPlayed" = "Son çalınan";
|
||||
"TimeRemaining" = "-%i:%02i";
|
||||
"Version %@ (%@)" = "Sürüm %1$@ (%2$@)";
|
||||
"replayGainAlbumGain" = "The volume level of playback output will be detected through enumeration, \
|
||||
re";
|
||||
|
||||
/* second for total */
|
||||
"%1d seconds(s)" = "%1d saniye";
|
||||
/* Total duration for status */
|
||||
"Total duration: %@" = "Toplam süre: %@";
|
||||
/* minutes and seconds */
|
||||
"ms" = "%@ ve %@";
|
||||
/* hours, minutes and seconds */
|
||||
"hms" = "%@, %@ ve %@";
|
||||
/* days, hours, minutes and seconds */
|
||||
"dhms" = "%@, %@, %@ ve %@";
|
||||
/* weeks, days, hours, minutes and seconds */
|
||||
"wdhms" = "%@, %@, %@, %@ ve %@";
|
||||
|
||||
"PrivacyPolicyURL" = "https://www.iubenda.com/privacy-policy/59859310";
|
||||
|
||||
"GrantPathTitle" = "Konteyner klasörüne erişim izni vermek için aç";
|
||||
"GrantPathMessage" = "Belirtilen klasöre erişim izni vermek için aşağıdaki klasör açma iletişim kutusunda Tamam'a tıklayın. Dosyalarınıza daha geniş erişim izni vermek için iletişim kutusunda klasör hiyerarşisinde daha yukarı doğru gidin. Oturumun geri kalanında başka uyarıları gizlemek için \"Beni uyarmayı bırak\" seçeneğine basın.";
|
||||
"GrantPathOK" = "Tamam";
|
||||
"GrantPathStopWarning" = "Beni uyarmayı durdur";
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>%1d day(s)</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@days@</string>
|
||||
<key>days</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>1 gün</string>
|
||||
<key>other</key>
|
||||
<string>%d gün</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>%1d hour(s)</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@hours@</string>
|
||||
<key>hours</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>1 saat</string>
|
||||
<key>other</key>
|
||||
<string>%d saat</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>%1d minute(s)</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@minutes@</string>
|
||||
<key>minutes</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>1 dakika</string>
|
||||
<key>other</key>
|
||||
<string>%d dakika</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>%1d second(s)</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@seconds@</string>
|
||||
<key>seconds</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>1 saniye</string>
|
||||
<key>other</key>
|
||||
<string>%d saniye</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>%1d week(s)</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@weeks@</string>
|
||||
<key>weeks</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>1 hafta</string>
|
||||
<key>other</key>
|
||||
<string>%d hafta</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Lyrics"; ObjectID = "QvC-M9-y7g"; */
|
||||
"QvC-M9-y7g.title" = "Lyrics";
|
|
@ -0,0 +1,834 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "5"; */
|
||||
"5.title" = "Hepsini Öne Getir";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */
|
||||
"19.title" = "Pencere";
|
||||
|
||||
/* Class = "NSWindow"; title = "Cog"; ObjectID = "21"; */
|
||||
"21.title" = "Cog";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */
|
||||
"23.title" = "Küçült";
|
||||
|
||||
/* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */
|
||||
"24.title" = "Pencere";
|
||||
|
||||
/* Class = "NSMenu"; title = "MainMenu"; ObjectID = "29"; */
|
||||
"29.title" = "Ana Menü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Cog"; ObjectID = "56"; */
|
||||
"56.title" = "Cog";
|
||||
|
||||
/* Class = "NSMenu"; title = "Cog"; ObjectID = "57"; */
|
||||
"57.title" = "Cog";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "About Cog"; ObjectID = "58"; */
|
||||
"58.title" = "Cog hakkında";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Add File..."; ObjectID = "72"; */
|
||||
"72.title" = "Dosya ekle...";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Close Window"; ObjectID = "73"; */
|
||||
"73.title" = "Pencereyi kapat";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Save As..."; ObjectID = "75"; */
|
||||
"75.title" = "Farklı kaydet...";
|
||||
|
||||
/* Class = "NSMenu"; title = "File"; ObjectID = "81"; */
|
||||
"81.title" = "Dosya";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "File"; ObjectID = "83"; */
|
||||
"83.title" = "Dosya";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
|
||||
"103.title" = "Yardım";
|
||||
|
||||
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
|
||||
"106.title" = "Yardım";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Cog Help"; ObjectID = "111"; */
|
||||
"111.title" = "Cog Yardım";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "129"; */
|
||||
"129.title" = "Tercihler…";
|
||||
|
||||
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
|
||||
"130.title" = "Servisler";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
|
||||
"131.title" = "Servisler";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Hide Cog"; ObjectID = "134"; */
|
||||
"134.title" = "Cog'u gizle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Quit Cog"; ObjectID = "136"; */
|
||||
"136.title" = "Cog'dan çık";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */
|
||||
"145.title" = "Diğerlerini gizle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */
|
||||
"150.title" = "Tümünü göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "157"; */
|
||||
"157.title" = "Kopyala";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "158"; */
|
||||
"158.title" = "Geri al";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "160"; */
|
||||
"160.title" = "Kes";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "163"; */
|
||||
"163.title" = "Düzenle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "164"; */
|
||||
"164.title" = "Sil";
|
||||
|
||||
/* Class = "NSMenu"; title = "Edit"; ObjectID = "169"; */
|
||||
"169.title" = "Düzenle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "171"; */
|
||||
"171.title" = "Yapıştır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "172"; */
|
||||
"172.title" = "Tümünü seç";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "173"; */
|
||||
"173.title" = "Yinele";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "197"; */
|
||||
"197.title" = "Yakınlaştır";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Rating"; ObjectID = "208"; */
|
||||
"208.headerCell.title" = "Derecelendirme";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "#"; ObjectID = "209"; */
|
||||
"209.headerCell.title" = "#";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Check for Updates..."; ObjectID = "302"; */
|
||||
"302.title" = "Güncellemeleri kontrol et...";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Send Feedback..."; ObjectID = "303"; */
|
||||
"303.title" = "Geri Bildirim yolla...";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Artist"; ObjectID = "391"; */
|
||||
"391.headerCell.title" = "Sanatçı";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Control"; ObjectID = "418"; */
|
||||
"418.title" = "Kontrol";
|
||||
|
||||
/* Class = "NSMenu"; title = "Control"; ObjectID = "419"; */
|
||||
"419.title" = "Kontrol";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Play/Pause"; ObjectID = "420"; */
|
||||
"420.title" = "Oynat/Duraklat";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Next Song"; ObjectID = "422"; */
|
||||
"422.title" = "Sıradaki şarkı";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Previous Song"; ObjectID = "423"; */
|
||||
"423.title" = "Önceki şarkı";
|
||||
|
||||
/* Class = "NSMenu"; title = "Menu"; ObjectID = "513"; */
|
||||
"513.title" = "Menü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Stop"; ObjectID = "517"; */
|
||||
"517.title" = "Durdur";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Next Track"; ObjectID = "518"; */
|
||||
"518.title" = "Sonraki parça";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Previous Track"; ObjectID = "519"; */
|
||||
"519.title" = "Önceki parça";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Play/Pause"; ObjectID = "520"; */
|
||||
"520.title" = "Oynat/Duraklat";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Cog"; ObjectID = "702"; */
|
||||
"702.title" = "Cog";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Donate"; ObjectID = "751"; */
|
||||
"751.title" = "Bağışla";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Current Song"; ObjectID = "791"; */
|
||||
"791.title" = "Mevcut Şarkı";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Album"; ObjectID = "806"; */
|
||||
"806.headerCell.title" = "Albüm";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Length"; ObjectID = "807"; */
|
||||
"807.headerCell.title" = "Uzunluk";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Year"; ObjectID = "848"; */
|
||||
"848.headerCell.title" = "Yıl";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Genre"; ObjectID = "849"; */
|
||||
"849.headerCell.title" = "Tür";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "№"; ObjectID = "850"; */
|
||||
"850.headerCell.title" = "№";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Playlist"; ObjectID = "881"; */
|
||||
"881.title" = "Çalma listesi";
|
||||
|
||||
/* Class = "NSMenu"; title = "Playlist"; ObjectID = "882"; */
|
||||
"882.title" = "Çalma listesi";
|
||||
|
||||
/* Class = "NSMenu"; title = "Menu"; ObjectID = "1063"; */
|
||||
"1063.title" = "Menü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "1064"; */
|
||||
"1064.title" = "Finder'da göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "1135"; */
|
||||
"1135.title" = "Finder'da göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume Up"; ObjectID = "1136"; */
|
||||
"1136.title" = "Sesi aç";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume Down"; ObjectID = "1137"; */
|
||||
"1137.title" = "Sesi kıs";
|
||||
|
||||
/* Class = "NSMenu"; title = "Menu"; ObjectID = "1324"; */
|
||||
"1324.title" = "Menü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Index"; ObjectID = "1337"; */
|
||||
"1337.title" = "Index";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Title"; ObjectID = "1338"; */
|
||||
"1338.title" = "Başlık";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Artist"; ObjectID = "1339"; */
|
||||
"1339.title" = "Sanatçı";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Album"; ObjectID = "1340"; */
|
||||
"1340.title" = "Albüm";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Genre"; ObjectID = "1341"; */
|
||||
"1341.title" = "Tür";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Length"; ObjectID = "1342"; */
|
||||
"1342.title" = "Uzunluk";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Track"; ObjectID = "1343"; */
|
||||
"1343.title" = "Parça";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Year"; ObjectID = "1344"; */
|
||||
"1344.title" = "Yıl";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "1360"; */
|
||||
"1360.title" = "Kaldır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Stop"; ObjectID = "1362"; */
|
||||
"1362.title" = "Durdur";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove All"; ObjectID = "1402"; */
|
||||
"1402.title" = "Tümünü kaldır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Add URL..."; ObjectID = "1403"; */
|
||||
"1403.title" = "URL ekle...";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "1408"; */
|
||||
"1408.title" = "Kaldır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Current Artist"; ObjectID = "1454"; */
|
||||
"1454.title" = "Şu anki sanatçı";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Total Duration: 00 hours 00 minutes 00 seconds"; ObjectID = "1473"; */
|
||||
"1473.title" = "Toplam Süre: 00 saat 00 dakika 00 saniye";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1506"; */
|
||||
"1506.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1507"; */
|
||||
"1507.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1508"; */
|
||||
"1508.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1509"; */
|
||||
"1509.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1510"; */
|
||||
"1510.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1511"; */
|
||||
"1511.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1512"; */
|
||||
"1512.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1513"; */
|
||||
"1513.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSSearchFieldCell"; placeholderString = "All"; ObjectID = "1532"; */
|
||||
"1532.placeholderString" = "Tümü";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Search"; ObjectID = "1533"; */
|
||||
"1533.label" = "Arama";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Search"; ObjectID = "1533"; */
|
||||
"1533.paletteLabel" = "Arama";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[0] = "Previous"; ObjectID = "1538"; */
|
||||
"1538.ibShadowedToolTips[0]" = "Önceki";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[1] = "Play"; ObjectID = "1538"; */
|
||||
"1538.ibShadowedToolTips[1]" = "Oynat";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[2] = "Stop"; ObjectID = "1538"; */
|
||||
"1538.ibShadowedToolTips[2]" = "Durdur";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 1538.ibShadowedToolTips[3] = "Next"; ObjectID = "1538"; */
|
||||
"1538.ibShadowedToolTips[3]" = "Sonraki";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Playback Control"; ObjectID = "1539"; */
|
||||
"1539.label" = "Oynatma Kontrolü";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Playback Control"; ObjectID = "1539"; */
|
||||
"1539.paletteLabel" = "Oynatma Kontrolü";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Position"; ObjectID = "1551"; */
|
||||
"1551.label" = "Konum";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Position"; ObjectID = "1551"; */
|
||||
"1551.paletteLabel" = "Konum";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "0:00"; ObjectID = "1567"; */
|
||||
"1567.title" = "0:00";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Current Time"; ObjectID = "1568"; */
|
||||
"1568.label" = "Güncel Saat";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Current Time"; ObjectID = "1568"; */
|
||||
"1568.paletteLabel" = "Güncel Saat";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "All"; ObjectID = "1576"; */
|
||||
"1576.ibShadowedDisplayName" = "Tümü";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Title"; ObjectID = "1578"; */
|
||||
"1578.ibShadowedDisplayName" = "Başlık";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Artist"; ObjectID = "1580"; */
|
||||
"1580.ibShadowedDisplayName" = "Sanatçı";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Album"; ObjectID = "1582"; */
|
||||
"1582.ibShadowedDisplayName" = "Albüm";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedDisplayName = "Genre"; ObjectID = "1583"; */
|
||||
"1583.ibShadowedDisplayName" = "Tür";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Volume"; ObjectID = "1610"; */
|
||||
"1610.label" = "Ses";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Volume"; ObjectID = "1610"; */
|
||||
"1610.paletteLabel" = "Ses";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Info Inspector"; ObjectID = "1629"; */
|
||||
"1629.label" = "Info Inspector";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Info Inspector"; ObjectID = "1629"; */
|
||||
"1629.paletteLabel" = "Info Inspector";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "File Tree"; ObjectID = "1630"; */
|
||||
"1630.label" = "Dosya Ağacı";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "File Tree"; ObjectID = "1630"; */
|
||||
"1630.paletteLabel" = "Dosya Ağacı";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Shuffle"; ObjectID = "1636"; */
|
||||
"1636.label" = "Karıştır";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Shuffle"; ObjectID = "1636"; */
|
||||
"1636.paletteLabel" = "Karıştır";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Repeat"; ObjectID = "1639"; */
|
||||
"1639.label" = "Tekrarla";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Repeat"; ObjectID = "1639"; */
|
||||
"1639.paletteLabel" = "Tekrarla";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Seek Backward"; ObjectID = "1683"; */
|
||||
"1683.title" = "Seek Backward";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Seek Forward"; ObjectID = "1685"; */
|
||||
"1685.title" = "Seek Forward";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Previous Album"; ObjectID = "1699"; */
|
||||
"1699.title" = "Önceki Albüm";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Next Album"; ObjectID = "1701"; */
|
||||
"1701.title" = "Sonraki Albüm";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "1712"; */
|
||||
"1712.headerCell.title" = "Path";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1713"; */
|
||||
"1713.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Filename"; ObjectID = "1736"; */
|
||||
"1736.headerCell.title" = "Dosya adı";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1737"; */
|
||||
"1737.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Repeat"; ObjectID = "1740"; */
|
||||
"1740.title" = "Tekrarla";
|
||||
|
||||
/* Class = "NSMenu"; title = "Repeat"; ObjectID = "1741"; */
|
||||
"1741.title" = "Tekrarla";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "All"; ObjectID = "1742"; */
|
||||
"1742.title" = "Tümü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "One"; ObjectID = "1746"; */
|
||||
"1746.title" = "Bir";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "1749"; */
|
||||
"1749.title" = "Hiçbiri";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove All from Queue"; ObjectID = "1791"; */
|
||||
"1791.title" = "Tümünü sıradan kaldır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Select Currently Playing"; ObjectID = "1823"; */
|
||||
"1823.title" = "Şu anda oynatılanı seç";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "View"; ObjectID = "1848"; */
|
||||
"1848.title" = "View";
|
||||
|
||||
/* Class = "NSMenu"; title = "View"; ObjectID = "1849"; */
|
||||
"1849.title" = "View";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show Spotlight Panel"; ObjectID = "1853"; */
|
||||
"1853.title" = "Show Spotlight Panel";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Customize Toolbar..."; ObjectID = "1856"; */
|
||||
"1856.title" = "Araç çubuğunu özelleştir...";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Increase Font Size"; ObjectID = "1858"; */
|
||||
"1858.title" = "Yazı tipi boyutunu artır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Decrease Font Size"; ObjectID = "1859"; */
|
||||
"1859.title" = "Yazı Tipi Boyutunu Küçült";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Add to Queue"; ObjectID = "1864"; */
|
||||
"1864.title" = "Sıraya ekle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove from Queue"; ObjectID = "1865"; */
|
||||
"1865.title" = "Sıradan kaldır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Search for Songs by Artist"; ObjectID = "1867"; */
|
||||
"1867.title" = "Şarkıları Sanatçıya Göre Ara";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Search for Songs from Album"; ObjectID = "1868"; */
|
||||
"1868.title" = "Albümden şarkı ara";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Fade In/Out"; ObjectID = "1885"; */
|
||||
"1885.title" = "Fade In/Out";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Album"; ObjectID = "1892"; */
|
||||
"1892.title" = "Albüm";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Add to Queue"; ObjectID = "1893"; */
|
||||
"1893.title" = "Sıraya ekle";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Stop After Current"; ObjectID = "1895"; */
|
||||
"1895.title" = "Mevcuttan Sonra Durdur";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Cog"; ObjectID = "1903"; */
|
||||
"1903.ibShadowedIsNilPlaceholder" = "Cog";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Cog"; ObjectID = "1903"; */
|
||||
"1903.ibShadowedNoSelectionPlaceholder" = "Cog";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Cog"; ObjectID = "1903"; */
|
||||
"1903.ibShadowedNotApplicablePlaceholder" = "Cog";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Toggle Queued"; ObjectID = "2042"; */
|
||||
"2042.ibShadowedIsNilPlaceholder" = "Sıraya Al";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Toggle Queued"; ObjectID = "2042"; */
|
||||
"2042.ibShadowedMultipleValuesPlaceholder" = "Sıraya Al";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Toggle Queued"; ObjectID = "2042"; */
|
||||
"2042.ibShadowedNoSelectionPlaceholder" = "Sıraya Al";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Toggle Queued"; ObjectID = "2042"; */
|
||||
"2042.ibShadowedNotApplicablePlaceholder" = "Sıraya Al";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Search for Artist"; ObjectID = "2045"; */
|
||||
"2045.title" = "Sanatçı ara";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Search for Album"; ObjectID = "2046"; */
|
||||
"2046.title" = "Albüm ara";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Not Playing"; ObjectID = "2083"; */
|
||||
"2083.ibShadowedIsNilPlaceholder" = "Oynatılmıyor";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Not Playing"; ObjectID = "2085"; */
|
||||
"2085.ibShadowedIsNilPlaceholder" = "Oynatılmıyor";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Toggle File Tree Orientation"; ObjectID = "2160"; */
|
||||
"2160.title" = "Toggle File Tree Orientation";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Information"; ObjectID = "2212"; */
|
||||
"2212.title" = "Information";
|
||||
|
||||
/* Class = "NSWindow"; title = "Cog"; ObjectID = "2234"; */
|
||||
"2234.title" = "Cog";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Playback Buttons"; ObjectID = "2272"; */
|
||||
"2272.label" = "Playback Buttons";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Playback Buttons"; ObjectID = "2272"; */
|
||||
"2272.paletteLabel" = "Playback Buttons";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Position"; ObjectID = "2273"; */
|
||||
"2273.label" = "Konum";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Position"; ObjectID = "2273"; */
|
||||
"2273.paletteLabel" = "Konum";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Current Time"; ObjectID = "2274"; */
|
||||
"2274.label" = "Güncel Saat";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Current Time"; ObjectID = "2274"; */
|
||||
"2274.paletteLabel" = "Güncel Saat";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Volume"; ObjectID = "2275"; */
|
||||
"2275.label" = "Ses seviyesi";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Volume"; ObjectID = "2275"; */
|
||||
"2275.paletteLabel" = "Ses seviyesi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Shuffle"; ObjectID = "2278"; */
|
||||
"2278.label" = "Karıştır";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Shuffle"; ObjectID = "2278"; */
|
||||
"2278.paletteLabel" = "Karıştır";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Repeat"; ObjectID = "2279"; */
|
||||
"2279.label" = "Tekrarla";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Repeat"; ObjectID = "2279"; */
|
||||
"2279.paletteLabel" = "Tekrarla";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "0:00"; ObjectID = "2292"; */
|
||||
"2292.title" = "0:00";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[0] = "Previous"; ObjectID = "2296"; */
|
||||
"2296.ibShadowedToolTips[0]" = "Önceki";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[1] = "Play"; ObjectID = "2296"; */
|
||||
"2296.ibShadowedToolTips[1]" = "Oynat";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[2] = "Stop"; ObjectID = "2296"; */
|
||||
"2296.ibShadowedToolTips[2]" = "Durdur";
|
||||
|
||||
/* Class = "NSSegmentedCell"; 2296.ibShadowedToolTips[3] = "Next"; ObjectID = "2296"; */
|
||||
"2296.ibShadowedToolTips[3]" = "Sonraki";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Cog"; ObjectID = "2374"; */
|
||||
"2374.ibShadowedIsNilPlaceholder" = "Cog";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Cog"; ObjectID = "2374"; */
|
||||
"2374.ibShadowedNoSelectionPlaceholder" = "Cog";
|
||||
|
||||
/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Cog"; ObjectID = "2374"; */
|
||||
"2374.ibShadowedNotApplicablePlaceholder" = "Cog";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show File Tree"; ObjectID = "2417"; */
|
||||
"2417.title" = "Dosya Ağacını Göster";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Info Inspector"; ObjectID = "2429"; */
|
||||
"2429.label" = "Info Inspector";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Info Inspector"; ObjectID = "2429"; */
|
||||
"2429.paletteLabel" = "Info Inspector";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Shuffle"; ObjectID = "2438"; */
|
||||
"2438.title" = "Karıştır";
|
||||
|
||||
/* Class = "NSMenu"; title = "Shuffle"; ObjectID = "2439"; */
|
||||
"2439.title" = "Karıştır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Off"; ObjectID = "2440"; */
|
||||
"2440.title" = "Off";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Albums"; ObjectID = "2442"; */
|
||||
"2442.title" = "Albümler";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "All"; ObjectID = "2443"; */
|
||||
"2443.title" = "Tümü";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show Info Inspector"; ObjectID = "2453"; */
|
||||
"2453.title" = "Show Info Inspector";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "2456"; */
|
||||
"2456.title" = "Tam ekrana yap";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Randomize"; ObjectID = "2466"; */
|
||||
"2466.label" = "Rastgele";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Randomize"; ObjectID = "2466"; */
|
||||
"2466.paletteLabel" = "Rastgele";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Toggle"; ObjectID = "2472"; */
|
||||
"2472.title" = "Geçiş";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Toggle"; ObjectID = "2476"; */
|
||||
"2476.title" = "Geçiş";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Stop After Current"; ObjectID = "2483"; */
|
||||
"2483.title" = "Mevcuttan Sonra Durdur";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Next Album"; ObjectID = "2485"; */
|
||||
"2485.title" = "Sonraki Albüm";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Previous Album"; ObjectID = "2487"; */
|
||||
"2487.title" = "Önceki Albüm";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Toggle Mini Mode"; ObjectID = "2493"; */
|
||||
"2493.title" = "Mini Mod'a geçiş";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Normal Mode"; ObjectID = "2526"; */
|
||||
"2526.label" = "Normal Mod";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Normal Mode"; ObjectID = "2526"; */
|
||||
"2526.paletteLabel" = "Normal Mod";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Mini Mode"; ObjectID = "2532"; */
|
||||
"2532.label" = "Mini Mod";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Mini Mode"; ObjectID = "2532"; */
|
||||
"2532.paletteLabel" = "Mini Mod";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Randomize"; ObjectID = "2545"; */
|
||||
"2545.title" = "Rastgele";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "20m-a6-e24"; */
|
||||
"20m-a6-e24.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "2ha-ys-sRi"; */
|
||||
"2ha-ys-sRi.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove Duplicate Items"; ObjectID = "2qB-Bq-t2u"; */
|
||||
"2qB-Bq-t2u.title" = "Yinelenen öğeleri kaldır";
|
||||
|
||||
/* 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" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Bits Per Sample"; ObjectID = "3no-xo-TpJ"; */
|
||||
"3no-xo-TpJ.headerCell.title" = "Bits Per Sample";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Remove Duplicate Items"; ObjectID = "4pg-Lq-O8K"; */
|
||||
"4pg-Lq-O8K.label" = "Yinelenen öğeleri kaldır";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Remove Duplicate Items"; ObjectID = "4pg-Lq-O8K"; */
|
||||
"4pg-Lq-O8K.paletteLabel" = "Yinelenen öğeleri kaldır";
|
||||
|
||||
/* 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" = "Oynatma Sayısını Sıfırla";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "71l-3L-S3g"; */
|
||||
"71l-3L-S3g.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove Dead Items"; ObjectID = "Ajn-k4-afd"; */
|
||||
"Ajn-k4-afd.title" = "Remove Dead Items";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "C2Q-qG-dwX"; */
|
||||
"C2Q-qG-dwX.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Ko-fi"; ObjectID = "CVM-rp-UJe"; */
|
||||
"CVM-rp-UJe.title" = "Ko-fi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DdU-ro-7Yi"; */
|
||||
"DdU-ro-7Yi.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Properties"; ObjectID = "Eds-my-DQr"; */
|
||||
"Eds-my-DQr.title" = "Properties";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "FMU-QZ-NdQ"; */
|
||||
"FMU-QZ-NdQ.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Reload Info"; ObjectID = "HK9-Am-31h"; */
|
||||
"HK9-Am-31h.title" = "Bilgileri yeniden yükle";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Igo-5f-yim"; */
|
||||
"Igo-5f-yim.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* 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" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Patreon"; ObjectID = "NXj-oA-q3F"; */
|
||||
"NXj-oA-q3F.title" = "Patreon";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Spectrum"; ObjectID = "NtB-XF-g07"; */
|
||||
"NtB-XF-g07.label" = "Spektrum";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Spectrum"; ObjectID = "NtB-XF-g07"; */
|
||||
"NtB-XF-g07.paletteLabel" = "Spektrum";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Remove Rating"; ObjectID = "PyI-lF-iuz"; */
|
||||
"PyI-lF-iuz.title" = "Derecelendirmeyi kaldır";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
||||
"Tkb-7M-OiA.title" = "Show Lyrics";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Filter Playlist"; ObjectID = "UAk-Gc-lT4"; */
|
||||
"UAk-Gc-lT4.title" = "Çalma Listesini Filtrele";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "VVx-99-roJ"; */
|
||||
"VVx-99-roJ.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* 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" = "Başlık";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "YwT-z9-2d2"; */
|
||||
"YwT-z9-2d2.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "HDCD Indicator"; ObjectID = "ZH9-ZU-skw"; */
|
||||
"ZH9-ZU-skw.label" = "HDCD Göstergesi";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "HDCD Indicator"; ObjectID = "ZH9-ZU-skw"; */
|
||||
"ZH9-ZU-skw.paletteLabel" = "HDCD Göstergesi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */
|
||||
"ZOn-sB-FR3.label" = "Ekolayzırı Göster";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */
|
||||
"ZOn-sB-FR3.paletteLabel" = "Ekolayzırı Göster";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Sample Rate"; ObjectID = "et9-zH-awt"; */
|
||||
"et9-zH-awt.headerCell.title" = "Sample Rate";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "gKK-cS-RP5"; */
|
||||
"gKK-cS-RP5.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Recurring"; ObjectID = "iRb-7e-iMC"; */
|
||||
"iRb-7e-iMC.title" = "Recurring";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "js2-sT-U4M"; */
|
||||
"js2-sT-U4M.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Randomize"; ObjectID = "kVl-aW-mtT"; */
|
||||
"kVl-aW-mtT.label" = "Rastgele seç";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Randomize"; ObjectID = "kVl-aW-mtT"; */
|
||||
"kVl-aW-mtT.paletteLabel" = "Rastgele seç";
|
||||
|
||||
/* 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" = "Bilgileri yeniden yükle";
|
||||
|
||||
/* Class = "NSMenu"; title = "Donate"; ObjectID = "kue-p2-G0Y"; */
|
||||
"kue-p2-G0Y.title" = "Donate";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "lBy-Uc-vCA"; */
|
||||
"lBy-Uc-vCA.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show Mini Player On Top"; ObjectID = "lXN-EZ-xg0"; */
|
||||
"lXN-EZ-xg0.title" = "Mini oynatıcıyı üstte göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Move to Trash"; ObjectID = "mhx-dQ-Kwx"; */
|
||||
"mhx-dQ-Kwx.title" = "Çöp kutusuna taşıyın";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "moV-3G-GpB"; */
|
||||
"moV-3G-GpB.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show Equalizer"; ObjectID = "nBU-pH-J3I"; */
|
||||
"nBU-pH-J3I.title" = "Ekolayzırı Göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Privacy Policy..."; ObjectID = "nb7-FW-egH"; */
|
||||
"nb7-FW-egH.title" = "Gizlilik Politikası...";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "LiberaPay"; ObjectID = "nyW-nI-abw"; */
|
||||
"nyW-nI-abw.title" = "LiberaPay";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "ols-kE-jvg"; */
|
||||
"ols-kE-jvg.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Stop after Selection"; ObjectID = "omb-wi-loX"; */
|
||||
"omb-wi-loX.title" = "Seçimden sonra durdur";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show All Songs"; ObjectID = "pU1-ci-9uB"; */
|
||||
"pU1-ci-9uB.title" = "Tüm Şarkıları Göster";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "HDCD Indicator"; ObjectID = "qfu-F9-bOZ"; */
|
||||
"qfu-F9-bOZ.label" = "HDCD Göstergesi";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "HDCD Indicator"; ObjectID = "qfu-F9-bOZ"; */
|
||||
"qfu-F9-bOZ.paletteLabel" = "HDCD Göstergesi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Move to Trash"; ObjectID = "qlT-UX-x72"; */
|
||||
"qlT-UX-x72.title" = "Çöp kutusuna taşıyın";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Remove Duplicate Items"; ObjectID = "rEg-qk-MbN"; */
|
||||
"rEg-qk-MbN.label" = "Yinelenen öğeleri kaldır";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Remove Duplicate Items"; ObjectID = "rEg-qk-MbN"; */
|
||||
"rEg-qk-MbN.paletteLabel" = "Yinelenen öğeleri kaldır";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "sdo-Sm-KPH"; */
|
||||
"sdo-Sm-KPH.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Spectrum"; ObjectID = "sf3-l1-fJw"; */
|
||||
"sf3-l1-fJw.label" = "Spektrum";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Spectrum"; ObjectID = "sf3-l1-fJw"; */
|
||||
"sf3-l1-fJw.paletteLabel" = "Spektrum";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "tus-lr-RhS"; */
|
||||
"tus-lr-RhS.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vAq-NH-dpx"; */
|
||||
"vAq-NH-dpx.title" = "Metin Hücresi";
|
||||
|
||||
/* 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" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Show Equalizer"; ObjectID = "vzT-Gb-aGW"; */
|
||||
"vzT-Gb-aGW.label" = "Ekolayzırı Göster";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "vzT-Gb-aGW"; */
|
||||
"vzT-Gb-aGW.paletteLabel" = "Ekolayzırı Göster";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "One time"; ObjectID = "wLp-NA-5u2"; */
|
||||
"wLp-NA-5u2.title" = "One time";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "wky-z8-Cj5"; */
|
||||
"wky-z8-Cj5.title" = "Tablo Görünümü Hücresi";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show Spectrum Window"; ObjectID = "wl2-Vo-pul"; */
|
||||
"wl2-Vo-pul.title" = "Show Spectrum Window";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "PayPal"; ObjectID = "xcs-tx-Viz"; */
|
||||
"xcs-tx-Viz.title" = "PayPal";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */
|
||||
"yGV-gP-Wl6.headerCell.title" = "Albüm Sanatçısı";
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Open URL"; ObjectID = "5"; */
|
||||
"5.title" = "Url'yi aç";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "OK"; ObjectID = "23"; */
|
||||
"23.title" = "Tamam";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "24"; */
|
||||
"24.title" = "İptal";
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Spectrum"; ObjectID = "F0z-JX-Cv5"; */
|
||||
"F0z-JX-Cv5.title" = "Spektrum";
|
|
@ -0,0 +1,78 @@
|
|||
|
||||
/* Class = "NSWindow"; title = "Spotlight"; ObjectID = "1"; */
|
||||
"1.title" = "Spotlight";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Add to Playlist"; ObjectID = "6"; */
|
||||
"6.title" = "Çalma listesine ekle";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Track"; ObjectID = "29"; */
|
||||
"29.headerCell.title" = "Parça";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Genre"; ObjectID = "30"; */
|
||||
"30.headerCell.title" = "Tür";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Year"; ObjectID = "31"; */
|
||||
"31.headerCell.title" = "Yıl";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Length"; ObjectID = "32"; */
|
||||
"32.headerCell.title" = "Uzunluk";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Album"; ObjectID = "33"; */
|
||||
"33.headerCell.title" = "Albüm";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Artist"; ObjectID = "34"; */
|
||||
"34.headerCell.title" = "Sanatçı";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Title"; ObjectID = "36"; */
|
||||
"36.headerCell.title" = "Başlık";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "37"; */
|
||||
"37.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "39"; */
|
||||
"39.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "40"; */
|
||||
"40.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "41"; */
|
||||
"41.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "42"; */
|
||||
"42.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */
|
||||
"43.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "44"; */
|
||||
"44.title" = "Metin Hücresi";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Search Location:"; ObjectID = "80"; */
|
||||
"80.title" = "Konum ara:";
|
||||
|
||||
/* Class = "NSMenu"; title = "ContextualMenu"; ObjectID = "171"; */
|
||||
"171.title" = "ContextualMenu";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show in Finder"; ObjectID = "172"; */
|
||||
"172.title" = "Finder'da göster";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "5fO-3i-lEM"; */
|
||||
"5fO-3i-lEM.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "9ZK-JX-P74"; */
|
||||
"9ZK-JX-P74.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DBh-Jn-CLe"; */
|
||||
"DBh-Jn-CLe.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "R66-n6-DSb"; */
|
||||
"R66-n6-DSb.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Uvp-HF-CkO"; */
|
||||
"Uvp-HF-CkO.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "nbX-Qx-ta8"; */
|
||||
"nbX-Qx-ta8.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "zeT-Bx-Fer"; */
|
||||
"zeT-Bx-Fer.title" = "Table View Cell";
|
Loading…
Reference in New Issue