Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5eb3d7c0 authored by Manu Suresh's avatar Manu Suresh
Browse files

Merge branch '1517-fairphone-webinstaller-oem-unlock-note' into 'main'

web-installer: add a note for fairphone users for oem unlock steps

See merge request !51
parents bf3a19c5 af6a0111
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -224,7 +224,17 @@
                src="assets/images/illustrations/allowOEMUnlocking.png"
              />
            </div>
            <div>
              <p data-translate="activate-oem-unlock-instruction"></p>
              <div class="warning">
                <span class="alert-icon"></span>
                <a
                  data-translate="activate-oem-unlock-instruction-fairphone"
                  href="https://doc.e.foundation/pages/enable-oem-unlocking-fairphone"
                  target="_blank"
                ></a>
              </div>
            </div>
          </div>
        </div>
        <div class="card-footer">
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "activate-developer-options-instructions-2": "Auf dem nächsten Bildschirm finden Sie <code>Build number</code> und tippen Sie 7 Mal darauf.",
  "activate-oem-unlock": "OEM-Entsperrung",
  "activate-oem-unlock-instruction": "Wenn Sie dies noch nicht getan haben, aktivieren Sie die OEM-Funktion.",
  "activate-oem-unlock-instruction-fairphone": "Für Fairphone-Geräte klicken Sie hier, um Anweisungen für diesen Schritt zu erhalten.",
  "activate-usb-debugging": "USB-Debugging aktivieren",
  "activate-usb-debugging-instructions-1": "Gehen Sie zurück ins Einstellungsmenü und geben Sie <code>USB debugging</code> in die Suchleiste ein.",
  "activate-usb-debugging-instructions-2": "An dieser Stelle sollten Sie sich im Bildschirm der <code>Entwickleroptionen</code> befinden. Tippen Sie jetzt auf <code>USB debugging</code>, um es zu aktivieren (bei einigen Geräten heißt es <code>Android Debugging</code>).",
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "activate-developer-options-instructions-2": "On the next screen, find <code>Build number</code> and tap 7 times on it.",
  "activate-oem-unlock": "OEM Unlock",
  "activate-oem-unlock-instruction": "If you have not already done so, unlock the OEM function.",
  "activate-oem-unlock-instruction-fairphone": "For Fairphone devices, click here for instructions for proceeding with this step.",
  "activate-usb-debugging": "Activate USB Debugging",
  "activate-usb-debugging-instructions-1": "Go back to the settings menu and type <code>USB debugging</code> in the search bar.",
  "activate-usb-debugging-instructions-2": "At this point you should be in the <code>Developer options screen</code>. Now tap on <code>USB debugging</code> to activate it (on some devices it is called <code>Android Debugging</code>).",
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "activate-developer-options-instructions-2": "En la pantalla siguiente, encuentra <code>Build number</code> y pulsa 7 veces sobre él.",
  "activate-oem-unlock": "Desbloqueo OEM",
  "activate-oem-unlock-instruction": "Si no lo has hecho ya, habilita la función OEM.",
  "activate-oem-unlock-instruction-fairphone": "Para dispositivos Fairphone, haz clic aquí para ver las instrucciones para continuar con este paso.",
  "activate-usb-debugging": "Activar depuración USB",
  "activate-usb-debugging-instructions-1": "Vuelve al menú de configuración y escribe <code>USB debugging</code> en la barra de búsqueda.",
  "activate-usb-debugging-instructions-2": "En este punto deberías estar en la pantalla de <code>opciones de desarrollador</code>. Ahora pulsa sobre <code>USB debugging</code> para activarlo (en algunos dispositivos se llama <code>Android Debugging</code>).",
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "activate-developer-options-instructions-2": "Sur l'écran suivant, trouvez <code>Build number</code> et appuyez 7 fois dessus.",
  "activate-oem-unlock": "Déverrouillage OEM",
  "activate-oem-unlock-instruction": "Si ce n'est pas déjà fait, activez la fonction OEM.",
  "activate-oem-unlock-instruction-fairphone": "Pour les appareils Fairphone, cliquez ici pour obtenir des instructions sur la manière de procéder à cette étape.",
  "activate-usb-debugging": "Activer le débogage USB",
  "activate-usb-debugging-instructions-1": "Retournez dans le menu des paramètres et tapez <code>USB debugging</code> dans la barre de recherche.",
  "activate-usb-debugging-instructions-2": "À ce stade, vous devriez être dans l'écran des <code>options développeur</code>. Appuyez maintenant sur <code>USB debugging</code> pour l'activer (sur certains appareils, il est appelé <code>Android Debugging</code>).",
Loading