EtchDroid/app/src/main/res/values/strings.xml

96 lines
5.9 KiB
XML

<resources>
<string name="app_name">EtchDroid</string>
<string name="action_settings">Settings</string>
<string name="download_image_from_url">Download image from URL</string>
<string name="use_local_image">Use local image</string>
<string name="flash_dd_usb_api">Write image directly to disk (using Android API)</string>
<string name="flash_dmg_api">Restore macOS DMG image to disk (using Android API)</string>
<string name="flash_unetbootin">Unetbootin-style flash (MBR only, requires root)</string>
<string name="flash_woeusb">Write Windows image (using WoeUSB, requires root)</string>
<string name="download_streaming">Stream directly to USB drive</string>
<string name="pick_a_file">Pick an image file</string>
<string name="image_url_hint">Image URL</string>
<string name="provided_url_invalid">Provided URL is invalid</string>
<string name="select_image_location">Please select image location</string>
<string name="provide_image_file">Please provide an image file</string>
<string name="storage_perm_required_explaination">Storage permission required to download images</string>
<string name="action_refresh">Refresh</string>
<string name="usb_perm_denied">Permission denied for</string>
<string name="usb_perm_denied_noname">Permission denied for USB device</string>
<string name="selected_image">Selected image:</string>
<string name="selected_method">Selected writing method:</string>
<string name="selected_usbdev">Selected USB device:</string>
<string name="unknown_filename">Unknown filename</string>
<string name="please_select_writing_method">Please select writing method</string>
<string name="image_bigger_than_usb">Image is bigger than the USB drive, so it can\'t be written</string>
<string name="cant_read_usbdev">Cannot read USB device</string>
<string name="tap_next_to_write">Tap Write to write the image to the USB drive</string>
<string name="notchan_writestatus_title">USB write status</string>
<string name="notchan_writestatus_desc">Used to display the status of images being written to USB drives</string>
<string name="notif_initializing">Initializing...</string>
<string name="notif_writing_img">Writing image</string>
<string name="issues_found_expl">Selected image cannot be flashed</string>
<string name="image_is_not_dmg">Selected image is not a DMG image (maybe it\'s corrupted)</string>
<string name="ptt_aix">IBM AIX</string>
<string name="ptt_amiga">AMIGA</string>
<string name="ptt_bsd">BSD</string>
<string name="ptt_dvh">DVH</string>
<string name="ptt_gpt">GUID Partition Table (GPT)</string>
<string name="ptt_loop">None</string>
<string name="ptt_mac">Apple Partition Table (APT)</string>
<string name="ptt_msdos">Master Boot Record (MSDOS)</string>
<string name="ptt_pc98">PC98</string>
<string name="ptt_sun">Sun</string>
<string name="fs_fat12">FAT12</string>
<string name="fs_fat16">FAT16</string>
<string name="fs_fat32">FAT32</string>
<string name="fs_exfat">ExFAT</string>
<string name="fs_ntfs">NTFS</string>
<string name="fs_refs">ReFS</string>
<string name="fs_hfs">macOS HFS</string>
<string name="fs_hfsplus">macOS HFS+</string>
<string name="fs_apfs">Apple Filesystem (APFS)</string>
<string name="fs_apt_data">APT data</string>
<string name="fs_iso9660">ISO 9660</string>
<string name="fs_ext2">Linux Ext2</string>
<string name="fs_ext3">Linux Ext3</string>
<string name="fs_ext4">Linux Ext4</string>
<string name="fs_btrfs">Btrfs</string>
<string name="fs_f2fs">f2fs</string>
<string name="fs_luks">LUKS encrypted</string>
<string name="fs_linux_swap">Linux swap</string>
<string name="fs_linux_lvm_pv">Linux LVM2 physical volume</string>
<string name="fs_ufs">UFS</string>
<string name="fs_xfs">XFS</string>
<string name="fs_zfs">ZFS</string>
<string name="fs_free">Free space</string>
<string name="fs_unformatted">Unformatted</string>
<string name="fs_unknown">Unknown</string>
<string name="part_name">Name:</string>
<string name="part_label">Name</string>
<string name="fs_label">Label</string>
<string name="fs_type">Type</string>
<string name="part_size">Size</string>
<string name="no_image_size_check_dmg">Image size checks can\'t be performed on DMG images. Make sure the USB drive is large enough before flashing.</string>
<string name="license_gpl3">GNU GPLv3</string>
<string name="this_app">This app</string>
<string name="license_apache2_0">Apache 2.0</string>
<string name="libaums_license_desc">Userspace USB block device implementation</string>
<string name="license_gpl2">GNU GPLv2</string>
<string name="license_bzip2">Custom BSD-like</string>
<string name="license_custom">Custom</string>
<string name="licenses">Licenses</string>
<string name="dmg2img_license_desc">Converts compressed Apple® DMG images</string>
<string name="title_activity_usb_drive_picker">Select USB drive</string>
<string name="title_activity_confirmation">Ready to write</string>
<string name="cannot_write">Cannot write image to USB drive</string>
<string name="check_notification_progress">Check notification for progress</string>
<string name="partition_table_title">Partition table:</string>
<string name="could_not_access_usb_error">Could not access USB device. Maybe you ran the app previously and it crashed? Remove and reinsert the USB drive, then restart the app.</string>
<string name="write_image_or_iso">Write raw image or ISO</string>
<string name="raw_image_desc">Good for GNU/Linux distribution ISOs and disk images created on Windows or Linux</string>
<string name="write_apple_dmg">Write Apple® DMG image</string>
<string name="dmg_image_desc">Restore an image created with macOS Disk Utility</string>
<string name="no_usb_drives_detected">No USB drives detected</string>
</resources>