Changeset 12588
- Timestamp:
- 09/30/07 00:05:56 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/com.magnettechnologies.contactgrabber/locale/default.en.txt
r11774 r12588 18 18 Username 19 19 ---STRINGEND 20 21 ---STRING invite your gmail friends 22 Invite your gmail friends 23 ---STRINGEND trunk/midcom/com.magnettechnologies.contactgrabber/style/search-form.php
r12001 r12588 19 19 20 20 <div class="tabs_content" id="invite_gmail"> 21 <h2> Invite your gMail friends</h2>21 <h2><?php echo $data['l10n']->get('invite your gmail friends'); ?></h2> 22 22 <div class="invite_login_form"> 23 23 <form name="invite_gmail" method="POST" onsubmit="return com_magnettechnologies_contactgrabber_validate(this);" action=""> … … 35 35 </div> 36 36 <div class="description"> 37 <?php echo $ _MIDCOM->i18n->get_string('no details are stored', 'com.magnettechnologies.contactgrabber'); ?>37 <?php echo $data['l10n']->get('no details are stored'); ?> 38 38 </div> 39 39 </div>
