NetGuard/app/src/main/res/values-sl/strings.xml

99 lines
6.9 KiB
XML
Raw Normal View History

2015-11-23 07:42:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright \u00A9 2015 by M. Bokhorst (M66B)</string>
2015-11-29 08:01:24 +00:00
<string name="app_android">NetGuard requires Android 5.0 or later</string>
2015-11-23 07:42:11 +00:00
<string name="app_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>
<string name="app_first">Great care has been taken to develop and test NetGuard,
however it is impossible to guarantee it will work correctly on every device.
NetGuard is known to crash when activated on some devices. It is also known to block all traffic on some other devices.
These issues are caused by bugs in Android, or in the software provided by the manufacturer, so please don\'t blame NetGuard.
\n\nBy using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>
<string name="menu_search">Search for application</string>
2015-12-26 09:02:35 +00:00
<string name="menu_filter">Filter applications</string>
<string name="menu_app_user">Show user applications</string>
<string name="menu_app_system">Show system applications</string>
2015-12-27 15:26:36 +00:00
<string name="menu_app_nointernet">Show applications without internet</string>
<string name="menu_app_disabled">Show disabled applications</string>
2015-12-28 08:11:48 +00:00
<string name="menu_sort">Sort applications</string>
<string name="menu_sort_name">Sort on name</string>
<string name="menu_sort_data">Sort on data usage</string>
2015-11-23 07:42:11 +00:00
<string name="menu_settings">Settings</string>
<string name="menu_invite">Invite</string>
<string name="menu_support">Support</string>
<string name="menu_about">About</string>
2015-12-03 14:01:12 +00:00
<string name="setting_defaults">Defaults</string>
2015-12-01 07:38:46 +00:00
<string name="setting_whitelist_wifi">Block Wi-Fi</string>
<string name="setting_whitelist_other">Block mobile</string>
<string name="setting_screen_wifi">Allow Wi-Fi when screen on</string>
<string name="setting_screen_other">Allow mobile when screen on</string>
<string name="setting_whitelist_roaming">Block roaming</string>
2015-12-03 14:01:12 +00:00
<string name="setting_options">Options</string>
<string name="setting_system">Manage system applications</string>
<string name="setting_auto">Auto enable after %1$s minutes</string>
<string name="setting_dark">Use dark theme</string>
2015-12-10 09:08:18 +00:00
<string name="setting_wifi_home">Wi-Fi home networks: %1$s</string>
2015-11-23 07:42:11 +00:00
<string name="setting_metered">Handle metered Wi-Fi networks</string>
2015-12-02 19:11:06 +00:00
<string name="setting_metered_2g">Consider 2G unmetered</string>
<string name="setting_metered_3g">Consider 3G unmetered</string>
<string name="setting_metered_4g">Consider LTE unmetered</string>
<string name="setting_national_roaming">Ignore national roaming</string>
2015-12-13 14:58:08 +00:00
<string name="setting_stats_category">Speed notification</string>
<string name="setting_stats">Show speed notification</string>
<string name="setting_stats_top">Show top applications</string>
<string name="setting_stats_base">Speed baseline: %s KB/s</string>
2015-12-15 07:46:29 +00:00
<string name="setting_stats_frequency">Sample interval: %s ms</string>
2015-12-13 14:58:08 +00:00
<string name="setting_stats_samples">Number of samples: %s s</string>
2015-12-03 14:01:12 +00:00
<string name="setting_backup">Backup</string>
2015-11-23 07:42:11 +00:00
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
<string name="setting_technical">Technical information</string>
<string name="summary_system">Define rules for system applications (for experts)</string>
2015-12-09 15:47:22 +00:00
<string name="summary_stats">Show network speed graph in status bar notification</string>
2015-12-03 14:01:12 +00:00
<string name="summary_auto">After disabling using the widget, automatically enable NetGuard again after the selected number of minutes\nEnter zero to disable this option</string>
2015-12-08 13:20:40 +00:00
<string name="summary_wifi_home">Apply Wi-Fi network rules for selected network only (apply mobile network rules for other Wi-Fi networks)</string>
2015-11-23 07:42:11 +00:00
<string name="summary_metered">Apply mobile network rules to metered (paid, tethered) Wi-Fi networks</string>
2015-12-02 19:11:06 +00:00
<string name="summary_metered_2g">Apply Wi-Fi network rules for 2G data connections</string>
<string name="summary_metered_3g">Apply Wi-Fi network rules for 3G data connections</string>
<string name="summary_metered_4g">Apply Wi-Fi network rules for LTE data connections</string>
2015-12-01 09:01:33 +00:00
<string name="summary_national_roaming">Do not apply roaming rules when the SIM and mobile network country are the same</string>
2015-11-23 07:42:11 +00:00
<string name="msg_sure">Are you sure?</string>
<string name="msg_started">Enforcing rules</string>
<string name="msg_packages">%1$d allowed, %2$d blocked</string>
<string name="msg_disabled">NetGuard is disabled, use the switch above to enable NetGuard</string>
<string name="msg_revoked">NetGuard has been disabled, likely by using another VPN based application</string>
2015-12-25 12:13:08 +00:00
<string name="msg_installed">\'%1$s\' installed</string>
2015-11-23 07:42:11 +00:00
<string name="msg_completed">Action completed</string>
<string name="msg_vpn">NetGuard uses a local VPN as a sinkhole to block internet traffic.
For this reason, please allow a VPN connection in the next dialog.
Since NetGuard has no internet permission, you know your internet traffic is not being sent anywhere.</string>
<string name="msg_try">Try NetGuard</string>
2015-11-30 12:08:51 +00:00
<string name="msg_terms">By donating you agree to the <a href="http://www.netguard.me/#terms">terms &amp; conditions</a></string>
2015-11-23 07:42:11 +00:00
<string name="msg_dimming">If you cannot press OK in the next dialog, another (screen dimming) application is likely manipulating the screen.</string>
2015-12-25 21:38:02 +00:00
<string name="msg_mbday">± %1$.3f▲ %2$.3f▼ MB/day</string>
2015-12-10 10:40:46 +00:00
<string name="msg_kbsec">%7.3f KB/s</string>
<string name="msg_mbsec">%7.3f MB/s</string>
2015-11-23 07:42:11 +00:00
<string name="title_screen_wifi">Allow Wi-Fi when screen is on</string>
<string name="title_screen_other">Allow mobile when screen is on</string>
<string name="title_roaming">Block when roaming</string>
<string name="title_disabled">is disabled</string>
<string name="title_internet">has no internet permission</string>
<string name="title_launch">Start application</string>
<string name="title_rate">Rate</string>
2015-12-25 12:13:08 +00:00
<string name="title_allow">Allow</string>
<string name="title_block">Block</string>
2015-12-30 17:50:34 +00:00
<string name="title_pro">Pro features</string>
2015-12-31 18:41:46 +00:00
<string name="title_pro_trial_until">Pro features trial until %1$s</string>
<string name="title_pro_trial_ended">Pro features trial period ended</string>
<string name="title_pro_description">The following convenience features are available:</string>
<string name="title_pro_select">Search, filter, sort applications</string>
<string name="title_pro_notify">New application reminders</string>
<string name="title_pro_theme">Appearance (theme)</string>
<string name="title_pro_speed">Network speed graph</string>
<string name="title_pro_backup">Export/import (backup)</string>
2015-12-30 17:50:34 +00:00
<string name="title_pro_buy">Details</string>
<string name="title_pro_bought">Enabled</string>
2015-12-31 09:18:00 +00:00
<string name="title_pro_challenge">Challenge</string>
<string name="title_pro_reponse">Response</string>
2015-11-23 07:42:11 +00:00
</resources>