diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-14 23:17:49 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-14 23:17:49 +0000 |
commit | fda50a256ba37648c661922735226d319dcc1750 (patch) | |
tree | 7ce79186b36de926f9617a8a1bf41f18dd1b00f2 /language/en_UK | |
parent | 8027f4fe0c9894cef757598ebf4bd06edbc7a285 (diff) |
plugin manager : description tooltip on the title, tooltip for restoration link
git-svn-id: http://piwigo.org/svn/trunk@10378 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 297d40d90..571e4dbb9 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -572,6 +572,7 @@ $lang['Representative'] = "Representative"; $lang['Represents'] = "Represents"; $lang['Resize'] = 'Resize'; $lang['Restore'] = "Restore"; +$lang['Restore default configuration. You will lost your plugin settings!'] = "Restore default configuration. You will lost your plugin settings!"; $lang['Results of miniaturization'] = "Miniaturization process results"; $lang['Save order'] = "Save order"; $lang['Save page visits by administrators'] = "Record pages visited by administrators"; |