mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
cc360b4487
- Add Registration Screen. - Add Server Selection Screen. - Rename AuthenticationCoordinator to LegacyAuthenticationCoordinator. - Add AuthenticationService and RegistrationWizard. - Async extensions. - Add global white and EMS colors to the themes. - Add tests for server selection and registration screens. - Accessibility and iPad layout tweaks. - Remove MainActor from Auth Coordinators/VMs/Views. (It broke the protocol conformances so now the methods and properties are marked individually.)
53 lines
2.7 KiB
Plaintext
53 lines
2.7 KiB
Plaintext
/*
|
||
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_server_title" = "Choose your server to store your data";
|
||
"authentication_registration_matrix_description" = "Join millions for free on the largest public server";
|
||
"authentication_registration_username" = "Username";
|
||
"authentication_registration_password" = "Password";
|
||
"authentication_registration_username_footer" = "You can’t change this later";
|
||
"authentication_registration_password_footer" = "Must be 8 characters or more";
|
||
|
||
"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_ems_title" = "Want to host your own server?";
|
||
/* This string will be followed by authentication_server_selection_ems_link on the next line. */
|
||
"authentication_server_selection_ems_message" = "Element Matrix Services (EMS) is a robust and reliable hosting service for fast, secure real time communication. Find out how on";
|
||
"authentication_server_selection_ems_link" = "element.io/ems";
|
||
"authentication_server_selection_ems_button" = "Get in touch";
|
||
"authentication_server_selection_generic_error" = "Cannot find a server at this URL, please check it is correct.";
|
||
|
||
// MARK: Spaces WIP
|
||
"spaces_feature_not_available" = "This feature isn't available here. For now, you can do this with %@ on your computer.";
|
||
|
||
"leave_space_action" = "Leave space";
|
||
"leave_space_and_one_room" = "Leave space and 1 room";
|
||
"leave_space_and_more_rooms" = "Leave space and %@ rooms";
|
||
"leave_space_selection_title" = "SELECT ROOMS";
|
||
"leave_space_selection_all_rooms" = "Select all rooms";
|
||
"leave_space_selection_no_rooms" = "Select no rooms";
|