Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CDrummond/lms-material
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Aug 2, 2024
2 parents 7e539aa + e1d7a5f commit 6530fd6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions MaterialSkin/HTML/material/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1856,12 +1856,12 @@ div.v-rating i.primary--text, div.v-rating i.accent--text {
}

.frosted {
background-color:rgba(255, 255, 255, 0.65);
background-color:rgba(240, 240, 240, 0.65);
backdrop-filter: blur(15px);
}

.theme--dark .frosted {
background-color:rgba(32, 32, 32, 0.75);
background-color:rgba(32, 32, 32, 0.65);
}

.toolbar-blur {
Expand Down
4 changes: 4 additions & 0 deletions MaterialSkin/HTML/material/html/images/role-label.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions MaterialSkin/HTML/material/html/lang/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"Copy details":"Kopier detaljer",
"Copy queue selection here":"Kopier afspilningskøen hertil",
"Copy the queue to:":"Kopier afspilningskøen til",
"Cover whole view (including toolbars, etc.) with background image.":"Dæk hele siden (inkl. værktøjslinje, m.v.) med baggrundsbilledet.",
"Create":"Opret",
"Create Mix":"Opret Miks",
"Create folder":"Opret folder",
Expand Down Expand Up @@ -191,6 +192,7 @@
"Failed":"Mislykket",
"Failed to add to favorites!":"Kunne ikke tilføje til favoritter!",
"Failed to add to playlist!":"Kunne ikke tilføje til afspilningskøen!",
"Failed to delete mix!":"Kunne ikke slette miks!",
"Failed to delete playlist!":"Kunne ikke slette afspilningslisten!",
"Failed to find an album!":"Kunne ikke finde albummet!",
"Failed to get folder listing":"Kunne ikke hente indholdet af folderen",
Expand Down Expand Up @@ -386,6 +388,7 @@
"Repeat":"Gentagelse",
"Repeat queue":"Gentag kø",
"Repeat single track":"Gentag enkeltnummer",
"Replace navigation bar":"Erstat navigationsbaren",
"Replace player's icon in toolbar with a power button.":"Udskift afspillerens ikon i værktøjslinjen med tænd/sluk-knap",
"Reposition dialogs":"Nulstil placering af dialogbokse",
"Rescan":"Skan igen",
Expand Down Expand Up @@ -494,6 +497,7 @@
"Stats":"Oplysninger",
"Stop":"Stop",
"Stop %1?":"Stop %1?",
"Stop random mix?":"Stop tilfældigt miks?",
"Store current library with pinned item?":"Gem nuværende bibliotek med forsideelement",
"Sun":"Søn",
"Sunday":"Søndag",
Expand Down Expand Up @@ -573,6 +577,7 @@
"Use cover of current track as background.":"Brug det nuværende nummers billede som baggrund",
"Use default backgrounds":"Brug standardbaggrund",
"Use desktop layout":"Brug computer layout (stor skærm)",
"Use full screen for background":"Brug fuldskærm til baggrund",
"Use group player's power settings to control power of all members.":"Tænd/sluk af gruppen tænder/slukker alle gruppens afspillere.",
"Use mobile layout":"Brug mobilt design",
"Use three lines (title, artist, album) to show track details.":"Brug tre linjer (title, kunstner, album) ved visning af detaljer.",
Expand Down Expand Up @@ -601,6 +606,7 @@
"Year, Title":"År, titel",
"Years":"År",
"Yes":"Ja",
"You have no saved 'Random Mixes'. Please use the '+' icon above to create one, or to simply start a 'Random Mix' on your current player.":"Du har ingen gemte 'Tilfældige miks'. Brug '+' ikonet øverst til at lave et miks eller start et 'tilfældigt miks' på din nuværende afspiller.",
"Zap":"Fjern",
"Zapped '%1'":"'%1' er fjernet",
"Zoom":"Zoom",
Expand Down Expand Up @@ -650,6 +656,8 @@
"1 Item":"1 underpunkt",
"%1 Item":"%1 underpunkt",
"%1 Items":"%1 underpunkter",
"1 Mix":"1 Tilfældigt Miks",
"%1 Mixes":"%1 Tilfældige Miks",
"1 Player":"1 afspiller",
"%1 Players":"%1 afspillere",
"1 Playlist":"1 afspilningsliste",
Expand All @@ -663,13 +671,5 @@
"1 Year":"1 år",
"%1 Years":"%1 år",
"1 day":"1 dag",
"%1 days":"%1 dage",
"Cover whole view (including toolbars, etc.) with background image.":"",
"Failed to delete mix!":"",
"Replace navigation bar":"",
"Stop random mix?":"",
"Use full screen for background":"",
"You have no saved 'Random Mixes'. Please use the '+' icon above to create one, or to simply start a 'Random Mix' on your current player.":"",
"1 Mix":"",
"%1 Mixes":""
"%1 days":"%1 dage"
}

0 comments on commit 6530fd6

Please sign in to comment.