aboutsummaryrefslogtreecommitdiffstats
path: root/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php
blob: affa27b56c44c20082a74756617607ac0d8c55e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
/** 
*
* @package code_sniffer
* @version $Id: $
* @copyright (c) 2007 phpBB Group 
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 
*
*/

/**
* Unit test class for the EmptyStatement sniff.
*
* @package code_sniffer
* @author Manuel Pichler <mapi@phpundercontrol.org>
*/
class phpbb_Tests_Commenting_FileCommentUnitTest extends AbstractSniffUnitTest
{
	
	/**
	* Returns the lines where errors should occur.
	*
	* The key of the array should represent the line number and the value
	* should represent the number of errors that should occur on that line.
	*
	* @return array(int => int)
	*/
	public function getErrorList()
	{
		return array(
            7  =>  1 // BSD License error :)
		);
	}//end getErrorList()


	/**
	* Returns the lines where warnings should occur.
	*
	* The key of the array should represent the line number and the value
	* should represent the number of warnings that should occur on that line.
	*
	* @return array(int => int)
	*/
	public function getWarningList()
	{
		return array(
		    4  =>  1,
            8  =>  1
        );
	}//end getWarningList()
}
class='sha1'>085526e9b19f310f3f468799f7d3109ae85b7949 (diff)downloaddrakx-7a82ed2547bcbfaf049c836ff154f59f51a7de17.tar
drakx-7a82ed2547bcbfaf049c836ff154f59f51a7de17.tar.gz
drakx-7a82ed2547bcbfaf049c836ff154f59f51a7de17.tar.bz2
drakx-7a82ed2547bcbfaf049c836ff154f59f51a7de17.tar.xz
drakx-7a82ed2547bcbfaf049c836ff154f59f51a7de17.zip
sync with code
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/share/po/DrakX.pot29
-rw-r--r--perl-install/install/share/po/af.po29
-rw-r--r--perl-install/install/share/po/am.po29
-rw-r--r--perl-install/install/share/po/ar.po29
-rw-r--r--perl-install/install/share/po/ast.po29
-rw-r--r--perl-install/install/share/po/az.po29
-rw-r--r--perl-install/install/share/po/be.po29
-rw-r--r--perl-install/install/share/po/bg.po29
-rw-r--r--perl-install/install/share/po/bn.po29
-rw-r--r--perl-install/install/share/po/br.po29
-rw-r--r--perl-install/install/share/po/bs.po29
-rw-r--r--perl-install/install/share/po/ca.po29
-rw-r--r--perl-install/install/share/po/cs.po29
-rw-r--r--perl-install/install/share/po/cy.po29
-rw-r--r--perl-install/install/share/po/da.po29
-rw-r--r--perl-install/install/share/po/de.po29
-rw-r--r--perl-install/install/share/po/el.po29
-rw-r--r--perl-install/install/share/po/eo.po29
-rw-r--r--perl-install/install/share/po/es.po29
-rw-r--r--perl-install/install/share/po/et.po29
-rw-r--r--perl-install/install/share/po/eu.po29
-rw-r--r--perl-install/install/share/po/fa.po29
-rw-r--r--perl-install/install/share/po/fi.po29
-rw-r--r--perl-install/install/share/po/fr.po328
-rw-r--r--perl-install/install/share/po/fur.po29
-rw-r--r--perl-install/install/share/po/ga.po29
-rw-r--r--perl-install/install/share/po/gl.po29
-rw-r--r--perl-install/install/share/po/he.po29
-rw-r--r--perl-install/install/share/po/hi.po29
-rw-r--r--perl-install/install/share/po/hr.po29
-rw-r--r--perl-install/install/share/po/hu.po29
-rw-r--r--perl-install/install/share/po/id.po29
-rw-r--r--perl-install/install/share/po/is.po29
-rw-r--r--perl-install/install/share/po/it.po29
-rw-r--r--perl-install/install/share/po/ja.po29
-rw-r--r--perl-install/install/share/po/ko.po29
-rw-r--r--perl-install/install/share/po/ky.po29
-rw-r--r--perl-install/install/share/po/lt.po29
-rw-r--r--perl-install/install/share/po/ltg.po29
-rw-r--r--perl-install/install/share/po/lv.po29
-rw-r--r--perl-install/install/share/po/mk.po29
-rw-r--r--perl-install/install/share/po/mn.po29
-rw-r--r--perl-install/install/share/po/ms.po29
-rw-r--r--perl-install/install/share/po/mt.po29
-rw-r--r--perl-install/install/share/po/nb.po29
-rw-r--r--perl-install/install/share/po/nl.po29
-rw-r--r--perl-install/install/share/po/nn.po29
-rw-r--r--perl-install/install/share/po/pa_IN.po29
-rw-r--r--perl-install/install/share/po/pl.po29
-rw-r--r--perl-install/install/share/po/pt.po29
-rw-r--r--perl-install/install/share/po/pt_BR.po29
-rw-r--r--perl-install/install/share/po/ro.po29
-rw-r--r--perl-install/install/share/po/ru.po29
-rw-r--r--perl-install/install/share/po/sc.po29
-rw-r--r--perl-install/install/share/po/sk.po29
-rw-r--r--perl-install/install/share/po/sl.po29
-rw-r--r--perl-install/install/share/po/sq.po29
-rw-r--r--perl-install/install/share/po/sr.po29
-rw-r--r--perl-install/install/share/po/sr@Latn.po29
-rw-r--r--perl-install/install/share/po/sv.po29
-rw-r--r--perl-install/install/share/po/ta.po29
-rw-r--r--perl-install/install/share/po/tg.po29
-rw-r--r--perl-install/install/share/po/th.po29
-rw-r--r--perl-install/install/share/po/tl.po29
-rw-r--r--perl-install/install/share/po/tr.po29
-rw-r--r--perl-install/install/share/po/uk.po29
-rw-r--r--perl-install/install/share/po/uz.po29
-rw-r--r--perl-install/install/share/po/uz@cyrillic.po29
-rw-r--r--perl-install/install/share/po/vi.po29
-rw-r--r--perl-install/install/share/po/wa.po29
-rw-r--r--perl-install/install/share/po/zh_CN.po29
-rw-r--r--perl-install/install/share/po/zh_TW.po29
72 files changed, 1251 insertions, 1136 deletions
diff --git a/perl-install/install/share/po/DrakX.pot b/perl-install/install/share/po/DrakX.pot
index 8019be4ff..6916ea561 100644
--- a/perl-install/install/share/po/DrakX.pot
+++ b/perl-install/install/share/po/DrakX.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -334,22 +334,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr ""
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr ""
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr ""
@@ -1305,17 +1305,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr ""
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr ""
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1324,24 +1325,24 @@ msgid ""
"root fs is: root=%s"
msgstr ""
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr ""
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1349,12 +1350,12 @@ msgid ""
"Do you really want to quit now?"
msgstr ""
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr ""
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr ""
diff --git a/perl-install/install/share/po/af.po b/perl-install/install/share/po/af.po
index cd0da3f1f..03f3d9481 100644
--- a/perl-install/install/share/po/af.po
+++ b/perl-install/install/share/po/af.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-af\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2005-04-21 17:33+0200\n"
"Last-Translator: Dirk van der Walt <dirkvanderwalt@webmail.co.za>\n"
"Language-Team: Afrikaans\n"
@@ -345,22 +345,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "'n Fout het voorgekom"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "onsuksesvolle installasie"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Installeer pakket %s"
@@ -1365,17 +1365,18 @@ msgstr "U het nog nie 'X' opgestel nie. Verlang u dit regtig?"
msgid "Preparing bootloader..."
msgstr "Herlaaistelsel word voorberei..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Berei installasie voor"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, fuzzy, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1388,7 +1389,7 @@ msgstr ""
"Ons sal voortgaan met die installasie, maar u sal\n"
"BootX of 'n ander manier moet gedruik om u rekenaar te selflaai"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1397,17 +1398,17 @@ msgstr ""
"Met hierdie sekuriteitsvlak word toegang na lêers op die Windows partisie "
"vernou na slegs die administrateur"
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sit 'n leë floppie in aandrywer %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Outoinstallasieskyf word geskep."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1418,12 +1419,12 @@ msgstr ""
"\n"
"Wil u werklik nou eindig?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Geluk"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Herlaai"
diff --git a/perl-install/install/share/po/am.po b/perl-install/install/share/po/am.po
index ff998fe9f..2874165ea 100644
--- a/perl-install/install/share/po/am.po
+++ b/perl-install/install/share/po/am.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2004-06-01 03:36+0100\n"
"Last-Translator: Alemayehu <alemayehu@gmx.at>\n"
"Language-Team: Amharic <am-translate@geez.org>\n"
@@ -331,22 +331,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "ስህተት ተፈጥሯል"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "%s አልተገኘም"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "የ%s ጥቅል በመትከል ላይ"
@@ -1302,17 +1302,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr "አስጀማሪ በማዘጋጀት ላይ..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "ተከላ በማዘጋጀት ላይ"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1321,24 +1322,24 @@ msgid ""
"root fs is: root=%s"
msgstr ""
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr ""
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1346,12 +1347,12 @@ msgid ""
"Do you really want to quit now?"
msgstr ""
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "እንኳን ደስ ያለዎ!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "እንደገና ጀምር"
diff --git a/perl-install/install/share/po/ar.po b/perl-install/install/share/po/ar.po
index 178b4f0eb..2308d39cb 100644
--- a/perl-install/install/share/po/ar.po
+++ b/perl-install/install/share/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2011-05-19 13:12+0000\n"
"Last-Translator: salim salim <almusalimalmusalimah@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -346,22 +346,22 @@ msgstr ""
"بعض الحزم التي يتطلبها %s لا يمكن تثبيتها:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "حدث خطأ:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "فشلت عملية تثبيت %d"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "فشل تثبيت الحزمة:"
@@ -1366,17 +1366,18 @@ msgstr "لم تقم بضبط خادم س (X). هل أنت متأكد أنك تر
msgid "Preparing bootloader..."
msgstr "محمّل الإقلاع يُحضَّر..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "التثبيت يُحضَّر"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "كن صبورا ، سيأخذ هذا بعض الوقت"
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1388,7 +1389,7 @@ msgstr ""
"نظامك. ستكمل عملية التثبيت، ولكنك بحاجة إلى استخدام BootX أو طريقة ما أخرى "
"لإقلاع نظامك. مُعطى النواة لنظام الملفات الجذر هو: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1397,17 +1398,17 @@ msgstr ""
"في هذا المستوى الأمني، الوصول إلى الملفّات في قسم وندوز سيكون مقصوراً على "
"المدير."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "أدخل قرصًا مرنًا فارغًا في محرك الأقراص %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "إنشاء قرص مرن للتثبيت الآلي..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1418,12 +1419,12 @@ msgstr ""
"\n"
"هل تريد الخروج الآن حقاً؟"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "تهانينا"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "إعادة اﻹقلاع"
diff --git a/perl-install/install/share/po/ast.po b/perl-install/install/share/po/ast.po
index c4a5fd07f..c1d14c88f 100644
--- a/perl-install/install/share/po/ast.po
+++ b/perl-install/install/share/po/ast.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2009-11-04 19:22+0100\n"
"Last-Translator: astur <malditoastur@gmail.com>\n"
"Language-Team: Asturian <alministradores@softastur.org>\n"
@@ -355,22 +355,22 @@ msgstr ""
"Dalgunos paquetes que necesites %s nun pueden instalase:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Hebo un fallu:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "Fallaron %d tresaiciones d'instalación"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Falló la instalación de paquetes:"
@@ -1389,17 +1389,18 @@ msgstr "X Ensin configurar ¿De xuru que quies esto daveres?"
msgid "Preparing bootloader..."
msgstr "Tresnando'l cargador d'arranque"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Tresnando la instalación"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Aposenta por favor, pues esto puede llevar un ratu."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1412,7 +1413,7 @@ msgstr ""
"necesitará usar BootX o dalguna otra manera p'arrancar la to máquina. El "
"parámetru del kernel pal sistema de ficheros raíz ye: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1421,17 +1422,17 @@ msgstr ""
"Nesti nivel de seguridá, l'accesu a los ficheros na partición Windows ta "
"restrinxíu sólo al alministrador."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inxerta un disquete en blancu na unidá %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Criando'l disquete d'instalación automática"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1442,12 +1443,12 @@ msgstr ""
"\n"
"¿De xuru quies colar agora?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Felicidaes"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Reaniciar"
diff --git a/perl-install/install/share/po/az.po b/perl-install/install/share/po/az.po
index e97945412..964a405d1 100644
--- a/perl-install/install/share/po/az.po
+++ b/perl-install/install/share/po/az.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2005-03-31 14:21+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -344,22 +344,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Bir xəta oldu"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "Qurulum bacarılmadı"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "%s paketi qurulur"
@@ -1355,17 +1355,18 @@ msgstr "Siz X-i quraşdırmadınız. Bundan əminsinizmi?"
msgid "Preparing bootloader..."
msgstr "Açılış yükləyici hazırlanır"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Qurulum hazırlanır"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, fuzzy, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1378,24 +1379,24 @@ msgstr ""
"Qurulum davam edəcək ancaq kompüterinizi aça bilmək üçün\n"
" BootX ya da başqa vasitədən istifadə etməlisiniz"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s sürücüsünə boş bir disket yerləşdirin"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Avtomatik qurulum disketi hazırlanır"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1406,12 +1407,12 @@ msgstr ""
"\n"
"Həqiqətən də çıxmaq istəyirsiniz?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Təbriklər"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Yenidən başlat"
diff --git a/perl-install/install/share/po/be.po b/perl-install/install/share/po/be.po
index d8b77e7b1..a83d279c4 100644
--- a/perl-install/install/share/po/be.po
+++ b/perl-install/install/share/po/be.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -333,22 +333,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Адбылася памылка"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "Усталяванне SILO"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Усталяванне пакету %s"
@@ -1329,17 +1329,18 @@ msgstr "Меню не было захавана. Ці сапраўды вы жа
msgid "Preparing bootloader..."
msgstr "Падрыхтоўка загрузчыка"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Падрыхтоўка ўсталяваньня"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1348,24 +1349,24 @@ msgid ""
"root fs is: root=%s"
msgstr ""
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Устаўце дыскету ў дыскавод %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Стварэнне дыскеты для ўсталявання"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1375,12 +1376,12 @@ msgstr ""
"Некаторыя крокі не завершаны.\n"
"Вы сапраўды жадаеце выйсці зараз?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, fuzzy, c-format
msgid "Congratulations"
msgstr "Прыміце віншаванні!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Перазагрузка"
diff --git a/perl-install/install/share/po/bg.po b/perl-install/install/share/po/bg.po
index 90786508e..aeef2b70f 100644
--- a/perl-install/install/share/po/bg.po
+++ b/perl-install/install/share/po/bg.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-bg\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2009-03-20 23:42+0200\n"
"Last-Translator: Kolio Kolev <kolio_kolev@biotronica.net>\n"
"Language-Team: Bulgarian <Mageia User Group - Bulgaria <mandriva-"
@@ -351,22 +351,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Появи се грешка"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Без въпроси отново"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d инсталационни транзакции пропаднаха"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Инсталиране на пакета %s"
@@ -1359,17 +1359,18 @@ msgstr "Вие не сте конфигурирали X. Сигурни ли с
msgid "Preparing bootloader..."
msgstr "Подготовка на bootloader"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Подготвям инсталацията"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, fuzzy, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1382,24 +1383,24 @@ msgstr ""
"Инсталацията ще продължи, но ще трябва\n"
"да иползвате BootX, за да стартирате машината си"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Сложете празна дискета в устройство %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Подготвям дискета с автоматична инсталация"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1410,12 +1411,12 @@ msgstr ""
"\n"
"Наистина ли искате да излезете сега ?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Поздравления"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Престартира"
diff --git a/perl-install/install/share/po/bn.po b/perl-install/install/share/po/bn.po
index ea9a35915..a6bebe22d 100644
--- a/perl-install/install/share/po/bn.po
+++ b/perl-install/install/share/po/bn.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2007-02-19 00:44+0600\n"
"Last-Translator: Tisa Nafisa <tisa_nafisa@yahoo.com>\n"
"Language-Team: Bangla <mdk-translation@bengalinux.org>\n"
@@ -346,22 +346,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "একটি ত্রুটি সম্পাদিত হয়েছে"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "ইনস্টলেশন বিফল হয়েছে"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "%s প্যাকেজ সমূহ ইনস্টল করা হচ্ছে"
@@ -1366,17 +1366,18 @@ msgstr "আপনি X কনফিগার করেননি। আপনি
msgid "Preparing bootloader..."
msgstr "Bootloader প্রস্তুত করা হচ্ছে..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "ইনস্টলেশনের প্রস্তুতি চলছে"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1389,7 +1390,7 @@ msgstr ""
"BootX বা অন্য কোন কিছু ব্যবহার করতে হবে। root fs এর জন্য কার্নেল প্রেরিত মান হবে: "
"root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1397,17 +1398,17 @@ msgid ""
msgstr ""
"এই নিরাপত্তা লেভেলে, উইন্ডোজ পার্টিশনের ফাইলে প্রবেশ শুধুমাত্র অ্যাডমিনিস্ট্রেটরের আছে।"
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s ড্রাইভে একটি ফাঁকা ফ্লপি ঢোকান"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "সয়ং ইনস্টল ফ্লপি তৈরী করা হচ্ছে..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1418,12 +1419,12 @@ msgstr ""
"\n"
"আপনি কি এখন বের হতে চান?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "স্বাগতম"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "রিবুট"
diff --git a/perl-install/install/share/po/br.po b/perl-install/install/share/po/br.po
index 96ca722b3..4c4754e8f 100644
--- a/perl-install/install/share/po/br.po
+++ b/perl-install/install/share/po/br.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX 10.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-03-12 07:21+0100\n"
"Last-Translator: Thierry Vignaud <thierry.vignaud.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -343,22 +343,22 @@ msgstr ""
"Ne m'eus ket gallet staliañ un darn pakad goulennet gant %s :\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Ur fazi zo bet :"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d gra zo bet sac'het"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Sac'het et bet staliañ ar pakadoù :"
@@ -1338,17 +1338,18 @@ msgstr "N'eo ket kefluniet X. Ha fellout a ra deoc'h da vat ober an dra-mañ ?"
msgid "Preparing bootloader..."
msgstr "O prientiñ ar c'harger loc'hañ ..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr "O prientiñ ar program loc'hañ ..."
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Gortozit mar plaj ; gellout a rafe bezañ hir ..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1357,24 +1358,24 @@ msgid ""
"root fs is: root=%s"
msgstr ""
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "O krouiñ ur bladennig staliañ emgefreek ..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1385,12 +1386,12 @@ msgstr ""
"\n"
"Mennout a rit kuitaat da vat bremañ ?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Brav"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Adlañsañ"
diff --git a/perl-install/install/share/po/bs.po b/perl-install/install/share/po/bs.po
index 87b4dc4be..500b447d3 100644
--- a/perl-install/install/share/po/bs.po
+++ b/perl-install/install/share/po/bs.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2006-09-16 10:33+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -352,22 +352,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Došlo je do greške"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "Instalacija nije uspjela"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Instaliram paket %s"
@@ -1372,17 +1372,18 @@ msgstr "Niste podesili X. Sigurno želite uraditi ovo?"
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Pripremam instalaciju"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1395,7 +1396,7 @@ msgstr ""
"neki drugi način za bootanje vašeg računara. Argument kernela za root fs je: "
"root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1404,17 +1405,17 @@ msgstr ""
"Na ovom sigurnosnom nivou, pristup datotekama na Windows particijama je "
"dozvoljen samo administratoru."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ubacite praznu disketu u jedinicu %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1425,12 +1426,12 @@ msgstr ""
"\n"
"Da li zaista želite izaći sada?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Čestitamo"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Restartuj"
diff --git a/perl-install/install/share/po/ca.po b/perl-install/install/share/po/ca.po
index fdf0e45a1..48f514d6b 100644
--- a/perl-install/install/share/po/ca.po
+++ b/perl-install/install/share/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-03-08 23:49+0000\n"
"Last-Translator: Francesc Pinyol Margalef <francesc.pinyol.m@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -352,22 +352,22 @@ msgstr ""
"Alguns paquets sol·licitats per %s no es poden instal·lar:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "S'ha produït un error:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "No tornar a preguntar"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "Han fallat %d transaccions d'instal·lació"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "La instal·lació de paquets ha fallat:"
@@ -1387,17 +1387,18 @@ msgstr "No heu configurat X. Segur que ho voleu així?"
msgid "Preparing bootloader..."
msgstr "S'està preparant el carregador de l'arrencada..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "S'està preparant la instal·lació"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Tingueu paciència, això pot trigar una estona..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1410,7 +1411,7 @@ msgstr ""
"de fer servir BootX o bé algun altre mecanisme per a iniciar la vostra "
"màquina. L'argument del nucli per al sistema de fitxers arrel és: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1419,17 +1420,17 @@ msgstr ""
"En aquest nivell de seguretat, l'accés a les particions de Windows està "
"restringit a l'administrador."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inseriu un disquet en blanc a la unitat %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "S'està creant el disquet d'instal·lació automàtica..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1440,12 +1441,12 @@ msgstr ""
"\n"
"Esteu segur que voleu sortir ara?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Felicitats"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Reinicia"
diff --git a/perl-install/install/share/po/cs.po b/perl-install/install/share/po/cs.po
index 0cfd61bac..a5b759a13 100644
--- a/perl-install/install/share/po/cs.po
+++ b/perl-install/install/share/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-03-10 14:44+0000\n"
"Last-Translator: Oliver Burger <oliver.bgr@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -348,22 +348,22 @@ msgstr ""
"Některé z balíčků vyžádaných od %s nelze nainstalovat:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Nastala chyba:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Více se již neptat"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d instalačních procesů selhalo"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Instalace balíčků selhala:"
@@ -1380,17 +1380,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr "Připravuji zaváděcí program..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Připravuji instalaci"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Prosím o strpení, může to chvíli trvat…"
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1403,7 +1404,7 @@ msgstr ""
"BootX nebo jiný nástroj pro zavedení systému. Parametr jádra pro kořenový "
"souborový systém je: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1412,17 +1413,17 @@ msgstr ""
"V této úrovní zabezpečení je přístup k souborům na oddíle s Windows omezena "
"pouze na uživatele administrátor."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Vložte prázdnou disketu do %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Vytvářím disketu pro automatickou instalaci..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1433,12 +1434,12 @@ msgstr ""
"\n"
"Chcete opravdu nyní skončit?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Gratulujeme"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Restartovat"
diff --git a/perl-install/install/share/po/cy.po b/perl-install/install/share/po/cy.po
index 05604e65e..324010d80 100644
--- a/perl-install/install/share/po/cy.po
+++ b/perl-install/install/share/po/cy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2009-10-01 16:09+0100\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Meddal.com\n"
@@ -353,22 +353,22 @@ msgstr ""
"Nid yw'n bosib gosod rhai pecynnau gofynnwyd gan %s:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Digwyddodd gwall:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "Methodd trafod gosod %d"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Methodd gosod pecynnau:"
@@ -1380,17 +1380,18 @@ msgstr "Nid ydych wedi ffurfweddu X. Ydych chi'n siŵr eich bod am wneud hyn?"
msgid "Preparing bootloader..."
msgstr "Paratoi cychwynnwr..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Paratoi'r gosod"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Amynedd, gall hyn gymryd amser..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1403,7 +1404,7 @@ msgstr ""
"bydd rhaid defnyddio BootX i gychwyn eich peiriant. Ymresymiad y cnewyllyn "
"ar gyfer y gwraidd yw: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1412,17 +1413,17 @@ msgstr ""
"Ar y lefel diogelwch yma, mae mynedfa i ffeiliau yn rhaniad Windows wedi eu "
"cyfyngu i'r Gweinyddwr."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Rhowch ddisg meddal yng ngyrrwr %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Creu disg meddal awto gosod..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1433,12 +1434,12 @@ msgstr ""
"\n"
"Ydych chi wir eisiau gorffen?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Llongyfarchiadau"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Ail gychwyn"
diff --git a/perl-install/install/share/po/da.po b/perl-install/install/share/po/da.po
index 00b1f8359..1822505b5 100644
--- a/perl-install/install/share/po/da.po
+++ b/perl-install/install/share/po/da.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2010-07-06 21:38+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -352,22 +352,22 @@ msgstr ""
"Visse pakker forespurgt af %s kan ikke installeres:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Der opstod en fejl:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Spørg ikke igen"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d installationstransaktioner mislykkedes"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Installation af pakker mislykkedes:"
@@ -1387,17 +1387,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr "Forbereder opstartsindlæser..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Forbereder installationen"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Vær tålmodig, dette kan tage et stykke tid..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1410,7 +1411,7 @@ msgstr ""
"du skal bruge BootX eller en anden måde til at starte din maskine. Kernens "
"parameter for root-filsystemet er: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1419,17 +1420,17 @@ msgstr ""
"I dette er sikkerhedsniveau er adgang til Windows-partitionen forbeholdt "
"administratoren."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Indsæt en tom diskette i drev %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Laver autoinstallations-diskette..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1440,12 +1441,12 @@ msgstr ""
"\n"
"Er du sikker på du ønsker du at lukke nu?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Tillykke"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Genstart"
diff --git a/perl-install/install/share/po/de.po b/perl-install/install/share/po/de.po
index 28f257af4..bee73adf7 100644
--- a/perl-install/install/share/po/de.po
+++ b/perl-install/install/share/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-03-22 16:37+0100\n"
"Last-Translator: Oliver Burger <obgr_seneca@mageia.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -352,22 +352,22 @@ msgstr ""
"Einige der ausgewählten Programme von %s können nicht installiert werden:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Ein Fehler ist aufgetreten:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Nicht erneut fragen"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d Installationstransaktionen schlugen fehl"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Installieren der Pakete ist fehlgeschlagen:"
@@ -1390,17 +1390,18 @@ msgstr "Sie haben X nicht konfiguriert. Sind Sie sicher?"
msgid "Preparing bootloader..."
msgstr "Bootloader wird vorbereitet ..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr "Initiale Systemstartprogramme vorbereiten..."
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Ein wenig Geduld, dies kann einige Zeit dauern..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1414,7 +1415,7 @@ msgstr ""
"müssen um Ihren Rechner zu starten. Der Kernelparameter für das Root-"
"Dateisystem ist: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1423,17 +1424,17 @@ msgstr ""
"In dieser Sicherheitseinstellung ist der Zugriff auf Dateien der "
"Windowspartition nur dem Administrator erlaubt"
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in das Laufwerk %s ein."
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Erstelle eine Auto-Installationsdiskette"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1444,12 +1445,12 @@ msgstr ""
"\n"
"Wollen Sie DrakX wirklich beenden?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Herzlichen Glückwunsch!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Neustart"
diff --git a/perl-install/install/share/po/el.po b/perl-install/install/share/po/el.po
index c6259e94f..656fae033 100644
--- a/perl-install/install/share/po/el.po
+++ b/perl-install/install/share/po/el.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-04-07 08:49+0200\n"
"Last-Translator: Dimitrios Glentadakis <dglent@gmail.com>\n"
"Language-Team: Greek <i18n-el@ml.mageia.org>\n"
@@ -356,22 +356,22 @@ msgstr ""
"Κάποια πακέτα που ζητήθηκαν από το %s, δεν μπορούν να εγκατασταθούν:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Παρουσιάστηκε ένα σφάλμα :"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Να μην ξαναγίνει η ερώτηση"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d συναλλαγές εγκατάστασης απέτυχαν"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Η εγκατάσταση των πακέτων απέτυχε :"
@@ -1397,17 +1397,18 @@ msgstr "Δεν έχετε ρυθμίσει τον Χ. Είστε σίγουρο
msgid "Preparing bootloader..."
msgstr "Προετοιμασία του προγράμματος εκκίνησης..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr "Προετοιμασία του αρχικού προγράμματος εκκίνησης..."
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Παρακαλώ περιμένετε, η διαδικασία μπορεί να διαρκέσει μερικά λεπτά ..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1420,7 +1421,7 @@ msgstr ""
"θα χρειαστεί να χρησιμοποιήσετε το BootX ή μια άλλη μέθοδο για την εκκίνηση "
"του υπολογιστή σας. Η παράμετρος πυρήνα για το root fs είναι: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1429,17 +1430,17 @@ msgstr ""
"Σε αυτό το επίπεδο ασφαλείας, μόνο ο διαχειριστής έχει πρόσβαση στα αρχεία "
"στην κατάτμηση των Windows."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Εισάγετε μια άδεια δισκέτα στον οδηγό %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Δημιουργία δισκέτας αυτόματης εγκατάστασης..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1450,12 +1451,12 @@ msgstr ""
"\n"
"Θέλετε σίγουρα να εγκαταλείψετε τώρα;"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Συγχαρητήρια"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Επανεκκίνηση"
diff --git a/perl-install/install/share/po/eo.po b/perl-install/install/share/po/eo.po
index 9b1bec5e5..bc4b1da67 100644
--- a/perl-install/install/share/po/eo.po
+++ b/perl-install/install/share/po/eo.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eo\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2007-12-29 05:55+0100\n"
"Last-Translator: Vilhelmo Lutermano <vlutermano@free.fr>\n"
"Language-Team: Esperanto <eo@li.org>\n"
@@ -355,22 +355,22 @@ msgstr ""
"Kelkaj pakaĵoj bezonataj de %s ne instaleblas:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Eraro okazis"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d instal-transakcioj malsukcesis"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Instalanta pakaĵo %s"
@@ -1378,17 +1378,18 @@ msgstr "Vi ne konfiguris X-on. Ĉu vi certas vere voli tion?"
msgid "Preparing bootloader..."
msgstr "Preparas startŝargilon"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Preparas instaladon"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1401,7 +1402,7 @@ msgstr ""
"rimedon por startigi vian maŝinon. La kerno-argumento por la root fs "
"[dosiersistemo] estas: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1410,17 +1411,17 @@ msgstr ""
"Sur tiu ĉi sekurec-nivelo, la aliro al dosieroj en la Vindozaj subdiskoj "
"estas limigitaj al la mastrumanto."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Enŝovu malplenan disketon en drajvo %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Kreas aŭtoinstalan disketon"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1431,12 +1432,12 @@ msgstr ""
"\n"
"Ĉu vi vere volas ĉesi nun?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Gratulojn"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Restarto"
diff --git a/perl-install/install/share/po/es.po b/perl-install/install/share/po/es.po
index b763a1a41..7b89d00b5 100644
--- a/perl-install/install/share/po/es.po
+++ b/perl-install/install/share/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-03-22 20:08-0500\n"
"Last-Translator: Diego Bello <dbello@gmail.com>\n"
"Language-Team: Spanish <mdktrans@blogdrake.net>\n"
@@ -355,22 +355,22 @@ msgstr ""
"Algunos paquetes requeridos por %s no se pueden instalar:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Se produjo un error:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "No preguntar de nuevo"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "Fallaron %d operaciones de instalación"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Falló la instalación de paquetes:"
@@ -1395,17 +1395,18 @@ msgstr "No se ha configurado X. ¿Está seguro de que desea esto?"
msgid "Preparing bootloader..."
msgstr "Preparando el cargador de arranque..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr "Preparando el programa de instalación inicial..."
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Sea paciente, esto puede tardar un tiempo..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1418,7 +1419,7 @@ msgstr ""
"tendrá que utilizar BootX o algún otro medio para arrancar su máquina. El "
"argumento del núcleo para el sistema de ficheros raíz es: root =%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1427,17 +1428,17 @@ msgstr ""
"En este nivel de seguridad, el acceso a los archivos en la partición de "
"Windows está restringido al administrador."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inserte un disquete en blanco en la unidad %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Creando disquete de instalación automática..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1448,12 +1449,12 @@ msgstr ""
"\n"
"¿Está seguro que desea salir ahora?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Felicitaciones"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Reiniciar"
diff --git a/perl-install/install/share/po/et.po b/perl-install/install/share/po/et.po
index a6fcdcaea..18f8e2338 100644
--- a/perl-install/install/share/po/et.po
+++ b/perl-install/install/share/po/et.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-03-11 13:56+0000\n"
"Last-Translator: Marek Laane <bald@smail.ee>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -351,22 +351,22 @@ msgstr ""
"Mõningaid pakette, mida nõuab %s, ei saa paigaldada:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Tekkis viga:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Rohkem ei küsita"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d paigaldamistehingut nurjus"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Pakettide paigaldamine nurjus:"
@@ -1372,17 +1372,18 @@ msgstr "Te ei ole seadistanud X'i. Kas Te tõesti ei taha seda teha?"
msgid "Preparing bootloader..."
msgstr "Alglaaduri ettevalmistamine..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr "Alglaadimisprogrammi ettevalmistamine..."
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Varuge kannatust, see võib võtta veidi aega..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1395,7 +1396,7 @@ msgstr ""
"tuleb Teil kasutada BootX'i või mingit muud nippi. Kerneli argument "
"juurfailisüsteemi jaoks on root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1404,17 +1405,17 @@ msgstr ""
"Sellel turvatasemel pääseb Windowsi partitsioonil asuvatele failidele ligi "
"ainult administraator."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Pange palun tühi diskett seadmesse %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Kiirpaigaldusdisketi loomine..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1425,12 +1426,12 @@ msgstr ""
"\n"
"Kas soovite tõesti praegu lõpetada ja väljuda?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Õnnitleme!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Taaskäivitus"
diff --git a/perl-install/install/share/po/eu.po b/perl-install/install/share/po/eu.po
index afe47ee5d..9aaf34a27 100644
--- a/perl-install/install/share/po/eu.po
+++ b/perl-install/install/share/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2009-09-19 08:21+0200\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: Basque <kde-i18n-doc@kde.org>\n"
@@ -351,22 +351,22 @@ msgstr ""
"%s-k eskatutako pakete batzuk ezin dira instalatu:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Akats bat gertatu da:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d instaketa eragiketek huts egin dute"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Paketeen instalaketak huts egin du:"
@@ -1382,17 +1382,18 @@ msgstr "X ez duzu konfiguratu. Ziur zaude hori dela egin nahi duzuna?"
msgid "Preparing bootloader..."
msgstr "Abioko kargatzailea prestatzen..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Instalazioa prestatzen"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Pazientzia izan, pixka baterako dauka..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1405,7 +1406,7 @@ msgstr ""
"abiatzeko beste bide bat erabili beharko duzu zure makina abiarazteko. Erro "
"fitxategi sistemarentzako nukleo argumentua honakoa da: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1414,17 +1415,17 @@ msgstr ""
"Segurtasun-maila honetan, administratzaileak soilik du Windows partizioko "
"fitxategiak atzitzeko eskubidea."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sartu diskete huts bat %s unitatean"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Auto-instalazioko disketea sortzen..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1435,12 +1436,12 @@ msgstr ""
"\n"
"Ziur zaude orain irten nahi duzula?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Zorionak"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Berrabiarazi"
diff --git a/perl-install/install/share/po/fa.po b/perl-install/install/share/po/fa.po
index 20883d819..91c28dd8e 100644
--- a/perl-install/install/share/po/fa.po
+++ b/perl-install/install/share/po/fa.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-fa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2005-02-26 06:31+0100\n"
"Last-Translator: Abbas Izad <abbasizad@hotmail.com>\n"
"Language-Team: Persian\n"
@@ -343,22 +343,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "خطائی رخ داد"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "نصب شکست خورد"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "نصب کردن بسته‌ی %s"
@@ -1354,17 +1354,18 @@ msgstr "شما ایکس را پیکربندی نکرده‌اید. آیا واق
msgid "Preparing bootloader..."
msgstr "آماده کردن بارگذار آغازگر..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "آماده کردن نصب"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1378,7 +1379,7 @@ msgstr ""
"از BootX یا طریق دیگری برای آغازگری استفاده کنید. آرگومان هسته برای سیستم "
"پرونده ریشه: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1386,17 +1387,17 @@ msgid ""
msgstr ""
"در این سطح امنیتی، دستیابی به پرونده‌های قسمت‌بندی ویندوز محدود به مدیر است."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "یک دیسکچه‌ی خالی را در گرداننده‌ی %s داخل کنید"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "ایجاد کردن دیسکچه‌ی نصب خودکار..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1407,12 +1408,12 @@ msgstr ""
"\n"
"واقعاً می‌خواهید اکنون ترک کنید؟"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "تبریک می‌گوئیم!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "آغازگری مجدد"
diff --git a/perl-install/install/share/po/fi.po b/perl-install/install/share/po/fi.po
index 5c371e2bc..5f8b16143 100644
--- a/perl-install/install/share/po/fi.po
+++ b/perl-install/install/share/po/fi.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-fi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2011-05-21 23:25+0300\n"
"Last-Translator: Jani Välimaa <wally@mageia.org>\n"
"Language-Team: Finnish <mageia-i18n@mageia.org>\n"
@@ -358,22 +358,22 @@ msgstr ""
"Joitakin paketin %s vaatimia paketteja ei voida asentaa:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Virhe:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Älä kysy uudelleen"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d asennustapahtumaa epäonnistui"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Pakettien asennus epäonnistui:"
@@ -1399,17 +1399,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr "Valmistellaan käynnistyslatainta..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Valmistellaan asennusta"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Ole kärsivällinen, valmistelussa voi kestää hetki..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1422,7 +1423,7 @@ msgstr ""
"tai jotain muuta keinoa. Ytimen parametrit root-tiedostojärjestelmälle ovat "
"root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1432,17 +1433,17 @@ msgstr ""
"pääkäyttäjälle."
# mat
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Aseta tyhjä levyke levykeasemaan %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Luodaan automaattiasennuslevykettä..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1453,12 +1454,12 @@ msgstr ""
"\n"
"Haluatko todella lopettaa?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Onnittelut"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Käynnistä uudelleen"
diff --git a/perl-install/install/share/po/fr.po b/perl-install/install/share/po/fr.po
index 9a9da7763..0d55b0bd3 100644
--- a/perl-install/install/share/po/fr.po
+++ b/perl-install/install/share/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: drakx_install\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2012-04-18 17:53+0100\n"
"Last-Translator: Rémi Verschelde <remi@verschelde.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -66,7 +66,8 @@ msgid ""
"\n"
"Do you have a supplementary installation medium to configure?"
msgstr ""
-"Les médias suivants ont été trouvés et seront utilisés pendant l'installation : %s.\n"
+"Les médias suivants ont été trouvés et seront utilisés pendant "
+"l'installation : %s.\n"
"\n"
"\n"
"Souhaitez-vous configurer un autre média d'installation ?"
@@ -109,7 +110,9 @@ msgstr "Récupération de la liste des miroirs disponibles sur le site Web %s…
#: any.pm:188
#, c-format
msgid "Failed contacting %s web site to get the list of available mirrors"
-msgstr "La tentative de récupération de la liste des miroirs disponibles sur le site Web %s a échoué"
+msgstr ""
+"La tentative de récupération de la liste des miroirs disponibles sur le site "
+"Web %s a échoué"
#: any.pm:198
#, c-format
@@ -153,8 +156,12 @@ msgstr "Supplémentaire"
#: any.pm:296
#, c-format
-msgid "Can't find a package list file on this mirror. Make sure the location is correct."
-msgstr "Ne peut trouver le fichier de liste des paquetages sur ce miroir. Vérifiez que l'emplacement est correct."
+msgid ""
+"Can't find a package list file on this mirror. Make sure the location is "
+"correct."
+msgstr ""
+"Ne peut trouver le fichier de liste des paquetages sur ce miroir. Vérifiez "
+"que l'emplacement est correct."
#: any.pm:335
#, c-format
@@ -180,7 +187,8 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
-"Les paquetages suivants seront désinstallés pour permettre la mise à jour : %s\n"
+"Les paquetages suivants seront désinstallés pour permettre la mise à jour : "
+"%s\n"
"\n"
"\n"
"Souhaitez-vous réellement les désinstaller ?\n"
@@ -215,8 +223,7 @@ msgstr "FTP"
msgid "NFS"
msgstr "NFS"
-#: any.pm:1119
-#: steps_interactive.pm:950
+#: any.pm:1119 steps_interactive.pm:950
#, c-format
msgid "Network"
msgstr "Réseau"
@@ -261,8 +268,7 @@ msgstr "Les captures d'écran seront disponibles après l'installation dans %s"
msgid "Installation"
msgstr "Installation"
-#: gtk.pm:135
-#: share/meta-task/compssUsers.pl:43
+#: gtk.pm:135 share/meta-task/compssUsers.pl:43
#, c-format
msgid "Configuration"
msgstr "Configuration"
@@ -278,7 +284,8 @@ msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
"You can find some information about them at: %s"
msgstr ""
-"Certains périphériques présents sur votre système requièrent des pilotes « propriétaires » pour pouvoir fonctionner.\n"
+"Certains périphériques présents sur votre système requièrent des pilotes "
+"« propriétaires » pour pouvoir fonctionner.\n"
"Vous pouvez trouver plus d'informations les concernant ici : %s"
#: interactive.pm:22
@@ -304,7 +311,8 @@ msgstr "impossible d'ajouter le média"
#: media.pm:765
#, c-format
msgid "Copying some packages on disks for future use"
-msgstr "Copie de certains paquetages sur les disques pour une utilisation future"
+msgstr ""
+"Copie de certains paquetages sur les disques pour une utilisation future"
#: media.pm:818
#, c-format
@@ -345,22 +353,22 @@ msgstr ""
"Certains paquetages requis par %s ne peuvent être installés :\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Une erreur est survenue :"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Ne plus me demander"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d transactions ont échoué"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "L'installation des paquetages a échoué :"
@@ -377,8 +385,12 @@ msgstr "Poste bureautique"
#: share/meta-task/compssUsers.pl:17
#, c-format
-msgid "Office programs: wordprocessors (LibreOffice Writer, Kword), spreadsheets (LibreOffice Calc, Kspread), PDF viewers, etc"
-msgstr "Programmes pour la bureautique : traitements de texte (LibreOffice Writer, Kword), tableurs (LibreOffice Calc, Kspread), visualiseur PDF, etc"
+msgid ""
+"Office programs: wordprocessors (LibreOffice Writer, Kword), spreadsheets "
+"(LibreOffice Calc, Kspread), PDF viewers, etc"
+msgstr ""
+"Programmes pour la bureautique : traitements de texte (LibreOffice Writer, "
+"Kword), tableurs (LibreOffice Calc, Kspread), visualiseur PDF, etc"
#: share/meta-task/compssUsers.pl:22
#, c-format
@@ -388,7 +400,8 @@ msgstr "Jeux"
#: share/meta-task/compssUsers.pl:23
#, c-format
msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programmes de divertissement : jeux d'arcade, de plateau, de stratégie, etc"
+msgstr ""
+"Programmes de divertissement : jeux d'arcade, de plateau, de stratégie, etc"
#: share/meta-task/compssUsers.pl:26
#, c-format
@@ -407,8 +420,12 @@ msgstr "Internet"
#: share/meta-task/compssUsers.pl:33
#, c-format
-msgid "Set of tools to read and send mail and news (mutt, tin..) and to browse the Web"
-msgstr "Ensemble d'outils pour lire et envoyer des courriers électroniques et des messages de forums (mutt, tin, …), ainsi que pour naviguer sur Internet"
+msgid ""
+"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
+"Web"
+msgstr ""
+"Ensemble d'outils pour lire et envoyer des courriers électroniques et des "
+"messages de forums (mutt, tin, …), ainsi que pour naviguer sur Internet"
#: share/meta-task/compssUsers.pl:38
#, c-format
@@ -435,39 +452,34 @@ msgstr "Utilitaires console"
msgid "Editors, shells, file tools, terminals"
msgstr "Éditeurs, interpréteurs, outils fichiers, terminaux"
-#: share/meta-task/compssUsers.pl:53
-#: share/meta-task/compssUsers.pl:156
+#: share/meta-task/compssUsers.pl:53 share/meta-task/compssUsers.pl:156
#: share/meta-task/compssUsers.pl:158
#, c-format
msgid "Development"
msgstr "Développement"
-#: share/meta-task/compssUsers.pl:54
-#: share/meta-task/compssUsers.pl:159
+#: share/meta-task/compssUsers.pl:54 share/meta-task/compssUsers.pl:159
#, c-format
msgid "C and C++ development libraries, programs and include files"
-msgstr "Bibliothèques de développement C et C++, programmes et fichiers d'en-tête"
+msgstr ""
+"Bibliothèques de développement C et C++, programmes et fichiers d'en-tête"
-#: share/meta-task/compssUsers.pl:57
-#: share/meta-task/compssUsers.pl:163
+#: share/meta-task/compssUsers.pl:57 share/meta-task/compssUsers.pl:163
#, c-format
msgid "Documentation"
msgstr "Documentation"
-#: share/meta-task/compssUsers.pl:58
-#: share/meta-task/compssUsers.pl:164
+#: share/meta-task/compssUsers.pl:58 share/meta-task/compssUsers.pl:164
#, c-format
msgid "Books and Howto's on Linux and Free Software"
msgstr "Livres et tutoriels sur Linux et le Logiciel Libre"
-#: share/meta-task/compssUsers.pl:62
-#: share/meta-task/compssUsers.pl:167
+#: share/meta-task/compssUsers.pl:62 share/meta-task/compssUsers.pl:167
#, c-format
msgid "LSB"
msgstr "LSB"
-#: share/meta-task/compssUsers.pl:63
-#: share/meta-task/compssUsers.pl:168
+#: share/meta-task/compssUsers.pl:63 share/meta-task/compssUsers.pl:168
#, c-format
msgid "Linux Standard Base. Third party applications support"
msgstr "« Linux Standard Base ». Support des programmes tiers"
@@ -492,14 +504,12 @@ msgstr "Logiciel de groupe de travail"
msgid "Kolab Server"
msgstr "Serveur Kolab"
-#: share/meta-task/compssUsers.pl:80
-#: share/meta-task/compssUsers.pl:121
+#: share/meta-task/compssUsers.pl:80 share/meta-task/compssUsers.pl:121
#, c-format
msgid "Firewall/Router"
msgstr "Pare Feu/Routeur"
-#: share/meta-task/compssUsers.pl:81
-#: share/meta-task/compssUsers.pl:122
+#: share/meta-task/compssUsers.pl:81 share/meta-task/compssUsers.pl:122
#, c-format
msgid "Internet gateway"
msgstr "Passerelle Internet"
@@ -549,8 +559,7 @@ msgstr "Serveur pour partage de fichiers et d'imprimantes"
msgid "NFS Server, Samba server"
msgstr "Serveur NFS, Serveur Samba"
-#: share/meta-task/compssUsers.pl:104
-#: share/meta-task/compssUsers.pl:117
+#: share/meta-task/compssUsers.pl:104 share/meta-task/compssUsers.pl:117
#, c-format
msgid "Database"
msgstr "Base de données"
@@ -607,8 +616,12 @@ msgstr "Station de travail KDE"
#: share/meta-task/compssUsers.pl:135
#, c-format
-msgid "The K Desktop Environment, the basic graphical environment with a collection of accompanying tools"
-msgstr "L'environnement de bureau graphique KDE (K Desktop Environment) avec sa collection d'outils"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
+msgstr ""
+"L'environnement de bureau graphique KDE (K Desktop Environment) avec sa "
+"collection d'outils"
#: share/meta-task/compssUsers.pl:139
#, c-format
@@ -617,8 +630,12 @@ msgstr "Station de travail GNOME"
#: share/meta-task/compssUsers.pl:140
#, c-format
-msgid "A graphical environment with user-friendly set of applications and desktop tools"
-msgstr "Un environnement de bureau avec un ensemble de programmes et d'outils intuitifs"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
+"Un environnement de bureau avec un ensemble de programmes et d'outils "
+"intuitifs"
#: share/meta-task/compssUsers.pl:144
#, c-format
@@ -627,8 +644,12 @@ msgstr "Bureau LXDE"
#: share/meta-task/compssUsers.pl:146
#, c-format
-msgid "A lightweight & fast graphical environment with user-friendly set of applications and desktop tools"
-msgstr "Un environnement graphique léger et rapide avec un ensemble de programmes et d'outils intuitifs"
+msgid ""
+"A lightweight & fast graphical environment with user-friendly set of "
+"applications and desktop tools"
+msgstr ""
+"Un environnement graphique léger et rapide avec un ensemble de programmes et "
+"d'outils intuitifs"
#: share/meta-task/compssUsers.pl:149
#, c-format
@@ -645,8 +666,7 @@ msgstr "Window Maker, Enlightenment, Fvwm, etc."
msgid "Utilities"
msgstr "Utilitaires"
-#: share/meta-task/compssUsers.pl:175
-#: share/meta-task/compssUsers.pl:176
+#: share/meta-task/compssUsers.pl:175 share/meta-task/compssUsers.pl:176
#, c-format
msgid "SSH Server"
msgstr "Serveur SSH"
@@ -695,14 +715,15 @@ msgstr ""
msgid ""
"Some important packages did not get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl media/main/*.rpm\"\n"
+"Check the cdrom on an installed computer using \"rpm -qpl media/main/*.rpm"
+"\"\n"
msgstr ""
"Quelques paquetages importants n'ont pas été correctement installés.\n"
"Il se peut que le lecteur de CD-ROM ou le CD-ROM lui-même soit défectueux.\n"
-"Vous pouvez vous assurer du bon état de ce dernier en exécutant la commande suivante sur un ordinateur fonctionnel : « rpm -qpl media/main/*.rpm »\n"
+"Vous pouvez vous assurer du bon état de ce dernier en exécutant la commande "
+"suivante sur un ordinateur fonctionnel : « rpm -qpl media/main/*.rpm »\n"
-#: steps_auto_install.pm:71
-#: steps_stdio.pm:27
+#: steps_auto_install.pm:71 steps_stdio.pm:27
#, c-format
msgid "Entering step `%s'\n"
msgstr "Démarrage de l'étape « %s »\n"
@@ -729,9 +750,12 @@ msgid ""
"%s. If that occurs, you can try a text install instead. For this,\n"
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-"Les ressources de votre système sont limitées. Vous pouvez rencontrer des problèmes\n"
-"lors de l'installation de %s. Si c'est le cas, vous pouvez essayer une installation en mode texte.\n"
-"Pour cela, appuyez sur « F1 » lors du démarrage sur le CD-ROM, puis entrez « text »."
+"Les ressources de votre système sont limitées. Vous pouvez rencontrer des "
+"problèmes\n"
+"lors de l'installation de %s. Si c'est le cas, vous pouvez essayer une "
+"installation en mode texte.\n"
+"Pour cela, appuyez sur « F1 » lors du démarrage sur le CD-ROM, puis entrez « "
+"text »."
#: steps_gtk.pm:246
#, c-format
@@ -773,21 +797,17 @@ msgstr "Voici un aperçu du bureau « %s »."
msgid "Click on images in order to see a bigger preview"
msgstr "Cliquez sur l'image afin d'agrandir l'aperçu"
-#: steps_gtk.pm:322
-#: steps_interactive.pm:619
-#: steps_list.pm:30
+#: steps_gtk.pm:322 steps_interactive.pm:619 steps_list.pm:30
#, c-format
msgid "Package Group Selection"
msgstr "Sélection des groupes de paquetages"
-#: steps_gtk.pm:343
-#: steps_interactive.pm:636
+#: steps_gtk.pm:343 steps_interactive.pm:636
#, c-format
msgid "Individual package selection"
msgstr "Sélection individuelle des paquetages"
-#: steps_gtk.pm:367
-#: steps_interactive.pm:555
+#: steps_gtk.pm:367 steps_interactive.pm:555
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Taille totale : %d / %d Mo"
@@ -844,8 +864,11 @@ msgstr "afin de conserver %s"
#: steps_gtk.pm:460
#, c-format
-msgid "You cannot select this package as there is not enough space left to install it"
-msgstr "Il n'y a pas assez d'espace disque disponible pour installer ce paquetage"
+msgid ""
+"You cannot select this package as there is not enough space left to install "
+"it"
+msgstr ""
+"Il n'y a pas assez d'espace disque disponible pour installer ce paquetage"
#: steps_gtk.pm:463
#, c-format
@@ -870,7 +893,8 @@ msgstr "Vous ne pouvez pas désélectionner ce paquetage. Il est déjà install
#: steps_gtk.pm:493
#, c-format
msgid "You cannot unselect this package. It must be upgraded"
-msgstr "Vous ne pouvez pas désélectionner ce paquetage, car il doit être mis à jour"
+msgstr ""
+"Vous ne pouvez pas désélectionner ce paquetage, car il doit être mis à jour"
#: steps_gtk.pm:497
#, c-format
@@ -902,15 +926,12 @@ msgstr "Installation minimale"
msgid "Software Management"
msgstr "Gestion des logiciels"
-#: steps_gtk.pm:526
-#: steps_interactive.pm:439
+#: steps_gtk.pm:526 steps_interactive.pm:439
#, c-format
msgid "Choose the packages you want to install"
msgstr "Choisissez les paquetages que vous voulez installer"
-#: steps_gtk.pm:543
-#: steps_interactive.pm:650
-#: steps_list.pm:32
+#: steps_gtk.pm:543 steps_interactive.pm:650 steps_list.pm:32
#, c-format
msgid "Installing"
msgstr "Installation"
@@ -937,9 +958,7 @@ msgid_plural "%d packages"
msgstr[0] "%d paquetage"
msgstr[1] "%d paquetages"
-#: steps_gtk.pm:678
-#: steps_interactive.pm:814
-#: steps_list.pm:43
+#: steps_gtk.pm:678 steps_interactive.pm:814 steps_list.pm:43
#, c-format
msgid "Summary"
msgstr "Résumé"
@@ -949,9 +968,7 @@ msgstr "Résumé"
msgid "Configure"
msgstr "Configurer"
-#: steps_gtk.pm:714
-#: steps_interactive.pm:810
-#: steps_interactive.pm:962
+#: steps_gtk.pm:714 steps_interactive.pm:810 steps_interactive.pm:962
#, c-format
msgid "not configured"
msgstr "non configuré"
@@ -961,28 +978,30 @@ msgstr "non configuré"
msgid "Media Selection"
msgstr "Sélection des médias"
-#: steps_gtk.pm:757
-#: steps_interactive.pm:340
+#: steps_gtk.pm:757 steps_interactive.pm:340
#, c-format
msgid ""
"The following installation media have been found.\n"
"If you want to skip some of them, you can unselect them now."
msgstr ""
"Les médias d'installation suivants ont été trouvés.\n"
-"Si vous ne désirez pas utiliser certains d'entre eux, vous pouvez les désélectionner maintenant."
+"Si vous ne désirez pas utiliser certains d'entre eux, vous pouvez les "
+"désélectionner maintenant."
-#: steps_gtk.pm:773
-#: steps_interactive.pm:346
+#: steps_gtk.pm:773 steps_interactive.pm:346
#, c-format
msgid ""
-"You have the option to copy the contents of the CDs onto the hard disk drive before installation.\n"
-"It will then continue from the hard disk drive and the packages will remain available once the system is fully installed."
+"You have the option to copy the contents of the CDs onto the hard disk drive "
+"before installation.\n"
+"It will then continue from the hard disk drive and the packages will remain "
+"available once the system is fully installed."
msgstr ""
-"Vous avez la possibilité de copier le contenu des CD sur le disque dur avant l'installation.\n"
-"Celle-ci s'effectuera alors à partir du disque dur et les paquetages resteront disponibles une fois le système installé."
+"Vous avez la possibilité de copier le contenu des CD sur le disque dur avant "
+"l'installation.\n"
+"Celle-ci s'effectuera alors à partir du disque dur et les paquetages "
+"resteront disponibles une fois le système installé."
-#: steps_gtk.pm:775
-#: steps_interactive.pm:348
+#: steps_gtk.pm:775 steps_interactive.pm:348
#, c-format
msgid "Copy whole CDs"
msgstr "Copier entièrement les CD"
@@ -1075,14 +1094,23 @@ msgstr "Configuration IDE"
#: steps_interactive.pm:298
#, c-format
-msgid "No free space for 1MB bootstrap! Install will continue, but to boot your system, you'll need to create the bootstrap partition in DiskDrake"
-msgstr "Pas de place libre pour la partition d'amorçage de 1 Mo ! L'installation va continuer, mais pour que votre système puisse démarrer, vous aurez besoin de créer la partition d'amorçage avec DiskDrake"
+msgid ""
+"No free space for 1MB bootstrap! Install will continue, but to boot your "
+"system, you'll need to create the bootstrap partition in DiskDrake"
+msgstr ""
+"Pas de place libre pour la partition d'amorçage de 1 Mo ! L'installation va "
+"continuer, mais pour que votre système puisse démarrer, vous aurez besoin de "
+"créer la partition d'amorçage avec DiskDrake"
#: steps_interactive.pm:303
#, c-format
-msgid "You'll need to create a PPC PReP Boot bootstrap! Install will continue, but to boot your system, you'll need to create the bootstrap partition in DiskDrake"
+msgid ""
+"You'll need to create a PPC PReP Boot bootstrap! Install will continue, but "
+"to boot your system, you'll need to create the bootstrap partition in "
+"DiskDrake"
msgstr ""
-"Vous devez créer une partition d'amorçage (PPC PReP Boot bootstrap) ! L'installation va continuer, mais pour que\n"
+"Vous devez créer une partition d'amorçage (PPC PReP Boot bootstrap) ! "
+"L'installation va continuer, mais pour que\n"
"votre système puisse démarrer, vous aurez besoin de\n"
"créer la partition d'amorçage avec DiskDrake"
@@ -1090,12 +1118,15 @@ msgstr ""
#, c-format
msgid ""
"Change your Cd-Rom!\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when done.\n"
+"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
+"done.\n"
"If you do not have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
"Changez de CD-ROM !\n"
-"Veuillez insérer le CD-ROM nommé « %s » dans votre lecteur puis cliquez sur « OK ».\n"
-"Si vous ne le possédez pas, cliquez sur « Annuler » afin de ne rien installer à partir de ce CD-ROM."
+"Veuillez insérer le CD-ROM nommé « %s » dans votre lecteur puis cliquez sur "
+"« OK ».\n"
+"Si vous ne le possédez pas, cliquez sur « Annuler » afin de ne rien "
+"installer à partir de ce CD-ROM."
#: steps_interactive.pm:396
#, c-format
@@ -1104,8 +1135,12 @@ msgstr "Recherche des paquetages disponibles…"
#: steps_interactive.pm:404
#, c-format
-msgid "Your system does not have enough space left for installation or upgrade (%dMB > %dMB)"
-msgstr "Votre système n'a pas assez d'espace libre pour l'installation ou la mise à jour (%dMo > %dMo)"
+msgid ""
+"Your system does not have enough space left for installation or upgrade "
+"(%dMB > %dMB)"
+msgstr ""
+"Votre système n'a pas assez d'espace libre pour l'installation ou la mise à "
+"jour (%dMo > %dMo)"
#: steps_interactive.pm:451
#, c-format
@@ -1113,7 +1148,8 @@ msgid ""
"Please choose load or save package selection.\n"
"The format is the same as auto_install generated files."
msgstr ""
-"Veuillez choisir entre le chargement ou la sauvegarde de la sélection des paquetages.\n"
+"Veuillez choisir entre le chargement ou la sauvegarde de la sélection des "
+"paquetages.\n"
"Le format est le même que celui de l'installation automatisée (auto_install)."
#: steps_interactive.pm:453
@@ -1243,10 +1279,10 @@ msgstr "Configuration post-installation"
#: steps_interactive.pm:719
#, c-format
msgid "Please ensure the Update Modules media is in drive %s"
-msgstr "Assurez-vous que le média de mise à jour des modules est dans le lecteur %s"
+msgstr ""
+"Assurez-vous que le média de mise à jour des modules est dans le lecteur %s"
-#: steps_interactive.pm:747
-#: steps_list.pm:47
+#: steps_interactive.pm:747 steps_list.pm:47
#, c-format
msgid "Updates"
msgstr "Mises à jour"
@@ -1263,7 +1299,8 @@ msgid ""
"\n"
"Do you want to install the updates?"
msgstr ""
-"Vous avez maintenant la possibilité de télécharger les paquetages mis à jour\n"
+"Vous avez maintenant la possibilité de télécharger les paquetages mis à "
+"jour\n"
"depuis la sortie de cette distribution. Il peut y avoir des correctifs de\n"
"sécurité ou des résolutions d'anomalies.\n"
"\n"
@@ -1277,17 +1314,13 @@ msgstr ""
msgid "%s on %s"
msgstr "%s sur %s"
-#: steps_interactive.pm:890
-#: steps_interactive.pm:897
-#: steps_interactive.pm:910
-#: steps_interactive.pm:927
-#: steps_interactive.pm:942
+#: steps_interactive.pm:890 steps_interactive.pm:897 steps_interactive.pm:910
+#: steps_interactive.pm:927 steps_interactive.pm:942
#, c-format
msgid "Hardware"
msgstr "Matériel"
-#: steps_interactive.pm:911
-#: steps_interactive.pm:928
+#: steps_interactive.pm:911 steps_interactive.pm:928
#, c-format
msgid "Sound card"
msgstr "Carte son"
@@ -1299,21 +1332,25 @@ msgstr "Possédez-vous une carte son ISA ?"
#: steps_interactive.pm:933
#, c-format
-msgid "Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound card"
-msgstr "Lancez « alsaconf » ou « sndconfig » après l'installation pour configurer la carte son"
+msgid ""
+"Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound "
+"card"
+msgstr ""
+"Lancez « alsaconf » ou « sndconfig » après l'installation pour configurer la "
+"carte son"
#: steps_interactive.pm:935
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Aucune carte son détectée. Essayez avec « harddrake » après l'installation"
+msgstr ""
+"Aucune carte son détectée. Essayez avec « harddrake » après l'installation"
#: steps_interactive.pm:943
#, c-format
msgid "Graphical interface"
msgstr "Interface graphique"
-#: steps_interactive.pm:949
-#: steps_interactive.pm:960
+#: steps_interactive.pm:949 steps_interactive.pm:960
#, c-format
msgid "Network & Internet"
msgstr "Réseau et Internet"
@@ -1351,46 +1388,60 @@ msgstr "désactivé"
#: steps_interactive.pm:1010
#, c-format
msgid "You have not configured X. Are you sure you really want this?"
-msgstr "Vous n'avez pas configuré le serveur d'affichage X. Êtes-vous sûr que c'est ce que vous désirez ?"
+msgstr ""
+"Vous n'avez pas configuré le serveur d'affichage X. Êtes-vous sûr que c'est "
+"ce que vous désirez ?"
#: steps_interactive.pm:1039
#, c-format
msgid "Preparing bootloader..."
msgstr "Préparation du chargeur d'amorçage…"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Préparation de l'installation"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Merci d'être patient, cela peut prendre quelques minutes…"
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
-msgid "You appear to have an OldWorld or Unknown machine, the yaboot bootloader will not work for you. The install will continue, but you'll need to use BootX or some other means to boot your machine. The kernel argument for the root fs is: root=%s"
+msgid ""
+"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
+"will not work for you. The install will continue, but you'll need to use "
+"BootX or some other means to boot your machine. The kernel argument for the "
+"root fs is: root=%s"
msgstr ""
-"Il semble que votre machine ne soit pas dotée de l'architecture « NewWorld ». Le programme d'amorçage « yaboot » ne fonctionnera pas. L'installation va continuer, mais vous aurez besoin de « BootX » ou\n"
-"d'une autre méthode pour démarrer votre machine. Le paramètre pour la racine du noyau est : root=%s"
+"Il semble que votre machine ne soit pas dotée de l'architecture "
+"« NewWorld ». Le programme d'amorçage « yaboot » ne fonctionnera pas. "
+"L'installation va continuer, mais vous aurez besoin de « BootX » ou\n"
+"d'une autre méthode pour démarrer votre machine. Le paramètre pour la racine "
+"du noyau est : root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
-msgid "In this security level, access to the files in the Windows partition is restricted to the administrator."
-msgstr "A ce niveau de sécurité, l'accès aux fichiers de la partition Windows sera restreint à l'administrateur."
+msgid ""
+"In this security level, access to the files in the Windows partition is "
+"restricted to the administrator."
+msgstr ""
+"A ce niveau de sécurité, l'accès aux fichiers de la partition Windows sera "
+"restreint à l'administrateur."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insérez une disquette vierge dans le lecteur %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Création de la disquette d'auto-installation…"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1401,12 +1452,12 @@ msgstr ""
"\n"
"Souhaitez-vous vraiment quitter maintenant ?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Félicitations"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Redémarrage"
@@ -1419,8 +1470,7 @@ msgid ""
"Language"
msgstr "Langue"
-#: steps_list.pm:16
-#: steps_list.pm:23
+#: steps_list.pm:16 steps_list.pm:23
#, c-format
msgid "Localization"
msgstr "Localisation"
@@ -1439,16 +1489,14 @@ msgid ""
"Mouse"
msgstr "Souris"
-#: steps_list.pm:19
-#: steps_list.pm:20
+#: steps_list.pm:19 steps_list.pm:20
#, c-format
msgid ""
"_: Keep these entry short\n"
"Hard drive detection"
msgstr "Détection des disques durs"
-#: steps_list.pm:21
-#: steps_list.pm:22
+#: steps_list.pm:21 steps_list.pm:22
#, c-format
msgid ""
"_: Keep these entry short\n"
@@ -1476,8 +1524,7 @@ msgid ""
"Partitioning"
msgstr "Partitionnement"
-#: steps_list.pm:27
-#: steps_list.pm:28
+#: steps_list.pm:27 steps_list.pm:28
#, c-format
msgid ""
"_: Keep these entry short\n"
@@ -1505,16 +1552,14 @@ msgid ""
"Users"
msgstr "Utilisateurs"
-#: steps_list.pm:38
-#: steps_list.pm:39
+#: steps_list.pm:38 steps_list.pm:39
#, c-format
msgid ""
"_: Keep these entry short\n"
"Bootloader"
msgstr "Amorçage"
-#: steps_list.pm:40
-#: steps_list.pm:41
+#: steps_list.pm:40 steps_list.pm:41
#, c-format
msgid ""
"_: Keep these entry short\n"
@@ -1528,8 +1573,7 @@ msgid ""
"Summary"
msgstr "Résumé"
-#: steps_list.pm:44
-#: steps_list.pm:45
+#: steps_list.pm:44 steps_list.pm:45
#, c-format
msgid ""
"_: Keep these entry short\n"
diff --git a/perl-install/install/share/po/fur.po b/perl-install/install/share/po/fur.po
index 582466d56..07d901984 100644
--- a/perl-install/install/share/po/fur.po
+++ b/perl-install/install/share/po/fur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2004-06-28 17:41+0200\n"
"Last-Translator: Andrea Gracco <graccoandrea@tin.it>\n"
"Language-Team: furlan <gft@freelists.org>\n"
@@ -332,22 +332,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Al è intravignût un fal"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "Instalazion falade"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Instale atualizazions"
@@ -1305,17 +1305,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr ""
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, c-format
msgid "Preparing initial startup program..."
msgstr ""
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1324,24 +1325,24 @@ msgid ""
"root fs is: root=%s"
msgstr ""
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr ""
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1349,12 +1350,12 @@ msgid ""
"Do you really want to quit now?"
msgstr ""
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Congratulazions"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Torne a inviâ"
diff --git a/perl-install/install/share/po/ga.po b/perl-install/install/share/po/ga.po
index 4dd89b09e..718996040 100644
--- a/perl-install/install/share/po/ga.po
+++ b/perl-install/install/share/po/ga.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2005-09-12 18:04+0200\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -330,22 +330,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Tharla earráid"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "Theip ag feistiú"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Ag feistiál pacáiste %s"
@@ -1303,17 +1303,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr "Ag Ullmhaigh ríomhchlar thosnaithe..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Ag Ullmhaigh feistiú"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1322,24 +1323,24 @@ msgid ""
"root fs is: root=%s"
msgstr ""
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr ""
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1347,12 +1348,12 @@ msgid ""
"Do you really want to quit now?"
msgstr ""
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Comhghairdeas"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Atosaigh"
diff --git a/perl-install/install/share/po/gl.po b/perl-install/install/share/po/gl.po
index 89823e28d..ecef2172e 100644
--- a/perl-install/install/share/po/gl.po
+++ b/perl-install/install/share/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2009-09-24 18:30+0200\n"
"Last-Translator: Alejo Pacín Jul <alejopj@gmail.com>\n"
"Language-Team: Galician <cooker-i18n@mandrivalinux.org>\n"
@@ -356,22 +356,22 @@ msgstr ""
"Non se pode instalar algúns paquetes solicitados por %s:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, c-format
msgid "An error occurred:"
msgstr "Ocorreu un erro:"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "Erraron %d transaccións de instalación"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, c-format
msgid "Installation of packages failed:"
msgstr "Errou a instalación de paquetes:"
@@ -1392,17 +1392,18 @@ msgstr "Non configurou as X. Está seguro de que desexa isto?"
msgid "Preparing bootloader..."
msgstr "Preparando o cargador de arrinque..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Preparando a instalación"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr "Sexa paciente, isto pode levar un anaco..."
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1415,7 +1416,7 @@ msgstr ""
"continuar, pero ha ter que usar BootX ou algún outro recurso para arrincar a "
"máquina. O argumento do kernel para o sistema de ficheiros raíz é: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -1424,17 +1425,17 @@ msgstr ""
"Con este nivel de seguridade, o acceso ós ficheiros da partición Windows "
"está restrinxido ó administrador."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Creando un disquete de instalación automática..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1445,12 +1446,12 @@ msgstr ""
"\n"
"Desexa saír agora?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Noraboa"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Reiniciar"
diff --git a/perl-install/install/share/po/he.po b/perl-install/install/share/po/he.po
index 28729417d..b8c82e2a7 100644
--- a/perl-install/install/share/po/he.po
+++ b/perl-install/install/share/po/he.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2008-09-30 18:23+0200\n"
"Last-Translator: Dotan Kamber <kamberd@yahoo.com>\n"
"Language-Team: Hebrew\n"
@@ -354,22 +354,22 @@ msgstr ""
"לא ניתן להתקין חלק מהחבילות המבוקשות על ידי %s:\n"
"%s"
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "חלה שגיאה"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "אל תשאל שוב"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d התקנות נכשלו"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "מתקין חבילה %s"
@@ -1363,17 +1363,18 @@ msgstr "לא הוגדר ממשק גרפי (X). האם אכן ברצונך לבח
msgid "Preparing bootloader..."
msgstr "מכין את מנהל האתחול..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "מכין את ההתקנה"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1385,24 +1386,24 @@ msgstr ""
"במקרה זה. ההתקנה תמשך אבל יהיה עליך להשתמש ב-BootX או באמצעי אחר לאתחול "
"המערכת. משנה גלעין המערכת למערכת קבצי השורש הוא: root=%s"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr "ברמת אבטחה זו, גישה לקבצים במחיצת החלונות תתאפשר רק למנהל המערכת."
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "נא להכניס תקליטון ריק לכונן %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "יוצר תקליטון הפעלה אוטומטית..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1413,12 +1414,12 @@ msgstr ""
"\n"
"האם באמת ברצונך לצאת עכשיו?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "ברכותינו!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "הפעלה מחדש"
diff --git a/perl-install/install/share/po/hi.po b/perl-install/install/share/po/hi.po
index ef3df4df2..e48067300 100644
--- a/perl-install/install/share/po/hi.po
+++ b/perl-install/install/share/po/hi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2004-04-04 21:54+0530\n"
"Last-Translator: धनञ्जय शर्मा (Dhananjaya Sharma) <dysxhi@yahoo.co.in>\n"
"Language-Team: हिन्दी (Hindi) <dysxhi@yahoo.co.in>\n"
@@ -344,22 +344,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "एक त्रुटि हो गयी है"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr ""
-#: pkgs.pm:849
+#: pkgs.pm:859
#, c-format
msgid "%d installation transactions failed"
msgstr "%d संसाधन क्रिया-कलाप असफ़ल"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "%s पैकेज का संसाधन हो रहा है"
@@ -1354,17 +1354,18 @@ msgstr "आपने एक्स को संरचित नहीं कि
msgid "Preparing bootloader..."
msgstr "बूटलोडर को तैयार किया जा रहा है..."
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "संसाधन का निर्माण किया जा रहा है"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, fuzzy, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1377,24 +1378,24 @@ msgstr ""
"संसाधन जारी रहेगा, परन्तु आपको अपनी मशीन को बूट करने के लिए, \n"
"बूट-एक्स या किसी अन्य साधन की आवश्यकता होगी"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr "इस सुरक्षा स्तर में, विण्डो विभाजन में संचिकाओं तक पहुँच सिर्फ़ प्रबंधक को हीप्राप्त है।"
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s में एक खाली फ़्लापी डालें"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "स्वतः संसाधन फ़्लापी का निर्माण किया जा रहा है..."
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1405,12 +1406,12 @@ msgstr ""
"\n"
"क्या आप वास्तव में बाहर निकलना चाहते है?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "बधाई हो"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "रीबूट"
diff --git a/perl-install/install/share/po/hr.po b/perl-install/install/share/po/hr.po
index 273c236c9..0e12eabe6 100644
--- a/perl-install/install/share/po/hr.po
+++ b/perl-install/install/share/po/hr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-17 22:54+0200\n"
+"POT-Creation-Date: 2012-04-18 20:30+0200\n"
"PO-Revision-Date: 2005-01-04 21:25+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -335,22 +335,22 @@ msgid ""
"%s"
msgstr ""
-#: pkgs.pm:360
+#: pkgs.pm:369
#, fuzzy, c-format
msgid "An error occurred:"
msgstr "Pojavila se greška"
-#: pkgs.pm:833
+#: pkgs.pm:843 pkgs.pm:880
#, c-format
msgid "Do not ask again"
msgstr "Ne pitaj ponovo"
-#: pkgs.pm:849
+#: pkgs.pm:859
#, fuzzy, c-format
msgid "%d installation transactions failed"
msgstr "instalacijske intrukcije"
-#: pkgs.pm:850
+#: pkgs.pm:860
#, fuzzy, c-format
msgid "Installation of packages failed:"
msgstr "Instaliram paket %s"
@@ -1353,17 +1353,18 @@ msgstr ""
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader"
-#: steps_interactive.pm:1039
+#. -PO: This is NOT the boot loader!!!!
+#: steps_interactive.pm:1041
#, fuzzy, c-format
msgid "Preparing initial startup program..."
msgstr "Pripremam instalaciju"
-#: steps_interactive.pm:1040
+#: steps_interactive.pm:1042
#, c-format
msgid "Be patient, this may take a while..."
msgstr ""
-#: steps_interactive.pm:1051
+#: steps_interactive.pm:1053
#, fuzzy, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -1376,24 +1377,24 @@ msgstr ""
"Instalacija će nastaviti, ali ćete morati\n"
" koristiti BootX da podignete vaše računalo"
-#: steps_interactive.pm:1064
+#: steps_interactive.pm:1066
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
"restricted to the administrator."
msgstr ""
-#: steps_interactive.pm:1096
+#: steps_interactive.pm:1098
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Umetnite praznu disketu u pogon %s"
-#: steps_interactive.pm:1098
+#: steps_interactive.pm:1100
#, c-format
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu"
-#: steps_interactive.pm:1109
+#: steps_interactive.pm:1111
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -1404,12 +1405,12 @@ msgstr ""
"\n"
"Želite li zaista završiti?"
-#: steps_interactive.pm:1119
+#: steps_interactive.pm:1121
#, c-format
msgid "Congratulations"
msgstr "Čestitamo, pobijedili ste!"
-#: steps_interactive.pm:1122
+#: steps_interactive.pm:1124
#, c-format
msgid "Reboot"
msgstr "Ponovno pokretanje sustava"
diff --git a/perl-install/install/share/po/hu.po b/perl-install/install/share/po/hu.po
index 659de19c9..788ba04ab 100644
--- a/perl-install/install/share/po/hu.po
+++ b/perl-install/install/share/po/hu.po