Translations:Phonon/20/da: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
Sørg for, at du har sat et ''navnehint'' for din enhed. Et eksempel på en fyldestgørende beskrivelse af en enhed med et hint:
Sørg for, at du har sat et ''navnehint'' for din enhed. Et eksempel på en fyldestgørende beskrivelse af en enhed med et hint:
{{Output|1=<nowiki>pcm.softvolPhonon {
{{Output|1=<nowiki>pcm.softvolPhonon {
     type softvol
{{Tab}}     type softvol
     slave.pcm "default:CARD=0"
{{Tab}}     slave.pcm "default:CARD=0"
     control {
{{Tab}}     control {
        name "Phonon"
{{Tab2}}        name "Phonon"
        card 0
{{Tab2}}        card 0
     }
{{Tab}}     }
     min_dB -51.0
{{Tab}}     min_dB -51.0
     max_dB 0.0
{{Tab}}     max_dB 0.0
     resolution 100
{{Tab}}     resolution 100
     hint {
{{Tab}}     hint {
        show on
{{Tab2}}        show on
        description "My Soundcard with extra Volume Control"
{{Tab2}}        description "My Soundcard with extra Volume Control"
     }
{{Tab}}     }
}</nowiki>
}</nowiki>
}}
}}

Revision as of 05:17, 11 October 2010

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 (Phonon)
Make sure you have a ''name hint'' set for your device. An example of a complete device entry, with a hint:
{{Output|1=pcm.softvolPhonon {
     type softvol
     slave.pcm "default:CARD=0"
     control {
       name "Phonon"
       card 0
     }
     min_dB -51.0
     max_dB 0.0
     resolution 100
     hint {
       show on
       description "My Soundcard with extra Volume Control"
     }
}
}}

Sørg for, at du har sat et navnehint for din enhed. Et eksempel på en fyldestgørende beskrivelse af en enhed med et hint:

pcm.softvolPhonon {
{{Tab}}     type softvol
{{Tab}}     slave.pcm "default:CARD=0"
{{Tab}}     control {
{{Tab2}}        name "Phonon"
{{Tab2}}        card 0
{{Tab}}     }
{{Tab}}     min_dB -51.0
{{Tab}}     max_dB 0.0
{{Tab}}     resolution 100
{{Tab}}     hint {
{{Tab2}}        show on
{{Tab2}}        description "My Soundcard with extra Volume Control"
{{Tab}}     }
}