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

Unverified Commit 3a8f1894 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #7976 from thunderbird/remove-k-9-from-strings

Remove K-9 from strings
parents 3c6a6f98 16fa5c40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        <receiver
            android:name="com.fsck.k9.widget.list.MessageListWidgetProvider"
            android:icon="@drawable/message_list_widget_preview"
            android:label="@string/mail_list_widget_text"
            android:label="@string/message_list_widget_label"
            android:enabled="@bool/home_screen_widgets_enabled"
            android:exported="false">
            <intent-filter>
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        <receiver
            android:name="net.thunderbird.android.widget.provider.MessageListWidgetProvider"
            android:icon="@drawable/message_list_widget_preview"
            android:label="@string/mail_list_widget_text"
            android:label="@string/message_list_widget_label"
            android:enabled="@bool/home_screen_widgets_enabled"
            android:exported="false">
            <intent-filter>
+7 −1
Original line number Diff line number Diff line
@@ -108,7 +108,13 @@
                <com.google.android.material.textview.MaterialTextView
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:text="@string/app_authors"
                    android:text="@string/about_app_authors_k9"
                    android:textAppearance="?attr/textAppearanceBodyMedium" />

                <com.google.android.material.textview.MaterialTextView
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:text="@string/about_app_authors_thunderbird"
                    android:textAppearance="?attr/textAppearanceBodyMedium" />
            </LinearLayout>
        </LinearLayout>
+1 −3
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@
    <!--=== App-specific strings =============================================================-->
    <!--This should make it easier for forks to change the branding-->
    <!--Used in AndroidManifest.xml-->
    <string name="unread_widget_label">رسائل K-9 غير المقروءة</string>
    <!--Used in the about dialog-->
    <string name="app_authors">فريق The K-9 Dog Walkers</string>
    <string name="about_app_authors_k9">فريق The K-9 Dog Walkers</string>
    <string name="source_code">الكود المصدري</string>
    <string name="app_license">Apache License, Version 2.0</string>
    <string name="about_project_title">مشروع مفتوح المصدر</string>
@@ -811,7 +810,6 @@
    <string name="crypto_no_provider_title">هذه الرسالة مُعماة</string>
    <string name="crypto_no_provider_message">تم تشفير هذا البريد الإلكتروني باستخدام OpenPGP. \ n لقراءته ، تحتاج إلى تثبيت وتكوين تطبيق OpenPGP متوافق. </string>
    <string name="crypto_no_provider_button">اذهب للاعدادات </string>
    <string name="mail_list_widget_text">قائمة رسائل K-9</string>
    <!--Displayed in the the message list widget when the app hasn't had a chance to send content to it yet-->
    <!--Might be displayed in the message list widget when the list is scrolled and new data can't be fetched fast enough-->
    <string name="openpgp_enabled_error_title">التعمية غير ممكنة</string>
+1 −2
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@
    <!--=== App-specific strings =============================================================-->
    <!--This should make it easier for forks to change the branding-->
    <!--Used in AndroidManifest.xml-->
    <string name="unread_widget_label">K-9 Oxunmayan</string>
    <!--Used in the about dialog-->
    <string name="app_authors">K-9 İt Gəzdirənlər</string>
    <string name="about_app_authors_k9">K-9 İt Gəzdirənlər</string>
    <string name="source_code">Mənbə kodu</string>
    <string name="app_license">Apache Lisenziyası, Versiya 2.0</string>
    <string name="about_project_title">Açıq Mənbə Layihəsi</string>
Loading