Difference between revisions of "Translations:FE-MP/9/en"

From Larnitech wiki page
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 14:14, 10 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FE-MP)
==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|slaves||ID:SID,ID:SID||30||—||Syncs master and slaves media points. Example:
<syntaxhighlight lang="xml" line>
hw="slaves='ID:SID,ID:SID'"
</syntaxhighlight>
|-
|ss||int (0…10000)||30||—||Smooth increase speaker volume (0..10000 milliseconds) Example:
<syntaxhighlight lang="xml" line>
hw="ss=2000"
</syntaxhighlight>
|-
|play-lim||int (-100…1440)||30||0||Stop playback after a certain number of tracks / seconds(<0 - tracks; >0 – seconds) Example:
<syntaxhighlight lang="xml" line>
hw="play-lim=-12"
</syntaxhighlight>
|}
Translation==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|slaves||ID:SID,ID:SID||30||—||Syncs master and slaves media points. Example:
<syntaxhighlight lang="xml" line>
hw="slaves='ID:SID,ID:SID'"
</syntaxhighlight>
|-
|ss||int (0…10000)||30||—||Smooth increase speaker volume (0..10000 milliseconds) Example:
<syntaxhighlight lang="xml" line>
hw="ss=2000"
</syntaxhighlight>
|-
|play-lim||int (-100…1440)||30||0||Stop playback after a certain number of tracks / seconds(<0 - tracks; >0 – seconds) Example:
<syntaxhighlight lang="xml" line>
hw="play-lim=-12"
</syntaxhighlight>
|}

HW settings

Name Type, range SUBID Default Description
slaves ID:SID,ID:SID 30 Syncs master and slaves media points. Example:
1hw="slaves='ID:SID,ID:SID'"
ss int (0…10000) 30 Smooth increase speaker volume (0..10000 milliseconds) Example:
1hw="ss=2000"
play-lim int (-100…1440) 30 0 Stop playback after a certain number of tracks / seconds(<0 - tracks; >0 – seconds) Example:
1hw="play-lim=-12"