mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
7849d81766
Currently translated at 15.1% (5 of 33 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/si/
20 lines
582 B
Plaintext
20 lines
582 B
Plaintext
|
|
|
|
"MESSAGE_PROTECTED" = "නව පණිවිඩය";
|
|
|
|
/** Notification messages **/
|
|
|
|
/* New message indicator on unknown room */
|
|
"MESSAGE" = "පණිවිඩය";
|
|
|
|
/* New action message from a specific person in a named room. */
|
|
"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
|
|
|
|
/* New action message from a specific person, not referencing a room. */
|
|
"ACTION_FROM_USER" = "* %@ %@";
|
|
|
|
/** 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" = "%@: %@";
|