summaryrefslogtreecommitdiffstats
path: root/peekaboo/locale/peekaboo.pot
blob: 56b6113065f6adad940acfa17841525a10405fac (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
# 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-17 09:26+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:382
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/sample.py:495
#, python-format
msgid "Sample %s successfully submitted to Cuckoo as job %d"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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