-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Automatic update of lyrics on song change, possible since bug 14786 was fixed: https://trac.videolan.org/vlc/ticket/14786 * Save lyrics to TXT file, fixes #9 * Drop "Refresh" functionality * Esperanto translation * Fix numerous translations * Update template * Update existing translations * README: add explanation about Save Lyrics * Increase VLC version requirement to 3 * Linux and Windows support for saving lyrics, other variants of Unix such as macOS untested * Update Italian translation
- Loading branch information
1 parent
d941cd0
commit a2b9f2f
Showing
20 changed files
with
197 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<dialogtitle_normal>Literoj</dialogtitle_normal> | ||
<dialogtitle_notfound>Ne Trovita</dialogtitle_notfound> | ||
<dialogtitle_lyricsof>Literoj de</dialogtitle_lyricsof> | ||
<dialogtitle_performedby>de</dialogtitle_performedby> | ||
<button_getlyrics>Akiru Literojn</button_getlyrics> | ||
<button_refresh>Refreŝigu</button_refresh> | ||
<button_switch>Ŝaltu</button_switch> | ||
<button_close>Fermu</button_close> | ||
<button_google>Serĉu uzanta Google</button_google> | ||
<button_update>Akiru ĝisdatigojn</button_update> | ||
<label_title>Titolo:</label_title> | ||
<label_artist>Artisto:</label_artist> | ||
<label_source>Fonto:</label_source> | ||
<message_newsong>Nova kanto estis aldonita. Por ricevi la literojn, klaku Akiru Literojn.</message_newsong> | ||
<message_loading>Ŝarĝas..</message_loading> | ||
<message_incorrect>Artisto aŭ titolo estas malĝusta.</message_incorrect> | ||
<message_notfound>Literoj estas ne trovita.</message_notfound> | ||
<message_nosong>Neniu kanto ŝarĝita.</message_nosong> | ||
<message_savelyrics>Savi Literoj</message_savelyrics> | ||
|
||
<!-- Translated by Roman Panchenko --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
<dialogtitle_normal>Testo</dialogtitle_normal> | ||
<dialogtitle_notfound>Non trovato</dialogtitle_notfound> | ||
<dialogtitle_lyricsof>Testo di</dialogtitle_lyricsof> | ||
<dialogtitle_performedby>da</dialogtitle_lyricsof> | ||
<button_getlyrics>Prendi testo</button_getlyrics> | ||
<button_refresh>Rinfresca</button_refresh> | ||
<button_switch>Commuta</button_switch> | ||
<dialogtitle_performedby>da</dialogtitle_performedby> | ||
<button_getlyrics>Ottieni testo</button_getlyrics> | ||
<button_refresh>Aggiorna</button_refresh> | ||
<button_switch>Inverti</button_switch> | ||
<button_close>Chiudi</button_close> | ||
<button_google>Cerca con Google</button_google> | ||
<button_update>Prendi aggiornamenti</button_update> | ||
<button_update>Ottieni aggiornamenti</button_update> | ||
<label_title>Titolo:</label_title> | ||
<label_artist>Artista:</label_artist> | ||
<label_source>Sorgente:</label_source> | ||
<message_newsong>Nuova canzone caricata. Per prendere il testo, clicca Prendi testo.</message_newsong> | ||
<message_newsong>La canzone è cambiata. Per prendere il testo, clicca 'Ottieni testo'.</message_newsong> | ||
<message_loading>Caricamento..</message_loading> | ||
<message_incorrect>Artista o Titolo incorretto.</message_incorrect> | ||
<message_notfound>Testo non trovato.</message_notfound> | ||
<message_nosong>Nessuna canzone caricata.</message_nosong> | ||
<message_nosong>Nessuna canzone in riproduzione.</message_nosong> | ||
<message_savelyrics>Salva i testo</message_savelyrics> | ||
|
||
<!-- Translated by Enrico Passoni --> | ||
<!-- Translated by Enrico Passoni --> | ||
<!-- Updated by PrinceEntree8 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ Loading.. | |
Incorrect artist or title. | ||
Lyrics not found. | ||
No song loaded. | ||
Save Lyrics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
a2b9f2f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arolle Can you check whether the saving of lyrics works on macOS?