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

Commit 75960ef7 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Clean up unused applications_settings_summary

So we can clean up all the values-*-nokeys resources files to save APK
size.

Bug: 234570979
Test: make Settings
Change-Id: I7ac08d2e66357fccf34b86e8239c5ea507e48d48
parent 02b64512
Loading
Loading
Loading
Loading

res/values-af-nokeys/strings.xml

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2007 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="applications_settings_summary" msgid="8268946051198375521">"Bestuur programme"</string>
</resources>
+0 −2
Original line number Diff line number Diff line
@@ -2026,9 +2026,7 @@
    <string name="lock_settings_profile_unification_dialog_uncompliant_confirm" msgid="8509287115116369677">"Gebruik een slot"</string>
    <string name="lock_settings_profile_unified_summary" msgid="777095092175037385">"Dieselfde as toestelskermslot"</string>
    <string name="manageapplications_settings_title" msgid="9198876415524237657">"Bestuur programme"</string>
    <string name="manageapplications_settings_summary" msgid="848586372489062357">"Bestuur en verwyder geïnstalleerde programme"</string>
    <string name="applications_settings" msgid="1941993743933425622">"Programinligting"</string>
    <string name="applications_settings_summary" msgid="8206066893744768531">"Bestuur programme, stel kits-loodskortpaaie op"</string>
    <string name="applications_settings_header" msgid="3154670675856048015">"Program-instellings"</string>
    <string name="install_applications" msgid="3921609656584369901">"Onbekende bronne"</string>
    <string name="install_applications_title" msgid="7890233747559108106">"Laat alle programbronne toe"</string>

res/values-am-nokeys/strings.xml

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2007 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="applications_settings_summary" msgid="8268946051198375521">"መተግበሪያዎች አዸራጅ"</string>
</resources>
+0 −2
Original line number Diff line number Diff line
@@ -2026,9 +2026,7 @@
    <string name="lock_settings_profile_unification_dialog_uncompliant_confirm" msgid="8509287115116369677">"አንድ መቆለፊያ ይጠቀሙ"</string>
    <string name="lock_settings_profile_unified_summary" msgid="777095092175037385">"ከመሣሪያ ማያ ገጽ መቆለፊያ ጋር ተመሳሳይ"</string>
    <string name="manageapplications_settings_title" msgid="9198876415524237657">"መተግበሪያዎች አስተዳድር"</string>
    <string name="manageapplications_settings_summary" msgid="848586372489062357">"የተጫኑ መተግበራያዎች አስተዳድር እና አስወግድ"</string>
    <string name="applications_settings" msgid="1941993743933425622">"የመተግበሪያ መረጃ"</string>
    <string name="applications_settings_summary" msgid="8206066893744768531">"መተግበሪያዎች አደራጅ፣ በፍጥነት ማስነሻ አቋራጮች አዘጋጅ"</string>
    <string name="applications_settings_header" msgid="3154670675856048015">"መተግበሪያ ቅንብሮች"</string>
    <string name="install_applications" msgid="3921609656584369901">"ያልታወቁ ምንጮች"</string>
    <string name="install_applications_title" msgid="7890233747559108106">"የሁሉም መተግበሪያ ምንጮችን ፍቀድ"</string>

res/values-ar-nokeys/strings.xml

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2007 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="applications_settings_summary" msgid="8268946051198375521">"إدارة التطبيقات"</string>
</resources>
Loading