nano.pot 14.9 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-26 19:24-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 ""

35
#: files.c:219 search.c:188
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 ""

54
#: files.c:252
55
56
57
msgid "File to insert [from ./] "
msgstr ""

58
#: files.c:280 files.c:305 files.c:513 nano.c:1373
59
60
61
msgid "Cancelled"
msgstr ""

62
#: files.c:335 files.c:356 files.c:370 files.c:387 files.c:393
63
64
65
66
#, c-format
msgid "Could not open file for writing: %s"
msgstr ""

67
#: files.c:344
68
69
70
msgid "Could not open file: Path length exceeded."
msgstr ""

71
#: files.c:375
72
73
74
75
#, c-format
msgid "Wrote >%s\n"
msgstr ""

76
#: files.c:402
77
78
79
80
81
#, c-format
msgid "Could not close %s: %s"
msgstr ""

#. Try a rename??
82
#: files.c:423 files.c:434 files.c:439
83
84
85
86
#, c-format
msgid "Could not open %s for writing: %s"
msgstr ""

87
#: files.c:445
88
89
90
91
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr ""

92
#: files.c:452
93
94
95
96
#, c-format
msgid "Wrote %d lines"
msgstr ""

97
#: files.c:484
98
99
100
msgid "File Name to write"
msgstr ""

101
#: files.c:489
102
103
104
105
#, c-format
msgid "filename is %s"
msgstr ""

106
#: files.c:502
107
108
109
msgid "File exists, OVERWRITE ?"
msgstr ""

110
#: files.c:990
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 mode"
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:1026
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
486
msgid " -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n"
Chris Allegretta's avatar
Chris Allegretta committed
487
488
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
572
msgid " -p \t\tEmulate Pico as closely as possible\n"
Chris Allegretta's avatar
Chris Allegretta committed
573
574
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
605
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
Chris Allegretta's avatar
Chris Allegretta committed
606
607
msgstr ""

608
609
610
611
612
613
614
#: nano.c:423
msgid ""
"\n"
" Compiled options:"
msgstr ""

#: nano.c:473
Chris Allegretta's avatar
Chris Allegretta committed
615
616
617
msgid "Mark Set"
msgstr ""

618
#: nano.c:478
Chris Allegretta's avatar
Chris Allegretta committed
619
620
621
msgid "Mark UNset"
msgstr ""

622
#: nano.c:905
Chris Allegretta's avatar
Chris Allegretta committed
623
624
625
626
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr ""

627
#: nano.c:956
Chris Allegretta's avatar
Chris Allegretta committed
628
629
630
631
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr ""

632
#: nano.c:1009
Chris Allegretta's avatar
Chris Allegretta committed
633
634
635
636
#, c-format
msgid "After, data = \"%s\"\n"
msgstr ""

637
#: nano.c:1111
Chris Allegretta's avatar
Chris Allegretta committed
638
msgid "Edit a replacement"
Chris Allegretta's avatar
Chris Allegretta committed
639
640
msgstr ""

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

646
#: nano.c:1338
Chris Allegretta's avatar
Chris Allegretta committed
647
msgid "Finished checking spelling"
Chris Allegretta's avatar
Chris Allegretta committed
648
649
msgstr ""

650
#: nano.c:1340
Chris Allegretta's avatar
Chris Allegretta committed
651
msgid "Spell checking failed"
Chris Allegretta's avatar
Chris Allegretta committed
652
653
msgstr ""

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

658
#: nano.c:1523
Chris Allegretta's avatar
Chris Allegretta committed
659
660
661
msgid "Cannot resize top win"
msgstr ""

662
#: nano.c:1525
Chris Allegretta's avatar
Chris Allegretta committed
663
664
665
msgid "Cannot move top win"
msgstr ""

666
#: nano.c:1527
Chris Allegretta's avatar
Chris Allegretta committed
667
668
669
msgid "Cannot resize edit win"
msgstr ""

670
#: nano.c:1529
Chris Allegretta's avatar
Chris Allegretta committed
671
672
673
msgid "Cannot move edit win"
msgstr ""

674
#: nano.c:1531
Chris Allegretta's avatar
Chris Allegretta committed
675
676
677
msgid "Cannot resize bottom win"
msgstr ""

678
#: nano.c:1533
Chris Allegretta's avatar
Chris Allegretta committed
679
680
681
msgid "Cannot move bottom win"
msgstr ""

682
#: nano.c:1815
683
msgid "Can now UnJustify!"
684
685
msgstr ""

686
#: nano.c:1903
687
688
689
690
#, c-format
msgid "%s enable/disable"
msgstr ""

691
#: nano.c:1915
692
693
694
msgid "enabled"
msgstr ""

695
#: nano.c:1916
696
697
698
msgid "disabled"
msgstr ""

