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

Commit 19ea7fe7 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Port translations from A15

parent 948becd7
Loading
Loading
Loading
Loading
+24 −0
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="menu_export_type_title">Exportiere vCard-Version</string>
    <string name="preferences_about_app">Kontakte ist eine Abänderung von LineageOS Kontakte</string>
    <string name="preferences_source_code">Quellcode</string>
    <string name="preferences_app_info_title">Information über Kontakte</string>
    <string name="preferences_authors">Autoren</string>
    <string name="preferences_licence">Lizenz</string>
    <string name="preferences_app_info">Kontakte ist eine quelloffene App für Android</string>
</resources>
 No newline at end of file
+19 −0
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="menu_export_type_title">Version d\'export de la vCard</string>
</resources>
 No newline at end of file
+24 −0
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="menu_export_type_title">Flytja út vCard útgáfu</string>
    <string name="preferences_source_code">Grunnkóði</string>
    <string name="preferences_licence">Notkunarleyfi</string>
    <string name="preferences_app_info">Contacts er tengiliðaforrit með opnum grunnkóða fyrir Android</string>
    <string name="preferences_about_app">Contacts tengiliðaforritið er kvíslað frá LineageOS Contacts</string>
    <string name="preferences_authors">Höfundar</string>
    <string name="preferences_app_info_title">Upplýsingar um tengiliði</string>
</resources>
 No newline at end of file
+24 −0
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="menu_export_type_title">Esporta in formato vCard</string>
    <string name="preferences_authors">Autori</string>
    <string name="preferences_source_code">Codice sorgente</string>
    <string name="preferences_licence">Licenza</string>
    <string name="preferences_app_info_title">Info su Contatti</string>
    <string name="preferences_app_info">Contatti è una App open source per Android</string>
    <string name="preferences_about_app">Contatti è un fork di LineageOS Contacts</string>
</resources>
 No newline at end of file
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="preferences_authors">作者</string>
    <string name="preferences_source_code">ソースコード</string>
    <string name="preferences_licence">ライセンス</string>
    <string name="preferences_app_info_title">連絡先情報</string>
    <string name="menu_export_type_title">vCardバージョンをエクスポート</string>
    <string name="preferences_about_app">ContactsはLineageOS Contactsのフォークです</string>
    <string name="preferences_app_info">Contactsはアンドロイド用のオープンソースのアプリケーションです</string>
</resources>
 No newline at end of file
Loading