Anca, you forgot to run native2ascii on the french translation file lucaa (SVN) wrote: > Author: lucaa > Date: 2008-02-05 17:33:27 +0100 (Tue, 05 Feb 2008) > New Revision: 7299 > > Added: > > xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/dialog/PressReviewMailDialog.java > > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/SendPressReviewEmail > Removed: > > xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/ui/wizard/PressReviewMailDialog.java > Modified: > > xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/Constants.java > > xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/client/data/DataManager.java > > xwiki-products/xwiki-watch/trunk/gwt/src/main/java/com/xpn/xwiki/watch/public/Watch.css > > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/PressReview > > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations > > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr > Log: > > XWATCH-13: Allow to send a press review by email > Added the SendPressReviewEmail document that uses the mailsender plugin and > the PressReview document to generate and send the press review by email. > Changed PressReview formatting to match the email requirements, the > DataManager to include a email sending function and the PressReviewMailDialog > to invoke it. Also styled the PressReviewMailDialog. >
[snip] > Modified: > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr > =================================================================== > --- > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr > 2008-02-05 14:09:55 UTC (rev 7298) > +++ > xwiki-products/xwiki-watch/trunk/wiki/src/main/resources/WatchCode/Translations.fr > 2008-02-05 16:33:27 UTC (rev 7299) > @@ -285,6 +285,12 @@ > watch.email.mailcontent=Editez le contenu qui sera envoy� avec la Revue de > Presse > watch.email.mailcontentdefault=Vous avez re�u une Revue de Presse depuis > XWiki Watch. Elle inclut les articles suivants: > watch.email.notimplemented=Cette fonction n'est pas disponible dans la > version Beta afin d'emp�cher le spam. > +watch.email.invitation=Veuillez renseigner les donn�es relatives a votre > email > +watch.email.success=La revue de presse a �t� envoy� avec succ�s aux adresses > email suivantes: > +watch.email.dialogtitle=R�sultat de l'envoi > +watch.chooseproutput.noselection=Vous n'avez pas choisi le format de la > revue de presse > +watch.email.noaddress=Vous n'avez renseign� aucune adresse mail > +watch.email.error=L'envoi email de la revue de presse a echou� pour la > raison suivante: > > watch.pressreviewforspace=XWiki Watch Revue de Presse pour l'espace > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > notifications mailing list > [EMAIL PROTECTED] > http://lists.xwiki.org/mailman/listinfo/notifications _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

