Skip to content

Commit 6c86b61

Browse files
committed
Merge pull request mozilla#1847 from loftux/locale-sv
Updated Swedish locale
2 parents f90a05f + 7091818 commit 6c86b61

File tree

2 files changed

+76
-29
lines changed

2 files changed

+76
-29
lines changed

l10n/sv/chrome.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Chrome notification bar messages and buttons
2+
unsupported_feature=Denna PDF kanske inte visas korrekt.
3+
open_with_different_viewer=Öppna med annan pdf-visare.

l10n/sv/viewer.properties

Lines changed: 73 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,89 @@
1-
bookmark.title=Aktuell vy (visa eller öppna i nytt fönster)
1+
# Main toolbar buttons (tooltips and alt text for images)
22
previous.title=Föregående sida
3+
previous_label=Föregående
34
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+
614
zoom_out.title=Zooma ut
15+
zoom_out_label=Zooma ut
716
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
856
error_more_info=Mer information
957
error_less_info=Mindre information
1058
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.
1264
error_message=Meddelande: {{message}}
65+
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
66+
# trace.
1367
error_stack=Stack: {{stack}}
68+
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
1469
error_file=Fil: {{file}}
70+
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
1571
error_line=Rad: {{line}}
72+
rendering_error=Ett fel inträffade när sidan renderades.
73+
74+
# Predefined zoom values
1675
page_scale_width=Sidbredd
1776
page_scale_fit=Passa sida
18-
page_scale_auto=Automatisk zoom
77+
page_scale_auto=Automatisk Zoom
1978
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
2481
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"
3188
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

Comments
 (0)