add language keys for a future redesign on watermark admin screen
git-svn-id: http://piwigo.org/svn/trunk@13941 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
1072ba010a
commit
a3314d86d5
1 changed files with 13 additions and 0 deletions
|
|
@ -882,4 +882,17 @@ $lang['The center of interest is the most meaningful zone in the photo.'] = 'The
|
|||
$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.';
|
||||
$lang['X Position'] = 'X Position';
|
||||
$lang['Y Position'] = 'Y Position';
|
||||
$lang['X Repeat'] = 'X Repeat';
|
||||
$lang['Opacity'] = 'Opacity';
|
||||
$lang['top left corner'] = 'top left corner';
|
||||
$lang['top right corner'] = 'top right corner';
|
||||
$lang['middle'] = 'middle';
|
||||
$lang['bottom left corner'] = 'bottom left corner';
|
||||
$lang['bottom right corner'] = 'bottom right corner';
|
||||
$lang['Select a file'] = 'Select a file';
|
||||
$lang['add a new watermark'] = 'add a new watermark';
|
||||
$lang['Apply watermark if width is bigger than'] = 'Apply watermark if width is bigger than';
|
||||
$lang['Apply watermark if height is bigger than'] = 'Apply watermark if height is bigger than';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue