From 223015fbeac80b3275e4c02daa09a1a390f1db39 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Mar 2004 15:53:36 +0000 Subject: mark two strings as translatable --- mdkonline | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdkonline b/mdkonline index 3c7bde5d..5a1379cb 100755 --- a/mdkonline +++ b/mdkonline @@ -135,13 +135,13 @@ gtkappend_page($o->{nb}, ); gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), - 0, set_darea("Send Configuration", 'sendingconf'), + 0, set_darea(N("Send Configuration"), 'sendingconf'), 1, Gtk2::Label->new(N("In order to benefit from MandrakeOnline services,\nwe are about to upload your configuration.\n\nThe Wizard will now send the following information to MandrakeSoft:\n1) the list of packages you have installed on your system,\n2) your hardware configuration.\n\nIf you feel uncomfortable by that idea, or do not want to benefit from this service,\nplease press 'Cancel'. By pressing 'Next', you allow us to keep you informed\nabout security updates and useful upgrades via personalized email alerts.\nFurthermore, you benefit from discounted paid support services on\nwww.mandrakeexpert.com.\nFinally, an email alias with your username\@mandrakeonline.net will be provided to you.")) ) ); gtkappend_page($o->{nb}, gtkpack_(Gtk2::VBox->new(0, 3), - 0, set_darea("Finish", 'welcome'), + 0, set_darea(N("Finish"), 'welcome'), 1, Gtk2::WrappedLabel->new("\n\n" . N("Your upload was successful!") . "\n\n" . N("From now you will receive on security and updates \nannouncements thanks to MandrakeOnline.") . "\n\n" . N("MandrakeOnline offers you the ability to automate the updates.\nA program will run regulary in your system waiting for new updates\n")), 0, gtkadd(Gtk2::Frame->new(N("automated Upgrades")), gtkpack_(Gtk2::VBox->new(0, 3), -- cgit v1.2.1