~ubuntu-branches/ubuntu/utopic/irssi-plugin-otr/utopic

« back to all changes in this revision

Viewing changes to formats.txt

  • Committer: Package Import Robot
  • Author(s): Antoine Beaupré
  • Date: 2013-05-10 19:43:24 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130510194324-cxrycs8zwiofjia9
Tags: 1.0.0~alpha2-1
* Ship a second binary package, with debugging symbols.
* New upstream patch: gmodule-nolink.patch to remove extra linking.
* Upload to unstable now that libotr5 is usable there.
* Restore the libotr5-4.0.0-2.1 dependency to make sure this is usuable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Keys
2
 
kg_failed       Key generation for %s: failed: %s (%s)
3
 
kg_completed    Key generation for %s: completed in %d seconds. Reloading keys
4
 
kg_aborted_dup  Key generation for %s: aborted. Key generation for %s still in progress
5
 
kg_aborted_dir  Key generation for %s: aborted, failed creating directory %s: %s
6
 
kg_mkdir        created directory %s
7
 
kg_pipe Key generation for %s: error creating pipe: %s
8
 
kg_fork Key generation for %s: fork() error: %s
9
 
kg_initiated    Key generation for %s: initiated. This might take several minutes or on some systems even an hour. If you wanna check that something is happening, see if there are two processes of your IRC client.
10
 
kg_exited       Key generation for %s: child terminated for unknown reason
11
 
kg_exitsig      Key generation for %s: child was killed by signal %s
12
 
kg_pollerr      Key generation for %s: error poll()ing child: %s
13
 
kg_abort        Key generation for %s: aborted
14
 
kg_needacc      I need an account name. Try something like /otr genkey mynick@irc.server.net
15
 
kg_noabort      No ongoing key generation to abort
16
 
key_not_found   no private keys found
17
 
key_loaded      private keys loaded
18
 
key_load_error  Error loading private keys: %s (%s)
19
 
Fingerprints
20
 
fp_saved        fingerprints saved
21
 
fp_save_error   Error saving fingerprints: %s (%s)
22
 
fp_not_found    no fingerprints found
23
 
fp_loaded       fingerprints loaded
24
 
fp_load_error   Error loading fingerprints: %s (%s)
25
 
fp_trust        Trusting fingerprint from %s
26
 
Callbacks
27
 
ops_notify_bug  BUG() in ops_notify
28
 
ops_notify      title: %s prim: %s sec: %s
29
 
ops_display_bug BUG() in ops_display
30
 
ops_display     msg: %s
31
 
ops_sec gone %%9secure%%9
32
 
ops_fpcomp      Your peer is not authenticated. To make sure you're talking to the right guy you can either agree on a secret and use the authentication described in %9/otr auth%9, or use the traditional way and compare fingerprints over a secure line (e.g. telephone) and subsequently enter %9/otr trust%9.  Your fingerprint is: %s. %s's fingerprint: %s
33
 
ops_insec       gone %9insecure%9
34
 
ops_still_reply still %%9secure%9 (is reply)
35
 
ops_still_no_reply      still %%9secure%9 (is not reply)
36
 
ops_log log msg: %s
37
 
ops_inject      Couldn't inject message from %s for %s: %s
38
 
SendingReceiving
39
 
send_failed     send failed: msg=%s
40
 
send_change     couldn't find context also OTR changed the outgoing message(BUG?)
41
 
send_fragment   failed to fragment message: msg=%s
42
 
send_converted  OTR converted sent message to %s
43
 
receive_ignore_query    ignoring rest of OTR default query msg
44
 
receive_dequeued        dequeued msg of length %d
45
 
receive_queued  queued msg of length %d
46
 
receive_ignore  ignoring protocol message of length %d, acc=%s, from=%s: %s
47
 
receive_converted       OTR converted received message
48
 
otr_better_two  <b>%s</b> has requested an <a href=\"http://otr.cypherpunks.ca/\">Off-the-Record private conversation</a>.  However, you do not have a plugin to support that.
49
 
otr_better_three        See <a href=\"http://otr.cypherpunks.ca/\">http://otr.cypherpunks.ca/</a> for more information.
50
 
Context
51
 
ctx_not_found   couldn't find context: acc=%s nick=%s
52
 
ctx_not_create  couldn't create/find context: acc=%s from=%s
53
 
Authentication
54
 
auth_aborted_ongoing    Ongoing authentication aborted
55
 
auth_aborted    Authentication aborted
56
 
auth_responding Responding to authentication request...
57
 
auth_initiated  Initiated authentication...
58
 
auth_have_old   %s wanted to authenticate but an old authentication was still ongoing.  Old authentication will be aborted, please try again.
59
 
auth_peer       %s wants to authenticate. Type /otr auth <your-shared-secret> to complete.
60
 
auth_peer_reply_wrong   %s replied to an auth we didn't start.
61
 
auth_peer_replied       %s replied to our auth request...
62
 
auth_peer_wrong_smp3    %s sent a wrong authentication message (SMP3).
63
 
auth_peer_wrong_smp4    %s sent a wrong authentication message (SMP4).
64
 
auth_successful Authentication successful!
65
 
auth_failed     Authentication failed!
66
 
auth_needenc    You need to establish an OTR session before you can authenticate.
67
 
Commands
68
 
cmd_otr We're alive
69
 
cmd_qnotfound   Failed: Can't get nick and server of current query window. (Or maybe you're doing this in the status window?)
70
 
cmd_auth        Please agree on a secret with your peer and then initiate the authentication with /otr auth <secret> or let him initiate. Should you initiate your peer will after a little while be instructed to enter the secret as well. Once he has done so the authentication will finish up. Should you have both typed in the same secret the authentication should be successful.
71
 
cmd_debug_on    Debug mode is on
72
 
cmd_debug_off   Debug mode is off
73
 
cmd_finish      Finished conversation with %s@%s.
74
 
cmd_finishall_none      No conversations to finish.
75
 
cmd_version     This is irssi-otr version %s
76
 
peer_finished   %s has finished the OTR conversation. If you want to continue talking enter %9/otr finish%9 for plaintext or ?OTR? to restart OTR.
77
 
Contexts
78
 
ctx_ctx_unencrypted     %%9%20s%%9    %30s    plaintext
79
 
ctx_ctx_encrypted       %%9%20s%%9    %30s    %gencrypted%n
80
 
ctx_ctx_finished        %%9%20s%%9    %30s    finished
81
 
ctx_ctx_unknown %%9%20s%%9    %30s    unknown state(BUG?)
82
 
ctx_fps_no      %s %rnot authenticated%n
83
 
ctx_fps_smp     %s %gauthenticated%n via shared secret (SMP)
84
 
ctx_fps_man     %s %gauthenticated%n manually
85
 
ctx_noctxs      No active OTR contexts found
86
 
Statusbar
87
 
st_plaintext    {sb plaintext}
88
 
st_untrusted    {sb %rOTR(not auth'ed)%n}
89
 
st_trust_smp    {sb %gOTR%n}
90
 
st_trust_manual {sb %gOTR%n}
91
 
st_smp_wait_2   {sb {hilight awaiting auth reply...}}
92
 
st_smp_have_2   {sb {hilight finalizing auth... (won't happen with libotr 3.1(bug), ask the other guy to initiate)}}
93
 
st_smp_failed   {sb {hilight auth failed}}
94
 
st_smp_finalize {sb {hilight finalizing auth...}}
95
 
st_smp_unknown  {sb {hilight unknown auth state!}}
96
 
st_finished     {sb finished}
97
 
st_unknown      {sb {hilight state unknown (BUG!)}}