File: ccrypt.pot

package info (click to toggle)
ccrypt 1.11-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,148 kB
  • sloc: ansic: 22,340; sh: 5,691; makefile: 664; lisp: 637; yacc: 291; sed: 35
file content (417 lines) | stat: -rw-r--r-- 9,635 bytes parent folder | download | duplicates (4)
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Peter Selinger
# This file is distributed under the same license as the ccrypt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ccrypt 1.11\n"
"Report-Msgid-Bugs-To: selinger@users.sourceforge.net\n"
"POT-Creation-Date: 2018-07-27 17:25-0300\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/ccrypt.c:56
msgid "bad file format"
msgstr ""

#: src/ccrypt.c:59
msgid "key does not match"
msgstr ""

#: src/ccrypt.c:62
msgid "buffer overflow"
msgstr ""

#: src/ccrypt.c:69
msgid "unknown error"
msgstr ""

#: src/main.c:43 src/main.c:88 src/main.c:93
#, c-format
msgid "%s %s. Secure encryption and decryption of files and streams.\n"
msgstr ""

#: src/main.c:46
#, c-format
msgid ""
"Usage: %s [mode] [options] [file...]\n"
"       %s [options] [file...]\n"
"       %s [options] [file...]\n"
"       %s [options] file...\n"
"\n"
msgstr ""

#: src/main.c:51
#, c-format
msgid ""
"Modes:\n"
"    -e, --encrypt         encrypt\n"
"    -d, --decrypt         decrypt\n"
"    -c, --cat             cat; decrypt files to stdout\n"
"    -x, --keychange       change key\n"
"    -u, --unixcrypt       decrypt old unix crypt files\n"
"\n"
"Options:\n"
"    -h, --help            print this help message and exit\n"
"    -V, --version         print version info and exit\n"
"    -L, --license         print license info and exit\n"
"    -v, --verbose         print progress information to stderr\n"
"    -q, --quiet           run quietly; suppress warnings\n"
"    -f, --force           overwrite existing files without asking\n"
"    -m, --mismatch        allow decryption with non-matching key\n"
"    -E, --envvar var      read keyword from environment variable (unsafe)\n"
"    -K, --key key         give keyword on command line (unsafe)\n"
"    -k, --keyfile file    read keyword(s) as first line(s) from file\n"
"    -P, --prompt prompt   use this prompt instead of default\n"
"    -S, --suffix .suf     use suffix .suf instead of default %s\n"
"    -s, --strictsuffix    refuse to encrypt files which already have suffix\n"
"    -F, --envvar2 var     as -E for second keyword (for keychange mode)\n"
"    -H, --key2 key        as -K for second keyword (for keychange mode)\n"
"    -Q, --prompt2 prompt  as -P for second keyword (for keychange mode)\n"
"    -t, --timid           prompt twice for encryption keys (default)\n"
"    -b, --brave           prompt only once for encryption keys\n"
"    -y, --keyref file     encryption key must match this encrypted file\n"
"    -r, --recursive       recurse through directories\n"
"    -R, --rec-symlinks    follow symbolic links as subdirectories\n"
"    -l, --symlinks        dereference symbolic links\n"
"    -T, --tmpfiles        use temporary files instead of overwriting "
"(unsafe)\n"
"    --                    end of options, filenames follow\n"
msgstr ""

#: src/main.c:89 src/main.c:94
#, c-format
msgid "Copyright (C) 2000-2018 Peter Selinger.\n"
msgstr ""

#: src/main.c:97
#, c-format
msgid ""
"For the full text of the GNU General Public License, see the file\n"
"COPYING distributed with this software.\n"
"\n"
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
"the Free Software Foundation; either version 2 of the License, or\n"
"(at your option) any later version.\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"GNU General Public License for more details.\n"
"\n"
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software Foundation,\n"
"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
msgstr ""

#: src/main.c:124
#, c-format
msgid ""
"\n"
"Command line:\n"
msgstr ""

#: src/main.c:128 src/main.c:129
msgid "(known)"
msgstr ""

#: src/main.c:128 src/main.c:129
msgid "(unknown)"
msgstr ""

#: src/main.c:134 src/main.c:135 src/main.c:140 src/main.c:142
msgid "(none)"
msgstr ""

#: src/main.c:257
#, c-format
msgid "%s: environment variable %s does not exist.\n"
msgstr ""

#: src/main.c:363
#, c-format
msgid "Try --help for more information.\n"
msgstr ""

#: src/main.c:367
#, c-format
msgid "%s: unimplemented option -- %c\n"
msgstr ""

#: src/main.c:395
#, c-format
msgid "%s: option -m can only be used with -c or when running as a filter.\n"
msgstr ""

#: src/main.c:402
#, c-format
msgid "%s: warning: empty list of filenames given\n"
msgstr ""

#: src/main.c:412
#, c-format
msgid ""
"%s: encrypted data not written to a terminal. Use -f to force encryption.\n"
"Try --help for more information.\n"
msgstr ""

#: src/main.c:420
#, c-format
msgid ""
"%s: encrypted data not read from a terminal. Use -f to force decryption.\n"
"Try --help for more information.\n"
msgstr ""

