summaryrefslogtreecommitdiffstats
path: root/peekaboo/locale/peekaboo.pot
blob: b7631fe92d4c8dab52a0a37e24a06eb08af6c6a5 (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
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
# Translations template for PROJECT.
# Copyright (C) 2019 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-04-08 12:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.4.0\n"

#: peekaboo/queuing.py:375
msgid "Sample initialization failed"
msgstr ""

#: peekaboo/sample.py:186
#, python-format
msgid "File \"%s\" %s is being analyzed"
msgstr ""

#: peekaboo/sample.py:239
#, python-format
msgid "File \"%s\" is considered \"%s\""
msgstr ""

#: peekaboo/sample.py:299
#, python-format
msgid "File \"%s\": %s"
msgstr ""

#: peekaboo/server.py:143
msgid "Hello, this is Peekaboo."
msgstr ""

#: peekaboo/server.py:176
msgid "Error: Invalid JSON in request."
msgstr ""

#: peekaboo/server.py:181
msgid "ERROR: Invalid data structure."
msgstr ""

#: peekaboo/server.py:188
msgid "ERROR: Incomplete data structure."
msgstr ""

#: peekaboo/server.py:195
msgid "ERROR: Path does not exist or no permission to access it."
msgstr ""

#: peekaboo/server.py:202
msgid "ERRROR: Input is not a file"
msgstr ""

#: peekaboo/server.py:209
msgid "Error submitting sample to job queue"
msgstr ""

#: peekaboo/server.py:241
msgid "Files are being analyzed..."
msgstr ""

#: peekaboo/server.py:264
msgid "Peekaboo is shutting down."
msgstr ""

#: peekaboo/server.py:316
#, python-format
msgid "The file collection has been categorized \"%s\""
msgstr ""

#: peekaboo/ruleset/__init__.py:66
msgid "Rule without result"
msgstr ""

#: peekaboo/ruleset/__init__.py:70
#, python-format
msgid "Result \"%s\" of rule %s - %s, analysis continues: %s."
msgstr ""

#: peekaboo/ruleset/__init__.py:72
msgid "Yes"
msgstr ""

#: peekaboo/ruleset/__init__.py:72
msgid "No"
msgstr ""

#: peekaboo/ruleset/engine.py:88
#, python-format
msgid "Rule '%s' is disabled."
msgstr ""

#: peekaboo/ruleset/engine.py:102
msgid "Rule aborted with error"
msgstr ""

#: peekaboo/ruleset/rules.py:84
msgid "File is not yet known to the system"
msgstr ""

#: peekaboo/ruleset/rules.py:104
#, python-format
msgid "Failure to determine sample file size: %s"
msgstr ""

#: peekaboo/ruleset/rules.py:109
#, python-format
msgid "File has more than %d bytes"
msgstr ""

#: peekaboo/ruleset/rules.py:114
#, python-format
msgid "File is more than %d bytes long"
msgstr ""

#: peekaboo/ruleset/rules.py:133
msgid "File type is on whitelist"
msgstr ""

#: peekaboo/ruleset/rules.py:137
msgid "File type is not on whitelist"
msgstr ""

#: peekaboo/ruleset/rules.py:156
msgid "File type is on the list of types to analyze"
msgstr ""

#: peekaboo/ruleset/rules.py:161
#, python-format
msgid "File type is not on the list of types to analyse (%s)"
msgstr ""

#: peekaboo/ruleset/rules.py:174
msgid "The file contains an Office macro"
msgstr ""

#: peekaboo/ruleset/rules.py:178
msgid "The file does not contain a recognizable Office macro"
msgstr ""

#: peekaboo/ruleset/rules.py:205 peekaboo/ruleset/rules.py:327
msgid ""
"Behavioral analysis by Cuckoo has produced an error and did not finish "
"successfully"
msgstr ""

#: peekaboo/ruleset/rules.py:239
msgid "Empty list of malicious signatures"
msgstr ""

#: peekaboo/ruleset/rules.py:257
msgid "No signature suggesting malware detected"
msgstr ""

#: peekaboo/ruleset/rules.py:262
#, python-format
msgid "The following signatures have been recognized: %s"
msgstr ""

#: peekaboo/ruleset/rules.py:279
#, python-format
msgid "Cuckoo score >= %s: %s"
msgstr ""

#: peekaboo/ruleset/rules.py:284
#, python-format
msgid "Cuckoo score < %s: %s"
msgstr ""

#: peekaboo/ruleset/rules.py:300
msgid "Empty domain list"
msgstr ""

#: peekaboo/ruleset/rules.py:305
#, python-format
msgid "The file attempts to contact at least one domain on the blacklist (%s)"
msgstr ""

#: peekaboo/ruleset/rules.py:311
msgid "File does not seem to attempt contact with domains on the blacklist"
msgstr ""

#: peekaboo/ruleset/rules.py:347
msgid "Behavioral analysis by Cuckoo completed successfully"
msgstr ""

#: peekaboo/ruleset/rules.py:364
msgid "File does not seem to exhibit recognizable malicious behaviour"
msgstr ""