Dotclear

Changeset 2134


Ignore:
Timestamp:
03/22/10 11:26:08 (14 years ago)
Author:
brol
Message:

Pb localisation réglé (ticket #138 clos), et correction de libellés.
Renommage de Help en About pour bug dans l'onglet d'aide.
Upgrade en 1.4.

Location:
plugins/twitterPost
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/twitterPost/_admin.php

    r901 r2134  
    2222# 
    2323# ***** END LICENSE BLOCK ***** 
     24 
     25if (!defined('DC_CONTEXT_ADMIN')) { return; } 
     26 
     27l10n::set(dirname(__FILE__).'/locales/'.$_lang.'/admin'); 
    2428 
    2529include_once(dirname(__FILE__) . '/inc/TwitterPost.class.php'); 
  • plugins/twitterPost/_define.php

    r1312 r2134  
    2828     /* Description*/    "Update your status on new posts", 
    2929     /* Author */        "Hadrien Lanneau (http://www.alti.info)", 
    30      /* Version */       '1.3', 
     30     /* Version */       '1.4', 
    3131     /* Permissions */   'usage,contentadmin' 
    3232); 
  • plugins/twitterPost/inc/TwitterPost.class.php

    r1312 r2134  
    101101               { 
    102102                    throw new Exception( 
    103                          __('Twitter Post : Post must be published') 
     103                         __('Twitter Post: Post must be published') 
    104104                    ); 
    105105               } 
  • plugins/twitterPost/index.php

    r1313 r2134  
    181181                    <p class="label"> 
    182182                         <label class="classic"> 
    183                               <?php echo __('Your twit :'); ?> 
     183                              <?php echo __('Your twit:'); ?> 
    184184                              <?php echo form::field( 
    185185                                   'twitterpost_status', 
     
    191191                    </p> 
    192192                    <p> 
    193                          <?php echo __('Help'); ?> 
     193                         <?php echo __('About'); ?> 
    194194                    </p> 
    195195               </fieldset> 
     
    199199                    <p class="label"> 
    200200                         <label class="classic"> 
    201                               <?php echo __('Login :'); ?> 
     201                              <?php echo __('Login:'); ?> 
    202202                              <?php echo form::field( 
    203203                                   'twitterpost_username', 
     
    210210                    <p class="label"> 
    211211                         <label class="classic"> 
    212                               <?php echo __('Password :'); ?> 
     212                              <?php echo __('Password:'); ?> 
    213213                              <?php echo form::password( 
    214214                                   'twitterpost_password', 
     
    225225                    <p class="label"> 
    226226                         <label class="classic"> 
    227                               <?php echo __('Login :'); ?> 
     227                              <?php echo __('Login:'); ?> 
    228228                              <?php echo form::field( 
    229229                                   'twitterpost_username_identica', 
     
    236236                    <p class="label"> 
    237237                         <label class="classic"> 
    238                               <?php echo __('Password :'); ?> 
     238                              <?php echo __('Password:'); ?> 
    239239                              <?php echo form::password( 
    240240                                   'twitterpost_password_identica', 
     
    251251                    <p class="label"> 
    252252                         <label class="classic"> 
    253                               <?php echo __('Login :'); ?> 
     253                              <?php echo __('Login:'); ?> 
    254254                              <?php echo form::field( 
    255255                                   'twitterpost_username_trim', 
     
    262262                    <p class="label"> 
    263263                         <label class="classic"> 
    264                               <?php echo __('Password :'); ?> 
     264                              <?php echo __('Password:'); ?> 
    265265                              <?php echo form::password( 
    266266                                   'twitterpost_password_trim', 
     
    272272                    </p> 
    273273               </fieldset> 
    274                 
     274               <fieldset style="border:none; background:none;"> 
    275275               <input type="hidden" name="p" value="twitterPost" /> 
    276276               <?php echo $core->formNonce(); ?> 
    277277               <input type="submit" name="saveconfig" value="<?php echo __('save'); ?>" /> 
     278               </fieldset> 
    278279          </form> 
    279280     </div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map