CrackMe.apk

Download file
    <?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals name="exo_controls_fastforward_by_amount_description">
        <item quantity="one">Premotajte %d sekundu unapred</item>
        <item quantity="few">Premotajte %d sekunde unapred</item>
        <item quantity="other">Premotajte %d sekundi unapred</item>
    </plurals>
    <plurals name="exo_controls_rewind_by_amount_description">
        <item quantity="one">Premotajte %d sekundu unazad</item>
        <item quantity="few">Premotajte %d sekunde unazad</item>
        <item quantity="other">Premotajte %d sekundi unazad</item>
    </plurals>
</resources>
    
Download file