pidgin: 47bd1e82: Mark strings for translation.

sadrul at pidgin.im sadrul at pidgin.im
Fri Jan 29 09:27:15 EST 2010


-----------------------------------------------------------------
Revision: 47bd1e8215f2e068f00151ed40c211745f596aba
Ancestor: d3cb31a7dfd923b11d6f8964b40f64cf0c2a93dc
Author: Adi Roiban <adi at roiban.ro>
Date: 2010-01-29T14:23:15
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/47bd1e8215f2e068f00151ed40c211745f596aba

Modified files:
        COPYRIGHT pidgin/gtkutils.c

ChangeLog: 

Mark strings for translation.

-------------- next part --------------
============================================================
--- COPYRIGHT	194a0d7650976bca9edf99f2101df570d1a56c02
+++ COPYRIGHT	dbf373e2290b9a54b3bc29a0010c22dc4a7788bf
@@ -391,6 +391,7 @@ Miguel Rodr?guez (migrax)
 Luciano Miguel Ferreira Rocha
 Andrew Rodland
 Miguel Rodr?guez (migrax)
+Adi Roiban
 Martin Rosinski
 Bob Rossi
 Jason Roth
============================================================
--- pidgin/gtkutils.c	4f0df80ed18d094ec1f75c7e79d2e9cc14059f52
+++ pidgin/gtkutils.c	2991dc8413788be8c017b52a40af30e90d5ff80e
@@ -1586,8 +1586,8 @@ pidgin_dnd_file_manage(GtkSelectionData 
 						    _("You have dragged an image"),
 						    _("You can send this image as a file transfer, "
 						      "embed it into this message, or use it as the buddy icon for this user."),
-						    DND_FILE_TRANSFER, "OK", (GCallback)dnd_image_ok_callback,
-						    "Cancel", (GCallback)dnd_image_cancel_callback,
+						    DND_FILE_TRANSFER, _("OK"), (GCallback)dnd_image_ok_callback,
+						    _("Cancel"), (GCallback)dnd_image_cancel_callback,
 							account, who, NULL,
 							data,
 							_("Set as buddy icon"), DND_BUDDY_ICON,
@@ -1606,8 +1606,8 @@ pidgin_dnd_file_manage(GtkSelectionData 
 						    (ft ? _("You can send this image as a file transfer, or use it as the buddy icon for this user.") :
 						    _("You can insert this image into this message, or use it as the buddy icon for this user")),
 						    (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE),
-							"OK", (GCallback)dnd_image_ok_callback,
-						    "Cancel", (GCallback)dnd_image_cancel_callback,
+							_("OK"), (GCallback)dnd_image_ok_callback,
+						    _("Cancel"), (GCallback)dnd_image_cancel_callback,
 							account, who, NULL,
 							data,
 						    _("Set as buddy icon"), DND_BUDDY_ICON,


More information about the Commits mailing list