Changeset 27

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.

Location:
Trunk
Files:
12 added
1 removed
2 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 
  • Trunk/SortByLogSizePlugin.xcodeproj/project.pbxproj

    r24 r27  
    88 
    99/* Begin PBXBuildFile section */ 
    10                 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 
    1110                8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; 
    1211                FC1983600E900AF10021C71E /* AILogSizeSort.m in Sources */ = {isa = PBXBuildFile; fileRef = FC19835F0E900AF10021C71E /* AILogSizeSort.m */; }; 
     
    1413                FC22EC230FD36AAD00754E18 /* AIUtilities.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC22EC210FD36AAD00754E18 /* AIUtilities.framework */; }; 
    1514                FC22EC270FD36ACF00754E18 /* FriBidi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC22EC260FD36ACF00754E18 /* FriBidi.framework */; }; 
     15                FC2CD0D40FD4A09E009FD00C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = FC2CD0D30FD4A09E009FD00C /* Localizable.strings */; }; 
    1616                FCB319740E8FF80C00D88232 /* ABSortByLogSizePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB319730E8FF80C00D88232 /* ABSortByLogSizePlugin.m */; }; 
    1717/* End PBXBuildFile section */ 
     
    1919/* Begin PBXFileReference section */ 
    2020                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>"; }; 
    2221                089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 
    2322                1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 
     
    3231                FC22EC210FD36AAD00754E18 /* AIUtilities.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AIUtilities.framework; path = "../adium-1.4/build/Debug/AIUtilities.framework"; sourceTree = SOURCE_ROOT; }; 
    3332                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>"; }; 
    3434                FCB319720E8FF80C00D88232 /* ABSortByLogSizePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABSortByLogSizePlugin.h; sourceTree = "<group>"; }; 
    3535                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>"; }; 
    3641/* End PBXFileReference section */ 
    3742 
     
    7984                        children = ( 
    8085                                8D5B49B7048680CD000E48DA /* Info.plist */, 
    81                                 089C167DFE841241C02AAC07 /* InfoPlist.strings */, 
     86                                FC2CD0D30FD4A09E009FD00C /* Localizable.strings */, 
    8287                        ); 
    8388                        name = Resources; 
     
    159164                        compatibilityVersion = "Xcode 3.1"; 
    160165                        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                        ); 
    161178                        mainGroup = 089C166AFE841209C02AAC07 /* SortByLogSizePlugin */; 
    162179                        projectDirPath = ""; 
     
    173190                        buildActionMask = 2147483647; 
    174191                        files = ( 
    175                                 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, 
     192                                FC2CD0D40FD4A09E009FD00C /* Localizable.strings in Resources */, 
    176193                        ); 
    177194                        runOnlyForDeploymentPostprocessing = 0; 
     
    192209 
    193210/* Begin PBXVariantGroup section */ 
    194                 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { 
     211                FC2CD0D30FD4A09E009FD00C /* Localizable.strings */ = { 
    195212                        isa = PBXVariantGroup; 
    196213                        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; 
    200222                        sourceTree = "<group>"; 
    201223                };