Changeset 13940


Ignore:
Timestamp:
Apr 6, 2012, 10:45:35 PM (12 years ago)
Author:
plg
Message:

feature 2608: explain what the Center of Interest is

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/picture_coi.tpl

    r13077 r13940  
    99
    1010<fieldset>
    11 <legend>{'Crop'|@translate}</legend>
     11<legend>{'Photo sizes with crop'|@translate}</legend>
    1212{foreach from=$cropped_derivatives item=deriv}
    1313<img src="{$deriv.U_IMG}" alt="{$ALT}" {$deriv.HTM_SIZE}>
     
    1717<fieldset>
    1818<legend>{'Center of interest'|@translate}</legend>
     19<p style="margin:0 0 10px 0;padding:0;">
     20{'The center of interest is the most meaningful zone in the photo.'|@translate}
     21{'For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'|@translate}
     22{'By default, the center of interest is placed in the middle of the photo.'|@translate}
     23{'Select a zone with your mouse to define a new center of interest.'|@translate}
     24</p>
    1925<input type="hidden" id="l" name="l" value="{if isset($coi)}{$coi.l}{/if}">
    2026<input type="hidden" id="t" name="t" value="{if isset($coi)}{$coi.t}{/if}">
  • trunk/language/en_UK/admin.lang.php

    r13668 r13940  
    878878$lang['No group is permitted to see this private album'] = 'No group is permitted to see this private album';
    879879$lang['Permission management'] = 'Permission management';
     880$lang['Photo sizes with crop'] = 'Photo sizes with crop';
     881$lang['The center of interest is the most meaningful zone in the photo.'] = 'The center of interest is the most meaningful zone in the photo.';
     882$lang['For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'] = 'For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.';
     883$lang['By default, the center of interest is placed in the middle of the photo.'] = 'By default, the center of interest is placed in the middle of the photo.';
     884$lang['Select a zone with your mouse to define a new center of interest.'] = 'Select a zone with your mouse to define a new center of interest.';
    880885?>
  • trunk/language/fr_FR/admin.lang.php

    r13668 r13940  
    892892$lang['No group is permitted to see this private album'] = 'Aucun groupe n\'est autorisé à voir cet album privé';
    893893$lang['Permission management'] = 'Gestion des permissions';
     894$lang['Photo sizes with crop'] = 'Tailles de photo avec retaillage';
     895$lang['The center of interest is the most meaningful zone in the photo.'] = 'Le centre d\'intérêt est la zone la plus représentative de la photo.';
     896$lang['For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'] = 'Pour les tailles de photo avec retaillage, comme la taille "Carré", Piwigo essaiera d\'inclure au mieux ce centre d\'intérêt.';
     897$lang['By default, the center of interest is placed in the middle of the photo.'] = 'Par défaut, le centre d\'intérêt est placé au milieu de la photo.';
     898$lang['Select a zone with your mouse to define a new center of interest.'] = 'Sélectionnez une zone avec votre souris pour définir un nouveau centre d\'intérêt.';
    894899?>
Note: See TracChangeset for help on using the changeset viewer.