- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
16 lines
787 B
XML
16 lines
787 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<plurals name="exo_controls_fastforward_by_amount_description">
|
||
<item quantity="one">Pretočiť dopredu o %d sekundu</item>
|
||
<item quantity="few">Pretočiť dopredu o %d sekundy</item>
|
||
<item quantity="many">Pretočiť dopredu o %d sekundy</item>
|
||
<item quantity="other">Pretočiť dopredu o %d sekúnd</item>
|
||
</plurals>
|
||
<plurals name="exo_controls_rewind_by_amount_description">
|
||
<item quantity="one">Pretočiť späť o %d sekundu</item>
|
||
<item quantity="few">Pretočiť späť o %d sekundy</item>
|
||
<item quantity="many">Pretočiť späť o %d sekundy</item>
|
||
<item quantity="other">Pretočiť späť o %d sekúnd</item>
|
||
</plurals>
|
||
</resources>
|