Hungarian translation

Monotone-Parent: 09a0f45d386d7951e7a9222e26d26b67281bf847
Monotone-Revision: 71429dedcc15f936ae77ba7111d34ac7f5a07537

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-30T02:12:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-30 02:12:53 +00:00
parent 3e357eb6e9
commit 7fb4f84b49
50 changed files with 1447 additions and 10 deletions
+9
View File
@@ -119,6 +119,15 @@
@interface SOGoACLGermanRemovalAdvisory : SOGoACLRemovalAdvisory
@end
@interface SOGoACLHungarianAdditionAdvisory : SOGoACLAdditionAdvisory
@end
@interface SOGoACLHungarianModificationAdvisory : SOGoACLModificationAdvisory
@end
@interface SOGoACLHungarianRemovalAdvisory : SOGoACLRemovalAdvisory
@end
@interface SOGoACLItalianAdditionAdvisory : SOGoACLAdditionAdvisory
@end
+9
View File
@@ -300,6 +300,15 @@
@implementation SOGoACLGermanRemovalAdvisory
@end
@implementation SOGoACLHungarianAdditionAdvisory
@end
@implementation SOGoACLHungarianModificationAdvisory
@end
@implementation SOGoACLHungarianRemovalAdvisory
@end
@implementation SOGoACLItalianModificationAdvisory
@end
+6
View File
@@ -89,6 +89,12 @@
@interface SOGoFolderGermanRemovalAdvisory : SOGoFolderRemovalAdvisory
@end
@interface SOGoFolderHungarianAdditionAdvisory : SOGoFolderAdditionAdvisory
@end
@interface SOGoFolderHungarianRemovalAdvisory : SOGoFolderRemovalAdvisory
@end
@interface SOGoFolderItalianAdditionAdvisory : SOGoFolderAdditionAdvisory
@end
+6
View File
@@ -255,6 +255,12 @@
@implementation SOGoFolderGermanRemovalAdvisory
@end
@implementation SOGoFolderHungarianAdditionAdvisory
@end
@implementation SOGoFolderHungarianRemovalAdvisory
@end
@implementation SOGoFolderItalianAdditionAdvisory
@end