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

Commit 5c267f4e authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Move Licensing translations from e_strings to strings XMLs

parent 904c0781
Loading
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2023
  ~ This program is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <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">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
+0 −24
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2023
  ~ This program is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <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">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
+0 −24
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2023
  ~ This program is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="license_notification_channel_name">Notifications de licence</string>
    <string name="license_notification_channel_description">Signale lorsque une application tente de valider sa licence, mais que vous n\'êtes connecté à 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 à un 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>
 No newline at end of file
Loading