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

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

pwa: Update links and strings

parent dfca7187
Loading
Loading
Loading
Loading
Loading
+15 −12
Original line number Diff line number Diff line
<resources>
    <string name="app_name">PWA Player</string>
    <string name="app_name" translatable="false">PWA Player</string>

    <string name="location_permission_rationale">%s needs to access location permission to show weather in your location.</string>
    <string name="permission_not_granted">Permission is not granted</string>
@@ -7,22 +7,25 @@
    <string name="settings">Settings</string>
    <string name="about">About</string>

    <string name="key_build_version" translatable="false">build_version</string>
    <string name="key_license" translatable="false">license</string>
    <string name="key_authors" translatable="false">authors</string>
    <string name="key_source_code" translatable="false">source_code</string>
    <string name="key_privacy_policy" translatable="false">privacy_policy</string>
    <string name="key_terms_of_service" translatable="false">terms_of_services</string>

    <string name="label_app_name">App name</string>
    <string name="key_build_version">build_version</string>
    <string name="label_build_version">Build version</string>
    <string name="key_license">license</string>
    <string name="label_license">License</string>
    <string name="key_authors">authors</string>
    <string name="label_authors">Authors</string>
    <string name="key_source_code">source_code</string>
    <string name="label_source_code">Source code</string>
    <string name="key_privacy_policy">privacy_policy</string>
    <string name="label_privacy_policy">Privacy policy</string>
    <string name="key_terms_of_service">terms_of_services</string>
    <string name="label_terms_of_services">Terms of services</string>
    <string name="summary_license">GNU GENERAL PUBLIC LICENSE</string>
    <string name="url_source_code">https://gitlab.e.foundation/e/apps/pwa-player/</string>
    <string name="url_license">https://gitlab.e.foundation/e/apps/pwa-player/-/blob/master/LICENSE</string>
    <string name="url_authors">https://gitlab.e.foundation/e/apps/pwa-player/-/blob/master/AUTHORS</string>
    <string name="url_privacy_policy">https://e.foundation/legal-notice-privacy/</string>

    <string name="summary_license" translatable="false">GNU GENERAL PUBLIC LICENSE</string>

    <string name="url_source_code" translatable="false">https://gitlab.e.foundation/e/os/pwa-player/</string>
    <string name="url_license" translatable="false">https://gitlab.e.foundation/e/os/pwa-player/-/blob/master/LICENSE</string>
    <string name="url_authors" translatable="false">https://gitlab.e.foundation/e/os/pwa-player/-/blob/master/AUTHORS</string>
    <string name="url_privacy_policy" translatable="false">https://e.foundation/legal-notice-privacy/</string>
</resources>
 No newline at end of file