diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-09 20:43:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-09 20:43:41 +0000 |
commit | 1b527e396434fa72c60dfd57fc00ea3e31bebefc (patch) | |
tree | 9f2fc07b5e3b2ce2dad3316168b9288ce5f7e535 /language/en_UK/common.lang.php | |
parent | afb04c02937046f22b2e71974c785c6ee70ae10f (diff) |
- language aditions/removal
git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index d863cf5c0..30b36927a 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -239,7 +239,7 @@ $lang['Notification'] = "Notification"; $lang['Number of items'] = "Number of items"; $lang['Number of photos per page'] = "Number of photos per page"; $lang['obligatory'] = "mandatory"; -$lang['Original dimensions'] = "Original dimensions"; +$lang['Original dimensions'] = "Original dimensions"; //unused? $lang['Page generated in'] = "Page generated in"; $lang['Password forgotten'] = "Password forgotten"; $lang['Password reset is not allowed for this user'] = 'Password reset is not allowed for this user'; @@ -374,12 +374,11 @@ $lang['medium'] = "Medium"; $lang['large'] = "Large"; $lang['xlarge'] = "XLarge"; $lang['xxlarge'] = "XXLarge"; -$lang['original'] = "Original"; +$lang['Original'] = "Original"; $lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!'; $lang['Here are your connection settings'] = 'Here are your connection settings'; $lang['Password: %s'] = 'Password: %s'; $lang['Username: %s'] = 'Username: %s'; -$lang['Email: %s'] = 'Email: %s'; $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'If you think you\'ve received this email in error, please contact us at %s'; - +$lang['Photo sizes'] = 'Photo sizes'; ?>
\ No newline at end of file |