mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
0171fb4a00
- Updated "Add space" error message
45 lines
1.9 KiB
Plaintext
45 lines
1.9 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
|
||
"onboarding_congratulations_title" = "Congratulations!";
|
||
"onboarding_congratulations_message" = "Your account %@ has been created.";
|
||
"onboarding_congratulations_personalize_button" = "Personalise profile";
|
||
"onboarding_congratulations_home_button" = "Take me home";
|
||
|
||
"onboarding_personalization_save" = "Save and continue";
|
||
"onboarding_personalization_skip" = "Skip this step";
|
||
|
||
"onboarding_display_name_title" = "Choose a display name";
|
||
"onboarding_display_name_message" = "This will be shown when you send messages.";
|
||
"onboarding_display_name_placeholder" = "Display Name";
|
||
"onboarding_display_name_hint" = "You can change this later";
|
||
"onboarding_display_name_max_length" = "Your display name must be less than 256 characters";
|
||
|
||
"onboarding_avatar_title" = "Add a profile picture";
|
||
"onboarding_avatar_message" = "You can change this anytime.";
|
||
"onboarding_avatar_accessibility_label" = "Profile picture";
|
||
|
||
"onboarding_celebration_title" = "You’re all set!";
|
||
"onboarding_celebration_message" = "Your preferences have been saved.";
|
||
"onboarding_celebration_button" = "Let's go";
|
||
|
||
"image_picker_action_files" = "Choose from files";
|
||
|
||
"spaces_feature_not_available" = "This feature isn't available here. For now, you can do this with %@ on your computer.";
|