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

it.php « l10n « media « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0d9c606e7417006cc91b8e021f66456442f620d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php $TRANSLATIONS = array(
"Music" => "Musica",
"Play" => "Play",
"Pause" => "Pausa",
"Previous" => "Precedente",
"Next" => "Successiva",
"Mute" => "Disattiva audio",
"Unmute" => "Riattiva audio",
"Songs scanned" => "Canzoni analizzate",
"Rescan Collection" => "Rianalizza colezione",
"Artist" => "Artista",
"Album" => "Album",
"Title" => "Titolo"
);