Changeset 11761


Ignore:
Timestamp:
Jul 17, 2011, 10:31:29 PM (13 years ago)
Author:
plg
Message:

change Subscribe into Register, suggested by winson and I agree, I has simply copied the Newsletter Subscription words, but it's not a subscription

Location:
extensions/showcase_subscribe
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/showcase_subscribe/admin.tpl

    r11668 r11761  
    1313
    1414<div class="titrePage">
    15   <h2>Showcase Subscribe</h2>
     15  <h2>Showcase Register</h2>
    1616</div>
    1717
     
    6767
    6868    <p style="margin:0;">
    69       <input class="submit" type="submit" name="submit_subscribe" value="{'Subscribe'|@translate}"/>
     69      <input class="submit" type="submit" name="submit_subscribe" value="{'Register'|@translate}"/>
    7070    </p>
    7171  </fieldset>
  • extensions/showcase_subscribe/language/en_UK/description.txt

    r11668 r11761  
    1 Subscribe to Piwigo Showcase from your own gallery, with just a few clicks
     1Register on Piwigo Showcase from your own gallery, with just a few clicks
  • extensions/showcase_subscribe/language/en_UK/plugin.lang.php

    r11668 r11761  
    11<?php
    2 $lang['Subscribe my gallery to Piwigo Showcase'] = 'Subscribe my gallery to Piwigo Showcase';
     2$lang['Subscribe my gallery to Piwigo Showcase'] = 'Register my gallery on Piwigo Showcase';
    33$lang['Gallery Address (URL)'] = 'Gallery Address (URL)';
    44$lang['An error has occured, no connection to %s'] = 'An error has occured, no connection to %s';
    5 $lang['Your subscription is currently pending, if you have provided an email, you will be notified as soon as your gallery is registered'] = 'Your subscription is currently pending, if you have provided an email, you will be notified as soon as your gallery is registered';
     5$lang['Your subscription is currently pending, if you have provided an email, you will be notified as soon as your gallery is registered'] = 'Your registration is currently pending, if you have provided an email, you will be notified as soon as your gallery is registered';
    66$lang['Your gallery is already registered in Piwigo Showcase, <a href="%s">see it →</a>'] = 'Your gallery is already registered in Piwigo Showcase, <a href="%s">see it →</a>';
    77$lang['A good description will improve your visibility in search engines'] = 'A good description will improve your visibility in search engines';
  • extensions/showcase_subscribe/main.inc.php

    r11668 r11761  
    11<?php
    22/*
    3 Plugin Name: Showcase Subscribe
     3Plugin Name: Showcase Register
    44Version: auto
    5 Description: Subscribe to Piwigo Showcase (piwigo.org/showcase)
     5Description: Register on Piwigo Showcase (piwigo.org/showcase)
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=
    77Author: plg
Note: See TracChangeset for help on using the changeset viewer.