diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/mdadm.templates | 3 | ||||
-rw-r--r-- | debian/patches/debian/0005-readlink-path.patch | 23 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/po/ca.po | 9 | ||||
-rw-r--r-- | debian/po/cs.po | 9 | ||||
-rw-r--r-- | debian/po/da.po | 13 | ||||
-rw-r--r-- | debian/po/de.po | 12 | ||||
-rw-r--r-- | debian/po/es.po | 9 | ||||
-rw-r--r-- | debian/po/eu.po | 9 | ||||
-rw-r--r-- | debian/po/fi.po | 9 | ||||
-rw-r--r-- | debian/po/fr.po | 9 | ||||
-rw-r--r-- | debian/po/gl.po | 20 | ||||
-rw-r--r-- | debian/po/it.po | 13 | ||||
-rw-r--r-- | debian/po/ja.po | 9 | ||||
-rw-r--r-- | debian/po/nl.po | 11 | ||||
-rw-r--r-- | debian/po/pt.po | 9 | ||||
-rw-r--r-- | debian/po/pt_BR.po | 19 | ||||
-rw-r--r-- | debian/po/ro.po | 37 | ||||
-rw-r--r-- | debian/po/ru.po | 20 | ||||
-rw-r--r-- | debian/po/sk.po | 9 | ||||
-rw-r--r-- | debian/po/sv.po | 11 | ||||
-rw-r--r-- | debian/po/templates.pot | 5 | ||||
-rw-r--r-- | debian/po/vi.po | 17 |
24 files changed, 168 insertions, 136 deletions
diff --git a/debian/changelog b/debian/changelog index 965499f..60657cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +mdadm (4.4-3) sid; urgency=medium + + * Uploading to sid. + * Adding updated German debconf translations from Helge Kreutzmann + <debian@helgefjell.de> (Closes: #1094018). + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 27 Jan 2025 17:19:15 +0100 + +mdadm (4.4-2) sid; urgency=medium + + * Uploading to sid. + * Removing readlink-path.patch, not needed anymore with usr-merge. + * Extending note about non-systemd systems to not run maintenance tasks + either (Closes: #1055994). + * Refreshing debconf files. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 23 Jan 2025 07:29:48 +0100 + mdadm (4.4-1) sid; urgency=high * Uploading to sid. diff --git a/debian/mdadm.templates b/debian/mdadm.templates index 7d2b685..73b0a8f 100644 --- a/debian/mdadm.templates +++ b/debian/mdadm.templates @@ -15,7 +15,8 @@ _Description: no systemd init-system detected . Beginning with newer versions of the mdadm package, init-system integration is available for systemd only. This system seems to use an alternative - init-system which might or might not leave your system unbootable. + init-system which might or might not leave your system unbootable and + will not run any of the maintenance jobs automatically. Template: mdadm/autocheck Type: boolean diff --git a/debian/patches/debian/0005-readlink-path.patch b/debian/patches/debian/0005-readlink-path.patch deleted file mode 100644 index 71ac02a..0000000 --- a/debian/patches/debian/0005-readlink-path.patch +++ /dev/null @@ -1,23 +0,0 @@ -Author: Michael Tokarev <mjt@tls.msk.ru> -Description: readlink and basename are in /bin not /usr/bin on debian (Closes: #766416). - This is a debian-specific change, upstream ships - the rule to use /usr/bin/$foo while on debian - it is /bin/$foo - -diff -Naurp mdadm.orig/udev-md-raid-arrays.rules mdadm/udev-md-raid-arrays.rules ---- mdadm.orig/udev-md-raid-arrays.rules -+++ mdadm/udev-md-raid-arrays.rules -@@ -37,9 +37,9 @@ ENV{ID_FS_USAGE}=="filesystem|other", EN - ENV{MD_LEVEL}=="raid[1-9]*", ENV{SYSTEMD_WANTS}+="mdmonitor.service" - - # Tell systemd to run mdmon for our container, if we need it. --ENV{MD_LEVEL}=="raid[1-9]*", ENV{MD_CONTAINER}=="?*", PROGRAM="/usr/bin/readlink $env{MD_CONTAINER}", ENV{MD_MON_THIS}="%c" --ENV{MD_MON_THIS}=="?*", TEST=="/etc/initrd-release", PROGRAM="/usr/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdmon@initrd-%c.service" --ENV{MD_MON_THIS}=="?*", TEST!="/etc/initrd-release", PROGRAM="/usr/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdmon@%c.service" --ENV{RESHAPE_ACTIVE}=="yes", PROGRAM="/usr/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdadm-grow-continue@%c.service" -+ENV{MD_LEVEL}=="raid[1-9]*", ENV{MD_CONTAINER}=="?*", PROGRAM="/bin/readlink $env{MD_CONTAINER}", ENV{MD_MON_THIS}="%c" -+ENV{MD_MON_THIS}=="?*", TEST=="/etc/initrd-release", PROGRAM="/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdmon@initrd-%c.service" -+ENV{MD_MON_THIS}=="?*", TEST!="/etc/initrd-release", PROGRAM="/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdmon@%c.service" -+ENV{RESHAPE_ACTIVE}=="yes", PROGRAM="/bin/basename $env{MD_MON_THIS}", ENV{SYSTEMD_WANTS}+="mdadm-grow-continue@%c.service" - - LABEL="md_end" diff --git a/debian/patches/series b/debian/patches/series index 3136e99..847d08b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,7 +2,6 @@ debian/0001-fix-manpages.patch debian/0002-host-name-in-default-mailfrom.patch debian/0003-exit-gracefully-when-md-device-not-found.patch debian/0004-sha1-includes.patch -debian/0005-readlink-path.patch debian/0006-no-Werror.patch debian/0007-test-installed.patch debian/0008-randomize-timers.patch diff --git a/debian/po/ca.po b/debian/po/ca.po index 250fac6..8c0f156 100644 --- a/debian/po/ca.po +++ b/debian/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 3.1.4-1+8efb9d1\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2011-05-17 16:54+0100\n" "Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -35,7 +35,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -193,8 +194,8 @@ msgstr "" #~ msgstr "Voleu arrencar les matrius no llistats en el fitxer «mdadm.conf»?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "La matriu («array») especificada (${array}) no apareix llistada en el " diff --git a/debian/po/cs.po b/debian/po/cs.po index eaef08c..e3ee6d1 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-10-18 16:52+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -35,7 +35,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -188,8 +189,8 @@ msgstr "" #~ msgstr "Spustit pole neuvedená v mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "Zadané pole (${array}) není uvedeno v konfiguračním souboru ${config} a " diff --git a/debian/po/da.po b/debian/po/da.po index aada018..16f1439 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2011-04-03 17:30+01:00\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n" @@ -35,7 +35,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -186,12 +187,12 @@ msgstr "" #~ msgstr "Start arrays er ikke anført i mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" -#~ "Den angivne array (${array}) er ikke anført i konfigurationsfilen " -#~ "(${config}). Den kan derfor ikke startes under opstarten, med mindre du " +#~ "Den angivne array (${array}) er ikke anført i konfigurationsfilen ($" +#~ "{config}). Den kan derfor ikke startes under opstarten, med mindre du " #~ "retter i konfigurationsfilen og gendanner den oprindleige ramdisk." #~ msgid "" diff --git a/debian/po/de.po b/debian/po/de.po index 4ae897a..c1d0211 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: mdadm 4.2+20231026-1\n" +"Project-Id-Version: mdadm 4.4-2\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" -"PO-Revision-Date: 2023-11-09 21:30+0100\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" +"PO-Revision-Date: 2025-01-24 18:46+0100\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -40,12 +40,14 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" "Beginnend mit neueren Versionen des Pakets Mdadm, ist die Init-System-" "Integration nur noch für Systemd verfügbar. Dieses System scheint ein " "alternatives Init-System zu verwenden, wodurch es sein könnte, dass Ihr " -"System nicht mehr startbar ist." +"System nicht mehr startbar ist und keine Wartungsaufträge automatisch " +"ausgeführt werden." #. Type: boolean #. Description diff --git a/debian/po/es.po b/debian/po/es.po index 6bbb5e5..d0194de 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.5.6-6\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2008-04-25 17:47+0200\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -37,7 +37,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -201,8 +202,8 @@ msgstr "" #~ msgstr "¿Desea arrancar los arrays no listados en mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "El array que ha especificado (${array}) no está listado en el fichero de " diff --git a/debian/po/eu.po b/debian/po/eu.po index efb3102..2d918f8 100644 --- a/debian/po/eu.po +++ b/debian/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm-debconf\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-09-21 17:06+0100\n" "Last-Translator: Inaki Larranaga Murgoitio <dooteo@zundan.com>, 2020\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -36,7 +36,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -191,8 +192,8 @@ msgstr "" #~ msgstr "Abiarazi mdadm.conf fitxategian ez dauden array-ak?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "Zehazturiko (${array}) array-a ez dago (${config}) konfigurazio " diff --git a/debian/po/fi.po b/debian/po/fi.po index f44c5d7..cf78a51 100644 --- a/debian/po/fi.po +++ b/debian/po/fi.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-10-13 10:58+0300\n" "Last-Translator: Ari Ervasti <ari.ervasti87@gmail.com>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -34,7 +34,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -191,8 +192,8 @@ msgstr "" #~ "Käynnistetäänkö pakat, joita ei ole listattu tiedostossa mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "Annettua pakkaa (${array}) ei ole listattu asetustiedostossa (${config}). " diff --git a/debian/po/fr.po b/debian/po/fr.po index c7a00ea..0f21c7a 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2019-08-13 16:52+0800\n" "Last-Translator: Grégoire Scano <gregoire.scano@malloc.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -39,7 +39,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -199,8 +200,8 @@ msgstr "" #~ "Faut-il démarrer les ensembles RAID non mentionnés dans mdadm.conf ?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "L'ensemble (${array}) que vous avez spécifié n'est pas mentionné dans le " diff --git a/debian/po/gl.po b/debian/po/gl.po index c52fc62..9b5bf16 100644 --- a/debian/po/gl.po +++ b/debian/po/gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2008-02-06 23:45+0000\n" "Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n" "Language-Team: Galician <proxecto@trasno.net>\n" @@ -35,7 +35,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -134,8 +135,8 @@ msgstr "" #~ "'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted)." #~ msgstr "" #~ "Introduza \"all\" (todos), \"none\" (ningún) ou unha lista de " -#~ "dispositivos separados por espazos, tales coma \"md0 md1\" ou \"md/1 " -#~ "md/0\" (pódese omitir o \"/dev/\" do principio)." +#~ "dispositivos separados por espazos, tales coma \"md0 md1\" ou \"md/1 md/" +#~ "0\" (pódese omitir o \"/dev/\" do principio)." #~ msgid "for internal use - only the long description is needed." #~ msgstr "para uso interno - só se precisa da descrición longa." @@ -189,14 +190,13 @@ msgstr "" #~ msgstr "¿Iniciar os arrays que non figuran en mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" -#~ "O array indicado (${array}) non figura no ficheiro de configuración " -#~ "(${config}). Polo tanto, non se pode arrincar no inicio do sistema, a " -#~ "menos que corrixa o ficheiro de configuración e volva crear o disco RAM " -#~ "inicial." +#~ "O array indicado (${array}) non figura no ficheiro de configuración ($" +#~ "{config}). Polo tanto, non se pode arrincar no inicio do sistema, a menos " +#~ "que corrixa o ficheiro de configuración e volva crear o disco RAM inicial." #~ msgid "" #~ "This warning is only relevant if you need arrays to be started from the " diff --git a/debian/po/it.po b/debian/po/it.po index da5f1d4..5d74df6 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm italian debconf\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-09-16 20:02+0200\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -35,7 +35,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -170,8 +171,8 @@ msgstr "" #~ "using kernel autostart or do not need any arrays to boot." #~ msgstr "" #~ "Se non si ha bisogno o non si vuole attivare nessun array per il file " -#~ "system di root, lasciare la risposta in bianco (oppure inserire \"none" -#~ "\"). Questo potrebbe essere il caso se si utilizza l'attivazione " +#~ "system di root, lasciare la risposta in bianco (oppure inserire " +#~ "\"none\"). Questo potrebbe essere il caso se si utilizza l'attivazione " #~ "automatica da kernel oppure se non si ha bisogno di alcun array per " #~ "l'avvio." @@ -191,8 +192,8 @@ msgstr "" #~ msgstr "Avviare gli array non elencati in mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "L'array specificato (${array}) non è presente nel file di configurazione " diff --git a/debian/po/ja.po b/debian/po/ja.po index 3c81fe1..5d05dde 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2008-02-07 05:52+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -35,7 +35,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -186,8 +187,8 @@ msgstr "" #~ msgstr "mdadm.conf に記述されていないアレイを起動しますか?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "指定したアレイ (${array}) は設定ファイル (${config}) に記述されていませ" diff --git a/debian/po/nl.po b/debian/po/nl.po index ab5fca6..b535102 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm_4.2+20230508-5\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2023-07-10 22:09+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n" @@ -37,10 +37,17 @@ msgstr "" #. Type: note #. Description #: ../mdadm.templates:2001 +#, fuzzy +#| msgid "" +#| "Beginning with newer versions of the mdadm package, init-system " +#| "integration is available for systemd only. This system seems to use an " +#| "alternative init-system which might or might not leave your system " +#| "unbootable." msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" "Vanaf nieuwere versies van het mdadm-pakket is init-systeemintegratie alleen " "beschikbaar voor systemd. Dit systeem lijkt een alternatief init-systeem te " diff --git a/debian/po/pt.po b/debian/po/pt.po index ef9d6f6..9645cd0 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-10-10 09:47+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -36,7 +36,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -193,8 +194,8 @@ msgstr "" #~ msgstr "Iniciar grupos não listados no mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "O grupo especificado (${array}) não está listado no ficheiro de " diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index 1fdf3cc..0fa249f 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-10-09 17:50-0300\n" "Last-Translator: Adriano Rafael Gomes <adrianorg@debian.org>\n" -"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." -"org>\n" +"Language-Team: Brazilian Portuguese <debian-l10n-" +"portuguese@lists.debian.org>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,7 +37,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -227,8 +228,8 @@ msgstr "" #~| "boot, unless you correct the configuration file and recreate the initial " #~| "ramdisk." #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "O dispositivo que você especificou (${array}) não está listado no arquivo " @@ -281,9 +282,9 @@ msgstr "" #~ msgstr "" #~ "Você tem a opção de iniciar todos os \"arrays\" (aqueles que não são " #~ "necessários pelo sistema de arquivos raiz) posteriormente na seqüência de " -#~ "inicialização. Fazendo isto, você terá um controle maior sobre os \"arrays" -#~ "\" com o arquivo de configuração mdadm. No entanto, iniciar todos os " -#~ "\"arrays\" durante a inicialização pode ser mais seguro." +#~ "inicialização. Fazendo isto, você terá um controle maior sobre os " +#~ "\"arrays\" com o arquivo de configuração mdadm. No entanto, iniciar todos " +#~ "os \"arrays\" durante a inicialização pode ser mais seguro." #~ msgid "" #~ "If RAID devices are started automatically, all RAID devices are " diff --git a/debian/po/ro.po b/debian/po/ro.po index 51cee32..05aded7 100644 --- a/debian/po/ro.po +++ b/debian/po/ro.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 4.2+20230508-4\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2023-06-27 22:27+0200\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -31,22 +31,29 @@ msgid "" "The root filesystem of this system was detected to be on a RAID device, so " "mdadm might be required to run during boot to properly start your system." msgstr "" -"Sistemul de fișiere rădăcină al acestui sistem a fost detectat ca fiind pe un " -"dispozitiv RAID, astfel încât este posibil ca «mdadm» să fie necesar să " +"Sistemul de fișiere rădăcină al acestui sistem a fost detectat ca fiind pe " +"un dispozitiv RAID, astfel încât este posibil ca «mdadm» să fie necesar să " "ruleze în timpul pornirii pentru a porni corect sistemul." #. Type: note #. Description #: ../mdadm.templates:2001 +#, fuzzy +#| msgid "" +#| "Beginning with newer versions of the mdadm package, init-system " +#| "integration is available for systemd only. This system seems to use an " +#| "alternative init-system which might or might not leave your system " +#| "unbootable." msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" "Începând cu versiunile mai noi ale pachetului „mdadm”, integrarea sistemului " -"de inițiere (init) este disponibilă numai pentru „systemd”. Acest sistem pare " -"să utilizeze un sistem de inițiere alternativ care ar putea sau nu să vă lase " -"sistemul incapabil de-a porni." +"de inițiere (init) este disponibilă numai pentru „systemd”. Acest sistem " +"pare să utilizeze un sistem de inițiere alternativ care ar putea sau nu să " +"vă lase sistemul incapabil de-a porni." #. Type: boolean #. Description @@ -69,12 +76,12 @@ msgid "" msgstr "" "Dacă nucleul acceptă această operație (versiunile mai mari decât 2.6.14), " "«mdadm» poate verifica periodic redundanța ansamblurilor de discuri multiple " -"(RAID = Redundant Array of Independent Disks). Acesta poate fi un proces care " -"necesită multe resurse, în funcție de configurația locală, dar ar putea ajuta " -"la prevenirea cazurilor rare de pierdere de date. Rețineți că aceasta este o " -"verificare numai în citire, cu excepția cazului în care sunt găsite erori; " -"dacă se găsesc erori, «mdadm» va încerca să le corecteze, ceea ce poate " -"conduce la un acces de scriere pe mediile de stocare (discuri)." +"(RAID = Redundant Array of Independent Disks). Acesta poate fi un proces " +"care necesită multe resurse, în funcție de configurația locală, dar ar putea " +"ajuta la prevenirea cazurilor rare de pierdere de date. Rețineți că aceasta " +"este o verificare numai în citire, cu excepția cazului în care sunt găsite " +"erori; dacă se găsesc erori, «mdadm» va încerca să le corecteze, ceea ce " +"poate conduce la un acces de scriere pe mediile de stocare (discuri)." #. Type: boolean #. Description @@ -119,8 +126,8 @@ msgid "" "important MD events (such as a disk failure)." msgstr "" "Demonul de monitorizare de discuri multiple „MD” (RAID) trimite notificări " -"prin e-mail ca răspuns la evenimente importante în discurile multiple " -"„MD” (cum ar fi o eroare de disc)." +"prin e-mail ca răspuns la evenimente importante în discurile multiple „MD” " +"(cum ar fi o eroare de disc)." #. Type: boolean #. Description diff --git a/debian/po/ru.po b/debian/po/ru.po index 3d581cf..5a80178 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 4.1-6\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-09-16 06:37+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: note #. Description @@ -37,7 +37,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -194,14 +195,13 @@ msgstr "" #~ msgstr "Запустить массивы, неописанные в mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" -#~ "Указанный вами массив (${array}) не описан в конфигурационном файле " -#~ "(${config}). Поэтому он не может быть запущен при старте машины, пока вы " -#~ "не исправите конфигурационный файл и не пересоздадите первоначальный " -#~ "ramdisk." +#~ "Указанный вами массив (${array}) не описан в конфигурационном файле ($" +#~ "{config}). Поэтому он не может быть запущен при старте машины, пока вы не " +#~ "исправите конфигурационный файл и не пересоздадите первоначальный ramdisk." #~ msgid "" #~ "This warning is only relevant if you need arrays to be started from the " diff --git a/debian/po/sk.po b/debian/po/sk.po index b783e37..cd9ec94 100644 --- a/debian/po/sk.po +++ b/debian/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 4.1-6\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2020-09-15 12:39+0200\n" "Last-Translator: Slavko <linux@slavino.sk>\n" "Language-Team: slovenčina <linux@slavino.sk>\n" @@ -36,7 +36,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -188,8 +189,8 @@ msgstr "" #~ msgstr "Spustiť polia, ktoré nie sú uvedené v mdadm.conf?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "Zadané pole (${array}) nie je uvedené v konfiguračnom súbore (${config}), " diff --git a/debian/po/sv.po b/debian/po/sv.po index e9cc361..733f011 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm_2.6.7-3_sv\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2023-12-08 11:11+0100\n" "Last-Translator: Martin Bagge <brother@persilja.net>\n" "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n" @@ -35,10 +35,17 @@ msgstr "" #. Type: note #. Description #: ../mdadm.templates:2001 +#, fuzzy +#| msgid "" +#| "Beginning with newer versions of the mdadm package, init-system " +#| "integration is available for systemd only. This system seems to use an " +#| "alternative init-system which might or might not leave your system " +#| "unbootable." msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" "I nyare versioner av mdadm är integrationen med init-system enbart " "tillgänglig för systemd. Denna maskin verkar använda ett alternativt init-" diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 55c82d7..559a9f7 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\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" @@ -37,7 +37,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean diff --git a/debian/po/vi.po b/debian/po/vi.po index a07bc27..d6a1eb2 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mdadm 2.6.3+200709292116+4450e59-4\n" "Report-Msgid-Bugs-To: mdadm@packages.debian.org\n" -"POT-Creation-Date: 2023-06-18 07:24+0200\n" +"POT-Creation-Date: 2025-01-23 07:30+0100\n" "PO-Revision-Date: 2008-02-23 17:40+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -36,7 +36,8 @@ msgstr "" msgid "" "Beginning with newer versions of the mdadm package, init-system integration " "is available for systemd only. This system seems to use an alternative init-" -"system which might or might not leave your system unbootable." +"system which might or might not leave your system unbootable and will not " +"run any of the maintenance jobs automatically." msgstr "" #. Type: boolean @@ -159,8 +160,8 @@ msgstr "" #~ msgstr "" #~ "Nếu bạn biết chính xác những mảng nào cần thiết để kích hoạt hệ thống tập " #~ "tin gốc, và bạn muốn hoãn việc khởi chạy các mảng khác tới một điểm sau " -#~ "trong dãy khởi động, hãy nhập vào đây các mảng cần khởi chạy. Hoặc nhập « " -#~ "all » (tất cả) để khởi chạy đơn giản tất cả các mảng sẵn sàng. " +#~ "trong dãy khởi động, hãy nhập vào đây các mảng cần khởi chạy. Hoặc nhập " +#~ "« all » (tất cả) để khởi chạy đơn giản tất cả các mảng sẵn sàng. " #~ msgid "" #~ "If you do not need or want to start any arrays for the root file system, " @@ -187,12 +188,12 @@ msgstr "" #~ msgid "Start arrays not listed in mdadm.conf?" #~ msgstr "" -#~ "Khởi chạy các mảng không được liệt kê trong tập tin cấu hình « mdadm.conf " -#~ "» không?" +#~ "Khởi chạy các mảng không được liệt kê trong tập tin cấu hình " +#~ "« mdadm.conf » không?" #~ msgid "" -#~ "The specified array (${array}) is not listed in the configuration file " -#~ "(${config}). Therefore, it cannot be started during boot, unless you " +#~ "The specified array (${array}) is not listed in the configuration file ($" +#~ "{config}). Therefore, it cannot be started during boot, unless you " #~ "correct the configuration file and recreate the initial ramdisk." #~ msgstr "" #~ "Mảng bạn đã xác định (${array}) không được liệt kê trong tập tin cấu hình " |