Files
APKDownloader/app/src/main/res/values/strings_do_not_translate.xml
Aayush Gupta 6e4c3c500b strings: Add missing postitions of substitutions
Multiple substitutions specified in non-positional format of string resource string/app_list_rating. Did you mean to add the formatted="false" attribute?

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-01 20:17:13 +05:30

29 lines
1.1 KiB
XML

<!--
~ Aurora Store
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
~
~ Aurora Store is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 2 of the License, or
~ (at your option) any later version.
~
~ Aurora Store is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
~
-->
<resources>
<string name="app_name">"Aurora Store"</string>
<string name="app_list_rating">"%1$s • %2$s★ • %3$s"</string>
<string name="download_speed_bytes" translatable="false">%1$d B/s</string>
<string name="download_speed_kb" translatable="false">%1$s KB/s</string>
<string name="download_speed_mb" translatable="false">%1$s MB/s</string>
</resources>