diff options
Diffstat (limited to 'apps/files/l10n/it.php')
-rw-r--r-- | apps/files/l10n/it.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 28b33795aeb..e5e4bd03bb3 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Impossibile spostare %s - un file con questo nome esiste giĆ ", "Could not move %s" => "Impossibile spostare %s", "Unable to set upload directory." => "Impossibile impostare una cartella di caricamento.", @@ -79,3 +80,4 @@ "files" => "file", "Upgrading filesystem cache..." => "Aggiornamento della cache del filesystem in corso..." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |