nano.pot 14.4 KB
Newer Older
1
# SOME DESCRIPTIVE TITLE.
Chris Allegretta's avatar
Chris Allegretta committed
2
# Copyright (C) YEAR Free Software Foundation, Inc.
3
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
Chris Allegretta's avatar
Chris Allegretta committed
4
5
6
7
8
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
9
"POT-Creation-Date: 2000-11-06 00:47-0500\n"
Chris Allegretta's avatar
Chris Allegretta committed
10
11
12
13
14
15
16
"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=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"

Chris Allegretta's avatar
Chris Allegretta committed
17
#: cut.c:44
Chris Allegretta's avatar
Chris Allegretta committed
18
19
20
21
#, c-format
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr ""

22
#: cut.c:150
Chris Allegretta's avatar
Chris Allegretta committed
23
24
25
msgid "Blew away cutbuffer =)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
26
#: files.c:122
27
28
29
msgid "read_line: not on first line and prev is NULL"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
30
#: files.c:184 files.c:201
31
32
33
34
#, c-format
msgid "Read %d lines"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
35
#: files.c:219 search.c:164
36
37
38
39
40
#, c-format
msgid "\"%s\" not found"
msgstr ""

#. We have a new file
Chris Allegretta's avatar
Chris Allegretta committed
41
#: files.c:223
42
43
44
msgid "New File"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
45
#: files.c:232
46
47
48
49
#, c-format
msgid "File \"%s\" is a directory"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
50
#: files.c:238
51
52
53
msgid "Reading File"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
54
#: files.c:251
55
56
57
msgid "File to insert [from ./] "
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
58
#: files.c:276 files.c:300 files.c:488 nano.c:1347
59
60
61
msgid "Cancelled"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
62
#: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
63
64
65
66
#, c-format
msgid "Could not open file for writing: %s"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
67
#: files.c:330
68
69
70
msgid "Could not open file: Path length exceeded."
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
71
#: files.c:361
72
73
74
75
#, c-format
msgid "Wrote >%s\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
76
#: files.c:388
77
78
79
80
81
#, c-format
msgid "Could not close %s: %s"
msgstr ""

#. Try a rename??
Chris Allegretta's avatar
Chris Allegretta committed
82
#: files.c:409 files.c:420 files.c:425
83
84
85
86
#, c-format
msgid "Could not open %s for writing: %s"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
87
#: files.c:431
88
89
90
91
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
92
#: files.c:438
93
94
95
96
#, c-format
msgid "Wrote %d lines"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
97
#: files.c:467
98
99
100
msgid "File Name to write"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
101
#: files.c:472
102
103
104
105
#, c-format
msgid "filename is %s"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
106
#: files.c:477
107
108
109
msgid "File exists, OVERWRITE ?"
msgstr ""

110
#: files.c:741
111
112
113
msgid "(more)"
msgstr ""

114
#: global.c:124
115
116
117
msgid "Constant cursor position"
msgstr ""

118
#: global.c:125
119
msgid "Auto indent"
Chris Allegretta's avatar
Chris Allegretta committed
120
121
msgstr ""

122
#: global.c:126
123
msgid "Suspend"
Chris Allegretta's avatar
Chris Allegretta committed
124
125
msgstr ""

126
#: global.c:127
127
msgid "Help mode"
Chris Allegretta's avatar
Chris Allegretta committed
128
129
msgstr ""

130
#: global.c:128
131
msgid "Pico messages"
Chris Allegretta's avatar
Chris Allegretta committed
132
133
msgstr ""

134
#: global.c:129
135
msgid "Mouse support"
Chris Allegretta's avatar
Chris Allegretta committed
136
137
msgstr ""

138
#: global.c:130
139
msgid "Cut to end"
Chris Allegretta's avatar
Chris Allegretta committed
140
141
msgstr ""

142
#: global.c:132
143
msgid "Regular expressions"
Chris Allegretta's avatar
Chris Allegretta committed
144
145
msgstr ""

