You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
//
// C o p y r i g h t ( c ) 2 0 1 7 O p e n W h i s p e r S y s t e m s . A l l r i g h t s r e s e r v e d .
//
import Foundation
/* *
* Strings re - used in multiple places should be added here .
*/
@objc class CallStrings : NSObject {
static let callBackButtonTitle = NSLocalizedString ( " CALLBACK_BUTTON_TITLE " , comment : " notification action " )
static let missedCallNotificationBody = NSLocalizedString ( " MISSED_CALL " , comment : " notification title " )
static let missedCallNotificationBodyWithCallerName = NSLocalizedString ( " MSGVIEW_MISSED_CALL_WITH_NAME " , comment : " notification title. Embeds {{Caller's Name}} " )
static let missedCallNotificationBodyWithoutCallerName = NSLocalizedString ( " MSGVIEW_MISSED_CALL_WITHOUT_NAME " , comment : " notification title. " )
static let callStatusFormat = NSLocalizedString ( " CALL_STATUS_FORMAT " , comment : " embeds {{Call Status}} in call screen label. For ongoing calls, {{Call Status}} is a seconds timer like 01:23, otherwise {{Call Status}} is a short text like 'Ringing', 'Busy', or 'Failed Call' " )
}