mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-01 20:08:57 +00:00
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
65 lines
2.7 KiB
Plaintext
65 lines
2.7 KiB
Plaintext
/* notification title */
|
|
"%@ is connected!" = "%@ is connected!";
|
|
|
|
/* notification title */
|
|
"%@ wants to connect!" = "%@ wants to connect!";
|
|
|
|
/* notification body */
|
|
"Accept contact request from %@?" = "Accept contact request from %@?";
|
|
|
|
/* call status */
|
|
"accepted" = "accepted";
|
|
|
|
/* call status */
|
|
"calling…" = "calling…";
|
|
|
|
/* call status
|
|
chat list item title */
|
|
"connecting…" = "connecting…";
|
|
|
|
/* chat list item title (it should not be shown */
|
|
"connection established" = "connection established";
|
|
|
|
/* connection information */
|
|
"connection:%@" = "connection:%@";
|
|
|
|
/* deleted chat item */
|
|
"deleted" = "deleted";
|
|
|
|
/* call status */
|
|
"ended %@" = "ended %@";
|
|
|
|
/* call status */
|
|
"error" = "error";
|
|
|
|
/* call status */
|
|
"in progress" = "in progress";
|
|
|
|
/* notification */
|
|
"Incoming audio call" = "Incoming audio call";
|
|
|
|
/* notification */
|
|
"Incoming video call" = "Incoming video call";
|
|
|
|
/* chat list item title */
|
|
"invited to connect" = "invited to connect";
|
|
|
|
/* call status */
|
|
"missed" = "missed";
|
|
|
|
/* call status */
|
|
"rejected" = "rejected";
|
|
|
|
/* chat list item description */
|
|
"via contact address link" = "via contact address link";
|
|
|
|
/* chat list item description */
|
|
"via one-time link" = "via one-time link";
|
|
|
|
/* notification body */
|
|
"You can now send messages to %@" = "You can now send messages to %@";
|
|
|
|
/* chat list item description */
|
|
"you shared one-time link" = "you shared one-time link";
|
|
|