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

Commit 90b91dd1 authored by Paula's avatar Paula
Browse files

adding title & informations about recovery

parent e4d4a135
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
@@ -664,9 +664,9 @@
          </button>
        </div>
      </div>

      <!-- End UNLOCKING -->

      <!-- Start FLASH -->
      <div id="flashing" class="card inactive flashing">
        <div class="card-header" data-translate="installing"></div>
        <div class="card-body">
@@ -677,6 +677,22 @@
          </div>
        </div>
      </div>

      <div id="flashing-recovery" class="card inactive flashing">
        <div class="card-header" data-translate="installing-recovery"></div>
        <div class="card-body">
          <div class="info">
            <span class="alert-icon"></span>
            <span data-translate="flashing-recovery-instructions-1"></span>
          </div>
          <p data-translate="this-might-take-some-time-please-be-patient"></p>
          <div class="install-progress-area text-center large-padding">
            <p class="installing-progress"></p>
            <progress class="installing-progress-bar" max="100"></progress>
          </div>
        </div>
      </div>
      <!-- End FLASH -->
      <!-- Start Recovery-->
      <div
        id="bootloader-to-recovery-manually"
@@ -708,7 +724,6 @@
        </div>
      </div>
      <!-- End Recovery-->

      <div id="format-device" class="card inactive">
        <div class="card-header" data-translate="format-device"></div>
        <div class="card-body">
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "USB-Dateiübertragung aktivieren",
  "enable-usb-file-transfer-instructions-1": "Scrollen Sie im <code>Entwickleroptionen</code>-Bildschirm nach unten, um <code>Default USB configuration</code> zu finden, und tippen Sie darauf.",
  "enable-usb-file-transfer-instructions-2": "Wählen Sie jetzt die Option <code>File Transfer</code> (bei einigen Geräten heißt es <code>MTP mode (media transfer protocol)</code>).",
  "flashing-recovery-instructions-1": "Der Recovery-Modus ist ein spezieller Fehlerbehebungsmodus, der als Zwischenschritt zur Installation des /e/OS-Systems dient.",
  "format-device": "Gerät formatieren",
  "format-device-instructions-1": "Wählen Sie <code>Factory reset</code>.",
  "format-device-instructions-2": "Wählen Sie die Option <code>Format data / Factory reset</code>.",
@@ -52,6 +53,7 @@
  "go-to-apply-update-instructions-4": "Für den nächsten Schritt muss Ihr Browser möglicherweise Ihr Telefon erneut verbinden. Wenn ein Popup-Fenster erscheint, wählen Sie Ihr Telefon aus der Liste aus.",
  "help": "Hilfe",
  "i-m-ready": "Ich bin bereit!",
  "installing-recovery": "Recovery-Installation",
  "installation-complete": "Die Installation ist abgeschlossen!",
  "installation-complete-instructions-1": "Glückwunsch! Während Ihr Telefon hochfährt, sollten Sie das untenstehende Logo sehen. Dies dauert eine Weile, bitte seien Sie geduldig.",
  "installation-complete-instructions-2": "Folgen Sie den Anweisungen auf Ihrem Telefon, um Ihr Gerät einzurichten. Sie können jetzt Ihre Dateien wieder auf Ihr Telefon übertragen.",
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "Enable USB file transfer",
  "enable-usb-file-transfer-instructions-1": "Still inside the <code>Developer options</code>, scroll down to find <code>Default USB configuration</code> and tap on it.",
  "enable-usb-file-transfer-instructions-2": "Now select the <code>File Transfer</code> option (on some devices it is called <code>MTP mode (media transfer protocol)</code>).",
  "flashing-recovery-instructions-1": "Recovery mode is a special troubleshooting mode that acts as an intermediary to install the /e/OS system.",
  "format-device": "Format the device",
  "format-device-instructions-1": "Select <code>Factory reset</code>.",
  "format-device-instructions-2": "Select <code>Format data / Factory reset</code> option.",
