diff --git a/lang/python.pot b/lang/python.pot index 3529b886c..46f355b69 100644 --- a/lang/python.pot +++ b/lang/python.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -79,6 +79,59 @@ msgstr "The list is empty after checking for installed display managers." msgid "Display manager configuration was incomplete" msgstr "Display manager configuration was incomplete" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "Installing filesystems." + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "rsync failed with error code {}." + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "Failed to unpack image \"{}\"" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "No mount point for root partition" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "Bad mount point for root partition" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "rootMountPoint is \"{}\", which does not exist, doing nothing" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "Bad unsquash configuration" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "The filesystem for \"{}\" ({}) is not supported" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "The source filesystem \"{}\" does not exist" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "The destination \"{}\" in the target system is not a directory" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Unmount file systems." @@ -91,6 +144,10 @@ msgstr "Dummy python job." msgid "Dummy python step {}" msgstr "Dummy python step {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "Installing data." + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generate machine-id." diff --git a/lang/python/ar/LC_MESSAGES/python.mo b/lang/python/ar/LC_MESSAGES/python.mo index 43e3ffa7e..87f9e4f62 100644 Binary files a/lang/python/ar/LC_MESSAGES/python.mo and b/lang/python/ar/LC_MESSAGES/python.mo differ diff --git a/lang/python/ar/LC_MESSAGES/python.po b/lang/python/ar/LC_MESSAGES/python.po index 0250a0690..a5be4f8d3 100644 --- a/lang/python/ar/LC_MESSAGES/python.po +++ b/lang/python/ar/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Abubakaragoub Y , 2018\n" "Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "الغاء تحميل ملف النظام" @@ -92,6 +143,10 @@ msgstr "عملية بايثون دميه" msgid "Dummy python step {}" msgstr "عملية دميه خطوه بايثون {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "توليد معرف الجهاز" diff --git a/lang/python/ast/LC_MESSAGES/python.mo b/lang/python/ast/LC_MESSAGES/python.mo index 9bdb676c5..15a01d04c 100644 Binary files a/lang/python/ast/LC_MESSAGES/python.mo and b/lang/python/ast/LC_MESSAGES/python.mo differ diff --git a/lang/python/ast/LC_MESSAGES/python.po b/lang/python/ast/LC_MESSAGES/python.po index f2e420f83..1a90c071d 100644 --- a/lang/python/ast/LC_MESSAGES/python.po +++ b/lang/python/ast/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: enolp , 2019\n" "Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n" @@ -83,6 +83,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "La configuración del xestor de pantalles nun se completó" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmontaxe de sistemes de ficheros." @@ -95,6 +146,10 @@ msgstr "Trabayu maniquín en Python." msgid "Dummy python step {}" msgstr "Pasu maniquín {} en Python" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Xeneración de machine-id." diff --git a/lang/python/be/LC_MESSAGES/python.mo b/lang/python/be/LC_MESSAGES/python.mo index 34eea659b..ebb941e8a 100644 Binary files a/lang/python/be/LC_MESSAGES/python.mo and b/lang/python/be/LC_MESSAGES/python.mo differ diff --git a/lang/python/be/LC_MESSAGES/python.po b/lang/python/be/LC_MESSAGES/python.po index 419633f13..ee256fd81 100644 --- a/lang/python/be/LC_MESSAGES/python.po +++ b/lang/python/be/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Belarusian (https://www.transifex.com/calamares/teams/20061/be/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/bg/LC_MESSAGES/python.mo b/lang/python/bg/LC_MESSAGES/python.mo index 170c3f787..54f750b76 100644 Binary files a/lang/python/bg/LC_MESSAGES/python.mo and b/lang/python/bg/LC_MESSAGES/python.mo differ diff --git a/lang/python/bg/LC_MESSAGES/python.po b/lang/python/bg/LC_MESSAGES/python.po index 989824c97..cb3c7dc4f 100644 --- a/lang/python/bg/LC_MESSAGES/python.po +++ b/lang/python/bg/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Georgi Georgiev , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Демонтирай файловите системи." @@ -92,6 +143,10 @@ msgstr "Фиктивна задача python." msgid "Dummy python step {}" msgstr "Фиктивна стъпка на python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Генерирай machine-id." diff --git a/lang/python/ca/LC_MESSAGES/python.mo b/lang/python/ca/LC_MESSAGES/python.mo index 968d81daf..e86957eb4 100644 Binary files a/lang/python/ca/LC_MESSAGES/python.mo and b/lang/python/ca/LC_MESSAGES/python.mo differ diff --git a/lang/python/ca/LC_MESSAGES/python.po b/lang/python/ca/LC_MESSAGES/python.po index 3f1016079..5e91825e5 100644 --- a/lang/python/ca/LC_MESSAGES/python.po +++ b/lang/python/ca/LC_MESSAGES/python.po @@ -4,16 +4,16 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Davidmp , 2018 +# Davidmp , 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Davidmp , 2018\n" +"Last-Translator: Davidmp , 2019\n" "Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -85,6 +85,59 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "La configuració del gestor de pantalla no era completa." +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "Instal·lant sistemes de fitxers." + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "Ha fallat rsync amb el codi d'error {}." + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "Ha fallat desempaquetar la imatge \"{}\"." + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" +"Ha fallat trobar unsquashfs, assegureu-vos que tingueu el paquet squashfs-" +"tools instal·lat." + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "No hi ha punt de muntatge per a la partició d'arrel." + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "globalstorage no conté cap clau \"rootMountPoint\". No es fa res." + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "Punt de muntatge incorrecte per a la partició d'arrel" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "El punt de muntatge d'arrel és \"{}\", que no existeix. No es fa res." + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "Configuració incorrecta d'unsquash" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "El sistema de fitxers per a \"{}\" ({}) no s'admet." + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "El sistema de fitxers font \"{}\" no existeix." + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "La destinació \"{}\" al sistema de destinació no és un directori." + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmunta els sistemes de fitxers." @@ -97,6 +150,10 @@ msgstr "Tasca de python fictícia." msgid "Dummy python step {}" msgstr "Pas de python fitctici {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "Instal·lant dades." + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generació de l'id. de la màquina." diff --git a/lang/python/cs_CZ/LC_MESSAGES/python.mo b/lang/python/cs_CZ/LC_MESSAGES/python.mo index c8ecea922..5d385374e 100644 Binary files a/lang/python/cs_CZ/LC_MESSAGES/python.mo and b/lang/python/cs_CZ/LC_MESSAGES/python.mo differ diff --git a/lang/python/cs_CZ/LC_MESSAGES/python.po b/lang/python/cs_CZ/LC_MESSAGES/python.po index f9270d908..5d3e01a12 100644 --- a/lang/python/cs_CZ/LC_MESSAGES/python.po +++ b/lang/python/cs_CZ/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Pavel Borecki , 2018\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n" @@ -83,6 +83,57 @@ msgstr "Po kontrole nainstalovaných správců displejů je seznam prázdný." msgid "Display manager configuration was incomplete" msgstr "Nastavení správce displeje nebylo úplné" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Odpojit souborové systémy." @@ -95,6 +146,10 @@ msgstr "Testovací úloha python." msgid "Dummy python step {}" msgstr "Testovací krok {} python." +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Vytvořit identifikátor stroje." diff --git a/lang/python/da/LC_MESSAGES/python.mo b/lang/python/da/LC_MESSAGES/python.mo index 76d1ce9d1..e06f76a1d 100644 Binary files a/lang/python/da/LC_MESSAGES/python.mo and b/lang/python/da/LC_MESSAGES/python.mo differ diff --git a/lang/python/da/LC_MESSAGES/python.po b/lang/python/da/LC_MESSAGES/python.po index 34f4c7fe9..06b3b444e 100644 --- a/lang/python/da/LC_MESSAGES/python.po +++ b/lang/python/da/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: scootergrisen, 2018\n" "Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n" @@ -84,6 +84,57 @@ msgstr "Listen er tom efter tjek, efter installerede displayhåndteringer." msgid "Display manager configuration was incomplete" msgstr "Displayhåndtering-konfiguration er ikke komplet" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Afmonter filsystemer." @@ -96,6 +147,10 @@ msgstr "Dummy python-job." msgid "Dummy python step {}" msgstr "Dummy python-trin {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generér maskin-id." diff --git a/lang/python/de/LC_MESSAGES/python.mo b/lang/python/de/LC_MESSAGES/python.mo index 55e6b39a6..3077f3af3 100644 Binary files a/lang/python/de/LC_MESSAGES/python.mo and b/lang/python/de/LC_MESSAGES/python.mo differ diff --git a/lang/python/de/LC_MESSAGES/python.po b/lang/python/de/LC_MESSAGES/python.po index 4b5f0f8e7..e80869bf0 100644 --- a/lang/python/de/LC_MESSAGES/python.po +++ b/lang/python/de/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Andreas Eitel , 2018\n" "Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" @@ -85,6 +85,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "Displaymanagerkonfiguration war unvollständig." +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Dateisysteme aushängen." @@ -97,6 +148,10 @@ msgstr "Dummy Python-Job" msgid "Dummy python step {}" msgstr "Dummy Python-Schritt {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generiere Computer-ID" diff --git a/lang/python/el/LC_MESSAGES/python.mo b/lang/python/el/LC_MESSAGES/python.mo index 783229bd9..a7cd9b167 100644 Binary files a/lang/python/el/LC_MESSAGES/python.mo and b/lang/python/el/LC_MESSAGES/python.mo differ diff --git a/lang/python/el/LC_MESSAGES/python.po b/lang/python/el/LC_MESSAGES/python.po index 87417c44d..de6fd765f 100644 --- a/lang/python/el/LC_MESSAGES/python.po +++ b/lang/python/el/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Efstathios Iosifidis , 2017\n" "Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -92,6 +143,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/en_GB/LC_MESSAGES/python.mo b/lang/python/en_GB/LC_MESSAGES/python.mo index 49cff66e1..2fa9b9da1 100644 Binary files a/lang/python/en_GB/LC_MESSAGES/python.mo and b/lang/python/en_GB/LC_MESSAGES/python.mo differ diff --git a/lang/python/en_GB/LC_MESSAGES/python.po b/lang/python/en_GB/LC_MESSAGES/python.po index 78ff83936..01e28c294 100644 --- a/lang/python/en_GB/LC_MESSAGES/python.po +++ b/lang/python/en_GB/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Jason Collins , 2018\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Unmount file systems." @@ -92,6 +143,10 @@ msgstr "Dummy python job." msgid "Dummy python step {}" msgstr "Dummy python step {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generate machine-id." diff --git a/lang/python/eo/LC_MESSAGES/python.mo b/lang/python/eo/LC_MESSAGES/python.mo index d0fa0599c..3a92deca8 100644 Binary files a/lang/python/eo/LC_MESSAGES/python.mo and b/lang/python/eo/LC_MESSAGES/python.mo differ diff --git a/lang/python/eo/LC_MESSAGES/python.po b/lang/python/eo/LC_MESSAGES/python.po index e1d2753e1..277599a81 100644 --- a/lang/python/eo/LC_MESSAGES/python.po +++ b/lang/python/eo/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Kurt Ankh Phoenix , 2018\n" "Language-Team: Esperanto (https://www.transifex.com/calamares/teams/20061/eo/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Demeti dosieraj sistemoj." @@ -92,6 +143,10 @@ msgstr "Formala python laboro." msgid "Dummy python step {}" msgstr "Formala python paŝo {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generi maŝino-legitimilo." diff --git a/lang/python/es/LC_MESSAGES/python.mo b/lang/python/es/LC_MESSAGES/python.mo index e3aaa18ec..3619a8085 100644 Binary files a/lang/python/es/LC_MESSAGES/python.mo and b/lang/python/es/LC_MESSAGES/python.mo differ diff --git a/lang/python/es/LC_MESSAGES/python.po b/lang/python/es/LC_MESSAGES/python.po index 7298ce485..626ff0ed8 100644 --- a/lang/python/es/LC_MESSAGES/python.po +++ b/lang/python/es/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Guido Grasso , 2018\n" "Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n" @@ -86,6 +86,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "La configuración del gestor de pantalla estaba incompleta" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmontar sistemas de archivos." @@ -98,6 +149,10 @@ msgstr "Tarea de python ficticia." msgid "Dummy python step {}" msgstr "Paso {} de python ficticio" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generar identificación-de-máquina." diff --git a/lang/python/es_MX/LC_MESSAGES/python.mo b/lang/python/es_MX/LC_MESSAGES/python.mo index b6ce00f60..9a9abf41d 100644 Binary files a/lang/python/es_MX/LC_MESSAGES/python.mo and b/lang/python/es_MX/LC_MESSAGES/python.mo differ diff --git a/lang/python/es_MX/LC_MESSAGES/python.po b/lang/python/es_MX/LC_MESSAGES/python.po index 222d3195c..c40b724d2 100644 --- a/lang/python/es_MX/LC_MESSAGES/python.po +++ b/lang/python/es_MX/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Logan 8192 , 2018\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n" @@ -81,6 +81,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmontar sistemas de archivo." @@ -93,6 +144,10 @@ msgstr "Trabajo python ficticio." msgid "Dummy python step {}" msgstr "Paso python ficticio {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generar identificación de la maquina." diff --git a/lang/python/es_PR/LC_MESSAGES/python.mo b/lang/python/es_PR/LC_MESSAGES/python.mo index 91f2a8cdb..715bc26a0 100644 Binary files a/lang/python/es_PR/LC_MESSAGES/python.mo and b/lang/python/es_PR/LC_MESSAGES/python.mo differ diff --git a/lang/python/es_PR/LC_MESSAGES/python.po b/lang/python/es_PR/LC_MESSAGES/python.po index 9d2ed2dee..86b8460f1 100644 --- a/lang/python/es_PR/LC_MESSAGES/python.po +++ b/lang/python/es_PR/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/et/LC_MESSAGES/python.mo b/lang/python/et/LC_MESSAGES/python.mo index 4710652c2..93537c377 100644 Binary files a/lang/python/et/LC_MESSAGES/python.mo and b/lang/python/et/LC_MESSAGES/python.mo differ diff --git a/lang/python/et/LC_MESSAGES/python.po b/lang/python/et/LC_MESSAGES/python.po index da722b150..d4904e4ca 100644 --- a/lang/python/et/LC_MESSAGES/python.po +++ b/lang/python/et/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Madis, 2019\n" "Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Haagi failisüsteemid lahti." @@ -92,6 +143,10 @@ msgstr "Testiv python'i töö." msgid "Dummy python step {}" msgstr "Testiv python'i aste {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Genereeri masina-id." diff --git a/lang/python/eu/LC_MESSAGES/python.mo b/lang/python/eu/LC_MESSAGES/python.mo index 5abe8e5b2..6e730cbd9 100644 Binary files a/lang/python/eu/LC_MESSAGES/python.mo and b/lang/python/eu/LC_MESSAGES/python.mo differ diff --git a/lang/python/eu/LC_MESSAGES/python.po b/lang/python/eu/LC_MESSAGES/python.po index dc5751b86..f07cf165b 100644 --- a/lang/python/eu/LC_MESSAGES/python.po +++ b/lang/python/eu/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Ander Elortondo, 2019\n" "Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n" @@ -84,6 +84,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "Pantaila kudeatzaile konfigurazioa osotu gabe" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Fitxategi sistemak desmuntatu." @@ -96,6 +147,10 @@ msgstr "Dummy python lana." msgid "Dummy python step {}" msgstr "Dummy python urratsa {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Sortu makina-id." diff --git a/lang/python/fa/LC_MESSAGES/python.mo b/lang/python/fa/LC_MESSAGES/python.mo index 32ebcae1f..cb38de13f 100644 Binary files a/lang/python/fa/LC_MESSAGES/python.mo and b/lang/python/fa/LC_MESSAGES/python.mo differ diff --git a/lang/python/fa/LC_MESSAGES/python.po b/lang/python/fa/LC_MESSAGES/python.po index 198497eec..555a30fe8 100644 --- a/lang/python/fa/LC_MESSAGES/python.po +++ b/lang/python/fa/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/fi_FI/LC_MESSAGES/python.mo b/lang/python/fi_FI/LC_MESSAGES/python.mo index e6b2d17cf..ded7d637b 100644 Binary files a/lang/python/fi_FI/LC_MESSAGES/python.mo and b/lang/python/fi_FI/LC_MESSAGES/python.mo differ diff --git a/lang/python/fi_FI/LC_MESSAGES/python.po b/lang/python/fi_FI/LC_MESSAGES/python.po index 4bf8b13b9..92815844a 100644 --- a/lang/python/fi_FI/LC_MESSAGES/python.po +++ b/lang/python/fi_FI/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/fr/LC_MESSAGES/python.mo b/lang/python/fr/LC_MESSAGES/python.mo index 21eee76c0..7cae1b712 100644 Binary files a/lang/python/fr/LC_MESSAGES/python.mo and b/lang/python/fr/LC_MESSAGES/python.mo differ diff --git a/lang/python/fr/LC_MESSAGES/python.po b/lang/python/fr/LC_MESSAGES/python.po index f51f485b0..1af6b2b96 100644 --- a/lang/python/fr/LC_MESSAGES/python.po +++ b/lang/python/fr/LC_MESSAGES/python.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Florian B , 2018\n" "Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n" @@ -91,6 +91,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "La configuration du gestionnaire d'affichage était incomplète" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Démonter les systèmes de fichiers" @@ -103,6 +154,10 @@ msgstr "Tâche factice python" msgid "Dummy python step {}" msgstr "Étape factice python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Générer un identifiant machine." diff --git a/lang/python/fr_CH/LC_MESSAGES/python.mo b/lang/python/fr_CH/LC_MESSAGES/python.mo index 8f0385d4c..2dc0828fc 100644 Binary files a/lang/python/fr_CH/LC_MESSAGES/python.mo and b/lang/python/fr_CH/LC_MESSAGES/python.mo differ diff --git a/lang/python/fr_CH/LC_MESSAGES/python.po b/lang/python/fr_CH/LC_MESSAGES/python.po index f11c23b55..64935788c 100644 --- a/lang/python/fr_CH/LC_MESSAGES/python.po +++ b/lang/python/fr_CH/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/gl/LC_MESSAGES/python.mo b/lang/python/gl/LC_MESSAGES/python.mo index b775c4489..3760ac9a8 100644 Binary files a/lang/python/gl/LC_MESSAGES/python.mo and b/lang/python/gl/LC_MESSAGES/python.mo differ diff --git a/lang/python/gl/LC_MESSAGES/python.po b/lang/python/gl/LC_MESSAGES/python.po index 22d6081a4..16f53c519 100644 --- a/lang/python/gl/LC_MESSAGES/python.po +++ b/lang/python/gl/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Xosé, 2018\n" "Language-Team: Galician (https://www.transifex.com/calamares/teams/20061/gl/)\n" @@ -85,6 +85,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "A configuración do xestor de pantalla foi incompleta" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmontar sistemas de ficheiros." @@ -97,6 +148,10 @@ msgstr "Tarefa parva de python." msgid "Dummy python step {}" msgstr "Paso parvo de python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Xerar o identificador da máquina." diff --git a/lang/python/gu/LC_MESSAGES/python.mo b/lang/python/gu/LC_MESSAGES/python.mo index 14bb1f32a..dc0612190 100644 Binary files a/lang/python/gu/LC_MESSAGES/python.mo and b/lang/python/gu/LC_MESSAGES/python.mo differ diff --git a/lang/python/gu/LC_MESSAGES/python.po b/lang/python/gu/LC_MESSAGES/python.po index 1394cc4d2..ad844bc1d 100644 --- a/lang/python/gu/LC_MESSAGES/python.po +++ b/lang/python/gu/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Gujarati (https://www.transifex.com/calamares/teams/20061/gu/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/he/LC_MESSAGES/python.mo b/lang/python/he/LC_MESSAGES/python.mo index a768c4617..13f671231 100644 Binary files a/lang/python/he/LC_MESSAGES/python.mo and b/lang/python/he/LC_MESSAGES/python.mo differ diff --git a/lang/python/he/LC_MESSAGES/python.po b/lang/python/he/LC_MESSAGES/python.po index 818c08537..14d6ed915 100644 --- a/lang/python/he/LC_MESSAGES/python.po +++ b/lang/python/he/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Yaron Shahrabani , 2018\n" "Language-Team: Hebrew (https://www.transifex.com/calamares/teams/20061/he/)\n" @@ -81,6 +81,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "ניתוק עיגון מערכות קבצים." @@ -93,6 +144,10 @@ msgstr "משימת דמה של Python." msgid "Dummy python step {}" msgstr "צעד דמה של Python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "לייצר מספר סידורי של המכונה." diff --git a/lang/python/hi/LC_MESSAGES/python.mo b/lang/python/hi/LC_MESSAGES/python.mo index 88260439a..8e421ec8f 100644 Binary files a/lang/python/hi/LC_MESSAGES/python.mo and b/lang/python/hi/LC_MESSAGES/python.mo differ diff --git a/lang/python/hi/LC_MESSAGES/python.po b/lang/python/hi/LC_MESSAGES/python.po index 9c64a8860..a952b0f09 100644 --- a/lang/python/hi/LC_MESSAGES/python.po +++ b/lang/python/hi/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Panwar108 , 2018\n" "Language-Team: Hindi (https://www.transifex.com/calamares/teams/20061/hi/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "फ़ाइल सिस्टम माउंट से हटाएँ।" @@ -92,6 +143,10 @@ msgstr "डमी पाइथन प्रक्रिया ।" msgid "Dummy python step {}" msgstr "डमी पाइथन प्रक्रिया की चरण संख्या {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "मशीन-आईडी उत्पन्न करें।" diff --git a/lang/python/hr/LC_MESSAGES/python.mo b/lang/python/hr/LC_MESSAGES/python.mo index ecff882ab..d0b2bcc4f 100644 Binary files a/lang/python/hr/LC_MESSAGES/python.mo and b/lang/python/hr/LC_MESSAGES/python.mo differ diff --git a/lang/python/hr/LC_MESSAGES/python.po b/lang/python/hr/LC_MESSAGES/python.po index 3a1f5caf3..132b88fae 100644 --- a/lang/python/hr/LC_MESSAGES/python.po +++ b/lang/python/hr/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Lovro Kudelić , 2018\n" "Language-Team: Croatian (https://www.transifex.com/calamares/teams/20061/hr/)\n" @@ -82,6 +82,57 @@ msgstr "Popis je prazan nakon provjere za instaliranim upraviteljima zaslona." msgid "Display manager configuration was incomplete" msgstr "Konfiguracija upravitelja zaslona nije bila potpuna" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Odmontiraj datotečne sustave." @@ -94,6 +145,10 @@ msgstr "Testni python posao." msgid "Dummy python step {}" msgstr "Testni python korak {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generiraj ID računala." diff --git a/lang/python/hu/LC_MESSAGES/python.mo b/lang/python/hu/LC_MESSAGES/python.mo index 3b4b46510..79f9cfc2f 100644 Binary files a/lang/python/hu/LC_MESSAGES/python.mo and b/lang/python/hu/LC_MESSAGES/python.mo differ diff --git a/lang/python/hu/LC_MESSAGES/python.po b/lang/python/hu/LC_MESSAGES/python.po index 8e738ba88..a9a707c25 100644 --- a/lang/python/hu/LC_MESSAGES/python.po +++ b/lang/python/hu/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Balázs Meskó , 2018\n" "Language-Team: Hungarian (https://www.transifex.com/calamares/teams/20061/hu/)\n" @@ -84,6 +84,57 @@ msgstr "A lista üres a telepített kijelzőkezelők ellenőrzése után." msgid "Display manager configuration was incomplete" msgstr "A kijelzőkezelő konfigurációja hiányos volt" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Fájlrendszerek leválasztása." @@ -96,6 +147,10 @@ msgstr "Hamis Python feladat." msgid "Dummy python step {}" msgstr "Hamis {}. Python lépés" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Gépazonosító előállítása." diff --git a/lang/python/id/LC_MESSAGES/python.mo b/lang/python/id/LC_MESSAGES/python.mo index 9c932366f..94c95fa1f 100644 Binary files a/lang/python/id/LC_MESSAGES/python.mo and b/lang/python/id/LC_MESSAGES/python.mo differ diff --git a/lang/python/id/LC_MESSAGES/python.po b/lang/python/id/LC_MESSAGES/python.po index 718ed81cc..3502dd055 100644 --- a/lang/python/id/LC_MESSAGES/python.po +++ b/lang/python/id/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Wantoyo , 2018\n" "Language-Team: Indonesian (https://www.transifex.com/calamares/teams/20061/id/)\n" @@ -86,6 +86,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "Konfigurasi display manager belum rampung" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Lepaskan sistem berkas." @@ -98,6 +149,10 @@ msgstr "Tugas dumi python." msgid "Dummy python step {}" msgstr "Langkah {} dumi python" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Menghasilkan machine-id." diff --git a/lang/python/is/LC_MESSAGES/python.mo b/lang/python/is/LC_MESSAGES/python.mo index 2503ed6ae..241a13208 100644 Binary files a/lang/python/is/LC_MESSAGES/python.mo and b/lang/python/is/LC_MESSAGES/python.mo differ diff --git a/lang/python/is/LC_MESSAGES/python.po b/lang/python/is/LC_MESSAGES/python.po index b44aaf91d..0a6d38546 100644 --- a/lang/python/is/LC_MESSAGES/python.po +++ b/lang/python/is/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Kristján Magnússon, 2018\n" "Language-Team: Icelandic (https://www.transifex.com/calamares/teams/20061/is/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Aftengja skráarkerfi." @@ -92,6 +143,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/it_IT/LC_MESSAGES/python.mo b/lang/python/it_IT/LC_MESSAGES/python.mo index 304d92e1c..5197e65f4 100644 Binary files a/lang/python/it_IT/LC_MESSAGES/python.mo and b/lang/python/it_IT/LC_MESSAGES/python.mo differ diff --git a/lang/python/it_IT/LC_MESSAGES/python.po b/lang/python/it_IT/LC_MESSAGES/python.po index b5b533c70..2bbd3783c 100644 --- a/lang/python/it_IT/LC_MESSAGES/python.po +++ b/lang/python/it_IT/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Pietro Francesco Fontana, 2018\n" "Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n" @@ -84,6 +84,57 @@ msgstr "La lista è vuota dopo aver controllato i display manager installati." msgid "Display manager configuration was incomplete" msgstr "La configurazione del display manager è incompleta" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Smonta i file system." @@ -96,6 +147,10 @@ msgstr "Job python fittizio." msgid "Dummy python step {}" msgstr "Python step {} fittizio" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Genera machine-id." diff --git a/lang/python/ja/LC_MESSAGES/python.mo b/lang/python/ja/LC_MESSAGES/python.mo index 687043bbf..b5a44d38b 100644 Binary files a/lang/python/ja/LC_MESSAGES/python.mo and b/lang/python/ja/LC_MESSAGES/python.mo differ diff --git a/lang/python/ja/LC_MESSAGES/python.po b/lang/python/ja/LC_MESSAGES/python.po index d6b28c627..4cc7530f5 100644 --- a/lang/python/ja/LC_MESSAGES/python.po +++ b/lang/python/ja/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: 諏訪子 洩矢, 2018\n" "Language-Team: Japanese (https://www.transifex.com/calamares/teams/20061/ja/)\n" @@ -82,6 +82,57 @@ msgstr "インストールされたディスプレイマネージャーに検索 msgid "Display manager configuration was incomplete" msgstr "ディスプレイマネージャの設定が不完全です" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "ファイルシステムをアンマウントする。" @@ -94,6 +145,10 @@ msgstr "Dummy python job." msgid "Dummy python step {}" msgstr "Dummy python step {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "machine-id の生成" diff --git a/lang/python/kk/LC_MESSAGES/python.mo b/lang/python/kk/LC_MESSAGES/python.mo index 53793025a..1830e8618 100644 Binary files a/lang/python/kk/LC_MESSAGES/python.mo and b/lang/python/kk/LC_MESSAGES/python.mo differ diff --git a/lang/python/kk/LC_MESSAGES/python.po b/lang/python/kk/LC_MESSAGES/python.po index 1c48c40a5..2e22d1f7b 100644 --- a/lang/python/kk/LC_MESSAGES/python.po +++ b/lang/python/kk/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Kazakh (https://www.transifex.com/calamares/teams/20061/kk/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/kn/LC_MESSAGES/python.mo b/lang/python/kn/LC_MESSAGES/python.mo index 53b370bdc..3a50585d9 100644 Binary files a/lang/python/kn/LC_MESSAGES/python.mo and b/lang/python/kn/LC_MESSAGES/python.mo differ diff --git a/lang/python/kn/LC_MESSAGES/python.po b/lang/python/kn/LC_MESSAGES/python.po index dc8eb58fa..0506c8ef0 100644 --- a/lang/python/kn/LC_MESSAGES/python.po +++ b/lang/python/kn/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Kannada (https://www.transifex.com/calamares/teams/20061/kn/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/ko/LC_MESSAGES/python.mo b/lang/python/ko/LC_MESSAGES/python.mo index 86727776c..bd2208a0c 100644 Binary files a/lang/python/ko/LC_MESSAGES/python.mo and b/lang/python/ko/LC_MESSAGES/python.mo differ diff --git a/lang/python/ko/LC_MESSAGES/python.po b/lang/python/ko/LC_MESSAGES/python.po index 9af9b5645..90bfbd298 100644 --- a/lang/python/ko/LC_MESSAGES/python.po +++ b/lang/python/ko/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Ji-Hyeon Gim , 2018\n" "Language-Team: Korean (https://www.transifex.com/calamares/teams/20061/ko/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "파일 시스템 마운트를 해제합니다." @@ -92,6 +143,10 @@ msgstr "더미 파이썬 작업." msgid "Dummy python step {}" msgstr "더미 파이썬 단계 {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "장치 식별자를 생성합니다." diff --git a/lang/python/lo/LC_MESSAGES/python.mo b/lang/python/lo/LC_MESSAGES/python.mo index 0b5f4fbd2..537403017 100644 Binary files a/lang/python/lo/LC_MESSAGES/python.mo and b/lang/python/lo/LC_MESSAGES/python.mo differ diff --git a/lang/python/lo/LC_MESSAGES/python.po b/lang/python/lo/LC_MESSAGES/python.po index 9c3a7f702..4726fac78 100644 --- a/lang/python/lo/LC_MESSAGES/python.po +++ b/lang/python/lo/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Lao (https://www.transifex.com/calamares/teams/20061/lo/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/lt/LC_MESSAGES/python.mo b/lang/python/lt/LC_MESSAGES/python.mo index 30b82e90a..87f994272 100644 Binary files a/lang/python/lt/LC_MESSAGES/python.mo and b/lang/python/lt/LC_MESSAGES/python.mo differ diff --git a/lang/python/lt/LC_MESSAGES/python.po b/lang/python/lt/LC_MESSAGES/python.po index 80c02d9ee..ea5e5a507 100644 --- a/lang/python/lt/LC_MESSAGES/python.po +++ b/lang/python/lt/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Moo, 2018\n" "Language-Team: Lithuanian (https://www.transifex.com/calamares/teams/20061/lt/)\n" @@ -82,6 +82,57 @@ msgstr "Patikrinus įdiegtas ekranų tvarkytuves, sąrašas yra tuščias." msgid "Display manager configuration was incomplete" msgstr "Ekranų tvarkytuvės konfigūracija yra nepilna" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Atjungti failų sistemas." @@ -94,6 +145,10 @@ msgstr "Fiktyvi python užduotis." msgid "Dummy python step {}" msgstr "Fiktyvus python žingsnis {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generuoti machine-id." diff --git a/lang/python/mk/LC_MESSAGES/python.mo b/lang/python/mk/LC_MESSAGES/python.mo index 62fdc0d8a..cbe7dea69 100644 Binary files a/lang/python/mk/LC_MESSAGES/python.mo and b/lang/python/mk/LC_MESSAGES/python.mo differ diff --git a/lang/python/mk/LC_MESSAGES/python.po b/lang/python/mk/LC_MESSAGES/python.po index 16a51e0c2..ae5ec52be 100644 --- a/lang/python/mk/LC_MESSAGES/python.po +++ b/lang/python/mk/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Martin Ristovski , 2018\n" "Language-Team: Macedonian (https://www.transifex.com/calamares/teams/20061/mk/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -92,6 +143,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/mr/LC_MESSAGES/python.mo b/lang/python/mr/LC_MESSAGES/python.mo index a807b79d4..35718e647 100644 Binary files a/lang/python/mr/LC_MESSAGES/python.mo and b/lang/python/mr/LC_MESSAGES/python.mo differ diff --git a/lang/python/mr/LC_MESSAGES/python.po b/lang/python/mr/LC_MESSAGES/python.po index 6b8484e4f..687c4bf01 100644 --- a/lang/python/mr/LC_MESSAGES/python.po +++ b/lang/python/mr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Marathi (https://www.transifex.com/calamares/teams/20061/mr/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/nb/LC_MESSAGES/python.mo b/lang/python/nb/LC_MESSAGES/python.mo index 870ac42bd..ffe775759 100644 Binary files a/lang/python/nb/LC_MESSAGES/python.mo and b/lang/python/nb/LC_MESSAGES/python.mo differ diff --git a/lang/python/nb/LC_MESSAGES/python.po b/lang/python/nb/LC_MESSAGES/python.po index 969e0a2d9..fe04973fc 100644 --- a/lang/python/nb/LC_MESSAGES/python.po +++ b/lang/python/nb/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Tyler Moss , 2017\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/calamares/teams/20061/nb/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -92,6 +143,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generer maskin-ID." diff --git a/lang/python/ne_NP/LC_MESSAGES/python.mo b/lang/python/ne_NP/LC_MESSAGES/python.mo index 2986ea4e1..3331fcac9 100644 Binary files a/lang/python/ne_NP/LC_MESSAGES/python.mo and b/lang/python/ne_NP/LC_MESSAGES/python.mo differ diff --git a/lang/python/ne_NP/LC_MESSAGES/python.po b/lang/python/ne_NP/LC_MESSAGES/python.po index edf1aa562..ccc918fa4 100644 --- a/lang/python/ne_NP/LC_MESSAGES/python.po +++ b/lang/python/ne_NP/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Nepali (Nepal) (https://www.transifex.com/calamares/teams/20061/ne_NP/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/nl/LC_MESSAGES/python.mo b/lang/python/nl/LC_MESSAGES/python.mo index 4c71526c3..7faf4faf1 100644 Binary files a/lang/python/nl/LC_MESSAGES/python.mo and b/lang/python/nl/LC_MESSAGES/python.mo differ diff --git a/lang/python/nl/LC_MESSAGES/python.po b/lang/python/nl/LC_MESSAGES/python.po index 5f20800d9..04b6d7a9d 100644 --- a/lang/python/nl/LC_MESSAGES/python.po +++ b/lang/python/nl/LC_MESSAGES/python.po @@ -4,16 +4,16 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Adriaan de Groot , 2017 +# Adriaan de Groot , 2019 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" -"Last-Translator: Adriaan de Groot , 2017\n" +"Last-Translator: Adriaan de Groot , 2019\n" "Language-Team: Dutch (https://www.transifex.com/calamares/teams/20061/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,6 +80,59 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "Bestandssystemen installeren." + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "Geen mount-punt voor de root-partitie" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "globalstorage bevat geen sleutel \"rootMountPoint\", er wordt niks gedaan" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "Onjuist mount-punt voor de root-partitie" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" +"rootMountPoint is ingesteld op \"{}\", welke niet bestaat, er wordt niks " +"gedaan" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -92,6 +145,10 @@ msgstr "Voorbeeld Python-taak" msgid "Dummy python step {}" msgstr "Voorbeeld Python-stap {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Genereer machine-id" diff --git a/lang/python/pl/LC_MESSAGES/python.mo b/lang/python/pl/LC_MESSAGES/python.mo index 57a9aa2bd..42f89b287 100644 Binary files a/lang/python/pl/LC_MESSAGES/python.mo and b/lang/python/pl/LC_MESSAGES/python.mo differ diff --git a/lang/python/pl/LC_MESSAGES/python.po b/lang/python/pl/LC_MESSAGES/python.po index 8c2f80cc1..c13a76d40 100644 --- a/lang/python/pl/LC_MESSAGES/python.po +++ b/lang/python/pl/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: KagiSame, 2018\n" "Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n" @@ -85,6 +85,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "Konfiguracja menedzera wyświetlania była niekompletna" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Odmontuj systemy plików." @@ -97,6 +148,10 @@ msgstr "Zadanie fikcyjne Python." msgid "Dummy python step {}" msgstr "Krok fikcyjny Python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generuj machine-id." diff --git a/lang/python/pt_BR/LC_MESSAGES/python.mo b/lang/python/pt_BR/LC_MESSAGES/python.mo index 99db250a7..18630edcb 100644 Binary files a/lang/python/pt_BR/LC_MESSAGES/python.mo and b/lang/python/pt_BR/LC_MESSAGES/python.mo differ diff --git a/lang/python/pt_BR/LC_MESSAGES/python.po b/lang/python/pt_BR/LC_MESSAGES/python.po index c1a24b524..db741a878 100644 --- a/lang/python/pt_BR/LC_MESSAGES/python.po +++ b/lang/python/pt_BR/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Guilherme , 2018\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/calamares/teams/20061/pt_BR/)\n" @@ -87,6 +87,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "A configuração do gerenciador de exibição está incompleta" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmontar os sistemas de arquivo." @@ -99,6 +150,10 @@ msgstr "Tarefa modelo python." msgid "Dummy python step {}" msgstr "Etapa modelo python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Gerar machine-id." diff --git a/lang/python/pt_PT/LC_MESSAGES/python.mo b/lang/python/pt_PT/LC_MESSAGES/python.mo index f3228f0d3..1c0bc8879 100644 Binary files a/lang/python/pt_PT/LC_MESSAGES/python.mo and b/lang/python/pt_PT/LC_MESSAGES/python.mo differ diff --git a/lang/python/pt_PT/LC_MESSAGES/python.po b/lang/python/pt_PT/LC_MESSAGES/python.po index a6f36da99..81015e511 100644 --- a/lang/python/pt_PT/LC_MESSAGES/python.po +++ b/lang/python/pt_PT/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Hugo Carvalho , 2018\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/calamares/teams/20061/pt_PT/)\n" @@ -86,6 +86,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "A configuração do gestor de exibição estava incompleta" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Desmontar sistemas de ficheiro." @@ -98,6 +149,10 @@ msgstr "Tarefa Dummy python." msgid "Dummy python step {}" msgstr "Passo Dummy python {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Gerar id-máquina" diff --git a/lang/python/ro/LC_MESSAGES/python.mo b/lang/python/ro/LC_MESSAGES/python.mo index f7e78b63c..9f4b611ff 100644 Binary files a/lang/python/ro/LC_MESSAGES/python.mo and b/lang/python/ro/LC_MESSAGES/python.mo differ diff --git a/lang/python/ro/LC_MESSAGES/python.po b/lang/python/ro/LC_MESSAGES/python.po index 3b8432d0b..e6196be86 100644 --- a/lang/python/ro/LC_MESSAGES/python.po +++ b/lang/python/ro/LC_MESSAGES/python.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Sebastian Brici , 2018\n" "Language-Team: Romanian (https://www.transifex.com/calamares/teams/20061/ro/)\n" @@ -81,6 +81,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Demonteaza sistemul de fisiere" @@ -93,6 +144,10 @@ msgstr "Job python fictiv." msgid "Dummy python step {}" msgstr "Dummy python step {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generează machine-id." diff --git a/lang/python/ru/LC_MESSAGES/python.mo b/lang/python/ru/LC_MESSAGES/python.mo index e7376a8a1..c584f122a 100644 Binary files a/lang/python/ru/LC_MESSAGES/python.mo and b/lang/python/ru/LC_MESSAGES/python.mo differ diff --git a/lang/python/ru/LC_MESSAGES/python.po b/lang/python/ru/LC_MESSAGES/python.po index 2f98d7f14..142942669 100644 --- a/lang/python/ru/LC_MESSAGES/python.po +++ b/lang/python/ru/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Aleksey Kabanov , 2018\n" "Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -92,6 +143,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/sk/LC_MESSAGES/python.mo b/lang/python/sk/LC_MESSAGES/python.mo index 589e38fe8..b8234ebf8 100644 Binary files a/lang/python/sk/LC_MESSAGES/python.mo and b/lang/python/sk/LC_MESSAGES/python.mo differ diff --git a/lang/python/sk/LC_MESSAGES/python.po b/lang/python/sk/LC_MESSAGES/python.po index 92127964e..97cb8d0d7 100644 --- a/lang/python/sk/LC_MESSAGES/python.po +++ b/lang/python/sk/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Dušan Kazik , 2018\n" "Language-Team: Slovak (https://www.transifex.com/calamares/teams/20061/sk/)\n" @@ -80,6 +80,57 @@ msgstr "Zoznam je prázdny po kontrole nainštalovaných správcov zobrazenia." msgid "Display manager configuration was incomplete" msgstr "Konfigurácia správcu zobrazenia nebola úplná" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Odpojenie súborových systémov." @@ -92,6 +143,10 @@ msgstr "Fiktívna úloha jazyka python." msgid "Dummy python step {}" msgstr "Fiktívny krok {} jazyka python" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Generovanie identifikátora počítača." diff --git a/lang/python/sl/LC_MESSAGES/python.mo b/lang/python/sl/LC_MESSAGES/python.mo index 26d14aba9..bde6d8fb9 100644 Binary files a/lang/python/sl/LC_MESSAGES/python.mo and b/lang/python/sl/LC_MESSAGES/python.mo differ diff --git a/lang/python/sl/LC_MESSAGES/python.po b/lang/python/sl/LC_MESSAGES/python.po index 1c5f08309..ed125bd90 100644 --- a/lang/python/sl/LC_MESSAGES/python.po +++ b/lang/python/sl/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Slovenian (https://www.transifex.com/calamares/teams/20061/sl/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/sq/LC_MESSAGES/python.mo b/lang/python/sq/LC_MESSAGES/python.mo index 705550698..b5d229581 100644 Binary files a/lang/python/sq/LC_MESSAGES/python.mo and b/lang/python/sq/LC_MESSAGES/python.mo differ diff --git a/lang/python/sq/LC_MESSAGES/python.po b/lang/python/sq/LC_MESSAGES/python.po index b8504251c..8be3c9bad 100644 --- a/lang/python/sq/LC_MESSAGES/python.po +++ b/lang/python/sq/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Besnik , 2018\n" "Language-Team: Albanian (https://www.transifex.com/calamares/teams/20061/sq/)\n" @@ -83,6 +83,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "Formësimi i përgjegjësit të ekranit s’qe i plotë" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Çmontoni sisteme kartelash." @@ -95,6 +146,10 @@ msgstr "Akt python dummy." msgid "Dummy python step {}" msgstr "Hap python {} dummy" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Prodho machine-id." diff --git a/lang/python/sr/LC_MESSAGES/python.mo b/lang/python/sr/LC_MESSAGES/python.mo index 2d162f32f..3b4712c97 100644 Binary files a/lang/python/sr/LC_MESSAGES/python.mo and b/lang/python/sr/LC_MESSAGES/python.mo differ diff --git a/lang/python/sr/LC_MESSAGES/python.po b/lang/python/sr/LC_MESSAGES/python.po index 8a19027ec..737417e36 100644 --- a/lang/python/sr/LC_MESSAGES/python.po +++ b/lang/python/sr/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Serbian (https://www.transifex.com/calamares/teams/20061/sr/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/sr@latin/LC_MESSAGES/python.mo b/lang/python/sr@latin/LC_MESSAGES/python.mo index a4b601f77..bd363a9bf 100644 Binary files a/lang/python/sr@latin/LC_MESSAGES/python.mo and b/lang/python/sr@latin/LC_MESSAGES/python.mo differ diff --git a/lang/python/sr@latin/LC_MESSAGES/python.po b/lang/python/sr@latin/LC_MESSAGES/python.po index fbd5e8d8a..e767393d8 100644 --- a/lang/python/sr@latin/LC_MESSAGES/python.po +++ b/lang/python/sr@latin/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr%40latin/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/sv/LC_MESSAGES/python.mo b/lang/python/sv/LC_MESSAGES/python.mo index 639162065..044255cf9 100644 Binary files a/lang/python/sv/LC_MESSAGES/python.mo and b/lang/python/sv/LC_MESSAGES/python.mo differ diff --git a/lang/python/sv/LC_MESSAGES/python.po b/lang/python/sv/LC_MESSAGES/python.po index 834685fba..37c5a1fec 100644 --- a/lang/python/sv/LC_MESSAGES/python.po +++ b/lang/python/sv/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Swedish (https://www.transifex.com/calamares/teams/20061/sv/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/th/LC_MESSAGES/python.mo b/lang/python/th/LC_MESSAGES/python.mo index 1d57b4a06..6049e9823 100644 Binary files a/lang/python/th/LC_MESSAGES/python.mo and b/lang/python/th/LC_MESSAGES/python.mo differ diff --git a/lang/python/th/LC_MESSAGES/python.po b/lang/python/th/LC_MESSAGES/python.po index 1f7f4cfc1..40a02fc83 100644 --- a/lang/python/th/LC_MESSAGES/python.po +++ b/lang/python/th/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Thai (https://www.transifex.com/calamares/teams/20061/th/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/tr_TR/LC_MESSAGES/python.mo b/lang/python/tr_TR/LC_MESSAGES/python.mo index 92d7b5ffb..96fef2f73 100644 Binary files a/lang/python/tr_TR/LC_MESSAGES/python.mo and b/lang/python/tr_TR/LC_MESSAGES/python.mo differ diff --git a/lang/python/tr_TR/LC_MESSAGES/python.po b/lang/python/tr_TR/LC_MESSAGES/python.po index 171f22a81..63448ef6d 100644 --- a/lang/python/tr_TR/LC_MESSAGES/python.po +++ b/lang/python/tr_TR/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Demiray Muhterem , 2018\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/calamares/teams/20061/tr_TR/)\n" @@ -82,6 +82,57 @@ msgstr "Kurulu ekran yöneticilerini kontrol ettikten sonra liste boş." msgid "Display manager configuration was incomplete" msgstr "Ekran yöneticisi yapılandırma işi tamamlanamadı" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "Dosya sistemlerini ayırın." @@ -94,6 +145,10 @@ msgstr "Dummy python job." msgid "Dummy python step {}" msgstr "Dummy python step {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "Makine kimliği oluştur." diff --git a/lang/python/uk/LC_MESSAGES/python.mo b/lang/python/uk/LC_MESSAGES/python.mo index 03a5cc630..f822db7fa 100644 Binary files a/lang/python/uk/LC_MESSAGES/python.mo and b/lang/python/uk/LC_MESSAGES/python.mo differ diff --git a/lang/python/uk/LC_MESSAGES/python.po b/lang/python/uk/LC_MESSAGES/python.po index d68d5fb94..9d4154b2a 100644 --- a/lang/python/uk/LC_MESSAGES/python.po +++ b/lang/python/uk/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Володимир Братко , 2018\n" "Language-Team: Ukrainian (https://www.transifex.com/calamares/teams/20061/uk/)\n" @@ -80,6 +80,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -92,6 +143,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/ur/LC_MESSAGES/python.mo b/lang/python/ur/LC_MESSAGES/python.mo index 2a9218fc1..44f98c336 100644 Binary files a/lang/python/ur/LC_MESSAGES/python.mo and b/lang/python/ur/LC_MESSAGES/python.mo differ diff --git a/lang/python/ur/LC_MESSAGES/python.po b/lang/python/ur/LC_MESSAGES/python.po index b1a718b3c..b079cded6 100644 --- a/lang/python/ur/LC_MESSAGES/python.po +++ b/lang/python/ur/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Urdu (https://www.transifex.com/calamares/teams/20061/ur/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/uz/LC_MESSAGES/python.mo b/lang/python/uz/LC_MESSAGES/python.mo index 54e9a0914..e736b2973 100644 Binary files a/lang/python/uz/LC_MESSAGES/python.mo and b/lang/python/uz/LC_MESSAGES/python.mo differ diff --git a/lang/python/uz/LC_MESSAGES/python.po b/lang/python/uz/LC_MESSAGES/python.po index f0f57fe05..6cd0764a2 100644 --- a/lang/python/uz/LC_MESSAGES/python.po +++ b/lang/python/uz/LC_MESSAGES/python.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n" "MIME-Version: 1.0\n" @@ -76,6 +76,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "" @@ -88,6 +139,10 @@ msgstr "" msgid "Dummy python step {}" msgstr "" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "" diff --git a/lang/python/zh_CN/LC_MESSAGES/python.mo b/lang/python/zh_CN/LC_MESSAGES/python.mo index efc012641..e0754d34b 100644 Binary files a/lang/python/zh_CN/LC_MESSAGES/python.mo and b/lang/python/zh_CN/LC_MESSAGES/python.mo differ diff --git a/lang/python/zh_CN/LC_MESSAGES/python.po b/lang/python/zh_CN/LC_MESSAGES/python.po index f76f9e23a..19d5bbea6 100644 --- a/lang/python/zh_CN/LC_MESSAGES/python.po +++ b/lang/python/zh_CN/LC_MESSAGES/python.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: leonfeng , 2018\n" "Language-Team: Chinese (China) (https://www.transifex.com/calamares/teams/20061/zh_CN/)\n" @@ -82,6 +82,57 @@ msgstr "" msgid "Display manager configuration was incomplete" msgstr "" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "卸载文件系统。" @@ -94,6 +145,10 @@ msgstr "占位 Python 任务。" msgid "Dummy python step {}" msgstr "占位 Python 步骤 {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "生成 machine-id。" diff --git a/lang/python/zh_TW/LC_MESSAGES/python.mo b/lang/python/zh_TW/LC_MESSAGES/python.mo index c79aae793..212239d32 100644 Binary files a/lang/python/zh_TW/LC_MESSAGES/python.mo and b/lang/python/zh_TW/LC_MESSAGES/python.mo differ diff --git a/lang/python/zh_TW/LC_MESSAGES/python.po b/lang/python/zh_TW/LC_MESSAGES/python.po index 139d50e6a..485192e20 100644 --- a/lang/python/zh_TW/LC_MESSAGES/python.po +++ b/lang/python/zh_TW/LC_MESSAGES/python.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-05 11:34-0400\n" +"POT-Creation-Date: 2019-01-25 08:04-0500\n" "PO-Revision-Date: 2017-08-09 10:34+0000\n" "Last-Translator: Jeff Huang , 2018\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/calamares/teams/20061/zh_TW/)\n" @@ -80,6 +80,57 @@ msgstr "在檢查已安裝的顯示管理器後,清單為空。" msgid "Display manager configuration was incomplete" msgstr "顯示管理器設定不完整" +#: src/modules/unpackfs/main.py:40 +msgid "Installing filesystems." +msgstr "" + +#: src/modules/unpackfs/main.py:153 +msgid "rsync failed with error code {}." +msgstr "" + +#: src/modules/unpackfs/main.py:209 src/modules/unpackfs/main.py:227 +msgid "Failed to unpack image \"{}\"" +msgstr "" + +#: src/modules/unpackfs/main.py:210 +msgid "" +"Failed to find unsquashfs, make sure you have the squashfs-tools package " +"installed" +msgstr "" + +#: src/modules/unpackfs/main.py:301 +msgid "No mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:302 +msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:307 +msgid "Bad mount point for root partition" +msgstr "" + +#: src/modules/unpackfs/main.py:308 +msgid "rootMountPoint is \"{}\", which does not exist, doing nothing" +msgstr "" + +#: src/modules/unpackfs/main.py:321 src/modules/unpackfs/main.py:328 +#: src/modules/unpackfs/main.py:333 +msgid "Bad unsquash configuration" +msgstr "" + +#: src/modules/unpackfs/main.py:322 +msgid "The filesystem for \"{}\" ({}) is not supported" +msgstr "" + +#: src/modules/unpackfs/main.py:329 +msgid "The source filesystem \"{}\" does not exist" +msgstr "" + +#: src/modules/unpackfs/main.py:334 +msgid "The destination \"{}\" in the target system is not a directory" +msgstr "" + #: src/modules/umount/main.py:40 msgid "Unmount file systems." msgstr "解除掛載檔案系統。" @@ -92,6 +143,10 @@ msgstr "假的 python 工作。" msgid "Dummy python step {}" msgstr "假的 python step {}" +#: src/modules/rawfs/main.py:35 +msgid "Installing data." +msgstr "" + #: src/modules/machineid/main.py:35 msgid "Generate machine-id." msgstr "生成 machine-id。"