[gnome-media] Use proper Unicode ellipses and em-dashes
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-media] Use proper Unicode ellipses and em-dashes
- Date: Wed, 16 Jun 2010 20:41:17 +0000 (UTC)
commit 10f9a53890d21d242d63584948f49db1a2ba2297
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Feb 24 23:07:16 2010 +0000
Use proper Unicode ellipses and em-dashes
Convert the gnome-media utilities to use proper Unicode ellipses and
em-dashes.
gnome-volume-control/src/applet-main.c | 2 +-
gnome-volume-control/src/dialog-main.c | 2 +-
grecord/src/gsr-window.c | 6 +++---
gstreamer-properties/gstreamer-properties.ui | 2 +-
gstreamer-properties/pipeline-constants.c | 26 +++++++++++++-------------
sound-theme/gvc-sound-theme-editor.c | 2 +-
6 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/gnome-volume-control/src/applet-main.c b/gnome-volume-control/src/applet-main.c
index c7d7b6e..9ef569a 100644
--- a/gnome-volume-control/src/applet-main.c
+++ b/gnome-volume-control/src/applet-main.c
@@ -59,7 +59,7 @@ main (int argc, char **argv)
error = NULL;
gtk_init_with_args (&argc, &argv,
- (char *) _(" - GNOME Volume Control Applet"),
+ (char *) _(" â?? GNOME Volume Control Applet"),
entries, GETTEXT_PACKAGE,
&error);
diff --git a/gnome-volume-control/src/dialog-main.c b/gnome-volume-control/src/dialog-main.c
index 8bfaa0f..b360b04 100644
--- a/gnome-volume-control/src/dialog-main.c
+++ b/gnome-volume-control/src/dialog-main.c
@@ -165,7 +165,7 @@ main (int argc, char **argv)
error = NULL;
gtk_init_with_args (&argc, &argv,
- (char *) _(" - GNOME Volume Control"),
+ (char *) _(" â?? GNOME Volume Control"),
entries, GETTEXT_PACKAGE,
&error);
if (error != NULL) {
diff --git a/grecord/src/gsr-window.c b/grecord/src/gsr-window.c
index 0cdb2ed..84e718d 100644
--- a/grecord/src/gsr-window.c
+++ b/grecord/src/gsr-window.c
@@ -1509,7 +1509,7 @@ play_state_changed_cb (GstBus * bus, GstMessage * msg, GSRWindow * window)
window->priv->status_message_cid);
gtk_statusbar_push (GTK_STATUSBAR (window->priv->statusbar),
window->priv->status_message_cid,
- _("Playing..."));
+ _("Playingâ?¦"));
if (window->priv->ebusy_timeout_id) {
g_source_remove (window->priv->ebusy_timeout_id);
@@ -1729,7 +1729,7 @@ record_start (gpointer user_data)
window->priv->status_message_cid);
gtk_statusbar_push (GTK_STATUSBAR (window->priv->statusbar),
window->priv->status_message_cid,
- _("Recording..."));
+ _("Recordingâ?¦"));
window->priv->record_id = 0;
@@ -2571,7 +2571,7 @@ gsr_window_set_property (GObject *object,
gsr_add_recent (priv->filename);
/*Translators: this is the window title, %s is the currently open file's name or Untitled*/
- title = g_strdup_printf (_("%s - Sound Recorder"), utf8_name);
+ title = g_strdup_printf (_("%s â?? Sound Recorder"), utf8_name);
gtk_window_set_title (GTK_WINDOW (window), title);
g_free (title);
g_free (utf8_name);
diff --git a/gstreamer-properties/gstreamer-properties.ui b/gstreamer-properties/gstreamer-properties.ui
index 333787b..675bed0 100644
--- a/gstreamer-properties/gstreamer-properties.ui
+++ b/gstreamer-properties/gstreamer-properties.ui
@@ -894,7 +894,7 @@
<object class="GtkLabel" id="test_pipeline_testing_label">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Testing...</property>
+ <property name="label" translatable="yes">Testingâ?¦</property>
<property name="justify">center</property>
<attributes>
<attribute name="weight" value="bold"/>
diff --git a/gstreamer-properties/pipeline-constants.c b/gstreamer-properties/pipeline-constants.c
index 2c55b9e..d837dc3 100644
--- a/gstreamer-properties/pipeline-constants.c
+++ b/gstreamer-properties/pipeline-constants.c
@@ -51,30 +51,30 @@ extern GSTPPipelineDescription videosrc_pipelines[];
GSTPPipelineDescription audiosink_pipelines[] = {
{PIPE_TYPE_AUDIOSINK, 0, N_("Autodetect"), "autoaudiosink", NULL, FALSE,
TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
- {PIPE_TYPE_AUDIOSINK, 0, N_("ALSA - Advanced Linux Sound Architecture"),
+ {PIPE_TYPE_AUDIOSINK, 0, N_("ALSA â?? Advanced Linux Sound Architecture"),
"alsasink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
#if 0
{PIPE_TYPE_AUDIOSINK, 0,
- "ALSA - Advanced Linux Sound Architecture (Default Device)",
+ "ALSA â?? Advanced Linux Sound Architecture (Default Device)",
"alsasink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
{PIPE_TYPE_AUDIOSINK, 0,
- "ALSA - Advanced Linux Sound Architecture (Sound Card #1 Direct)",
+ "ALSA â?? Advanced Linux Sound Architecture (Sound Card #1 Direct)",
"alsasink device=hw:0", NULL, FALSE, TEST_PIPE_SUPPLIED,
audiosink_test_pipe, FALSE},
{PIPE_TYPE_AUDIOSINK, 0,
- "ALSA - Advanced Linux Sound Architecture (Sound Card #1 DMix)",
+ "ALSA â?? Advanced Linux Sound Architecture (Sound Card #1 DMix)",
"alsasink device=dmix:0", NULL, FALSE, TEST_PIPE_SUPPLIED,
audiosink_test_pipe, FALSE},
#endif
- {PIPE_TYPE_AUDIOSINK, 0, N_("Artsd - ART Sound Daemon"),
+ {PIPE_TYPE_AUDIOSINK, 0, N_("Artsd â?? ART Sound Daemon"),
"artsdsink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
- {PIPE_TYPE_AUDIOSINK, 0, N_("ESD - Enlightenment Sound Daemon"),
+ {PIPE_TYPE_AUDIOSINK, 0, N_("ESD â?? Enlightenment Sound Daemon"),
"esdsink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
#if 0 /* Disabled this until it works */
{PIPE_TYPE_AUDIOSINK, 0, "Jack", "jackbin.( jacksink )", NULL, FALSE,
TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
#endif
- {PIPE_TYPE_AUDIOSINK, 0, N_("OSS - Open Sound System"),
+ {PIPE_TYPE_AUDIOSINK, 0, N_("OSS â?? Open Sound System"),
"osssink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, TRUE},
{PIPE_TYPE_AUDIOSINK, 0, N_("OSS - Open Sound System Version 4"),
"oss4sink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, TRUE},
@@ -93,9 +93,9 @@ GSTPPipelineDescription videosink_pipelines[] = {
/*
* aasink is disabled because it is not a serious alternative.
*/
- {PIPE_TYPE_VIDEOSINK, 0, "Ascii Art - X11", "aasink driver=0", NULL, FALSE,
+ {PIPE_TYPE_VIDEOSINK, 0, "Ascii Art â?? X11", "aasink driver=0", NULL, FALSE,
TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
- {PIPE_TYPE_VIDEOSINK, 0, "Ascii Art - console", "aasink driver=1", NULL, FALSE,
+ {PIPE_TYPE_VIDEOSINK, 0, "Ascii Art â?? console", "aasink driver=1", NULL, FALSE,
TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
#endif
#if 0
@@ -107,7 +107,7 @@ GSTPPipelineDescription videosink_pipelines[] = {
#endif
{PIPE_TYPE_VIDEOSINK, 0, N_("OpenGL"), "glimagesink", NULL, FALSE,
TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
- {PIPE_TYPE_VIDEOSINK, 0, N_("SDL - Simple DirectMedia Layer"), "sdlvideosink",
+ {PIPE_TYPE_VIDEOSINK, 0, N_("SDL â?? Simple DirectMedia Layer"), "sdlvideosink",
NULL, FALSE, TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
{PIPE_TYPE_VIDEOSINK, 0, N_("X Window System (No Xv)"),
"ximagesink", NULL, FALSE, TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
@@ -118,16 +118,16 @@ GSTPPipelineDescription videosink_pipelines[] = {
};
GSTPPipelineDescription audiosrc_pipelines[] = {
- {PIPE_TYPE_AUDIOSRC, 0, N_("ALSA - Advanced Linux Sound Architecture"),
+ {PIPE_TYPE_AUDIOSRC, 0, N_("ALSA â?? Advanced Linux Sound Architecture"),
"alsasrc", NULL, FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
- {PIPE_TYPE_AUDIOSRC, 0, N_("ESD - Enlightenment Sound Daemon"), "esdmon",
+ {PIPE_TYPE_AUDIOSRC, 0, N_("ESD â?? Enlightenment Sound Daemon"), "esdmon",
NULL, FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
#if 0 /* Disabled this until it works */
{PIPE_TYPE_AUDIOSRC, 0, "Jack", "jackbin{ jacksrc }", NULL, FALSE,
TEST_PIPE_AUDIOSINK,
NULL, FALSE},
#endif
- {PIPE_TYPE_AUDIOSRC, 0, N_("OSS - Open Sound System"), "osssrc", NULL, FALSE,
+ {PIPE_TYPE_AUDIOSRC, 0, N_("OSS â?? Open Sound System"), "osssrc", NULL, FALSE,
TEST_PIPE_AUDIOSINK, NULL, FALSE},
{PIPE_TYPE_AUDIOSRC, 0, N_("OSS - Open Sound System Version 4"), "oss4src", NULL, FALSE,
TEST_PIPE_AUDIOSINK, NULL, FALSE},
diff --git a/sound-theme/gvc-sound-theme-editor.c b/sound-theme/gvc-sound-theme-editor.c
index 3a5236a..52b563b 100644
--- a/sound-theme/gvc-sound-theme-editor.c
+++ b/sound-theme/gvc-sound-theme-editor.c
@@ -897,7 +897,7 @@ fill_custom_model (GtkListStore *store,
1, SOUND_OFF,
-1);
gtk_list_store_insert_with_values (store, &iter, G_MAXINT,
- 0, _("Custom..."),
+ 0, _("Customâ?¦"),
1, SOUND_CUSTOM, -1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]