Extension talk:Send2Friend
From MediaWiki.org
I´ve added the spanish translation for the messages text, which you could copy and paste into the file <Send2Friend.i18n.php>:
#---------------------------------------------------------------------------- # Español #---------------------------------------------------------------------------- $wgSend2FriendMessages['es'] = array( $wgSend2FriendMsgPrefix . 'title' => 'Recomendar página', $wgSend2FriendMsgPrefix . 'yourname' => 'Su nombre', $wgSend2FriendMsgPrefix . 'youremail' => 'Su correo electrónico', $wgSend2FriendMsgPrefix . 'friendsname' => 'Nombre del recipiente', $wgSend2FriendMsgPrefix . 'friendsemail' => 'Correo electrónico del recipiente', $wgSend2FriendMsgPrefix . 'sendbutton' => "Enviar", $wgSend2FriendMsgPrefix . 'subject' => "Recomendación de $1", $wgSend2FriendMsgPrefix . 'body' => "Estimado $1,\n\n te recomiendo leer la pagina $3 en $2 ", $wgSend2FriendMsgPrefix . 'success' => "Su recomendación ha sido enviada.", $wgSend2FriendMsgPrefix . 'failure' => "Su recomendación no ha sido enviada. Favore asegurese que los correos electrónicos no tengan errores.", );
I hope it´s usefull, it works fine at http://www.ZonaCostera.info. --Horst Salzwedel 01:49, 19 August 2007 (UTC)
[edit] Add to tool box
Is there a way to add this to the tool box so that there is a link that people can click on to 'sent to a friend' rather than having the form visible on all pages all the time
Thanks
John
[edit] French translation
#---------------------------------------------------------------------------- # French #---------------------------------------------------------------------------- $wgSend2FriendMessages['fr'] = array( $wgSend2FriendMsgPrefix . 'title' => 'Envoyer à un ami', $wgSend2FriendMsgPrefix . 'yourname' => 'Votre nom', $wgSend2FriendMsgPrefix . 'youremail' => 'Votr eemail', $wgSend2FriendMsgPrefix . 'friendsname' => "Nom de votre ami", $wgSend2FriendMsgPrefix . 'friendsemail' => "Email de votre ami", $wgSend2FriendMsgPrefix . 'sendbutton' => "Envoyer", $wgSend2FriendMsgPrefix . 'subject' => "Sujets ", $wgSend2FriendMsgPrefix . 'body' => " Salut $1,\n\n J'ai pensé que cet article ($2) pourrait t'intéresser. Voici le lien $3.", $wgSend2FriendMsgPrefix . 'error' => "Erreur", $wgSend2FriendMsgPrefix . 'success' => "Envoyé", $wgSend2FriendMsgPrefix . 'failure' => "Echec", );
[edit] Dutch Translation
Added by Sypie
#---------------------------------------------------------------------------- # Dutch #---------------------------------------------------------------------------- $wgSend2FriendMessages['nl'] = array( $wgSend2FriendMsgPrefix . 'title' => 'Verstuur naar bekende', $wgSend2FriendMsgPrefix . 'yourname' => 'Jouw naam', $wgSend2FriendMsgPrefix . 'youremail' => 'Jouw e-mailadres', $wgSend2FriendMsgPrefix . 'friendsname' => "Naam van de ontvanger", $wgSend2FriendMsgPrefix . 'friendsemail' => "E-mailadres van de ontvanger", $wgSend2FriendMsgPrefix . 'sendbutton' => "Verstuur", $wgSend2FriendMsgPrefix . 'subject' => "$1 wil je helpen met deze Wiki.", $wgSend2FriendMsgPrefix . 'body' => "Beste $1, \n\n Hier kun je een Wiki vinden waarvan ik denk dat het je gaat helpen bij het vergroten van je kennis: $2 .De naam van deze Wiki is $3, doe er je voordeel mee. \n\n Mocht deze Wiki je geholpen hebben laat het dan niet na om dit door te sturen naar vrienden en bekenden. \n\n Afzender", $wgSend2FriendMsgPrefix . 'error' => "Foutje", $wgSend2FriendMsgPrefix . 'success' => "Met succes verstuurd ", $wgSend2FriendMsgPrefix . 'failure' => "De link is niet verstuurd. Controleer of je de benodigde gegevens juist hebt ingevuld.", );

