Files
APKDownloader/app/src/main/res/values/strings_do_not_translate.xml
2021-02-16 08:55:49 +05:30

44 lines
2.0 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>
<string name="ui_accent_1">Blue</string>
<string name="ui_accent_2">Fuchsia</string>
<string name="ui_accent_3">Red</string>
<string name="ui_accent_4">Golden</string>
<string name="ui_accent_5">Green</string>
<string name="ui_accent_6">Purple</string>
<string name="ui_accent_7">Grey</string>
<string name="ui_accent_8">Pink</string>
<string name="ui_accent_9">Lime</string>
<string name="ui_accent_10">Orange</string>
<string name="ui_accent_11">Light blue</string>
<string name="ui_accent_12">Disskord blue</string>
<string name="ui_accent_13">Deep blue</string>
</resources>