diff --git a/toxygen/mainscreen.py b/toxygen/mainscreen.py
index 14c9f86..848f34a 100644
--- a/toxygen/mainscreen.py
+++ b/toxygen/mainscreen.py
@@ -326,10 +326,10 @@ class MainWindow(QtGui.QMainWindow, Singleton):
self.profile = Profile(tox, self)
def closeEvent(self, event):
- self.profile.save_history()
- self.profile.close()
s = Settings.get_instance()
if not s['close_to_tray'] or s.closing:
+ self.profile.save_history()
+ self.profile.close()
s['x'] = self.geometry().x()
s['y'] = self.geometry().y()
s['width'] = self.width()
diff --git a/toxygen/mainscreen_widgets.py b/toxygen/mainscreen_widgets.py
index 09c3f36..89de728 100644
--- a/toxygen/mainscreen_widgets.py
+++ b/toxygen/mainscreen_widgets.py
@@ -365,7 +365,7 @@ class WelcomeScreen(CenteredWidget):
None, QtGui.QApplication.UnicodeUTF8)
elif num == 6:
text = QtGui.QApplication.translate('WelcomeScreen',
- 'New in Toxygen v0.2.3: TCS compliance Plugins, smileys and stickers import Bug fixes',
+ 'New in Toxygen v0.2.4: File transfers update Autoreconnection Improvements Bug fixes',
None, QtGui.QApplication.UnicodeUTF8)
elif num == 7:
text = QtGui.QApplication.translate('WelcomeScreen',
diff --git a/toxygen/translations/en_GB.ts b/toxygen/translations/en_GB.ts
index a50fd4c..6bb48de 100644
--- a/toxygen/translations/en_GB.ts
+++ b/toxygen/translations/en_GB.ts
@@ -26,7 +26,7 @@
Callback
-
+ File from
@@ -39,27 +39,27 @@
Send request
-
+ IPv6IPv6
-
+ UDPUDP
-
+ ProxyProxy
-
+ IP:IP:
-
+ Port:Port:
@@ -69,12 +69,12 @@
Online contacts
-
+ HTTPHTTP
-
+ WARNING:
using proxy with enabled UDP
can produce IP leak
@@ -84,98 +84,98 @@ can produce IP leak
MainWindow
-
+ Profile
-
+ Settings
-
+ About
-
+ Add contact
-
+ Privacy
-
+ Interface
-
+ Notifications
-
+ Network
-
+ About program
-
+ User {} wants to add you to contact list. Message:
{}
-
+ Friend request
-
+ Choose fileChoose file
-
+ Disallow auto accept
-
+ Allow auto accept
-
+ Set alias
-
+ Clear history
-
+ Remove friend
-
+ Enter new alias for friend {} or leave empty to use friend's name:Enter new alias for friend {} or leave empty to use friend's name:
-
+ AudioAudio
@@ -185,24 +185,24 @@ can produce IP leak
Find contact
-
+ Friend addedFriend added
-
+ Toxygen is Tox client written on Python.
Version: Toxygen is Tox client written on Python.
Version:
-
+ Friend added without sending friend requestFriend added without sending friend request
-
+ Choose folderChoose folder
@@ -217,47 +217,47 @@ Version:
Send file
-
+ Send messageSend message
-
+ Start audio call with friendStart audio call with friend
-
+ Plugins
-
+ List of plugins
-
+ Search
-
+ All
-
+ Online
-
+ Notes
-
+ Notes about user
@@ -307,42 +307,42 @@ Version:
-
+ User {} is now known as {}
-
+ Delete message
-
+ Lock
-
+ Cannot lock app
-
+ Error. Profile password is not set.
-
+ Name
-
+ Status message
-
+ Public key
@@ -357,35 +357,55 @@ Version:
-
+ Choose folder with sticker pack
-
+ Choose folder with smiley pack
-
+ Import plugin
-
+ Choose folder with plugin
-
+ Restart Toxygen
-
+ Plugin will be loaded after restart
+
+
+ Quote selected text
+
+
+
+
+ Chat history
+
+
+
+
+ Export as text
+
+
+
+
+ Export as HTML
+
+ MenuWindow
@@ -405,32 +425,32 @@ Version:
-
+ Send screenshotSend screenshot
-
+ Send fileSend file
-
+ Send audio message
-
+ Send video message
-
+ Add smiley
-
+ Send sticker
@@ -438,12 +458,12 @@ Version:
NetworkSettings
-
+ Network settingsNetwork settings
-
+ Restart TOX coreRestart Tox core
@@ -451,12 +471,12 @@ Version:
PluginWindow
-
+ List of commands for plugin {}
-
+ No commands available
@@ -464,42 +484,42 @@ Version:
PluginsForm
-
+ Plugins
-
+ Open selected plugin
-
+ No GUI found for this plugin
-
+ No description available
-
+ Disable plugin
-
+ Enable plugin
-
+ No plugins found
-
+ Error
@@ -507,208 +527,218 @@ Version:
ProfileSettingsForm
-
+ Export profile
-
+ Profile settings
-
+ Name:
-
+ Status:
-
+ TOX ID:
-
+ Copy TOX ID
-
+ New avatar
-
+ Reset avatar
-
+ New NoSpamNew NoSpam
-
+ Profile password
-
+ Password (at least 8 symbols)
-
+ Confirm password
-
+ Set password
-
+ Passwords do not match
-
+ Leaving blank will reset current password
-
+ There is no way to recover lost passwords
-
+ Password must be at least 8 symbols
-
+ Choose avatar
-
+ Online
-
+ Away
-
+ Busy
-
+ Mark as not default profile
-
+ Mark as default profile
-
+ Copy public key
+
+
+ Use new path
+
+
+
+
+ Do you want to move your profile to this location?
+
+ WelcomeScreen
-
+ Don't show again
-
+ Tip of the day
-
+ Press Esc if you want hide app to tray.
-
+ You can use Tox over Tor. For more info read <a href="https://wiki.tox.chat/users/tox_over_tor_tot">this post</a>
-
+ Set profile password via Profile -> Settings. Password allows Toxygen encrypt your history and settings.
-
+ Since v0.1.3 Toxygen supports plugins. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Read more</a>
-
+ Right click on screenshot button hides app to tray during screenshot.
-
+ Use Settings -> Interface to customize interface.
-
+ Toxygen supports faux offline messages and file transfers. Send message or file to offline friend and he will get it later.
-
+ Set new NoSpam to avoid spam friend requests: Profile -> Settings -> Set new NoSpam.
-
- New in Toxygen v0.2.3:<br>TCS compliance<br>Plugins, smileys and stickers import<br>Bug fixes
-
-
-
-
+ Delete single message in chat: make right click on spinner or message time and choose "Delete" in menu
-
+ Use right click on inline image to save it
+
+
+ New in Toxygen v0.2.4:<br>File transfers update<br>Autoreconnection<br>Improvements<br>Bug fixes
+
+ audioSettingsForm
-
+ Audio settingsAudio settings
-
+ Input device:Input device:
-
+ Output device:Output device:
@@ -716,32 +746,32 @@ Version:
incoming_call
-
+ Incoming video callIncoming video call
-
+ Incoming audio callIncoming audio call
-
+ Outgoing video call
-
+ Outgoing audio call
-
+ Call declined
-
+ Call finished
@@ -749,75 +779,85 @@ Version:
interfaceForm
-
+ Interface settings
-
+ Theme:
-
+ Language:
-
+ Smileys
-
+ Smiley pack:
-
+ Mirror mode
-
+ Messages font size:
-
+ Restart app to apply settings
-
+ Restart required
-
+ Select unread messages notification color
-
+ Compact contact list
-
+ Import smiley pack
-
+ Import sticker pack
-
+ Show avatars in chat
+
+
+ Close to tray
+
+
+
+
+ Select font
+
+ login
@@ -867,7 +907,7 @@ Version:
-
+ Other instance of Toxygen uses this profile or profile was not properly closed. Continue?
@@ -876,26 +916,31 @@ Version:
Do you want to set profile password?
+
+
+ Do you want to save profile in default folder? If no, profile will be saved in program folder
+
+ notificationsForm
-
+ Notification settings
-
+ Enable notifications
-
+ Enable call's sound
-
+ Enable sound notifications
@@ -903,72 +948,72 @@ Version:
privacySettings
-
+ Privacy settings
-
+ Save chat history
-
+ Allow file auto accept
-
+ Send typing notifications
-
+ Auto accept default path:
-
+ Change
-
+ Allow inlines
-
+ Chat history
-
+ History will be cleaned! Continue?
-
+ Blocked users:Blocked users:
-
+ UnblockUnblock
-
+ Block userBlock user
-
+ Add to friend listAdd to friend list
-
+ Do you want to add this user to friend list?Do you want to add this user to friend list?
@@ -978,12 +1023,12 @@ Version:
Block by TOX ID:
-
+ Block by public key:
-
+ Save unsent messages only
@@ -991,32 +1036,32 @@ Version:
tray
-
+ Open Toxygen
-
+ Exit
-
+ Set status
-
+ Online
-
+ Away
-
+ Busy
diff --git a/toxygen/translations/fr_FR.ts b/toxygen/translations/fr_FR.ts
index a547576..98a9dc2 100644
--- a/toxygen/translations/fr_FR.ts
+++ b/toxygen/translations/fr_FR.ts
@@ -26,7 +26,7 @@
Callback
-
+ File from
@@ -39,27 +39,27 @@
Envoyer une demande
-
+ IPv6IPv6
-
+ UDPUDP
-
+ ProxyProxy
-
+ IP:IP :
-
+ Port:Port :
@@ -69,12 +69,12 @@
Contacts connectés
-
+ HTTPHTTP
-
+ WARNING:
using proxy with enabled UDP
can produce IP leak
@@ -84,58 +84,58 @@ can produce IP leak
MainWindow
-
+ ProfileProfile
-
+ SettingsParamêtres
-
+ AboutÀ Propos
-
+ Add contactRajouter un contact
-
+ PrivacyConfidentialité
-
+ InterfaceInterface
-
+ NotificationsNotifications
-
+ NetworkRéseau
-
+ About programÀ propos du programme
-
+ User {} wants to add you to contact list. Message:
{}L'Utilisateur {} veut vout rajouter à sa liste de contacts. Message : {}
-
+ Friend requestDemande d'amis
@@ -145,27 +145,27 @@ can produce IP leak
Toxygen est un client Tox écris en Python 2.7. Version :
-
+ Choose fileChoisir un fichier
-
+ Disallow auto acceptDésactiver l'auto-réception
-
+ Allow auto acceptActiver l'auto-réception
-
+ Set aliasDéfinir un alias
-
+ Clear historyVider l'historique
@@ -175,17 +175,17 @@ can produce IP leak
Copier la clé publique
-
+ Remove friendRetirer un ami
-
+ Enter new alias for friend {} or leave empty to use friend's name:Entrez un nouvel alias pour l'ami {} ou laissez vide pour garder son nom de base :
-
+ AudioAudio
@@ -195,24 +195,24 @@ can produce IP leak
Trouver le contact
-
+ Friend addedAmi rajouté
-
+ Toxygen is Tox client written on Python.
Version: Toxygen est un client Tox écrit en Python.
Version :
-
+ Friend added without sending friend requestAmi rajouté sans avoir envoyé de demande
-
+ Choose folderChoisir le dossier
@@ -227,47 +227,47 @@ Version :
Envoyer le fichier
-
+ Send messageEnvoyer le message
-
+ Start audio call with friendLancer un appel audio avec un ami
-
+ Plugins
-
+ List of plugins
-
+ Search
-
+ All
-
+ Online
-
+ Notes
-
+ Notes about user
@@ -317,42 +317,42 @@ Version :
-
+ User {} is now known as {}
-
+ Delete message
-
+ Lock
-
+ Cannot lock app
-
+ Error. Profile password is not set.
-
+ Name
-
+ Status message
-
+ Public key
@@ -367,35 +367,55 @@ Version :
-
+ Choose folder with sticker pack
-
+ Choose folder with smiley pack
-
+ Import plugin
-
+ Choose folder with plugin
-
+ Restart Toxygen
-
+ Plugin will be loaded after restart
+
+
+ Quote selected text
+
+
+
+
+ Chat history
+ Historique de chat
+
+
+
+ Export as text
+
+
+
+
+ Export as HTML
+
+ MenuWindow
@@ -415,32 +435,32 @@ Version :
-
+ Send screenshotEnvoyer une capture d'écran
-
+ Send fileEnvoyer le fichier
-
+ Send audio message
-
+ Send video message
-
+ Add smiley
-
+ Send sticker
@@ -448,12 +468,12 @@ Version :
NetworkSettings
-
+ Network settingsParamètres réseaux
-
+ Restart TOX coreRelancer le noyau TOX
@@ -461,12 +481,12 @@ Version :
PluginWindow
-
+ List of commands for plugin {}
-
+ No commands available
@@ -474,42 +494,42 @@ Version :
PluginsForm
-
+ Plugins
-
+ Open selected plugin
-
+ No GUI found for this plugin
-
+ No description available
-
+ Disable plugin
-
+ Enable plugin
-
+ No plugins found
-
+ Error
@@ -517,208 +537,218 @@ Version :
ProfileSettingsForm
-
+ Export profileExporter le profile
-
+ Profile settingsParamêtres du profil
-
+ Name:Nom :
-
+ Status:Status :
-
+ TOX ID:ID TOX :
-
+ Copy TOX IDCopier l'ID TOX
-
+ New avatarNouvel avatar
-
+ Reset avatarRéinitialiser l'avatar
-
+ New NoSpamNouveau NoSpam
-
+ Profile password
-
+ Password (at least 8 symbols)
-
+ Confirm password
-
+ Set password
-
+ Passwords do not match
-
+ Leaving blank will reset current password
-
+ There is no way to recover lost passwords
-
+ Password must be at least 8 symbols
-
+ Choose avatar
-
+ Online
-
+ Away
-
+ Busy
-
+ Mark as not default profile
-
+ Mark as default profile
-
+ Copy public keyCopier la clé publique
+
+
+ Use new path
+
+
+
+
+ Do you want to move your profile to this location?
+
+ WelcomeScreen
-
+ Don't show again
-
+ Tip of the day
-
+ Press Esc if you want hide app to tray.
-
+ You can use Tox over Tor. For more info read <a href="https://wiki.tox.chat/users/tox_over_tor_tot">this post</a>
-
+ Set profile password via Profile -> Settings. Password allows Toxygen encrypt your history and settings.
-
+ Since v0.1.3 Toxygen supports plugins. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Read more</a>
-
+ Right click on screenshot button hides app to tray during screenshot.
-
+ Use Settings -> Interface to customize interface.
-
+ Toxygen supports faux offline messages and file transfers. Send message or file to offline friend and he will get it later.
-
+ Set new NoSpam to avoid spam friend requests: Profile -> Settings -> Set new NoSpam.
-
- New in Toxygen v0.2.3:<br>TCS compliance<br>Plugins, smileys and stickers import<br>Bug fixes
-
-
-
-
+ Delete single message in chat: make right click on spinner or message time and choose "Delete" in menu
-
+ Use right click on inline image to save it
+
+
+ New in Toxygen v0.2.4:<br>File transfers update<br>Autoreconnection<br>Improvements<br>Bug fixes
+
+ audioSettingsForm
-
+ Audio settingsParamètres audio
-
+ Input device:Péripherique d'entrée :
-
+ Output device:Péripherique de sortie :
@@ -726,32 +756,32 @@ Version :
incoming_call
-
+ Incoming video callAppel vidéo entrant
-
+ Incoming audio callAppel audio entrant
-
+ Outgoing video call
-
+ Outgoing audio call
-
+ Call declined
-
+ Call finished
@@ -759,75 +789,85 @@ Version :
interfaceForm
-
+ Interface settingsParamêtres de l'interface
-
+ Theme:Thème :
-
+ Language:Langue :
-
+ Smileys
-
+ Smiley pack:
-
+ Mirror mode
-
+ Messages font size:
-
+ Restart app to apply settings
-
+ Restart required
-
+ Select unread messages notification color
-
+ Compact contact list
-
+ Import smiley pack
-
+ Import sticker pack
-
+ Show avatars in chat
+
+
+ Close to tray
+
+
+
+
+ Select font
+
+ login
@@ -882,7 +922,7 @@ Version :
-
+ Other instance of Toxygen uses this profile or profile was not properly closed. Continue?
@@ -891,26 +931,31 @@ Version :
Do you want to set profile password?
+
+
+ Do you want to save profile in default folder? If no, profile will be saved in program folder
+
+ notificationsForm
-
+ Notification settingsParamêtres de notification
-
+ Enable notificationsActiver les notifications
-
+ Enable call's soundActiver les sons d'appel
-
+ Enable sound notificationsActiver les sons de notifications
@@ -918,72 +963,72 @@ Version :
privacySettings
-
+ Privacy settingsParamêtres de confidentialité
-
+ Save chat historySauvegarder l'historique de chat
-
+ Allow file auto acceptAutoriser les fichier automatiquement
-
+ Send typing notificationsNotifier la frappe
-
+ Auto accept default path:Chemin d'accès des fichiers acceptés automatiquement :
-
+ ChangeModifier
-
+ Allow inlinesActiver l'auto-réception
-
+ Chat historyHistorique de chat
-
+ History will be cleaned! Continue?L'Historique va être nettoyé ! Confirmer ?
-
+ Blocked users:Utilisateurs bloqués :
-
+ UnblockDébloquer
-
+ Block userBloquer l'utilisateur
-
+ Add to friend listAjouter à la liste des amis
-
+ Do you want to add this user to friend list?Voulez vous rajouter cet utilisateur à votre liste d'amis ?
@@ -993,12 +1038,12 @@ Version :
Bloquer l'ID TOX :
-
+ Block by public key:
-
+ Save unsent messages only
@@ -1006,32 +1051,32 @@ Version :
tray
-
+ Open ToxygenOuvrir Toxygen
-
+ ExitQuitter
-
+ Set status
-
+ Online
-
+ Away
-
+ Busy
diff --git a/toxygen/translations/ru_RU.qm b/toxygen/translations/ru_RU.qm
index f8a1019..62ebf7c 100644
Binary files a/toxygen/translations/ru_RU.qm and b/toxygen/translations/ru_RU.qm differ
diff --git a/toxygen/translations/ru_RU.ts b/toxygen/translations/ru_RU.ts
index 5664f77..4ac20d8 100644
--- a/toxygen/translations/ru_RU.ts
+++ b/toxygen/translations/ru_RU.ts
@@ -1,5 +1,6 @@
-
+
+AddContact
@@ -26,7 +27,7 @@
Callback
-
+ File fromФайл от
@@ -39,27 +40,27 @@
Отправить запрос
-
+ IPv6IPv6
-
+ UDPUDP
-
+ ProxyПрокси
-
+ IP:IP:
-
+ Port:Порт:
@@ -69,12 +70,12 @@
Контакты в сети
-
+ HTTPHTTP
-
+ WARNING:
using proxy with enabled UDP
can produce IP leak
@@ -86,84 +87,84 @@ can produce IP leak
MainWindow
-
+ ProfileПрофиль
-
+ SettingsНастройки
-
+ AboutО программе
-
+ Add contactДобавить контакт
-
+ PrivacyПриватность
-
+ InterfaceИнтерфейс
-
+ NotificationsУведомления
-
+ NetworkСеть
-
+ About programО программе
-
+ User {} wants to add you to contact list. Message:
{}Пользователь {} хочет добавить Вас в список контактов. Сообщение:
{}
-
+ Friend requestЗапрос на добавление в друзья
-
+ Choose fileВыберите файл
-
+ Disallow auto acceptЗапретить автоматическое получение файлов
-
+ Allow auto acceptРазрешить автоматическое получение файлов
-
+ Set aliasИзменить псевдоним
-
+ Clear historyОчистить историю
@@ -173,17 +174,17 @@ can produce IP leak
Копировать публичный ключ
-
+ Remove friendУдалить друга
-
+ Enter new alias for friend {} or leave empty to use friend's name:Введите новый псевдоним для друга {} или оставьте пустым для использования его имени:
-
+ AudioАудио
@@ -193,23 +194,23 @@ can produce IP leak
Найти контакт
-
+ Friend addedДруг добавлен
-
+ Toxygen is Tox client written on Python.
Version: Toxygen - клиент для мессенджера Tox, написанный на Python. Версия:
-
+ Friend added without sending friend requestДруг добавлен без отправки запроса на добавление в друзья
-
+ Choose folderВыбрать папку
@@ -224,47 +225,47 @@ Version:
Отправить файл
-
+ Send messageОтправить сообщение
-
+ Start audio call with friendНачать аудиозвонок с другом
-
+ PluginsПлагины
-
+ List of pluginsСписок плагинов
-
+ SearchПоиск
-
+ AllВсе
-
+ OnlineОнлайн
-
+ NotesЗаметки
-
+ Notes about userЗаметки о пользователе
@@ -314,42 +315,42 @@ Version:
Сохранить
-
+ User {} is now known as {}Пользователь {} сейчас известен как {}
-
+ Delete messageУдалить сообщение
-
+ LockЗаблокировать
-
+ Cannot lock appНевозможно заблокировать приложение
-
+ Error. Profile password is not set.Ошибка. Пароль профиля не установлен.
-
+ NameИмя
-
+ Status messageСтатус
-
+ Public keyПубличный ключ
@@ -364,35 +365,55 @@ Version:
Профиль с данным именем уже существует
-
+ Choose folder with sticker packВыберите папку в паком стикеров
-
+ Choose folder with smiley packВыберите папку с паком смайлов
-
+ Import pluginИмпортировать плагин
-
+ Choose folder with pluginВыберите папку с плагином
-
+ Restart ToxygenПерезапустите Toxygen
-
+ Plugin will be loaded after restartПлагин будет загружен после перезапуска
+
+
+ Quote selected text
+ Цитировать выбранный текст
+
+
+
+ Chat history
+ История чата
+
+
+
+ Export as text
+ Экспортировать как текст
+
+
+
+ Export as HTML
+ Экспортировать как HTML
+ MenuWindow
@@ -412,32 +433,32 @@ Version:
Остановить запись
-
+ Send screenshotОтправить снимок экрана
-
+ Send fileОтправить файл
-
+ Send audio messageОтправить аудиосообщение
-
+ Send video messageОтправить видеосообщение
-
+ Add smileyДобавить смайлик
-
+ Send stickerОтправить стикер
@@ -445,12 +466,12 @@ Version:
NetworkSettings
-
+ Network settingsНастройки сети
-
+ Restart TOX coreПерезапустить ядро TOX
@@ -458,12 +479,12 @@ Version:
PluginWindow
-
+ List of commands for plugin {}Список команд для плагина {}
-
+ No commands availableКоманды не найдены
@@ -471,42 +492,42 @@ Version:
PluginsForm
-
+ PluginsПлагины
-
+ Open selected pluginОткрыть выбранный плагин
-
+ No GUI found for this pluginGUI для данного плагина не найден
-
+ No description availableОписание недоступно
-
+ Disable pluginОтключить плагин
-
+ Enable pluginВключить плагин
-
+ No plugins foundПлагины не найдены
-
+ ErrorОшибка
@@ -514,32 +535,32 @@ Version:
ProfileSettingsForm
-
+ Export profileЭкспорт профиля
-
+ Profile settingsНастройки профиля
-
+ Name:Имя:
-
+ Status:Статус:
-
+ TOX ID:TOX ID:
-
+ Copy TOX IDКопировать TOX ID
@@ -549,110 +570,120 @@ Version:
Язык:
-
+ New avatarНовый аватар
-
+ Reset avatarСбросить аватар
-
+ New NoSpamНовый NoSpam
-
+ Profile passwordПароль профиля
-
+ Password (at least 8 symbols)Пароль (минимум 8 символов)
-
+ Confirm passwordПодтверждение пароля
-
+ Set passwordИзменить пароль
-
+ Passwords do not matchПароли не совпадают
-
+ Leaving blank will reset current passwordПустое поле сбросит текущий пароль
-
+ There is no way to recover lost passwordsВосстановление забытых паролей не поддерживается
-
+ Password must be at least 8 symbolsПароль должен быть длиной не менее 8 символов
-
+ Choose avatarВыбрать аватар
-
+ OnlineОнлайн
-
+ AwayНет на месте
-
+ BusyЗанят
-
+ Mark as not default profileОтключить автозагрузку профиля
-
+ Mark as default profileСделать профилем по умолчанию
-
+ Copy public keyКопировать публичный ключ
+
+
+ Use new path
+ Использовать новый путь
+
+
+
+ Do you want to move your profile to this location?
+ Вы хотите переместить ваш профиль в эту папку?
+ WelcomeScreen
-
+ Don't show againНе показывать снова
-
+ Tip of the dayПодсказка дня
-
+ Press Esc if you want hide app to tray.Нажатие Esc сворачивает приложение в трей.
@@ -662,7 +693,7 @@ Version:
Правый клик на кнопке скриншота сворачивает приложение в трей на время скриншота
-
+ You can use Tox over Tor. For more info read <a href="https://wiki.tox.chat/users/tox_over_tor_tot">this post</a>Вы можете использовать Tox через Tor. Дополнительная информация <a href="https://wiki.tox.chat/users/tox_over_tor_tot">тут</a>
@@ -672,12 +703,12 @@ Version:
Используйте Настройки -> Интерфейс для настройки интерфейса
-
+ Set profile password via Profile -> Settings. Password allows Toxygen encrypt your history and settings.Установите пароль профиля: Профиль -> Настройки. Пароль позволяет шифровать историю переписки и настройки.
-
+ Since v0.1.3 Toxygen supports plugins. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Read more</a>С версии 0.1.3 Toxygen поддерживает плагины. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Узнать больше.</a>
@@ -697,55 +728,60 @@ Version:
Установите новый NoSpam, чтобы избежать спам запросов в друзья: Профиль->Настройки->Новый NoSpam
-
+ Right click on screenshot button hides app to tray during screenshot.Правый клик на кнопке скриншота сворачивает приложение в трей на время скриншота.
-
+ Use Settings -> Interface to customize interface.Используйте Настройки -> Интерфейс для настройки интерфейса.
-
+ Toxygen supports faux offline messages and file transfers. Send message or file to offline friend and he will get it later.Toxygen поддерживает псевдооффлайн сообщения и файл трансферы.
-
+ Set new NoSpam to avoid spam friend requests: Profile -> Settings -> Set new NoSpam.Установите новый NoSpam, чтобы избежать спам запросов в друзья: Профиль->Настройки->Новый NoSpam.New in Toxygen v0.2.3:<br>TCS compliance<br>Plugins, smileys and stickers import<br>Bug fixes
- Новое в Toxygen 0.2.3:<br>Соответствие TCS<br>Импорт плагинов, смайлов и стикеров<br>Исправления ошибок
+ Новое в Toxygen 0.2.3:<br>Соответствие TCS<br>Импорт плагинов, смайлов и стикеров<br>Исправления ошибок
-
+ Delete single message in chat: make right click on spinner or message time and choose "Delete" in menuЧтобы удалить отдельное сообщение в чате сделайте правый клик на спиннер или время сообщения и выберите "Удалить" в меню
-
+ Use right click on inline image to save itПравый клик на инлайн изображении позволит сохранить его
+
+
+ New in Toxygen v0.2.4:<br>File transfers update<br>Autoreconnection<br>Improvements<br>Bug fixes
+ Новое в Toxygen v0.2.4:<br>Передача файлов обновлена<br>Автопереподключение<br>Улучшения<br>Исправления ошибок
+ audioSettingsForm
-
+ Audio settingsНастройки аудио
-
+ Input device:Устройство ввода:
-
+ Output device:Устройство вывода:
@@ -753,32 +789,32 @@ Version:
incoming_call
-
+ Incoming video callВходящий видеозвонок
-
+ Incoming audio callВходящий аудиозвонок
-
+ Outgoing video callИсходящий видеозвонок
-
+ Outgoing audio callИсходящий аудиозвонок
-
+ Call declinedЗвонок отменен
-
+ Call finishedЗвонок завершен
@@ -786,75 +822,85 @@ Version:
interfaceForm
-
+ Interface settingsНастройки интерфейса
-
+ Theme:Тема:
-
+ Language:Язык:
-
+ SmileysСмайлики
-
+ Smiley pack:Набор смайликов:
-
+ Mirror modeЗеркальный режим
-
+ Messages font size:Размер шрифта сообщений:
-
+ Restart app to apply settingsДля применения настроек необходимо перезапустить приложение
-
+ Restart requiredТребуется перезапуск
-
+ Select unread messages notification colorЦвет уведомления о сообщении
-
+ Compact contact listКомпактный список контактов
-
+ Import smiley packИмпортировать смайлы
-
+ Import sticker packИмпортировать стикеры
-
+ Show avatars in chatПоказывать аватары в чате
+
+
+ Close to tray
+ Сворачивать в трей
+
+
+
+ Select font
+ Выбрать шрифт
+ login
@@ -909,7 +955,7 @@ Version:
Имя профиля
-
+ Other instance of Toxygen uses this profile or profile was not properly closed. Continue?Этот профиль используется другим экземпляром Toxygen или не был правильно закрыт. Продолжить?
@@ -918,26 +964,31 @@ Version:
Do you want to set profile password?Хотите ли вы установить пароль профиля?
+
+
+ Do you want to save profile in default folder? If no, profile will be saved in program folder
+ Вы хотите сохранить профиль в папку по умолчанию? Если нет, профиль будет сохранен в папке с программой
+ notificationsForm
-
+ Notification settingsНастройки уведомлений
-
+ Enable notificationsВключить уведомления
-
+ Enable call's soundВключить звук звонка
-
+ Enable sound notificationsВключить звуковые уведомления
@@ -946,72 +997,72 @@ Version:
privacySettings
-
+ Privacy settingsНастройки приватности
-
+ Save chat historyСохранять историю переписки
-
+ Allow file auto acceptРазрешить автополучение файлов
-
+ Send typing notificationsПосылать уведомления о наборе текста
-
+ Auto accept default path:Путь автоприема файлов:
-
+ ChangeИзменить
-
+ Allow inlinesРазрешать инлайны
-
+ Chat historyИстория чата
-
+ History will be cleaned! Continue?История переписки будет очищена! Продолжить?
-
+ Blocked users:Заблокированные пользователи:
-
+ UnblockРазблокировать
-
+ Block userЗаблокировать пользователя
-
+ Add to friend listДобавить в список друзей
-
+ Do you want to add this user to friend list?Добавить этого пользователя в список друзей?
@@ -1021,12 +1072,12 @@ Version:
Блокировать по TOX ID:
-
+ Block by public key:Блокировать по публичному ключу:
-
+ Save unsent messages onlyСохранять только неотправленные сообщения
@@ -1034,32 +1085,32 @@ Version:
tray
-
+ Open ToxygenОткрыть Toxygen
-
+ ExitВыход
-
+ Set statusИзменить статус
-
+ OnlineОнлайн
-
+ AwayНет на месте
-
+ BusyЗанят
diff --git a/toxygen/util.py b/toxygen/util.py
index 5b078fb..19deaec 100644
--- a/toxygen/util.py
+++ b/toxygen/util.py
@@ -2,7 +2,7 @@ import os
import time
import shutil
-program_version = '0.2.3'
+program_version = '0.2.4'
def log(data):