diff options
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 7523d14a007..92fd849ef7e 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -148,6 +148,7 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "Controlla il valore di \"datadirectory\" nella tua configurazione", "Data directory (%s) is invalid" : "La cartella dei dati (%s) non รจ valida", "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice.", - "Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\"." + "Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\".", + "Storage not available" : "Archiviazione non disponibile" }, "nplurals=2; plural=(n != 1);"); |