aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/common.lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r--language/en_UK/common.lang.php16
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';
+?>