Updated admin.lang.php

git-svn-id: http://piwigo.org/svn/trunk@2685 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2008-10-08 12:10:47 +00:00
parent 0b1a237d35
commit 636c471e0e
3 changed files with 18 additions and 3 deletions
+5
View File
@@ -638,4 +638,9 @@ $lang['ranks'] = 'rangs';
$lang['Drag to re-order'] = 'Clicca e trascina per riorganizzare';
$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Impossibile di connettersi al server perche la funzione allow_url_fopen è disattivata.';
$lang['Quick Local Synchronization'] = 'Sincronizzazione rapida';
/* TODO */ $lang['No photo can be deleted'] = 'No photo can be deleted';
/* TODO */ $lang['Note: Only deletes photos added with pLoader'] = 'Note: Only deletes photos added with pLoader';
/* TODO */ $lang['Delete selected photos'] = 'Delete selected photos';
/* TODO */ $lang['%d photo was deleted'] = '%d photo was deleted';
/* TODO */ $lang['%d photos were deleted'] = '%d photos were deleted';
?>