forked from rkd77/elinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsv.po
9698 lines (7801 loc) · 226 KB
/
sv.po
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
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
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Swedish ELinks translation.
# Copyright (C) Free Software Foundation, Inc.
# Martin Norback <[email protected]>, 2000 - 2001
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ELinks 0.5pre0.CVS\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2022-12-02 15:26+0100\n"
"PO-Revision-Date: 2003-01-03 03:41+0100\n"
"Last-Translator: Martin Norback <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bfu/hierbox.c:332
msgid "Close"
msgstr "Stäng"
#. | MSGBOX_SCROLLABLE
#.
#: src/bfu/hierbox.c:429 src/bfu/hierbox.c:438 src/dialogs/document.c:40
#: src/dialogs/document.c:132 src/dialogs/document.c:266
#: src/scripting/python/dialogs.c:44
msgid "Info"
msgstr "Info"
#: src/bfu/hierbox.c:430
msgid "Press space to expand this folder."
msgstr ""
#. accelerator_context(do_auth_dialog, do_edit_dialog, generic_external_protocol_handler, info_box, input_dialog, menu_add_ext, menu_keys, push_hierbox_info_button, python_info_box, refreshed_msg_box, resize_terminal_dialog, setup_first_session, src/config/dialogs.c:build_edit_dialog, src/cookies/dialogs.c:build_edit_dialog, src/cookies/dialogs.c:push_add_server_button, src/scripting/lua/core.c:l_edit_bookmark_dialog, src/scripting/lua/core.c:l_xdialog, src/viewer/text/search.c:search_dlg_do, terminal_options, write_config_dialog)
#: src/bfu/hierbox.c:441 src/bfu/inpfield.c:257 src/bfu/msgbox.c:173
#: src/bfu/msgbox.c:194 src/config/dialogs.c:57 src/config/dialogs.c:365
#: src/cookies/dialogs.c:423 src/cookies/dialogs.c:521 src/dialogs/edit.c:98
#: src/dialogs/info.cpp:139 src/dialogs/options.c:245 src/dialogs/options.c:326
#: src/mime/dialogs.c:132 src/protocol/auth/dialogs.c:159
#: src/protocol/protocol.cpp:252 src/scripting/lua/core.c:425
#: src/scripting/lua/core.c:506 src/scripting/python/dialogs.c:91
#: src/session/session.cpp:969 src/viewer/text/search.c:1971
#, fuzzy
msgid "~OK"
msgstr "Ok"
#. cant_delete_item
#: src/bfu/hierbox.c:552
#, c-format
msgid "Sorry, but the item \"%s\" cannot be deleted."
msgstr ""
#. cant_delete_used_item
#: src/bfu/hierbox.c:555
#, c-format
msgid "Sorry, but the item \"%s\" is being used by something else."
msgstr ""
#. cant_delete_folder
#: src/bfu/hierbox.c:558 src/bookmarks/dialogs.c:169
#, c-format
msgid "Sorry, but the folder \"%s\" cannot be deleted."
msgstr ""
#. cant_delete_used_folder
#: src/bfu/hierbox.c:561 src/bookmarks/dialogs.c:171
#, c-format
msgid "Sorry, but the folder \"%s\" is being used by something else."
msgstr ""
#. delete_marked_items_title
#: src/bfu/hierbox.c:564
#, fuzzy
msgid "Delete marked items"
msgstr "Valfält"
#. delete_marked_items
#: src/bfu/hierbox.c:567
#, fuzzy
msgid "Delete marked items?"
msgstr "Valfält"
#. delete_folder_title
#: src/bfu/hierbox.c:570 src/bookmarks/dialogs.c:177
#, fuzzy
msgid "Delete folder"
msgstr "Ta bort bokmärke"
#. delete_folder
#: src/bfu/hierbox.c:573
#, fuzzy, c-format
msgid "Delete the folder \"%s\" and its content?"
msgstr "Ta bort ändelse"
#. delete_item_title
#: src/bfu/hierbox.c:576
#, fuzzy
msgid "Delete item"
msgstr "Ta bort"
#. delete_item
#: src/bfu/hierbox.c:579
#, fuzzy, c-format
msgid ""
"Delete \"%s\"?\n"
"\n"
"%s"
msgstr "Ta bort bokmärke"
#. clear_all_items_title
#: src/bfu/hierbox.c:582
msgid "Clear all items"
msgstr ""
#. clear_all_items
#: src/bfu/hierbox.c:585
#, fuzzy
msgid "Do you really want to remove all items?"
msgstr "Vill du verkligen avsluta links?"
#: src/bfu/hierbox.c:642
#, fuzzy
msgid "Delete error"
msgstr "Ta bort bokmärke"
#. accelerator_context(close_all_tabs_but_current, close_tab, memorize_form, menu_del_ext, push_hierbox_clear_button, push_hierbox_delete_button, query_delete_selected_item, query_exit, ses_goto, src/config/dialogs.c:really_add_keybinding.yn)
#: src/bfu/hierbox.c:754 src/bfu/hierbox.c:766 src/bfu/hierbox.c:814
#: src/bfu/hierbox.c:876 src/config/dialogs.c:824 src/dialogs/menu.c:132
#: src/formhist/formhist.c:432 src/mime/dialogs.c:70
#: src/session/session.cpp:340 src/session/task.c:295 src/terminal/tab.c:219
#: src/terminal/tab.c:263
#, fuzzy
msgid "~Yes"
msgstr "Ja"
#. accelerator_context(close_all_tabs_but_current, close_tab, memorize_form, menu_del_ext, push_hierbox_clear_button, push_hierbox_delete_button, query_delete_selected_item, query_exit, ses_goto, src/config/dialogs.c:really_add_keybinding.yn)
#: src/bfu/hierbox.c:755 src/bfu/hierbox.c:767 src/bfu/hierbox.c:815
#: src/bfu/hierbox.c:877 src/config/dialogs.c:825 src/dialogs/menu.c:133
#: src/formhist/formhist.c:433 src/mime/dialogs.c:71
#: src/session/session.cpp:341 src/session/task.c:296 src/terminal/tab.c:220
#: src/terminal/tab.c:264
#, fuzzy
msgid "~No"
msgstr "Nej"
#: src/bfu/hierbox.c:946 src/bfu/hierbox.c:977 src/viewer/text/search.c:1255
#: src/viewer/text/search.c:1263 src/viewer/text/search.c:1279
#: src/viewer/text/search.c:1990
msgid "Search"
msgstr "Sök"
#: src/bfu/hierbox.c:948 src/viewer/text/search.c:1256
#, fuzzy, c-format
msgid "Search string '%s' not found"
msgstr "Söksträng ej hittad"
#: src/bfu/hierbox.c:977 src/config/dialogs.c:140 src/config/dialogs.c:329
#: src/config/dialogs.c:477 src/cookies/dialogs.c:41 src/cookies/dialogs.c:416
#: src/dialogs/edit.c:92 src/dialogs/edit.c:94 src/scripting/lua/core.c:421
#: src/scripting/lua/core.c:422 src/scripting/lua/core.c:503
msgid "Name"
msgstr "Namn"
#: src/bfu/inpfield.c:72 src/bfu/inpfield.c:79 src/scripting/python/menu.c:111
msgid "Bad number"
msgstr "Felaktigt nummer"
#: src/bfu/inpfield.c:73
msgid "Number expected in field"
msgstr "Väntade mig nummer i fältet"
#: src/bfu/inpfield.c:81
#, c-format
msgid "Number should be in the range from %d to %d."
msgstr ""
#: src/bfu/inpfield.c:99 src/config/dialogs.c:430
msgid "Bad string"
msgstr "Felaktig sträng"
#: src/bfu/inpfield.c:100
msgid "Empty string not allowed"
msgstr "Tom sträng ej tillåten"
#. accelerator_context(do_auth_dialog, do_edit_dialog, input_dialog, menu_add_ext, resize_terminal_dialog, src/config/dialogs.c:build_edit_dialog, src/cookies/dialogs.c:build_edit_dialog, src/cookies/dialogs.c:push_add_server_button, src/protocol/bittorrent/dialogs.c:bittorrent_query_callback, src/scripting/lua/core.c:l_edit_bookmark_dialog, src/scripting/lua/core.c:l_xdialog, src/session/download.c:do_type_query, src/session/download.c:lookup_unique_name, src/viewer/text/search.c:search_dlg_do, terminal_options)
#: src/bfu/inpfield.c:257 src/config/dialogs.c:366 src/cookies/dialogs.c:424
#: src/cookies/dialogs.c:522 src/dialogs/edit.c:102 src/dialogs/edit.c:105
#: src/dialogs/options.c:248 src/dialogs/options.c:327 src/mime/dialogs.c:133
#: src/protocol/auth/dialogs.c:160 src/protocol/bittorrent/dialogs.c:826
#: src/scripting/lua/core.c:426 src/scripting/lua/core.c:507
#: src/session/download.c:913 src/session/download.c:1789
#: src/viewer/text/search.c:1972
#, fuzzy
msgid "~Cancel"
msgstr "Avbryt"
#: src/bfu/leds.c:79
#, fuzzy
msgid "Clock"
msgstr "låst"
#: src/bfu/leds.c:80
msgid "Digital clock in the status bar."
msgstr ""
#: src/bfu/leds.c:82 src/bfu/leds.c:102 src/bfu/leds.c:115
#: src/config/options.inc:1428 src/config/options.inc:1435
#: src/ecmascript/ecmascript.cpp:69 src/globhist/globhist.c:62
#: src/mime/backend/dgi.c:61 src/mime/backend/mailcap.c:93
#: src/mime/backend/mimetypes.c:52 src/network/ssl/ssl.c:194
#: src/network/ssl/ssl.c:357
#, fuzzy
msgid "Enable"
msgstr "Namn"
#: src/bfu/leds.c:84
msgid "Whether to display a digital clock in the status bar."
msgstr ""
#: src/bfu/leds.c:86
#, fuzzy
msgid "Format"
msgstr "Filsändning"
#: src/bfu/leds.c:88
msgid ""
"Format string for the digital clock. See the strftime(3) manpage for details."
msgstr ""
#: src/bfu/leds.c:95
msgid "Show IP"
msgstr ""
#: src/bfu/leds.c:97
msgid "Whether to display IP of the document in the status bar."
msgstr ""
#: src/bfu/leds.c:99
msgid "Temperature"
msgstr ""
#: src/bfu/leds.c:100
msgid "Temperature of CPU."
msgstr ""
#: src/bfu/leds.c:104
msgid "Whether to display temperature of the CPU in the status bar."
msgstr ""
#: src/bfu/leds.c:106
#, fuzzy
msgid "Filename"
msgstr "~Arkiv"
#: src/bfu/leds.c:108
msgid "Filename to see temperature."
msgstr ""
#: src/bfu/leds.c:111
msgid "LEDs"
msgstr ""
#: src/bfu/leds.c:113
msgid "LEDs (visual indicators) options."
msgstr ""
#: src/bfu/leds.c:117
msgid ""
"Enable LEDs. These visual indicators will inform you about various states."
msgstr ""
#. name:
#: src/bfu/leds.c:475 src/bfu/leds.c:517
msgid "LED indicators"
msgstr ""
#: src/bfu/leds.c:476
#, c-format
msgid ""
"What the different LEDs indicate:\n"
"\n"
"[SIJP--]\n"
" |||||`- Download in progress\n"
" ||||`-- Unused\n"
" |||`--- A JavaScript pop-up window was blocked\n"
" ||`---- A JavaScript error has occurred\n"
" |`----- The state of insert mode for text-input form-fields\n"
" | 'i' means modeless, 'I' means insert mode is on\n"
" `------ Whether an SSL connection was used\n"
"\n"
"'-' generally indicates that the LED is off."
msgstr ""
#: src/bfu/menu.c:874
#, fuzzy
msgid "Search menu/"
msgstr "Sök"
#: src/bookmarks/backend/xbel.c:105
#, c-format
msgid "read_bookmarks_xbel(): Error in XML_ParserCreate()"
msgstr ""
#: src/bookmarks/backend/xbel.c:116
#, c-format
msgid "read_bookmarks_xbel(): Error reading %s"
msgstr ""
#: src/bookmarks/backend/xbel.c:124
#, c-format
msgid ""
"Parse error while processing XBEL bookmarks in %s at line %d column %d:\n"
"%s"
msgstr ""
#: src/bookmarks/backend/xbel.c:388 src/bookmarks/backend/xbel.c:410
msgid "No title"
msgstr ""
#: src/bookmarks/backend/xbel.c:394
#, fuzzy
msgid "No URL"
msgstr "Gå till URL"
#. name:
#: src/bookmarks/bookmarks.c:48 src/bookmarks/bookmarks.c:183
#, fuzzy
msgid "Bookmarks"
msgstr "Bokmärken"
#: src/bookmarks/bookmarks.c:50
#, fuzzy
msgid "Bookmark options."
msgstr "Bokmärken"
#: src/bookmarks/bookmarks.c:53 src/bookmarks/bookmarks.c:60
#, fuzzy
msgid "File format"
msgstr "Filsändning"
#: src/bookmarks/bookmarks.c:55
msgid ""
"File format for bookmarks (affects both reading and saving):\n"
"0 is the default native ELinks format\n"
"1 is XBEL universal XML bookmarks format"
msgstr ""
#: src/bookmarks/bookmarks.c:62
msgid ""
"File format for bookmarks (affects both reading and saving):\n"
"0 is the default native ELinks format\n"
"1 is XBEL universal XML bookmarks format (DISABLED)"
msgstr ""
#: src/bookmarks/bookmarks.c:68
#, fuzzy
msgid "Save folder state"
msgstr "Skriv in länknummer"
#: src/bookmarks/bookmarks.c:70
msgid ""
"When saving bookmarks also store whether folders are expanded or not, so the "
"look of the bookmark dialog is kept across ELinks sessions. If disabled all "
"folders will appear unexpanded next time ELinks is run."
msgstr ""
#: src/bookmarks/bookmarks.c:75
msgid "Periodic snapshotting"
msgstr ""
#: src/bookmarks/bookmarks.c:77
msgid ""
"Automatically save a snapshot of all tabs periodically. This will "
"periodically bookmark the tabs of each terminal in a separate folder for "
"recovery after a crash.\n"
"\n"
"This feature requires bookmark support."
msgstr ""
#: src/bookmarks/dialogs.c:113 src/config/options.inc:1264
#: src/dialogs/document.c:163 src/globhist/dialogs.c:68
msgid "Title"
msgstr ""
#: src/bookmarks/dialogs.c:117 src/cache/dialogs.c:65
#: src/dialogs/document.c:154 src/dialogs/edit.c:96 src/formhist/dialogs.c:63
#: src/globhist/dialogs.c:69 src/protocol/auth/dialogs.c:207
#: src/scripting/lua/core.c:423
msgid "URL"
msgstr "URL"
#. cant_delete_item
#: src/bookmarks/dialogs.c:165
#, c-format
msgid "Sorry, but the bookmark \"%s\" cannot be deleted."
msgstr ""
#. cant_delete_used_item
#: src/bookmarks/dialogs.c:167
#, c-format
msgid "Sorry, but the bookmark \"%s\" is being used by something else."
msgstr ""
#. delete_marked_items_title
#: src/bookmarks/dialogs.c:173
#, fuzzy
msgid "Delete marked bookmarks"
msgstr "Valfält"
#. delete_marked_items
#: src/bookmarks/dialogs.c:175
#, fuzzy
msgid "Delete marked bookmarks?"
msgstr "Valfält"
#. delete_folder
#: src/bookmarks/dialogs.c:179
#, fuzzy, c-format
msgid "Delete the folder \"%s\" and all bookmarks in it?"
msgstr "Ta bort ändelse"
#. delete_item_title
#: src/bookmarks/dialogs.c:181
#, fuzzy
msgid "Delete bookmark"
msgstr "Redigera bokmärke"
#: src/bookmarks/dialogs.c:183
#, c-format
msgid "Delete this bookmark?"
msgstr ""
#. clear_all_items_title
#: src/bookmarks/dialogs.c:185
#, fuzzy
msgid "Clear all bookmarks"
msgstr "Bokmärken"
#. clear_all_items_title
#: src/bookmarks/dialogs.c:187
#, fuzzy
msgid "Do you really want to remove all bookmarks?"
msgstr "Vill du verkligen avsluta links?"
#: src/bookmarks/dialogs.c:343
msgid "Add folder"
msgstr ""
#: src/bookmarks/dialogs.c:343
msgid "Folder name"
msgstr ""
#: src/bookmarks/dialogs.c:426 src/scripting/lua/core.c:417
msgid "Edit bookmark"
msgstr "Redigera bokmärke"
#: src/bookmarks/dialogs.c:583
msgid "Cannot move folder inside itself"
msgstr ""
#: src/bookmarks/dialogs.c:584
msgid ""
"You are trying to move the marked folder inside itself. To move the folder "
"to a different location select the new location before pressing the Move "
"button."
msgstr ""
#: src/bookmarks/dialogs.c:590
msgid "Nothing to move"
msgstr ""
#: src/bookmarks/dialogs.c:591
msgid ""
"To move bookmarks, first mark all the bookmarks (or folders) you want to "
"move. This can be done with the Insert key if you're using the default key-"
"bindings. An asterisk will appear near all marked bookmarks. Now move to "
"where you want to have the stuff moved to, and press the \"Move\" button."
msgstr ""
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons, src/cache/dialogs.c:cache_buttons, src/globhist/dialogs.c:globhist_buttons, src/protocol/auth/dialogs.c:auth_buttons)
#: src/bookmarks/dialogs.c:617 src/cache/dialogs.c:317
#: src/globhist/dialogs.c:228 src/protocol/auth/dialogs.c:305
#, fuzzy
msgid "~Goto"
msgstr "Gå till"
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons, src/config/dialogs.c:option_buttons, src/cookies/dialogs.c:cookie_buttons)
#: src/bookmarks/dialogs.c:618 src/config/dialogs.c:501
#: src/cookies/dialogs.c:543
#, fuzzy
msgid "~Edit"
msgstr "Redigera"
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons, src/cache/dialogs.c:cache_buttons, src/config/dialogs.c:keybinding_buttons, src/config/dialogs.c:option_buttons, src/cookies/dialogs.c:cookie_buttons, src/dialogs/menu.c:ext_menu, src/formhist/dialogs.c:formhist_buttons, src/globhist/dialogs.c:globhist_buttons, src/protocol/auth/dialogs.c:auth_buttons)
#: src/bookmarks/dialogs.c:619 src/cache/dialogs.c:318 src/config/dialogs.c:503
#: src/config/dialogs.c:931 src/cookies/dialogs.c:544 src/dialogs/menu.c:463
#: src/formhist/dialogs.c:211 src/globhist/dialogs.c:233
#: src/protocol/auth/dialogs.c:307
msgid "~Delete"
msgstr "Ta bort"
#. accelerator_context(menu_keys, src/bookmarks/dialogs.c:bookmark_buttons, src/config/dialogs.c:keybinding_buttons, src/globhist/dialogs.c:globhist_buttons)
#: src/bookmarks/dialogs.c:620 src/config/dialogs.c:932
#: src/dialogs/info.cpp:140 src/globhist/dialogs.c:235
#, fuzzy
msgid "~Toggle display"
msgstr "Växla ~HTML/text"
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons, src/config/dialogs.c:keybinding_buttons, src/config/dialogs.c:option_buttons, src/cookies/dialogs.c:cookie_buttons, src/dialogs/menu.c:ext_menu)
#: src/bookmarks/dialogs.c:621 src/config/dialogs.c:502
#: src/config/dialogs.c:930 src/cookies/dialogs.c:541 src/dialogs/menu.c:461
msgid "~Add"
msgstr "Lägg till"
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons)
#: src/bookmarks/dialogs.c:622
msgid "Add se~parator"
msgstr ""
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons)
#: src/bookmarks/dialogs.c:623
msgid "Add ~folder"
msgstr ""
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons)
#: src/bookmarks/dialogs.c:624
msgid "~Move"
msgstr ""
#. accelerator_context(src/bookmarks/dialogs.c:bookmark_buttons, src/cache/dialogs.c:cache_buttons, src/config/dialogs.c:keybinding_buttons, src/config/dialogs.c:option_buttons, src/dialogs/menu.c:view_menu, src/globhist/dialogs.c:globhist_buttons)
#: src/bookmarks/dialogs.c:625 src/cache/dialogs.c:319 src/config/dialogs.c:504
#: src/config/dialogs.c:933 src/dialogs/menu.c:413 src/globhist/dialogs.c:234
msgid "~Search"
msgstr "~Sök"
#. This one is too dangerous, so just let user delete
#. * the bookmarks file if needed. --Zas
#: src/bookmarks/dialogs.c:629
msgid "Clear"
msgstr ""
#. TODO: Would this be useful? --jonas
#: src/bookmarks/dialogs.c:632 src/globhist/dialogs.c:239
msgid "Save"
msgstr "Spara"
#: src/bookmarks/dialogs.c:638
msgid "Bookmark manager"
msgstr "Bokmärkeshanterare"
#: src/bookmarks/dialogs.c:850
msgid "Search bookmarks"
msgstr ""
#. When the user eventually pushes the OK button, BFU calls
#. * bookmark_add_add() and gives it the struct dialog * as the
#. * void * parameter. However, bookmark_add_add() also needs
#. * to know the struct terminal *, and there is no way to get
#. * that from struct dialog. The other bookmark dialogs work
#. * around that by making dialog.udata point to the struct
#. * dialog_data of the bookmark manager, but the "Add bookmark"
#. * dialog can be triggered with ACT_MAIN_ADD_BOOKMARK, which
#. * does not involve the bookmark manager at all.
#. *
#. * The solution here is to save the struct terminal * in
#. * dialog.udata2, which the "Edit bookmark" dialog uses for
#. * struct bookmark *. When adding a new bookmark, we don't
#. * need a pointer to an existing one, of course.
#: src/bookmarks/dialogs.c:917
msgid "Add bookmark"
msgstr "Lägg till bokmärke"
#: src/bookmarks/dialogs.c:975
#, fuzzy
msgid "Saved session"
msgstr "~Spara alternativ"
#: src/bookmarks/dialogs.c:983
#, fuzzy
msgid "Bookmark tabs"
msgstr "Bokmärken"
#: src/bookmarks/dialogs.c:983
#, fuzzy
msgid "Enter folder name"
msgstr "Skriv in länknummer"
#: src/cache/dialogs.c:72
#, fuzzy
msgid "Proxy URL"
msgstr "Gå till URL"
#: src/cache/dialogs.c:77
msgid "Redirect"
msgstr ""
#: src/cache/dialogs.c:85 src/config/options.inc:609 src/dialogs/document.c:174
#: src/protocol/bittorrent/dialogs.c:132
msgid "Size"
msgstr "Storlek"
#: src/cache/dialogs.c:87
msgid "Loaded size"
msgstr ""
#: src/cache/dialogs.c:90
#, fuzzy
msgid "Content type"
msgstr "Innehållstyp är"
#: src/cache/dialogs.c:94 src/dialogs/document.c:220
msgid "Last modified"
msgstr "Senast ändrad"
#: src/cache/dialogs.c:102 src/dialogs/document.c:202
msgid "SSL Cipher"
msgstr ""
#: src/cache/dialogs.c:106 src/dialogs/document.c:207
msgid "Encoding"
msgstr ""
#: src/cache/dialogs.c:112
msgid "Flags"
msgstr ""
#: src/cache/dialogs.c:115 src/dialogs/document.c:178
msgid "incomplete"
msgstr "ej komplett"
#: src/cache/dialogs.c:118 src/protocol/auth/dialogs.c:226
msgid "invalid"
msgstr ""
#: src/cache/dialogs.c:125 src/cookies/dialogs.c:47 src/cookies/dialogs.c:51
#: src/cookies/dialogs.c:419
msgid "Expires"
msgstr ""
#: src/cache/dialogs.c:130
#, fuzzy
msgid "Cache mode"
msgstr "Cacheinformation"
#: src/cache/dialogs.c:133
#, fuzzy
msgid "never use cache entry"
msgstr "Ta bort bokmärke"
#: src/cache/dialogs.c:136
#, fuzzy
msgid "always use cache entry"
msgstr "Ta bort bokmärke"
#: src/cache/dialogs.c:149
msgid "ID"
msgstr ""
#: src/cache/dialogs.c:152 src/config/options.inc:772
#, fuzzy
msgid "Header"
msgstr "Huvudinfo"
#. cant_delete_item
#: src/cache/dialogs.c:218
#, c-format
msgid "Sorry, but cache entry \"%s\" cannot be deleted."
msgstr ""
#. cant_delete_used_item
#: src/cache/dialogs.c:220
#, c-format
msgid "Sorry, but cache entry \"%s\" is being used by something else."
msgstr ""
#. delete_marked_items_title
#: src/cache/dialogs.c:226
#, fuzzy
msgid "Delete marked cache entries"
msgstr "Valfält"
#. delete_marked_items
#: src/cache/dialogs.c:228
#, fuzzy
msgid "Delete marked cache entries?"
msgstr "Valfält"
#. delete_item_title
#: src/cache/dialogs.c:234
#, fuzzy
msgid "Delete cache entry"
msgstr "Ta bort bokmärke"
#: src/cache/dialogs.c:236
#, c-format
msgid "Delete this cache entry?"
msgstr ""
#: src/cache/dialogs.c:308
msgid "Cache entry invalidated"
msgstr ""
#: src/cache/dialogs.c:309
msgid "Cache entry invalidated."
msgstr ""
#. accelerator_context(display_download, src/cache/dialogs.c:cache_buttons, src/config/dialogs.c:option_buttons, src/cookies/dialogs.c:cookie_buttons, src/dialogs/download.c:download_buttons, src/formhist/dialogs.c:formhist_buttons, src/globhist/dialogs.c:globhist_buttons, src/protocol/auth/dialogs.c:auth_buttons)
#: src/cache/dialogs.c:316 src/config/dialogs.c:500 src/cookies/dialogs.c:540
#: src/dialogs/download.c:267 src/dialogs/download.c:504
#: src/formhist/dialogs.c:210 src/globhist/dialogs.c:229
#: src/protocol/auth/dialogs.c:306
#, fuzzy
msgid "~Info"
msgstr "Info"
#. accelerator_context(src/cache/dialogs.c:cache_buttons)
#: src/cache/dialogs.c:320
#, fuzzy
msgid "Search c~ontents"
msgstr "Cacheinnehåll"
#. accelerator_context(src/cache/dialogs.c:cache_buttons)
#: src/cache/dialogs.c:321
#, fuzzy
msgid "In~validate"
msgstr "Värde"
#: src/cache/dialogs.c:326
#, fuzzy
msgid "Cache manager"
msgstr "Bokmärkeshanterare"
#. Please keep these tables in alphabetical order, and in sync with
#. * the ACT_* constants in kbdbind.h.
#. These two actions are common over all keymaps:
#: src/config/actions-edit.inc:5 src/config/actions-main.inc:5
#: src/config/actions-menu.inc:5
#, fuzzy
msgid "Do nothing"
msgstr "Hämta"
#: src/config/actions-edit.inc:7
msgid "Attempt to auto-complete the input"
msgstr ""
#: src/config/actions-edit.inc:8
msgid "Attempt to auto-complete a local file"
msgstr ""
#: src/config/actions-edit.inc:9
msgid "Attempt to unambiguously auto-complete the input"
msgstr ""
#: src/config/actions-edit.inc:10
msgid "Delete character in front of the cursor"
msgstr ""
#: src/config/actions-edit.inc:11
msgid "Go to the first line of the buffer"
msgstr ""
#: src/config/actions-edit.inc:12 src/config/actions-menu.inc:8
#, fuzzy
msgid "Cancel current state"
msgstr "Kan inte se sockettillstånd"
#: src/config/actions-edit.inc:13 src/config/actions-main.inc:19
msgid "Copy text to clipboard"
msgstr ""
#: src/config/actions-edit.inc:14
msgid "Cut text to clipboard"
msgstr ""
#: src/config/actions-edit.inc:15 src/config/actions-menu.inc:9
msgid "Delete character under cursor"
msgstr ""
#: src/config/actions-edit.inc:16 src/config/actions-menu.inc:10
msgid "Move cursor downwards"
msgstr ""
#: src/config/actions-edit.inc:17 src/config/actions-menu.inc:11
msgid "Go to the end of the page/line"
msgstr ""
#: src/config/actions-edit.inc:18
msgid "Go to the last line of the buffer"
msgstr ""
#: src/config/actions-edit.inc:19 src/config/actions-main.inc:48
#: src/config/actions-menu.inc:12
#, fuzzy
msgid "Follow the current link"
msgstr "~Följ länk"
#: src/config/actions-edit.inc:20 src/config/actions-menu.inc:14
msgid "Go to the start of the page/line"
msgstr ""
#: src/config/actions-edit.inc:21
#, fuzzy
msgid "Delete to beginning of line"
msgstr "Ta bort ändelse"
#: src/config/actions-edit.inc:22
#, fuzzy
msgid "Delete to end of line"
msgstr "Ta bort ändelse"
#: src/config/actions-edit.inc:23
msgid "Delete backwards to start of word"
msgstr ""
#: src/config/actions-edit.inc:24 src/config/actions-menu.inc:15
#, fuzzy
msgid "Move the cursor left"
msgstr "Fylld markör"
#: src/config/actions-edit.inc:25
#, fuzzy
msgid "Move cursor before current word"
msgstr "Fylld markör"
#: src/config/actions-edit.inc:26
#, fuzzy
msgid "Move cursor after current word"
msgstr "Fylld markör"
#: src/config/actions-edit.inc:27 src/config/actions-menu.inc:17
msgid "Move to the next item"
msgstr ""
#: src/config/actions-edit.inc:28
msgid "Open in external editor"
msgstr ""
#: src/config/actions-edit.inc:29
msgid "Paste text from the clipboard"
msgstr ""
#: src/config/actions-edit.inc:30 src/config/actions-menu.inc:20
#, fuzzy
msgid "Move to the previous item"
msgstr "Fylld markör"
#: src/config/actions-edit.inc:31 src/config/actions-main.inc:100
#: src/config/actions-menu.inc:21
#, fuzzy
msgid "Redraw the terminal"
msgstr "Ändra storlek på ~terminal"
#: src/config/actions-edit.inc:32 src/config/actions-menu.inc:22
#, fuzzy
msgid "Move the cursor right"
msgstr "Fylld markör"
#: src/config/actions-edit.inc:33
msgid "Toggle regex matching (type-ahead searching)"
msgstr ""
#: src/config/actions-edit.inc:34 src/config/actions-menu.inc:26
msgid "Move cursor upwards"
msgstr ""
#: src/config/actions-main.inc:8
#, fuzzy
msgid "Abort connection"
msgstr "uppkopplingar"
#: src/config/actions-main.inc:9
#, fuzzy
msgid "Add a new bookmark"
msgstr "Lägg till bokmärke"
#: src/config/actions-main.inc:10
msgid "Add a new bookmark using current link"
msgstr ""
#: src/config/actions-main.inc:11
#, fuzzy
msgid "Bookmark all open tabs"
msgstr "Bokmärken"
#: src/config/actions-main.inc:12
#, fuzzy
msgid "Open authentication manager"
msgstr "Bokmärkeshanterare"
#: src/config/actions-main.inc:13
msgid "Backspace the last entered digit of the current prefix"
msgstr ""
#: src/config/actions-main.inc:14
#, fuzzy
msgid "Open bookmark manager"
msgstr "Bokmärkeshanterare"
#: src/config/actions-main.inc:15
#, fuzzy
msgid "Open cache manager"
msgstr "Bokmärkeshanterare"
#: src/config/actions-main.inc:16
msgid "Free unused cache entries"
msgstr ""
#: src/config/actions-main.inc:17
#, fuzzy
msgid "Open cookie manager"
msgstr "Bokmärkeshanterare"
#: src/config/actions-main.inc:18
msgid "Reload cookies file"
msgstr ""
#: src/config/actions-main.inc:20
#, fuzzy
msgid "Show information about the current page"
msgstr "Hämta bild"
#: src/config/actions-main.inc:21
#, fuzzy
msgid "Open download manager"
msgstr "Hämta bild"
#: src/config/actions-main.inc:22
msgid "Enter ex-mode (command line)"
msgstr ""
#: src/config/actions-main.inc:23
msgid "Open the File menu"
msgstr ""
#: src/config/actions-main.inc:24
msgid "Find the next occurrence of the current search text"
msgstr ""
#: src/config/actions-main.inc:25
msgid "Find the previous occurrence of the current search text"
msgstr ""
#: src/config/actions-main.inc:26
msgid "Forget authentication credentials"
msgstr ""
#: src/config/actions-main.inc:27
#, fuzzy
msgid "Open form history manager"
msgstr "Slut på minne"
#: src/config/actions-main.inc:28
msgid "Pass URI of current frame to external command"
msgstr ""
#: src/config/actions-main.inc:29
msgid "Maximize the current frame"
msgstr ""
#: src/config/actions-main.inc:30
msgid "Move to the next frame"
msgstr ""
#: src/config/actions-main.inc:31
msgid "Move to the previous frame"
msgstr ""
#: src/config/actions-main.inc:32
msgid "Open \"Go to URL\" dialog box"
msgstr ""
#: src/config/actions-main.inc:33
msgid "Open \"Go to URL\" dialog box containing the current URL"
msgstr ""
#: src/config/actions-main.inc:34
msgid "Open \"Go to URL\" dialog box containing the current link URL"
msgstr ""
#: src/config/actions-main.inc:35
msgid "Go to the homepage"
msgstr ""
#: src/config/actions-main.inc:36
#, fuzzy
msgid "Show information about the current page protocol headers"
msgstr "Hämta bild"
#: src/config/actions-main.inc:37
msgid "Open history manager"
msgstr ""
#: src/config/actions-main.inc:38
msgid "Return to the previous document in history"
msgstr ""
#: src/config/actions-main.inc:39
#, fuzzy
msgid "Go forward in history"