Skip to content

Commit

Permalink
Update to Swedish localization courtesy Markus Amalthea Magnuson.
Browse files Browse the repository at this point in the history
  • Loading branch information
andym committed Jan 23, 2008
1 parent bbb73c3 commit 2e806f0
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NSFileManager+Authentication.m
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,11 @@ - (BOOL)copyPath:(NSString *)src overPath:(NSString *)dst withAuthentication:(BO
return NO;
}

-(BOOL)fileManager:(NSFileManager *)manager shouldProceedAfterError:(NSDictionary *)errorInfo
{
NSLog(@"Sparkle: An error occurred in copying the new version of the product from %@ to %@: %@", [errorInfo objectForKey:@"Path"], [errorInfo objectForKey:@"ToPath"], [errorInfo objectForKey:@"Error"]);
return NO;
}


@end
19 changes: 19 additions & 0 deletions se.lproj/SUAutomaticUpdateAlert.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions se.lproj/SUAutomaticUpdateAlert.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
41 changes: 41 additions & 0 deletions se.lproj/SUUpdateAlert.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions se.lproj/SUUpdateAlert.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added se.lproj/SUUpdateAlert.nib/keyedobjects.nib
Binary file not shown.
Binary file added se.lproj/Sparkle.strings
Binary file not shown.

0 comments on commit 2e806f0

Please sign in to comment.