diff options
author | plegall <plg@piwigo.org> | 2010-04-02 10:11:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-02 10:11:55 +0000 |
commit | 783c21a8fd7185f8e2d8c63880a616dba7a95ccb (patch) | |
tree | 5c9a60b9bac721f3b273e059ed2c09bb944a2a16 /language/en_UK/admin.lang.php | |
parent | b4cee39043cf287f51c25d4a42d18357045274cd (diff) |
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
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
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.'; ?> |