Changeset 6399
- Timestamp:
- Jul 25, 2008, 4:07:14 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r6323 r6399 24 24 Maarten Van Coile (Dutch) 25 25 Jack Lin (Traditional Chinese) 26 Can Duruk (Turkish) 26 27 27 28 GTK+: -
trunk/Transmission.xcodeproj/project.pbxproj
r6388 r6399 652 652 A2AF1C370A3D0F6200F1575D /* FileOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = FileOutlineView.m; path = macosx/FileOutlineView.m; sourceTree = "<group>"; }; 653 653 A2B5BB7A0D9C7C2300FCB650 /* es */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = es; path = macosx/es.lproj/AddWindow.xib; sourceTree = "<group>"; }; 654 A2B5DF860E39880000394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = macosx/tr.lproj/AddWindow.xib; sourceTree = "<group>"; }; 655 A2B5DF890E39881000394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = macosx/tr.lproj/Creator.xib; sourceTree = "<group>"; }; 656 A2B5DF8B0E39881900394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = macosx/tr.lproj/InfoWindow.xib; sourceTree = "<group>"; }; 657 A2B5DF8D0E39882200394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = macosx/tr.lproj/MainMenu.xib; sourceTree = "<group>"; }; 658 A2B5DF8F0E39882900394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = tr; path = macosx/tr.lproj/PrefsWindow.xib; sourceTree = "<group>"; }; 659 A2B5DF910E39883100394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = macosx/tr.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 660 A2B5DF930E39884200394E9A /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = macosx/tr.lproj/Localizable.strings; sourceTree = "<group>"; }; 654 661 A2BB67780D5BA74600AB0618 /* OpenWeb.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = OpenWeb.png; path = macosx/Images/OpenWeb.png; sourceTree = "<group>"; }; 655 662 A2BC19840CA9AF5A00DD302A /* CompleteCheck.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CompleteCheck.png; path = macosx/Images/CompleteCheck.png; sourceTree = "<group>"; }; … … 1696 1703 ru, 1697 1704 zh_TW, 1705 tr, 1698 1706 ); 1699 1707 mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */; … … 2102 2110 A28AFE070DA1C47A00673957 /* zh_TW */, 2103 2111 A202FF5D0DDA9275009938FF /* it */, 2112 A2B5DF910E39883100394E9A /* tr */, 2104 2113 ); 2105 2114 name = InfoPlist.strings; … … 2116 2125 A202FF5F0DDA9275009938FF /* it */, 2117 2126 A291477F0E195A0C00F60CB2 /* en */, 2127 A2B5DF930E39884200394E9A /* tr */, 2118 2128 ); 2119 2129 name = Localizable.strings; … … 2130 2140 A28AFE0B0DA1C47A00673957 /* zh_TW */, 2131 2141 A202FF610DDA9275009938FF /* it */, 2142 A2B5DF8F0E39882900394E9A /* tr */, 2132 2143 ); 2133 2144 name = PrefsWindow.xib; … … 2144 2155 A28AFE0A0DA1C47A00673957 /* zh_TW */, 2145 2156 A202FF600DDA9275009938FF /* it */, 2157 A2B5DF8D0E39882200394E9A /* tr */, 2146 2158 ); 2147 2159 name = MainMenu.xib; … … 2158 2170 A28AFE050DA1C47A00673957 /* zh_TW */, 2159 2171 A202FF5B0DDA9275009938FF /* it */, 2172 A2B5DF860E39880000394E9A /* tr */, 2160 2173 ); 2161 2174 name = AddWindow.xib; … … 2172 2185 A28AFE060DA1C47A00673957 /* zh_TW */, 2173 2186 A202FF5C0DDA9275009938FF /* it */, 2187 A2B5DF890E39881000394E9A /* tr */, 2174 2188 ); 2175 2189 name = Creator.xib; … … 2186 2200 A28AFE080DA1C47A00673957 /* zh_TW */, 2187 2201 A202FF5E0DDA9275009938FF /* it */, 2202 A2B5DF8B0E39881900394E9A /* tr */, 2188 2203 ); 2189 2204 name = InfoWindow.xib;
Note: See TracChangeset
for help on using the changeset viewer.