element-ios/matrixConsole/Assets/en.lproj/Localizable.strings

100 lines
3.5 KiB
Text
Raw Normal View History

/*
Copyright 2014 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.
*/
/** Single, end-to-end encrypted messages (ie. we don't know what they say) */
/* New message from a specific person, not referencing a room */
2015-01-16 11:25:19 +00:00
"MSG_FROM_USER" = "Message from %@";
/* New message from a specific person in a named room */
2015-01-16 11:25:19 +00:00
"MSG_FROM_USER_IN_ROOM" = "%@ posted in %@";
/** Single, unencrypted messages (where we can include the content */
/* New message from a specific person, not referencing a room. Content included. */
"MSG_FROM_USER_WITH_CONTENT" = "%@: %@";
/* New message from a specific person in a named room. Content included. */
"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ in %@: %@";
2015-01-30 13:23:52 +00:00
/* New action message from a specific person, not referencing a room. */
"ACTION_FROM_USER" = "* %@ %@";
2015-01-30 13:23:52 +00:00
/* New action message from a specific person in a named room. */
"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
/** Image Messages **/
/* New action message from a specific person, not referencing a room. */
"IMAGE_FROM_USER" = "%@ sent you a picture";
/* New action message from a specific person in a named room. */
"IMAGE_FROM_USER_IN_ROOM" = "%@ posted a picture in %@";
2015-01-26 17:29:45 +00:00
/** Coalesced messages **/
/* Multiple unread messages in a room */
2015-01-16 11:25:19 +00:00
"UNREAD_IN_ROOM" = "%@ new messages in %@";
/* Multiple unread messages from a specific person, not referencing a room */
2015-01-16 11:25:19 +00:00
"MSGS_FROM_USER" = "%@ new messages in %@";
/* Multiple unread messages from two people */
2015-01-16 11:25:19 +00:00
"MSGS_FROM_TWO_USERS" = "%@ new messages from %@ and %@";
/* Multiple unread messages from three people */
2015-01-16 11:25:19 +00:00
"MSGS_FROM_THREE_USERS" = "%@ new messages from %@, %@ and %@";
/* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */
2015-01-16 11:25:19 +00:00
"MSGS_FROM_TWO_PLUS_USERS" = "%@ new messages from %@, %@ and others";
/* Multiple messages in two rooms */
2015-01-16 11:25:19 +00:00
"MSGS_IN_TWO_ROOMS" = "%@ new messages in %@ and %@";
/* Look, stuff's happened, alright? Just open the app. */
2015-01-16 11:25:19 +00:00
"MSGS_IN_TWO_PLUS_ROOMS" = "%@ new messages in %@, %@ and others";
2015-01-26 17:29:45 +00:00
/** Invites **/
/* A user has invited you to a chat */
"USER_INVITE_TO_CHAT" = "%@ has invited you to chat";
/* A user has invited you to an (unamed) group chat */
"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ has invited you to a group chat";
/* A user has invited you to a named room */
"USER_INVITE_TO_NAMED_ROOM" = "%@ has invited you to %@";
/** Calls **/
/* Incoming one-to-one voice call */
2015-01-16 11:25:19 +00:00
"VOICE_CALL_FROM_USER" = "Call from %@";
/* Incoming one-to-one video call */
2015-01-16 11:25:19 +00:00
"VIDEO_CALL_FROM_USER" = "Video call from %@";
/* Incoming unnamed voice conference invite from a specific person */
2015-01-16 11:25:19 +00:00
"VOICE_CONF_FROM_USER" = "Group call from %@";
/* Incoming unnamed video conference invite from a specific person */
2015-01-16 11:25:19 +00:00
"VIDEO_CONF_FROM_USER" = "Video group call from %@";
/* Incoming named voice conference invite from a specific person */
2015-01-16 11:25:19 +00:00
"VOICE_CONF_NAMED_FROM_USER" = "Group call from %@: '%@'";
/* Incoming named video conference invite from a specific person */
2015-01-26 17:29:45 +00:00
"VIDEO_CONF_NAMED_FROM_USER" = "Video group call from %@: '%@'";