/pidgin/main: f85f5323ca97: Note to translators
Mark Doliner <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: f85f5323ca9741e05e0d70869bc9178b429f7b10 Author: Mark Doliner <[email protected]> Date: 2014-06-24 22:26 -0700 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/f85f5323ca97 Description: Note to translators diffstat: pidgin/gtkprefs.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diffs (25 lines): diff --git a/pidgin/gtkprefs.c b/pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c +++ b/pidgin/gtkprefs.c @@ -141,6 +141,9 @@ static const gchar *AUDIO_SRC_PLUGINS[] "pulsesrc", "PulseAudio", "sndiosrc", "sndio", /* "audiotestsrc wave=silence", "Silence", */ + /* Translators: This is a noun that refers to one possible audio input + plugin. The plugin can be used by the user to sanity check basic audio + functionality within Pidgin. */ "audiotestsrc", N_("Test Sound"), NULL }; @@ -160,9 +163,8 @@ static const gchar *AUDIO_SINK_PLUGINS[] static const gchar *VIDEO_SRC_PLUGINS[] = { "videodisabledsrc", N_("Disabled"), /* Translators: This is a noun that refers to one possible video input - plugin. The plugin can be used by the user to test the video camera - connected to their computer to check whether Pidgin is able to - capture video from it. */ + plugin. The plugin can be used by the user to sanity check basic video + functionality within Pidgin. */ "videotestsrc", N_("Test Input"), "dshowvideosrc","DirectDraw", "ksvideosrc", "KS Video",