From f68903ec234fe7d76cddbbaa99fb0096d329582c Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 8 Jan 2007 20:52:58 +0000 Subject: Minor corrections in admin advices (French is still on going). git-svn-id: http://piwigo.org/svn/trunk@1702 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/en_UK.iso-8859-1/lang.adv.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 d29cb411d..990986322 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 @@ -81,12 +81,12 @@ foreach ($cases as $id_adv) break; Case 4 : - $adv[] = 'Show ITPC Data from your picture:'; + $adv[] = 'Show IPTC Data from your picture:'; $adv[] = ' 1 - Copy one of your jpg pictures (a public one)' . ' in ./tools/
' . ' 2 - Rename it as sample.jpg.
' . ' 3 - Run ./tools/metadata.php
' . - ' 4 - Analyse results to determine which ITPC fields could be' . + ' 4 - Analyse results to determine which IPTC fields could be' . ' useful for your visitors.'; $adv[] = 'Beginners would prefer to keep $conf[\'show_iptc\'] = false;'; $adv[] = 'Advanced users would take care of $lang values and impacts' . @@ -356,12 +356,12 @@ foreach ($cases as $id_adv) $adv[] = '1 - Copy one of your jpg pictures (a public one) in ./tools/' . '
2 - Rename it as sample.jpg.' . '
3 - Run ./tools/metadata.php' . - '
4 - Analyse results to determine which ITPC fields ' . + '
4 - Analyse results to determine which IPTC fields ' . 'could be used to override database fields.'; $adv[] = 'Beginners would prefer to keep $conf[\'use_iptc\'] = false;'; $adv[] = 'Advanced users make documentation efforts prior ' . 'to upload their pictures.
' . - 'ITPC fields have to be described in ' . + 'IPTC fields have to be described in ' . '$conf[\'use_iptc_mapping\']'; $adv[] = 'In any case, show_iptc_mapping and ' . 'use_iptc_mapping must be totally different.'; @@ -374,7 +374,7 @@ foreach ($cases as $id_adv) $adv[] = '1 - Copy one of your jpg pictures (a public one) in ./tools/' . '
2 - Rename it as sample.jpg.' . '
3 - Run ./tools/metadata.php' . - '
4 - Analyse results to determine which ITPC fields ' . + '
4 - Analyse results to determine which IPTC fields ' . 'could be used to override database fields.'; $adv[] = 'Beginners would prefer to keep $conf[\'use_iptc\'] = false;'; $adv[] = 'Advanced users make documentation efforts prior ' . -- cgit v1.2.3