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

it.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f4efff97fbe150d6637298f9dcd069c77165932 (plain)
1
2
3
4
5
6
7
8
9
10
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);";