#: src/main.c:463
#, c-format
msgid "%s: could not read key from %s: %s\n"
msgstr ""

#: src/main.c:471 src/main.c:478
#, c-format
msgid "%s: error reading keyfile\n"
msgstr ""

#: src/main.c:493
msgid "Enter encryption key: "
msgstr ""

#: src/main.c:497
msgid "Enter decryption key: "
msgstr ""

#: src/main.c:501
msgid "Enter old key: "
msgstr ""

#: src/main.c:505
msgid "Enter key: "
msgstr ""

#: src/main.c:512 src/main.c:535
#, c-format
msgid "%s: no key given\n"
msgstr ""

#: src/main.c:519 src/main.c:542
msgid "(repeat) "
msgstr ""

#: src/main.c:521 src/main.c:544
#, c-format
msgid "Sorry, the keys you entered did not match.\n"
msgstr ""

#: src/main.c:530
msgid "Enter new key: "
msgstr ""

#: src/main.c:558
#, c-format
msgid "%s: could not open %s: %s\n"
msgstr ""

#: src/main.c:567
#, c-format
msgid "The encryption key does not match the reference file.\n"
msgstr ""

#: src/readkey.c:34
#, c-format
msgid "%s: cannot open /dev/tty: %s\n"
msgstr ""

#: src/traverse.c:238
#, c-format
msgid "%s: interrupted.\n"
msgstr ""

#: src/traverse.c:248
#, c-format
msgid ""
"Interrupt - will exit after current file.\n"
"Press CTRL-C twice to exit now (warning: this can lead to loss of data).\n"
msgstr ""

#: src/traverse.c:279
#, c-format
msgid "%s: encrypt write-protected file %s (y or n)? "
msgstr ""

#: src/traverse.c:282
#, c-format
msgid "%s: decrypt write-protected file %s (y or n)? "
msgstr ""

#: src/traverse.c:285
#, c-format
msgid "%s: perform keychange on write-protected file %s (y or n)? "
msgstr ""

#: src/traverse.c:290
#, c-format
msgid "Not changed.\n"
msgstr ""

#: src/traverse.c:302
#, c-format
msgid "Already visited inode %s.\n"
msgstr ""

#: src/traverse.c:314
#, c-format
msgid "%s: warning: %s has %d links\n"
msgstr ""

#: src/traverse.c:340 src/traverse.c:530
#, c-format
msgid "Encrypting %s\n"
msgstr ""

#: src/traverse.c:347 src/traverse.c:536 src/traverse.c:641
#, c-format
msgid "Decrypting %s\n"
msgstr ""

#: src/traverse.c:354 src/traverse.c:542
#, c-format
msgid "Changing key for %s\n"
msgstr ""

#: src/traverse.c:388 src/traverse.c:575
#, c-format
msgid "%s: %s: %s -- unchanged\n"
msgstr ""

#: src/traverse.c:408 src/traverse.c:595
#, c-format
msgid "%s: could not rename %s to %s: %s\n"
msgstr ""

#: src/traverse.c:487
#, c-format
msgid "%s: could not create temporary file for %s: %s\n"
msgstr ""

#: src/traverse.c:605
#, c-format
msgid "%s: could not remove %s: %s\n"
msgstr ""

#: src/traverse.c:665
#, c-format
msgid "%s: %s: %s -- ignored\n"
msgstr ""

#: src/traverse.c:687
#, c-format
msgid "Decrypting standard input\n"
msgstr ""

#: src/traverse.c:708
#, c-format
msgid "%s: standard input: %s -- ignored\n"
msgstr ""

#: src/traverse.c:784
#, c-format
msgid "%s: %s: is a symbolic link -- ignored\n"
msgstr ""

#: src/traverse.c:791
#, c-format
msgid "%s: %s: is not a regular file -- ignored\n"
msgstr ""

#: src/traverse.c:807
#, c-format
msgid "%s: %s already has %s suffix -- ignored\n"
msgstr ""

#: src/traverse.c:830
#, c-format
msgid "%s: %s already exists; overwrite (y or n)? "
msgstr ""

#: src/traverse.c:834
#, c-format
msgid "Not overwritten.\n"
msgstr ""

#: src/traverse.c:879
#, c-format
msgid "%s: %s: directory is a symbolic link -- ignored\n"
msgstr ""

#: src/traverse.c:887
#, c-format
msgid "%s: %s: is a directory -- ignored\n"
msgstr ""

#: src/traverse.c:897
#, c-format
msgid "Already visited directory %s -- skipped.\n"
msgstr ""

#: src/getopt.c:688
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""

#: src/getopt.c:713
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""

#: src/getopt.c:718
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""

#: src/getopt.c:736 src/getopt.c:909
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""

#: src/getopt.c:765
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr ""

#: src/getopt.c:769
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr ""

#: src/getopt.c:795
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""

#: src/getopt.c:798
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr ""

#: src/getopt.c:828 src/getopt.c:958
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""

#: src/getopt.c:875
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr ""

#: src/getopt.c:893
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""