mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
78d139dea5
- remove home tab (add public rooms in recents). - remove contacts tab - clean settings
41 lines
1.5 KiB
Plaintext
41 lines
1.5 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.
|
|
*/
|
|
|
|
// Titles
|
|
"recents" = "Recents";
|
|
"accounts" = "Accounts";
|
|
|
|
// Actions
|
|
"view" = "View";
|
|
"mark_all_as_read_prompt" = "Mark all as read?";
|
|
|
|
// Settings
|
|
"account_logout_all" = "Logout all accounts";
|
|
|
|
"settings_config_ios_console_version" = "Console version: %@";
|
|
"settings_config_ios_kit_version" = "MatrixKit version: %@";
|
|
"settings_config_ios_sdk_version" = "MatrixSDK version: %@";
|
|
"settings_config_build_number" = "Build: %@";
|
|
"settings_config_no_build_info" = "(no build info)";
|
|
"settings_title_config" = "Configuration";
|
|
"settings_clear_cache" = "Clear cache";
|
|
|
|
"notification_settings_global_notification_settings" = "Global Notification Settings";
|
|
|
|
// Others
|
|
"public_room_section_title" = "Public Rooms (at %@):";
|
|
"bug_report_prompt" = "The application has crashed last time. Would you like to submit a crash report?";
|
|
"rage_shake_prompt" = "You seem to be shaking the phone in frustration. Would you like to submit a bug report?"; |