|
let alert = UIAlertController(title: NSLocalizedString("Channel destuction", comment: "alert title"), message: String.localizedStringWithFormat(NSLocalizedString("You are about to destroy channel %@. This will remove the channel on the server, remove remote history archive, and kick out all participants. Are you sure?", comment: "alert body"), room.roomJid.stringValue), preferredStyle: .actionSheet); |
|
"Channel destuction" = "Channel destuction"; |
|
"Channel destuction" = "Usuwanie kanału"; |
Not sure which one to PR :)