From 9aab4e5eb9a4d13f9c5127b874a5705b6a51fd27 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 12 Jan 2001 08:39:16 +0000 Subject: Add strings for localization 2001-01-12 Miguel de Icaza * message-list.c: Add strings for localization svn path=/trunk/; revision=7447 --- mail/subscribe-dialog.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/subscribe-dialog.c') diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index f9c8530153..066ebe0a04 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -58,6 +58,13 @@ #define PARENT_TYPE (gtk_object_get_type ()) +#ifdef JUST_FOR_TRANSLATORS +static char *list [] = { + N_("Folder"), + N_("Store"), +}; +#endif + #define FOLDER_ETABLE_SPEC " \ \ \ -- cgit v1.2.3