-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.3.1 - Adds an optional fade effect to Album Art (#6658)
- Loading branch information
Showing
27 changed files
with
1,026 additions
and
52 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" | ||
"issues\n" | ||
"POT-Creation-Date: 2024-11-29 22:18+0100\n" | ||
"POT-Creation-Date: 2024-12-01 02:43+0100\n" | ||
"PO-Revision-Date: 2024-09-14 03:06+0200\n" | ||
"Last-Translator: Odyssey <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -523,12 +523,12 @@ msgid "%s new stations have been added to the Radio3.0 applet menu" | |
msgstr "" | ||
"%s noves emissores de ràdio s'han afegir al menú de la miniaplicació Radio3.0" | ||
|
||
#. applet.js:5951 | ||
#. applet.js:5955 | ||
#, javascript-format | ||
msgid "%s kbps" | ||
msgstr "%s kbps" | ||
|
||
#. desklet/AlbumArt3.0@claudiux/desklet.js:33 | ||
#. desklet/AlbumArt3.0@claudiux/desklet.js:38 | ||
#, fuzzy | ||
msgid "Radio3.0 Album Art" | ||
msgstr "Radio3.0" | ||
|
@@ -1375,6 +1375,7 @@ msgstr "" | |
"programa." | ||
|
||
#. settings-schema.json->notif-song-duration->units | ||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-delay->units | ||
msgid "seconds" | ||
msgstr "segons" | ||
|
||
|
@@ -3142,6 +3143,10 @@ msgstr "" | |
msgid "The desklet displaying the Radio3.0 Album Art is activated" | ||
msgstr "" | ||
|
||
#. settings-schema.json->desklet-open-settings-button->description | ||
msgid "Album Art desklet settings" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->metadata.json->name | ||
msgid "Album Art for Radio3.0" | ||
msgstr "" | ||
|
@@ -3162,3 +3167,62 @@ msgstr "" | |
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->width->description | ||
msgid "Width" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade- | ||
#. effect->description | ||
msgid "Fade" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
#, fuzzy | ||
msgid "None" | ||
msgstr "(Cap)" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Quad" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Cubic" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Quart" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Quint" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Sine" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Expo" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Circ" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Elastic" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Back" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-effect->options | ||
msgid "Bounce" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade- | ||
#. delay->description | ||
msgid "Fade delay" | ||
msgstr "" | ||
|
||
#. desklet->AlbumArt3.0@claudiux->settings-schema.json->fade-delay->tooltip | ||
msgid "0 means no fade" | ||
msgstr "" |
Oops, something went wrong.