Added context strings
This commit is contained in:
parent
7d8ff59be7
commit
196504b5cf
|
@ -4,10 +4,10 @@
|
|||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th colspan="6"><translate>Title</translate></th>
|
||||
<th colspan="4"><translate>Artist</translate></th>
|
||||
<th colspan="4"><translate>Album</translate></th>
|
||||
<th colspan="4"><translate>Duration</translate></th>
|
||||
<th colspan="6"><translate :translate-context="'Content/Track/Table.Label'">Title</translate></th>
|
||||
<th colspan="4"><translate :translate-context="'Content/Track/Table.Label'">Artist</translate></th>
|
||||
<th colspan="4"><translate :translate-context="'Content/Track/Table.Label'">Album</translate></th>
|
||||
<th colspan="4"><translate :translate-context="'Content/Track/Table.Label'">Duration</translate></th>
|
||||
<th colspan="2"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in New Issue