Changeset 27
- Timestamp:
- 06/01/09 21:54:10 (14 years ago)
- Location:
- Trunk
- Files:
-
- 12 added
- 1 removed
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
Trunk/ABSortByLogSizePlugin.m
r26 r27 25 25 #import <Adium/AISharedAdium.h> 26 26 #import <Adium/AIContactControllerProtocol.h> 27 #import <AIUtilities/AIStringUtilities.h> 27 28 28 29 @implementation ABSortByLogSizePlugin … … 44 45 - (NSString *)pluginVersion 45 46 { 46 return @"1. 1";47 return @"1.2"; 47 48 } 48 49 49 50 - (NSString *)pluginDescription 50 51 { 51 return @"Allows the Adium contact list to be sorted by chat transcript file size.";52 return AILocalizedString(@"Allows the Adium contact list to be sorted by chat transcript file size.", nil); 52 53 } 53 54 -
Trunk/SortByLogSizePlugin.xcodeproj/project.pbxproj
r24 r27 8 8 9 9 /* Begin PBXBuildFile section */ 10 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };11 10 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; 12 11 FC1983600E900AF10021C71E /* AILogSizeSort.m in Sources */ = {isa = PBXBuildFile; fileRef = FC19835F0E900AF10021C71E /* AILogSizeSort.m */; }; … … 14 13 FC22EC230FD36AAD00754E18 /* AIUtilities.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC22EC210FD36AAD00754E18 /* AIUtilities.framework */; }; 15 14 FC22EC270FD36ACF00754E18 /* FriBidi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC22EC260FD36ACF00754E18 /* FriBidi.framework */; }; 15 FC2CD0D40FD4A09E009FD00C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = FC2CD0D30FD4A09E009FD00C /* Localizable.strings */; }; 16 16 FCB319740E8FF80C00D88232 /* ABSortByLogSizePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB319730E8FF80C00D88232 /* ABSortByLogSizePlugin.m */; }; 17 17 /* End PBXBuildFile section */ … … 19 19 /* Begin PBXFileReference section */ 20 20 089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 21 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };22 21 089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 23 22 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; … … 32 31 FC22EC210FD36AAD00754E18 /* AIUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AIUtilities.framework; path = "../adium-1.4/build/Debug/AIUtilities.framework"; sourceTree = SOURCE_ROOT; }; 33 32 FC22EC260FD36ACF00754E18 /* FriBidi.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FriBidi.framework; path = "../adium-1.4/build/Debug/FriBidi.framework"; sourceTree = SOURCE_ROOT; }; 33 FC2CD0D50FD4A0AF009FD00C /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; 34 34 FCB319720E8FF80C00D88232 /* ABSortByLogSizePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABSortByLogSizePlugin.h; sourceTree = "<group>"; }; 35 35 FCB319730E8FF80C00D88232 /* ABSortByLogSizePlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ABSortByLogSizePlugin.m; sourceTree = "<group>"; }; 36 FCDC9E790FD4B9F300B2F353 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; }; 37 FCDC9E7A0FD4BA0B00B2F353 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; }; 38 FCDC9E7B0FD4BA1700B2F353 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Localizable.strings; sourceTree = "<group>"; }; 39 FCDC9E7E0FD4BA7100B2F353 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; }; 40 FCDC9E7F0FD4BA8600B2F353 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; 36 41 /* End PBXFileReference section */ 37 42 … … 79 84 children = ( 80 85 8D5B49B7048680CD000E48DA /* Info.plist */, 81 089C167DFE841241C02AAC07 /* InfoPlist.strings */,86 FC2CD0D30FD4A09E009FD00C /* Localizable.strings */, 82 87 ); 83 88 name = Resources; … … 159 164 compatibilityVersion = "Xcode 3.1"; 160 165 hasScannedForEncodings = 1; 166 knownRegions = ( 167 English, 168 Japanese, 169 French, 170 German, 171 en, 172 fr, 173 de, 174 es, 175 is, 176 sv, 177 ); 161 178 mainGroup = 089C166AFE841209C02AAC07 /* SortByLogSizePlugin */; 162 179 projectDirPath = ""; … … 173 190 buildActionMask = 2147483647; 174 191 files = ( 175 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,192 FC2CD0D40FD4A09E009FD00C /* Localizable.strings in Resources */, 176 193 ); 177 194 runOnlyForDeploymentPostprocessing = 0; … … 192 209 193 210 /* Begin PBXVariantGroup section */ 194 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {211 FC2CD0D30FD4A09E009FD00C /* Localizable.strings */ = { 195 212 isa = PBXVariantGroup; 196 213 children = ( 197 089C167EFE841241C02AAC07 /* English */, 198 ); 199 name = InfoPlist.strings; 214 FCDC9E7F0FD4BA8600B2F353 /* de */, 215 FC2CD0D50FD4A0AF009FD00C /* en */, 216 FCDC9E790FD4B9F300B2F353 /* es */, 217 FCDC9E7A0FD4BA0B00B2F353 /* fr */, 218 FCDC9E7B0FD4BA1700B2F353 /* is */, 219 FCDC9E7E0FD4BA7100B2F353 /* sv */, 220 ); 221 name = Localizable.strings; 200 222 sourceTree = "<group>"; 201 223 };