62 lines
2.2 KiB
XML
62 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_description">F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.</string>
|
|
|
|
<string name="site_link">https://belmarket.ir</string>
|
|
<string name="source_link">https://gitlab.com/belos/Belmarket</string>
|
|
<string name="team_email">team@belmarket.ir</string>
|
|
<string name="license_gplv3_later">GNU General Public License version\u00A03 or later</string>
|
|
|
|
<string name="transition_app_item_icon">transition_app_item_icon</string>
|
|
|
|
<string name="https">https://</string>
|
|
<string name="upgrade_from_to">%1$s → %2$s</string>
|
|
|
|
<string name="app_details_subject">%1$s on F-Droid</string>
|
|
|
|
<!-- The unset value is set to a string that is impossible to be a valid Java package name. This
|
|
prevents abuse by creating malware with the same packageName as the unset string. -->
|
|
<string name="install_history_reader_packageName_UNSET">1-THIS MEANS NO APP IS GRANTED ACCESS!</string>
|
|
<string name="install_history_reader_packageName">@string/install_history_reader_packageName_UNSET</string>
|
|
|
|
<string-array name="updateIntervalValues">
|
|
<item>0</item>
|
|
<item>1</item>
|
|
<item>4</item>
|
|
<item>12</item>
|
|
<item>24</item>
|
|
<item>168</item>
|
|
<item>336</item>
|
|
</string-array>
|
|
|
|
<string-array name="keepCacheValues">
|
|
<item>3600000</item>
|
|
<item>86400000</item>
|
|
<item>604800000</item>
|
|
<item>2592000000</item>
|
|
<item>31536000000</item>
|
|
<item>9223372036854775807</item>
|
|
</string-array>
|
|
|
|
<string-array name="themeValues">
|
|
<item>light</item>
|
|
<item>dark</item>
|
|
<item>night</item>
|
|
</string-array>
|
|
|
|
<string-array name="languageValues">
|
|
<item></item>
|
|
<item>en</item>
|
|
<item>fa</item>
|
|
</string-array>
|
|
|
|
<string-array name="languageNames">
|
|
<item>@string/pref_language_default</item>
|
|
<item>English</item>
|
|
<item>ﻑﺍﺮﺳی</item>
|
|
|
|
</string-array>
|
|
|
|
</resources>
|