diff --git a/lib/translations/en_us.dart b/lib/translations/en_us.dart index 79380b7..70c5ba4 100644 --- a/lib/translations/en_us.dart +++ b/lib/translations/en_us.dart @@ -366,4 +366,8 @@ const i18nEnglish = { 'attachmentUnload': 'Not Loaded', 'attachmentUnloadCaption': 'In order to save traffic, this attachment is not loaded automatically. Click it to start loading.', + 'callStatusConnected': 'Connected', + 'callStatusDisconnected': 'Disconnected', + 'callStatusConnecting': 'Connecting', + 'callStatusReconnected': 'Reconnecting', };