comparison pidgin/gtkaccount.c @ 15437:42961709cb30

This should be the last of the string changes
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:41:32 +0000
parents 9c0cf4db1f4d
children dc69d7b760ad
comparison
equal deleted inserted replaced
15436:9c0cf4db1f4d 15437:42961709cb30
2128 2128
2129 /* Create a helpful first-time-use label */ 2129 /* Create a helpful first-time-use label */
2130 label = gtk_label_new(NULL); 2130 label = gtk_label_new(NULL);
2131 /* Translators: Please maintain the use of -> or <- to represent the menu heirarchy */ 2131 /* Translators: Please maintain the use of -> or <- to represent the menu heirarchy */
2132 pretty = gaim_gtk_make_pretty_arrows(_( 2132 pretty = gaim_gtk_make_pretty_arrows(_(
2133 "<span size='larger' weight='bold'>Welcome to Gaim!</span>\n\n" 2133 "<span size='larger' weight='bold'>Welcome to " PIDGIN_NAME "!</span>\n\n"
2134 2134
2135 "You have no IM accounts configured. To start connecting with Gaim " 2135 "You have no IM accounts configured. To start connecting with " PIDGIN_NAME " "
2136 "press the <b>Add</b> button below and configure your first " 2136 "press the <b>Add</b> button below and configure your first "
2137 "account. If you want Gaim to connect to multiple IM accounts, " 2137 "account. If you want " PIDGIN_NAME " to connect to multiple IM accounts, "
2138 "press <b>Add</b> again to configure them all.\n\n" 2138 "press <b>Add</b> again to configure them all.\n\n"
2139 2139
2140 "You can come back to this window to add, edit, or remove " 2140 "You can come back to this window to add, edit, or remove "
2141 "accounts from <b>Accounts->Add/Edit</b> in the Buddy " 2141 "accounts from <b>Accounts->Add/Edit</b> in the Buddy "
2142 "List window")); 2142 "List window"));