diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 6 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index f984aba42..1ace5615c 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -482,8 +482,8 @@ $lang['Manage'] = "Manage"; $lang['manual order'] = 'manual order'; $lang['Manual order'] = 'Manual order'; $lang['Maximum file size: %sB.'] = 'Maximum file size: %sB.'; -$lang['Maximum Height'] = 'Maximum height'; -$lang['Maximum Width'] = 'Maximum Width'; +$lang['Maximum height'] = 'Maximum height'; +$lang['Maximum width'] = 'Maximum width'; $lang['Members'] = "Members"; $lang['Menu Management'] = 'Menus'; $lang['Merge selected tags'] = 'Merge selected tags'; @@ -812,7 +812,7 @@ $lang['Thumbnail'] = "Thumbnail"; $lang['Thumbnails generation in progress...'] = 'Thumbnails generation in progress...'; $lang['Time to send mail is limited. Others mails are skipped.'] = "The time to send mail is limited. Others mails have been skipped."; $lang['Time'] = "Time"; -$lang['Title'] = "title"; +$lang['Title'] = "Title"; $lang['To export your photos from digiKam to Piwigo, simply install digiKam and the Kipi-plugins.'] = 'To export your photos from digiKam to Piwigo, simply install digiKam and the Kipi-plugins.'; $lang['To send ?'] = "To send?"; $lang['To subscribe'] = "To subscribe"; diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index ba81b091d..43fb5be4b 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -225,10 +225,6 @@ $lang['Logout'] = "Logout"; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "mail address must be like xxx@yyy.eee (example : jack@altern.org)"; $lang['Manage this user comment: %s'] = 'Manage this user comment: %s'; $lang['Manual sort order'] = 'Manual sort order'; -$lang['Maximum height must be a number superior to 50'] = "Maximum height must be a number greater than 50"; -$lang['Maximum photo height'] = "Maximum photo height"; -$lang['Maximum photo width'] = "Maximum photo width"; -$lang['Maximum width must be a number superior to 50'] = "Maximum width must be a number greater than 50"; $lang['medium'] = 'M - medium'; $lang['Menu'] = "Menu"; $lang['Mobile'] = 'Mobile'; |