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

223 lines
8.8 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
"title_recents" = "Messages";
// Actions
"view" = "View";
"mark_all_as_read_prompt" = "Mark all as read?";
"next" = "Next";
"back" = "Back";
2015-09-10 10:09:23 +00:00
"create" = "Create";
"leave" = "Leave";
"remove" = "Remove";
2015-11-27 14:16:16 +00:00
"retry" = "Retry";
"on" = "On";
"off" = "Off";
"cancel" = "Cancel";
"save" = "Save";
2015-12-09 16:38:39 +00:00
"join" = "Join";
"reject" = "Reject";
2016-01-19 17:59:40 +00:00
"camera" = "Camera";
// Authentication
"auth_login" = "Log in";
"auth_register" = "Register";
2016-01-27 11:40:26 +00:00
"auth_user_id_placeholder" = "Email or user name";
"auth_password_placeholder" = "Password";
2016-01-27 11:40:26 +00:00
"auth_user_name_placeholder" = "Your name";
"auth_email_placeholder" = "Email address";
"auth_repeat_password_placeholder" = "Repeat password";
2016-01-27 17:17:43 +00:00
"auth_forgot_password" = "Forgot password?";
"auth_use_server_options" = "Use custom server options (advanced)";
2015-08-18 14:24:48 +00:00
// 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";
2015-09-10 10:09:23 +00:00
// Room recents
2015-12-16 15:29:34 +00:00
"room_recents_directory" = "DIRECTORY";
"room_recents_favourites" = "FAVORITES";
"room_recents_conversations" = "ROOMS";
"room_recents_low_priority" = "LOW PRIORITY";
"room_recents_invites" = "INVITES";
// Search
"search_rooms" = "Rooms";
"search_messages" = "Messages";
"search_people" = "People";
// Directory
"directory_search_results_title" = "Browse directory results";
"directory_search_results" = "%tu results found for %@";
"directory_searching_title" = "Searching directory...";
2016-01-15 15:06:38 +00:00
"directory_search_fail" = "Failed to fetch data";
2015-09-10 10:09:23 +00:00
// 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";
"room_participants_invite_malformed_id_title" = "Invite Error";
"room_participants_invite_malformed_id" = "Malformed ID. Should be an email address or a Matrix ID like '@localpart:domain'";
2016-02-24 09:08:21 +00:00
"room_participants_active" = "Online";
"room_participants_invite" = "Invite";
"room_participants_leave" = "Left";
"room_participants_ban" = "Banned";
2016-02-24 09:08:21 +00:00
"room_participants_active_less_1_hour" = "Offline";
"room_participants_active_less_x_hours" = "Offline %luh ago";
"room_participants_active_less_x_days" = "Offline %lu days ago";
"room_participants_action_invite" = "Invite";
2016-03-01 15:00:15 +00:00
"room_participants_action_leave" = "Leave this room";
2016-02-24 09:08:21 +00:00
"room_participants_action_remove" = "Remove from this room";
"room_participants_action_ban" = "Block";
"room_participants_action_unban" = "Unblock";
"room_participants_action_set_default_power_level" = "Reset to normal user";
2016-02-24 09:08:21 +00:00
"room_participants_action_set_moderator" = "Make moderator";
"room_participants_action_set_admin" = "Make admin";
"room_participants_action_start_chat" = "Start chat";
"room_participants_action_start_voice_call" = "Start voice call";
"room_participants_action_start_video_call" = "Start video call";
2015-08-18 14:24:48 +00:00
// Chat
"room_one_user_is_typing" = "%@ is typing...";
"room_two_users_are_typing" = "%@ & %@ are typing...";
"room_many_users_are_typing" = "%@, %@ & others are typing...";
"room_message_placeholder" = "Type a message...";
"room_offline_notification" = "Connectivity to the server has been lost.";
"room_unsent_messages_notification" = "Messages not sent.";
"room_prompt_resent" = "Resend now?";
"room_event_action_edit" = "Edit";
"room_event_action_copy" = "Copy";
"room_event_action_share" = "Share";
"room_event_action_redact" = "Redact";
"room_event_action_save" = "Save";
"room_event_action_resend" = "Resend";
"room_event_action_delete" = "Delete";
"room_event_action_cancel_upload" = "Cancel Upload";
"room_event_action_cancel_download" = "Cancel Download";
2015-08-18 14:24:48 +00:00
2016-02-10 09:59:48 +00:00
// Room Title
"room_title_new_room" = "New room";
"room_title_multiple_active_members" = "%d/%d active members";
"room_title_one_active_member" = "%d/%d active member";
// 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_push_notif" = "Enable notifications on your device";
"settings_global_settings_info" = "Global notification settings are available on your Vector web client";
//"settings_enable_all_notif" = "Enable all notifications";
//"settings_messages_my_display_name" = "Msg containing my display name";
//"settings_messages_my_user_name" = "Msg containing my user 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_mute_notifs" = "Mute notifications";
"room_details_photo" = "Room Photo";
"room_details_room_name" = "Room Name";
"room_details_topic" = "Topic";
"room_details_people" = "Members";
"room_details_settings" = "Settings";
2015-11-27 14:16:16 +00:00
"room_details_fail_to_update_topic" = "Fail to update the topic";
"room_details_fail_to_update_room_name" = "Fail to update the room name";
"room_details_with_updates" = "The updates will be lost : are you sure to leave ?";
"room_details_room_is_public" = "This room is public";
"room_details_room_is_private" = "This room is private";
"notification_settings_global_notification_settings" = "Global Notification Settings";
// Media picker
"media_picker_library" = "Library";
// Directory
"directory_title" = "Directory";
// Others
"you" = "You";
2016-01-13 11:47:50 +00:00
"today" = "Today";
"yesterday" = "Yesterday";
2016-02-11 14:05:24 +00:00
"network_offline_prompt" = "The Internet connection appears to be offline.";
"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";
// room display name
"room_displayname_invite_from" = "Invite from %@";
"room_displayname_room_invite" = "Room Invite";
"room_displayname_two_members" = "%@ and %@";
"room_displayname_more_than_two_members" = "%@ and %u others";