1234567891011121314 |
- <?php $TRANSLATIONS = array(
- "Music" => "Musica",
- "Play" => "Reproducer",
- "Pause" => "Pausa",
- "Previous" => "Previe",
- "Next" => "Proxime",
- "Mute" => "Mute",
- "Unmute" => "Con sono",
- "Rescan Collection" => "Rescannar collection",
- "Artist" => "Artista",
- "Album" => "Album",
- "Title" => "Titulo"
- );
|