This commit is contained in:
@@ -52,6 +52,33 @@
|
||||
<string name="button_camera">Photo</string>
|
||||
<string name="button_send">Send</string>
|
||||
<string name="button_smileys">Smileys</string>
|
||||
<string name="button_video_allow">Allow video</string>
|
||||
<string name="button_video_allowed">Video allowed</string>
|
||||
<string name="button_video_open">Open video chat</string>
|
||||
<string name="button_video_foreground">Bring forward</string>
|
||||
<string name="button_video_accept">Accept</string>
|
||||
<string name="button_video_reject">Reject</string>
|
||||
<string name="button_video_cancel">Cancel</string>
|
||||
<string name="button_video_end">End</string>
|
||||
<string name="button_video_minimize">Minimize</string>
|
||||
<string name="button_video_mute">Mute microphone</string>
|
||||
<string name="button_video_unmute">Unmute microphone</string>
|
||||
<string name="button_video_camera_off">Camera off</string>
|
||||
<string name="button_video_camera_on">Camera on</string>
|
||||
<string name="video_status_partner_allowed">Partner allowed video</string>
|
||||
<string name="video_status_partner_pending">Partner has not allowed video yet</string>
|
||||
<string name="video_status_capacity_reached">Maximum of three video connections allowed</string>
|
||||
<string name="video_self_preview">You</string>
|
||||
<string name="video_self_preview_camera_off">Camera inactive</string>
|
||||
<string name="video_mic_on">Microphone on</string>
|
||||
<string name="video_mic_off">Microphone off</string>
|
||||
<string name="video_partner_mic_on">Partner: microphone on</string>
|
||||
<string name="video_partner_mic_off">Partner: microphone off</string>
|
||||
<string name="video_self_mic_on">You: microphone on</string>
|
||||
<string name="video_self_mic_off">You: microphone off</string>
|
||||
<string name="video_status_ringing">Ringing</string>
|
||||
<string name="video_status_connecting">Connecting</string>
|
||||
<string name="video_status_active">Active</string>
|
||||
<string name="image_message">Image message</string>
|
||||
<string name="image_upload_in_progress">Uploading image...</string>
|
||||
<string name="image_upload_success">Image uploaded.</string>
|
||||
@@ -65,6 +92,10 @@
|
||||
<string name="countries_load_error">Country list could not be loaded: %1$s</string>
|
||||
<string name="user_blocked">%1$s has been blocked</string>
|
||||
<string name="user_unblocked">%1$s has been unblocked</string>
|
||||
<string name="video_consent_required">Video chat becomes visible after both users allow it.</string>
|
||||
<string name="video_capacity_reached">Maximum of three video connections allowed.</string>
|
||||
<string name="video_partner_capacity_reached">The partner already reached the maximum number of video connections.</string>
|
||||
<string name="video_call_exists">A video chat with this partner already exists.</string>
|
||||
<string name="feedback_title">Feedback</string>
|
||||
<string name="feedback_comment">Comment</string>
|
||||
<string name="feedback_send">Send feedback</string>
|
||||
|
||||
Reference in New Issue
Block a user