mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-27 06:29:00 -04:00
String arrays don't belong in strings.xml
This commit is contained in:
1 parent
4c680ca7f3
commit
75d8abcf55
2 files changed
+9
-9
No files matched your search
@@ -14,4 +14,12 @@
|
||||
<item>Dark</item>
|
||||
<item>Light</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="file_size_units">
|
||||
<item>B</item>
|
||||
<item>KiB</item>
|
||||
<item>MiB</item>
|
||||
<item>GiB</item>
|
||||
<item>TiB</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -389,17 +389,9 @@
|
||||
<string name="perm_costs_money">this may cost you money</string>
|
||||
<string name="uninstall_update_confirm">Do you want to replace this app with the factory version?</string>
|
||||
<string name="uninstall_confirm">Do you want to uninstall this app?</string>
|
||||
<string name="tap_to_install">Download completed, tap to install</string>
|
||||
<string name="tap_to_install">Download completed, tap to install</string>
|
||||
|
||||
<string name="perms_new_perm_prefix">NEW: </string>
|
||||
<string name="perms_description_app">Provided by %1$s.</string>
|
||||
<string name="downloading">Downloading…</string>
|
||||
|
||||
<string-array name="file_size_units">
|
||||
<item>B</item>
|
||||
<item>KiB</item>
|
||||
<item>MiB</item>
|
||||
<item>GiB</item>
|
||||
<item>TiB</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Reference in new issue
Block a user