From 1aaaaa1de45a873df34a8c69c619f4bde77d880b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 20 Dec 2006 16:45:12 +0000 Subject: [PATCH] Monotone-Parent: 27f1e1f9632b75ace73a3fa46bc3555f0b58fd1a Monotone-Revision: c5cb8ff1799cfa8bdbefc0ec3eb54005562ff83d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-20T16:45:12 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/English.lproj/Localizable.strings | 2 ++ UI/Contacts/French.lproj/Localizable.strings | 2 ++ 2 files changed, 4 insertions(+) diff --git a/UI/Contacts/English.lproj/Localizable.strings b/UI/Contacts/English.lproj/Localizable.strings index ec1cc675a..ed429b05e 100644 --- a/UI/Contacts/English.lproj/Localizable.strings +++ b/UI/Contacts/English.lproj/Localizable.strings @@ -87,3 +87,5 @@ "Add an Addressbook..." = "Add an Addressbook..."; "Remove the selected Addressbook" = "Remove the selected Addressbook"; + +error_ab_access_denied = "You do not have the required privileges to access this addressbook."; diff --git a/UI/Contacts/French.lproj/Localizable.strings b/UI/Contacts/French.lproj/Localizable.strings index ae004fa63..e6286dbfa 100644 --- a/UI/Contacts/French.lproj/Localizable.strings +++ b/UI/Contacts/French.lproj/Localizable.strings @@ -89,3 +89,5 @@ "Add an Addressbook..." = "Ajouter un carnet d'adresses..."; "Remove the selected Addressbook" = "Enlever le carnet d'adresses sélectionné"; + +error_ab_access_denied = "Vous n'avez pas les droits suffisants pour accéder à ce carnet d'adresses.";