aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php
diff options
context:
space:
mode:
authorriopwg <riopwg@piwigo.org>2009-07-10 19:29:40 +0000
committerriopwg <riopwg@piwigo.org>2009-07-10 19:29:40 +0000
commit48ce7e5ec5bddd3ff05d6d33d8186b969774da6f (patch)
tree6f0a842f1c4fc5caa7a32ad857ceaf3c3859a2bc /plugins/LocalFilesEditor/language/it_IT/plugin.lang.php
parentd24efa9e35a5d85234523503587f545148fd5ba5 (diff)
merge r3564 from branch 2.0 to trunk
Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3565 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/it_IT/plugin.lang.php')
-rw-r--r--plugins/LocalFilesEditor/language/it_IT/plugin.lang.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php b/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php
index af3ae20a0..3ddb6d69b 100644
--- a/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php
+++ b/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php
@@ -26,9 +26,9 @@ $lang['locfiledit_onglet_css'] = 'CSS';
$lang['locfiledit_onglet_tpl'] = 'Templates';
$lang['locfiledit_onglet_lang'] = 'Lingue';
$lang['locfiledit_onglet_plug'] = 'Plugin Personale';
-$lang['locfiledit_cant_save'] = 'È impossibile scrivere il file. Verificare i permessi (chmod) della directory.';
+$lang['locfiledit_cant_save'] = 'Non è stato possibile scrivere il file. Verificare i permessi (chmod) della directory "include/".';
$lang['locfiledit_newfile'] = 'Il file non esiste e sarà creato durante la fase di registrazione con LocalFiles Editor';
-$lang['locfiledit_save_config'] = 'Il file è stato salvato.';
+$lang['locfiledit_save_config'] = 'Il file è stato registrato.';
$lang['locfiledit_show_default'] = 'Visualizzare il file ';
$lang['locfiledit_save_bak'] = 'Una copia di backup del file sarà creata durante la fase di registrazione';
$lang['locfiledit_saved_bak'] = 'Una copia di backup è stata creata (%s)';
@@ -52,4 +52,5 @@ $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.';
$lang['locfiledit_empty_filename'] = 'Indicate un nome di file.';
+
?> \ No newline at end of file