diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-14 00:37:56 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-14 00:37:56 +0000 |
commit | 33c1a2b120ec3053e64f648abcf64fd7476849b1 (patch) | |
tree | a7c95b3350a8736d08fba3b5513aa38411fd07ef | |
parent | 63e353ca84d57f9f83622dc832ac83d8b00f37aa (diff) | |
download | rpmdrake-33c1a2b120ec3053e64f648abcf64fd7476849b1.tar rpmdrake-33c1a2b120ec3053e64f648abcf64fd7476849b1.tar.gz rpmdrake-33c1a2b120ec3053e64f648abcf64fd7476849b1.tar.bz2 rpmdrake-33c1a2b120ec3053e64f648abcf64fd7476849b1.tar.xz rpmdrake-33c1a2b120ec3053e64f648abcf64fd7476849b1.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line
Import cleaned rpmdrake
------------------------------------------------------------------------
-rwxr-xr-x | MageiaUpdate (renamed from MandrivaUpdate) | 6 | ||||
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 14 | ||||
-rw-r--r-- | Rpmdrake/formatting.pm | 2 | ||||
-rw-r--r-- | Rpmdrake/gurpm.pm | 2 | ||||
-rw-r--r-- | Rpmdrake/icon.pm | 4 | ||||
-rw-r--r-- | Rpmdrake/init.pm | 4 | ||||
-rw-r--r-- | Rpmdrake/open_db.pm | 2 | ||||
-rw-r--r-- | Rpmdrake/pkg.pm | 10 | ||||
-rw-r--r-- | Rpmdrake/rpmnew.pm | 2 | ||||
-rw-r--r-- | Rpmdrake/widgets.pm | 2 | ||||
-rwxr-xr-x | edit-urpm-sources.pl | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | grpmi/curl_download/Makefile.PL | 0 | ||||
-rw-r--r-- | gui.lst | 12 | ||||
-rwxr-xr-x | gurpmi.addmedia | 2 | ||||
-rw-r--r-- | icons/title-install.png | bin | 3073 -> 4436 bytes | |||
-rw-r--r-- | icons/title-media.png | bin | 3166 -> 3837 bytes | |||
-rw-r--r-- | icons/title-tile.png | bin | 163 -> 174 bytes | |||
-rw-r--r-- | icons/title-update.png | bin | 2900 -> 4414 bytes | |||
-rw-r--r-- | pixmaps/edit-urpm-sources16.png | bin | 1017 -> 1032 bytes | |||
-rw-r--r-- | pixmaps/edit-urpm-sources32.png | bin | 2644 -> 2577 bytes | |||
-rw-r--r-- | pixmaps/edit-urpm-sources48.png | bin | 4372 -> 4370 bytes | |||
-rw-r--r-- | pixmaps/mandrivaupdate16.png | bin | 1002 -> 1055 bytes | |||
-rw-r--r-- | pixmaps/mandrivaupdate32.png | bin | 2690 -> 2592 bytes | |||
-rw-r--r-- | pixmaps/mandrivaupdate48.png | bin | 4972 -> 4414 bytes | |||
-rw-r--r-- | pixmaps/rpmdrake-remove16.png | bin | 997 -> 1004 bytes | |||
-rw-r--r-- | pixmaps/rpmdrake-remove32.png | bin | 2616 -> 2446 bytes | |||
-rw-r--r-- | pixmaps/rpmdrake-remove48.png | bin | 4665 -> 4035 bytes | |||
-rw-r--r-- | pixmaps/rpmdrake16.png | bin | 1003 -> 945 bytes | |||
-rw-r--r-- | pixmaps/rpmdrake32.png | bin | 2672 -> 2312 bytes | |||
-rw-r--r-- | pixmaps/rpmdrake48.png | bin | 4937 -> 3837 bytes | |||
-rw-r--r-- | po/da.po | 6 | ||||
-rw-r--r-- | po/ro.po | 8 | ||||
-rw-r--r-- | po/uk.po | 2 | ||||
-rwxr-xr-x | rpmdrake | 8 | ||||
-rw-r--r-- | rpmdrake.pm | 14 |
36 files changed, 50 insertions, 60 deletions
diff --git a/MandrivaUpdate b/MageiaUpdate index 7e670ec8..6db84c4e 100755 --- a/MandrivaUpdate +++ b/MageiaUpdate @@ -21,7 +21,7 @@ # #***************************************************************************** # -# $Id$ +# $Id: MageiaUpdate 261845 2009-10-13 12:33:58Z tv $ use strict; use MDK::Common::Func 'any'; @@ -41,7 +41,7 @@ use mygtk2 qw(gtknew); #- do not import anything else, especially gtkadd() whic use ugtk2 qw(:all); use Gtk2::SimpleList; -# make Rpmdrake::gui aware MandrivaUpdate do not use the same columns ids as rpmdrake: +# make Rpmdrake::gui aware MageiaUpdate do not use the same columns ids as rpmdrake: %pkg_columns = ( image => 0, selected => 1, @@ -53,7 +53,7 @@ use Gtk2::SimpleList; importance => 7, ); -$ugtk2::wm_icon = get_icon('MandrivaUpdate', "title-$MODE"); +$ugtk2::wm_icon = get_icon('MageiaUpdate', "title-$MODE"); our $w; our $statusbar; @@ -21,16 +21,16 @@ dirs: install: $(ALL) @for n in $(DIRS); do make -C $$n install; done install -d $(SBINDIR) - install rpmdrake MandrivaUpdate edit-urpm-sources.pl gurpmi.addmedia $(SBINDIR) + install rpmdrake MageiaUpdate edit-urpm-sources.pl gurpmi.addmedia $(SBINDIR) install -d $(BINDIR) ln -sf $(RELATIVE_SBIN)/rpmdrake $(BINDIR)/rpmdrake - ln -sf $(RELATIVE_SBIN)/MandrivaUpdate $(BINDIR)/MandrivaUpdate + ln -sf $(RELATIVE_SBIN)/MageiaUpdate $(BINDIR)/MageiaUpdate ln -sf $(RELATIVE_SBIN)/edit-urpm-sources.pl $(BINDIR)/edit-urpm-sources.pl ln -sf edit-urpm-sources.pl $(SBINDIR)/drakrpm-edit-media ln -sf $(RELATIVE_SBIN)/drakrpm-edit-media $(BINDIR)/drakrpm-edit-media ln -sf $(RELATIVE_SBIN)/gurpmi.addmedia $(BINDIR)/gurpmi.addmedia ln -sf $(RELATIVE_SBIN)/rpmdrake $(BINDIR)/drakrpm - ln -sf $(RELATIVE_SBIN)/MandrivaUpdate $(SBINDIR)/drakrpm-update + ln -sf $(RELATIVE_SBIN)/MageiaUpdate $(SBINDIR)/drakrpm-update ln -sf $(RELATIVE_SBIN)/drakrpm-update $(BINDIR)/drakrpm-update install -d $(DATADIR)/rpmdrake/icons install -m644 icons/*.png $(DATADIR)/rpmdrake/icons @@ -47,7 +47,7 @@ dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf - find $(NAME)-$(VERSION) -name '*.pm' -o -name rpmdrake -o -name MandrivaUpdate | xargs ./simplify-drakx-modules + find $(NAME)-$(VERSION) -name '*.pm' -o -name rpmdrake -o -name MageiaUpdate | xargs ./simplify-drakx-modules ./simplify-drakx-modules $(NAME)-$(VERSION)/{gurpmi.addmedia,edit-urpm-sources.pl} tar cfa ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index 82f52547..f8c1fa02 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -20,7 +20,7 @@ package Rpmdrake::edit_urpm_sources; # #***************************************************************************** # -# $Id$ +# $Id: edit_urpm_sources.pm 266598 2010-03-03 12:00:58Z tv $ use strict; @@ -114,8 +114,8 @@ sub _want_base_distro() { N("Choose media type"), N("In order to keep your system secure and stable, you must at a minimum set up sources for official security and stability updates. You can also choose to set -up a fuller set of sources which includes the complete official Mandriva -repositories, giving you access to more software than can fit on the Mandriva +up a fuller set of sources which includes the complete official Mageia +repositories, giving you access to more software than can fit on the Mageia discs. Please choose whether to configure update sources only, or the full set of sources."), transient => $::main_window, @@ -135,7 +135,7 @@ sub easy_add_callback_with_mirror() { N("This will attempt to install all official sources corresponding to your distribution (%s). -I need to contact the Mandriva website to get the mirror list. +I need to contact the Mageia website to get the mirror list. Please check that your network is currently running. Is it ok to continue?", $distro), @@ -980,9 +980,9 @@ sub mainwindow() { version => $rpmdrake::mdk_version, copyright => N("Copyright (C) %s by Mandriva", '2002-2008'), license => $license, wrap_license => 1, - comments => N("Rpmdrake is Mandriva Linux package management tool."), - website => 'http://mandrivalinux.com', - website_label => N("Mandriva Linux"), + comments => N("Rpmdrake is Mageia package management tool."), + website => 'http://www.mageia.org/', + website_label => N("Mageia"), authors => 'Thierry Vignaud <vignaud@mandriva.com>', artists => 'Hélène Durosini <ln@mandriva.com>', translator_credits => diff --git a/Rpmdrake/formatting.pm b/Rpmdrake/formatting.pm index 6e4e0dc7..12e0228a 100644 --- a/Rpmdrake/formatting.pm +++ b/Rpmdrake/formatting.pm @@ -21,7 +21,7 @@ package Rpmdrake::formatting; # #***************************************************************************** # -# $Id$ +# $Id: formatting.pm 261189 2009-10-01 14:44:39Z tv $ use strict; use utf8; diff --git a/Rpmdrake/gurpm.pm b/Rpmdrake/gurpm.pm index a148d7c1..3a9017c9 100644 --- a/Rpmdrake/gurpm.pm +++ b/Rpmdrake/gurpm.pm @@ -21,7 +21,7 @@ package Rpmdrake::gurpm; # #***************************************************************************** # -# $Id$ +# $Id: gurpm.pm 255450 2009-04-03 16:00:16Z tv $ use strict; use lib qw(/usr/lib/libDrakX); diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index feffe9c0..a2bcedf7 100644 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -21,7 +21,7 @@ package Rpmdrake::icon; # #***************************************************************************** # -# $Id$ +# $Id: icon.pm 237459 2008-02-26 14:20:47Z tv $ use strict; our @ISA = qw(Exporter); @@ -153,7 +153,7 @@ my %group_icons = ( N("Toys") => 'toys_section', N("Video") => 'video_section', - # for Mandriva Choice: + # for Mageia Choice: N("Workstation") => 'office_section', join('|', N("Workstation"), N("Configuration")) => 'configuration_section', join('|', N("Workstation"), N("Console Tools")) => 'interpreters_section', diff --git a/Rpmdrake/init.pm b/Rpmdrake/init.pm index 5a0ea01a..b901292e 100644 --- a/Rpmdrake/init.pm +++ b/Rpmdrake/init.pm @@ -21,7 +21,7 @@ package Rpmdrake::init; # #***************************************************************************** # -# $Id$ +# $Id: init.pm 263915 2009-12-03 17:41:04Z tv $ use strict; use MDK::Common::Func 'any'; @@ -56,7 +56,7 @@ N(" --justdb update the database, but do not modify the filesyste N(" --no-confirmation don't ask first confirmation question in update mode"), N(" --no-media-update don't update media at startup"), N(" --no-verify-rpm don't verify packages signatures"), -if_($0 !~ /MandrivaUpdate/, N(" --parallel=alias,host be in parallel mode, use \"alias\" group, use \"host\" machine to show needed deps")), +if_($0 !~ /MageiaUpdate/, N(" --parallel=alias,host be in parallel mode, use \"alias\" group, use \"host\" machine to show needed deps")), N(" --rpm-root=path use another root for rpm installation"), N(" --urpmi-root use another root for urpmi db & rpm installation"), N(" --run-as-root force to run as root"), diff --git a/Rpmdrake/open_db.pm b/Rpmdrake/open_db.pm index e996dbfd..86b95be1 100644 --- a/Rpmdrake/open_db.pm +++ b/Rpmdrake/open_db.pm @@ -21,7 +21,7 @@ package Rpmdrake::open_db; # #***************************************************************************** # -# $Id$ +# $Id: open_db.pm 268344 2010-05-06 13:06:08Z jvictor $ use strict; use common; diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index a2f3e4d6..dbfb4e1c 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -21,7 +21,7 @@ package Rpmdrake::pkg; # #***************************************************************************** # -# $Id$ +# $Id: pkg.pm 270160 2010-06-22 19:55:40Z jvictor $ use strict; use MDK::Common::Func 'any'; @@ -255,8 +255,8 @@ Then, restart \"%s\".", N("Enabled"), $rpmdrake::myname_update)); } my ($mirror) = choose_mirror($urpm, transient => $w->{real_window} || $::main_window, message => join("\n\n", - N("You have no configured update media. MandrivaUpdate cannot operate without any update media."), - N("I need to contact the Mandriva website to get the mirror list. + N("You have no configured update media. MageiaUpdate cannot operate without any update media."), + N("I need to contact the Mageia website to get the mirror list. Please check that your network is currently running. Is it ok to continue?"), @@ -405,7 +405,7 @@ sub get_updates_list { @$requested_list = (); } - # list updates including skiped ones + their deps in MandrivaUpdate: + # list updates including skiped ones + their deps in MageiaUpdate: @$requested_list = uniq(@$requested_list, @$requested_strict); # do not pre select updates in rpmdrake: @@ -529,7 +529,7 @@ sub get_pkgs { } } @updates = @requested; - # selecting updates by default but skipped ones (MandrivaUpdate only): + # selecting updates by default but skipped ones (MageiaUpdate only): foreach (@requested_strict) { $all_pkgs{$_}{selected} = 1; } diff --git a/Rpmdrake/rpmnew.pm b/Rpmdrake/rpmnew.pm index 0fb447c1..fc6377d6 100644 --- a/Rpmdrake/rpmnew.pm +++ b/Rpmdrake/rpmnew.pm @@ -21,7 +21,7 @@ package Rpmdrake::rpmnew; # #***************************************************************************** # -# $Id$ +# $Id: rpmnew.pm 263914 2009-12-03 17:41:02Z tv $ use strict; use lib qw(/usr/lib/libDrakX); diff --git a/Rpmdrake/widgets.pm b/Rpmdrake/widgets.pm index a1f689a3..78e9ec7e 100644 --- a/Rpmdrake/widgets.pm +++ b/Rpmdrake/widgets.pm @@ -21,7 +21,7 @@ package Gtk2::Mdv::TextView; # #***************************************************************************** # -# $Id$ +# $Id: widgets.pm 233986 2008-02-06 14:14:06Z tv $ use strict; use MDK::Common::Func 'any'; diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 5ccc255f..6168d1d0 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -20,7 +20,7 @@ # #***************************************************************************** # -# $Id$ +# $Id: edit-urpm-sources.pl 244763 2008-09-04 16:12:52Z tv $ use strict; diff --git a/grpmi/curl_download/Makefile.PL b/grpmi/curl_download/Makefile.PL index 9bb1eebe..9bb1eebe 100644..100755 --- a/grpmi/curl_download/Makefile.PL +++ b/grpmi/curl_download/Makefile.PL @@ -176,7 +176,6 @@ ccsm cd-mason cdrdao-gcdmaster cdvst -cedega-mandriva celestia cellwriter celtx-ca @@ -1074,16 +1073,7 @@ mahjongg3d mail-notification mailody mando -mandriva-doc-Drakxtools-Guide-en -mandriva-doc-Drakxtools-Guide-fr -mandriva-doc-Drakxtools-Guide-pt_br -mandriva-doc-Introducing-en -mandriva-doc-Introducing-fr -mandriva-doc-Introducing-pt_br -mandriva-doc-Mastering-Manual-en -mandriva-doc-Mastering-Manual-fr -mandriva-kde4-config-common -mandrivamenu +mageia-kde4-config-common mandvd manedit maniadrive diff --git a/gurpmi.addmedia b/gurpmi.addmedia index a3beaab5..8c10aee9 100755 --- a/gurpmi.addmedia +++ b/gurpmi.addmedia @@ -20,7 +20,7 @@ # #***************************************************************************** # -# $Id$ +# $Id: gurpmi.addmedia 261187 2009-10-01 14:44:34Z tv $ use strict; diff --git a/icons/title-install.png b/icons/title-install.png Binary files differindex a6bbe178..d63e82cc 100644 --- a/icons/title-install.png +++ b/icons/title-install.png diff --git a/icons/title-media.png b/icons/title-media.png Binary files differindex e87a3329..93ef1aaf 100644 --- a/icons/title-media.png +++ b/icons/title-media.png diff --git a/icons/title-tile.png b/icons/title-tile.png Binary files differindex 022ef1f0..a2747af5 100644 --- a/icons/title-tile.png +++ b/icons/title-tile.png diff --git a/icons/title-update.png b/icons/title-update.png Binary files differindex c99b75da..85ec1ca3 100644 --- a/icons/title-update.png +++ b/icons/title-update.png diff --git a/pixmaps/edit-urpm-sources16.png b/pixmaps/edit-urpm-sources16.png Binary files differindex 60c55c41..aa13bbd1 100644 --- a/pixmaps/edit-urpm-sources16.png +++ b/pixmaps/edit-urpm-sources16.png diff --git a/pixmaps/edit-urpm-sources32.png b/pixmaps/edit-urpm-sources32.png Binary files differindex 4ff5eac0..181f054a 100644 --- a/pixmaps/edit-urpm-sources32.png +++ b/pixmaps/edit-urpm-sources32.png diff --git a/pixmaps/edit-urpm-sources48.png b/pixmaps/edit-urpm-sources48.png Binary files differindex 50ea924e..2f783718 100644 --- a/pixmaps/edit-urpm-sources48.png +++ b/pixmaps/edit-urpm-sources48.png diff --git a/pixmaps/mandrivaupdate16.png b/pixmaps/mandrivaupdate16.png Binary files differindex cf485cb7..a715b0d9 100644 --- a/pixmaps/mandrivaupdate16.png +++ b/pixmaps/mandrivaupdate16.png diff --git a/pixmaps/mandrivaupdate32.png b/pixmaps/mandrivaupdate32.png Binary files differindex 5ab663aa..32e10d99 100644 --- a/pixmaps/mandrivaupdate32.png +++ b/pixmaps/mandrivaupdate32.png diff --git a/pixmaps/mandrivaupdate48.png b/pixmaps/mandrivaupdate48.png Binary files differindex 9a805109..85ec1ca3 100644 --- a/pixmaps/mandrivaupdate48.png +++ b/pixmaps/mandrivaupdate48.png diff --git a/pixmaps/rpmdrake-remove16.png b/pixmaps/rpmdrake-remove16.png Binary files differindex 8c8ea87a..9126b68d 100644 --- a/pixmaps/rpmdrake-remove16.png +++ b/pixmaps/rpmdrake-remove16.png diff --git a/pixmaps/rpmdrake-remove32.png b/pixmaps/rpmdrake-remove32.png Binary files differindex 00a790b7..e8a521e6 100644 --- a/pixmaps/rpmdrake-remove32.png +++ b/pixmaps/rpmdrake-remove32.png diff --git a/pixmaps/rpmdrake-remove48.png b/pixmaps/rpmdrake-remove48.png Binary files differindex 8aa83433..69be5731 100644 --- a/pixmaps/rpmdrake-remove48.png +++ b/pixmaps/rpmdrake-remove48.png diff --git a/pixmaps/rpmdrake16.png b/pixmaps/rpmdrake16.png Binary files differindex 4a0e201c..0e66f0c4 100644 --- a/pixmaps/rpmdrake16.png +++ b/pixmaps/rpmdrake16.png diff --git a/pixmaps/rpmdrake32.png b/pixmaps/rpmdrake32.png Binary files differindex 0601ccbd..2226ef70 100644 --- a/pixmaps/rpmdrake32.png +++ b/pixmaps/rpmdrake32.png diff --git a/pixmaps/rpmdrake48.png b/pixmaps/rpmdrake48.png Binary files differindex 83b1a2a8..93ef1aaf 100644 --- a/pixmaps/rpmdrake48.png +++ b/pixmaps/rpmdrake48.png @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-08-23 22:34-0300\n" -"PO-Revision-Date: 2010-04-23 15:28+0200\n" +"PO-Revision-Date: 2010-11-17 21:44+0100\n" "Last-Translator: Keld Simonsen <keld@keldix.com>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "MIME-Version: 1.0\n" @@ -929,9 +929,9 @@ msgid "This is an offical update which is supported by Mandriva." msgstr "Dette er en officiel opdatering som er understøttet af Mandriva." #: ../Rpmdrake/gui.pm:177 -#, fuzzy, c-format +#, c-format msgid "This is an unoffical update." -msgstr "Dette er en uofficiel opdatering som <b>ikke er understøttet</b>." +msgstr "Dette er en uofficiel opdatering." #: ../Rpmdrake/gui.pm:181 #, c-format @@ -50,8 +50,8 @@ msgstr "" "Project-Id-Version: rpmdrake\n" "Report-Msgid-Bugs-To: https://qa.mandriva.com\n" "POT-Creation-Date: 2010-08-23 22:34-0300\n" -"PO-Revision-Date: 2010-06-01 15:08+0100\n" -"Last-Translator: Cătălin Florin RUSSEN <cfrussen@yahoo.co.uk>\n" +"PO-Revision-Date: 2010-09-29 19:26+0100\n" +"Last-Translator: Florin Cătălin RUSSEN <cfrussen@yahoo.co.uk>\n" "Language-Team: Romanian <cooker-i18n@mandrivalinux.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -983,9 +983,9 @@ msgid "This is an offical update which is supported by Mandriva." msgstr "Aceasta este o actualizare oficială ce este suportată de Mandriva." #: ../Rpmdrake/gui.pm:177 -#, fuzzy, c-format +#, c-format msgid "This is an unoffical update." -msgstr "Aceasta este o actualizare neoficială ce <b>nu este suportată</b>." +msgstr "Aceasta este o actualizare neoficială." #: ../Rpmdrake/gui.pm:181 #, c-format @@ -1,5 +1,5 @@ # translation of rpmdrake.po to ukrainian -# $Id$ +# $Id: uk.po 270676 2010-08-24 01:42:19Z jvictor $ # Latest versions of po files are at http://www.mandrivalinux.com/l10n/uk.php3 # # Copyright (C) 1999,2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. @@ -22,7 +22,7 @@ # #***************************************************************************** # -# $Id$ +# $Id: rpmdrake 267936 2010-04-26 16:40:21Z jvictor $ use strict; use MDK::Common::Func 'any'; @@ -620,9 +620,9 @@ sub run_treeview_dialog { version => $Rpmdrake::init::version, copyright => N("Copyright (C) %s by Mandriva", '2002-2009'), license => $license, wrap_license => 1, - comments => N("Rpmdrake is Mandriva Linux package management tool."), - website => 'http://mandrivalinux.com', - website_label => N("Mandriva Linux"), + comments => N("Rpmdrake is Mageia package management tool."), + website => 'http://www.mageia.org', + website_label => N("Mageia"), authors => 'Thierry Vignaud <vignaud@mandriva.com>', artists => 'Hélène Durosini <ln@mandriva.com>', translator_credits => diff --git a/rpmdrake.pm b/rpmdrake.pm index 6dcc1edc..c5d9a792 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -20,7 +20,7 @@ # #***************************************************************************** # -# $Id$ +# $Id: rpmdrake.pm 267936 2010-04-26 16:40:21Z jvictor $ package rpmdrake; @@ -118,7 +118,7 @@ our ($mdk_version) = $mandrake_release =~ /(\d+\.\d+)/; our ($branded, %distrib); $branded = -f '/etc/sysconfig/oem' and %distrib = MDK::Common::System::distrib(); -our $myname_update = $branded ? N("Software Update") : N("Mandriva Linux Update"); +our $myname_update = $branded ? N("Software Update") : N("Mageia Update"); @rpmdrake::prompt::ISA = 'urpm::prompt'; @@ -577,7 +577,7 @@ sub mirrors { $::statusbar and $id = statusbar_msg( $branded ? N("Please wait, downloading mirror addresses.") - : N("Please wait, downloading mirror addresses from the Mandriva website."), + : N("Please wait, downloading mirror addresses from the Mageia website."), 0); my $_clean_guard = before_leaving { undef $gurpm; @@ -624,7 +624,7 @@ $branded Please check that your network is currently running. Is it ok to continue?") -: N("I need to contact the Mandriva website to get the mirror list. +: N("I need to contact the Mageia website to get the mirror list. Please check that your network is currently running. Is it ok to continue?"); @@ -650,7 +650,7 @@ Please try again later.", $error) : N("There was an error downloading the mirror list: %s -The network, or the Mandriva website, may be unavailable. +The network, or the Mageia website, may be unavailable. Please try again later.", $error)), %options ); @@ -664,7 +664,7 @@ Please try again later.", $error)), %options There can be many reasons for this problem; the most frequent is the case when the architecture of your processor is not supported -by Mandriva Linux Official Updates.")), %options +by Mageia Official Updates.")), %options ), return ''; my $w = ugtk2->new(N("Mirror choice"), grab => 1, @transient_options); @@ -944,7 +944,7 @@ sub check_update_media_version { ? N("Your medium `%s', used for updates, does not match the version of %s you're running (%s). It will be disabled.", $_->{name}, $distrib{system}, $distrib{product}) - : N("Your medium `%s', used for updates, does not match the version of Mandriva Linux you're running (%s). + : N("Your medium `%s', used for updates, does not match the version of Mageia you're running (%s). It will be disabled.", $_->{name}, $mdk_version) ); |