Files
APKDownloader/app/src/main/res/values/strings_do_not_translate.xml
2022-02-04 19:51:00 +01:00

31 lines
1.4 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">"%s • %s★ • %s"</string>
<string name="download_eta_hrs" translatable="false">%1$dh %2$dm %3$ds left</string>
<string name="download_eta_min" translatable="false">%1$dm %2$ds left</string>
<string name="download_eta_sec" translatable="false">%1$ds left</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>