From 07680673f88785928ca03595a53c3cf3169b24fa Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 23 Feb 2023 22:44:24 -0800 Subject: [PATCH] Translation: Added Turkish language support This translation is mostly complete. Signed-off-by: Christopher Snowhill --- Cog.xcodeproj/project.pbxproj | 29 + .../File_Extractor.xcodeproj/project.pbxproj | 3 + .../File_Extractor/tr.lproj/InfoPlist.strings | 2 + Frameworks/GME/GME.xcodeproj/project.pbxproj | 3 + Frameworks/GME/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../HighlyAdvanced.xcodeproj/project.pbxproj | 3 + .../HighlyAdvanced/tr.lproj/InfoPlist.strings | 2 + .../project.pbxproj | 3 + .../tr.lproj/InfoPlist.strings | 2 + .../HighlyQuixotic.xcodeproj/project.pbxproj | 3 + .../HighlyQuixotic/tr.lproj/InfoPlist.strings | 2 + .../project.pbxproj | 3 + .../tr.lproj/InfoPlist.strings | 2 + .../HivelyPlayer.xcodeproj/project.pbxproj | 3 + .../HivelyPlayer/tr.lproj/InfoPlist.strings | 2 + .../MPCDec/MPCDec.xcodeproj/project.pbxproj | 3 + Frameworks/MPCDec/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../SSEQPlayer.xcodeproj/project.pbxproj | 3 + .../SSEQPlayer/tr.lproj/InfoPlist.strings | 2 + .../Shorten/Shorten.xcodeproj/project.pbxproj | 3 + Frameworks/Shorten/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../TagLib/TagLib.xcodeproj/project.pbxproj | 3 + Frameworks/TagLib/tr.lproj/InfoPlist.strings | 3 + .../WavPack/WavPack.xcodeproj/project.pbxproj | 3 + Frameworks/WavPack/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../midi_processing.xcodeproj/project.pbxproj | 3 + .../tr.lproj/InfoPlist.strings | 2 + .../psflib/psflib.xcodeproj/project.pbxproj | 3 + .../psflib/psflib/tr.lproj/InfoPlist.strings | 2 + .../libvgmstream.xcodeproj/project.pbxproj | 3 + .../vgmstream/tr.lproj/InfoPlist.strings | 2 + .../vio2sf/vio2sf.xcodeproj/project.pbxproj | 3 + .../vio2sf/vio2sf/tr.lproj/InfoPlist.strings | 2 + .../ArchiveSource.xcodeproj/project.pbxproj | 3 + .../ArchiveSource/tr.lproj/InfoPlist.strings | 2 + .../CueSheet.xcodeproj/project.pbxproj | 3 + Plugins/CueSheet/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes Plugins/GME/GME.xcodeproj/project.pbxproj | 3 + Plugins/GME/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../HighlyComplete.xcodeproj/project.pbxproj | 3 + .../HighlyComplete/tr.lproj/InfoPlist.strings | 2 + .../Hively/Hively.xcodeproj/project.pbxproj | 3 + .../Hively/Hively/tr.lproj/InfoPlist.strings | 2 + Plugins/M3u/M3u.xcodeproj/project.pbxproj | 3 + Plugins/M3u/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes Plugins/MIDI/MIDI.xcodeproj/project.pbxproj | 3 + Plugins/MIDI/MIDI/tr.lproj/InfoPlist.strings | 2 + Plugins/Opus/Opus/tr.lproj/InfoPlist.strings | 2 + .../Opus/OpusPlugin.xcodeproj/project.pbxproj | 3 + Plugins/Pls/Pls.xcodeproj/project.pbxproj | 3 + Plugins/Pls/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../libvgmPlayer.xcodeproj/project.pbxproj | 3 + .../libvgmPlayer/tr.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../vgmstream.xcodeproj/project.pbxproj | 3 + .../vgmstream/tr.lproj/InfoPlist.strings | 2 + .../Preferences.xcodeproj/project.pbxproj | 17 +- .../Preferences/tr.lproj/InfoPlist.strings | 3 + .../Preferences/tr.lproj/Localizable.strings | 32 + .../tr.lproj/PathSuggester.strings | 30 + .../Preferences/tr.lproj/Preferences.strings | 240 +++++ tr.lproj/AboutWindowController.strings | 12 + tr.lproj/Credits.html | 41 + tr.lproj/Equalizer.strings | 144 +++ tr.lproj/Feedback.strings | 18 + tr.lproj/FileTree.strings | 24 + tr.lproj/InfoInspector.strings | 117 +++ tr.lproj/InfoPlist.strings | 26 + tr.lproj/Localizable.strings | 85 ++ tr.lproj/Localizable.stringsdict | 86 ++ tr.lproj/LyricsWindow.strings | 3 + tr.lproj/MainMenu.strings | 834 ++++++++++++++++++ tr.lproj/OpenURLPanel.strings | 9 + tr.lproj/SpectrumWindow.strings | 3 + tr.lproj/SpotlightPanel.strings | 78 ++ 74 files changed, 1945 insertions(+), 4 deletions(-) create mode 100644 Frameworks/File_Extractor/File_Extractor/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/GME/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyAdvanced/HighlyAdvanced/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyExperimental/HighlyExperimental/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyQuixotic/HighlyQuixotic/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/HighlyTheoretical/HighlyTheoretical/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/HivelyPlayer/HivelyPlayer/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/MPCDec/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/SSEQPlayer/SSEQPlayer/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/Shorten/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/TagLib/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/WavPack/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/midi_processing/midi_processing/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/psflib/psflib/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/vgmstream/vgmstream/tr.lproj/InfoPlist.strings create mode 100644 Frameworks/vio2sf/vio2sf/tr.lproj/InfoPlist.strings create mode 100644 Plugins/ArchiveSource/ArchiveSource/tr.lproj/InfoPlist.strings create mode 100644 Plugins/CueSheet/tr.lproj/InfoPlist.strings create mode 100644 Plugins/GME/tr.lproj/InfoPlist.strings create mode 100644 Plugins/HighlyComplete/HighlyComplete/tr.lproj/InfoPlist.strings create mode 100644 Plugins/Hively/Hively/tr.lproj/InfoPlist.strings create mode 100644 Plugins/M3u/tr.lproj/InfoPlist.strings create mode 100644 Plugins/MIDI/MIDI/tr.lproj/InfoPlist.strings create mode 100644 Plugins/Opus/Opus/tr.lproj/InfoPlist.strings create mode 100644 Plugins/Pls/tr.lproj/InfoPlist.strings create mode 100644 Plugins/libvgmPlayer/tr.lproj/InfoPlist.strings create mode 100644 Plugins/vgmstream/vgmstream/tr.lproj/InfoPlist.strings create mode 100644 Preferences/Preferences/tr.lproj/InfoPlist.strings create mode 100644 Preferences/Preferences/tr.lproj/Localizable.strings create mode 100644 Preferences/Preferences/tr.lproj/PathSuggester.strings create mode 100644 Preferences/Preferences/tr.lproj/Preferences.strings create mode 100644 tr.lproj/AboutWindowController.strings create mode 100644 tr.lproj/Credits.html create mode 100644 tr.lproj/Equalizer.strings create mode 100644 tr.lproj/Feedback.strings create mode 100644 tr.lproj/FileTree.strings create mode 100644 tr.lproj/InfoInspector.strings create mode 100644 tr.lproj/InfoPlist.strings create mode 100644 tr.lproj/Localizable.strings create mode 100644 tr.lproj/Localizable.stringsdict create mode 100644 tr.lproj/LyricsWindow.strings create mode 100644 tr.lproj/MainMenu.strings create mode 100644 tr.lproj/OpenURLPanel.strings create mode 100644 tr.lproj/SpectrumWindow.strings create mode 100644 tr.lproj/SpotlightPanel.strings diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 2d7c17520..f85fb08a9 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -1048,6 +1048,20 @@ 838EE7A029A8556500CD0580 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LyricsWindow.strings; sourceTree = ""; }; 838EE7A229A8557000CD0580 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LyricsWindow.strings; sourceTree = ""; }; 838EE7A429A8557200CD0580 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/LyricsWindow.strings; sourceTree = ""; }; + 838EE8A729A8600600CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/AboutWindowController.strings; sourceTree = ""; }; + 838EE8A829A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Equalizer.strings; sourceTree = ""; }; + 838EE8A929A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoInspector.strings; sourceTree = ""; }; + 838EE8AA29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MainMenu.strings; sourceTree = ""; }; + 838EE8AB29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/OpenURLPanel.strings; sourceTree = ""; }; + 838EE8AC29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/FileTree.strings; sourceTree = ""; }; + 838EE8AD29A8600700CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/SpectrumWindow.strings; sourceTree = ""; }; + 838EE8AE29A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/SpotlightPanel.strings; sourceTree = ""; }; + 838EE8AF29A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Feedback.strings; sourceTree = ""; }; + 838EE8B029A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LyricsWindow.strings; sourceTree = ""; }; + 838EE8B129A8600800CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = tr; path = tr.lproj/Localizable.stringsdict; sourceTree = ""; }; + 838EE8B629A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; + 838EE8B729A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; + 838EE8B829A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = tr; path = tr.lproj/Credits.html; sourceTree = ""; }; 838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Cog-Bridging-Header.h"; sourceTree = ""; }; 83922FB6286B1AA900A0B039 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; 839614A1286ED97200D3EEDB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/AboutWindowController.xib; sourceTree = ""; }; @@ -2164,6 +2178,7 @@ ja, pl, ru, + tr, ); mainGroup = 29B97314FDCFA39411CA2CEA /* Cog */; packageReferences = ( @@ -2937,6 +2952,7 @@ 835C888C22CC1882001B4B3F /* en */, 83F0E8AD287CD48800D84594 /* pl */, 491C55C2287AA4B7007D96F5 /* ru */, + 838EE8B629A8600900CD0580 /* tr */, ); name = InfoPlist.strings; sourceTree = ""; @@ -2948,6 +2964,7 @@ 0A1B412F286F6307008A6A44 /* en */, 491C55BF287AA4B6007D96F5 /* ru */, 83D2E23D287ED5ED00DD441F /* pl */, + 838EE8B129A8600800CD0580 /* tr */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -2960,6 +2977,7 @@ 83BC5AD420E4D0B600631CD4 /* en */, 83F0E6A8287CAB3800D84594 /* pl */, 491C55BB287AA4B6007D96F5 /* ru */, + 838EE8AC29A8600700CD0580 /* tr */, ); name = FileTree.xib; sourceTree = ""; @@ -2972,6 +2990,7 @@ 83BC5AC820E4D05A00631CD4 /* es */, 83F0E6A6287CAB3800D84594 /* pl */, 491C55B9287AA4B6007D96F5 /* ru */, + 838EE8AA29A8600700CD0580 /* tr */, ); name = MainMenu.xib; sourceTree = ""; @@ -2984,6 +3003,7 @@ 83BC5AD020E4D09800631CD4 /* en */, 83F0E6A7287CAB3800D84594 /* pl */, 491C55BA287AA4B6007D96F5 /* ru */, + 838EE8AB29A8600700CD0580 /* tr */, ); name = OpenURLPanel.xib; sourceTree = ""; @@ -2996,6 +3016,7 @@ 83BC5AD820E4D0D900631CD4 /* en */, 83F0E6AA287CAB3800D84594 /* pl */, 491C55BD287AA4B6007D96F5 /* ru */, + 838EE8AE29A8600800CD0580 /* tr */, ); name = SpotlightPanel.xib; sourceTree = ""; @@ -3008,6 +3029,7 @@ 83BC5ACC20E4D07700631CD4 /* en */, 83F0E6A5287CAB3800D84594 /* pl */, 491C55B8287AA4B6007D96F5 /* ru */, + 838EE8A929A8600700CD0580 /* tr */, ); name = InfoInspector.xib; sourceTree = ""; @@ -3020,6 +3042,7 @@ 83BC5ADC20E4D0EC00631CD4 /* es */, 83F0E6AB287CAB3800D84594 /* pl */, 491C55BE287AA4B6007D96F5 /* ru */, + 838EE8AF29A8600800CD0580 /* tr */, ); name = Feedback.xib; sourceTree = ""; @@ -3031,6 +3054,7 @@ 835C888B22CC1881001B4B3F /* en */, 83F0E8B2287CD52500D84594 /* pl */, 491C55C4287AA4B7007D96F5 /* ru */, + 838EE8B829A8600900CD0580 /* tr */, ); name = Credits.html; sourceTree = ""; @@ -3043,6 +3067,7 @@ 839614AA286EDA0600D3EEDB /* es */, 83F0E6A4287CAB3800D84594 /* pl */, 491C55B7287AA4B6007D96F5 /* ru */, + 838EE8A829A8600700CD0580 /* tr */, ); name = Equalizer.xib; sourceTree = ""; @@ -3055,6 +3080,7 @@ 839614A6286ED98800D3EEDB /* es */, 83F0E6A3287CAB3800D84594 /* pl */, 491C55B6287AA4B6007D96F5 /* ru */, + 838EE8A729A8600600CD0580 /* tr */, ); name = AboutWindowController.xib; sourceTree = ""; @@ -3067,6 +3093,7 @@ 839614B1286EDA6E00D3EEDB /* es */, 83F0E6A9287CAB3800D84594 /* pl */, 491C55BC287AA4B6007D96F5 /* ru */, + 838EE8AD29A8600700CD0580 /* tr */, ); name = SpectrumWindow.xib; sourceTree = ""; @@ -3079,6 +3106,7 @@ 838EE7A029A8556500CD0580 /* es */, 838EE7A229A8557000CD0580 /* ru */, 838EE7A429A8557200CD0580 /* pl */, + 838EE8B029A8600800CD0580 /* tr */, ); name = LyricsWindow.xib; sourceTree = ""; @@ -3090,6 +3118,7 @@ 835C888D22CC1882001B4B3F /* en */, 83F0E8B1287CD50700D84594 /* pl */, 491C55C3287AA4B7007D96F5 /* ru */, + 838EE8B729A8600900CD0580 /* tr */, ); name = Localizable.strings; sourceTree = ""; diff --git a/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj b/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj index 34c0dd26c..f01b03518 100644 --- a/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj +++ b/Frameworks/File_Extractor/File_Extractor.xcodeproj/project.pbxproj @@ -271,6 +271,7 @@ 8359FFFF17FEF40E0060F3ED /* unrar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unrar.cpp; sourceTree = ""; }; 83747BE12862D78E0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 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 = ""; }; 83C2108E19CD81F50093C461 /* headers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = headers.cpp; sourceTree = ""; }; 83C2108F19CD81F50093C461 /* headers5.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = headers5.hpp; sourceTree = ""; }; 83C2109A19CD88A30093C461 /* secpassword.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = secpassword.cpp; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/File_Extractor/File_Extractor/tr.lproj/InfoPlist.strings b/Frameworks/File_Extractor/File_Extractor/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/File_Extractor/File_Extractor/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/GME/GME.xcodeproj/project.pbxproj b/Frameworks/GME/GME.xcodeproj/project.pbxproj index 924637871..18ecf6b09 100644 --- a/Frameworks/GME/GME.xcodeproj/project.pbxproj +++ b/Frameworks/GME/GME.xcodeproj/project.pbxproj @@ -236,6 +236,7 @@ 8370B70C17F615FE001A4D7A /* Spc_Sfm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Spc_Sfm.cpp; path = gme/Spc_Sfm.cpp; sourceTree = ""; }; 8370B70D17F615FE001A4D7A /* Spc_Sfm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Spc_Sfm.h; path = gme/Spc_Sfm.h; sourceTree = ""; }; 83747B7F2862D4DB0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8BD29A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6B7287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FC5D3B181B47FB00B917E5 /* dsp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsp.cpp; sourceTree = ""; }; 83FC5D3C181B47FB00B917E5 /* dsp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dsp.hpp; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/GME/tr.lproj/InfoPlist.strings b/Frameworks/GME/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..948e12b991d433e9dc3ebc46350cb859c5bc1e07 GIT binary patch literal 204 zcmW-a%?`m}5Jk`0Q#6*1sMuJDl?@3NJb)A}LVwaCsWMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$gz->i_@% literal 0 HcmV?d00001 diff --git a/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj b/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj index 3ee22bfc4..3f6d3219b 100644 --- a/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj +++ b/Frameworks/SSEQPlayer/SSEQPlayer.xcodeproj/project.pbxproj @@ -84,6 +84,7 @@ 8384901D1807649A00E7332D /* SYMBSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SYMBSection.h; sourceTree = ""; }; 8384901E1807649A00E7332D /* Track.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Track.cpp; sourceTree = ""; }; 8384901F1807649A00E7332D /* Track.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Track.h; sourceTree = ""; }; + 838EE8C429A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6BE287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/SSEQPlayer/SSEQPlayer/tr.lproj/InfoPlist.strings b/Frameworks/SSEQPlayer/SSEQPlayer/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/SSEQPlayer/SSEQPlayer/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj b/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj index cef03c8bb..dd5845e68 100644 --- a/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj +++ b/Frameworks/Shorten/Shorten.xcodeproj/project.pbxproj @@ -38,6 +38,7 @@ 833F683E1CDBCAB300AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 835C889522CC1888001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747BCA2862D5970021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8CF29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6C9287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8DC2EF5B0486A6940098B216 /* Shorten.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Shorten.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -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 = ""; diff --git a/Frameworks/Shorten/tr.lproj/InfoPlist.strings b/Frameworks/Shorten/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..7080cf949924e8817cb2121399f078b287079883 GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK@3d9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$gz->i_@% literal 0 HcmV?d00001 diff --git a/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj b/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj index 432e9f8a2..f03b6b1d4 100644 --- a/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj +++ b/Frameworks/TagLib/TagLib.xcodeproj/project.pbxproj @@ -274,6 +274,7 @@ 833F683D1CDBCAB300AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 835C889822CC1889001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747BD22862D5B00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8D029A8600D00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83B46FC92707EED200847FC9 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; }; 83B46FCB2707EEDB00847FC9 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; 83F0E6CA287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/TagLib/tr.lproj/InfoPlist.strings b/Frameworks/TagLib/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..cde2c3450 --- /dev/null +++ b/Frameworks/TagLib/tr.lproj/InfoPlist.strings @@ -0,0 +1,3 @@ +/* Localized versions of Info.plist keys */ + +NSHumanReadableCopyright = "© __MyCompanyName__, 2006"; diff --git a/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj b/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj index 50ccf9b24..5f4e150d6 100644 --- a/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj +++ b/Frameworks/WavPack/WavPack.xcodeproj/project.pbxproj @@ -69,6 +69,7 @@ 833F683A1CDBCAB200AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 835C889B22CC188A001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747BDC2862D5C50021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8D329A8600D00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83DD1DCD17FA038A00249519 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = utils.h; path = Files/utils.h; sourceTree = ""; }; 83DD1DCE17FA038A00249519 /* wavpack_local.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wavpack_local.h; path = Files/wavpack_local.h; sourceTree = ""; }; 83DD1DCF17FA038A00249519 /* wavpack_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wavpack_version.h; path = Files/wavpack_version.h; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/WavPack/tr.lproj/InfoPlist.strings b/Frameworks/WavPack/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..7080cf949924e8817cb2121399f078b287079883 GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK@3d9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$gz->i_@% literal 0 HcmV?d00001 diff --git a/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj b/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj index 9e75bd849..c819470d4 100644 --- a/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj +++ b/Frameworks/midi_processing/midi_processing.xcodeproj/project.pbxproj @@ -27,6 +27,7 @@ /* Begin PBXFileReference section */ 833F68441CDBCABF00AFB9F0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 83747BB62862D56A0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8CB29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 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 = ""; }; 83B066B9180D56B9008E3612 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/midi_processing/midi_processing/tr.lproj/InfoPlist.strings b/Frameworks/midi_processing/midi_processing/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/midi_processing/midi_processing/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/psflib/psflib.xcodeproj/project.pbxproj b/Frameworks/psflib/psflib.xcodeproj/project.pbxproj index d0ad12e78..4f79b311b 100644 --- a/Frameworks/psflib/psflib.xcodeproj/project.pbxproj +++ b/Frameworks/psflib/psflib.xcodeproj/project.pbxproj @@ -26,6 +26,7 @@ 8343785717F93D8200584396 /* psflib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psflib.c; sourceTree = ""; }; 8343785817F93D8200584396 /* psflib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psflib.h; sourceTree = ""; }; 83747B9D2862D52E0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8C029A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6BA287CAB4200D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Frameworks/psflib/psflib/tr.lproj/InfoPlist.strings b/Frameworks/psflib/psflib/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/psflib/psflib/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj index 3c73610d1..e469f18db 100644 --- a/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj +++ b/Frameworks/vgmstream/libvgmstream.xcodeproj/project.pbxproj @@ -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 = ""; }; 8396BE782935FC2F00CD0580 /* sscf_encrypted.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sscf_encrypted.c; sourceTree = ""; }; 8396BE792935FC2F00CD0580 /* sscf_encrypted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sscf_encrypted.h; sourceTree = ""; }; 839933572591E896001855AF /* vorbis_custom_utils_awc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vorbis_custom_utils_awc.c; sourceTree = ""; }; @@ -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 = ""; diff --git a/Frameworks/vgmstream/vgmstream/tr.lproj/InfoPlist.strings b/Frameworks/vgmstream/vgmstream/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/vgmstream/vgmstream/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj b/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj index d3b753e56..8c77a5fb1 100644 --- a/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj +++ b/Frameworks/vio2sf/vio2sf.xcodeproj/project.pbxproj @@ -58,6 +58,7 @@ 83699AB81AB3D8EB00F5A6E3 /* barray.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = barray.c; sourceTree = ""; }; 83699AB91AB3D8EB00F5A6E3 /* barray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = barray.h; sourceTree = ""; }; 83747B842862D4EE0021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; + 838EE8C529A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83DD1A0118EA634F00DADA1A /* resampler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resampler.c; sourceTree = ""; }; 83DD1A0218EA634F00DADA1A /* resampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resampler.h; sourceTree = ""; }; 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 = ""; diff --git a/Frameworks/vio2sf/vio2sf/tr.lproj/InfoPlist.strings b/Frameworks/vio2sf/vio2sf/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Frameworks/vio2sf/vio2sf/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj b/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj index 5a7d3c33a..cc32e0bd9 100644 --- a/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj +++ b/Plugins/ArchiveSource/ArchiveSource.xcodeproj/project.pbxproj @@ -50,6 +50,7 @@ 8359FF6A17FEF39F0060F3ED /* File_Extractor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = File_Extractor.xcodeproj; path = ../../Frameworks/File_Extractor/File_Extractor.xcodeproj; sourceTree = ""; }; 83747C632862DDA00021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384913518081BA000E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = ""; }; + 838EE8BA29A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6B4287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Plugins/ArchiveSource/ArchiveSource/tr.lproj/InfoPlist.strings b/Plugins/ArchiveSource/ArchiveSource/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Plugins/ArchiveSource/ArchiveSource/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj b/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj index ce82bde99..0773c7d69 100644 --- a/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj +++ b/Plugins/CueSheet/CueSheet.xcodeproj/project.pbxproj @@ -29,6 +29,7 @@ 835C888E22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C592862DD660021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384912A180814D900E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 838EE8BB29A8600900CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 839DA7D0274A2EA9001B18E5 /* AudioMetadataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioMetadataReader.h; path = ../../Audio/AudioMetadataReader.h; sourceTree = ""; }; 839DA7D3274A2FD4001B18E5 /* NSDictionary+Merge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Merge.h"; path = "../../Utils/NSDictionary+Merge.h"; sourceTree = ""; }; 83F0E6B5287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -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 = ""; diff --git a/Plugins/CueSheet/tr.lproj/InfoPlist.strings b/Plugins/CueSheet/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..99142f9ac324654402807f6015e1c4594ec8981e GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK}-z9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$g|^>;M1& literal 0 HcmV?d00001 diff --git a/Plugins/GME/GME.xcodeproj/project.pbxproj b/Plugins/GME/GME.xcodeproj/project.pbxproj index 06bed58b0..895a0fc8f 100644 --- a/Plugins/GME/GME.xcodeproj/project.pbxproj +++ b/Plugins/GME/GME.xcodeproj/project.pbxproj @@ -67,6 +67,7 @@ 835C888F22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C452862DCD90021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384912E1808175400E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 838EE8BC29A8600A00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6B6287CAB4100D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FAF8A518ADD4D100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../Playlist/PlaylistController.h; sourceTree = ""; }; 8D5B49B6048680CD000E48DA /* GME.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GME.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -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 = ""; diff --git a/Plugins/GME/tr.lproj/InfoPlist.strings b/Plugins/GME/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..948e12b991d433e9dc3ebc46350cb859c5bc1e07 GIT binary patch literal 204 zcmW-a%?`m}5Jk`0Q#6*1sMuJDl?@3NJb)A}LVwaCsWMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$g|^>;M1& literal 0 HcmV?d00001 diff --git a/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj b/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj index 9028157a1..de7e4c92e 100644 --- a/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj +++ b/Plugins/MIDI/MIDI.xcodeproj/project.pbxproj @@ -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 = ""; }; + 838EE8CA29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 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 = ""; }; 83A09F571CFA83F2001E7D2D /* i_oplmusic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = i_oplmusic.h; sourceTree = ""; }; @@ -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 = ""; diff --git a/Plugins/MIDI/MIDI/tr.lproj/InfoPlist.strings b/Plugins/MIDI/MIDI/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Plugins/MIDI/MIDI/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/Opus/Opus/tr.lproj/InfoPlist.strings b/Plugins/Opus/Opus/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..477b28ff8 --- /dev/null +++ b/Plugins/Opus/Opus/tr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj b/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj index 05da72db6..ca3f2aaec 100644 --- a/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Opus/OpusPlugin.xcodeproj/project.pbxproj @@ -48,6 +48,7 @@ 8375B36B17FFF1CB0092A79F /* OpusDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpusDecoder.m; sourceTree = ""; }; 8375B36D17FFF1FE0092A79F /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Plugin.h; path = ../../../Audio/Plugin.h; sourceTree = ""; }; 8384913718081F2700E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../../Utils/Logging.h; sourceTree = ""; }; + 838EE8CD29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6C7287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; /* 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 = ""; diff --git a/Plugins/Pls/Pls.xcodeproj/project.pbxproj b/Plugins/Pls/Pls.xcodeproj/project.pbxproj index 441af250f..9fee66330 100644 --- a/Plugins/Pls/Pls.xcodeproj/project.pbxproj +++ b/Plugins/Pls/Pls.xcodeproj/project.pbxproj @@ -22,6 +22,7 @@ 835C889422CC1887001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C092862DAA90021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 838491321808193F00E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 838EE8CE29A8600C00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6C8287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 8D5B49B6048680CD000E48DA /* Pls.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Pls.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -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 = ""; diff --git a/Plugins/Pls/tr.lproj/InfoPlist.strings b/Plugins/Pls/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..99142f9ac324654402807f6015e1c4594ec8981e GIT binary patch literal 204 zcmW-ZOAf&R6h+Utt7r@xK}-z9$bMd*s%ZBv=Kme5Fyy^_xDn;J8+CjLwb{$g|^>;M1& literal 0 HcmV?d00001 diff --git a/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj b/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj index a4aec5ea3..4ff1132f8 100644 --- a/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj +++ b/Plugins/libvgmPlayer/libvgmPlayer.xcodeproj/project.pbxproj @@ -44,6 +44,7 @@ 835C888F22CC1883001B4B3F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 83747C312862DBE80021245F /* Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = ""; }; 8384912E1808175400E7332D /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../../Utils/Logging.h; sourceTree = ""; }; + 838EE8C829A8600B00CD0580 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 83F0E6C2287CAB4300D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 83FAF8A518ADD4D100057CAF /* PlaylistController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlaylistController.h; path = ../../Playlist/PlaylistController.h; sourceTree = ""; }; 8D5B49B6048680CD000E48DA /* libvgmPlayer.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = libvgmPlayer.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -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 = ""; diff --git a/Plugins/libvgmPlayer/tr.lproj/InfoPlist.strings b/Plugins/libvgmPlayer/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..948e12b991d433e9dc3ebc46350cb859c5bc1e07 GIT binary patch literal 204 zcmW-a%?`m}5Jk`0Q#6*1sMuJDl?@3NJb)A}LVwaCsW + + + + + + Credits for the Cog audio player + + + + +
+ Now with 92% more future!

Thanks to my patrons: +
Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite, Louis Martinez V, deef.xyz +

Additional code contributions by Dzmitry Neviadomski and Kevin López Brante. +

+ This program has been made possible through contributions from users like you. +

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses. +
+ + + diff --git a/tr.lproj/Equalizer.strings b/tr.lproj/Equalizer.strings new file mode 100644 index 000000000..fbfd212f3 --- /dev/null +++ b/tr.lproj/Equalizer.strings @@ -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:"; diff --git a/tr.lproj/Feedback.strings b/tr.lproj/Feedback.strings new file mode 100644 index 000000000..78e493267 --- /dev/null +++ b/tr.lproj/Feedback.strings @@ -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:"; diff --git a/tr.lproj/FileTree.strings b/tr.lproj/FileTree.strings new file mode 100644 index 000000000..988e033bf --- /dev/null +++ b/tr.lproj/FileTree.strings @@ -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ç"; diff --git a/tr.lproj/InfoInspector.strings b/tr.lproj/InfoInspector.strings new file mode 100644 index 000000000..98d404afb --- /dev/null +++ b/tr.lproj/InfoInspector.strings @@ -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"; diff --git a/tr.lproj/InfoPlist.strings b/tr.lproj/InfoPlist.strings new file mode 100644 index 000000000..7bb226572 --- /dev/null +++ b/tr.lproj/InfoPlist.strings @@ -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?"; diff --git a/tr.lproj/Localizable.strings b/tr.lproj/Localizable.strings new file mode 100644 index 000000000..b95bdb752 --- /dev/null +++ b/tr.lproj/Localizable.strings @@ -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"; diff --git a/tr.lproj/Localizable.stringsdict b/tr.lproj/Localizable.stringsdict new file mode 100644 index 000000000..52079ff76 --- /dev/null +++ b/tr.lproj/Localizable.stringsdict @@ -0,0 +1,86 @@ + + + + + %1d day(s) + + NSStringLocalizedFormatKey + %#@days@ + days + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + 1 gün + other + %d gün + + + %1d hour(s) + + NSStringLocalizedFormatKey + %#@hours@ + hours + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + 1 saat + other + %d saat + + + %1d minute(s) + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + 1 dakika + other + %d dakika + + + %1d second(s) + + NSStringLocalizedFormatKey + %#@seconds@ + seconds + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + 1 saniye + other + %d saniye + + + %1d week(s) + + NSStringLocalizedFormatKey + %#@weeks@ + weeks + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + 1 hafta + other + %d hafta + + + + diff --git a/tr.lproj/LyricsWindow.strings b/tr.lproj/LyricsWindow.strings new file mode 100644 index 000000000..ac30ed3dd --- /dev/null +++ b/tr.lproj/LyricsWindow.strings @@ -0,0 +1,3 @@ + +/* Class = "NSWindow"; title = "Lyrics"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Lyrics"; diff --git a/tr.lproj/MainMenu.strings b/tr.lproj/MainMenu.strings new file mode 100644 index 000000000..8bd6e59ad --- /dev/null +++ b/tr.lproj/MainMenu.strings @@ -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ı"; diff --git a/tr.lproj/OpenURLPanel.strings b/tr.lproj/OpenURLPanel.strings new file mode 100644 index 000000000..379259d92 --- /dev/null +++ b/tr.lproj/OpenURLPanel.strings @@ -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"; diff --git a/tr.lproj/SpectrumWindow.strings b/tr.lproj/SpectrumWindow.strings new file mode 100644 index 000000000..6d95b7952 --- /dev/null +++ b/tr.lproj/SpectrumWindow.strings @@ -0,0 +1,3 @@ + +/* Class = "NSWindow"; title = "Spectrum"; ObjectID = "F0z-JX-Cv5"; */ +"F0z-JX-Cv5.title" = "Spektrum"; diff --git a/tr.lproj/SpotlightPanel.strings b/tr.lproj/SpotlightPanel.strings new file mode 100644 index 000000000..a70c81f7a --- /dev/null +++ b/tr.lproj/SpotlightPanel.strings @@ -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";