-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.txt
11926 lines (11926 loc) · 186 KB
/
terms.txt
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
430 message
360 You
349 file
332 server
305 page
304 messages
291 brandShortName
277 want
271 name
227 Name
210 If
209 certificate
208 folder
201 data
201 found
193 again
188 sure
185 password
180 The
176 information
171 account
155 This
148 Unable
144 try again
141 Add
139 Are
138 settings
137 list
135 Message
134 Page
131 ons
130 Folder
127 File
124 Open
123 Settings
122 value
121 Search
121 text
120 installed
118 Show
117 window
114 error
113 Do
113 add
110 America
110 No
109 view
108 All
107 Close
106 connection
106 site
104 URL
104 Use
98 Delete
98 failed
98 line
97 address
97 nickname
96 ChatZilla
95 Remove
95 There
94 Enter
94 To
94 contact
93 Check
93 delete
92 cannot
92 specified
91 Select
91 check
90 command
89 Allow
89 Edit
89 device
89 time
88 computer
88 me
87 add ons
87 mail
86 Cancel
86 Location
86 Password
85 application
83 List
83 Messages
83 Preferences
83 select
83 website
82 Error
82 Sort
81 enter
80 tab
80 version
79 content
78 Asia
78 History
78 Options
77 Properties
77 files
76 Certificate
76 Tab
76 open
75 BrandShortName
75 display
75 key
75 offline
75 updates
73 channel
73 plugin
73 provided
72 Failed
71 Bookmarks
71 Now
71 tabs
70 Type
70 address book
70 book
70 sent
70 ul
70 update
70 url
69 Key
69 disabled
69 mode
69 preferences
68 Save
68 li ul
67 match
66 Click
66 Would
66 continue
66 location
65 As
65 Mail
65 read
64 Default
64 View
64 install
64 search
63 Update
62 Account
62 Choose
62 quot
61 Copy
61 Status
61 network
61 save
61 toggle
60 Address
60 Tabs
60 browser
60 complete
60 curve
60 elliptic curve
60 method
60 user
59 access
59 directory
58 Server
57 occurred
57 verify
56 contains
56 size
56 status
56 terms
55 An error occurred
55 Europe
55 Size
55 commands
55 object
55 send
54 Address Book
54 Book
54 BrandFullNameDA
54 For
54 Text
54 change
54 document
53 Mode
53 When
53 code
53 denied
53 import
53 restart
52 Data
52 Link
52 Sync
52 Unknown
52 cookies
52 see
52 space
52 tag
52 trying
51 Date
51 Find
51 Firefox
51 Print
51 Reply
51 allowed
51 connect
51 default
51 saved
51 start
50 Africa
50 Cookies
50 Image
50 Send
50 Toolbar
50 received
50 selected
49 Add ons
49 Calendar
49 Could
49 Install
49 Only
49 Passwords
49 connected
49 details
49 element
49 need
49 request
48 Email
48 Manager
48 date
48 displayed
48 problem
48 script
48 supported
47 HTML
47 Request
47 Your
47 deleted
47 imported
46 Clear
46 It
46 Mozilla
46 Recovery Key
46 find
46 reason
45 Contact
45 Description
45 Setup
45 Window
45 below
45 downloaded
44 Expected
44 Go
44 Newsgroups
44 Next
44 accel
44 correct
44 invalid
44 screen
44 setting
44 show
43 Import
43 Please enter
43 character
43 error occurred
43 expression
43 profile
43 websites
42 Display
42 Download
42 Please check
42 Read
42 The certificate
42 blocked
42 breakpoint
42 download
42 folders
42 state
42 valid
41 Change
41 can't
41 close
41 event
41 history
41 off
41 properties
41 remove
41 users
40 Details
40 Downloads
40 Enable
40 More
40 Subscribe
40 automatically
40 longer
40 preference
40 source
39 Bar
39 Information
39 Services
39 Tags
39 attribute
39 choose
39 create
39 full screen
39 loaded
39 plugins
39 rule
39 string
39 trust
39 vendorShortName
38 Authentication method
38 From
38 Move
38 New
38 Pacific
38 Please
38 Stop
38 Title
38 addresses
38 calendar
38 instance
38 sign
38 successfully
37 Custom
37 Restart
37 installation
37 items
37 link
37 links
37 load
37 online
37 options
37 unknown
36 Back
36 Number
36 Preview
36 Windows
36 changing
36 disable
36 encoding
36 mailbox
36 pages
36 try
36 windows
35 Always
35 Create
35 Help
35 ID
35 Offline
35 Security
35 Set
35 Uninstall
35 bar
35 changes
35 filter
35 loading
35 specify
35 system
35 unable
34 In
34 None
34 Other
34 Profile
34 Wizard
34 exception
34 function
34 item
34 run
34 true
33 Advanced
33 Confirm
33 Filter
33 Invalid
33 OK
33 See
33 Session
33 Site
33 Source
33 back
33 configuration
33 exists
33 gt
33 known
33 operation
33 order
33 session
33 turn
33 wait
32 Account Settings
32 Customize
32 Folders
32 Master Password
32 Not
32 Please contact
32 Policy
32 copy
32 encrypted
32 filters
32 reboot
32 shown
31 Don't
31 Done
31 Hide
31 Insert
31 SECG elliptic curve
31 Tools
31 characters
31 contents
31 headers
31 id
31 passed
31 provider
31 report
30 Bookmark
30 Connection
30 Console
30 Encoding
30 Junk
30 Paste
30 The message
30 Updates
30 button
30 connections
30 created
30 debugger
30 enabled
30 format
30 left
30 menu
30 owners
30 syncBrand.shortName.label
29 Attachments
29 Get
29 Sets
29 Subject
29 administrator
29 email address
29 problems
29 removed
29 signature
29 support
28 Browse
28 Chat
28 Color
28 Content
28 Continue
28 Downloading
28 Event
28 Files
28 Forward
28 Info
28 Please try again
28 Port
28 away
28 cache
28 certificates
28 client
28 icon
28 inform
28 minutes
28 motif
28 opened
28 passwords
28 script instance
28 service
28 stop
27 ANSI X9.62 elliptic
27 Feeds
27 New Tab
27 SSL
27 Start
27 Undo
27 Unread
27 Version
27 Web Page
27 X9.62 elliptic curve
27 contain
27 context
27 disk space
27 encryption
27 handshake message
27 header
27 ignored
27 path
27 port
27 software
27 stored
27 work
26 037
26 Browser
26 Called
26 Device
26 JavaScript
26 Log
26 Proxy
26 Quit
26 Toggle
26 action
26 bookmarks
26 closed
26 email
26 entered
26 help
26 image
26 matching
26 pref value
26 reference
26 seconds
26 secure
26 selector
26 signed
26 someone
26 starts
26 updated
26 wish
25 Background
25 Checking
25 Complete
25 Organization
25 SeaMonkey
25 Selected
25 Share
25 Tasks
25 The connection
25 User
25 Website
25 authority
25 click
25 connecting
25 downloading
25 exist
25 logging
25 option
25 pattern
25 record
25 sender
25 sources
25 sync
25 syncBrand.fullName.label
25 username
25 web page
24 Browsing
24 Certificates
24 Day
24 LDAP server
24 Line
24 Never
24 Reload
24 Service
24 The server
24 Thread
24 Value
24 Welcome
24 accept
24 appear
24 box
24 certificate authority
24 changed
24 configured
24 dialog
24 mail server
24 people
24 pref name
24 proxy
23 Application
23 Completed
23 Disable
23 Exit
23 Filters
23 Internet
23 On
23 Please select
23 Please wait
23 Plugin
23 Plugins
23 Reset
23 Select All
23 Table
23 Task
23 The page
23 Warn me
23 alias
23 appears
23 associated
23 attachments
23 extension
23 feed
23 junk
23 reports
23 security
23 servers
23 wrapper
22 8859
22 Account Settings Server
22 Again
22 Attachment
22 Cc
22 Character Encoding
22 Controls
22 Cut
22 DCC
22 Down
22 Email Address
22 Finish
22 Found
22 Images
22 Inbox
22 Installing
22 Network
22 Please verify
22 Previous
22 Priority
22 Right
22 Settings Server settings
22 Space
22 Web
22 authentication
22 breakpoints
22 character encoding
22 exceeded
22 feature
22 listed
22 prevented
22 proxy server
22 requested
22 sending
22 started
22 uninstalled
22 user name
22 website owners
21 Connect
21 Connected
21 Format
21 ISO 8859
21 KB
21 Keyword
21 Learn More
21 New Window
21 Phone
21 SSL received
21 Sample
21 URI
21 Up
21 Verify
21 Zoom
21 bytes
21 days
21 devices
21 domain
21 index
21 li Check
21 lt
21 names
21 offer
21 reported
21 reset
21 sites
21 subscribe
20 Breakpoint
20 Exceptions
20 General
20 Left
20 Safe Mode
20 Sidebar
20 This Page
20 Using
20 Warning
20 Yes
20 amp
20 class
20 colors
20 http
20 issued
20 li If
20 li Please contact
20 module
20 parameter
20 peer
20 prefix
20 process
20 reply
20 restore
20 seen
20 share
20 sort
20 table
20 target
19 Block
19 CA
19 Disabled
19 Export
19 Last
19 Normal
19 Permissions
19 Please enter valid
19 Switch
19 This message
19 Video
19 added
19 brandFullName
19 compatible
19 console
19 declaration
19 don't
19 end
19 expired
19 face
19 know
19 limit
19 my
19 opening
19 parameters
19 pixels
19 policy
19 property
19 response
19 running
19 services
19 startup
19 trusted
19 twenty
18 Blocked
18 Code
18 Commands
18 Current
18 Events
18 Home
18 Host
18 Mail amp Newsgroups
18 Manage
18 Microsoft
18 Pane
18 Received
18 Rename
18 STARTTLS
18 Selection
18 Some
18 Time
18 Try again
18 articles
18 attempt
18 cause
18 chat
18 cookie
18 day
18 debugging
18 document.domain
18 empty
18 enable
18 exit
18 file name
18 private key
18 problem li ul
18 quote
18 remember
18 responded
18 saving
18 scripts
18 section
18 title
18 topic
18 try changing
18 unexpected
18 verified
18 wizard
18 write
18 yes
17 Ask me
17 Attach
17 By
17 Nickname
17 Open Link
17 Pause
17 Permission denied
17 Retry
17 SMTP
17 SMTP server
17 Tag
17 URLs
17 anchor
17 ask
17 attempting
17 control
17 description
17 due
17 e.g
17 expected
17 failure
17 identifier
17 identify
17 needs
17 parameter passed
17 protected
17 right
17 starting
17 take
17 thread
17 timed
17 timezone
17 ul li Please
17 version of brandShortName
17 view cannot
17 views
17 visit
16 Agreement
16 Alert
16 Available
16 Bad parameter passed
16 Debugger
16 Displays
16 Edit Directories
16 Encrypted
16 Encryption
16 Ignore
16 Include
16 Learn
16 Links
16 Mobile
16 Out
16 Print Preview
16 Remember
16 Required
16 Save As
16 Screen
16 Signing
16 The value
16 This page
16 Today
16 Week
16 Your computer
16 algorithm
16 applications
16 argument
16 cleared
16 clipboard
16 completed successfully
16 else contact
16 existing
16 false
16 false off
16 field
16 images
16 keyword
16 li li If
16 mozilla.org
16 omitted
16 pseudo class
16 recommended
16 subdirectory
16 theme
16 unavailable
16 words
15 Action
15 Close Tab
15 Frame
15 Headers
15 Islands
15 Keep
15 Leave
15 License Agreement
15 Loading
15 Make sure
15 Mark
15 Menu
15 Missing
15 Newsgroup
15 Publish
15 Replace
15 SSL received malformed
15 Sender
15 The application
15 The file
15 This website
15 Weeks
15 With
15 app
15 channels
15 color
15 confirm
15 downloads
15 effect
15 elements
15 flag
15 font size
15 foo.html
15 frame
15 http testurl.com foo.html
15 identity
15 installing
15 marked
15 matches
15 memory
15 network administrator
15 operator status
15 permission
15 person
15 progress
15 protection
15 recipients
15 review
15 testurl.com foo.html
15 token
15 ul li Check
15 upgrade
14 Activate
14 Bcc
14 Canceled
14 Compose
14 Directory
14 Enabled
14 Error accessing file
14 Mail Newsgroups
14 Move Down
14 Move Up
14 New Folder
14 Open in New
14 Port Number
14 Privacy Policy
14 Publishing
14 Restore
14 SSL peer
14 Saved Passwords
14 Sites
14 Storage
14 These
14 UTF
14 Username
14 above
14 accepted
14 accessing file
14 address books
14 again or else
14 amp Newsgroups
14 apply
14 apps
14 ask me
14 asked
14 background
14 body
14 containing
14 copied
14 corrupt
14 creating
14 features
14 filename
14 form
14 home page
14 hostname
14 install BrandFullNameDA
14 language
14 layout
14 modify
14 newsgroup
14 newsgroups
14 plain text
14 proceed
14 receipt
14 recipient
14 replace
14 resource
14 return receipt
14 securely
14 seem
14 selection
14 soon
14 too
14 tools
14 web
13 Account Name
13 Addresses
13 Any
13 App
13 Authority
13 Cannot
13 Center
13 Changes
13 Channel
13 City
13 Colors
13 Desktop
13 Disconnect
13 Fax
13 Group
13 However
13 Lists
13 Load
13 Notes
13 Page Setup
13 Play
13 Redo
13 Sign
13 Sorry
13 Style
13 The add
13 Threads
13 Total
13 Trash
13 User Name
13 Venkman
13 Websites
13 Work
13 Your message
13 activate
13 agreement
13 attachment