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

Commit 1186786f authored by Michael W's avatar Michael W
Browse files

Automatic translation import

Change-Id: I91439c40d8349ae2a50a2ec7c6d55d541097555a
parent 4df09912
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -47,11 +47,11 @@
  <!-- Restart Progress Dialog. This is shown if the user chooses to restart the phone. -->
  <string name="reboot_progress">Reaniciando\u2026</string>
  <!-- ADB over network notification -->
  <string name="adb_net_active_notification_title">ADB sobre rede habilitáu</string>
  <string name="adb_net_active_notification_title">ADB per rede activáu</string>
  <!-- ADB over USB and network notification -->
  <string name="adb_both_active_notification_title">ADB sobre USB y rede habilitáu</string>
  <string name="adb_both_active_notification_title">ADB per USB y rede activáu</string>
  <!-- ADB notification message-->
  <string name="adb_active_generic_notification_message">Toca pa deshabilitar la depuración.</string>
  <string name="adb_active_generic_notification_message">Toca pa desactivar la depuración.</string>
  <!-- Privacy Guard -->
  <string name="permlab_changePrivacyGuardState">habilitar o deshabilitar la privacidá</string>
  <string name="permdesc_changePrivacyGuardState">Permite que l\'aplicación cambie l\'estáu de privacidá d\'otra. Cuando una aplicación s\'executa cola privacidá habilitada, nun va poder acceder a los datos personales, talos como contautos, mensaxes o rexistros de llamaes.</string>
+804 −79

File changed.

Preview size limit exceeded, changes collapsed.

+405 −0

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@
  <!-- Button to restart the phone, within the Restart Options dialog -->
  <string name="reboot_reboot">Yeniden Başlat</string>
  <!-- Button to restart the phone into recovery, within the Restart Options dialog -->
  <string name="reboot_recovery">Kurtarma modu (Recovery)</string>
  <string name="reboot_recovery">Kurtarma modu</string>
  <!-- Button to restart the phone into bootloader, within the Restart Options dialog -->
  <string name="reboot_bootloader">Ön yükleyici (Bootloader)</string>
  <string name="reboot_bootloader">Ön yükleyici</string>
  <!-- Button to restart the phone into download, within the Restart Options dialog -->
  <string name="reboot_download">İndir</string>
  <!-- Button to soft restart the device, within the Restart Options dialog -->
+1 −1
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
  <!-- Title of the activity when a full backup has been requested and must be confirmed -->
  <string name="backup_confirm_title">Respaldu completu</string>
  <!-- Title of the activity when a full restore has been requested and must be confirmed -->
  <string name="restore_confirm_title">Restauración completa</string>
  <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
  <string name="backup_confirm_text">Solicitóse un respaldu completu de tolos datos a un ordenador coneutáu. ¿Quies permitilo?\n\nSi nun solicitesti respaldu dalu, nun permitas la operación.</string>
  <!-- Button to allow a requested full backup to occur -->
  <string name="allow_backup_button_label">Respaldar los mios datos</string>
  <!-- Button to refuse to allow the requested full backup -->
Loading