summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Harhash <email@lacentix.me>2023-06-26 09:42:00 +0000
committerAhmed Harhash <email@lacentix.me>2023-06-26 09:42:00 +0000
commit9c084c2110489ec3b1b44549325c8e2e71a968a0 (patch)
treeca6b308d214cac05646a5eacb8bbafcd7eacf6f0
parent8b1855bce1313ad84df8f96efdbb62e2acf7ff33 (diff)
parent3eb985a78daf57a01b30fa2e130a9b6d2b8b69c7 (diff)
Merge branch '24-main-weblate_ctx' into 'main'
res/values: strings.xml: Add weblate_ctx See merge request e/os/advanced-privacy!135
-rw-r--r--app/src/main/res/values/strings.xml112
1 files changed, 56 insertions, 56 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 230b0a9..fac1f75 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -8,79 +8,79 @@
<string name="dummy_system_app_label">System</string>
<string name="dummy_apps_compatibility_app_label">Applications compatibility</string>
- <string name="graph_empty_message">Congratulations! No trackers are profiling you.</string>
- <string name="graph_legend_blocked">Blocked leaks</string>
- <string name="graph_legend_allowed">Allowed leaks</string>
- <string name="graph_subtitle">Tap on the bars for more information.</string>
+ <string name="graph_empty_message" weblate_ctx="home;widget;trackers-2">Congratulations! No trackers are profiling you.</string>
+ <string name="graph_legend_blocked" weblate_ctx="home;widget;trackers-2">Blocked leaks</string>
+ <string name="graph_legend_allowed" weblate_ctx="home;widget;trackers-2">Allowed leaks</string>
+ <string name="graph_subtitle" weblate_ctx="home;trackers-2">Tap on the bars for more information.</string>
<string name="error_no_activity_view_url">No application to see webpages</string>
<!-- Dashboard -->
- <string name="dashboard_title" translatable="false">@string/app_name</string>
+ <string name="dashboard_title" translatable="false" weblate_ctx="home">@string/app_name</string>
<string name="dashboard_state_title_on">Your online privacy is protected</string>
<string name="dashboard_state_title_off">Your online privacy is unprotected</string>
- <string name="dashboard_state_title_custom">Custom privacy settings applied</string>
+ <string name="dashboard_state_title_custom" weblate_ctx="home">Custom privacy settings applied</string>
<string name="dashboard_state_trackers_label">Trackers</string>
<string name="dashboard_state_trackers_off">Vulnerable</string>
- <string name="dashboard_state_trackers_on">Denied</string>
+ <string name="dashboard_state_trackers_on" weblate_ctx="home-trackers-on">Denied</string>
<string name="dashboard_state_trackers_custom">Custom</string>
<string name="dashboard_state_geolocation_label">Location</string>
- <string name="dashboard_state_geolocation_off">Exposed</string>
- <string name="dashboard_state_geolocation_on">Fake</string>
+ <string name="dashboard_state_geolocation_off" weblate_ctx="home">Exposed</string>
+ <string name="dashboard_state_geolocation_on" weblate_ctx="home-location-on">Fake</string>
<string name="dashboard_state_ipaddress_label">Real IP address</string>
- <string name="dashboard_state_ipaddress_off">Exposed</string>
+ <string name="dashboard_state_ipaddress_off" weblate_ctx="home">Exposed</string>
<string name="dashboard_state_ipaddress_on">Hidden</string>
- <string name="dashboard_graph_label">Personal data leakage:</string>
+ <string name="dashboard_graph_label" weblate_ctx="home">Personal data leakage:</string>
<string name="dashboard_graph_period">Today</string>
<string name="dashboard_graph_trackers_legend">%s trackers have profiled you in the last 24 hours</string>
<string name="dashboard_graph_leaking_app">View</string>
- <string name="dashboard_am_i_tracked_title">Manage apps\' trackers</string>
- <string name="dashboard_am_i_tracked_subtitle">%1$d detected trackers, %2$d allowed trackers</string>
- <string name="dashboard_apps_permissions_title">Manage apps\' permissions</string>
- <string name="dashboard_apps_permissions_subtitle">Manage your permissions</string>
- <string name="dashboard_location_title">Manage my location</string>
- <string name="dashboard_location_subtitle_off">Real geolocation</string>
+ <string name="dashboard_am_i_tracked_title" weblate_ctx="home;home-2">Manage apps\' trackers</string>
+ <string name="dashboard_am_i_tracked_subtitle" weblate_ctx="home;home-2">%1$d detected trackers, %2$d allowed trackers</string>
+ <string name="dashboard_apps_permissions_title" weblate_ctx="home-2">Manage apps\' permissions</string>
+ <string name="dashboard_apps_permissions_subtitle" weblate_ctx="home-2">Manage your permissions</string>
+ <string name="dashboard_location_title" weblate_ctx="home-2">Manage my location</string>
+ <string name="dashboard_location_subtitle_off" weblate_ctx="home-2">Real geolocation</string>
<string name="dashboard_location_subtitle_specific">Specific fake geolocation</string>
<string name="dashboard_location_subtitle_random">Random fake geolocation</string>
- <string name="dashboard_internet_activity_privacy_title">Manage my Internet address</string>
- <string name="dashboard_internet_activity_privacy_subtitle_off">Real IP address exposed</string>
+ <string name="dashboard_internet_activity_privacy_title" weblate_ctx="home-2 ">Manage my Internet address</string>
+ <string name="dashboard_internet_activity_privacy_subtitle_off" weblate_ctx="home-2">Real IP address exposed</string>
<string name="dashboard_internet_activity_privacy_subtitle_on">Real IP address hidden</string>
<!-- IpScrambling -->
- <string name="ipscrambling_title">Manage my Internet address</string>
- <string name="ipscrambling_info">Your Internet address or IP address is the identifier assigned to your phone when connected to the Internet.\n\nManage my Internet address enables you to use a fake IP address instead of your real IP address. This way, your Internet activity cannot be linked to your real IP address and to your device.</string>
- <string name="ipscrambling_real_ip_label">Use my real IP address</string>
- <string name="ipscrambling_real_ip_subtitle">I can be tracked by my IP address</string>
- <string name="ipscrambling_hide_ip_label">Hide my real IP address</string>
- <string name="ipscrambling_hide_ip_subtitle">I am anonymous on the Internet</string>
- <string name="ipscrambling_tor_disclaimer"><b>Note:</b> While this option is active, your Internet speed is likely to be significantly reduced.</string>
- <string name="ipscrambling_location_label">My Internet activity must appear from:</string>
- <string name="ipscrambling_any_location">Random country</string>
- <string name="ipscrambling_select_app">Apply this setting to all selected applications * :</string>
+ <string name="ipscrambling_title" weblate_ctx="ip">Manage my Internet address</string>
+ <string name="ipscrambling_info" weblate_ctx="ip">Your Internet address or IP address is the identifier assigned to your phone when connected to the Internet.\n\nManage my Internet address enables you to use a fake IP address instead of your real IP address. This way, your Internet activity cannot be linked to your real IP address and to your device.</string>
+ <string name="ipscrambling_real_ip_label" weblate_ctx="ip">Use my real IP address</string>
+ <string name="ipscrambling_real_ip_subtitle" weblate_ctx="ip">I can be tracked by my IP address</string>
+ <string name="ipscrambling_hide_ip_label" weblate_ctx="ip">Hide my real IP address</string>
+ <string name="ipscrambling_hide_ip_subtitle" weblate_ctx="ip">I am anonymous on the Internet</string>
+ <string name="ipscrambling_tor_disclaimer" weblate_ctx="ip"><b>Note:</b> While this option is active, your Internet speed is likely to be significantly reduced.</string>
+ <string name="ipscrambling_location_label" weblate_ctx="ip">My Internet activity must appear from:</string>
+ <string name="ipscrambling_any_location" weblate_ctx="ip">Random country</string>
+ <string name="ipscrambling_select_app" weblate_ctx="ip">Apply this setting to all selected applications * :</string>
<string name="ipscrambling_app_list_infos">Only apps with Internet permission are listed.</string>
<string name="ipscrambling_error_quickprivacy_disabled">Enabled Quick Privacy to use functionalities</string>
<string name="ipscrambling_error_always_on_vpn_already_running">Please disable the 3rd-party VPN %s in order for Advanced Privacy to hide your real IP address.</string>
<string name="ipscrambling_warning_starting_long">Our scrambling IP service is taking time to launch. It can take a few minutes. Leaving the screen won\'t interrupt the process.</string>
<!-- Location -->
- <string name="location_title">Manage my location</string>
- <string name="location_info">Your location can reveal a lot about yourself or your activities.\n\nManage my location enables you to use a fake location instead of your real position. This way, your real location isn\'t shared with applications that might be snooping too much.</string>
- <string name="location_use_real_location">Use my real location</string>
- <string name="location_use_random_location">Use a random plausible location</string>
- <string name="location_use_specific_location">Use a specific location</string>
- <string name="location_hint_longitude">Longitude</string>
- <string name="location_hint_latitude">Latitude</string>
+ <string name="location_title" weblate_ctx="location-1">Manage my location</string>
+ <string name="location_info" weblate_ctx="location-1">Your location can reveal a lot about yourself or your activities.\n\nManage my location enables you to use a fake location instead of your real position. This way, your real location isn\'t shared with applications that might be snooping too much.</string>
+ <string name="location_use_real_location" weblate_ctx="location-1">Use my real location</string>
+ <string name="location_use_random_location" weblate_ctx="location-1">Use a random plausible location</string>
+ <string name="location_use_specific_location" weblate_ctx="location-1">Use a specific location</string>
+ <string name="location_hint_longitude" weblate_ctx="location-2">Longitude</string>
+ <string name="location_hint_latitude" weblate_ctx="location-2">Latitude</string>
<string name="location_input_error">Invalid coordinates</string>
<!-- Trackers -->
- <string name="trackers_title">Manage apps\' trackers</string>
- <string name="trackers_info">Trackers are pieces of code hidden in apps. They collect your data and follow your activity 24/7. See which trackers are active and block them all for best protection. As it could cause some applications to malfunction, you can choose specifically which trackers you want to block.</string>
- <string name="trackers_info_more">Learn more</string>
- <string name="trackers_count_label">%d trackers</string>
- <string name="trackers_period_day">24 hours</string>
- <string name="trackers_period_month">past month</string>
- <string name="trackers_period_year">past year</string>
- <string name="trackers_applist_title">Manage trackers used in applications * :</string>
+ <string name="trackers_title" weblate_ctx="trackers-1">Manage apps\' trackers</string>
+ <string name="trackers_info" weblate_ctx="trackers-1">Trackers are pieces of code hidden in apps. They collect your data and follow your activity 24/7. See which trackers are active and block them all for best protection. As it could cause some applications to malfunction, you can choose specifically which trackers you want to block.</string>
+ <string name="trackers_info_more" weblate_ctx="trackers-1">Learn more</string>
+ <string name="trackers_count_label" weblate_ctx="trackers-1">%d trackers</string>
+ <string name="trackers_period_day" weblate_ctx="trackers-1">24 hours</string>
+ <string name="trackers_period_month" weblate_ctx="trackers-1;trackers-2">past month</string>
+ <string name="trackers_period_year" weblate_ctx="trackers-1">past year</string>
+ <string name="trackers_applist_title" weblate_ctx="trackers-3">Manage trackers used in applications * :</string>
<string name="trackers_applist_infos" translatable="false">@string/ipscrambling_app_list_infos</string>
<string name="trackers_graph_hours_period_format">HH:mm</string>
@@ -100,22 +100,22 @@
<string name="apptrackers_reset">Reset trackers</string>
<!-- Features warning dialog -->
- <string name="warningdialog_do_not_show_again">Do not show again</string>
- <string name="warningdialog_trackers_title">Trackers control</string>
- <string name="warningdialog_trackers_message">While this option is active, in some rare cases, some apps may not work properly. If you meet any problems, you can disable trackers control for specific apps and websites at anytime.</string>
- <string name="warningdialog_trackers_secondary_cta">Manage app trackers</string>
- <string name="warningdialog_location_title">Fake my location</string>
- <string name="warningdialog_location_message">While this option is active, some apps that rely on your real location may not work properly. It\'s recommended to enable it only occasionally, only when needed.</string>
- <string name="warningdialog_ipscrambling_title">Hide my IP</string>
- <string name="warningdialog_ipscrambling_message">This option uses the TOR network to hide your real IP address. Only use it for specific applications. While your IP is faked, your Internet speed is likely to be reduced.\n<b>Important:</b> we advise disabling this feature for email services as your address may end into permanent ban from your provider.</string>
- <string name="warningdialog_ipscrambling_cta">I understand</string>
+ <string name="warningdialog_do_not_show_again" weblate_ctx="home-trackers-alert;widget-trackers-alert;home-location-alert;widget-location-alert;home-ipscrambling-alert;widget-ipscrambling-alert">Do not show again</string>
+ <string name="warningdialog_trackers_title" weblate_ctx="home-trackers-alert;widget-trackers-alert">Trackers control</string>
+ <string name="warningdialog_trackers_message" weblate_ctx="home-trackers-alert;widget-trackers-alert">While this option is active, in some rare cases, some apps may not work properly. If you meet any problems, you can disable trackers control for specific apps and websites at anytime.</string>
+ <string name="warningdialog_trackers_secondary_cta" weblate_ctx="home-trackers-alert;widget-trackers-alert">Manage app trackers</string>
+ <string name="warningdialog_location_title" weblate_ctx="home-location-alert;widget-location-alert">Fake my location</string>
+ <string name="warningdialog_location_message" weblate_ctx="home-location-alert;widget-location-alert">While this option is active, some apps that rely on your real location may not work properly. It\'s recommended to enable it only occasionally, only when needed.</string>
+ <string name="warningdialog_ipscrambling_title" weblate_ctx="home-ipscrambling-alert;widget-ipscrambling-alert">Hide my IP</string>
+ <string name="warningdialog_ipscrambling_message" weblate_ctx="home-ipscrambling-alert;widget-ipscrambling-alert">This option uses the TOR network to hide your real IP address. Only use it for specific applications. While your IP is faked, your Internet speed is likely to be reduced.\n<b>Important:</b> we advise disabling this feature for email services as your address may end into permanent ban from your provider.</string>
+ <string name="warningdialog_ipscrambling_cta" weblate_ctx="home-ipscrambling-alert;widget-ipscrambling-alert">I understand</string>
<!-- Widget -->
<string name="widget_title" translatable="false">@string/app_name</string>
- <string name="widget_state_title_on">Your online privacy is protected</string>
- <string name="widget_state_title_off">Your online privacy is unprotected</string>
- <string name="widget_state_title_custom">Custom privacy settings applied</string>
+ <string name="widget_state_title_on" weblate_ctx="widget">Your online privacy is protected</string>
+ <string name="widget_state_title_off" weblate_ctx="widget">Your online privacy is unprotected</string>
+ <string name="widget_state_title_custom" weblate_ctx="widget">Custom privacy settings applied</string>
<string name="widget_state_trackers_label" translatable="false">@string/dashboard_state_trackers_label</string>
<string name="widget_state_trackers_off" translatable="false">@string/dashboard_state_trackers_off</string>
<string name="widget_state_trackers_on" translatable="false">@string/dashboard_state_trackers_on</string>