Changeset 8269


Ignore:
Timestamp:
Apr 21, 2009, 11:41:03 PM (14 years ago)
Author:
livings124
Message:

Mac: Portuguese localization

Location:
trunk
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r8264 r8269  
    1616   + File filter field in the inspector
    1717   + Option to include beta releases when auto-updating (using modified Sparkle 1.5)
     18   + Portuguese localization
    1819- GTK+
    1920   + Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
  • trunk/Transmission.xcodeproj/project.pbxproj

    r8103 r8269  
    496496                A24F19070A3A790800C9C145 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = macosx/Sparkle.framework; sourceTree = "<group>"; };
    497497                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>"; };
    498506                A25485390EB66CBB004539DA /* codelength.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = codelength.h; path = "third-party/miniupnp/codelength.h"; sourceTree = "<group>"; };
    499507                A256588A0A9A695400E8A03B /* MessageWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MessageWindowController.h; path = macosx/MessageWindowController.h; sourceTree = "<group>"; };
     
    15961604                                zh_TW,
    15971605                                tr,
     1606                                pt,
    15981607                        );
    15991608                        mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */;
     
    19671976                                A202FF5D0DDA9275009938FF /* it */,
    19681977                                A2B5DF910E39883100394E9A /* tr */,
     1978                                A251A65E0F9E8FDA004F5973 /* pt */,
    19691979                        );
    19701980                        name = InfoPlist.strings;
     
    19751985                        children = (
    19761986                                A215BF5D0F02EBB800350CDB /* en */,
     1987                                A251A6580F9E8FB3004F5973 /* pt */,
    19771988                        );
    19781989                        name = GroupRules.xib;
     
    19902001                                A291477F0E195A0C00F60CB2 /* en */,
    19912002                                A2B5DF930E39884200394E9A /* tr */,
     2003                                A251A6620F9E8FED004F5973 /* pt */,
    19922004                        );
    19932005                        name = Localizable.strings;
     
    20052017                                A202FF610DDA9275009938FF /* it */,
    20062018                                A2B5DF8F0E39882900394E9A /* tr */,
     2019                                A251A65D0F9E8FD5004F5973 /* pt */,
    20072020                        );
    20082021                        name = PrefsWindow.xib;
     
    20202033                                A202FF600DDA9275009938FF /* it */,
    20212034                                A2B5DF8D0E39882200394E9A /* tr */,
     2035                                A251A65C0F9E8FD5004F5973 /* pt */,
    20222036                        );
    20232037                        name = MainMenu.xib;
     
    20352049                                A202FF5B0DDA9275009938FF /* it */,
    20362050                                A2B5DF860E39880000394E9A /* tr */,
     2051                                A251A6590F9E8FBF004F5973 /* pt */,
    20372052                        );
    20382053                        name = AddWindow.xib;
     
    20502065                                A202FF5C0DDA9275009938FF /* it */,
    20512066                                A2B5DF890E39881000394E9A /* tr */,
     2067                                A251A65A0F9E8FCA004F5973 /* pt */,
    20522068                        );
    20532069                        name = Creator.xib;
     
    20652081                                A202FF5E0DDA9275009938FF /* it */,
    20662082                                A2B5DF8B0E39881900394E9A /* tr */,
     2083                                A251A65B0F9E8FCE004F5973 /* pt */,
    20672084                        );
    20682085                        name = InfoWindow.xib;
Note: See TracChangeset for help on using the changeset viewer.