Changeset 20173


Ignore:
Timestamp:
Jan 15, 2013, 10:32:56 PM (11 years ago)
Author:
TranslationTeam
Message:

[piwecard] Update en_UK, thanks to : Kaare

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/language/en_UK/plugin.lang.php

    r20162 r20173  
    9494//default_values.inc.php
    9595$lang['piwecard_default_email_subject']                 = '%yourname% has sent you an e-card';
    96 $lang['piwecard_default_email_message_text']    =
    97 'Hello %recipientname% !
     96$lang['piwecard_default_email_message_text'] = 'Hello %recipientname%!
    9897%yourname% has sent you an e-card from the website %website%.
    9998You can view this e-card at the following address: %ecardurl%.
    100 See you on %website% (%websiteurl%) !
     99See you on %website% (%websiteurl%)!
    101100The Webmaster';
    102 $lang['piwecard_default_email_message_html']    =
    103 '<p>Hello %recipientname% !</p>
    104 <p><b>%yourname%</b> has sent you an e-card from the website <a href="%websiteurl%">%website%</a> :</p>
     101$lang['piwecard_default_email_message_html'] = '<p>Hello %recipientname%!</p>
     102<p><b>%yourname%</b> has sent you an e-card from the website <a href="%websiteurl%">%website%</a>:</p>
    105103<p><b>%ecardtitle%</b></p>
    106104<p><a href="%ecardurl%"><img class="theImage" src="%pictureurl%" /></a><p>
     
    108106<p>%ecardmessage%</p>
    109107<p>You can also view the e-card <a href="%ecardurl%">at the following address</a>.</p>
    110 <p>See you on <a href="%websiteurl%">%website%</a> !</p>
     108<p>See you on <a href="%websiteurl%">%website%</a>!</p>
    111109<p>The Webmaster</p>';
    112110?>
Note: See TracChangeset for help on using the changeset viewer.