# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
"POT-Creation-Date: 2026-04-01 00:15+0000\n"
"PO-Revision-Date: 2023-07-29 21:22+0000\n"
"Last-Translator: xin <xin@riseup.net>\n"
"Language-Team: Arabic <http://translate.tails.net/projects/tails/reset_mac/"
"ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.9.1\n"

#. type: Plain text
#, no-wrap
msgid "[[!meta title=\"Uninstalling Tails using macOS\"]]\n"
msgstr ""

#. type: Plain text
#, fuzzy, no-wrap
msgid "[[!inline pages=\"doc/first_steps/uninstall.intro\" raw=\"yes\" sort=\"age\"]]\n"
msgstr "[[!inline pages=\"doc/reset.intro.ar\" raw=\"yes\" sort=\"age\"]]\n"

#. type: Bullet: '1. '
msgid "Start on macOS."
msgstr ""

#. type: Bullet: '1. '
msgid "Make sure that the USB stick that you want to uninstall is unplugged."
msgstr ""

#. type: Bullet: '1. '
msgid "Start *Disk Utility*."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"   A list of all the storage devices on the computer appears in the left pane\n"
"   of the window.\n"
msgstr ""

#. type: Bullet: '1. '
msgid "Plug in the USB stick that you want to uninstall."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"   A new device appears in the list of storage devices. This new device\n"
"   corresponds to the USB stick that you plugged in. Click on it.\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
"In the list of storage devices, verify that the device corresponds to the "
"USB stick that you want to uninstall, its brand, its size, etc."
msgstr ""

#. type: Plain text
#, fuzzy, no-wrap
msgid "   <div class=\"caution\">\n"
msgstr "<div class=\"caution\">\n"

#. type: Plain text
#, no-wrap
msgid "   <p>You might overwrite any hard disk on the computer.</p>\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "   <p>If you are not sure about which device to choose, stop proceeding.</p>\n"
msgstr ""

#. type: Plain text
#, fuzzy, no-wrap
msgid "   </div>\n"
msgstr "</div>\n"

#. type: Bullet: '1. '
msgid "To reset the USB stick, select the **Erase** button in the top middle."
msgstr ""

#. type: Bullet: '1. '
msgid "In the confirmation dialog, click on the **Erase** button to confirm."
msgstr ""

#. type: Bullet: '1. '
msgid ""
"In the **Erase** dialog, if you want the USB stick to also work on Windows "
"and Linux, specify:"
msgstr ""

#. type: Bullet: '   - '
msgid "**Format**: **MS-DOS (FAT)**"
msgstr ""

#. type: Bullet: '   - '
msgid "**Scheme**: **Master Boot Record**"
msgstr ""

#. type: Bullet: '1. '
msgid "Click **Erase**."
msgstr ""

#. type: Plain text
#, no-wrap
msgid "<div class=\"note\">\n"
msgstr "<div class=\"note\">\n"

#. type: Plain text
#, no-wrap
msgid ""
"<p>If the erase process fails, try [[!toggle id=\"format\"\n"
"text=\"formatting the USB stick using the command line\"]] first.</p>\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "</div>\n"
msgstr "</div>\n"

#. type: Plain text
#, no-wrap
msgid "[[!toggleable id=\"format\" text=\"\"\"\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "<span class=\"hide\">[[!toggle id=\"format\" text=\"\"]]</span>\n"
msgstr ""

#. type: Title -
#, no-wrap
msgid "Formatting the USB stick using the command line"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "<!-- Note for translators: This section is very similar to /install/inc/steps/install_with_etcher.inline. -->\n"
msgstr ""

#. type: Bullet: '1. '
msgid "Unplug the USB stick from the computer."
msgstr ""

#. type: Bullet: '1. '
msgid "Open the **Terminal** utility from **Applications&nbsp;▸ Utilities**."
msgstr ""

#. type: Bullet: '1. '
msgid "Execute the following command."
msgstr ""

#. type: Plain text
#, no-wrap
msgid "   <p class=\"command\">diskutil list</p>\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "   It returns a list of the storage devices on the system. For example:\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"       /dev/disk0\n"
"        #:                     TYPE NAME         SIZE      IDENTIFIER\n"
"        0:    GUID_partition_scheme             *500.1 GB  disk0\n"
"        1:                      EFI              209.7 MB  disk0s1\n"
"        2:                Apple_HFS MacDrive     250.0 GB  disk0s2\n"
"        3:                      EFI              134.1 GB  disk0s3\n"
"        4:     Microsoft Basic Data BOOTCAMP     115.5 GB  disk0s4\n"
msgstr ""

#. type: Bullet: '1. '
msgid "Execute again the same command."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"   Your USB stick appears as a new device in the list. Check\n"
"   that its size corresponds to the size of your USB stick.\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"       /dev/disk1\n"
"        #:                     TYPE NAME         SIZE      IDENTIFIER\n"
"        0:   FDisk_partition_scheme             *8.0 GB    disk1\n"
"        1:                Apple_HFS Untitled 1   8.0 GB    disk1s1\n"
msgstr ""

#. type: Bullet: '1. '
msgid "Take note of the device name of your USB stick."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"   In this example, the USB stick is 8.0 GB and its device name is <span class=\"command-placeholder\">/dev/disk1</span>.\n"
"   Yours might be different.\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid "   <p>If you are not sure about the device, stop proceeding.</p>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
"Execute the following command to safely eject the USB stick. Replace <span "
"class=\"command-placeholder\">device</span> with the device name found in "
"step 6."
msgstr ""

#. type: Plain text
#, no-wrap
msgid "   <p class=\"command-template\">diskutil unmountDisk <span class=\"command-placeholder\">device</span></p>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
"Execute the following command to format the USB stick. Replace <span "
"class=\"command-placeholder\">device</span> with the device name found in "
"step 6."
msgstr ""

#. type: Plain text
#, no-wrap
msgid "   <p class=\"command-template\">sudo fdisk -iy <span class=\"command-placeholder\">device</span></p>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
"You can try to uninstall the USB stick again using *Disk Utility* from the "
"beginning of this page."
msgstr ""