146
#: global.c:134
147
msgid "Auto wrap"
148
149
msgstr ""

150
#: global.c:176
151
152
153
msgid "Invoke the help menu"
msgstr ""

154
#: global.c:177
155
156
157
msgid "Write the current file to disk"
msgstr ""

158
#: global.c:178
159
160
161
msgid "Exit from nano"
msgstr ""

162
#: global.c:179
163
164
165
msgid "Goto a specific line number"
msgstr ""

166
#: global.c:180
167
168
169
msgid "Justify the current paragraph"
msgstr ""

170
#: global.c:181
171
172
173
msgid "Replace text within the editor"
msgstr ""

174
#: global.c:182
175
176
177
msgid "Insert another file into the current one"
msgstr ""

178
#: global.c:183
Chris Allegretta's avatar
Chris Allegretta committed
179
180
181
msgid "Search for text within the editor"
msgstr ""

182
#: global.c:184
Chris Allegretta's avatar
Chris Allegretta committed
183
184
185
msgid "Move to the previous screen"
msgstr ""

186
#: global.c:185
Chris Allegretta's avatar
Chris Allegretta committed
187
188
189
msgid "Move to the next screen"
msgstr ""

190
#: global.c:186
Chris Allegretta's avatar
Chris Allegretta committed
191
192
193
msgid "Cut the current line and store it in the cutbuffer"
msgstr ""

194
#: global.c:187
Chris Allegretta's avatar
Chris Allegretta committed
195
196
197
msgid "Uncut from the cutbuffer into the current line"
msgstr ""

198
#: global.c:188
Chris Allegretta's avatar
Chris Allegretta committed
199
200
201
msgid "Show the posititon of the cursor"
msgstr ""

202
#: global.c:189
Chris Allegretta's avatar
Chris Allegretta committed
203
204
205
msgid "Invoke the spell checker (if available)"
msgstr ""

206
#: global.c:190
Chris Allegretta's avatar
Chris Allegretta committed
207
208
209
msgid "Move up one line"
msgstr ""

210
#: global.c:191
Chris Allegretta's avatar
Chris Allegretta committed
211
212
213
msgid "Move down one line"
msgstr ""

214
#: global.c:192
Chris Allegretta's avatar
Chris Allegretta committed
215
216
217
msgid "Move forward one character"
msgstr ""

218
#: global.c:193
Chris Allegretta's avatar
Chris Allegretta committed
219
220
221
msgid "Move back one character"
msgstr ""

222
#: global.c:194
Chris Allegretta's avatar
Chris Allegretta committed
223
224
225
msgid "Move to the beginning of the current line"
msgstr ""

226
#: global.c:195
Chris Allegretta's avatar
Chris Allegretta committed
227
228
229
msgid "Move to the end of the current line"
msgstr ""

230
#: global.c:196
Chris Allegretta's avatar
Chris Allegretta committed
231
232
233
msgid "Go to the first line of the file"
msgstr ""

234
#: global.c:197
Chris Allegretta's avatar
Chris Allegretta committed
235
236
237
msgid "Go to the last line of the file"
msgstr ""

238
#: global.c:198
Chris Allegretta's avatar
Chris Allegretta committed
239
240
241
msgid "Refresh (redraw) the current screen"
msgstr ""

242
#: global.c:199
Chris Allegretta's avatar
Chris Allegretta committed
243
244
245
msgid "Mark text at the current cursor location"
msgstr ""

246
#: global.c:200
Chris Allegretta's avatar
Chris Allegretta committed
247
248
249
msgid "Delete the character under the cursor"
msgstr ""

250
#: global.c:202
Chris Allegretta's avatar
Chris Allegretta committed
251
252
253
msgid "Delete the character to the left of the cursor"
msgstr ""

254
#: global.c:203
Chris Allegretta's avatar
Chris Allegretta committed
255
256
257
msgid "Insert a tab character"
msgstr ""

