From ed6d397aa1a82d6a8f0794b46a381fe746a0ae70 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 12 Jan 2007 22:36:56 +0000 Subject: 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 --- plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/admin_advices/en_UK.iso-8859-1') 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) ) -- cgit v1.2.3