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

Commit f1bb3be7 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Fix translations and add missing

parent b7d571a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ class FindMyDeviceActivity : FragmentActivity() {
    }

    private fun getTitleForPage(page: Pages) = when(page) {
        Pages.ActivateFeature -> getString(R.string.title_welcome)
        Pages.GeneratePassword -> getString(R.string.title_generate_password)
        else -> ""
    }

    //region Display screen
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ fun welcomeScreenContent(onSelection: () -> Unit,
                                .clickable { onBackPressed() }
                                .padding(start = Dimens.SCREEN_PADDING / 2),
                        color = colorResource(id = foundation.e.elib.R.color.e_accent),
                        text = stringResource(R.string.no_sim_button),
                        text = stringResource(android.R.string.ok),
                        fontSize = 14.sp
                    )
                }
+2 −3
Original line number Diff line number Diff line
@@ -32,10 +32,9 @@
    <string name="link_copied_to_clipboard">Link in die Zwischenablage kopiert</string>
    <string name="set">Festlegen</string>
    <string name="sms_message_with_location">Ihr Gerät befindet sich hier:</string>
    <string name="sms_message_with_location_1">* GPS-Koordinaten: Breitengrad: %s, Längengrad: %s</string>
    <string name="sms_message_with_location_1">* GPS-Koordinaten: Breitengrad: %1$s, Längengrad: %2$s</string>
    <string name="sms_message_with_location_2">* OpenStreetMap-Link: https://www.openstreetmap.org/?mlat=%1$s&amp;mlon=%2$s#map=16/%1$s/%2$s</string>
    <string name="sms_message_with_location_not_found">Standort momentan nicht verfügbar. Versuchen Sie es später erneut.</string>
    <string name="no_sim_caption">Keine SIM-Karte</string>
    <string name="no_sim_details">Find my Device verwendet SMS-Nachrichten. Bitte legen Sie zur Aktivierung eine SIM-Karte ein.</string>
    <string name="no_sim_button">OK</string>
</resources>
+2 −3
Original line number Diff line number Diff line
@@ -32,10 +32,9 @@
    <string name="link_copied_to_clipboard">Enlace copiado al portapapeles</string>
    <string name="set">Establecer</string>
    <string name="sms_message_with_location">Tu dispositivo se encuentra en la siguiente ubicación: </string>
    <string name="sms_message_with_location_1">* Coordenadas GPS: Latitud: %s, Longitud: %s</string>
    <string name="sms_message_with_location_1">* Coordenadas GPS: Latitud: %1$s, Longitud: %2$s</string>
    <string name="sms_message_with_location_2">* Enlace OpenStreetMap: https://www.openstreetmap.org/?mlat=%1$s&amp;mlon=%2$s#map=16/%1$s/%2$s</string>
    <string name="sms_message_with_location_not_found">Imposible obtener la ubicación actual en este momento. Por favor inténtalo más tarde.</string>
    <string name="no_sim_caption">Sin tarjeta SIM</string>
    <string name="no_sim_details">Find my Device utiliza mensajes SMS. Para activar Find my Device, inserta una tarjeta SIM.</string>
    <string name="no_sim_button">OK</string>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    <string name="link_copied_to_clipboard">Linkki kopioitu leikepöydälle</string>
    <string name="set">Aseta</string>
    <string name="sms_message_with_location">Laitteesi on sijainnissa:</string>
    <string name="sms_message_with_location_1">* GPS-koordinaatit: Leveysaste: %s, Pituusaste: %s</string>
    <string name="sms_message_with_location_1">* GPS-koordinaatit: Leveysaste: %1$s, Pituusaste: %2$s</string>
    <string name="sms_message_with_location_not_found">Nykyistä sijaintia ei voida tällä hetkellä määrittää. Yritä myöhemmin uudelleen.</string>
    <string name="no_sim_caption">Ei SIM-korttia</string>
    <string name="no_sim_details">Löydä laitteeni toimii tekstiviestillä. Mahdollista Löydä laitteeni -toiminto asettamalla SIM-kortti paikalleen.</string>
Loading