[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed
commit 6b79dbf35b25946cd391cf81e5edc639838cb42d
Author: Translation commit bot <translation@xxxxxxxxxxxxxx>
Date: Thu Sep 14 14:17:10 2017 +0000
Update translations for liveusb-creator_completed
---
templates/liveusb-creator.pot | 244 +++++++++++++++++++++---------------------
1 file changed, 122 insertions(+), 122 deletions(-)
diff --git a/templates/liveusb-creator.pot b/templates/liveusb-creator.pot
index ce45affbb..fe5fb6b4f 100644
--- a/templates/liveusb-creator.pot
+++ b/templates/liveusb-creator.pot
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-06-09 17:50+0200\n"
-"PO-Revision-Date: 2017-06-10 01:55+0000\n"
+"POT-Creation-Date: 2017-09-14 14:52+0200\n"
+"PO-Revision-Date: 2017-09-14 13:47+0000\n"
"Last-Translator: carolyn <carolyn@xxxxxxxxxx>\n"
"Language-Team: English (http://www.transifex.com/otf/torproject/language/en/)\n"
"MIME-Version: 1.0\n"
@@ -17,262 +17,262 @@ msgstr ""
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../tails_installer/creator.py:100
+#: ../tails_installer/creator.py:101
msgid "You must run this application as root"
msgstr "You must run this application as root"
-#: ../tails_installer/creator.py:146
+#: ../tails_installer/creator.py:147
msgid "Extracting live image to the target device..."
msgstr "Extracting live image to the target device..."
-#: ../tails_installer/creator.py:153
+#: ../tails_installer/creator.py:154
#, python-format
msgid "Wrote to device at %(speed)d MB/sec"
msgstr "Wrote to device at %(speed)d MB/sec"
-#: ../tails_installer/creator.py:183
+#: ../tails_installer/creator.py:184
msgid "Setting up OLPC boot file..."
msgstr "Setting up OLPC boot file..."
-#: ../tails_installer/creator.py:302
+#: ../tails_installer/creator.py:321
#, python-format
msgid ""
"There was a problem executing the following command: `%(command)s`.\n"
"A more detailed error log has been written to '%(filename)s'."
msgstr "There was a problem executing the following command: `%(command)s`.\nA more detailed error log has been written to '%(filename)s'."
-#: ../tails_installer/creator.py:321
+#: ../tails_installer/creator.py:340
msgid "Verifying SHA1 checksum of LiveCD image..."
msgstr "Verifying SHA1 checksum of LiveCD image..."
-#: ../tails_installer/creator.py:325
+#: ../tails_installer/creator.py:344
msgid "Verifying SHA256 checksum of LiveCD image..."
msgstr "Verifying SHA256 checksum of LiveCD image..."
-#: ../tails_installer/creator.py:341
+#: ../tails_installer/creator.py:360
msgid ""
"Error: The SHA1 of your Live CD is invalid. You can run this program with "
"the --noverify argument to bypass this verification check."
msgstr "Error: The SHA1 of your Live CD is invalid. You can run this program with the --noverify argument to bypass this verification check."
-#: ../tails_installer/creator.py:347
+#: ../tails_installer/creator.py:366
msgid "Unknown ISO, skipping checksum verification"
msgstr "Unknown ISO, skipping checksum verification"
-#: ../tails_installer/creator.py:358
+#: ../tails_installer/creator.py:377
#, python-format
msgid ""
"Not enough free space on device.\n"
"%dMB ISO + %dMB overlay > %dMB free space"
msgstr "Not enough free space on device.\n%dMB ISO + %dMB overlay > %dMB free space"
-#: ../tails_installer/creator.py:365
+#: ../tails_installer/creator.py:384
#, python-format
msgid "Creating %sMB persistent overlay"
msgstr "Creating %sMB persistent overlay"
-#: ../tails_installer/creator.py:426
+#: ../tails_installer/creator.py:445
#, python-format
msgid "Unable to copy %(infile)s to %(outfile)s: %(message)s"
msgstr "Unable to copy %(infile)s to %(outfile)s: %(message)s"
-#: ../tails_installer/creator.py:440
+#: ../tails_installer/creator.py:459
msgid "Removing existing Live OS"
msgstr "Removing existing Live OS"
-#: ../tails_installer/creator.py:449 ../tails_installer/creator.py:460
+#: ../tails_installer/creator.py:468 ../tails_installer/creator.py:479
#, python-format
msgid "Unable to chmod %(file)s: %(message)s"
msgstr "Unable to chmod %(file)s: %(message)s"
-#: ../tails_installer/creator.py:453
+#: ../tails_installer/creator.py:472
#, python-format
msgid "Unable to remove file from previous LiveOS: %(message)s"
msgstr "Unable to remove file from previous LiveOS: %(message)s"
-#: ../tails_installer/creator.py:465
+#: ../tails_installer/creator.py:484
#, python-format
msgid "Unable to remove directory from previous LiveOS: %(message)s"
msgstr "Unable to remove directory from previous LiveOS: %(message)s"
-#: ../tails_installer/creator.py:513
+#: ../tails_installer/creator.py:532
#, python-format
msgid "Cannot find device %s"
msgstr "Cannot find device %s"
-#: ../tails_installer/creator.py:678
+#: ../tails_installer/creator.py:699
#, python-format
msgid "Unable to write on %(device)s, skipping."
msgstr "Unable to write on %(device)s, skipping."
-#: ../tails_installer/creator.py:697
+#: ../tails_installer/creator.py:719
#, python-format
msgid ""
"Some partitions of the target device %(device)s are mounted. They will be "
"unmounted before starting the installation process."
msgstr "Some partitions of the target device %(device)s are mounted. They will be unmounted before starting the installation process."
-#: ../tails_installer/creator.py:740 ../tails_installer/creator.py:964
+#: ../tails_installer/creator.py:762 ../tails_installer/creator.py:986
msgid "Unknown filesystem. Your device may need to be reformatted."
msgstr "Unknown filesystem. Your device may need to be reformatted."
-#: ../tails_installer/creator.py:743 ../tails_installer/creator.py:967
+#: ../tails_installer/creator.py:765 ../tails_installer/creator.py:989
#, python-format
msgid "Unsupported filesystem: %s"
msgstr "Unsupported filesystem: %s"
-#: ../tails_installer/creator.py:760
+#: ../tails_installer/creator.py:782
#, python-format
msgid "Unknown GLib exception while trying to mount device: %(message)s"
msgstr "Unknown GLib exception while trying to mount device: %(message)s"
-#: ../tails_installer/creator.py:764
+#: ../tails_installer/creator.py:786
#, python-format
msgid "Unable to mount device: %(message)s"
msgstr "Unable to mount device: %(message)s"
-#: ../tails_installer/creator.py:769
+#: ../tails_installer/creator.py:791
msgid "No mount points found"
msgstr "No mount points found"
-#: ../tails_installer/creator.py:780
+#: ../tails_installer/creator.py:802
#, python-format
msgid "Entering unmount_device for '%(device)s'"
msgstr "Entering unmount_device for '%(device)s'"
-#: ../tails_installer/creator.py:790
+#: ../tails_installer/creator.py:812
#, python-format
msgid "Unmounting mounted filesystems on '%(device)s'"
msgstr "Unmounting mounted filesystems on '%(device)s'"
-#: ../tails_installer/creator.py:794
+#: ../tails_installer/creator.py:816
#, python-format
msgid "Unmounting '%(udi)s' on '%(device)s'"
msgstr "Unmounting '%(udi)s' on '%(device)s'"
-#: ../tails_installer/creator.py:804
+#: ../tails_installer/creator.py:826
#, python-format
msgid "Mount %s exists after unmounting"
msgstr "Mount %s exists after unmounting"
-#: ../tails_installer/creator.py:817
+#: ../tails_installer/creator.py:839
#, python-format
msgid "Partitioning device %(device)s"
msgstr "Partitioning device %(device)s"
-#: ../tails_installer/creator.py:895
+#: ../tails_installer/creator.py:917
#, python-format
msgid "Updating properties of system partition %(system_partition)s"
msgstr "Updating properties of system partition %(system_partition)s"
-#: ../tails_installer/creator.py:949
+#: ../tails_installer/creator.py:971
#, python-format
msgid "Unsupported device '%(device)s', please report a bug."
msgstr "Unsupported device '%(device)s', please report a bug."
-#: ../tails_installer/creator.py:952
+#: ../tails_installer/creator.py:974
msgid "Trying to continue anyway."
msgstr "Trying to continue anyway."
-#: ../tails_installer/creator.py:961 ../tails_installer/creator.py:1354
+#: ../tails_installer/creator.py:983 ../tails_installer/creator.py:1376
msgid "Verifying filesystem..."
msgstr "Verifying filesystem..."
-#: ../tails_installer/creator.py:985
+#: ../tails_installer/creator.py:1007
#, python-format
msgid "Unable to change volume label: %(message)s"
msgstr "Unable to change volume label: %(message)s"
-#: ../tails_installer/creator.py:990 ../tails_installer/creator.py:1387
+#: ../tails_installer/creator.py:1012 ../tails_installer/creator.py:1409
msgid "Installing bootloader..."
msgstr "Installing bootloader..."
-#: ../tails_installer/creator.py:1016
+#: ../tails_installer/creator.py:1038
#, python-format
msgid "Could not find the '%s' COM32 module"
msgstr "Could not find the '%s' COM32 module"
-#: ../tails_installer/creator.py:1024 ../tails_installer/creator.py:1405
+#: ../tails_installer/creator.py:1046 ../tails_installer/creator.py:1427
#, python-format
msgid "Removing %(file)s"
msgstr "Removing %(file)s"
-#: ../tails_installer/creator.py:1136
+#: ../tails_installer/creator.py:1158
#, python-format
msgid "%s already bootable"
msgstr "%s already bootable"
-#: ../tails_installer/creator.py:1156
+#: ../tails_installer/creator.py:1178
msgid "Unable to find partition"
msgstr "Unable to find partition"
-#: ../tails_installer/creator.py:1179
+#: ../tails_installer/creator.py:1201
#, python-format
msgid "Formatting %(device)s as FAT32"
msgstr "Formatting %(device)s as FAT32"
-#: ../tails_installer/creator.py:1239
+#: ../tails_installer/creator.py:1261
msgid "Could not find syslinux' gptmbr.bin"
msgstr "Could not find syslinux' gptmbr.bin"
-#: ../tails_installer/creator.py:1252
+#: ../tails_installer/creator.py:1274
#, python-format
msgid "Reading extracted MBR from %s"
msgstr "Reading extracted MBR from %s"
-#: ../tails_installer/creator.py:1256
+#: ../tails_installer/creator.py:1278
#, 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:1269 ../tails_installer/creator.py:1270
+#: ../tails_installer/creator.py:1291 ../tails_installer/creator.py:1292
#, python-format
msgid "Resetting Master Boot Record of %s"
msgstr "Resetting Master Boot Record of %s"
-#: ../tails_installer/creator.py:1275
+#: ../tails_installer/creator.py:1297
msgid "Drive is a loopback, skipping MBR reset"
msgstr "Drive is a loopback, skipping MBR reset"
-#: ../tails_installer/creator.py:1279 ../tails_installer/creator.py:1533
+#: ../tails_installer/creator.py:1301 ../tails_installer/creator.py:1555
#, python-format
msgid "Calculating the SHA1 of %s"
msgstr "Calculating the SHA1 of %s"
-#: ../tails_installer/creator.py:1304
+#: ../tails_installer/creator.py:1326
msgid "Synchronizing data on disk..."
msgstr "Synchronizing data on disk..."
-#: ../tails_installer/creator.py:1346
+#: ../tails_installer/creator.py:1368
msgid "Error probing device"
msgstr "Error probing device"
-#: ../tails_installer/creator.py:1348
+#: ../tails_installer/creator.py:1370
msgid "Unable to find any supported device"
msgstr "Unable to find any supported device"
-#: ../tails_installer/creator.py:1358
+#: ../tails_installer/creator.py:1380
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:1361
+#: ../tails_installer/creator.py:1383
#, python-format
msgid ""
"Unsupported filesystem: %s\n"
"Please backup and format your USB key with the FAT filesystem."
msgstr "Unsupported filesystem: %s\nPlease backup and format your USB key with the FAT filesystem."
-#: ../tails_installer/creator.py:1428
+#: ../tails_installer/creator.py:1450
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:1481
+#: ../tails_installer/creator.py:1503
msgid "Cannot find"
msgstr "Cannot find"
-#: ../tails_installer/creator.py:1482
+#: ../tails_installer/creator.py:1504
msgid ""
"Make sure to extract the entire tails-installer zip file before running this"
" program."
@@ -288,52 +288,55 @@ msgstr "Unknown release: %s"
msgid "Downloading %s..."
msgstr "Downloading %s..."
-#: ../tails_installer/gui.py:204
+#: ../tails_installer/gui.py:209
msgid ""
"Error: Cannot set the label or obtain the UUID of your device. Unable to "
"continue."
msgstr "Error: Cannot set the label or obtain the UUID of your device. Unable to continue."
-#: ../tails_installer/gui.py:253
+#: ../tails_installer/gui.py:258
#, python-format
msgid "Installation complete! (%s)"
msgstr "Installation complete! (%s)"
-#: ../tails_installer/gui.py:258
+#: ../tails_installer/gui.py:263
msgid "Tails installation failed!"
msgstr "Tails installation failed!"
-#: ../tails_installer/gui.py:353
+#: ../tails_installer/gui.py:364
msgid ""
"Warning: This tool needs to be run as an Administrator. To do this, right "
"click on the icon and open the Properties. Under the Compatibility tab, "
"check the \"Run this program as an administrator\" box."
msgstr "Warning: This tool needs to be run as an Administrator. To do this, right click on the icon and open the Properties. Under the Compatibility tab, check the \"Run this program as an administrator\" box."
-#: ../tails_installer/gui.py:365 ../tails_installer/launcher.py:31
+#: ../tails_installer/gui.py:376 ../tails_installer/launcher.py:31
msgid "Tails Installer"
msgstr "Tails Installer"
-#: ../tails_installer/gui.py:440
+#: ../tails_installer/gui.py:473
+#, python-format
+msgid "%(size)s %(vendor)s %(model)s device (%(device)s)"
+msgstr "%(size)s %(vendor)s %(model)s device (%(device)s)"
+
+#: ../tails_installer/gui.py:484
+msgid "No ISO image selected"
+msgstr "No ISO image selected"
+
+#: ../tails_installer/gui.py:485
+msgid "Please select a Tails ISO image."
+msgstr "Please select a Tails ISO image."
+
+#: ../tails_installer/gui.py:524
msgid "No device suitable to install Tails could be found"
msgstr "No device suitable to install Tails could be found"
-#: ../tails_installer/gui.py:442
+#: ../tails_installer/gui.py:526
#, python-format
msgid "Please plug a USB flash drive or SD card of at least %0.1f GB."
msgstr "Please plug a USB flash drive or SD card of at least %0.1f GB."
-#: ../tails_installer/gui.py:474
-#, python-format
-msgid "%(size)s %(label)s"
-msgstr "%(size)s %(label)s"
-
-#: ../tails_installer/gui.py:480
-#, python-format
-msgid "%(vendor)s %(model)s (%(details)s) - %(device)s"
-msgstr "%(vendor)s %(model)s (%(details)s) - %(device)s"
-
-#: ../tails_installer/gui.py:488
+#: ../tails_installer/gui.py:560
#, python-format
msgid ""
"The USB stick \"%(pretty_name)s\" is configured as non-removable by its "
@@ -341,97 +344,82 @@ msgid ""
"different model."
msgstr "The USB stick \"%(pretty_name)s\" is configured as non-removable by its manufacturer and Tails will fail to start on it. Please try installing on a different model."
-#: ../tails_installer/gui.py:498
+#: ../tails_installer/gui.py:570
#, python-format
msgid ""
"The device \"%(pretty_name)s\" is too small to install Tails (at least "
"%(size)s GB is required)."
msgstr "The device \"%(pretty_name)s\" is too small to install Tails (at least %(size)s GB is required)."
-#: ../tails_installer/gui.py:511
-msgid "\"Install by cloning\""
-msgstr "\"Install by cloning\""
-
-#: ../tails_installer/gui.py:513
-msgid "\"Install from ISO\""
-msgstr "\"Install from ISO\""
-
-#: ../tails_installer/gui.py:514
-#, python-format
-msgid ""
-"It is impossible to upgrade the device %(pretty_name)s because it was not "
-"created using Tails Installer. You should instead use %(action)s to upgrade "
-"Tails on this device."
-msgstr "It is impossible to upgrade the device %(pretty_name)s because it was not created using Tails Installer. You should instead use %(action)s to upgrade Tails on this device."
-
-#: ../tails_installer/gui.py:533
+#: ../tails_installer/gui.py:592
msgid "An error happened while installing Tails"
msgstr "An error happened while installing Tails"
-#: ../tails_installer/gui.py:545
+#: ../tails_installer/gui.py:604
msgid "Refreshing releases..."
msgstr "Refreshing releases..."
-#: ../tails_installer/gui.py:550
+#: ../tails_installer/gui.py:609
msgid "Releases updated!"
msgstr "Releases updated!"
-#: ../tails_installer/gui.py:589
+#: ../tails_installer/gui.py:651
msgid "Installation complete!"
msgstr "Installation complete!"
-#: ../tails_installer/gui.py:590
+#: ../tails_installer/gui.py:652
msgid "Installation was completed."
msgstr "Installation was completed."
-#: ../tails_installer/gui.py:635
+#: ../tails_installer/gui.py:701
msgid "Unable to mount device"
msgstr "Unable to mount device"
-#: ../tails_installer/gui.py:642 ../tails_installer/gui.py:670
-msgid "Please confirm your device selection"
-msgstr "Please confirm your device selection"
+#: ../tails_installer/gui.py:708 ../tails_installer/gui.py:736
+msgid "Confirm the target USB stick"
+msgstr "Confirm the target USB stick"
-#: ../tails_installer/gui.py:643
+#: ../tails_installer/gui.py:709
#, python-format
msgid ""
-"You are going to install Tails on the %(size)s %(vendor)s %(model)s device "
-"(%(device)s). All data on the selected device will be lost. Continue?"
-msgstr "You are going to install Tails on the %(size)s %(vendor)s %(model)s device (%(device)s). All data on the selected device will be lost. Continue?"
+"%(size)s %(vendor)s %(model)s device (%(device)s)\n"
+"\n"
+"All data on this USB stick will be lost."
+msgstr "%(size)s %(vendor)s %(model)s device (%(device)s)\n\nAll data on this USB stick will be lost."
-#: ../tails_installer/gui.py:660
+#: ../tails_installer/gui.py:728
#, python-format
msgid ""
-"You are going to upgrade Tails on the %(parent_size)s %(vendor)s %(model)s "
-"device (%(device)s). Any persistent volume on this device will remain "
-"unchanged. Continue?"
-msgstr "You are going to upgrade Tails on the %(parent_size)s %(vendor)s %(model)s device (%(device)s). Any persistent volume on this device will remain unchanged. Continue?"
+"%(vendor)s %(model)s device (%(device)s)\n"
+"\n"
+"%(persistence_message)s"
+msgstr "%(vendor)s %(model)s device (%(device)s)\n\n%(persistence_message)s"
-#: ../tails_installer/gui.py:716
+#: ../tails_installer/gui.py:782
msgid "Download complete!"
msgstr "Download complete!"
-#: ../tails_installer/gui.py:720
+#: ../tails_installer/gui.py:786
msgid "Download failed: "
msgstr "Download failed: "
-#: ../tails_installer/gui.py:721
+#: ../tails_installer/gui.py:787
msgid "You can try again to resume your download"
msgstr "You can try again to resume your download"
-#: ../tails_installer/gui.py:729
+#: ../tails_installer/gui.py:795
msgid ""
"The selected file is unreadable. Please fix its permissions or select "
"another file."
msgstr "The selected file is unreadable. Please fix its permissions or select another file."
-#: ../tails_installer/gui.py:735
+#: ../tails_installer/gui.py:801
msgid ""
"Unable to use the selected file. You may have better luck if you move your "
"ISO to the root of your drive (ie: C:\\)"
msgstr "Unable to use the selected file. You may have better luck if you move your ISO to the root of your drive (ie: C:\\)"
-#: ../tails_installer/gui.py:741
+#: ../tails_installer/gui.py:807
#, python-format
msgid "%(filename)s selected"
msgstr "%(filename)s selected"
@@ -475,23 +463,35 @@ msgid ""
"%s"
msgstr "There was a problem executing `%s`.%s\n%s"
-#: ../tails_installer/utils.py:119
+#: ../tails_installer/utils.py:124
msgid "Could not open device for writing."
msgstr "Could not open device for writing."
#: ../data/tails-installer.ui.h:1
-msgid "Use existing Live system ISO:"
-msgstr "Use existing Live system ISO:"
+msgid "Installation Instructions"
+msgstr "Installation Instructions"
#: ../data/tails-installer.ui.h:2
-msgid "Select a distribution to download:"
-msgstr "Select a distribution to download:"
+msgid "Clone the current Tails"
+msgstr "Clone the current Tails"
#: ../data/tails-installer.ui.h:3
-msgid "Target Device:"
-msgstr "Target Device:"
+msgid "Use a downloaded Tails ISO image"
+msgstr "Use a downloaded Tails ISO image"
#: ../data/tails-installer.ui.h:4
+msgid "Select a distribution to download:"
+msgstr "Select a distribution to download:"
+
+#: ../data/tails-installer.ui.h:5
+msgid "Target USB stick:"
+msgstr "Target USB stick:"
+
+#: ../data/tails-installer.ui.h:6
+msgid "Reinstall (delete all data)"
+msgstr "Reinstall (delete all data)"
+
+#: ../data/tails-installer.ui.h:7
msgid "Install Tails"
msgstr "Install Tails"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits