aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-04-06 21:47:12 +0000
committerplegall <plg@piwigo.org>2012-04-06 21:47:12 +0000
commita3314d86d5de8601d59c654a6e66812372493925 (patch)
treedbee8258396513495c31505f67a2ed0cee915168 /language/en_UK
parent1072ba010a7e940bc78aeffbc85ce9673d5c88f3 (diff)
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
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/admin.lang.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index c02e20a92..d824decd5 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -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';
?> \ No newline at end of file