aboutsummaryrefslogtreecommitdiffstats
path: root/language/it_IT/admin.lang.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-08-29 12:35:16 +0000
committerrvelices <rv-github@modusoptimus.com>2008-08-29 12:35:16 +0000
commitbd833ee9bcd52d7e5c1cc52c220ead224beb1225 (patch)
treed7fb01c6cb0ce046f6ddaebf61a8c0b74bfb774c /language/it_IT/admin.lang.php
parent844799d0401321704c1ef390a1014118438fe7bd (diff)
synchro improvements:
- able to sync metadata at the same time as the files/dirs - by default empty metadata does not overwrite database infos (checkbox can switch to previous behaviour) (bug 132) - the form is shown again even after a successfull non simulated run git-svn-id: http://piwigo.org/svn/trunk@2491 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/it_IT/admin.lang.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php
index 75380021d..071359ef4 100644
--- a/language/it_IT/admin.lang.php
+++ b/language/it_IT/admin.lang.php
@@ -446,7 +446,6 @@ $lang['update_sync_dirs'] = 'solo directory';
$lang['update_sync_files'] = 'sincronizzare la struttura dei files con la base dati';
$lang['update_sync_metadata'] = 'sincronizzare gli elementi della base dati con le informazioni presenti nei metadati dei files';
$lang['update_sync_metadata_all'] = 'anche gli elementi già sincronizzati';
-$lang['update_sync_metadata_new'] = 'solo gli elementi mai sincronizzati';
$lang['update_used_metadata'] = 'Metadati usati';
$lang['update_wrong_dirname_info'] = 'Il nome delle directory e dei files deve essere composto da lettere, numeri, "-", "_" o "."';
$lang['update_wrong_dirname_short'] = 'Nome file errato';
@@ -649,8 +648,7 @@ $lang['Hits'] = 'Uso';
$lang['GD library is missing'] = 'la biblioteca GD è manquante';
$lang['conf_extents'] = 'Templates (modelli)';
$lang['extend_for_templates'] = 'Estendere i templates';
-$lang['Replacement of original templates'] =
- 'Sostitizione dei templates d\'origine con i vostri templates personalizzati dalla sotto directory template-extension';
+$lang['Replacement of original templates'] = 'Sostitizione dei templates d\'origine con i vostri templates personalizzati dalla sotto directory template-extension';
$lang['Replacers'] = 'Sostituzione (templates personalizzati)';
$lang['Original templates'] = 'Templates d\'origine';
$lang['Optional URL keyword'] = 'Parametro facultativo del\'URL';
@@ -660,4 +658,6 @@ $lang['Optimizations errors'] = 'Ottimizzazioni concluse con errori.';
$lang['delete this comment'] = 'cancellare commenti';
$lang['link_info_image'] = 'Modifica le informazioni';
$lang['edit category informations'] = 'Modificare le informazioni della categoria';
+/* TODO */ $lang['nothing'] = 'nothing';
+/* TODO */ $lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones';
?> \ No newline at end of file