diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-12 22:36:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-12 22:36:56 +0000 |
commit | ed6d397aa1a82d6a8f0794b46a381fe746a0ae70 (patch) | |
tree | f4785d68f727ecdc2f0e801a47f7823cf7c3210c /plugins/admin_advices/en_UK.iso-8859-1 | |
parent | c75d7186d7a9b1d6f2e44d5deea3447c0fba11b4 (diff) |
Admin Advices includes :
- Tags relation check.
- PhpWebGallery link buttons.
- Its own default-layout.css (as a sample for other plugins as well).
No more functions would be included in 1.7
Please process to correct all wording errors in any advice.
git-svn-id: http://piwigo.org/svn/trunk@1718 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices/en_UK.iso-8859-1')
-rw-r--r-- | plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php b/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php index 4c8adf87e..a56febb66 100644 --- a/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php +++ b/plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php @@ -5,7 +5,7 @@ // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch : BSF (Best So Far)
-// | file : $RCSfile$
+// | file : $URL$
// | last update : $Date: 2006-12-21 22:38:20 +0100 (jeu., 4 jan. 2007) $
// | last modifier : $Author: Vincent $
// | revision : $Revision: 1677 $
@@ -30,7 +30,9 @@ //$lang_info['direction'] = 'ltr';
//$lang_info['code'] = 'en';
global $lang;
+$lang['An_advice_about'] = 'A new advice about';
$lang['Metadata'] = 'Metadata';
+
foreach ($conf as $key => $value)
{
if ( is_string($value) )
|