exodus-privacy-android-app/app/src/main/res/values/strings.xml

29 lines
1.8 KiB
XML

<resources>
<string name="app_name">Exodus Privacy</string>
<string name="app_logo">Application Logo</string>
<string name="trackers_pct">Trackers:</string>
<string name="permissions_pct">Permissions:</string>
<string name="trackers">Trackers</string>
<string name="permissions">Permissions</string>
<string name="network_error">Network Unavailable</string>
<string name="not_connected">No Internet Connection</string>
<string name="json_error">JSON Error</string>
<string name="installed">Installed Version: </string>
<string name="report_version">Tested Version: </string>
<string name="no_trackers">No tested trackers were found</string>
<string name="no_permissions">No permissions are requested by this application</string>
<string name="tested">There\'s no report for the installed version (%1$s), the information displayed is based on another (%2$s) version</string>
<string name="analysed">This app hasn\'t been analysed by Exodus Privacy yet.</string>
<string name="no_package_manager">It appears that your system doesn\'t allow access to the list of installed apps.</string>
<string name="no_app_found">It appears that you don\'t have any apps installed from the source we test (Google Play store).</string>
<string name="get_reports_connection">Getting applications: Waiting for server connection</string>
<string name="get_reports">Getting applications</string>
<string name="parse_application">Processing Applications:</string>
<string name="parse_trackers">Processing Trackers:</string>
<string name="get_trackers_connection">Getting trackers: Waiting for server connection</string>
<string name="get_trackers">Getting trackers</string>
<!-- Menu -->
<string name="menu_action_filter">Filter</string>
</resources>