mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
17 lines
No EOL
696 B
XML
17 lines
No EOL
696 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<array name="pref_defaultLicense_entries">
|
|
<item>@string/license_name_cc0</item>
|
|
<item>@string/license_name_cc_by</item>
|
|
<item>@string/license_name_cc_by_four</item>
|
|
<item>@string/license_name_cc_by_sa</item>
|
|
<item>@string/license_name_cc_by_sa_four</item>
|
|
</array>
|
|
<array name="pref_defaultLicense_values">
|
|
<item>@string/license_pref_cc0</item>
|
|
<item>@string/license_pref_cc_by_3_0</item>
|
|
<item>@string/license_pref_cc_by_4_0</item>
|
|
<item>@string/license_pref_cc_by_sa_3_0</item>
|
|
<item>@string/license_pref_cc_by_sa_4_0</item>
|
|
</array>
|
|
</resources> |