mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-14 01:48:00 +00:00
Monotone-Parent: 187fad3b4acd4bab3a2b6c286a0f9dc3789c5b83
Monotone-Revision: f37d0868145e5cd1f879ccf7033ca5d1900df42b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-23T14:23:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"Personal Calendar" = "Persoonlijke agenda";
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Calendar" = "Personal Calendar";
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Calendar" = "Agenda personnel";
|
||||
@@ -34,6 +34,10 @@ Appointments_RESOURCE_FILES += \
|
||||
Version \
|
||||
product.plist \
|
||||
|
||||
Appointments_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||
|
||||
Appointments_COMPONENTS += \
|
||||
SOGoAptMailDutchInvitation.wo \
|
||||
SOGoAptMailDutchICalReply.wo \
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Calendar" = "Persönlicher Kalender";
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Calendar" = "Calendario personale";
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
- (NSString *) defaultFolderName
|
||||
{
|
||||
return @"Personal calendar";
|
||||
return [self labelForKey: @"Personal Calendar"];
|
||||
}
|
||||
|
||||
// /* CalDAV support */
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Calendar" = "Calendario personal";
|
||||
Reference in New Issue
Block a user