Changeset 4851


Ignore:
Timestamp:
Feb 8, 2010, 12:49:34 PM (14 years ago)
Author:
vdigital
Message:

"s" removed in name, comments and translation
Not done on keys, and directory

Location:
branches/2.0/plugins/admin_advices
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/plugins/admin_advices/admin_advices.php

    r3046 r4851  
    4141}
    4242
    43 // Build an advice on the Admin Intro page
     43// Build advice on the Admin Intro page
    4444function set_admin_advice()
    4545{
     
    4747  $my_path = dirname(__FILE__).'/';
    4848
    49 //  Include language advices
     49//  Include language advice
    5050  foreach ($conf as $key => $value)
    5151  {
     
    135135    );
    136136
    137 //  If there is an advice
     137//  If there is advice
    138138  if ( $cond )
    139139  {
  • branches/2.0/plugins/admin_advices/adv_set.php

    r3046 r4851  
    2424
    2525//
    26 // A new advices needs:
     26// New advice needs:
    2727//    $lang['Adv_case'][xx] = 'Text' ==> in all plugin.lang
    2828//    $adv['c'][xx] = Condition (default true)
  • branches/2.0/plugins/admin_advices/language/en_UK/plugin.lang.php

    r3046 r4851  
    2323
    2424// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
    25 $lang['An_advice_about'] = 'A new advice about';
     25$lang['An_advice_about'] = 'New advice about';
    2626$lang['contribute'] = 'how you can contribute';
    2727$lang['navigation'] = 'navigation';
  • branches/2.0/plugins/admin_advices/main.inc.php

    r3274 r4851  
    2323
    2424/*
    25 Plugin Name: Admin Advices
    26 Version: 2.0.2
     25Plugin Name: Admin Advice
     26Version: Auto
    2727Description: Give you an advice on the administration page.
    2828Plugin URI: http://piwigo.org/ext/extension_view.php?eid=285
Note: See TracChangeset for help on using the changeset viewer.