diff --git a/toxygen/main.py b/toxygen/main.py
index b7b7120..6348bab 100644
--- a/toxygen/main.py
+++ b/toxygen/main.py
@@ -11,6 +11,7 @@ from mainscreen import MainWindow
from callbacks import init_callbacks
from util import curr_directory, program_version
import styles.style
+import platform
import toxencryptsave
from passwordscreen import PasswordScreen, UnlockAppScreen, SetProfilePasswordScreen
from plugin_support import PluginLoader
@@ -52,6 +53,9 @@ class Toxygen:
app.setWindowIcon(QtGui.QIcon(curr_directory() + '/images/icon.png'))
self.app = app
+ if platform.system() == 'Linux':
+ QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_X11InitThreads)
+
# application color scheme
with open(curr_directory() + '/styles/style.qss') as fl:
dark_style = fl.read()
diff --git a/toxygen/mainscreen_widgets.py b/toxygen/mainscreen_widgets.py
index f12f521..fb21b3e 100644
--- a/toxygen/mainscreen_widgets.py
+++ b/toxygen/mainscreen_widgets.py
@@ -356,7 +356,7 @@ class WelcomeScreen(CenteredWidget):
None, QtGui.QApplication.UnicodeUTF8)
elif num == 6:
text = QtGui.QApplication.translate('WelcomeScreen',
- 'New in Toxygen v0.2.2:
Users can lock application using profile password.
Compact contact list support
Bug fixes
Tox DNS improvements',
+ 'New in Toxygen v0.2.3:
TCS compliance
Plugins, smileys and stickers import
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 045735f..ca4dc6e 100644
--- a/toxygen/translations/en_GB.ts
+++ b/toxygen/translations/en_GB.ts
@@ -3,22 +3,22 @@
AddContact
-
+
Add contact
Add contact
-
+
TOX ID:
TOX ID:
-
+
Message:
Message:
-
+
TOX ID or public key of contact
@@ -34,32 +34,32 @@
Form
-
+
Send request
Send request
-
+
IPv6
IPv6
-
+
UDP
UDP
-
+
Proxy
Proxy
-
+
IP:
IP:
-
+
Port:
Port:
@@ -69,12 +69,12 @@
Online contacts
-
+
HTTP
HTTP
-
+
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 file
Choose 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:
-
+
Audio
Audio
@@ -185,19 +185,19 @@ can produce IP leak
Find contact
-
+
Friend added
Friend added
-
+
Toxygen is Tox client written on Python.
Version:
Toxygen is Tox client written on Python.
Version:
-
+
Friend added without sending friend request
Friend added without sending friend request
@@ -217,47 +217,47 @@ Version:
Send file
-
+
Send message
Send message
-
+
Start audio call with friend
Start audio call with friend
-
+
Plugins
-
+
List of plugins
-
+
Search
-
+
All
-
+
Online
-
+
Notes
-
+
Notes about user
@@ -317,35 +317,75 @@ Version:
-
+
Lock
-
+
Cannot lock app
-
+
Error. Profile password is not set.
-
+
Name
-
+
Status message
-
+
Public key
+
+
+ Error
+
+
+
+
+ Profile with this name already exists
+
+
+
+
+ Choose folder with sticker pack
+
+
+
+
+ Choose folder with smiley pack
+
+
+
+
+ Import plugin
+
+
+
+
+ Choose folder with plugin
+
+
+
+
+ Restart Toxygen
+
+
+
+
+ Plugin will be loaded after restart
+
+
MenuWindow
@@ -398,12 +438,12 @@ Version:
NetworkSettings
-
+
Network settings
Network settings
-
+
Restart TOX core
Restart Tox core
@@ -411,12 +451,12 @@ Version:
PluginWindow
-
+
List of commands for plugin {}
-
+
No commands available
@@ -424,42 +464,42 @@ Version:
PluginsForm
-
+
Plugins
-
+
Open selected plugin
-
+
No GUI found for this plugin
-
+
No description available
-
+
Disable plugin
-
+
Enable plugin
-
+
No plugins found
-
+
Error
@@ -467,122 +507,122 @@ Version:
ProfileSettingsForm
-
+
Export profile
-
+
Profile settings
-
+
Name:
-
+
Status:
-
+
TOX ID:
-
+
Copy TOX ID
-
+
New avatar
-
+
Reset avatar
-
+
New NoSpam
New 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
@@ -619,11 +659,6 @@ Version:
Since v0.1.3 Toxygen supports plugins. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Read more</a>
-
-
- New in Toxygen v0.2.2:<br>Users can lock application using profile password.<br>Compact contact list support<br>Bug fixes<br>Tox DNS improvements
-
-
Right click on screenshot button hides app to tray during screenshot.
@@ -644,21 +679,26 @@ Version:
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
+
+
audioSettingsForm
-
+
Audio settings
Audio settings
-
+
Input device:
Input device:
-
+
Output device:
Output device:
@@ -666,32 +706,32 @@ Version:
incoming_call
-
+
Incoming video call
Incoming video call
-
+
Incoming audio call
Incoming audio call
-
+
Outgoing video call
-
+
Outgoing audio call
-
+
Call declined
-
+
Call finished
@@ -699,60 +739,70 @@ 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
+
+
login
@@ -802,30 +852,35 @@ Version:
-
+
Other instance of Toxygen uses this profile or profile was not properly closed. Continue?
+
+
+ Do you want to set profile password?
+
+
notificationsForm
-
+
Notification settings
-
+
Enable notifications
-
+
Enable call's sound
-
+
Enable sound notifications
@@ -833,72 +888,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:
-
+
Unblock
Unblock
-
+
Block user
Block user
-
+
Add to friend list
Add to friend list
-
+
Do you want to add this user to friend list?
Do you want to add this user to friend list?
@@ -908,12 +963,12 @@ Version:
Block by TOX ID:
-
+
Block by public key:
-
+
Save unsent messages only
@@ -921,32 +976,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 bb91c4f..78c76cb 100644
--- a/toxygen/translations/fr_FR.ts
+++ b/toxygen/translations/fr_FR.ts
@@ -3,22 +3,22 @@
AddContact
-
+
Add contact
Rajouter un contact
-
+
TOX ID:
ID TOX :
-
+
Message:
Message :
-
+
TOX ID or public key of contact
@@ -34,32 +34,32 @@
Form
-
+
Send request
Envoyer une demande
-
+
IPv6
IPv6
-
+
UDP
UDP
-
+
Proxy
Proxy
-
+
IP:
IP :
-
+
Port:
Port :
@@ -69,12 +69,12 @@
Contacts connectés
-
+
HTTP
HTTP
-
+
WARNING:
using proxy with enabled UDP
can produce IP leak
@@ -84,58 +84,58 @@ can produce IP leak
MainWindow
-
+
Profile
Profile
-
+
Settings
Paramêtres
-
+
About
À Propos
-
+
Add contact
Rajouter un contact
-
+
Privacy
Confidentialité
-
+
Interface
Interface
-
+
Notifications
Notifications
-
+
Network
Ré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 request
Demande d'amis
@@ -145,27 +145,27 @@ can produce IP leak
Toxygen est un client Tox écris en Python 2.7. Version :
-
+
Choose file
Choisir un fichier
-
+
Disallow auto accept
Désactiver l'auto-réception
-
+
Allow auto accept
Activer l'auto-réception
-
+
Set alias
Définir un alias
-
+
Clear history
Vider l'historique
@@ -175,17 +175,17 @@ can produce IP leak
Copier la clé publique
-
+
Remove friend
Retirer 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 :
-
+
Audio
Audio
@@ -195,19 +195,19 @@ can produce IP leak
Trouver le contact
-
+
Friend added
Ami rajouté
-
+
Toxygen is Tox client written on Python.
Version:
Toxygen est un client Tox écrit en Python.
Version :
-
+
Friend added without sending friend request
Ami rajouté sans avoir envoyé de demande
@@ -227,47 +227,47 @@ Version :
Envoyer le fichier
-
+
Send message
Envoyer le message
-
+
Start audio call with friend
Lancer un appel audio avec un ami
-
+
Plugins
-
+
List of plugins
-
+
Search
-
+
All
-
+
Online
-
+
Notes
-
+
Notes about user
@@ -327,35 +327,75 @@ Version :
-
+
Lock
-
+
Cannot lock app
-
+
Error. Profile password is not set.
-
+
Name
-
+
Status message
-
+
Public key
+
+
+ Error
+
+
+
+
+ Profile with this name already exists
+
+
+
+
+ Choose folder with sticker pack
+
+
+
+
+ Choose folder with smiley pack
+
+
+
+
+ Import plugin
+
+
+
+
+ Choose folder with plugin
+
+
+
+
+ Restart Toxygen
+
+
+
+
+ Plugin will be loaded after restart
+
+
MenuWindow
@@ -408,12 +448,12 @@ Version :
NetworkSettings
-
+
Network settings
Paramètres réseaux
-
+
Restart TOX core
Relancer le noyau TOX
@@ -421,12 +461,12 @@ Version :
PluginWindow
-
+
List of commands for plugin {}
-
+
No commands available
@@ -434,42 +474,42 @@ Version :
PluginsForm
-
+
Plugins
-
+
Open selected plugin
-
+
No GUI found for this plugin
-
+
No description available
-
+
Disable plugin
-
+
Enable plugin
-
+
No plugins found
-
+
Error
@@ -477,122 +517,122 @@ Version :
ProfileSettingsForm
-
+
Export profile
Exporter le profile
-
+
Profile settings
Paramêtres du profil
-
+
Name:
Nom :
-
+
Status:
Status :
-
+
TOX ID:
ID TOX :
-
+
Copy TOX ID
Copier l'ID TOX
-
+
New avatar
Nouvel avatar
-
+
Reset avatar
Réinitialiser l'avatar
-
+
New NoSpam
Nouveau 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
Copier la clé publique
@@ -629,11 +669,6 @@ Version :
Since v0.1.3 Toxygen supports plugins. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Read more</a>
-
-
- New in Toxygen v0.2.2:<br>Users can lock application using profile password.<br>Compact contact list support<br>Bug fixes<br>Tox DNS improvements
-
-
Right click on screenshot button hides app to tray during screenshot.
@@ -654,21 +689,26 @@ Version :
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
+
+
audioSettingsForm
-
+
Audio settings
Paramètres audio
-
+
Input device:
Péripherique d'entrée :
-
+
Output device:
Péripherique de sortie :
@@ -676,32 +716,32 @@ Version :
incoming_call
-
+
Incoming video call
Appel vidéo entrant
-
+
Incoming audio call
Appel audio entrant
-
+
Outgoing video call
-
+
Outgoing audio call
-
+
Call declined
-
+
Call finished
@@ -709,60 +749,70 @@ Version :
interfaceForm
-
+
Interface settings
Paramê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
+
+
login
@@ -817,30 +867,35 @@ Version :
-
+
Other instance of Toxygen uses this profile or profile was not properly closed. Continue?
+
+
+ Do you want to set profile password?
+
+
notificationsForm
-
+
Notification settings
Paramêtres de notification
-
+
Enable notifications
Activer les notifications
-
+
Enable call's sound
Activer les sons d'appel
-
+
Enable sound notifications
Activer les sons de notifications
@@ -848,72 +903,72 @@ Version :
privacySettings
-
+
Privacy settings
Paramêtres de confidentialité
-
+
Save chat history
Sauvegarder l'historique de chat
-
+
Allow file auto accept
Autoriser les fichier automatiquement
-
+
Send typing notifications
Notifier la frappe
-
+
Auto accept default path:
Chemin d'accès des fichiers acceptés automatiquement :
-
+
Change
Modifier
-
+
Allow inlines
Activer l'auto-réception
-
+
Chat history
Historique de chat
-
+
History will be cleaned! Continue?
L'Historique va être nettoyé ! Confirmer ?
-
+
Blocked users:
Utilisateurs bloqués :
-
+
Unblock
Débloquer
-
+
Block user
Bloquer l'utilisateur
-
+
Add to friend list
Ajouter à la liste des amis
-
+
Do you want to add this user to friend list?
Voulez vous rajouter cet utilisateur à votre liste d'amis ?
@@ -923,12 +978,12 @@ Version :
Bloquer l'ID TOX :
-
+
Block by public key:
-
+
Save unsent messages only
@@ -936,32 +991,32 @@ Version :
tray
-
+
Open Toxygen
Ouvrir Toxygen
-
+
Exit
Quitter
-
+
Set status
-
+
Online
-
+
Away
-
+
Busy
diff --git a/toxygen/translations/ru_RU.qm b/toxygen/translations/ru_RU.qm
index 76bc9b3..9e6d1cc 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 0f51862..155848e 100644
--- a/toxygen/translations/ru_RU.ts
+++ b/toxygen/translations/ru_RU.ts
@@ -4,22 +4,22 @@
AddContact
-
+
Add contact
Добавить контакт
-
+
TOX ID:
TOX ID:
-
+
Message:
Сообщение:
-
+
TOX ID or public key of contact
TOX ID или публичный ключ контакта
@@ -35,32 +35,32 @@
Form
-
+
Send request
Отправить запрос
-
+
IPv6
IPv6
-
+
UDP
UDP
-
+
Proxy
Прокси
-
+
IP:
IP:
-
+
Port:
Порт:
@@ -70,12 +70,12 @@
Контакты в сети
-
+
HTTP
HTTP
-
+
WARNING:
using proxy with enabled UDP
can produce IP leak
@@ -87,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
Очистить историю
@@ -174,17 +174,17 @@ can produce IP leak
Копировать публичный ключ
-
+
Remove friend
Удалить друга
-
+
Enter new alias for friend {} or leave empty to use friend's name:
Введите новый псевдоним для друга {} или оставьте пустым для использования его имени:
-
+
Audio
Аудио
@@ -194,18 +194,18 @@ can produce IP leak
Найти контакт
-
+
Friend added
Друг добавлен
-
+
Toxygen is Tox client written on Python.
Version:
Toxygen - клиент для мессенджера Tox, написанный на Python. Версия:
-
+
Friend added without sending friend request
Друг добавлен без отправки запроса на добавление в друзья
@@ -225,47 +225,47 @@ Version:
Отправить файл
-
+
Send message
Отправить сообщение
-
+
Start audio call with friend
Начать аудиозвонок с другом
-
+
Plugins
Плагины
-
+
List of plugins
Список плагинов
-
+
Search
Поиск
-
+
All
Все
-
+
Online
Онлайн
-
+
Notes
Заметки
-
+
Notes about user
Заметки о пользователе
@@ -325,35 +325,75 @@ Version:
Удалить сообщение
-
+
Lock
Заблокировать
-
+
Cannot lock app
Невозможно заблокировать приложение
-
+
Error. Profile password is not set.
Ошибка. Пароль профиля не установлен.
-
+
Name
Имя
-
+
Status message
Статус
-
+
Public key
Публичный ключ
+
+
+ Error
+ Ошибка
+
+
+
+ Profile with this name already exists
+ Профиль с данным именем уже существует
+
+
+
+ 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
+ Плагин будет загружен после перезапуска
+
MenuWindow
@@ -406,12 +446,12 @@ Version:
NetworkSettings
-
+
Network settings
Настройки сети
-
+
Restart TOX core
Перезапустить ядро TOX
@@ -419,12 +459,12 @@ Version:
PluginWindow
-
+
List of commands for plugin {}
Список команд для плагина {}
-
+
No commands available
Команды не найдены
@@ -432,42 +472,42 @@ Version:
PluginsForm
-
+
Plugins
Плагины
-
+
Open selected plugin
Открыть выбранный плагин
-
+
No GUI found for this plugin
GUI для данного плагина не найден
-
+
No description available
Описание недоступно
-
+
Disable plugin
Отключить плагин
-
+
Enable plugin
Включить плагин
-
+
No plugins found
Плагины не найдены
-
+
Error
Ошибка
@@ -475,32 +515,32 @@ Version:
ProfileSettingsForm
-
+
Export profile
Экспорт профиля
-
+
Profile settings
Настройки профиля
-
+
Name:
Имя:
-
+
Status:
Статус:
-
+
TOX ID:
TOX ID:
-
+
Copy TOX ID
Копировать TOX ID
@@ -510,92 +550,92 @@ 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
Копировать публичный ключ
@@ -645,7 +685,7 @@ Version:
New in Toxygen v0.2.2:<br>Users can lock application using profile password.<br>Compact contact list support<br>Bug fixes<br>Tox DNS improvements
- С версии 0.1.3 Toxygen поддерживает плагины. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Узнать больше.</a>
+ С версии 0.1.3 Toxygen поддерживает плагины. <a href="https://github.com/xveduk/toxygen/blob/master/docs/plugins.md">Узнать больше.</a>
@@ -677,21 +717,26 @@ Version:
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>Исправления ошибок
+
audioSettingsForm
-
+
Audio settings
Настройки аудио
-
+
Input device:
Устройство ввода:
-
+
Output device:
Устройство вывода:
@@ -699,32 +744,32 @@ Version:
incoming_call
-
+
Incoming video call
Входящий видеозвонок
-
+
Incoming audio call
Входящий аудиозвонок
-
+
Outgoing video call
Исходящий видеозвонок
-
+
Outgoing audio call
Исходящий аудиозвонок
-
+
Call declined
Звонок отменен
-
+
Call finished
Звонок завершен
@@ -732,60 +777,70 @@ 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
+ Импортировать стикеры
+
login
@@ -840,30 +895,35 @@ Version:
Имя профиля
-
+
Other instance of Toxygen uses this profile or profile was not properly closed. Continue?
Этот профиль используется другим экземпляром Toxygen или не был правильно закрыт. Продолжить?
+
+
+ Do you want to set profile password?
+ Хотите ли вы установить пароль профиля?
+
notificationsForm
-
+
Notification settings
Настройки уведомлений
-
+
Enable notifications
Включить уведомления
-
+
Enable call's sound
Включить звук звонка
-
+
Enable sound notifications
Включить звуковые уведомления
@@ -872,72 +932,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?
Добавить этого пользователя в список друзей?
@@ -947,12 +1007,12 @@ Version:
Блокировать по TOX ID:
-
+
Block by public key:
Блокировать по публичному ключу:
-
+
Save unsent messages only
Сохранять только неотправленные сообщения
@@ -960,32 +1020,32 @@ Version:
tray
-
+
Open Toxygen
Открыть Toxygen
-
+
Exit
Выход
-
+
Set status
Изменить статус
-
+
Online
Онлайн
-
+
Away
Нет на месте
-
+
Busy
Занят