@@ -52,6 +53,7 @@
  "go-to-apply-update-instructions-4": "For the next step, your browser may need to reconnect your phone. If a pop-up window appears, select your phone from the list.",
  "help": "Help",
  "i-m-ready": "I'm ready !",
  "installing-recovery": "Recovery installation",
  "installation-complete": "The installation is complete!",
  "installation-complete-instructions-1": "Congrats! While your phone is booting, you should see the logo below. This takes time, please be patient.",
  "installation-complete-instructions-2": "Follow the instructions on your phone to set up your device. You can now add your files back to your phone.",
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "Habilitar transferencia de archivos USB",
  "enable-usb-file-transfer-instructions-1": "Aún dentro de las <code>opciones de desarrollador</code>, desplázate hacia abajo para encontrar <code>Default USB configuration</code> y pulsa sobre ella.",
  "enable-usb-file-transfer-instructions-2": "Ahora selecciona la opción <code>File Transfer</code> (en algunos dispositivos se llama <code>MTP mode (media transfer protocol)</code>).",
  "flashing-recovery-instructions-1": "El modo recovery es un modo especial de solución de problemas que actúa como intermediario para instalar el sistema /e/OS.",
  "format-device": "Formatear el dispositivo",
  "format-device-instructions-1": "Selecciona <code>Factory reset</code>.",
  "format-device-instructions-2": "Selecciona la opción <code>Format data / Factory reset</code>.",
@@ -52,6 +53,7 @@
  "go-to-apply-update-instructions-4": "Para el siguiente paso, es posible que tu navegador necesite reconectar tu teléfono. Si aparece una ventana emergente, selecciona tu teléfono de la lista.",
  "help": "Ayuda",
  "i-m-ready": "¡Estoy listo!",
  "installing-recovery": "Instalación del recovery",
  "installation-complete": "¡La instalación está completa!",
  "installation-complete-instructions-1": "¡Felicidades! Mientras tu teléfono se inicia, deberías ver el logotipo a continuación. Esto tomará tiempo, por favor sé paciente.",
  "installation-complete-instructions-2": "Sigue las instrucciones en tu teléfono para configurar tu dispositivo. Ahora puedes volver a añadir tus archivos a tu teléfono.",
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  "enable-usb-file-transfer": "Activer le transfert de fichiers USB",
  "enable-usb-file-transfer-instructions-1": "Toujours dans les <code>options développeur</code>, faites défiler vers le bas pour trouver <code>Default USB configuration</code> et appuyez dessus.",
  "enable-usb-file-transfer-instructions-2": "Sélectionnez maintenant l'option <code>File Transfer</code> (sur certains appareils, elle est appelée <code>MTP mode (media transfer protocol)</code>).",
  "flashing-recovery-instructions-1": "Le Recovery est un mode spécial de dépannage. Il va servir d’intermédiaire pour installer le système /e/OS.",
  "format-device": "Formater l'appareil",
  "format-device-instructions-1": "Sélectionnez <code>Factory reset</code>.",
  "format-device-instructions-2": "Sélectionnez l'option <code>Format data / Factory reset</code>.",
@@ -56,6 +57,7 @@
  "installation-complete-instructions-1": "Félicitations ! Pendant que votre téléphone démarre, vous devriez voir le logo ci-dessous. Cela peut prendre du temps, soyez patient.",
  "installation-complete-instructions-2": "Suivez les instructions sur votre téléphone pour configurer votre appareil. Vous pouvez maintenant réintégrer vos fichiers dans votre téléphone.",
  "installing": "Installation en cours",
  "installing-recovery": "Installation du Recovery",
  "let-s-get-started": "Commençons",
  "let-s-get-started-instruction-1": "Le processus complet d'installation dure environ 1 heure. Soyez patient !",
  "let-s-get-started-instruction-2": "Vous devez disposer d'au moins 6 Go d'espace libre sur votre ordinateur pour télécharger et installer /e/OS. Assurez-vous d'avoir suffisamment d'espace libre sur votre disque.",
Loading