258
#: global.c:204
Chris Allegretta's avatar
Chris Allegretta committed
259
260
261
msgid "Insert a carriage return at the cursor position"
msgstr ""

262
#: global.c:206
Chris Allegretta's avatar
Chris Allegretta committed
263
264
265
msgid "Make the current search or replace case (in)sensitive"
msgstr ""

266
#: global.c:207
Chris Allegretta's avatar
Chris Allegretta committed
267
268
269
msgid "Cancel the current function"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
270
#: global.c:211 global.c:323 global.c:408
Chris Allegretta's avatar
Chris Allegretta committed
271
272
273
msgid "Get Help"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
274
#: global.c:214 global.c:222
Chris Allegretta's avatar
Chris Allegretta committed
275
276
277
msgid "WriteOut"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
278
#: global.c:218 global.c:397
Chris Allegretta's avatar
Chris Allegretta committed
279
280
281
msgid "Exit"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
282
#: global.c:226 global.c:319 global.c:341 global.c:361
Chris Allegretta's avatar
Chris Allegretta committed
283
284
285
msgid "Goto Line"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
286
#: global.c:231 global.c:310
Chris Allegretta's avatar
Chris Allegretta committed
287
288
289
msgid "Justify"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
290
#: global.c:235 global.c:306 global.c:337
Chris Allegretta's avatar
Chris Allegretta committed
291
292
293
msgid "Replace"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
294
#: global.c:239
Chris Allegretta's avatar
Chris Allegretta committed
295
296
297
msgid "Read File"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
298
#: global.c:243
Chris Allegretta's avatar
Chris Allegretta committed
299
300
301
msgid "Where Is"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
302
#: global.c:247 global.c:389
Chris Allegretta's avatar
Chris Allegretta committed
303
304
305
msgid "Prev Page"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
306
#: global.c:251 global.c:393
Chris Allegretta's avatar
Chris Allegretta committed
307
308
309
msgid "Next Page"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
310
#: global.c:255
Chris Allegretta's avatar
Chris Allegretta committed
311
312
313
msgid "Cut Text"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
314
#: global.c:258
Chris Allegretta's avatar
Chris Allegretta committed
315
316
317
msgid "UnCut Txt"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
318
#: global.c:262
Chris Allegretta's avatar
Chris Allegretta committed
319
320
321
msgid "Cur Pos"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
322
#: global.c:266
Chris Allegretta's avatar
Chris Allegretta committed
323
324
325
msgid "To Spell"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
326
#: global.c:270
Chris Allegretta's avatar
Chris Allegretta committed
327
328
329
msgid "Up"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
330
#: global.c:273
Chris Allegretta's avatar
Chris Allegretta committed
331
332
333
msgid "Down"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
334
#: global.c:276
Chris Allegretta's avatar
Chris Allegretta committed
335
336
337
msgid "Forward"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
338
#: global.c:279
Chris Allegretta's avatar
Chris Allegretta committed
339
340
341
msgid "Back"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
342
#: global.c:282
Chris Allegretta's avatar
Chris Allegretta committed
343
344
345
msgid "Home"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
346
#: global.c:285
Chris Allegretta's avatar
Chris Allegretta committed
347
348
349
msgid "End"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
350
#: global.c:288
Chris Allegretta's avatar
Chris Allegretta committed
351
352
353
msgid "Refresh"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
354
#: global.c:291
Chris Allegretta's avatar
Chris Allegretta committed
355
356
357
msgid "Mark Text"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
358
#: global.c:294
Chris Allegretta's avatar
Chris Allegretta committed
359
360
361
msgid "Delete"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
362
#: global.c:298
Chris Allegretta's avatar
Chris Allegretta committed
363
364
365
msgid "Backspace"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
366
#: global.c:302
Chris Allegretta's avatar
Chris Allegretta committed
367
368
369
msgid "Tab"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
370
#: global.c:314
Chris Allegretta's avatar
Chris Allegretta committed
371
372
373
msgid "Enter"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
374
#: global.c:327 global.c:348 global.c:369 global.c:379
Chris Allegretta's avatar
Chris Allegretta committed
375
376
377
msgid "First Line"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
378
#: global.c:330 global.c:351 global.c:372 global.c:382
Chris Allegretta's avatar
Chris Allegretta committed
379
380
381
msgid "Last Line"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
382
#: global.c:333 global.c:354
Chris Allegretta's avatar
Chris Allegretta committed
383
384
385
msgid "Case Sens"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
386
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
387
#: global.c:405 global.c:411 winio.c:1008
Chris Allegretta's avatar
Chris Allegretta committed
388
389
390
msgid "Cancel"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
391
#: global.c:357
392
msgid "No Replace"
Chris Allegretta's avatar
Chris Allegretta committed
393
394
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
395
#: nano.c:131
Chris Allegretta's avatar
Chris Allegretta committed
396
397
398
399
400
msgid ""
"\n"
"Buffer written to 'nano.save'\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
401
#: nano.c:138
Chris Allegretta's avatar
Chris Allegretta committed
402
403
404
msgid "Key illegal in VIEW mode"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
405
#: nano.c:175
Chris Allegretta's avatar
Chris Allegretta committed
406
407
408
409
410
411
412
413
414
415
416
417
msgid ""
" nano help text\n"
"\n"
" The nano editor is designed to emulate the functionality and ease-of-use of "
"the UW Pico text editor.  There are four main sections of the editor: The "
"top line shows the program version, the current filename being edited, and "
"whether or not the file has been modified.  Next is the main editor window "
"showing the file being edited.  The status line is the third line from the "
"bottom and shows important messages. The bottom two lines show the most "
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
418
"with a caret (^) symbol and are entered with the Control (Ctrl) key.  "
419
"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
420
"using either the Esc, Alt or Meta key depending on your keyboard setup.  The "
421
422
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
Chris Allegretta's avatar
Chris Allegretta committed
423
424
425
"\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
426
#: nano.c:278
Chris Allegretta's avatar
Chris Allegretta committed
427
428
429
msgid "free_node(): free'd a node, YAY!\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
430
#: nano.c:283
Chris Allegretta's avatar
Chris Allegretta committed
431
432
433
msgid "free_node(): free'd last node.\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
434
#: nano.c:335
Chris Allegretta's avatar
Chris Allegretta committed
435
436
437
438
439
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
440
#: nano.c:336
Chris Allegretta's avatar
Chris Allegretta committed
441
442
443
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
444
#: nano.c:338
Chris Allegretta's avatar
Chris Allegretta committed
445
446
447
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
448
#: nano.c:341
449
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
Chris Allegretta's avatar
Chris Allegretta committed
450
451
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
452
#: nano.c:345
453
msgid " -V \t\t--version\t\tPrint version information and exit\n"
Chris Allegretta's avatar
Chris Allegretta committed
454
455
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
456
#: nano.c:347
457
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
Chris Allegretta's avatar
Chris Allegretta committed
458
459
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
460
#: nano.c:349
461
msgid " -h \t\t--help\t\t\tShow this message\n"
Chris Allegretta's avatar
Chris Allegretta committed
462
463
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
464
#: nano.c:352
465
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
466
467
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
468
#: nano.c:355
469
470
471
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
472
#: nano.c:357
473
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
Chris Allegretta's avatar
Chris Allegretta committed
474
475
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
476
#: nano.c:360
Chris Allegretta's avatar
Chris Allegretta committed
477
478
479
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
480
#: nano.c:365
Chris Allegretta's avatar
Chris Allegretta committed
481
482
483
484
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
485
#: nano.c:367
Chris Allegretta's avatar
Chris Allegretta committed
486
487
488
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
489
#: nano.c:369
Chris Allegretta's avatar
Chris Allegretta committed
490
491
492
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
493
#: nano.c:371
Chris Allegretta's avatar
Chris Allegretta committed
494
495
496
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
497
#: nano.c:373
Chris Allegretta's avatar
Chris Allegretta committed
498
499
500
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
501
#: nano.c:375
Chris Allegretta's avatar
Chris Allegretta committed
502
503
504
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
505
#: nano.c:377
Chris Allegretta's avatar
Chris Allegretta committed
506
507
508
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
509
#: nano.c:379
Chris Allegretta's avatar
Chris Allegretta committed
510
511
512
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
513
#: nano.c:381
Chris Allegretta's avatar
Chris Allegretta committed
514
515
516
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
517
#: nano.c:383
Chris Allegretta's avatar
Chris Allegretta committed
518
519
520
521
522
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
523
#: nano.c:384
Chris Allegretta's avatar
Chris Allegretta committed
524
525
526
msgid "Option\t\tMeaning\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
527
#: nano.c:385
Chris Allegretta's avatar
Chris Allegretta committed
528
529
530
msgid " -T [num]\tSet width of a tab to num\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
531
#: nano.c:386
532
533
534
msgid " -R\t\tUse regular expressions for search\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
535
#: nano.c:387
Chris Allegretta's avatar
Chris Allegretta committed
536
537
538
msgid " -V \t\tPrint version information and exit\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
539
#: nano.c:388
Chris Allegretta's avatar
Chris Allegretta committed
540
541
542
msgid " -c \t\tConstantly show cursor position\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
543
#: nano.c:389
Chris Allegretta's avatar
Chris Allegretta committed
544
545
546
msgid " -h \t\tShow this message\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
547
#: nano.c:391
548
549
550
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
551
#: nano.c:393
Chris Allegretta's avatar
Chris Allegretta committed
552
553
554
msgid " -i \t\tAutomatically indent new lines\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
555
#: nano.c:395
556
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
Chris Allegretta's avatar
Chris Allegretta committed
557
558
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
559
#: nano.c:398
Chris Allegretta's avatar
Chris Allegretta committed
560
561
562
msgid " -m \t\tEnable mouse\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
563
#: nano.c:402
Chris Allegretta's avatar
Chris Allegretta committed
564
565
566
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
567
#: nano.c:403
Chris Allegretta's avatar
Chris Allegretta committed
568
569
570
msgid " -s [prog]  \tEnable alternate speller\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
571
#: nano.c:404
Chris Allegretta's avatar
Chris Allegretta committed
572
573
574
msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
575
#: nano.c:405
Chris Allegretta's avatar
Chris Allegretta committed
576
577
578
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
579
#: nano.c:406
Chris Allegretta's avatar
Chris Allegretta committed
580
581
582
msgid " -v \t\tView (read only) mode\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
583
#: nano.c:407
Chris Allegretta's avatar
Chris Allegretta committed
584
585
586
msgid " -w \t\tDon't wrap long lines\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
587
#: nano.c:408
Chris Allegretta's avatar
Chris Allegretta committed
588
589
590
msgid " -x \t\tDon't show help window\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
591
#: nano.c:409
Chris Allegretta's avatar
Chris Allegretta committed
592
593
594
msgid " -z \t\tEnable suspend\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
595
#: nano.c:410
Chris Allegretta's avatar
Chris Allegretta committed
596
597
598
msgid " +LINE\t\tStart at line number LINE\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
599
#: nano.c:417
Chris Allegretta's avatar
Chris Allegretta committed
600
601
602
603
#, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
604
#: nano.c:420
Chris Allegretta's avatar
Chris Allegretta committed
605
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
Chris Allegretta's avatar
Chris Allegretta committed
606
607
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
608
#: nano.c:455
Chris Allegretta's avatar
Chris Allegretta committed
609
610
611
msgid "Mark Set"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
612
#: nano.c:460
Chris Allegretta's avatar
Chris Allegretta committed
613
614
615
msgid "Mark UNset"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
616
#: nano.c:887
Chris Allegretta's avatar
Chris Allegretta committed
617
618
619
620
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
621
#: nano.c:938
Chris Allegretta's avatar
Chris Allegretta committed
622
623
624
625
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
626
#: nano.c:991
Chris Allegretta's avatar
Chris Allegretta committed
627
628
629
630
#, c-format
msgid "After, data = \"%s\"\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
631
#: nano.c:1062
Chris Allegretta's avatar
Chris Allegretta committed
632
633
634
msgid "Error deleting tempfile, ack!"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
635
636
#: nano.c:1106
msgid "Edit a replacement"
Chris Allegretta's avatar
Chris Allegretta committed
637
638
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
639
#: nano.c:1292
Chris Allegretta's avatar
Chris Allegretta committed
640
#, c-format
Chris Allegretta's avatar
Chris Allegretta committed
641
msgid "Could not create a temporary filename: %s"
Chris Allegretta's avatar
Chris Allegretta committed
642
643
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
644
645
#: nano.c:1312
msgid "Finished checking spelling"
Chris Allegretta's avatar
Chris Allegretta committed
646
647
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
648
649
#: nano.c:1314
msgid "Spell checking failed"
Chris Allegretta's avatar
Chris Allegretta committed
650
651
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
652
#: nano.c:1334
Chris Allegretta's avatar
Chris Allegretta committed
653
654
655
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
656
#: nano.c:1497
Chris Allegretta's avatar
Chris Allegretta committed
657
658
659
msgid "Cannot resize top win"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
660
#: nano.c:1499
Chris Allegretta's avatar
Chris Allegretta committed
661
662
663
msgid "Cannot move top win"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
664
#: nano.c:1501
Chris Allegretta's avatar
Chris Allegretta committed
665
666
667
msgid "Cannot resize edit win"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
668
#: nano.c:1503
Chris Allegretta's avatar
Chris Allegretta committed
669
670
671
msgid "Cannot move edit win"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
672
#: nano.c:1505
Chris Allegretta's avatar
Chris Allegretta committed
673
674
675
msgid "Cannot resize bottom win"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
676
#: nano.c:1507
Chris Allegretta's avatar
Chris Allegretta committed
677
678
679
msgid "Cannot move bottom win"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
680
#: nano.c:1778
681
682
683
msgid "Justify Complete"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
684
#: nano.c:1846
685
686
687
688
#, c-format
msgid "%s enable/disable"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
689
#: nano.c:1858
690
691
692
msgid "enabled"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
693
#: nano.c:1859
694
695
696
msgid "disabled"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
697
#: nano.c:2089
Chris Allegretta's avatar
Chris Allegretta committed
698
699
700
msgid "Main: set up windows\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
701
#: nano.c:2102
Chris Allegretta's avatar
Chris Allegretta committed
702
703
704
msgid "Main: bottom win\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
705
#: nano.c:2108
Chris Allegretta's avatar
Chris Allegretta committed
706
707
708
msgid "Main: open file\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
709
#: nano.c:2142
710
711
712
713
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
714
#: nano.c:2164
715
716
717
718
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
719
#: nano.c:2197
720
721
722
723
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
724
#: nano.c:2245
Chris Allegretta's avatar
Chris Allegretta committed
725
726
727
728
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
729
#: nano.c:2271
Chris Allegretta's avatar
Chris Allegretta committed
730
731
732
733
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
734
#: search.c:99
735
#, c-format
736
msgid "Case Sensitive Regexp Search%s%s"
737
738
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
739
#: search.c:101
740
#, c-format
741
msgid "Regexp Search%s%s"
742
743
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
744
#: search.c:103
745
#, c-format
746
msgid "Case Sensitive Search%s%s"
747
748
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
749
#: search.c:105
750
#, c-format
751
msgid "Search%s%s"
752
753
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
754
#: search.c:108
755
756
757
msgid " (to replace)"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
758
#: search.c:121 search.c:290
759
760
761
msgid "Search Cancelled"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
762
#: search.c:168
763
764
765
766
#, c-format
msgid "\"%s...\" not found"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
767
#: search.c:215
768
769
770
msgid "Search Wrapped"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
771
#: search.c:304
772
773
774
775
#, c-format
msgid "Replaced %d occurences"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
776
#: search.c:306
777
778
779
msgid "Replaced 1 occurence"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
780
#: search.c:443 search.c:536 search.c:552
781
782
783
msgid "Replace Cancelled"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
784
785
#: search.c:486
msgid "Replace this instance?"
786
787
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
788
789
#: search.c:494
msgid "Replace failed: unknown subexpression!"
790
791
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
792
793
794
#: search.c:569
#, c-format
msgid "Replace with [%s]"
795
796
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
797
798
#: search.c:573 search.c:577
msgid "Replace with"
799
800
msgstr ""

