diff options
author | plegall <plg@piwigo.org> | 2012-04-06 20:45:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-06 20:45:35 +0000 |
commit | 1072ba010a7e940bc78aeffbc85ce9673d5c88f3 (patch) | |
tree | 6b374ad81d8e2ebc16a19a706e7aa33fb8d95818 /language/en_UK/admin.lang.php | |
parent | 7a20cd3a60ddbfd10cbb43bbb0baac10906b6b08 (diff) |
feature 2608: explain what the Center of Interest is
git-svn-id: http://piwigo.org/svn/trunk@13940 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 79f16b331..c02e20a92 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -877,4 +877,9 @@ $lang['include photos with lower privacy level'] = 'include photos with lower pr $lang['custom']='Custom'; $lang['No group is permitted to see this private album'] = 'No group is permitted to see this private album'; $lang['Permission management'] = 'Permission management'; +$lang['Photo sizes with crop'] = 'Photo sizes with crop'; +$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.'; +$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.'; +$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.'; +$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.'; ?>
\ No newline at end of file |