diff plugins/statenotify.c @ 6441:3683471e1417

[gaim-migrate @ 6949] Bjoern Voigt writes: "I prepared an updated German translation (file i18n18a.patch). i18n18a.patch contains: - updated German translation - src/gtkprivacy.c added to po/POTFILES.in - marked some forgotten strings in plugins/statenotify.c and src/protocols/trepia/trepia.c with _()" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 12 Aug 2003 12:38:29 +0000
parents 88f57a755373
children 70d5122bc3ff
line wrap: on
line diff
--- a/plugins/statenotify.c	Tue Aug 12 05:44:29 2003 +0000
+++ b/plugins/statenotify.c	Tue Aug 12 12:38:29 2003 +0000
@@ -27,25 +27,25 @@
 static void
 buddy_away_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, "has gone away.");
+	write_status(gc, who, _("has gone away."));
 }
 
 static void
 buddy_unaway_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, "is no longer away.");
+	write_status(gc, who, _("is no longer away."));
 }
 
 static void
 buddy_idle_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, "has become idle.");
+	write_status(gc, who, _("has become idle."));
 }
 
 static void
 buddy_unidle_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, "is no longer idle.");
+	write_status(gc, who, _("is no longer idle."));
 }
 
 static gboolean