Files
iptv-app/android-sdk/platforms/android-34/data/res/values/donottranslate-names.xml
Renato 2ccdf3a78c fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation
- Simplify AndroidManifest.xml
- Fix themes.xml to use basic Android themes
- Enable BuildConfig
- Add okhttp-dnsoverhttps dependency
2026-01-28 22:36:38 +00:00

12 lines
518 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Various locale-specific string resources for Contacts -->
<string-array name="common_nicknames"></string-array>
<string name="common_name_prefixes"></string>
<string name="common_name_suffixes"></string>
<string name="common_last_name_prefixes"></string>
<string name="common_name_conjunctions"></string>
</resources>