From 073ab4a9e3ef97fcfce21bf72d5eae6b61d2f801 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 15 Jan 2007 22:44:48 +0000 Subject: Feature "Admin Advices !" (Standard plugin) : May give you always now an advice on the administration page. Quick solved list: 1 - Wording on EXIF/IPTC Advices 2 - Default language is English 3 - Some Transparency issues under IE 4 - Some Border issues 5 - PWG Menu moved from Advices Box to Intro. 6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL() 7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)). git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php') 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 a56febb66..a6584b0af 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 @@ -334,7 +334,7 @@ foreach ($cases as $id_adv) 'their reasons are not really professional.' ; $adv[] = 'Do NOT confuse between show_iptc and ' . 'use_iptc (have a look on metadata page ' . - 'on our wiki.'; + 'on our wiki).'; $cond = $conf['show_iptc']; $confk = 'show_iptc'; break; @@ -349,7 +349,7 @@ foreach ($cases as $id_adv) ' even those ones are NOT empty.'; $adv[] = 'Do NOT confuse between show_iptc and ' . 'use_iptc (have a look on metadata page ' . - 'on our wiki.'; + 'on our wiki).'; $cond = $conf['use_iptc']; $confk = 'use_iptc'; break; @@ -404,7 +404,7 @@ foreach ($cases as $id_adv) 'their reasons are to protect their knowledge.' ; $adv[] = 'Do NOT confuse between show_exif and ' . 'use_exif (have a look on metadata page ' . - 'on our wiki.'; + 'on our wiki).'; $cond = true; $confk = 'show_exif'; break; @@ -419,10 +419,10 @@ foreach ($cases as $id_adv) $adv[] = 'Beginners would prefer to let default values.'; $adv[] = 'Advanced users would take care of $lang values and ' . 'impacts on templates.'; - $adv[] = 'In any case, show_exif_mapping and ' . + $adv[] = 'In any case, show_exif_fields and ' . 'use_exif_mapping must be totally different.'; $cond = true; - $confk = 'show_exif_mapping'; + $confk = 'show_exif_fields'; break; Case 34 : @@ -435,7 +435,7 @@ foreach ($cases as $id_adv) ' even those ones are NOT empty.'; $adv[] = 'Do NOT confuse between show_exif and ' . 'use_exif (have a look on metadata page ' . - 'on our wiki.'; + 'on our wiki).'; $cond = true; $confk = 'use_exif'; break; @@ -451,10 +451,10 @@ foreach ($cases as $id_adv) $adv[] = 'Advanced users would carefully chose overrided fields ' . 'prior to synchronize.'; $adv[] = 'Take care of mentionned fields in metadata synchronization.' . - '
Mentionned fields would be rewrited with IPTC values ' . + '
Mentionned fields would be rewrited with EXIF values ' . ' even those ones are NOT empty.'; - $adv[] = 'In any case, show_iptc_mapping and ' . - 'use_iptc_mapping must be totally different.'; + $adv[] = 'In any case, show_exif_fields and ' . + 'use_exif_mapping must be totally different.'; $cond = true; $confk = 'use_exif_mapping'; break; -- cgit v1.2.3