#922: Mix of translated and untranslated message
--------------------------+-------------------------------------------------
  Reporter:  goeran       |       Owner:  lennart
      Type:  enhancement  |      Status:  new    
 Milestone:               |   Component:  clients
Resolution:               |    Keywords:         
--------------------------+-------------------------------------------------
Changes (by mkbosmans):

 * cc: [email protected] (added)
  * type:  defect => enhancement


Comment:

 If someone is going over the source code and review for translation
 difficulties, then please also look at pa_yes_no in pulsecore/core-util.c.
 Those little two strings should be translated also.

 Perhaps that's even a possible solution here:
 {{{
 pa_log(_("Connected to device %s (%u, suspended: %s)."),
         pa_stream_get_device_name(s),
         pa_stream_get_device_index(s),
         pa_yes_no(pa_stream_is_suspended(s));
 }}}

-- 
Ticket URL: <http://pulseaudio.org/ticket/922#comment:1>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
_______________________________________________
pulseaudio-tickets mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets

Reply via email to