mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 13:29:29 +00:00
Merge branch 'Alinto:master' into master
This commit is contained in:
@@ -623,6 +623,7 @@ vtodo_class2 = "(Hemmelig opgave)";
|
||||
"Rename" = "Omdøb";
|
||||
"Import Calendar" = "Importer kalender";
|
||||
"Select an ICS file." = "Vælg en ICS fil";
|
||||
"You have modified data unsaved. Do you want to close popup and loose data ?" = "Du har ændret data, der ikke er gemt. Vil du lukke popup og miste data?";
|
||||
|
||||
/* Notification when user subscribes to a calendar */
|
||||
"Successfully subscribed to calendar" = "Tilmeldte sig kalenderen";
|
||||
|
||||
@@ -623,6 +623,7 @@ vtodo_class2 = "(Confidential task)";
|
||||
"Rename" = "Rename";
|
||||
"Import Calendar" = "Import Calendar";
|
||||
"Select an ICS file." = "Select an ICS file.";
|
||||
"You have modified data unsaved. Do you want to close popup and loose data ?" = "You have modified data unsaved. Do you want to close popup and loose data ?";
|
||||
|
||||
/* Notification when user subscribes to a calendar */
|
||||
"Successfully subscribed to calendar" = "Successfully subscribed to calendar";
|
||||
|
||||
@@ -623,6 +623,7 @@ vtodo_class2 = "(Tâche confidentielle)";
|
||||
"Rename" = "Renommer";
|
||||
"Import Calendar" = "Importer un calendrier";
|
||||
"Select an ICS file." = "Sélectionnez un fichier ICS.";
|
||||
"You have modified data unsaved. Do you want to close popup and loose data ?" = "Vous avez des modifications qui ne sont pas sauvegardées. Souhaitez-vous fermer la fenêtre et perdre les données ?";
|
||||
|
||||
/* Notification when user subscribes to a calendar */
|
||||
"Successfully subscribed to calendar" = "Abonnement au calendrier complété";
|
||||
|
||||
@@ -221,6 +221,11 @@
|
||||
"view_next31" = "Termine in den nächsten 31 Tagen";
|
||||
"view_thismonth" = "Termine in diesem Kalendermonat";
|
||||
"view_thisyear" = "Dieses Jahr";
|
||||
"view_last7" = "Die letzten 7 Tage";
|
||||
"view_last14" = "Die letzten 14 Tage";
|
||||
"view_last31" = "Die letzten 31 Tage";
|
||||
"view_lastmonth" = "Den letzten Monat";
|
||||
"view_lastyear" = "Das letzte Jahr";
|
||||
"view_future" = "Alle zukünftigen Termine";
|
||||
"view_selectedday" = "Momentan gewählter Tag";
|
||||
"view_not_started" = "Nicht begonnene Aufgaben";
|
||||
@@ -618,6 +623,7 @@ vtodo_class2 = "(Vertrauliche Aufgabe)";
|
||||
"Rename" = "Umbenennen";
|
||||
"Import Calendar" = "Kalender importieren";
|
||||
"Select an ICS file." = "Eine ICS-Datei auswählen.";
|
||||
"You have modified data unsaved. Do you want to close popup and loose data ?" = "Sie haben Daten geändert, aber nicht gespeichert. Möchten Sie das Popup schließen, und die Daten verlieren?";
|
||||
|
||||
/* Notification when user subscribes to a calendar */
|
||||
"Successfully subscribed to calendar" = "Der Kalender wurde erfolgreich abonniert";
|
||||
|
||||
@@ -623,6 +623,7 @@ vtodo_class2 = "(Konfidensiell oppgave)";
|
||||
"Rename" = "Endre navn";
|
||||
"Import Calendar" = "Importer Kalender";
|
||||
"Select an ICS file." = "Velg en ICS fil";
|
||||
"You have modified data unsaved. Do you want to close popup and loose data ?" = "Du har gjort endringer som ikke er lagret. Vil du lukke siden og miste data? ";
|
||||
|
||||
/* Notification when user subscribes to a calendar */
|
||||
"Successfully subscribed to calendar" = "Vellykket abonnert på kalender";
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#import <SOGo/NSDictionary+Utilities.h>
|
||||
#import <SOGo/NSString+Utilities.h>
|
||||
#import <SOGo/SOGoSystemDefaults.h>
|
||||
|
||||
#import <Appointments/SOGoWebAppointmentFolder.h>
|
||||
|
||||
@@ -149,4 +150,9 @@
|
||||
return response;
|
||||
}
|
||||
|
||||
- (BOOL) isEasUIEnabled
|
||||
{
|
||||
return ![[SOGoSystemDefaults sharedSystemDefaults] isEasUIDisabled];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user