mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
07f8d4d52e
* Bring leaving space experience in line with Web #4850 - Done
31 lines
1.1 KiB
Plaintext
31 lines
1.1 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";
|
|
|
|
"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";
|