Skip to content
Commits on Source (35)
......@@ -140,7 +140,7 @@
<property name="visible">True</property>
<property name="margin_right">18</property>
<property name="xalign">1</property>
<property name="uri">https://tails.boum.org/install/os/</property>
<property name="uri">https://tails.boum.org/install/</property>
</object>
<packing>
<property name="expand">False</property>
......@@ -206,7 +206,7 @@
<property name="always_show_image">True</property>
<property name="visible">True</property>
<property name="image">image_question</property>
<property name="uri">https://tails.boum.org/install/os/</property>
<property name="uri">https://tails.boum.org/install/</property>
</object>
<packing>
<property name="expand">False</property>
......
tails-installer (5.0.8+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Ulrike Uhlig <ulrike@debian.org> Thu, 28 Jun 2018 09:28:16 +0200
tails-installer (5.0.8+dfsg-0tails1) stable; urgency=medium
[ Ulrike Uhlig ]
* Drop dependency on e2fsprogs: it is an essential package.
* Link to updated installation instructions on the Tails website.
* Install AppData file in the correct location.
* Drop obsolete XS-Python-Version control field.
* Declare compatibility with Standards-Version 4.1.4.
[ intrigeri ]
* Import PO files from Transifex, update POT and PO files.
-- Tails developers <tails@boum.org> Mon, 25 Jun 2018 07:35:49 +0000
tails-installer (5.0.7+dfsg-1) unstable; urgency=medium
* New upstream release.
-- Ulrike Uhlig <ulrike@debian.org> Tue, 08 May 2018 13:07:21 +0200
tails-installer (5.0.7+dfsg-0tails1) stable; urgency=medium
[ intrigeri ]
* Rescan the device between setting partition flags and setting partition
type (refs: Tails#15432)
[ bertagaz ]
* Import PO files from Transifex, update POT and PO files.
-- bertagaz <bertagaz@ptitcanardnoir.org> Mon, 07 May 2018 20:05:56 +0200
tails-installer (5.0.6+dfsg-1) unstable; urgency=medium
* New upstream release.
......
......@@ -3,15 +3,14 @@ Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alio
Uploaders: Ulrike Uhlig <ulrike@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9.20120909~),
Build-Depends: debhelper (>= 10~),
pandoc,
python (>= 2.7.8),
python-distutils-extra,
desktop-file-utils,
gettext,
intltool
Standards-Version: 3.9.8
XS-Python-Version: >= 2.7
Standards-Version: 4.1.4
Homepage: https://tails.boum.org/
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/tails-installer.git
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/tails-installer
......@@ -21,7 +20,6 @@ Architecture: amd64 i386
Depends: ${misc:Depends},
${python:Depends},
dosfstools,
e2fsprogs,
gdisk,
genisoimage,
gir1.2-glib-2.0,
......
[DEFAULT]
upstream-branch = upstream/5.x+dfsg
debian-branch = debian/sid
debian-tag = debian/%(version)s
debian-branch = tails/master
debian-tag = tails/%(version)s
pristine-tar = True
......@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2016-09-24 16:39+0000\n"
"Last-Translator: Singapore Goldindor\n"
"Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/"
......@@ -131,11 +131,11 @@ msgid ""
msgstr ""
"بعض اقسام الجهاز المختار %(device)s مركبة. سيتم فكهم قبل بدء عملية التثبيت."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "نظام ملفات غير معرف. قد يحتاج جهازك إلى إعادة تشكيل."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "نظام ملفات غير مدعوم: %s"
......@@ -179,98 +179,98 @@ msgstr "تركيب %s موجود بعد إزالة الجهاز"
msgid "Partitioning device %(device)s"
msgstr "تقسيم الجهاز %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "هذا الجهاز غير مدعوم '%(device)s', الرجاء الابلاغ عن العطل."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "على أية حال سوف أحاول المتابعة."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "جاري التحقق من نظام الملفات"
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "غير قادر على تغيير عنوان القرص: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "تنصيب نظام الاقلاع ..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "إزالة ملفات %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s جاهز للأقلاع "
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "غير قادر على ايجاد تقسيمة القرص"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "يتم إعادة تشكيل جهاز %(device)s كنظام FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "إعادة ضبط سجل الإقلاع الرئيسي الخاص بـ %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "نوع القرص loopback ، سيتم تجاوز إعادة ضبط سجل الإقلاع الرئيسي"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "يتم حساب SHA1 الخاص بـ %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "مزامنة البيانات الموجودة على القرص ..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "خطأ بفحص الجهاز"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "غير قادر على العثور على أي جهاز مدعوم"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr "تأكد أن قرص الـ USB متصل بالجهاز وتم تشكيلة بنظام الملفات FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -279,18 +279,18 @@ msgstr ""
"نظام ملفات غير مدعوم: %s\n"
"الرجاء نسخ قرص USB نسخة احتياطية ثم تشكيلة بنظام الملفات FAT"
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"غير قادر علي الحصول علي Win32_LogicalDisk; win32com الطلب لم ينتج عنه أي "
"نتائج"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "لا يمكن العثور"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
#, fuzzy
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
......
......@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: liveusb-creator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-05-07 19:12+0200\n"
"PO-Revision-Date: 2009-03-21 00:50-0300\n"
"Last-Translator: Astur <malditoastur@gmail.com>\n"
"Language-Team: Fedora Asturian <alministradores@softastur.org>\n"
......@@ -112,14 +112,14 @@ msgid ""
"unmounted before starting the installation process."
msgstr ""
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
#, fuzzy
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"%s tien un sistema de ficheros desconocíu. El so preséu puede que necesite "
"formatiase."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Sistema de ficheros non sofitáu: %s"
......@@ -163,103 +163,103 @@ msgstr ""
msgid "Partitioning device %(device)s"
msgstr "Nun hai abondu espaciu llibre nel preséu."
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr ""
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Verificando sistema de ficheros..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, fuzzy, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Nun pudo montase'l preséu: %s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
#, fuzzy
msgid "Installing bootloader..."
msgstr "Configurando ya instalando el xestor d'arranque..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr ""
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr ""
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
#, fuzzy
msgid "Unable to find partition"
msgstr "Nun pudo alcontrase un SO live nel ISO"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr ""
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr ""
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr ""
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr ""
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr ""
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr ""
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
#, fuzzy
msgid "Unable to find any supported device"
msgstr "Nun pudo alcontrase denguna unidá removible"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Decátese de que la so unidá USB ta coneutada y formatiada col sistema de "
"ficheros FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -269,17 +269,17 @@ msgstr ""
"Por favor, fai copia de seguridá y da-y formatu al to discu USB col sistema "
"de ficheros FAT."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
#, fuzzy
msgid "Cannot find"
msgstr "Nun pudo alcontrase'l preséu %s"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
#, fuzzy
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2014-12-27 20:31+0000\n"
"Last-Translator: E <ehuseynzade@gmail.com>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/torproject/"
......@@ -119,12 +119,12 @@ msgstr ""
"%(device)s nişanlanmış ötürücünün bəzi bölmələri quraşdırılmışdır. "
"Qurşadırılma prosesi başlanmazdan əvvəl onlar geri quraşdırılacaqlar."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"Bilinməyən fayl sistemi. Cihazının yenidən formatlanmağa ehtiyacı ola bilər."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Dəstəklənməyən fayl sistemi: %s"
......@@ -171,100 +171,100 @@ msgstr "%s-in quraşdırılması quraşdırılmanın olmamasından sonra mövcud
msgid "Partitioning device %(device)s"
msgstr "%(device)s bölmə ötürücüsü"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Dəstəklənməyən '%(device)s' ötürücüsü, problemi mütləq bölüş."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Heç nəyə baxmayaraq davam etməyə cəhd edilir."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Fayl sisteminin yoxlanışı..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Səs səviyyəsinin dəyişilməsi uğursuzdur: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Yükləyicinin quraşdırılması..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "%(file)s xaric edilməsi"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s artıq yüklənəbiləndir"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Hər hansı bölmə tapılmır"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "%(device)s-ın FAT32 kimi formatlanması"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "%s üçün Master Yükləmə Qeydinin Sıfırlanması"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Ötürücüdə qısaqapanma var, MBR yenilənməsini ötürür"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "%s üçün SHA1 hesablanması"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Diskdəki məlumatın sinxronlaşdırılması..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Ötürücünün tədqiqat xətası"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Hər hansı dəstək ötürücüsü tapılmır"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"USB açarının FAT fayl sistemi ilə daxil edildiyindən və formatlandığından "
"əmin ol"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -273,17 +273,17 @@ msgstr ""
"Dəstəklənməyən fayl sistemi: %s\n"
"Lütfən USB açarını FAT fayl sistemi vasitəsilə arxivləşdirib formatla."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"Win32_LogicalDisk əldə edilə bilmir; win32com sorğusu heç bir nəticə vermədi"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Tapılmadı"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
#, fuzzy
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
......
......@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2017-11-11 03:09+0000\n"
"Last-Translator: carolyn <carolyn@anhalt.org>\n"
"Language-Team: Bulgarian (http://www.transifex.com/otf/torproject/language/"
......@@ -127,13 +127,13 @@ msgstr ""
"Някои дялове от целевото устройство %(device)s са монтирани.Те ще бъде "
"демонтирани, преди да започне процеса на инсталация."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"Неизвестна файлова система. Вашето устройство може да се наложи да се "
"преформатира."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Неподдържана файлова система: %s"
......@@ -178,98 +178,98 @@ msgstr "Монтира %s съществува след откачване"
msgid "Partitioning device %(device)s"
msgstr "Разделяне на устройство %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Неподдържано устройство '%(device)s', моля, съобщите за бъг."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Опитвайки да продължи така или иначе."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Проверка на файловата система ..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Невъзможно да промените етикета на обем: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Инсталиране на буутлоудър ..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "'%s' COM32 модулът не е открит"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Премахване на %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s вече зареждащ"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Не мога да намеря дял"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Форматиране %(device)s като FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "syslinux' gptmbr.bin не е открит"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Прочитане на изтегления MBR от %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "Неуспешно прочитане на изтегленият MBR от %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Възстановяване Master Boot Record of %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Устройство е примка,прескача нулиране на MBR"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Изчисляване на SHA1 за %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Синхронизиране на данните на диска ..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Грешка при сондиране устройство"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Не може да намери каквото и да е поддържано устройство"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr "Уверете се, че USB ключ е включен и форматирани с FAT файлова система"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -278,18 +278,18 @@ msgstr ""
"Неподдържана файлова система: %s⏎ Моля, направите резервно копие и "
"форматирате USB ключ с FAT файлова система."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"Не може да получи Win32_LogicalDisk; win32com заявка не върна никакви "
"резултати"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Не мога да намеря"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2017-11-19 09:59+0000\n"
"Last-Translator: Al Shahrior <shahrior3814@gmail.com>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/otf/torproject/"
......@@ -118,11 +118,11 @@ msgstr ""
"%(device)s ডিভাইসের কিছু পার্টিশন মাউন্ট করা হয়। ইনস্টলেশন প্রক্রিয়া আরম্ভ করার "
"পূর্বে তাদের আনমাউন্ট করা হবে।"
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "অজানা ফাইল সিস্টেম আপনার ডিভাইসের পুনরায় ফরম্যাট করা প্রয়োজন হতে পারে।"
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "অসমর্থিত ফাইল সিস্টেম: %s"
......@@ -166,100 +166,100 @@ msgstr "মাউন্ট %s আনমাউন্টিং পরে বিদ
msgid "Partitioning device %(device)s"
msgstr "বিভাজন ডিভাইস %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "অসমর্থিত ডিভাইস '%(device)s', একটি বাগ রিপোর্ট করুন."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "যাইহোক চালিয়ে যেতে চেষ্টা।"
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "ফাইল সিস্টেম যাচাই করা হচ্ছে ..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "ভলিউম লেবেল পরিবর্তন করতে অক্ষম: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "বুটলোডার ইনস্টল হচ্ছে ..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "'%s' COM32 মডিউল খুঁজে পাওয়া যায়নি"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "সরানো হচ্ছে %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s ইতিমধ্যে বুটযোগ্য "
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "পার্টিশন খুঁজে পাওয়া যায়নি"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "FAT32 হিসাবে %(device)s ফর্ম্যাটিং"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "Syslinux 'gptmbr.bin খুঁজে পাওয়া যায়নি"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "এফএফ থেকে এমবিআর সরানো পড়া %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "এক্সট্র্যাক্ট করা এমবিআর থেকে এক্সপিরিং করা যায়নি %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "মাস্টার বুট রেকর্ড পুনরায় সেট %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "ড্রাইভ একটি লুপব্যাক, MBR রিসেট স্কিপিং"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "%s SHA1 গণনা করা হচ্ছে"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "ডিস্কের ডেটা সিঙ্ক্রোনাইজ করা হচ্ছে ..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "ত্রুটি ডিভাইস অনুসন্ধান"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "কোন সমর্থিত ডিভাইস খুঁজে পাওয়া যায়নি"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"নিশ্চিত করুন যে আপনার USB কীটি প্লাগ ইন করা হয়েছে এবং FAT ফাইলসিস্টেম দিয়ে "
"ফর্ম্যাট করা হয়েছে"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -268,16 +268,16 @@ msgstr ""
"অসমর্থিত ফাইল সিস্টেম: %s\n"
"অনুগ্রহ করে ব্যাকআপ করুন এবং আপনার ইউএসবি কি ফ্যাট ফাইল সিস্টেমের সাথে ফরম্যাট করুন।"
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr "Win32_LogicalDisk পেতে অক্ষম; win32com ক্যোয়ারী কোন ফলাফল ফেরত দেয় নি"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "খুঁজে পাচ্ছি না"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-05-07 19:12+0200\n"
"PO-Revision-Date: 2009-11-06 23:29+0530\n"
"Last-Translator: sankarshan mukhopadhyay <sankarshan@fedoraproject.org>\n"
"Language-Team: anubad@lists.ankur.org.in\n"
......@@ -114,11 +114,11 @@ msgid ""
"unmounted before starting the installation process."
msgstr ""
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr ""
......@@ -162,115 +162,115 @@ msgstr ""
msgid "Partitioning device %(device)s"
msgstr ""
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr ""
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "ফাইলসিস্টেম যাচাই করা হচ্ছে..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr ""
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
#, fuzzy
msgid "Installing bootloader..."
msgstr "বুটলোডার কনফিগার ও ইনস্টল করা হচ্ছে..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr ""
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr ""
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr ""
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr ""
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr ""
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr ""
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr ""
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr ""
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr ""
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr ""
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
"Please backup and format your USB key with the FAT filesystem."
msgstr ""
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr ""
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: liveusb-creator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-05-07 19:12+0200\n"
"PO-Revision-Date: 2009-11-24 20:26+0100\n"
"Last-Translator: Arnes Arnautović <arnes99@gmail.com>\n"
"Language-Team: Bosnian <fedora-trans-bs@redhat.org>\n"
......@@ -116,13 +116,13 @@ msgid ""
"unmounted before starting the installation process."
msgstr ""
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
#, fuzzy
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"Nepoznat sistem datoteka za %s. Vaš uređaj bi se možda trebao reformatirati."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Nepodržan sistem datoteka: %s"
......@@ -166,103 +166,103 @@ msgstr ""
msgid "Partitioning device %(device)s"
msgstr "Nema dovoljno slobodnog prostora na uređaju."
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr ""
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Provjeravanje sistema datoteka..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, fuzzy, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Neuspjelo montiranje uređaja: %s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
#, fuzzy
msgid "Installing bootloader..."
msgstr "Podešavanje i instalacija bootloader-a..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr ""
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr ""
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
#, fuzzy
msgid "Unable to find partition"
msgstr "Neuspjelo pronalaženje LiveOS-a na ISO"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr ""
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr ""
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr ""
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr ""
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr ""
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr ""
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
#, fuzzy
msgid "Unable to find any supported device"
msgstr "Neuspjelo pronalaženje bilo kakvih odstranjivih uređaja"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Pobrinite se da je Vaš USB ključ priključen i formatiran sa FAT sistemom "
"datoteka"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -272,17 +272,17 @@ msgstr ""
"Molimo da sačuvate kopiju Vašeg USB ključa i da ga formatirate sa FAT "
"sistemom datoteka."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
#, fuzzy
msgid "Cannot find"
msgstr "Neuspjelo pronalaženje uređaja %s"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
#, fuzzy
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
......
......@@ -12,6 +12,7 @@
# Guillem Arias Fauste <inactive+Mr_SpeedArt@transifex.com>, 2015-2016
# josep constantí mata <iceberg.jcm@gmail.com>, 2015
# laia_, 2015-2016
# Miquel Bosch <m.bosch.sau@gmail.com>, 2018
# Pau Sellés i Garcia <pau.selles@josoc.cat>, 2013
# Vte A.F <viarfer3@inf.upv.es>, 2017
# F Xavier Castane <electromigracion@gmail.com>, 2013
......@@ -19,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"PO-Revision-Date: 2017-11-11 03:09+0000\n"
"Last-Translator: carolyn <carolyn@anhalt.org>\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2018-04-12 18:59+0000\n"
"Last-Translator: IDRASSI Mounir <mounir.idrassi@idrix.fr>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/"
"ca/)\n"
"Language: ca\n"
......@@ -130,11 +131,11 @@ msgstr ""
"Algunes particions del dispositiu de destinació %(device)s estan muntades. "
"Es desmuntaran abans de començar el procés d'instal·lació."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "El sistema de fitxers és desconegut. S'ha de formatar el dispositiu."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "El sistema de fitxers de %s no està suportat."
......@@ -142,7 +143,7 @@ msgstr "El sistema de fitxers de %s no està suportat."
#: ../tails_installer/creator.py:796
#, python-format
msgid "Unknown GLib exception while trying to mount device: %(message)s"
msgstr "Error desconegut de GLib mentre s'intentava montar: %(message)s"
msgstr "Error desconegut de GLib mentre s'intentava muntar: %(message)s"
#: ../tails_installer/creator.py:801
#, python-format
......@@ -178,102 +179,102 @@ msgstr "El punt de muntatge %s segueix existint després de desmuntar-lo"
msgid "Partitioning device %(device)s"
msgstr "Creant particions a %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
"El dispositiu '%(device)s' no és compatible, si us plau, informeu d'un error."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Provant de continuar de totes maneres."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Comprovant el sistema de fitxers..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "No s'ha pogut canviar l'etiqueta del volum: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Instal·lant el carregador de l'arrencada… "
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "No s'ha pogut trobar el mòdul COM32 '%s'"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Suprimint %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s ja pot arrencar"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "No s'ha pogut trobar la partició"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formatant %(device)s a FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "No s'ha pogut trobar syslinux' gptmbr.bin"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Llegint el MBR extret de %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "No s'ha pogut llegir el MBR extret de %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Reconfigurant el Master Boot Record de %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr ""
"La unitat és de tipus virtual de repetició, s'omet el reinici del MBR..."
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Calculant la suma de verificació SHA1 de %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Sincronitzant les dades del disc..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Error en verificar el dispositiu"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "No s'ha pogut trobar cap dispositiu compatible"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Assegureu-vos que la vostra clau USB estigui connectada i que tingui un "
"sistema de fitxers FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -282,18 +283,18 @@ msgstr ""
"El sistema de fitxers %s no està suportat\n"
"Deseu la informació i formateu la memòria USB amb un sistema de fitxers FAT."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"No s'ha pogut obtenir el Win32_LogicalDisk; la consulta win32com no ha donat "
"cap resultat"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "No s'ha pogut trobar"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......@@ -341,7 +342,7 @@ msgstr ""
#: ../tails_installer/gui.py:371
msgid "Tails Installer"
msgstr "Instalador de Tails"
msgstr "Instal·lador de Tails"
#: ../tails_installer/gui.py:420 ../data/tails-installer.ui.h:2
msgid "Clone the current Tails"
......@@ -366,15 +367,15 @@ msgstr "Dispositiu %(size)s%(vendor)s%(model)s (%(device)s)"
#: ../tails_installer/gui.py:492
msgid "No ISO image selected"
msgstr "No hi ha imatge d' ISO seleccionada"
msgstr "No hi ha seleccionada cap imatge ISO"
#: ../tails_installer/gui.py:493
msgid "Please select a Tails ISO image."
msgstr "Per favor, seleccioneu una imatge d' ISO de Tails."
msgstr "Per favor, seleccioneu una imatge ISO de Tails."
#: ../tails_installer/gui.py:537
msgid "No device suitable to install Tails could be found"
msgstr "No s'ha pogut trobar un dispositiu compatible per a instalar Tails."
msgstr "No s'ha pogut trobar un dispositiu compatible per a instal·lar Tails."
#: ../tails_installer/gui.py:539
#, python-format
......@@ -389,9 +390,9 @@ msgid ""
"manufacturer and Tails will fail to start on it. Please try installing on a "
"different model."
msgstr ""
"La memòria USB \"%(pretty_name)s\" està configurada com a no extraíble pel "
"propi fabricant i Tails no podrà executarse. Per favor, intenteu instalar-lo "
"en un model diferent."
"La memòria USB \"%(pretty_name)s\" està configurada com a no extraïble pel "
"propi fabricant i Tails no podrà executar-se. Per favor, intenteu instal·lar-"
"lo en un model diferent."
#: ../tails_installer/gui.py:583
#, python-format
......@@ -531,7 +532,7 @@ msgstr "'%s' no és un directori."
#: ../tails_installer/source.py:75
#, python-format
msgid "Skipping '%(filename)s'"
msgstr "Omitint '%(filename)s'"
msgstr "Ometent '%(filename)s'"
#: ../tails_installer/utils.py:44
#, python-format
......@@ -556,14 +557,14 @@ msgstr "Seleccioneu una distribució per a descarregar:"
#: ../data/tails-installer.ui.h:5
msgid "Target USB stick:"
msgstr "Memoria USB destí:"
msgstr "Memòria USB de destí:"
#: ../data/tails-installer.ui.h:6
msgid "Reinstall (delete all data)"
msgstr "Reinstal·lar (borrar tots els arxius)"
msgstr "Reinstal·lar (esborrar tots els arxius)"
#~ msgid "Setting up OLPC boot file..."
#~ msgstr "Configurant l'arxiu OLPC d'arrencada..."
#~ msgid "Installation was completed."
#~ msgstr "La instal·lació ha estat completada"
#~ msgstr "La instal·lació ha estat completada."
......@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2017-11-17 11:58+0000\n"
"Last-Translator: Michal Vašíček <michalvasicek@icloud.com>\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
......@@ -129,11 +129,11 @@ msgstr ""
"Některé oddíly, které jsou připojeny na cílovém zařízení %(device)s, budou "
"před zahájením procesu instalace odpojeny."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "Neznámý souborový systém. Vaše zařízení bude nutné zformátovat."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Nepodporovaný systém souborů: %s"
......@@ -177,100 +177,100 @@ msgstr "Připojení %s existuje po odpojení"
msgid "Partitioning device %(device)s"
msgstr "Vytváří se oddíly na zařízení %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Nepodporované zařízení '%(device)s', prosím nahlaste chybu"
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Snažím se pokračovat dál."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Ověřuji systém souborů..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Není možné změnit jmenovku svazku: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Instaluji bootloader..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "Nelze najít '%s' COM32 modul"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Odebírám %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s je bootovatelné"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Nemohu najít oddíl"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formátuji %(device)s jako FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "Nelze najít syslinux gptmbr.bin"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Čtení extrahované MBR z %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "Nelze načíst extrahované MBR z %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Resetuji hlavní bootovací záznam %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Zařízení je smyčka, přeskakuji resetování hlavního bootovacího záznamu"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Kalkuluji SHA1 %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Synchronizuji data na disk..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Chyba při snímání zařízení"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Nenalezeno žádné podporované zařízení."
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Ujistěte se, že váš USB disk je připojen a naformátován na systéme souborů "
"FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -279,16 +279,16 @@ msgstr ""
"Nepodporovaný systém souborů: %s\n"
"Prosím proveďte zálohu a naformátujte USB disk systémem souborů FAT."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr "Nemohu získat Win32_LogicalDisk; win32com výsledky"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Nemohu nalézt"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......
......@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2017-11-11 03:09+0000\n"
"Last-Translator: carolyn <carolyn@anhalt.org>\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/"
......@@ -129,11 +129,11 @@ msgstr ""
"Nogle partitioner på den valgte enhed %(device)s er i brug. De vil alle "
"blive skubbet ud før installationen starter."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "Ukendt filsystem. Din enhed skal måske formateres igen."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Filsystem understøttes ikke: %s"
......@@ -177,100 +177,100 @@ msgstr "Tilslutning %s eksisterer efter frakobling"
msgid "Partitioning device %(device)s"
msgstr "Partitionerer enheden %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Enheden \"%(device)s\" understøttes ikke. Rapportér venligst en fejl."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Prøver at forsætte alligevel."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Verificerer filsystem..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Kan ikke ændre drev-navn: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Installerer opstartsindlæser..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "Kunne ikke finde '%s' COM32-modulet"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Fjerner %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s er allerede i stand til at starte"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Kan ikke finde partition"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formatterer %(device)s som FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "Kunne ikke finde syslinux' gptmbr.bin"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Læser udtrukket MBR fra %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "Kunne ikke læse den udtrukne MBR fra %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Nulstiller Master Boot Record for %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Drevet er et loopback, springer nulstilling af MBR over"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Beregner SHA1 for %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Synkroniserer data på disk..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Fejl ved undersøgelse af enhed"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Kunne ikke finde nogen understøttede enheder"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Vær sikker på at din USB-nøgle er tilsluttet og formateret med FAT-"
"filsystemet"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -280,18 +280,18 @@ msgstr ""
"Foretag venligst en sikkerhedskopi og formatér din USB-nøgle med FAT-"
"filsystemet."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"Kan ikke få Win32_LogicalDisk; win32com forespørgslen returnerede ingen "
"resultater"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Kan ikke finde"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......
......@@ -31,7 +31,8 @@
# Sacro <Scion@T-Online.de>, 2013
# Sacro <Scion@T-Online.de>, 2012
# Sebastian Fiele <rawsta@rawsta.de>, 2017
# spriver <spriver@autistici.org>, 2015
# spriver, 2018
# spriver, 2015
# stefanf <inactive+stefanf@transifex.com>, 2015
# Tobias Bannert <tobannert@gmail.com>, 2013
# Tobias Bannert <tobannert@gmail.com>, 2013-2014
......@@ -43,9 +44,9 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"PO-Revision-Date: 2017-11-11 03:09+0000\n"
"Last-Translator: carolyn <carolyn@anhalt.org>\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2018-04-16 09:53+0000\n"
"Last-Translator: spriver\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/"
"de/)\n"
"Language: de\n"
......@@ -158,13 +159,13 @@ msgstr ""
"Einige Partitionen des Ziellaufwerks %(device)s sind eingehängt. Sie werden "
"ausgehängt, bevor die Installation beginnt."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"Unbekanntes Dateisystem. Eventuell muss das Speichermedium neu formatiert "
"werden."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Nicht unterstütztes Dateisystem: %s"
......@@ -209,101 +210,101 @@ msgstr "Mount %s existiert noch nach dem Aushängen"
msgid "Partitioning device %(device)s"
msgstr "Speichermedium %(device)s wird partitioniert"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
"Nicht unterstütztes Medium »%(device)s«, bitte melden Sie einen Fehler."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Es wird trotzdem versucht, fortzufahren."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Dateisystem wird überprüft …"
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Datenträgerbeschreibung konnte nicht geändert werden: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Bootloader wird installiert …"
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "COM32-Modul '%s' konnte nicht gefunden werden"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Entferne %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s bereits bootfähig"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Partition konnte nicht gefunden werden"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "%(device)s wird als FAT32 formatiert"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "gptmbr.bin von syslinux konne nicht gefunden werden"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Extrahierter MBR von %s wird gelesen"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "Extrahierter MBR aus %(path)s konnte nicht gelesen werden"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Master-Boot-Record von %s wird zurückgesetzt"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Das Laufwerk ist ein Loopback, MBR zurücksetzen wird übersprungen"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "SHA-1-Summe von %s wird errechnet"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Daten auf dem Datenträger werden synchronisiert…"
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Fehler beim Prüfen des Speichermediums"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Es wurde kein unterstütztes Speichermedium gefunden"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Stellen Sie sicher, dass Ihr USB-Medium eingesteckt und mit einem FAT-"
"Dateisystem formatiert ist"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -313,25 +314,24 @@ msgstr ""
"Bitte erstellen Sie eine Datensicherung und formatieren Sie Ihren USB-Stick "
"mit einem FAT-Dateisystem."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"Win32_LogicalDisk konnte nicht ermittelt werden; der win32com-Aufruf "
"lieferte keinerlei Resultate"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Kann nicht gefunden werden"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
msgstr ""
"Stellen Sie sicher, dass die gesamte ZIP-Datei des tails-"
"Installationsprogrammes extrahiert wurde, bevor Sie dieses Programm "
"ausführen."
"Stellen Sie sicher, dass die gesamte ZIP-Datei des tails-installer "
"extrahiert wurde, bevor Sie dieses Programm ausführen."
#: ../tails_installer/gui.py:69
#, python-format
......@@ -381,7 +381,7 @@ msgstr "Aktuelles Tails klonen"
#: ../tails_installer/gui.py:427 ../data/tails-installer.ui.h:3
msgid "Use a downloaded Tails ISO image"
msgstr "Heruntergeladenes Tails-ISO-Abbild verwenden"
msgstr "Heruntergeladenes Tails-ISO-Image verwenden"
#: ../tails_installer/gui.py:467
msgid "Upgrade"
......@@ -423,9 +423,9 @@ msgid ""
"manufacturer and Tails will fail to start on it. Please try installing on a "
"different model."
msgstr ""
"Der USB-Stick \"%(pretty_name)s\" wurde vom Herrsteller als nicht entfernbar "
"konfiguriert und somit würde Tails davon nicht starten. Bitte versuch es auf "
"einem anderen Moddel zu installiern."
"Der USB-Stick \"%(pretty_name)s\" wurde vom Hersteller als nicht entfernbar "
"konfiguriert und somit würde Tails nicht davon starten. Bitte versuchen Sie "
"es auf einem anderen Moddel zu installieren."
#: ../tails_installer/gui.py:583
#, python-format
......@@ -492,7 +492,7 @@ msgid ""
msgstr ""
"\n"
"\n"
"Der dauerhafte Speicher auf diesem USB-Stick bleibt erhalten."
"Der beständige Speicher auf diesem USB-Stick bleibt erhalten."
#: ../tails_installer/gui.py:769
#, python-format
......@@ -535,7 +535,7 @@ msgstr "%(filename)s ausgewählt"
#: ../tails_installer/source.py:28
msgid "Unable to find LiveOS on ISO"
msgstr "Kein LiveOS auf der ISO gefunden."
msgstr "Kein LiveOS auf der ISO gefunden"
#: ../tails_installer/source.py:34
#, python-format
......
......@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2016-03-21 16:31+0000\n"
"Last-Translator: metamec\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
......@@ -132,11 +132,11 @@ msgstr ""
"Κάποιες κατατμήσεις του δίσκου %(device)s είναι προσαρτημένες. Θα "
"αποσυνδεθούν πριν ξεκινήσει η διαδικασία εγκατάστασης."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "Άγνωστο σύστημα αρχείων. Η συσκευή μπορεί να χρειάζεται διαμόρφωση."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Μη υποστηριζόμενο σύστημα αρχείων: %s"
......@@ -182,101 +182,101 @@ msgstr "Η προσάρτηση %s παραμένει μετά την αποπρ
msgid "Partitioning device %(device)s"
msgstr "Κατάτμηση συσκευής %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
"Μη υποστηριζόμενη συσκευή '%(device)s', παρακαλούμε να αναφέρετε το σφάλμα."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Προσπάθεια να συνεχίσετε ούτως ή άλλως."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Έλεγχος συστήματος αρχείων..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Αδυναμία αλλαγής της ετικέτας του τόμου: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Εγκατάσταση φορτωτή εκκίνησης..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Απομακρύνονται τα %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s ήδη επανεκκινήσιμο"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Αδυναμία εντοπισμού κατάτμησης"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Η συσκευή %(device)s διαμορφώνεται ως FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Επαναφορά Master Boot Record στο %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Η συσκευή είναι loopback. Παρακάμπτεται η επαναφορά του MBR"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Υπολογισμός του SHA1 για το %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Γίνεται συγχρονισμός των δεδομένων δίσκου..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Σφάλμα κατά τον έλεγχο της συσκευής"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Δεν βρέθηκε συμβατή συσκευή"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Σιγουρευτείτε ότι το USB stick σας είναι συνδεδεμένο και διαμορφωμένο σε "
"σύστημα αρχείων FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -286,18 +286,18 @@ msgstr ""
"Παρακαλώ δημιουργείστε ένα αντίγραφο ασφαλείας και μορφοποιήστε τη συσκευή "
"USB σε σύστημα αρχείων FAT."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"Αδυναμία λήψης του Win32_LogicalDisk· η αναζήτηση του win32com δεν απέδωσε "
"αποτελέσματα"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Αδυναμία εύρεσης"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
#, fuzzy
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
......
......@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2017-12-23 01:41+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/otf/"
......@@ -124,11 +124,11 @@ msgstr ""
"Some partitions of the target device %(device)s are mounted. They will be "
"unmounted before starting the installation process."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "Unknown filesystem. Your device may need to be reformatted."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Unsupported filesystem: %s"
......@@ -172,99 +172,99 @@ msgstr "Mount %s exists after unmounting"
msgid "Partitioning device %(device)s"
msgstr "Partitioning device %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Unsupported device '%(device)s', please report a bug."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Trying to continue anyway."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Verifying filesystem..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Unable to change volume label: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Installing bootloader..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "Could not find the '%s' COM32 module"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Removing %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s already bootable"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Unable to find partition"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formatting %(device)s as FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "Could not find syslinux' gptmbr.bin"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Reading extracted MBR from %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "Could not read the extracted MBR from %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Resetting Master Boot Record of %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Drive is a loopback, skipping MBR reset"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Calculating the SHA1 of %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Synchronizing data on disk..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Error probing device"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "Unable to find any supported device"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -273,17 +273,17 @@ msgstr ""
"Unsupported filesystem: %s\n"
"Please backup and format your USB key with the FAT filesystem."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "Cannot find"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......
......@@ -22,9 +22,9 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"PO-Revision-Date: 2018-02-20 18:53+0000\n"
"Last-Translator: strel\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2018-05-03 08:48+0000\n"
"Last-Translator: Emma Peel\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/"
"es/)\n"
"Language: es\n"
......@@ -52,13 +52,13 @@ msgid ""
"There was a problem executing the following command: `%(command)s`.\n"
"A more detailed error log has been written to '%(filename)s'."
msgstr ""
"Hubo un problema ejecutando el siguiente comando: '%(command)s'. \n"
"Hubo un problema al ejecutar el siguiente comando: '%(command)s'. \n"
"Se ha escrito un registro de errores (log) más detallado en '%(filename)s'."
#: ../tails_installer/creator.py:316
msgid "Verifying SHA1 checksum of LiveCD image..."
msgstr ""
"Verificando el la suma de comprobación ('checksum') SHA1 de la imagen del CD "
"Verificando la suma de comprobación ('checksum') SHA1 de la imagen del CD "
"autoarrancable (LiveCD)... "
#: ../tails_installer/creator.py:320
......@@ -144,13 +144,13 @@ msgstr ""
"Algunas particiones del dispositivo destino %(device)s están montadas. Serán "
"desmontadas antes de iniciar el proceso de instalación."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"Sistema de ficheros desconocido. Tu dispositivo podría tener que ser "
"formateado."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "No se admite el sistema de archivos: %s"
......@@ -196,102 +196,102 @@ msgstr "El punto de montaje %s sigue existiendo tras desmontar "
msgid "Partitioning device %(device)s"
msgstr "Particionando el dispositivo %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Dispositivo '%(device)s' no soportado, por favor informa dell fallo."
msgstr "Dispositivo '%(device)s' no soportado, por favor informa del fallo."
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Tratando de continuar de cualquier manera."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Verificando el sistema de ficheros... "
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "No se pudo cambiar la etiqueta del volumen: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Instalando gestor de arranque (bootloader)... "
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "No se pudo encontrar el módulo '%s' COM32"
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Eliminando %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s ya es arrancable"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "Incapaz de encontrar la partición"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formateando %(device)s como FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr "No se pudo encontrar gptmbr.bin de syslinux"
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Leyendo extractos MBR desde %s"
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr "No se pudo leer el extracto MBR desde %(path)s"
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Restableciendo Master Boot Record de %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr ""
"La unidad es de tipo loopback (virtual, de bucle), omitiendo el "
"restablecimiento del MBR..."
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Calculando la suma de comprobación SHA1 de %s "
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Sincronizando datos en el disco... "
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Error probando el dispositivo "
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "No se pudo localizar dispositivo soportado alguno."
msgstr "No se pudo localizar ningún dispositivo soportado."
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Asegúrate de que tu memoria USB está conectada, y formateada con el sistema "
"de ficheros FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -301,18 +301,18 @@ msgstr ""
"Por favor, haz una copia de respaldo y formatea tu memoria USB con el "
"sistema de ficheros FAT."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"No fue posible obtener Win32_LogicalDisk; la petición win32com no devolvió "
"resultados"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "No se pudo encontrar"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
"program."
......@@ -393,7 +393,7 @@ msgstr "Por favor, selecciona una imagen ISO de Tails."
#: ../tails_installer/gui.py:537
msgid "No device suitable to install Tails could be found"
msgstr "No se puede encontrar ningún dispositivo adecuado para instalar Tails"
msgstr "No se encontró ningún dispositivo adecuado para instalar Tails"
#: ../tails_installer/gui.py:539
#, python-format
......@@ -410,7 +410,7 @@ msgid ""
"different model."
msgstr ""
"La memoria USB \"%(pretty_name)s\" está configurada como no extraíble por su "
"fabricante, y Tails no podrá iniciarse desde ella. Por favor, pruebe a "
"fabricante, y Tails no podrá iniciarse desde ella. Por favor, prueba a "
"instalar en un modelo distinto."
#: ../tails_installer/gui.py:583
......@@ -478,7 +478,7 @@ msgid ""
msgstr ""
"\n"
"\n"
"Se preservará el almacenamiento permanente de esta memoria USB."
"Se preservará el almacenamiento persistente de esta memoria USB."
#: ../tails_installer/gui.py:769
#, python-format
......@@ -559,7 +559,7 @@ msgid ""
"There was a problem executing `%s`.%s\n"
"%s"
msgstr ""
"Hubo un problema ejecutando `%s`.%s\n"
"Hubo un problema al ejecutar `%s`.%s\n"
"%s"
#: ../tails_installer/utils.py:124
......
......@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 15:02+0200\n"
"POT-Creation-Date: 2018-06-25 09:30+0200\n"
"PO-Revision-Date: 2017-05-13 00:49+0000\n"
"Last-Translator: Joaquín Serna\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/otf/torproject/"
......@@ -127,13 +127,13 @@ msgstr ""
"Algunas particiones del dispositivo de destino %(device)s están montadas y "
"serán desmontadas antes de comenzar con la instalación."
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:997
#: ../tails_installer/creator.py:775 ../tails_installer/creator.py:999
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr ""
"Sistema de archivos desconocido. Su dispositivo puede necesitar ser "
"reformateado."
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1000
#: ../tails_installer/creator.py:778 ../tails_installer/creator.py:1002
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Sistema de archivos no soportado: %s"
......@@ -178,102 +178,102 @@ msgstr "El punto de montaje %s sigue existiendo después del desmontado"
msgid "Partitioning device %(device)s"
msgstr "Particionando dispositivo %(device)s"
#: ../tails_installer/creator.py:982
#: ../tails_installer/creator.py:984
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr ""
"El dispositivo '%(device)s' no está soportado, por favor envíe un informe de "
"fallos"
#: ../tails_installer/creator.py:985
#: ../tails_installer/creator.py:987
msgid "Trying to continue anyway."
msgstr "Intentando continuar de todos modos."
#: ../tails_installer/creator.py:994 ../tails_installer/creator.py:1390
#: ../tails_installer/creator.py:996 ../tails_installer/creator.py:1392
msgid "Verifying filesystem..."
msgstr "Verificando el sistema de archivos..."
#: ../tails_installer/creator.py:1018
#: ../tails_installer/creator.py:1020
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "No se pudo cambiar la etiqueta del volumen: %(message)s"
#: ../tails_installer/creator.py:1023 ../tails_installer/creator.py:1423
#: ../tails_installer/creator.py:1025 ../tails_installer/creator.py:1425
msgid "Installing bootloader..."
msgstr "Instalando el gestor de arranque..."
#: ../tails_installer/creator.py:1050
#: ../tails_installer/creator.py:1052
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr ""
#: ../tails_installer/creator.py:1058 ../tails_installer/creator.py:1441
#: ../tails_installer/creator.py:1060 ../tails_installer/creator.py:1443
#, python-format
msgid "Removing %(file)s"
msgstr "Removiendo %(file)s"
#: ../tails_installer/creator.py:1172
#: ../tails_installer/creator.py:1174
#, python-format
msgid "%s already bootable"
msgstr "%s es arrancable"
#: ../tails_installer/creator.py:1192
#: ../tails_installer/creator.py:1194
msgid "Unable to find partition"
msgstr "No se encontró la partición"
#: ../tails_installer/creator.py:1215
#: ../tails_installer/creator.py:1217
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formateando %(device)s como FAT32"
#: ../tails_installer/creator.py:1275
#: ../tails_installer/creator.py:1277
msgid "Could not find syslinux' gptmbr.bin"
msgstr ""
#: ../tails_installer/creator.py:1288
#: ../tails_installer/creator.py:1290
#, python-format
msgid "Reading extracted MBR from %s"
msgstr ""
#: ../tails_installer/creator.py:1292
#: ../tails_installer/creator.py:1294
#, python-format
msgid "Could not read the extracted MBR from %(path)s"
msgstr ""
#: ../tails_installer/creator.py:1305 ../tails_installer/creator.py:1306
#: ../tails_installer/creator.py:1307 ../tails_installer/creator.py:1308
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Restableciendo Registro de Arranque Maestro de %s"
#: ../tails_installer/creator.py:1311
#: ../tails_installer/creator.py:1313
msgid "Drive is a loopback, skipping MBR reset"
msgstr "La unidad es virtual, omitiendo el restablecimiento del MBR"
#: ../tails_installer/creator.py:1315 ../tails_installer/creator.py:1569
#: ../tails_installer/creator.py:1317 ../tails_installer/creator.py:1571
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Calculando el SHA1 de %s"
#: ../tails_installer/creator.py:1340
#: ../tails_installer/creator.py:1342
msgid "Synchronizing data on disk..."
msgstr "Sincronizando datos en disco..."
#: ../tails_installer/creator.py:1382
#: ../tails_installer/creator.py:1384
msgid "Error probing device"
msgstr "Error al examinar el dispositivo"
#: ../tails_installer/creator.py:1384
#: ../tails_installer/creator.py:1386
msgid "Unable to find any supported device"
msgstr "No se encontraron dispositivos soportados"
#: ../tails_installer/creator.py:1394
#: ../tails_installer/creator.py:1396
msgid ""
"Make sure your USB key is plugged in and formatted with the FAT filesystem"
msgstr ""
"Asegúrese de que su dispositivo USB está conectado y formateado con un "
"sistema de archivos FAT"
#: ../tails_installer/creator.py:1397
#: ../tails_installer/creator.py:1399
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
......@@ -283,18 +283,18 @@ msgstr ""
"Haga un respaldo de los datos y formatee su dispositivo USB con un sistema "
"de archivos FAT."
#: ../tails_installer/creator.py:1464
#: ../tails_installer/creator.py:1466
msgid ""
"Unable to get Win32_LogicalDisk; win32com query did not return any results"
msgstr ""
"No se pudo obtener Win32_LogicalDisk; la consulta a win32com no retornó "
"ningún resultado"
#: ../tails_installer/creator.py:1517
#: ../tails_installer/creator.py:1519
msgid "Cannot find"
msgstr "No se encontró"
#: ../tails_installer/creator.py:1518
#: ../tails_installer/creator.py:1520
#, fuzzy
msgid ""
"Make sure to extract the entire tails-installer zip file before running this "
......