Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/it.php')
-rw-r--r--l10n/it.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/it.php b/l10n/it.php
new file mode 100644
index 00000000..5f4efff9
--- /dev/null
+++ b/l10n/it.php
@@ -0,0 +1,11 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Immagini",
+"Picture view" => "Vista immagini",
+"Error loading slideshow template" => "Errore durante il caricamento del modello di presentazione",
+"Share" => "Condividi",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Nessuna immagine trovata. Se carichi immagini nell'applicazione dei file, esse saranno visualizzate qui.",
+"shared by %s" => "condiviso da %s",
+"File list" => "Elenco dei file"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";