801
#. Ask for it
Chris Allegretta's avatar
Chris Allegretta committed
802
#: search.c:612
803
804
805
msgid "Enter line number"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
806
#: search.c:614
807
808
809
msgid "Aborted"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
810
#: search.c:634
811
812
813
msgid "Come on, be reasonable"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
814
#: search.c:639
815
816
817
818
#, c-format
msgid "Only %d lines available, skipping to last line"
msgstr ""

Chris Allegretta's avatar
Chris Allegretta committed
819
#: winio.c:120
Chris Allegretta's avatar
Chris Allegretta committed
820
#, c-format
821
msgid "actual_x_from_start for xplus=%d returned %d\n"
Chris Allegretta's avatar
Chris Allegretta committed
822
823
msgstr ""

824
#: winio.c:421
Chris Allegretta's avatar
Chris Allegretta committed
825
826
827
828
#, c-format
msgid "input '%c' (%d)\n"
msgstr ""

829
#: winio.c:459
Chris Allegretta's avatar
Chris Allegretta committed
830
831
832
msgid "New Buffer"
msgstr ""

833
#: winio.c:462
Chris Allegretta's avatar
Chris Allegretta committed
834
835
836
msgid "  File: ..."
msgstr ""

837
#: winio.c:470
Chris Allegretta's avatar
Chris Allegretta committed
838
839
840
msgid "Modified"
msgstr ""

