mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Peek] Add Audio Previewer (#31619)
* add audio previewer * fix button on activation * revert change
This commit is contained in:
committed by
GitHub
parent
58e598815c
commit
42fb394bf3
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Microsoft Corporation
|
||||
// Copyright (c) Microsoft Corporation
|
||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
|
||||
@@ -306,4 +306,16 @@
|
||||
<value>Unknown</value>
|
||||
<comment>Used for unknown drive type or file system</comment>
|
||||
</data>
|
||||
<data name="Audio_Album" xml:space="preserve">
|
||||
<value>Album: {0}</value>
|
||||
<comment>{0} is the title of the album read from file metadata</comment>
|
||||
</data>
|
||||
<data name="Audio_Artist" xml:space="preserve">
|
||||
<value>Artist: {0}</value>
|
||||
<comment>{0} is the artist read from file metadata</comment>
|
||||
</data>
|
||||
<data name="Audio_Length" xml:space="preserve">
|
||||
<value>Length: {0}</value>
|
||||
<comment>{0} is the duration of the audio read from file metadata</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user