element-ios/Vector/Assets/en.lproj/Vector.strings

61 lines
2.4 KiB
Text
Raw Normal View History

/*
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?";
"next" = "Next";
"back" = "Back";
// Room creation
"room_creation_title" = "New Chat";
"room_creation_account" = "Account";
"room_creation_appearance" = "Appearance";
"room_creation_appearance_name" = "Name";
"room_creation_appearance_picture" = "Chat picture (optional)";
"room_creation_privacy" = "Privacy";
"room_creation_private_room" = "This chat is private";
"room_creation_public_room" = "This chat is public";
"room_creation_make_public" = "Make public";
"room_creation_make_public_prompt_title" = "Make this chat public?";
"room_creation_make_public_prompt_msg" = "Are you sure you want to make this chat public? Anyone can read your messages and join the chat.";
"room_creation_keep_private" = "Keep private";
"room_creation_make_private" = "Make private";
"room_creation_create" = "Create Chat";
"room_creation_add_participants" = "Add Participants";
"room_creation_participants" = "Participants";
// 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?";