Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add strings needed for instant onboarding #3001

Merged
merged 6 commits into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,31 @@


<!-- welcome and login -->
<!-- Primary button on the welcome screen, allows to create an instant account -->
<string name="onboarding_create_instant_account">Let\'s Get Started!</string>
<!-- Secondary button on the welcome screen, allows to "Add as Second Device", "Restore from Backup", "Manual Login" -->
<string name="onboarding_alternative_logins">I Already Have a Login</string>
<!-- Button, allows to log in to existing email accounts, setting ports, passwords and so on -->
<string name="manual_account_setup_option">Manual Login</string>
<!-- Instant onboarding title (there is not more to do than to set name and avatar) -->
<string name="instant_onboarding_title">Your Profile</string>
<!-- This is a link to the default Privacy Policy -->
<string name="instant_onboarding_agree_default">Read the Privacy Policy</string>
<!-- The placeholder will be replaced by instance name, the whole text will link to the instance page -->
<string name="instant_onboarding_agree_instance">About profiles on %1$s</string>
<!-- Confirmation button on the instant onboarding screen -->
<string name="instant_onboarding_create">Agree &amp; Create Profile</string>
<!-- Secondary, link-like button to open a page with other possible instances -->
<string name="instant_onboarding_show_more_instances">Explore Other Options</string>
<!-- Hint about what happens when "Create Profile" button in pressed; the placeholder will be replaced by the group name -->
<string name="instant_onboarding_group_info">Create a profile to join the group \"%1$s\".</string>
<!-- Hint about what happens when "Create Profile" button in pressed; the placeholder will be replaced by contact name and/or address -->
<string name="instant_onboarding_contact_info">Create a profile to chat with %1$s.</string>
<!-- Question shown when another user's QR code is scanned from onboarding screen -->
<string name="instant_onboarding_confirm_contact">Do you want to create a new profile and start chatting with %1$s?</string>
<!-- Question shown when group's QR code is scanned from onboarding screen -->
<string name="instant_onboarding_confirm_group">Do you want to create a new profile and join the \"%1$s\" chat group?</string>

<string name="welcome_chat_over_email">Chat over E-Mail.</string>
<string name="scan_invitation_code">Scan Invitation Code</string>
<string name="login_title">Log In</string>
Expand Down
Loading