apps-android-commons/app/src/main/res/values/keys.xml
Adam Jones 358c5862b6 Move pref values into newly created keys.xml
Hopefully translatewiki won't try to translate these
2017-05-14 15:53:19 +01:00

8 lines
No EOL
473 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="license_pref_cc0" translatable="false">CC0</string>
<string name="license_pref_cc_by_3_0" translatable="false">CC BY 3.0</string>
<string name="license_pref_cc_by_sa_3_0" translatable="false">CC BY-SA 3.0</string>
<string name="license_pref_cc_by_4_0" translatable="false">CC BY 4.0</string>
<string name="license_pref_cc_by_sa_4_0" translatable="false">CC BY-SA 4.0</string>
</resources>