blob: 6168903072b0ebc192715d03c1fc27f283bd1a44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
#muuid {00272a3e-f5fa-4090-8b67-3e62ac1ee0b4}
;============================================================
; File: Tox.dll
; Plugin: Tox protocol
; Version: 0.11.1.25
; Authors: Miranda NG Team
;============================================================
[Tox protocol support for Miranda NG.]
;file \protocols\Tox\res\resource.rc
[Tox ID:]
[Create]
[Import]
[Copy ID]
[Export]
[Name:]
[Password:]
[Default group:]
[Create Tox profile]
[Import Tox profile]
[Copy Tox ID]
[Export Tox profile]
[Connection settings]
[Enable UDP (otherwise force Tox to use TCP)]
[Enable IPv6]
[Max connect retries:]
[Max reconnect retries:]
[If this field contains Tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via Tox DNS discovery.]
[DNS name:]
[Enter password]
[Save password]
[Cancel]
[Tox profile is encrypted. Enter the password to continue.]
[Add]
[Update]
[IPv4 address/ Host]
[IPv6 address (optional)]
[Port]
[Public key]
[Multimedia]
[Audio input device]
[Audio output device]
[Video input device]
[Invite contacts to chat room]
[&Invite]
[&Cancel]
[Call]
[End]
[Incoming call]
[Answer]
[Reject]
[From:]
[Date:]
[&User menu]
[User &details]
[&History]
[Outgoing call]
[To:]
;file \protocols\Tox\src\main.cpp
[Current version of plugin is support Tox API version %i.%i.%i which is incompatible with %s]
;file \protocols\Tox\src\tox_connection.cpp
[Unable to initialize Tox core]
;file \protocols\Tox\src\tox_events.cpp
[Profiles folder]
[Tox URI scheme]
[Action]
;file \protocols\Tox\src\tox_icons.cpp
[Protocol icon]
[Audio call]
[Audio ring]
[Audio start]
[Audio end]
[Protocols]
;file \protocols\Tox\src\tox_menus.cpp
[Request authorization]
[Grant authorization]
;file \protocols\Tox\src\tox_messages.cpp
[You cannot send when you are offline.]
;file \protocols\Tox\src\tox_multimedia.cpp
[Incoming call from %s]
[Outgoing call to %s]
;file \protocols\Tox\src\tox_netlib.cpp
[%s connection]
;file \protocols\Tox\src\tox_options.cpp
[Tox profile]
[All files]
[Select Tox profile]
[Save Tox profile]
[Add node]
[Change node]
[Enter IPv4]
[Error]
[Enter port]
[Enter public key]
[Common nodes]
[User nodes]
[Are you sure?]
[Node deleting]
[Network]
[Account]
[Nodes]
;file \protocols\Tox\src\tox_profile.cpp
[Unable to open Tox profile]
[Unable to read Tox profile]
[Unable to decrypt Tox profile]
;file \protocols\Tox\src\tox_proto.cpp
[You cannot add yourself to your contact list]
[Contact already in your contact list]
;file \protocols\Tox\src\tox_search.cpp
[Query]
;file \protocols\Tox\src\tox_utils.cpp
[One of the arguments is missing]
[Unable to allocate enough memory]
[Unable to bind to a port]
[The proxy type is not valid]
[The proxy host is not valid]
[The proxy port is not valid]
[The proxy address could not be resolved]
[The profile is encrypted]
[The data format is not valid]
[Unknown error]
[The friend ID did not designate a valid friend]
[This client is currently not connected to the friend]
[An allocation error occurred while increasing the send queue size]
[Message length exceeded TOX_MAX_MESSAGE_LENGTH]
[Attempted to send a zero-length message]
|