Changeset 8269
- Timestamp:
- Apr 21, 2009, 11:41:03 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r8264 r8269 16 16 + File filter field in the inspector 17 17 + Option to include beta releases when auto-updating (using modified Sparkle 1.5) 18 + Portuguese localization 18 19 - GTK+ 19 20 + Speed Limit: Second set of bandwidth limits that can be toggled or scheduled -
trunk/Transmission.xcodeproj/project.pbxproj
r8103 r8269 496 496 A24F19070A3A790800C9C145 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = macosx/Sparkle.framework; sourceTree = "<group>"; }; 497 497 A250EE800E2ED87B00A688E6 /* web */ = {isa = PBXFileReference; lastKnownFileType = folder; path = web; sourceTree = "<group>"; }; 498 A251A6580F9E8FB3004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt; path = macosx/pt.lproj/GroupRules.xib; sourceTree = "<group>"; }; 499 A251A6590F9E8FBF004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt; path = macosx/pt.lproj/AddWindow.xib; sourceTree = "<group>"; }; 500 A251A65A0F9E8FCA004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt; path = macosx/pt.lproj/Creator.xib; sourceTree = "<group>"; }; 501 A251A65B0F9E8FCE004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt; path = macosx/pt.lproj/InfoWindow.xib; sourceTree = "<group>"; }; 502 A251A65C0F9E8FD5004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt; path = macosx/pt.lproj/MainMenu.xib; sourceTree = "<group>"; }; 503 A251A65D0F9E8FD5004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = pt; path = macosx/pt.lproj/PrefsWindow.xib; sourceTree = "<group>"; }; 504 A251A65E0F9E8FDA004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = macosx/pt.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 505 A251A6620F9E8FED004F5973 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = macosx/pt.lproj/Localizable.strings; sourceTree = "<group>"; }; 498 506 A25485390EB66CBB004539DA /* codelength.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = codelength.h; path = "third-party/miniupnp/codelength.h"; sourceTree = "<group>"; }; 499 507 A256588A0A9A695400E8A03B /* MessageWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MessageWindowController.h; path = macosx/MessageWindowController.h; sourceTree = "<group>"; }; … … 1596 1604 zh_TW, 1597 1605 tr, 1606 pt, 1598 1607 ); 1599 1608 mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */; … … 1967 1976 A202FF5D0DDA9275009938FF /* it */, 1968 1977 A2B5DF910E39883100394E9A /* tr */, 1978 A251A65E0F9E8FDA004F5973 /* pt */, 1969 1979 ); 1970 1980 name = InfoPlist.strings; … … 1975 1985 children = ( 1976 1986 A215BF5D0F02EBB800350CDB /* en */, 1987 A251A6580F9E8FB3004F5973 /* pt */, 1977 1988 ); 1978 1989 name = GroupRules.xib; … … 1990 2001 A291477F0E195A0C00F60CB2 /* en */, 1991 2002 A2B5DF930E39884200394E9A /* tr */, 2003 A251A6620F9E8FED004F5973 /* pt */, 1992 2004 ); 1993 2005 name = Localizable.strings; … … 2005 2017 A202FF610DDA9275009938FF /* it */, 2006 2018 A2B5DF8F0E39882900394E9A /* tr */, 2019 A251A65D0F9E8FD5004F5973 /* pt */, 2007 2020 ); 2008 2021 name = PrefsWindow.xib; … … 2020 2033 A202FF600DDA9275009938FF /* it */, 2021 2034 A2B5DF8D0E39882200394E9A /* tr */, 2035 A251A65C0F9E8FD5004F5973 /* pt */, 2022 2036 ); 2023 2037 name = MainMenu.xib; … … 2035 2049 A202FF5B0DDA9275009938FF /* it */, 2036 2050 A2B5DF860E39880000394E9A /* tr */, 2051 A251A6590F9E8FBF004F5973 /* pt */, 2037 2052 ); 2038 2053 name = AddWindow.xib; … … 2050 2065 A202FF5C0DDA9275009938FF /* it */, 2051 2066 A2B5DF890E39881000394E9A /* tr */, 2067 A251A65A0F9E8FCA004F5973 /* pt */, 2052 2068 ); 2053 2069 name = Creator.xib; … … 2065 2081 A202FF5E0DDA9275009938FF /* it */, 2066 2082 A2B5DF8B0E39881900394E9A /* tr */, 2083 A251A65B0F9E8FCE004F5973 /* pt */, 2067 2084 ); 2068 2085 name = InfoWindow.xib;
Note: See TracChangeset
for help on using the changeset viewer.