From 783c21a8fd7185f8e2d8c63880a616dba7a95ccb Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Apr 2010 10:11:55 +0000 Subject: bug 1550: add a default message when there is no new plugin/theme/language available. git-svn-id: http://piwigo.org/svn/trunk@5570 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'language/en_UK/admin.lang.php') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index d4c63dd2e..4e7e6fc33 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -759,4 +759,7 @@ $lang['The following tag was deleted'] = 'The following tag was deleted'; $lang['Miscellaneous'] = 'Miscellaneous'; $lang['User Upload'] = 'User Upload'; $lang['Virtual Links'] = 'Virtual Links'; +$lang['There is no other language available.'] = 'There is no other language available.'; +$lang['There is no other plugin available.'] = 'There is no other plugin available.'; +$lang['There is no other theme available.'] = 'There is no other theme available.'; ?> -- cgit v1.2.3