841
#: winio.c:922
Chris Allegretta's avatar
Chris Allegretta committed
842
843
844
845
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr ""

846
#: winio.c:933
Chris Allegretta's avatar
Chris Allegretta committed
847
848
849
850
#, c-format
msgid "current->data = \"%s\"\n"
msgstr ""

851
#: winio.c:978
Chris Allegretta's avatar
Chris Allegretta committed
852
853
854
855
#, c-format
msgid "I got \"%s\"\n"
msgstr ""

856
#: winio.c:1003
Chris Allegretta's avatar
Chris Allegretta committed
857
858
859
msgid "Yes"
msgstr ""

860
#: winio.c:1005
Chris Allegretta's avatar
Chris Allegretta committed
861
862
863
msgid "All"
msgstr ""

864
#: winio.c:1007
Chris Allegretta's avatar
Chris Allegretta committed
865
866
867
msgid "No"
msgstr ""

868
#: winio.c:1144
Chris Allegretta's avatar
Chris Allegretta committed
869
870
871
872
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr ""

873
#: winio.c:1148
Chris Allegretta's avatar
Chris Allegretta committed
874
875
876
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr ""

877
#: winio.c:1276
Chris Allegretta's avatar
Chris Allegretta committed
878
879
880
msgid "Dumping file buffer to stderr...\n"
msgstr ""

881
#: winio.c:1278
Chris Allegretta's avatar
Chris Allegretta committed
882
883
884
msgid "Dumping cutbuffer to stderr...\n"
msgstr ""

885
#: winio.c:1280
Chris Allegretta's avatar
Chris Allegretta committed
886
887
msgid "Dumping a buffer to stderr...\n"
msgstr ""