Changeset 4851
- Timestamp:
- Feb 8, 2010, 12:49:34 PM (15 years ago)
- 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 41 41 } 42 42 43 // Build a n advice on the Admin Intro page43 // Build advice on the Admin Intro page 44 44 function set_admin_advice() 45 45 { … … 47 47 $my_path = dirname(__FILE__).'/'; 48 48 49 // Include language advice s49 // Include language advice 50 50 foreach ($conf as $key => $value) 51 51 { … … 135 135 ); 136 136 137 // If there is a n advice137 // If there is advice 138 138 if ( $cond ) 139 139 { -
branches/2.0/plugins/admin_advices/adv_set.php
r3046 r4851 24 24 25 25 // 26 // A new advicesneeds:26 // New advice needs: 27 27 // $lang['Adv_case'][xx] = 'Text' ==> in all plugin.lang 28 28 // $adv['c'][xx] = Condition (default true) -
branches/2.0/plugins/admin_advices/language/en_UK/plugin.lang.php
r3046 r4851 23 23 24 24 // --------- 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'; 26 26 $lang['contribute'] = 'how you can contribute'; 27 27 $lang['navigation'] = 'navigation'; -
branches/2.0/plugins/admin_advices/main.inc.php
r3274 r4851 23 23 24 24 /* 25 Plugin Name: Admin Advice s26 Version: 2.0.225 Plugin Name: Admin Advice 26 Version: Auto 27 27 Description: Give you an advice on the administration page. 28 28 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=285
Note: See TracChangeset
for help on using the changeset viewer.