Changeset 4189

Show
Ignore:
Timestamp:
06/02/06 18:56:13 (3 years ago)
Author:
morris
Message:

Update from Fonzy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/English.lproj/Localizable.strings

    r4146 r4189  
    326326"Foot in mouth" = "Foot in mouth"; 
    327327 
    328 /* News header (nick, time */ 
     328/* News header (nick, time) */ 
    329329"From %@ (%@):\n" = "From %1$@ (%2$@):\n"; 
    330330 
  • WiredClient/trunk/French.lproj/Localizable.strings

    r4167 r4189  
    326326"Foot in mouth" = "Gaffeur"; 
    327327 
    328 /* News header (nick, time */ 
    329 "From %@ (%@):\n" = "Depuis %1$@ (%2$@):\n"; 
     328/* News header (nick, time) */ 
     329"From %@ (%@):\n" = "De %1$@ (%2$@):\n"; 
    330330 
    331331/* Message from (nick) */ 
    332 "From: %@" = "Depuis: %@"; 
     332"From: %@" = "De: %@"; 
    333333 
    334334/* Smiley */ 
  • WiredClient/trunk/Japanese.lproj/Localizable.strings

    r4173 r4189  
    326326"Foot in mouth" = "しまった"; 
    327327 
    328 /* News header (nick, time */ 
     328/* News header (nick, time) */ 
    329329"From %@ (%@):\n" = "%1$@ から (%2$@):\n"; 
    330330 
  • WiredClient/trunk/WCNews.m

    r4130 r4189  
    125125                [WCSettings objectForKey:WCNewsTitlesColor],    NSForegroundColorAttributeName, 
    126126                NULL]; 
    127         string = [NSSWF:NSLS(@"From %@ (%@):\n", @"News header (nick, time"), 
     127        string = [NSSWF:NSLS(@"From %@ (%@):\n", @"News header (nick, time)"), 
    128128                nick, 
    129129                [date commonDateStringWithSeconds:NO]];