Skip to content

Commit

Permalink
Add daita string indicies
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Dec 12, 2024
1 parent 14ed74f commit 24e1ef0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ private enum class DaitaPages(
stringResource(
R.string.daita_description_slide_2_second_paragraph,
stringResource(id = R.string.daita),
stringResource(id = R.string.daita),
)
},
textThirdParagraph =
Expand Down
18 changes: 9 additions & 9 deletions android/lib/resource/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
<string name="failed_to_set_current_unknown_error">Failed to set to current - Unknown reason</string>
<string name="location_was_removed_from_list">%s was removed from \"%s\"</string>
<string name="create_custom_list_message">\"%s\" was created</string>
<string name="daita_info">By enabling “%s” you will have to manually select a server that is %s-enabled. This can cause you to end up in a blocked state until you have selected a compatible server in the “Select location” view.</string>
<string name="daita_info">By enabling “%1$s” you will have to manually select a server that is %2$s-enabled. This can cause you to end up in a blocked state until you have selected a compatible server in the “Select location” view.</string>
<string name="daita_warning">Attention: Since this increases your total network traffic, be cautious if you have a limited data plan. It can also negatively impact your network speed and battery usage.</string>
<string name="setting_chip">Setting: %s</string>
<string name="enable_anyway">Enable anyway</string>
Expand Down Expand Up @@ -409,16 +409,16 @@
<string name="search_results">Search results</string>
<string name="filters">Filters:</string>
<string name="search_query_empty">Type at least 2 characters to start searching.</string>
<string name="daita_description_slide_1_first_paragraph">%s (%s) hides patterns in your encrypted VPN traffic.</string>
<string name="daita_description_slide_1_first_paragraph">%1$s (%2$s) hides patterns in your encrypted VPN traffic.</string>
<string name="daita_description_slide_1_second_paragraph">By using sophisticated AI it’s possible to analyze the traffic of data packets going in and out of your device (even if the traffic is encrypted).</string>
<string name="daita_description_slide_1_third_paragraph">If an observer monitors these data packets, %s makes it significantly harder for them to identify which websites you are visiting or with whom you are communicating.</string>
<string name="daita_description_slide_2_first_paragraph">%s does this by carefully adding network noise and making all network packets the same size.</string>
<string name="daita_description_slide_2_second_paragraph">Not all our servers are %s-enabled. Therefore, we use multihop automatically to enable %s with any server.</string>
<string name="daita_description_slide_1_third_paragraph">If an observer monitors these data packets, %1$s makes it significantly harder for them to identify which websites you are visiting or with whom you are communicating.</string>
<string name="daita_description_slide_2_first_paragraph">%1$s does this by carefully adding network noise and making all network packets the same size.</string>
<string name="daita_description_slide_2_second_paragraph">Not all our servers are %1$s-enabled. Therefore, we use multihop automatically to enable %1$s with any server.</string>
<string name="daita_description_slide_2_third_paragraph">Attention: Be cautious if you have a limited data plan as this feature will increase your network traffic.</string>
<string name="direct_only">Direct only</string>
<string name="enable_direct_only">Enable \"%s\"</string>
<string name="direct_only_description">Not all our servers are %s-enabled. In order to use the internet, you might have to select a new location after enabling.</string>
<string name="multihop_entry_disabled_description">The entry server for %s is currently overridden by %s. To select an entry server, please first enable “%s” or disable \"%s\" in the settings.</string>
<string name="open_feature_settings">Open %s settings</string>
<string name="enable_direct_only">Enable \"%1$s\"</string>
<string name="direct_only_description">Not all our servers are %1$s-enabled. In order to use the internet, you might have to select a new location after enabling.</string>
<string name="multihop_entry_disabled_description">The entry server for %1$s is currently overridden by %2$s. To select an entry server, please first enable “%3$s” or disable \"%4$s\" in the settings.</string>
<string name="open_feature_settings">Open %1$s settings</string>
<string name="search">Search</string>
</resources>

0 comments on commit 24e1ef0

Please sign in to comment.