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
This commit is contained in:
plegall 2012-06-13 20:52:12 +00:00
commit bb3db660a4
3 changed files with 26 additions and 9 deletions

View file

@ -311,7 +311,6 @@ $lang['selection'] = "Sélection";
$lang['set to'] = "changer en";
$lang['singly represented'] = "représentant fixe";
$lang['This site already exists'] = "Ce site existe déjà";
$lang['Create a new site : (give its URL to create_listing_file.php)'] = "Créer un nouveau site distant : (donner son URL vers create_listing_file.php)";
$lang['created'] = "créé";
$lang['delete this site and all its attached elements'] = "supprimer ce site et toutes les informations associées";
$lang['an error happened'] = "une erreur est survenue";
@ -922,4 +921,5 @@ $lang['%d second'] = '%d seconde';
$lang['%d seconds'] = '%d secondes';
$lang['Sharpen'] = 'Renforcer la netteté';
$lang['Edit photo'] = 'Éditer la photo';
$lang['create a new site'] = 'créer un nouveau site';
?>