commit ab964fc0eeccfe5596f00e35bfa1ae11a421ad53 Author: Translation commit bot translation@torproject.org Date: Wed Oct 31 13:15:51 2018 +0000
Update translations for liveusb-creator --- nl/nl.po | 93 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 47 insertions(+), 46 deletions(-)
diff --git a/nl/nl.po b/nl/nl.po index 1e6ec8bc6..48c7da954 100644 --- a/nl/nl.po +++ b/nl/nl.po @@ -12,6 +12,7 @@ # Joren Vandeweyer jorenvandeweyer@gmail.com, 2017 # Richard E. van der Luit nippur@fedoraproject.org, 2012 # Shondoit Walker shondoit@gmail.com, 2013 +# Thinkwell, 2018 # Thomas van Voorst thomasv.voorst@hotmail.com, 2017 # Tjeerd transifex@syrion.net, 2013 # Tonko Mulder tonko@tonkomulder.nl, 2015 @@ -22,9 +23,9 @@ msgid "" msgstr "" "Project-Id-Version: Tor Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-17 13:11+0200\n" -"PO-Revision-Date: 2018-10-17 14:51+0000\n" -"Last-Translator: erinm\n" +"POT-Creation-Date: 2018-10-20 12:34+0200\n" +"PO-Revision-Date: 2018-10-31 13:15+0000\n" +"Last-Translator: Thinkwell\n" "Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)%5Cn" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -91,194 +92,194 @@ msgstr "Kan %(infile)s niet naar %(outfile)s kopiëren: %(message)s" msgid "Removing existing Live OS" msgstr "Bestaand Live OS verwijderen"
-#: ../tails_installer/creator.py:444 ../tails_installer/creator.py:456 +#: ../tails_installer/creator.py:444 ../tails_installer/creator.py:457 #, python-format msgid "Unable to chmod %(file)s: %(message)s" msgstr "Kan rechten op %(file)s niet aanpassen: %(message)s"
-#: ../tails_installer/creator.py:449 +#: ../tails_installer/creator.py:450 #, python-format msgid "Unable to remove file from previous LiveOS: %(message)s" msgstr "Kan bestand van vorige LiveOS niet verwijderen: %(message)s"
-#: ../tails_installer/creator.py:462 +#: ../tails_installer/creator.py:464 #, python-format msgid "Unable to remove directory from previous LiveOS: %(message)s" msgstr "Kan map van vorige LiveOS niet verwijderen: %(message)s"
-#: ../tails_installer/creator.py:510 +#: ../tails_installer/creator.py:512 #, python-format msgid "Cannot find device %s" msgstr "Kan apparaat %s niet vinden"
-#: ../tails_installer/creator.py:711 +#: ../tails_installer/creator.py:713 #, python-format msgid "Unable to write on %(device)s, skipping." msgstr "Niet in staat te schrijven naar %(device)s; wordt overgeslagen."
-#: ../tails_installer/creator.py:741 +#: ../tails_installer/creator.py:743 #, python-format msgid "" "Some partitions of the target device %(device)s are mounted. They will be " "unmounted before starting the installation process." msgstr "Sommige partities van het doelapparaat %(device)s zijn gekoppeld. Ze zullen ontkoppeld worden voordat het installatieproces wordt gestart."
-#: ../tails_installer/creator.py:784 ../tails_installer/creator.py:1008 +#: ../tails_installer/creator.py:786 ../tails_installer/creator.py:1010 msgid "Unknown filesystem. Your device may need to be reformatted." msgstr "Onbekend bestandssysteem. Het apparaat moet mogelijk opnieuw geformatteerd worden."
-#: ../tails_installer/creator.py:787 ../tails_installer/creator.py:1011 +#: ../tails_installer/creator.py:789 ../tails_installer/creator.py:1013 #, python-format msgid "Unsupported filesystem: %s" msgstr "Bestandssysteem niet ondersteund: %s"
-#: ../tails_installer/creator.py:805 +#: ../tails_installer/creator.py:807 #, python-format msgid "Unknown GLib exception while trying to mount device: %(message)s" msgstr "Onbekende GLib uitzondering bij het mounten van apparaat: %(message)s"
-#: ../tails_installer/creator.py:810 +#: ../tails_installer/creator.py:812 #, python-format msgid "Unable to mount device: %(message)s" msgstr "Kan apparaat niet aankoppelen: %(message)s"
-#: ../tails_installer/creator.py:815 +#: ../tails_installer/creator.py:817 msgid "No mount points found" msgstr "Geen aankoppelpunten gevonden"
-#: ../tails_installer/creator.py:826 +#: ../tails_installer/creator.py:828 #, python-format msgid "Entering unmount_device for '%(device)s'" msgstr "Unmount_device voor '%(device)s' binnengaan"
-#: ../tails_installer/creator.py:836 +#: ../tails_installer/creator.py:838 #, python-format msgid "Unmounting mounted filesystems on '%(device)s'" msgstr "Aangekoppeld bestandssysteem op '%(device)s' afkoppelen"
-#: ../tails_installer/creator.py:840 +#: ../tails_installer/creator.py:842 #, python-format msgid "Unmounting '%(udi)s' on '%(device)s'" msgstr "'%(udi)s' op '%(device)s' afkoppelen"
-#: ../tails_installer/creator.py:851 +#: ../tails_installer/creator.py:853 #, python-format msgid "Mount %s exists after unmounting" msgstr "Aankoppeling %s bestaat na afkoppeling"
-#: ../tails_installer/creator.py:864 +#: ../tails_installer/creator.py:866 #, python-format msgid "Partitioning device %(device)s" msgstr "Partitioneren van apparaat %(device)s"
-#: ../tails_installer/creator.py:993 +#: ../tails_installer/creator.py:995 #, python-format msgid "Unsupported device '%(device)s', please report a bug." msgstr "Niet-ondersteund apparaat '%(device)s', rapporteer alstublieft een bug."
-#: ../tails_installer/creator.py:996 +#: ../tails_installer/creator.py:998 msgid "Trying to continue anyway." msgstr "Proberen om toch door te gaan."
-#: ../tails_installer/creator.py:1005 ../tails_installer/creator.py:1401 +#: ../tails_installer/creator.py:1007 ../tails_installer/creator.py:1405 msgid "Verifying filesystem..." msgstr "Bestandssysteem verifiëren..."
-#: ../tails_installer/creator.py:1029 +#: ../tails_installer/creator.py:1031 #, python-format msgid "Unable to change volume label: %(message)s" msgstr "Niet in staat volumelabel te veranderen: %(message)s"
-#: ../tails_installer/creator.py:1034 ../tails_installer/creator.py:1434 +#: ../tails_installer/creator.py:1037 ../tails_installer/creator.py:1440 msgid "Installing bootloader..." msgstr "Bootloader installeren..."
-#: ../tails_installer/creator.py:1061 +#: ../tails_installer/creator.py:1064 #, python-format msgid "Could not find the '%s' COM32 module" msgstr "Kon de '%s' COM32 module niet vinden"
-#: ../tails_installer/creator.py:1069 ../tails_installer/creator.py:1452 +#: ../tails_installer/creator.py:1072 ../tails_installer/creator.py:1458 #, python-format msgid "Removing %(file)s" msgstr "%(file)s verwijderen"
-#: ../tails_installer/creator.py:1183 +#: ../tails_installer/creator.py:1186 #, python-format msgid "%s already bootable" msgstr "%s is al bootable"
-#: ../tails_installer/creator.py:1203 +#: ../tails_installer/creator.py:1206 msgid "Unable to find partition" msgstr "Kan geen partitie vinden"
-#: ../tails_installer/creator.py:1226 +#: ../tails_installer/creator.py:1229 #, python-format msgid "Formatting %(device)s as FAT32" msgstr "%(device)s als FAT32 formatteren"
-#: ../tails_installer/creator.py:1286 +#: ../tails_installer/creator.py:1289 msgid "Could not find syslinux' gptmbr.bin" msgstr "Kon syslinux' gptmbr.bin niet vinden"
-#: ../tails_installer/creator.py:1299 +#: ../tails_installer/creator.py:1302 #, python-format msgid "Reading extracted MBR from %s" msgstr "Lezen van uitgepakte MBR van %s"
-#: ../tails_installer/creator.py:1303 +#: ../tails_installer/creator.py:1306 #, python-format msgid "Could not read the extracted MBR from %(path)s" msgstr "Het uitgepakte MBR van %(path)s kon niet gelezen worden."
-#: ../tails_installer/creator.py:1316 ../tails_installer/creator.py:1317 +#: ../tails_installer/creator.py:1319 ../tails_installer/creator.py:1320 #, python-format msgid "Resetting Master Boot Record of %s" msgstr "Master Boot Record van %s resetten"
-#: ../tails_installer/creator.py:1322 +#: ../tails_installer/creator.py:1325 msgid "Drive is a loopback, skipping MBR reset" msgstr "Station is een loopback, MBR-reset wordt overgeslagen"
-#: ../tails_installer/creator.py:1326 ../tails_installer/creator.py:1580 +#: ../tails_installer/creator.py:1329 ../tails_installer/creator.py:1589 #, python-format msgid "Calculating the SHA1 of %s" msgstr "SHA1 berekenen van %s"
-#: ../tails_installer/creator.py:1351 +#: ../tails_installer/creator.py:1354 msgid "Synchronizing data on disk..." msgstr "Data synchroniseren op schijf..."
-#: ../tails_installer/creator.py:1393 +#: ../tails_installer/creator.py:1397 msgid "Error probing device" msgstr "Fout bij proben apparaat"
-#: ../tails_installer/creator.py:1395 +#: ../tails_installer/creator.py:1399 msgid "Unable to find any supported device" msgstr "Niet in staat ondersteunde apparaten te vinden"
-#: ../tails_installer/creator.py:1405 +#: ../tails_installer/creator.py:1409 msgid "" "Make sure your USB key is plugged in and formatted with the FAT filesystem" msgstr "Verzeker je ervan dat jouw USB-stick is aangesloten en geformatteerd met het FAT bestandssysteem"
-#: ../tails_installer/creator.py:1408 +#: ../tails_installer/creator.py:1412 #, python-format msgid "" "Unsupported filesystem: %s\n" "Please backup and format your USB key with the FAT filesystem." msgstr "Niet ondersteund bestandssysteem: %s\nMaak een back-up en formatteer jouw USB stick met het FAT bestandssysteem."
-#: ../tails_installer/creator.py:1475 +#: ../tails_installer/creator.py:1481 msgid "" "Unable to get Win32_LogicalDisk; win32com query did not return any results" msgstr "Niet in staat Win32_LogicalDisk te verkrijgen; win32com query gaf geen zoekresultaat"
-#: ../tails_installer/creator.py:1528 +#: ../tails_installer/creator.py:1536 msgid "Cannot find" msgstr "Niet gevonden"
-#: ../tails_installer/creator.py:1529 +#: ../tails_installer/creator.py:1537 msgid "" "Make sure to extract the entire tails-installer zip file before running this" " program." @@ -330,11 +331,11 @@ msgstr "Gebruik een gedownloade Tails ISO image"
#: ../tails_installer/gui.py:467 ../tails_installer/gui.py:788 msgid "Upgrade" -msgstr "Upgrade" +msgstr "Bijwerken"
#: ../tails_installer/gui.py:469 msgid "Manual Upgrade Instructions" -msgstr "" +msgstr "Instructies voor handmatig bijwerken"
#: ../tails_installer/gui.py:471 msgid "https://tails.boum.org/upgrade/" @@ -395,7 +396,7 @@ msgstr "Het toestel "%(pretty_name)s" is te klein om Tails te installeren (hie msgid "" "To upgrade device "%(pretty_name)s" from this Tails, you need to use a downloaded Tails ISO image:\n" "https://tails.boum.org/install/download" -msgstr "" +msgstr "Om het apparaat "%(pretty_name)s" vanuit deze Tails bij te werken, moet je gebruik maken van een gedownload Tails ISO-image:\nhttps://tails.boum.org/install/download"
#: ../tails_installer/gui.py:625 msgid "An error happened while installing Tails"
tor-commits@lists.torproject.org