summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-04 15:53:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-04 15:53:36 +0000
commit223015fbeac80b3275e4c02daa09a1a390f1db39 (patch)
tree8216eca96be3be8f99377e4494d1deb36c68cf42 /mdkonline
parent6170b3cab3fa5384579647def0b6c4f0467f0151 (diff)
downloadmgaonline-223015fbeac80b3275e4c02daa09a1a390f1db39.tar
mgaonline-223015fbeac80b3275e4c02daa09a1a390f1db39.tar.gz
mgaonline-223015fbeac80b3275e4c02daa09a1a390f1db39.tar.bz2
mgaonline-223015fbeac80b3275e4c02daa09a1a390f1db39.tar.xz
mgaonline-223015fbeac80b3275e4c02daa09a1a390f1db39.zip
mark two strings as translatable
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline4
1 files 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),