diff options
author | plegall <plg@piwigo.org> | 2012-06-13 20:52:12 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-06-13 20:52:12 +0000 |
commit | bb3db660a4dc9b073ff8b195ac7bd070fc81dc5a (patch) | |
tree | c4d67d36f2f1bf0a96aac6b63a8ef04eded396e0 /language/en_UK/admin.lang.php | |
parent | 0add118f093f8fb8a73756ad48b59dc57f9d596e (diff) |
feature 2652: remote site removal, do not talk about "remote site" on the site manager
git-svn-id: http://piwigo.org/svn/trunk@15659 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 1b349cace..d9e2b1bc3 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -206,7 +206,6 @@ $lang['Correction applied with success'] = "Correction successfully applied"; $lang['Correction the anomaly will cancel the fact that it\'s ignored'] = "Corrected anomaly will no longer be ignored"; $lang['Correction'] = "Correction"; $lang['create a new album'] = 'create a new album'; -$lang['Create a new site : (give its URL to create_listing_file.php)'] = "Create a new site : (give its URL to create_listing_file.php)"; $lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Create the "%s" directory at the root of your Piwigo installation'; $lang['Create this site'] = "Create this site"; $lang['Create'] = 'Create'; @@ -921,4 +920,5 @@ $lang['%d second'] = '%d second'; $lang['%d seconds'] = '%d seconds'; $lang['Sharpen'] = 'Sharpen'; $lang['Edit photo'] = 'Edit photo'; +$lang['create a new site'] = 'create a new site'; ?>
\ No newline at end of file |