returnwx.MessageDialog(None,_("authorisation failed. Your configuration will be deleted. If you recently changed your password in VK, you need to reauthorize Socializer. The application will be restarted and prompt you again for your user and password. Press OK to continue."),_("Error"),style=wx.ICON_ERROR).ShowModal()
returnwx.MessageDialog(None,_("Socializer could not connect to VK due to a connection issue. Be sure you have a working internet connection. The application will be closed when you press the OK button. If your internet connection is working correctly, please try to open socializer in a few minutes. If this problem persists, contact the developers to receive further assistance."),_("Connection Error"),style=wx.ICON_ERROR).ShowModal()
returnwx.MessageDialog(None,_("Do you really want to delete this Album? this will be deleted from VK too."),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("Do you really want to delete this post?"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
defjoin_group():
returnwx.MessageDialog(None,_("If you like socializer, you can join or community from where you can ask for help, give us your feedback and help other users of the application. New releases are posted in the group too. Would you like to join the Socializer community?"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("You have joined the Socializer community."),_("Success")).ShowModal()
defproxy_question():
returnwx.MessageDialog(None,_("If you live in a country where VK is blocked, you can use a proxy to bypass such restrictions. Socializer includes a working proxy to ensure all users can connect to VK. Do you want to use Socializer through the proxy?"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("Are you sure you want to remove {user1_nom} from your friends?").format(**user),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("In order to apply the changes you requested, you must restart the program. Do you want to restart Socializer now?"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("There are 0 items for this community."),_("Error"),wx.ICON_ERROR).ShowModal()
defdelete_conversation():
returnwx.MessageDialog(None,_("do you really want to delete all messages of this conversation in VK?"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("Are you really sure you want to block {user1_nom} from your VK account?").format(**person,),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
defunblock_person():
returnwx.MessageDialog(None,_("Are you sure you want to unblock this user?"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("Unfortunately, we could not send your last post or message to VK. Would you like to try again?"),_("Post failed"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
### ToDo: same instructions than in application.py
defalpha_reminder():
deadline=datetime.datetime(2019,11,27)
now=datetime.datetime.now()
ifnow>=deadline:
msg=wx.MessageDialog(None,_("In order to keep receiving updates, you are required to download the alpha version of socializer from scratch from our website. Would you like to download it now? If you press 'yes', you will be redirected automatically to the direct download for the new alpha version, and socializer will be closed automatically. If you do not wish to download the new alpha, take into account that the current version will no longer receive updates"),_("Attention"),style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
returnwx.MessageDialog(None,_("Please remember that from November 27, 2019, you will have to download the alpha version from scratch from the Socializer website. The alpha version you are currently running will no longer receive updates. The new alpha version, which must be downloaded from the project's page, should not be considered suspicious by most antivirus vendors and all automatic updates will be sent to the new generation of socializer alpha. Thank you for your patience."),_("Important notice"),style=wx.OK).ShowModal()