]> git.mxchange.org Git - friendica.git/commitdiff
don't translate CR-LF
authorFriendika <info@friendika.com>
Mon, 24 Jan 2011 11:08:20 +0000 (03:08 -0800)
committerFriendika <info@friendika.com>
Mon, 24 Jan 2011 11:08:20 +0000 (03:08 -0800)
mod/invite.php
view/it/strings.php

index 9d4497f5def01d3722f0e6f3fb55063f3a47d416..f67432746fe2d1726dab709e10ac2e1314059fb0 100644 (file)
@@ -57,10 +57,10 @@ function invite_content(&$a) {
                '$invite' => t('Send invitations'),
                '$addr_text' => t('Enter email addresses, one per line:'),
                '$msg_text' => t('Your message:'),
-               '$default_message' => t('Please join my social network on ') . $a->config['sitename'] . t("\r\n") . t("\r\n")
-                       . t('To accept this invitation, please visit:') . t("\r\n") . t("\r\n") . $a->get_baseurl()
-                       . t("\r\n") . t("\r\n") . t('Once you have registered, please connect with me via my profile page at:') 
-                       . t("\r\n") . t("\r\n") . $a->get_baseurl() . '/profile/' . $a->user['nickname'] ,
+               '$default_message' => t('Please join my social network on ') . $a->config['sitename'] . "\r\n" . "\r\n"
+                       . t('To accept this invitation, please visit:') . "\r\n" . "\r\n" . $a->get_baseurl()
+                       . "\r\n" . "\r\n" . t('Once you have registered, please connect with me via my profile page at:') 
+                       . "\r\n" . "\r\n" . $a->get_baseurl() . '/profile/' . $a->user['nickname'] ,
                '$submit' => t('Submit')
        ));
 
index 8e9ca7a0c005d0452ed746a252c144d46d3dcc71..d0f62543fd44f22c21c6d309863b92f0d9d6c53b 100644 (file)
@@ -188,7 +188,6 @@ $a->strings['Send invitations'] = 'Invia inviti';
 $a->strings['Enter email addresses, one per line:'] = 'Inserisci gli indirizzi email, uno per riga:';
 $a->strings['Your message:'] = 'Il tuo messaggio:';
 $a->strings['Please join my social network on '] = 'Unisciti al mio social network su ';
-$a->strings['\r\n'] = '';
 $a->strings['To accept this invitation, please visit:'] = 'Per accettare questo invito visita:';
 $a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Una volta registrato, connettiti con me sul mio profilo a:';
 $a->strings['Unable to locate original post.'] = 'Impossibile trovare il messaggio originale.';