mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
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:
@@ -38,7 +38,7 @@ Appointments_RESOURCE_FILES += \
|
||||
Version \
|
||||
product.plist \
|
||||
|
||||
Appointments_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Italian Spanish Welsh Russian
|
||||
Appointments_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Hungarian Italian Spanish Welsh Russian
|
||||
|
||||
Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||
|
||||
@@ -67,6 +67,10 @@ Appointments_COMPONENTS += \
|
||||
SOGoAptMailGermanICalReply.wo \
|
||||
SOGoAptMailGermanDeletion.wo \
|
||||
SOGoAptMailGermanUpdate.wo \
|
||||
SOGoAptMailHungarianInvitation.wo \
|
||||
SOGoAptMailHungarianICalReply.wo \
|
||||
SOGoAptMailHungarianDeletion.wo \
|
||||
SOGoAptMailHungarianUpdate.wo \
|
||||
SOGoAptMailRussianInvitation.wo \
|
||||
SOGoAptMailRussianICalReply.wo \
|
||||
SOGoAptMailRussianDeletion.wo \
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
"Personal Calendar" = "Személyes naptár";
|
||||
vevent_class0 = "(Nyilvános esemény)";
|
||||
vevent_class1 = "(Magán esemény)";
|
||||
vevent_class2 = "(Bizalmas esemény)";
|
||||
|
||||
vtodo_class0 = "(Nyilvános feladat)";
|
||||
vtodo_class1 = "(Magán feladat)";
|
||||
vtodo_class2 = "(Bizalmas feladat)";
|
||||
@@ -51,6 +51,12 @@
|
||||
@implementation SOGoAptMailGermanDeletion
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailHungarianDeletion : SOGoAptMailNotification
|
||||
@end
|
||||
|
||||
@implementation SOGoAptMailHungarianDeletion
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailItalianDeletion : SOGoAptMailNotification
|
||||
@end
|
||||
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
<#IsSubject>Találkozó törölve: <#summary/></#IsSubject>
|
||||
<#IsBody><#organizer/> <#HasSentBy>(<#sentBy/> által elküldve) </#HasSentBy>törölte ezt a találkozót: <#summary/>.</#IsBody>
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
<#IsSubject>Válasz a meghívásra: <#summary/></#IsSubject>
|
||||
<#IsBody><#attendee/><#HasSentBy> (<#sentBy/> által elküldve)</#HasSentBy> <#HasAccepted>elfogadta</#HasAccepted><#HasDeclined>visszautasította</#HasDeclined><#HasNotAcceptedNotDeclined>még meggondolja</#HasNotAcceptedNotDeclined> a meghívását.</#IsBody>
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
<#IsSubject>Meghívás találkozóra: <#summary/></#IsSubject>
|
||||
<#IsBody><#organizer/> <#HasSentBy>(<#sentBy/> által elküldve) </#HasSentBy>meghívta önt erre a találkozóra: <#summary/>.</#IsBody>
|
||||
@@ -0,0 +1,5 @@
|
||||
<#IsSubject>A "<#Summary />" találkozó a(z) <#OldAptStartDate /> időpontban <#OldAptStartTime /> megváltozott</#IsSubject>
|
||||
<#IsBody>
|
||||
A találkozó<#HasSentBy> (<#sentBy/> által elküldve)</#HasSentBy>, amelyet korábban a(z) <#OldAptStartDate /> időpontra tervezetek<#IsNotOldAllDay> <#OldAptStartTime /></#IsNotOldAllDay><#HasOldLocation> (<#OldAptLocation />)</#HasOldLocation> most a <#NewAptStartDate /><#IsNotNewAllDay> <#NewAptStartTime /> időpontra lett ütemezve.</#IsNotNewAllDay><#HasNewLocation> (<#NewAptLocation />)</#HasNewLocation>.
|
||||
Kérem döntsön az új időpontról.
|
||||
</#IsBody>
|
||||
@@ -222,6 +222,12 @@ static NSCharacterSet *wsSet = nil;
|
||||
@implementation SOGoAptMailGermanICalReply
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailHungarianICalReply : SOGoAptMailICalReply
|
||||
@end
|
||||
|
||||
@implementation SOGoAptMailHungarianICalReply
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailItalianICalReply : SOGoAptMailICalReply
|
||||
@end
|
||||
|
||||
|
||||
@@ -51,6 +51,12 @@
|
||||
@implementation SOGoAptMailGermanInvitation
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailHungarianInvitation : SOGoAptMailNotification
|
||||
@end
|
||||
|
||||
@implementation SOGoAptMailHungarianInvitation
|
||||
@end
|
||||
|
||||
@interface SOGoAptMailItalianInvitation : SOGoAptMailNotification
|
||||
@end
|
||||
|
||||
|
||||
@@ -71,6 +71,15 @@
|
||||
@end
|
||||
|
||||
|
||||
@interface SOGoAptMailHungarianUpdate : SOGoAptMailNotification
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation SOGoAptMailHungarianUpdate
|
||||
@end
|
||||
|
||||
|
||||
@interface SOGoAptMailItalianUpdate : SOGoAptMailNotification
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user