Monotone-Parent: 9ffc575e66dc27e09f7df66d4063ceae42655bf0

Monotone-Revision: 75c85974feba4654def1fa260d87205a035552de

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T14:37:16
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-10-03 14:37:16 +00:00
parent 65f05bad53
commit 28fa08cff3
4 changed files with 20 additions and 11 deletions

View File

@ -29,3 +29,5 @@
"edit" = "edit";
"invalidemailwarn" = "Invalid email field, continue?";
"new" = "new";
"Add as..." = "Add as...";

View File

@ -73,3 +73,5 @@
"Note: " = "Commentaires : ";
"Timezone: " = "Fuseau horaire : ";
"Birthday: " = "D. de naissance : ";
"Add as..." = "Add as...";

View File

@ -12,6 +12,9 @@ ContactsUI_OBJC_FILES = \
UIxContactsListViewBase.m \
UIxContactsListViewContainerBase.m \
\
UIxContactsSchedulerSelection.m \
UIxContactsMailerSelection.m \
\
ContactsUIProduct.m \
UIxContactsFilterPanel.m \
UIxContactView.m \
@ -19,7 +22,6 @@ ContactsUI_OBJC_FILES = \
UIxContactsListView.m \
UIxContactsListViewContainer.m \
UIxContactSelector.m \
UIxContactsSelectionView.m \
UIxContactsSelectionViewContainer.m \
UIxContactFoldersView.m \

View File

@ -19,10 +19,15 @@
pageName = "UIxContactFoldersView";
actionName = "new";
};
select = {
scheduler-contacts = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "select";
actionName = "selectForScheduler";
};
mailer-contacts = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "selectForMailer";
};
};
};
@ -44,10 +49,13 @@
pageName = "UIxContactEditor";
actionName = "new";
};
select = {
scheduler-contacts = {
protectedBy = "View";
pageName = "UIxContactsSelectionView";
actionName = "select";
pageName = "UIxContactsSchedulerSelection";
};
mailer-contacts = {
protectedBy = "View";
pageName = "UIxContactsMailerSelection";
};
};
};
@ -69,11 +77,6 @@
pageName = "UIxContactEditor";
actionName = "new";
};
select = {
protectedBy = "View";
pageName = "UIxContactsSelectionView";
actionName = "select";
};
};
};