From 8813a3257a7f234da77b0aa66c6f4600bde166fc Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 28 May 2007 13:12:05 +0000 Subject: [PATCH] Monotone-Parent: 6845639dfc867fe5d0cc9f791014f1d28e343f4f Monotone-Revision: 46ef91601652f0c3f30bc5660c0a35ebb3a42a9f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-28T13:12:05 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/English.lproj/Localizable.strings | 8 ++++++++ UI/MailerUI/French.lproj/Localizable.strings | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/UI/MailerUI/English.lproj/Localizable.strings b/UI/MailerUI/English.lproj/Localizable.strings index b7c739f71..9fbaf7c28 100644 --- a/UI/MailerUI/English.lproj/Localizable.strings +++ b/UI/MailerUI/English.lproj/Localizable.strings @@ -113,3 +113,11 @@ "error_missingsubject" = "Missing Subject"; "error_missingrecipients" = "Missing Recipients"; "error_validationfailed" = "Validation failed"; + +/* Folder operations */ +"Name :" = "Name :"; +"Enter the new name of your folder :" + = "Enter the new name of your folder :"; +"Do you really want to move this folder into the trash ?" + = "Do you really want to move this folder into the trash ?"; +"Operation failed" = "Operation failed"; diff --git a/UI/MailerUI/French.lproj/Localizable.strings b/UI/MailerUI/French.lproj/Localizable.strings index 24c244c20..7f0153861 100644 --- a/UI/MailerUI/French.lproj/Localizable.strings +++ b/UI/MailerUI/French.lproj/Localizable.strings @@ -162,3 +162,11 @@ "As Junk" = "Comme indésirable"; "As Not Junk" = "Comme acceptable"; "Run Junk Mail Controls" = "Lancer le contrôle des indésirables"; + +/* Folder operations */ +"Name :" = "Nom:"; +"Enter the new name of your folder :" + = "Entrez le nouveau nom de votre dossier:"; +"Do you really want to move this folder into the trash ?" + = "Voulez-vous vraiment déplacer le dossier sélectionné dans la corbeille?"; +"Operation failed" = "L'opération a échoué.";