/* Copyright 2015 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /** These strings will be ignored by Weblate. Useful for WIP **/ // MARK: Onboarding Personalization WIP "image_picker_action_files" = "Choose from files"; // MARK: Onboarding Authentication WIP "authentication_registration_title" = "Create your account"; "authentication_registration_message" = "We’ll need some info to get you set up."; "authentication_registration_username" = "Username"; "authentication_registration_username_footer" = "You can’t change this later"; "authentication_registration_password_footer" = "Must be 8 characters or more"; "authentication_login_title" = "Welcome back!"; "authentication_login_username" = "Username or Email"; "authentication_login_forgot_password" = "Forgot password"; "authentication_server_info_title" = "Choose your server to store your data"; "authentication_server_info_matrix_description" = "Join millions for free on the largest public server"; "authentication_server_selection_title" = "Choose your server"; "authentication_server_selection_message" = "What is the address of your server? A server is like a home for all your data."; "authentication_server_selection_server_url" = "Server URL"; "authentication_server_selection_server_footer" = "You can only connect to a server that has already been set up"; "authentication_server_selection_generic_error" = "Cannot find a server at this URL, please check it is correct."; "authentication_cancel_flow_confirmation_message" = "Your account is not created yet. Stop the registration process?"; "authentication_verify_email_input_title" = "Enter your email address"; "authentication_verify_email_input_message" = "This will help verify your account and enables password recovery."; "authentication_verify_email_text_field_placeholder" = "Email Address"; "authentication_verify_email_waiting_title" = "Check your email to verify."; "authentication_verify_email_waiting_message" = "To confirm your email address, tap the button in the email we just sent to %@"; "authentication_verify_email_waiting_hint" = "Did not receive an email?"; "authentication_verify_email_waiting_button" = "Resend email"; "authentication_forgot_password_input_title" = "Enter your email address"; "authentication_forgot_password_input_message" = "We will send you a verification link."; "authentication_forgot_password_text_field_placeholder" = "Email Address"; "authentication_forgot_password_waiting_title" = "Check your email"; "authentication_forgot_password_waiting_message" = "To confirm your email address, tap the button in the email we just sent to %@"; "authentication_forgot_password_waiting_hint" = "Did not receive an email?"; "authentication_forgot_password_waiting_button" = "Resend email"; "authentication_choose_password_input_title" = "Choose a new password"; "authentication_choose_password_input_message" = "Make sure it’s 8 characters or more."; "authentication_choose_password_text_field_placeholder" = "New Password"; "authentication_choose_password_signout_all_devices" = "Sign out of all devices"; "authentication_choose_password_submit_button" = "Reset Password"; "authentication_verify_msisdn_input_title" = "Enter your phone number"; "authentication_verify_msisdn_input_message" = "This will help verify your account and enables password recovery."; "authentication_verify_msisdn_text_field_placeholder" = "Phone Number"; "authentication_verify_msisdn_otp_text_field_placeholder" = "Verification Code"; "authentication_verify_msisdn_waiting_title" = "Confirm your phone number"; "authentication_verify_msisdn_waiting_message" = "We just sent a code to %@. Enter it below to verify it’s you."; "authentication_verify_msisdn_waiting_button" = "Resend code"; "authentication_verify_msisdn_invalid_phone_number" = "Invalid phone number"; "authentication_terms_title" = "Privacy policy"; "authentication_terms_message" = "Please read through T&C. You must accept in order to continue."; "authentication_terms_policy_url_error" = "Unable to find the selected policy. Please try again later."; "authentication_recaptcha_message" = "This server would like to make sure you are not a robot"; // MARK: Password Validation "password_validation_info_header" = "Your password should meet the criteria below:"; "password_validation_error_header" = "Given password does not meet the criteria below:"; "password_validation_error_min_length" = "At least %d characters."; "password_validation_error_max_length" = "Not exceed %d characters."; "password_validation_error_contain_lowercase_letter" = "Contain a lower-case letter."; "password_validation_error_contain_uppercase_letter" = "Contain an upper-case letter."; "password_validation_error_contain_number" = "Contain a number."; "password_validation_error_contain_symbol" = "Contain a symbol."; // MARK: Room Info "room_info_back_button_title" = "Room Info";