"s" removed in name, comments and translation
Not done on keys, and directory git-svn-id: http://piwigo.org/svn/branches/2.0@4851 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d3209d2b5f
commit
b2adc2ac54
4 changed files with 7 additions and 7 deletions
|
@ -40,13 +40,13 @@ function set_admin_advice_add_css()
|
|||
}
|
||||
}
|
||||
|
||||
// Build an advice on the Admin Intro page
|
||||
// Build advice on the Admin Intro page
|
||||
function set_admin_advice()
|
||||
{
|
||||
global $page, $user, $template, $conf, $prefixeTable, $lang;
|
||||
$my_path = dirname(__FILE__).'/';
|
||||
|
||||
// Include language advices
|
||||
// Include language advice
|
||||
foreach ($conf as $key => $value)
|
||||
{
|
||||
if ( is_string($value) )
|
||||
|
@ -134,7 +134,7 @@ function set_admin_advice()
|
|||
)
|
||||
);
|
||||
|
||||
// If there is an advice
|
||||
// If there is advice
|
||||
if ( $cond )
|
||||
{
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
//
|
||||
// A new advices needs:
|
||||
// New advice needs:
|
||||
// $lang['Adv_case'][xx] = 'Text' ==> in all plugin.lang
|
||||
// $adv['c'][xx] = Condition (default true)
|
||||
// $adv['v'][xx] = Value (if there is one (facultative))
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
|
||||
$lang['An_advice_about'] = 'A new advice about';
|
||||
$lang['An_advice_about'] = 'New advice about';
|
||||
$lang['contribute'] = 'how you can contribute';
|
||||
$lang['navigation'] = 'navigation';
|
||||
$lang['Metadata'] = 'Metadata';
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
/*
|
||||
Plugin Name: Admin Advices
|
||||
Version: 2.0.2
|
||||
Plugin Name: Admin Advice
|
||||
Version: Auto
|
||||
Description: Give you an advice on the administration page.
|
||||
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=285
|
||||
Author: Piwigo team
|
||||
|
|
Loading…
Add table
Reference in a new issue