element-ios/Vector/Assets/en.lproj/Vector.strings
yannick 5340584a8f user_settings_page
-> add password update dialog. (it works only on IOS 8 and above).
2015-12-08 15:39:53 +01:00

155 lines
No EOL
5.8 KiB
Text

/*
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" = "Messages";
"accounts" = "Accounts";
"account" = "Account";
// Actions
"view" = "View";
"mark_all_as_read_prompt" = "Mark all as read?";
"next" = "Next";
"back" = "Back";
"create" = "Create";
"leave" = "Leave";
"remove" = "Remove";
"retry" = "Retry";
"on" = "On";
"off" = "Off";
"cancel" = "Cancel";
"save" = "Save";
// Authentication
"auth_sign_in" = "Sign in";
"auth_login" = "Log in";
"auth_create_account" = "Create a new account";
"auth_create_account_title" = "Create an account";
"auth_register" = "Register";
"auth_back_to_login" = "I already have an account";
"auth_email_placeholder" = "Email address";
"auth_password_placeholder" = "Password";
// Chat 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 recents
"room_recents_favourites" = "FAVORITES";
"room_recents_conversations" = "CONVERSATIONS";
"room_recents_low_priority" = "LOW PRIORITY";
// Chat participants
"room_participants_title" = "Participants";
"room_participants_add_participant" = "Add participant";
"room_participants_one_participant" = "1 participant";
"room_participants_multi_participants" = "%d participants";
"room_participants_leave_prompt_title" = "Leave?";
"room_participants_leave_prompt_msg" = "Are you sure you want to leave this chat?";
"room_participants_remove_prompt_title" = "Remove?";
"room_participants_remove_prompt_msg" = "Are you sure you want to remove %@ from this chat?";
"room_participants_admin_name" = "%@ (admin)";
"room_participants_invite_another_user" = "Invite another user";
// Chat
"room_one_user_is_typing" = "%@ is typing...";
"room_two_users_are_typing" = "%@ & %@ are typing...";
"room_many_users_are_typing" = "%@, %@ & others are typing...";
// 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";
"settings_user_settings" = "USER SETTINGS";
"settings_notifications_settings" = "NOTIFICATION SETTINGS";
"settings_other" = "OTHER";
"settings_sign_out" = "Sign Out";
"settings_profile_picture" = "Profile Picture";
"settings_display_name" = "Display Name";
"settings_first_name" = "First Name";
"settings_surname" = "Surname";
"settings_email_address" = "Email Address";
"settings_change_password" = "Change password";
"settings_phone_number" = "Phone Number";
"settings_night_mode" = "Night Mode";
"settings_enable_all_notif" = "Enable all notifications";
"settings_general_messages" = "General messages";
"settings_messages_my_name" = "Messages containing my name";
"settings_messages_sent_to_me" = "Messages sent to me";
"settings_invited_to_room" = "When i'm invited to a room";
"settings_join_leave_rooms" = "When people join or leave rooms";
"settings_call_invitations" = "Call invitations";
"settings_version" = "Version %@";
"settings_term_conditions" = "Terms & conditions";
"settings_privacy_policy" = "Privacy Policy";
"settings_clear_cache" = "Clear cache";
"settings_change_password" = "Change password";
"settings_old_password" = "old password";
"settings_new_password" = "new password";
"settings_confirm_password" = "confirm password";
"settings_fail_to_update_password" = "Fail to update password";
"settings_password_updated" = "Your password has been updated";
// Room Details
"room_details_title" = "Room Details";
"room_details_room_name" = "Room Name";
"room_details_topic" = "Topic";
"room_details_people" = "People";
"room_details_settings" = "Settings";
"room_details_fail_to_update_topic" = "Fail to update the topic";
"room_details_fail_to_update_room_name" = "Fail to update the room name";
"notification_settings_global_notification_settings" = "Global Notification Settings";
// Media picker
"media_picker_picture_capture_title" = "Take a picture";
"media_picker_video_capture_title" = "Record a video";
"media_picker_both_capture_title" = "Take a picture or a video";
"media_picker_retake" = "Retake";
"media_picker_choose" = "Choose";
"media_picker_attach" = "Attach";
"media_picker_choose_from_library" = "Choose from library";
"media_picker_library" = "Library";
// Others
"you" = "You";
"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?";
"camera_access_not_granted" = "Vector doesn't have permission to use Camera, please change privacy settings";