aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Expand)AuthorAgeFilesLines
...
| * merging r8373 into 3.0 branch: adding a new option to hide the entire list of...Nils Adermann2008-02-031-0/+1
* | merge changes from 3.0.x branchMeik Sievertsen2009-12-161-0/+1
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-0430-0/+8510
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-0413-2808/+0
* | create place for any external or modified libraries (i do not want to have th...Meik Sievertsen2009-06-071-0/+33
* | Merge most changes from 3.0.x branch since the 25th december.Meik Sievertsen2009-03-221-0/+3
* | $db-> to phpbb::$db->Meik Sievertsen2009-02-223-130/+129
* | $auth-> to phpbb::$acl->Meik Sievertsen2009-02-222-2/+2
* | remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-223-41/+28
* | $config to phpbb::$configMeik Sievertsen2008-12-282-5/+5
* | replace constants with class constants.Meik Sievertsen2008-12-271-4/+4
* | remove no longer necessary files... hoorayMeik Sievertsen2008-12-2413-2275/+0
* | we no longer need them. Schema is in install now.Meik Sievertsen2008-11-022-3347/+0
* | - Automatically add users/groups to the PM recipient list, if entered or sele...Meik Sievertsen2008-09-232-0/+2
* | erm, yeahMeik Sievertsen2008-07-291-2/+3
* | upgrader in trunk too. :PMeik Sievertsen2008-07-291-11/+13
* | CleanupMarek A. R2008-07-201-10/+9
* | merge? merge.Meik Sievertsen2008-06-231-7/+8
* | Rewrote this stuff so that it is all multiple object oriented instead of loop...David M2008-06-091-160/+384
* | removed executable props [Bug #6464]Nils Adermann2008-06-043-0/+0
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-2924-902/+96
* | :o don't allow access to that file for people who cannot add a commentNils Adermann2008-05-051-1/+1
* | fixing access to const members in the normalizer and the normalizer testNils Adermann2008-05-051-4/+4
* | Some enhancements to the posting api, replaced the bitfield with two int fiel...David M2008-04-231-63/+254
* | merge some changes/fixesMeik Sievertsen2008-04-111-15/+12
* | Some fixesMarek A. R2008-04-021-3/+3
* | Some neat stuff, the new DBAL function has the potential of removing somewher...David M2008-04-021-0/+455
* | Alright, this should give some improved performance :)David M2008-02-032-3/+3
* | poor file being commited without reasonNils Adermann2008-01-221-0/+1
* | test commit on svnNils Adermann2008-01-221-2/+1
* | - phpBB now uses a less ancient version of OracleDavid M2008-01-091-10/+10
* | so close to that perfect commit, yet so very far...David M2008-01-081-1/+1
* | - make viewforum work againDavid M2008-01-081-86/+11
* | I plan on getting a perfect commit one of these days... Today is not that day :PDavid M2008-01-061-2/+2
* | - add DB2 supportDavid M2008-01-061-3/+71
* | the end of an era...David M2008-01-061-52/+10
* | oh boy...David M2008-01-031-1/+1
|/
* fix unread/new pm columnsMeik Sievertsen2007-12-052-4/+4
* added the mysql upgrader to CVSDavid M2007-11-291-0/+1362
* okay, enoughHenry Sudhof2007-11-011-105/+54
* ...Henry Sudhof2007-11-011-4/+0
* This might work for people who b0rked their BOTs table and thus have bots br...Henry Sudhof2007-11-011-0/+206
* Adding a repair script for people who converted with RC6.Henry Sudhof2007-11-011-0/+129
* more fixes...Meik Sievertsen2007-10-141-1/+1
* forum rules, forum descriptions and group description bbcode uid fixesMeik Sievertsen2007-10-141-3/+3
* i think david just forgot these. ;)Meik Sievertsen2007-10-061-2/+2
* deregister globals to install tooMeik Sievertsen2007-10-046-33/+33
* #i71David M2007-10-041-1/+1
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-0/+4
* normalizer does not return, it works via refs. updated the normalizer test to...David M2007-08-141-2/+4
/div>
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
diff --git a/gui.lst b/gui.lst
index d1866806..e73f8e72 100644
--- a/gui.lst
+++ b/gui.lst
@@ -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
index a6bbe178..d63e82cc 100644
--- a/icons/title-install.png
+++ b/icons/title-install.png
Binary files differ
diff --git a/icons/title-media.png b/icons/title-media.png
index e87a3329..93ef1aaf 100644
--- a/icons/title-media.png
+++ b/icons/title-media.png
Binary files differ
diff --git a/icons/title-tile.png b/icons/title-tile.png
index 022ef1f0..a2747af5 100644
--- a/icons/title-tile.png
+++ b/icons/title-tile.png
Binary files differ
diff --git a/icons/title-update.png b/icons/title-update.png
index c99b75da..85ec1ca3 100644
--- a/icons/title-update.png
+++ b/icons/title-update.png
Binary files differ
diff --git a/pixmaps/edit-urpm-sources16.png b/pixmaps/edit-urpm-sources16.png
index 60c55c41..aa13bbd1 100644
--- a/pixmaps/edit-urpm-sources16.png
+++ b/pixmaps/edit-urpm-sources16.png
Binary files differ
diff --git a/pixmaps/edit-urpm-sources32.png b/pixmaps/edit-urpm-sources32.png
index 4ff5eac0..181f054a 100644
--- a/pixmaps/edit-urpm-sources32.png
+++ b/pixmaps/edit-urpm-sources32.png
Binary files differ
diff --git a/pixmaps/edit-urpm-sources48.png b/pixmaps/edit-urpm-sources48.png
index 50ea924e..2f783718 100644
--- a/pixmaps/edit-urpm-sources48.png
+++ b/pixmaps/edit-urpm-sources48.png
Binary files differ
diff --git a/pixmaps/mandrivaupdate16.png b/pixmaps/mandrivaupdate16.png
index cf485cb7..a715b0d9 100644
--- a/pixmaps/mandrivaupdate16.png
+++ b/pixmaps/mandrivaupdate16.png
Binary files differ
diff --git a/pixmaps/mandrivaupdate32.png b/pixmaps/mandrivaupdate32.png
index 5ab663aa..32e10d99 100644
--- a/pixmaps/mandrivaupdate32.png
+++ b/pixmaps/mandrivaupdate32.png
Binary files differ
diff --git a/pixmaps/mandrivaupdate48.png b/pixmaps/mandrivaupdate48.png
index 9a805109..85ec1ca3 100644
--- a/pixmaps/mandrivaupdate48.png
+++ b/pixmaps/mandrivaupdate48.png
Binary files differ
diff --git a/pixmaps/rpmdrake-remove16.png b/pixmaps/rpmdrake-remove16.png
index 8c8ea87a..9126b68d 100644
--- a/pixmaps/rpmdrake-remove16.png
+++ b/pixmaps/rpmdrake-remove16.png
Binary files differ
diff --git a/pixmaps/rpmdrake-remove32.png b/pixmaps/rpmdrake-remove32.png
index 00a790b7..e8a521e6 100644
--- a/pixmaps/rpmdrake-remove32.png
+++ b/pixmaps/rpmdrake-remove32.png
Binary files differ
diff --git a/pixmaps/rpmdrake-remove48.png b/pixmaps/rpmdrake-remove48.png
index 8aa83433..69be5731 100644
--- a/pixmaps/rpmdrake-remove48.png
+++ b/pixmaps/rpmdrake-remove48.png
Binary files differ
diff --git a/pixmaps/rpmdrake16.png b/pixmaps/rpmdrake16.png
index 4a0e201c..0e66f0c4 100644
--- a/pixmaps/rpmdrake16.png
+++ b/pixmaps/rpmdrake16.png
Binary files differ
diff --git a/pixmaps/rpmdrake32.png b/pixmaps/rpmdrake32.png
index 0601ccbd..2226ef70 100644
--- a/pixmaps/rpmdrake32.png
+++ b/pixmaps/rpmdrake32.png
Binary files differ
diff --git a/pixmaps/rpmdrake48.png b/pixmaps/rpmdrake48.png
index 83b1a2a8..93ef1aaf 100644
--- a/pixmaps/rpmdrake48.png
+++ b/pixmaps/rpmdrake48.png
Binary files differ
diff --git a/po/da.po b/po/da.po
index e5338002..8ce1e8df 100644
--- a/po/da.po
+++ b/po/da.po
@@ -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
diff --git a/po/ro.po b/po/ro.po
index 6372d794..1fee57e7 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -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
diff --git a/po/uk.po b/po/uk.po
index 97163b24..9f65a725 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -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.
diff --git a/rpmdrake b/rpmdrake
index 8f235e49..ea7fb2f4 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -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)
);