1
- bookmark.title =Aktuell vy (visa eller öppna i nytt fönster )
1
+ # Main toolbar buttons (tooltips and alt text for images )
2
2
previous.title =Föregående sida
3
+ previous_label =Föregående
3
4
next.title =Nästa sida
4
- print.title =Skriv ut
5
- download.title =Ladda ner
5
+ next_label =Nästa
6
+
7
+ # LOCALIZATION NOTE (page_label, page_of):
8
+ # These strings are concatenated to form the "Page: X of Y" string.
9
+ # Do not translate "{{pageCount}}", it will be substituted with a number
10
+ # representing the total number of pages.
11
+ page_label =Sida:
12
+ page_of =av {{pageCount}}
13
+
6
14
zoom_out.title =Zooma ut
15
+ zoom_out_label =Zooma ut
7
16
zoom_in.title =Zooma in
17
+ zoom_in_label =Zooma in
18
+ zoom.title =Zooma
19
+ print.title =Skriv ut
20
+ print_label =Skriv ut
21
+ open_file.title =Öppna fil
22
+ open_file_label =Öppna
23
+ download.title =Ladda ner
24
+ download_label =Ladda ner
25
+ bookmark.title =Aktuell vy (kopiera eller öppna i nytt fönster)
26
+ bookmark_label =Aktuell vy
27
+
28
+ # Tooltips and alt text for side panel toolbar buttons
29
+ # (the _label strings are alt text for the buttons, the .title strings are
30
+ # tooltips)
31
+ toggle_slider.title =Visa/Dölj panel
32
+ toggle_slider_label =Visa/Dölj panel
33
+ outline.title =Visa dokumentdisposition
34
+ outline_label =Dokumentdisposition
35
+ thumbs.title =Visa miniatyrer
36
+ thumbs_label =Miniatyrer
37
+ search_panel.title =Sök i dokumentet
38
+ search_panel_label =Sök
39
+
40
+ # Document outline messages
41
+ no_outline =Ingen dokumentdisposition tillgänglig
42
+
43
+ # Thumbnails panel item (tooltip and alt text for images)
44
+ # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
45
+ # number.
46
+ thumb_page_title =Sida {{page}}
47
+ # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
48
+ # number.
49
+ thumb_page_canvas =Miniatyr av sida {{page}}
50
+
51
+ # Search panel button title and messages
52
+ search =Hitta
53
+ search_terms_not_found =(hittades inte)
54
+
55
+ # Error panel labels
8
56
error_more_info =Mer information
9
57
error_less_info =Mindre information
10
58
error_close =Stäng
11
- error_build =PDF.JS bygge: {{build}}
59
+ # LOCALIZATION NOTE (error_build): "{{build}}" will be replaced by the PDF.JS
60
+ # build ID.
61
+ error_build =PDF.JS Bygge: {{build}}
62
+ # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
63
+ # english string describing the error.
12
64
error_message =Meddelande: {{message}}
65
+ # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
66
+ # trace.
13
67
error_stack =Stack: {{stack}}
68
+ # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
14
69
error_file =Fil: {{file}}
70
+ # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
15
71
error_line =Rad: {{line}}
72
+ rendering_error =Ett fel inträffade när sidan renderades.
73
+
74
+ # Predefined zoom values
16
75
page_scale_width =Sidbredd
17
76
page_scale_fit =Passa sida
18
- page_scale_auto =Automatisk zoom
77
+ page_scale_auto =Automatisk Zoom
19
78
page_scale_actual =Faktisk storlek
20
- toggle_slider.title =Visa/Dölj panel
21
- thumbs.title =Visa miniatyrer
22
- outline.title =Visa dokumentdisposition
23
- loading =Laddar... {{percent}}%
79
+
80
+ # Loading indicator messages
24
81
loading_error_indicator =Fel
25
- loading_error =Ett fel inträffade när PDF dokumentet laddades .
26
- rendering_error =Ett fel inträffade när PDF dokumentet renderades.
27
- page_label =Sida:
28
- page_of =av {{pageCount}}
29
- no_outline =Ingen dokumentdisposition tillgänglig
30
- open_file.title =Öppna fil
82
+ loading_error =Ett fel inträffade när PDFen skulle laddas .
83
+
84
+ # LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
85
+ # "{{type}}" will be replaced with an annotation type from a list defined in
86
+ # the PDF spec (32000-1:2008 Table 169 – Annotation types).
87
+ # Some common types are e.g.: "Check", "Text", "Comment", "Note"
31
88
text_annotation_type =[{{type}} Annotering]
32
- toggle_slider_label =Visa/Dölj panel
33
- thumbs_label =Miniatyrer
34
- outline_label =Disposition
35
- bookmark_label =Aktuell vy
36
- previous_label =Föregående
37
- next_label =Nästa
38
- print_label =Skriv ut
39
- download_label =Ladda ner
40
- zoom_out_label =Zooma ut
41
- zoom_in_label =Zooma in
42
- zoom.title =Zooma
43
- thumb_page_title =Sida {{page}}
44
- thumb_page_canvas =Miniatyr av sida {{page}}
45
- request_password =PDF dokumentet är skyddat av ett lösenord:
89
+ request_password =PDFen är skyddad av lösenord:
0 commit comments