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

Commit ab0f39db authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '1790-t-add-missing-translations' into 'master'

Add french, german, italian and spanish translations for licensing app

See merge request !102
parents a88ca2aa 83827c21
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
 No newline at end of file
<resources>
    <string name="license_notification_channel_name">Lizenzbenachrichtigungen</string>
    <string name="license_notification_title">%1$s konnte die Lizenz nicht überprüfen</string>
    <string name="license_notification_body">Wenn die App nicht ordnungsgemäß funktioniert, melden Sie sich mit einem Google-Konto an, mit dem Sie die App gekauft haben.</string>
    <string name="license_notification_sign_in">Anmelden</string>
    <string name="license_notification_channel_description">Benachrichtigt, wenn eine App versucht, ihre Lizenz zu validieren, Sie jedoch nicht bei einem Google-Konto angemeldet sind.</string>
    <string name="license_notification_ignore">Ignorieren</string>
</resources>
 No newline at end of file
+8 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
 No newline at end of file
<resources>
    <string name="license_notification_channel_name">Notificaciones de licencia</string>
    <string name="license_notification_title">%1$s no pudo verificar la licencia</string>
    <string name="license_notification_channel_description">Notifica cuando una aplicación intenta validar su licencia, pero no estás conectado a ninguna cuenta de Google.</string>
    <string name="license_notification_body">Si la aplicación no funciona correctamente, inicia sesión con una cuenta de Google con la que hayas comprado la aplicación.</string>
    <string name="license_notification_sign_in">Iniciar sesión</string>
    <string name="license_notification_ignore">Ignorar</string>
</resources>
 No newline at end of file
+8 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
 No newline at end of file
<resources>
    <string name="license_notification_channel_name">Notifications de licence</string>
    <string name="license_notification_channel_description">Signale lorsqu\'une application tente de valider sa licence, mais que vous n\'êtes connecté(e) à aucun compte Google.</string>
    <string name="license_notification_title">%1$s n\'a pas pu vérifier la licence</string>
    <string name="license_notification_body">Si l\'application ne fonctionne pas correctement, connectez-vous au compte Google avec lequel vous avez acheté l\'application.</string>
    <string name="license_notification_sign_in">S\'identifier</string>
    <string name="license_notification_ignore">Ignorer</string>
</resources>
+6 −0
Original line number Diff line number Diff line
@@ -3,4 +3,10 @@
    <string name="toast_installed">L\'app microG Companion non può essere usata da sola. Sono state aperte le impostazioni di microG.</string>
    <string name="toast_not_installed">L\'app microG Companion non può essere usata da sola. Installa l\'app microG Services per utilizzare microG.</string>
    <string name="app_name">microG Companion</string>
    <string name="license_notification_channel_name">Notifiche di licenza</string>
    <string name="license_notification_title">%1$s non è riuscita a verificare la licenza</string>
    <string name="license_notification_body">Se l\'app non funziona correttamente, accedi con un account Google con cui hai acquistato l\'app.</string>
    <string name="license_notification_sign_in">Accedi</string>
    <string name="license_notification_channel_description">Avvisa quando un\'applicazione cerca di convalidare la propria licenza, ma non sei connesso a nessun account Google.</string>
    <string name="license_notification_ignore">Ignora</string>
</resources>
 No newline at end of file
Loading