[vino] Added some comments for translators
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vino] Added some comments for translators
- Date: Mon, 21 Jun 2010 20:40:50 +0000 (UTC)
commit 0db2bc2075184d0b665c356442f2254451fcb45d
Author: Jonh Wendell <jwendell gnome org>
Date: Mon Jun 21 17:40:04 2010 -0300
Added some comments for translators
Closes #614112.
server/vino-tube-server.c | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/server/vino-tube-server.c b/server/vino-tube-server.c
index 3e95cff..b39e97b 100644
--- a/server/vino-tube-server.c
+++ b/server/vino-tube-server.c
@@ -268,13 +268,13 @@ vino_tube_server_invalidated_cb (TpProxy *proxy,
summary = _("Share my desktop information");
if (self->priv->state == TP_TUBE_CHANNEL_STATE_REMOTE_PENDING)
- body = g_strdup_printf
- (_("'%s' rejected the desktop sharing invitation."),
- vino_tube_server_get_alias (self));
+ /* Translators: '%s' is the name of a contact, buddy coming from Empathy */
+ body = g_strdup_printf (_("'%s' rejected the desktop sharing invitation."),
+ vino_tube_server_get_alias (self));
else
- body = g_strdup_printf
- (_("'%s' disconnected"),
- vino_tube_server_get_alias (self));
+ /* Translators: '%s' is the name of a contact, buddy coming from Empathy */
+ body = g_strdup_printf (_("'%s' disconnected"),
+ vino_tube_server_get_alias (self));
vino_status_tube_icon_show_notif (self->priv->icon_tube, summary,
(const gchar *)body, TRUE);
@@ -299,18 +299,18 @@ vino_tube_server_state_changed (TpChannel *channel,
switch (state)
{
case TP_TUBE_CHANNEL_STATE_OPEN:
- body = g_strdup_printf
- (_("'%s' is remotely controlling your desktop."),
- vino_tube_server_get_alias (server));
+ /* Translators: '%s' is the name of a contact, buddy coming from Empathy */
+ body = g_strdup_printf (_("'%s' is remotely controlling your desktop."),
+ vino_tube_server_get_alias (server));
vino_status_tube_icon_show_notif (server->priv->icon_tube, summary,
(const gchar*) body, FALSE);
g_free (body);
server->priv->state = TP_TUBE_STATE_OPEN;
break;
case TP_TUBE_CHANNEL_STATE_REMOTE_PENDING:
- body = g_strdup_printf
- (_("Waiting for '%s' to connect to the screen."),
- vino_tube_server_get_alias (server));
+ /* Translators: '%s' is the name of a contact, buddy coming from Empathy */
+ body = g_strdup_printf (_("Waiting for '%s' to connect to the screen."),
+ vino_tube_server_get_alias (server));
vino_status_tube_icon_show_notif (server->priv->icon_tube, summary,
(const gchar*) body, FALSE);
g_free (body);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]