From 720b19a1d90ccd34cde8d5aed9f4509255c75a99 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Mar 2010 21:34:46 +0000 Subject: 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 --- language/en_UK/common.lang.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'language/en_UK/common.lang.php') 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'; +?> -- cgit v1.2.3