Show
Ignore:
Timestamp:
06/01/09 21:54:10 (15 years ago)
Author:
jon
Message:

Initial commit of translations from various contributors on the StringLocalization page. Also incremented the version number.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/ABSortByLogSizePlugin.m

    r26 r27  
    2525#import <Adium/AISharedAdium.h> 
    2626#import <Adium/AIContactControllerProtocol.h> 
     27#import <AIUtilities/AIStringUtilities.h> 
    2728 
    2829@implementation ABSortByLogSizePlugin 
     
    4445- (NSString *)pluginVersion 
    4546{ 
    46         return @"1.1"; 
     47        return @"1.2"; 
    4748} 
    4849 
    4950- (NSString *)pluginDescription 
    5051{ 
    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); 
    5253} 
    5354