699
#: nano.c:2146
Chris Allegretta's avatar
Chris Allegretta committed
700
701
702
msgid "Main: set up windows\n"
msgstr ""

703
#: nano.c:2159
Chris Allegretta's avatar
Chris Allegretta committed
704
705
706
msgid "Main: bottom win\n"
msgstr ""

707
#: nano.c:2165
Chris Allegretta's avatar
Chris Allegretta committed
708
709
710
msgid "Main: open file\n"
msgstr ""

711
#: nano.c:2202
712
713
714
715
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr ""

716
#: nano.c:2224
717
718
719
720
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr ""

721
#: nano.c:2257
722
723
724
725
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr ""

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

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

736
#: search.c:118
737
#, c-format
738
msgid "Case Sensitive Regexp Search%s%s"
739
740
msgstr ""

741
#: search.c:120
742
#, c-format
743
msgid "Regexp Search%s%s"
744
745
msgstr ""

746
#: search.c:122
747
#, c-format
748
msgid "Case Sensitive Search%s%s"
749
750
msgstr ""

751
#: search.c:124
752
#, c-format
753
msgid "Search%s%s"
754
755
msgstr ""

756
#: search.c:127
757
758
759
msgid " (to replace)"
msgstr ""

760
#: search.c:136 search.c:318
761
762
763
msgid "Search Cancelled"
msgstr ""

764
#: search.c:194
765
766
767
768
#, c-format
msgid "\"%s...\" not found"
msgstr ""

769
#: search.c:243
770
771
772
msgid "Search Wrapped"
msgstr ""

773
#: search.c:340
774
775
776
777
#, c-format
msgid "Replaced %d occurences"
msgstr ""

778
#: search.c:342
779
780
781
msgid "Replaced 1 occurence"
msgstr ""

782
#: search.c:479 search.c:575 search.c:591
783
784
785
msgid "Replace Cancelled"
msgstr ""

786
#: search.c:525
Chris Allegretta's avatar
Chris Allegretta committed
787
msgid "Replace this instance?"
788
789
msgstr ""

790
#: search.c:533
Chris Allegretta's avatar
Chris Allegretta committed
791
msgid "Replace failed: unknown subexpression!"
792
793
msgstr ""

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

799
#: search.c:620 search.c:624
Chris Allegretta's avatar
Chris Allegretta committed
800
msgid "Replace with"
801
802
msgstr ""

803
#. Ask for it
804
#: search.c:659
805
806
807
msgid "Enter line number"
msgstr ""

808
#: search.c:661
809
810
811
msgid "Aborted"
msgstr ""

812
#: search.c:681
813
814
815
msgid "Come on, be reasonable"
msgstr ""

816
#: search.c:686
817
818
819
820
#, c-format
msgid "Only %d lines available, skipping to last line"
msgstr ""

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

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

831
#: winio.c:477
Chris Allegretta's avatar
Chris Allegretta committed
832
833
834
msgid "New Buffer"
msgstr ""

835
#: winio.c:480
Chris Allegretta's avatar
Chris Allegretta committed
836
837
838
msgid "  File: ..."
msgstr ""

839
#: winio.c:488
Chris Allegretta's avatar
Chris Allegretta committed
840
841
842
msgid "Modified"
msgstr ""

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

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

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

858
#: winio.c:1021
Chris Allegretta's avatar
Chris Allegretta committed
859
860
861
msgid "Yes"
msgstr ""

862
#: winio.c:1023
Chris Allegretta's avatar
Chris Allegretta committed
863
864
865
msgid "All"
msgstr ""

866
#: winio.c:1025
Chris Allegretta's avatar
Chris Allegretta committed
867
868
869
msgid "No"
msgstr ""

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

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

879
#: winio.c:1294
Chris Allegretta's avatar
Chris Allegretta committed
880
881
882
msgid "Dumping file buffer to stderr...\n"
msgstr ""

883
#: winio.c:1296
Chris Allegretta's avatar
Chris Allegretta committed
884
885
886
msgid "Dumping cutbuffer to stderr...\n"
msgstr ""

887
#: winio.c:1298
Chris Allegretta's avatar
Chris Allegretta committed
888
889
msgid "Dumping a buffer to stderr...\n"
msgstr ""
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

#: winio.c:1339
msgid "The nano text editor"
msgstr ""

#: winio.c:1340
msgid "version "
msgstr ""

#: winio.c:1341
msgid "Brought to you by:"
msgstr ""

#: winio.c:1342
msgid "Special thanks to:"
msgstr ""

#: winio.c:1343
msgid "The Free Software Foundation"
msgstr ""

#: winio.c:1344
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr ""

#: winio.c:1345
msgid "and anyone else we forgot..."
msgstr ""

#: winio.c:1346
msgid "Thank you for using nano!\n"
msgstr ""