Skip to content

Commit f389e28

Browse files
committed
using app name template for the carousel content which contains the app name
- also marks the now unused strings for deletion
1 parent 505c667 commit f389e28

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

vector/src/main/res/values/donottranslate.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
<string name="ftue_auth_carousel_body_control" translatable="false">Choose where your conversations are kept, giving you control and independence. Connected via Matrix.</string>
2323
<string name="ftue_auth_carousel_body_encrypted" translatable="false">End-to-end encrypted and no phone number required. No ads or datamining.</string>
2424
<string name="ftue_auth_carousel_title_messaging" translatable="false">Messaging for your team.</string>
25-
<string name="ftue_auth_carousel_body_workplace" translatable="false">Element is also great for the workplace. It’s trusted by the world’s most secure organisations.</string>
25+
<!-- Note to translators: the translation MUST contain the string "${app_name}", which will be replaced by the application name -->
26+
<string name="template_ftue_auth_carousel_body_workplace" translatable="false">${app_name} is also great for the workplace. It’s trusted by the world’s most secure organisations.</string>
2627

2728
<string name="ftue_auth_use_case_title" translatable="false">Who will you chat to the most?</string>
2829
<string name="ftue_auth_use_case_subtitle" translatable="false">We\'ll help you get connected.</string>

vector/src/main/res/values/strings.xml

+4
Original file line numberDiff line numberDiff line change
@@ -2521,12 +2521,16 @@
25212521

25222522
<!-- Onboarding -->
25232523
<string name="ftue_auth_carousel_1_title">Own your conversations.</string>
2524+
<!-- TODO TO BE REMOVED -->
25242525
<string name="ftue_auth_carousel_1_body">End-to-end encrypted messaging for secure and independent communication, connected via Matrix.</string>
25252526
<string name="ftue_auth_carousel_2_title">You\'re in control.</string>
2527+
<!-- TODO TO BE REMOVED -->
25262528
<string name="ftue_auth_carousel_2_body">Element lets you choose where your messages are stored, keeping you in control of your data.</string>
25272529
<string name="ftue_auth_carousel_3_title">Secure Messaging.</string>
2530+
<!-- TODO TO BE REMOVED -->
25282531
<string name="ftue_auth_carousel_3_body">No phone number required, so you don\'t have to share those details with the outside world. No ads, no datamining.</string>
25292532
<string name="ftue_auth_carousel_4_title">Cut the slack from teams.</string>
2533+
<!-- TODO TO BE REMOVED -->
25302534
<string name="ftue_auth_carousel_4_body">As universal as email, Element is a completely new type of collaboration.</string>
25312535

25322536
<string name="login_splash_title">It\'s your conversation. Own it.</string>

0 commit comments

Comments
 (0)