git-svn-id: http://piwigo.org/svn/branches/2.0@2912 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
riopwg
2008-11-26 19:47:30 +00:00
parent 58501b730f
commit 0111f50e63
2 changed files with 2 additions and 2 deletions
@@ -51,6 +51,6 @@ $lang['locfiledit_parent_directory'] = 'Directory parente';
$lang['locfiledit_filename_error'] = 'Caratteri vietati nel nome del file.';
$lang['locfiledit_file_already_exists'] = 'Il file esiste già.';
$lang['locfiledit_model_error'] = 'Selezionare un modello.';
/* TODO */ $lang['locfiledit_empty_filename'] = 'You must fill file name.';
/* TODO */ $lang['locfiledit_empty_filename'] = 'Indicare un nome di file.';
?>