diff options
author | plegall <plg@piwigo.org> | 2010-03-23 21:34:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 21:34:46 +0000 |
commit | 720b19a1d90ccd34cde8d5aed9f4509255c75a99 (patch) | |
tree | b27187bd727c5a41e6138c72fd9efb07fce0fd56 /language/en_UK/common.lang.php | |
parent | c4fd9f91412e5be9d9c426d18ea260ae970e96d4 (diff) |
Add many missing language keys due to new features in 2.1
Warning, some keys were moved from admin to common:
Are you sure?
Email address is missing. Please specify an email address.
delete this comment
git-svn-id: http://piwigo.org/svn/trunk@5294 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 254251bea..622b02ac4 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -372,4 +372,18 @@ $lang['Some info about this picture'] = "Some info about this picture"; $lang['Some more (technical) info about this picture'] = "Some more (technical) info about this picture"; $lang['edit this comment'] = "edit this comment"; $lang['Edit a comment'] = "Edit a comment"; -?>
\ No newline at end of file +$lang['Are you sure?'] = "Are you sure?"; +$lang['(!) This comment requires validation'] = '(!) This comment requires validation'; +$lang['Welcome'] = 'Welcome'; +$lang['Welcome to your Piwigo photo gallery!'] = 'Welcome to your Piwigo photo gallery!'; +$lang['... or browse your empty gallery'] = '... or browse your empty gallery'; +$lang['... or please deactivate this message, I will find my way by myself'] = '... or please deactivate this message, I will find my way by myself'; +$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hello %s, your Piwigo photo gallery is empty!'; +$lang['I want to add photos'] = 'I want to add photos'; +$lang['Manage this user comment: %s'] = 'Manage this user comment: %s'; +$lang['Email address is missing. Please specify an email address.'] = "Email address is missing. Please specify an email address."; +$lang['This author modified following comment:'] = 'This author modified following comment:'; +$lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d'; +$lang['delete this comment'] = "delete this comment"; +$lang['validate this comment'] = 'validate this comment'; +?> |